01KPMTM5J47CQF9HQWDHH3SNR0: test

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

Buildomat Job: 01KPMTMDW0B4QSDX78C2ZGG5H4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-20T06:54:07.800Zjob assigned to worker 01KPMTMMNHFBGXKBXT0FQVN1ZE [factory aws, i-05d88aa3edd28e420] (queued for 49 s)
 
22026-04-20T06:54:13.998Zstarting task 0: "setup"
32026-04-20T06:54:14.002Z++ uname -s
42026-04-20T06:54:14.006Z+ kern=SunOS
52026-04-20T06:54:14.006Z+ build_user=build
62026-04-20T06:54:14.006Z+ build_uid=12345
72026-04-20T06:54:14.006Z+ work_dir=/work
82026-04-20T06:54:14.006Z+ input_dir=/input
92026-04-20T06:54:14.006Z+ [[ 0 == 12345 ]]
102026-04-20T06:54:14.006Z+ case "$kern" in
112026-04-20T06:54:14.006Z+ groupadd -g 12345 build
122026-04-20T06:54:14.006Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-20T06:54:16.011Z+ zfs create -o mountpoint=/work rpool/work
142026-04-20T06:54:16.110Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-20T06:54:16.113Z+ home_fs=zfs
162026-04-20T06:54:16.113Z+ [[ zfs == autofs ]]
172026-04-20T06:54:16.113Z+ mkdir -p /home/build
182026-04-20T06:54:16.113Z+ chown build:build /home/build /work
192026-04-20T06:54:17.114Z+ chmod 0700 /home/build /work
202026-04-20T06:54:17.117Zprocess exited: duration 3118 ms, exit code 0
 
212026-04-20T06:54:17.122Zstarting task 1: "rust-toolchain"
222026-04-20T06:54:17.126Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-04-20T06:54:17.126Z * rust toolchain channel = "1.90.0"
242026-04-20T06:54:17.126Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-20T06:54:17.126Z * rust toolchain profile = "default"
262026-04-20T06:54:17.129Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-20T06:54:17.129Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-20T06:54:17.129Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-20T06:54:17.129Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-04-20T06:54:17.254Zinfo: downloading installer
312026-04-20T06:54:18.615Zwarn: It looks like you have an existing installation of Rust at:
322026-04-20T06:54:18.615Zwarn: /opt/ooce/bin
332026-04-20T06:54:18.615Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-20T06:54:18.615Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-20T06:54:18.615Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-20T06:54:18.615Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-20T06:54:18.615Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-20T06:54:18.615Zerror: cannot install while Rust is installed
392026-04-20T06:54:18.615Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-20T06:54:18.615Zwarn: It looks like you have an existing rustup settings file at:
412026-04-20T06:54:18.615Zwarn: /home/build/.rustup/settings.toml
422026-04-20T06:54:18.615Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-20T06:54:18.615Zwarn: instead of the one inferred from the default host triple.
442026-04-20T06:54:18.626Zinfo: profile set to default
452026-04-20T06:54:18.626Zinfo: default host triple is x86_64-unknown-illumos
462026-04-20T06:54:18.629Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-04-20T06:54:18.764Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-04-20T06:54:18.767Zinfo: downloading 6 components
492026-04-20T06:54:32.314Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-04-20T06:54:32.314Z
512026-04-20T06:54:32.341Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-04-20T06:54:32.341Z
532026-04-20T06:54:32.341Z
542026-04-20T06:54:32.344ZRust is installed now. Great!
552026-04-20T06:54:32.344Z
562026-04-20T06:54:32.344ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-20T06:54:32.344Zenvironment variable. This has not been done automatically.
582026-04-20T06:54:32.344Z
592026-04-20T06:54:32.344ZTo configure your current shell, you need to source
602026-04-20T06:54:32.344Zthe corresponding env file under $HOME/.cargo.
612026-04-20T06:54:32.344Z
622026-04-20T06:54:32.344ZThis is usually done by running one of the following (note the leading DOT):
632026-04-20T06:54:32.344Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-20T06:54:32.344Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-20T06:54:32.344Zsource "~/.cargo/env.nu" # For nushell
662026-04-20T06:54:32.344Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-20T06:54:32.344Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-20T06:54:32.344Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-20T06:54:32.344Zwarn: no default linker (`cc`) was found in your PATH
702026-04-20T06:54:32.344Zwarn: many Rust crates require a system C toolchain to build
712026-04-20T06:54:32.425Z+ rustup --version
722026-04-20T06:54:32.433Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-20T06:54:32.436Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-20T06:54:32.456Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-04-20T06:54:32.459Z+ cargo --version
762026-04-20T06:54:32.471Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-04-20T06:54:32.473Z+ rustc --version
782026-04-20T06:54:32.494Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-04-20T06:54:32.497Zprocess exited: duration 15369 ms, exit code 0
 
802026-04-20T06:54:32.502Zstarting task 2: "authentication"
812026-04-20T06:54:32.517Zprocess exited: duration 15 ms, exit code 0
 
822026-04-20T06:54:32.523Zstarting task 3: "clone repository"
832026-04-20T06:54:32.526Z+ mkdir -p /work/oxidecomputer/dendrite
842026-04-20T06:54:32.529Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-04-20T06:54:32.559ZCloning into '/work/oxidecomputer/dendrite'...
862026-04-20T06:54:33.668Z+ cd /work/oxidecomputer/dendrite
872026-04-20T06:54:33.668Z+ git fetch origin 1ddaa5d6b101fbaa2c29eca847111cbef1a272ad
882026-04-20T06:54:33.914ZFrom https://github.com/oxidecomputer/dendrite
892026-04-20T06:54:33.914Z * branch 1ddaa5d6b101fbaa2c29eca847111cbef1a272ad -> FETCH_HEAD
902026-04-20T06:54:33.920Z+ [[ -n '' ]]
912026-04-20T06:54:33.920Z+ git reset --hard 1ddaa5d6b101fbaa2c29eca847111cbef1a272ad
922026-04-20T06:54:33.939ZHEAD is now at 1ddaa5d bump oxide-tokio-rt to 0.1.4, tokio to 1.52.1
932026-04-20T06:54:33.942Zprocess exited: duration 1416 ms, exit code 0
 
942026-04-20T06:54:33.947Zstarting task 4: "build"
952026-04-20T06:54:33.951Z+ source .github/buildomat/common.sh
962026-04-20T06:54:33.953Z++ TOFINO_STAGES=20
972026-04-20T06:54:33.953Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
982026-04-20T06:54:33.953Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
992026-04-20T06:54:33.954Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
1002026-04-20T06:54:33.954Z+++ uname -s
1012026-04-20T06:54:33.954Z++ '[' SunOS == SunOS ']'
1022026-04-20T06:54:33.954Z++ SERIES=illumos
1032026-04-20T06:54:33.956Z+++ uname -s
1042026-04-20T06:54:33.956Z++ '[' SunOS == SunOS ']'
1052026-04-20T06:54:33.956Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1062026-04-20T06:54:33.956Z++ rustup show active-toolchain
1072026-04-20T06:54:33.959Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1082026-04-20T06:54:33.962Z+ source .github/buildomat/illumos.sh
1092026-04-20T06:54:33.962Z++ banner 'sde setup'
1102026-04-20T06:54:33.962Z
1112026-04-20T06:54:33.962Z #### ##### ###### #### ###### ##### # # #####
1122026-04-20T06:54:33.962Z # # # # # # # # # # #
1132026-04-20T06:54:33.962Z #### # # ##### #### ##### # # # # #
1142026-04-20T06:54:33.962Z # # # # # # # # # #####
1152026-04-20T06:54:33.962Z # # # # # # # # # # # #
1162026-04-20T06:54:33.962Z #### ##### ###### #### ###### # #### #
1172026-04-20T06:54:33.962Z
1182026-04-20T06:54:33.962Z++ export PKG=tofino_sde.p5p
1192026-04-20T06:54:33.962Z++ PKG=tofino_sde.p5p
1202026-04-20T06:54:33.962Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1212026-04-20T06:54:33.968Z % Total % Received % Xferd Average Speed Time Time Time Current
1222026-04-20T06:54:33.971Z Dload Upload Total Spent Left Speed
1232026-04-20T06:54:35.468Z 0 0 0 0 0 0 0 0 0 36 76.03M 36 27.42M 0 0 27.44M 0 00:02 00:02 27.45M 100 76.03M 100 76.03M 0 0 50.71M 0 00:01 00:01 27.45M 100 76.03M 100 76.03M 0 0 50.70M 0 00:01 00:01 27.45M 100 76.03M 100 76.03M 0 0 50.70M 0 00:01 00:01 27.45M
1242026-04-20T06:54:35.472Z+++ digest -a sha256 tofino_sde.p5p
1252026-04-20T06:54:35.519Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1262026-04-20T06:54:35.522Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1272026-04-20T06:54:35.522Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1282026-04-20T06:54:44.564Z Startup: Refreshing catalog 'helios-dev' ... Done
1292026-04-20T06:54:51.967Z Startup: Caching catalogs ... Done
1302026-04-20T06:54:52.154Z Startup: Refreshing catalog 'oxide' ... Done
1312026-04-20T06:54:59.926ZPlanning: Solver setup ... Done
1322026-04-20T06:54:59.955ZPlanning: Running solver ... Done
1332026-04-20T06:55:00.081ZPlanning: Finding local manifests ... Done
1342026-04-20T06:55:00.084ZPlanning: Fetching manifests: 1/1 100% complete
1352026-04-20T06:55:00.087ZPlanning: Fetching manifests: 1/1 100% complete
1362026-04-20T06:55:00.100ZPlanning: Package planning ... Done
1372026-04-20T06:55:00.103ZPlanning: Merging actions ... Done
1382026-04-20T06:55:00.191ZPlanning: Checking for conflicting actions ... Done
1392026-04-20T06:55:00.194ZPlanning: Consolidating action changes ... Done
1402026-04-20T06:55:00.953ZPlanning: Evaluating mediators ... Done
1412026-04-20T06:55:00.956ZPlanning: Planning completed in 8.79 seconds
1422026-04-20T06:55:00.961Z Packages to install: 1
1432026-04-20T06:55:00.961Z Create boot environment: No
1442026-04-20T06:55:00.963ZCreate backup boot environment: No
1452026-04-20T06:55:00.999Z
1462026-04-20T06:55:00.999ZDownload: 0/242 items 0.0/75.3MB 0% complete
1472026-04-20T06:55:01.132ZDownload: Completed 75.30 MB in 0.13 seconds (564M/s)
1482026-04-20T06:55:01.320Z Actions: 1/293 actions (Installing new actions)
1492026-04-20T06:55:02.289Z Actions: Completed 293 actions in 0.97 seconds.
1502026-04-20T06:55:02.292Z Done
1512026-04-20T06:55:02.332Z Done
1522026-04-20T06:55:02.994Z Done
1532026-04-20T06:55:06.073Z Done
1542026-04-20T06:55:06.146Z Done
1552026-04-20T06:55:06.148Z Done
1562026-04-20T06:55:06.431Z Done
1572026-04-20T06:55:07.100Z++ export SDE=/opt/oxide/tofino_sde
1582026-04-20T06:55:07.100Z++ SDE=/opt/oxide/tofino_sde
1592026-04-20T06:55:07.100Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-04-20T06:55:07.100Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1612026-04-20T06:55:07.100Z++ banner packages
1622026-04-20T06:55:07.103Z
1632026-04-20T06:55:07.103Z ##### ## #### # # ## #### ###### ####
1642026-04-20T06:55:07.103Z # # # # # # # # # # # # # #
1652026-04-20T06:55:07.103Z # # # # # #### # # # ##### ####
1662026-04-20T06:55:07.103Z ##### ###### # # # ###### # ### # #
1672026-04-20T06:55:07.103Z # # # # # # # # # # # # # #
1682026-04-20T06:55:07.103Z # # # #### # # # # #### ###### ####
1692026-04-20T06:55:07.103Z
1702026-04-20T06:55:07.103Z++ pfexec pkg install clang-15 pcap
1712026-04-20T06:55:07.506Z Startup: Refreshing catalog 'helios-dev' ... Done
1722026-04-20T06:55:07.509Z Startup: Refreshing catalog 'oxide' ... Done
1732026-04-20T06:55:13.285ZPlanning: Solver setup ... Done
1742026-04-20T06:55:13.315ZPlanning: Running solver ... Done
1752026-04-20T06:55:13.444ZPlanning: Finding local manifests ... Done
1762026-04-20T06:55:13.446ZPlanning: Fetching manifests: 0/2 0% complete
1772026-04-20T06:55:13.647ZPlanning: Fetching manifests: 2/2 100% complete
1782026-04-20T06:55:13.677ZPlanning: Package planning ... Done
1792026-04-20T06:55:13.702ZPlanning: Merging actions ... Done
1802026-04-20T06:55:13.811ZPlanning: Checking for conflicting actions ... Done
1812026-04-20T06:55:13.817ZPlanning: Consolidating action changes ... Done
1822026-04-20T06:55:13.975ZPlanning: Evaluating mediators ... Done
1832026-04-20T06:55:13.980ZPlanning: Planning completed in 6.47 seconds
1842026-04-20T06:55:13.987Z Packages to install: 2
1852026-04-20T06:55:13.987Z Mediators to change: 2
1862026-04-20T06:55:13.990Z Services to change: 1
1872026-04-20T06:55:13.990Z Create boot environment: No
1882026-04-20T06:55:13.990ZCreate backup boot environment: No
1892026-04-20T06:55:14.022Z
1902026-04-20T06:55:14.022ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1912026-04-20T06:55:19.022ZDownload: 1622/3076 items 114.5/211.3MB 54% complete (23.2M/s)
1922026-04-20T06:55:24.024ZDownload: 2973/3076 items 177.7/211.3MB 84% complete (17.8M/s)
1932026-04-20T06:55:29.440ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (18.1M/s)
1942026-04-20T06:55:32.998ZDownload: Completed 211.31 MB in 18.97 seconds (11.1M/s)
1952026-04-20T06:55:33.111Z Actions: 1/3418 actions (Installing new actions)
1962026-04-20T06:55:36.191Z Actions: Completed 3418 actions in 3.08 seconds.
1972026-04-20T06:55:36.733Z Done
1982026-04-20T06:55:36.733Z Done
1992026-04-20T06:55:37.444Z Done
2002026-04-20T06:55:40.203Z Done
2012026-04-20T06:55:40.282Z Done
2022026-04-20T06:55:40.285Z Done
2032026-04-20T06:55:40.602Z Done
2042026-04-20T06:55:40.734Z++ pfexec pkg set-mediator -V 15 clang llvm
2052026-04-20T06:55:40.927ZPlanning: Evaluating mediator changes ... Done
2062026-04-20T06:55:41.034ZPlanning: Checking for conflicting actions ... Done
2072026-04-20T06:55:41.037ZPlanning: Consolidating action changes ... Done
2082026-04-20T06:55:41.194ZPlanning: Evaluating mediators ... Done
2092026-04-20T06:55:41.196ZPlanning: Planning completed in 0.27 seconds
2102026-04-20T06:55:41.215Z Mediators to change: 2
2112026-04-20T06:55:41.215Z Create boot environment: No
2122026-04-20T06:55:41.217ZCreate backup boot environment: No
2132026-04-20T06:55:41.288Z Done
2142026-04-20T06:55:41.289Z Done
2152026-04-20T06:55:41.909Z Done
2162026-04-20T06:55:44.411Z Done
2172026-04-20T06:55:44.485Z Done
2182026-04-20T06:55:44.488Z Done
2192026-04-20T06:55:44.636Z Done
2202026-04-20T06:55:44.712Z++ cargo --version
2212026-04-20T06:55:44.721Zcargo 1.90.0 (840b83a10 2025-07-30)
2222026-04-20T06:55:44.724Z++ rustc --version
2232026-04-20T06:55:44.746Zrustc 1.90.0 (1159e78c4 2025-09-14)
2242026-04-20T06:55:44.749Z+ banner copyrights
2252026-04-20T06:55:44.757Z
2262026-04-20T06:55:44.757Z #### #### ##### # # ##### # #### # # ##### ####
2272026-04-20T06:55:44.757Z # # # # # # # # # # # # # # # # #
2282026-04-20T06:55:44.757Z # # # # # # # # # # ###### # ####
2292026-04-20T06:55:44.757Z # # # ##### # ##### # # ### # # # #
2302026-04-20T06:55:44.757Z # # # # # # # # # # # # # # # #
2312026-04-20T06:55:44.757Z #### #### # # # # # #### # # # ####
2322026-04-20T06:55:44.757Z
2332026-04-20T06:55:44.757Z+ ./tools/check_copyrights.sh
2342026-04-20T06:55:46.297Z+ banner clippy
2352026-04-20T06:55:46.300Z
2362026-04-20T06:55:46.300Z #### # # ##### ##### # #
2372026-04-20T06:55:46.300Z # # # # # # # # # #
2382026-04-20T06:55:46.300Z # # # # # # # #
2392026-04-20T06:55:46.300Z # # # ##### ##### #
2402026-04-20T06:55:46.300Z # # # # # # #
2412026-04-20T06:55:46.300Z #### ###### # # # #
2422026-04-20T06:55:46.300Z
2432026-04-20T06:55:46.300Z+ for feat in tofino_stub tofino_asic softnpu chaos
2442026-04-20T06:55:46.300Z+ cargo clippy --features tofino_stub -- --deny warnings
2452026-04-20T06:55:46.446Z Updating git repository `https://github.com/oxidecomputer/omicron`
2462026-04-20T06:55:56.259Z Updating crates.io index
2472026-04-20T06:55:56.290Z Updating git repository `https://github.com/illumos/smf-rs`
2482026-04-20T06:55:56.529Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-04-20T06:55:57.304Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2502026-04-20T06:55:57.584Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-04-20T06:55:57.832Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2522026-04-20T06:55:58.301Z Updating git repository `https://github.com/oxidecomputer/ispf`
2532026-04-20T06:55:59.332Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-04-20T06:55:59.621Z Updating git repository `https://github.com/oxidecomputer/lldp`
2552026-04-20T06:55:59.924Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-04-20T06:56:00.332Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2572026-04-20T06:56:00.583Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2582026-04-20T06:56:00.890Z Updating git repository `https://github.com/oxidecomputer/vm-attest`
2592026-04-20T06:56:01.179Z Updating git repository `https://github.com/oxidecomputer/p4`
2602026-04-20T06:56:01.770Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-04-20T06:56:02.047Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-04-20T06:56:02.428Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632026-04-20T06:56:03.267Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642026-04-20T06:56:03.559Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652026-04-20T06:56:03.772Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662026-04-20T06:56:04.040Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2672026-04-20T06:56:04.602Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2682026-04-20T06:56:04.850Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2692026-04-20T06:56:05.410Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
2702026-04-20T06:56:05.773Z Updating git repository `https://github.com/oxidecomputer/omicron`
2712026-04-20T06:56:07.997Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2722026-04-20T06:56:08.678Z Updating git repository `https://github.com/oxidecomputer/propolis`
2732026-04-20T06:56:09.193Z Updating git repository `https://github.com/oxidecomputer/crucible`
2742026-04-20T06:56:10.503Z Updating git repository `https://github.com/oxidecomputer/opte`
2752026-04-20T06:56:11.157Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762026-04-20T06:56:11.450Z Updating git repository `https://github.com/oxidecomputer/clickward`
2772026-04-20T06:56:11.944Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2782026-04-20T06:56:12.387Z Updating git repository `https://github.com/oxidecomputer/opte`
2792026-04-20T06:56:13.039Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-04-20T06:56:14.612Z Downloading crates ...
2812026-04-20T06:56:14.668Z Downloaded anstyle-query v1.1.4
2822026-04-20T06:56:14.675Z Downloaded clang-sys v1.8.1
2832026-04-20T06:56:14.677Z Downloaded arrayref v0.3.9
2842026-04-20T06:56:14.681Z Downloaded curve25519-dalek-derive v0.1.1
2852026-04-20T06:56:14.684Z Downloaded byteorder v1.5.0
2862026-04-20T06:56:14.686Z Downloaded cargo-platform v0.1.9
2872026-04-20T06:56:14.689Z Downloaded bitflags v1.3.2
2882026-04-20T06:56:14.691Z Downloaded cfg-if v1.0.3
2892026-04-20T06:56:14.694Z Downloaded block-buffer v0.10.4
2902026-04-20T06:56:14.697Z Downloaded deranged v0.5.3
2912026-04-20T06:56:14.697Z Downloaded cfg_aliases v0.2.1
2922026-04-20T06:56:14.699Z Downloaded cstr-argument v0.1.2
2932026-04-20T06:56:14.702Z Downloaded displaydoc v0.2.5
2942026-04-20T06:56:14.705Z Downloaded dof v0.4.0
2952026-04-20T06:56:14.707Z Downloaded drift v0.1.3
2962026-04-20T06:56:14.710Z Downloaded derive-ex v0.1.8
2972026-04-20T06:56:14.712Z Downloaded dyn-clone v1.0.20
2982026-04-20T06:56:14.715Z Downloaded foreign-types-shared v0.1.1
2992026-04-20T06:56:14.718Z Downloaded futures-macro v0.3.32
3002026-04-20T06:56:14.718Z Downloaded critical-section v1.2.0
3012026-04-20T06:56:14.721Z Downloaded convert_case v0.4.0
3022026-04-20T06:56:14.723Z Downloaded hostname v0.4.2
3032026-04-20T06:56:14.726Z Downloaded equivalent v1.0.2
3042026-04-20T06:56:14.726Z Downloaded bit-vec v0.8.0
3052026-04-20T06:56:14.728Z Downloaded heck v0.5.0
3062026-04-20T06:56:14.731Z Downloaded cpufeatures v0.3.0
3072026-04-20T06:56:14.734Z Downloaded fixedbitset v0.5.7
3082026-04-20T06:56:14.737Z Downloaded bit-set v0.8.0
3092026-04-20T06:56:14.739Z Downloaded fs_extra v1.3.0
3102026-04-20T06:56:14.742Z Downloaded futures-sink v0.3.32
3112026-04-20T06:56:14.742Z Downloaded colorchoice v1.0.4
3122026-04-20T06:56:14.745Z Downloaded cobs v0.3.0
3132026-04-20T06:56:14.747Z Downloaded enum-as-inner v0.6.1
3142026-04-20T06:56:14.750Z Downloaded futures-core v0.3.32
3152026-04-20T06:56:14.750Z Downloaded darling_macro v0.23.0
3162026-04-20T06:56:14.752Z Downloaded clap_lex v1.1.0
3172026-04-20T06:56:14.755Z Downloaded generic-array v0.14.7
3182026-04-20T06:56:14.755Z Downloaded futures-io v0.3.32
3192026-04-20T06:56:14.758Z Downloaded crc8 v0.1.1
3202026-04-20T06:56:14.761Z Downloaded http-body v1.0.1
3212026-04-20T06:56:14.761Z Downloaded foreign-types-shared v0.3.1
3222026-04-20T06:56:14.764Z Downloaded base16ct v0.2.0
3232026-04-20T06:56:14.764Z Downloaded fastrand v2.3.0
3242026-04-20T06:56:14.766Z Downloaded foldhash v0.2.0
3252026-04-20T06:56:14.769Z Downloaded darling_macro v0.21.3
3262026-04-20T06:56:14.769Z Downloaded async-stream-impl v0.3.6
3272026-04-20T06:56:14.771Z Downloaded dtrace-parser v0.3.0
3282026-04-20T06:56:14.771Z Downloaded crypto-common v0.1.6
3292026-04-20T06:56:14.775Z Downloaded crucible-workspace-hack v0.1.0
3302026-04-20T06:56:14.777Z Downloaded embedded-io v0.6.1
3312026-04-20T06:56:14.777Z Downloaded atomic-waker v1.1.2
3322026-04-20T06:56:14.780Z Downloaded gethostname v0.5.0
3332026-04-20T06:56:14.780Z Downloaded embedded-io v0.4.0
3342026-04-20T06:56:14.782Z Downloaded form_urlencoded v1.2.2
3352026-04-20T06:56:14.785Z Downloaded dunce v1.0.5
3362026-04-20T06:56:14.785Z Downloaded git-stub v1.0.0
3372026-04-20T06:56:14.788Z Downloaded hubpack v0.1.2
3382026-04-20T06:56:14.790Z Downloaded cookie v0.18.1
3392026-04-20T06:56:14.793Z Downloaded hubpack_derive v0.1.1
3402026-04-20T06:56:14.793Z Downloaded heck v0.4.1
3412026-04-20T06:56:14.795Z Downloaded hyper-tls v0.6.0
3422026-04-20T06:56:14.798Z Downloaded hostname v0.3.1
3432026-04-20T06:56:14.800Z Downloaded group v0.13.0
3442026-04-20T06:56:14.803Z Downloaded indent_write v2.2.0
3452026-04-20T06:56:14.803Z Downloaded inout v0.1.4
3462026-04-20T06:56:14.807Z Downloaded idna_adapter v1.2.1
3472026-04-20T06:56:14.807Z Downloaded is-terminal v0.4.16
3482026-04-20T06:56:14.810Z Downloaded is_terminal_polyfill v1.70.1
3492026-04-20T06:56:14.810Z Downloaded internet-checksum v0.2.1
3502026-04-20T06:56:14.813Z Downloaded crossbeam-deque v0.8.6
3512026-04-20T06:56:14.813Z Downloaded argon2 v0.5.3
3522026-04-20T06:56:14.815Z Downloaded globset v0.4.16
3532026-04-20T06:56:14.818Z Downloaded arrayvec v0.7.6
3542026-04-20T06:56:14.820Z Downloaded anstyle-parse v1.0.0
3552026-04-20T06:56:14.823Z Downloaded lazy_static v1.5.0
3562026-04-20T06:56:14.823Z Downloaded daft v0.1.4
3572026-04-20T06:56:14.825Z Downloaded linked-hash-map v0.5.6
3582026-04-20T06:56:14.828Z Downloaded debug-ignore v1.0.5
3592026-04-20T06:56:14.828Z Downloaded macaddr v1.0.1
3602026-04-20T06:56:14.830Z Downloaded bcs v0.1.6
3612026-04-20T06:56:14.833Z Downloaded fs-err v3.1.2
3622026-04-20T06:56:14.836Z Downloaded defmt v1.0.1
3632026-04-20T06:56:14.838Z Downloaded git-stub-vcs v0.1.0
3642026-04-20T06:56:14.838Z Downloaded highway v1.3.0
3652026-04-20T06:56:14.841Z Downloaded camino v1.2.2
3662026-04-20T06:56:14.844Z Downloaded hex v0.4.3
3672026-04-20T06:56:14.847Z Downloaded humantime v2.3.0
3682026-04-20T06:56:14.847Z Downloaded mime v0.3.17
3692026-04-20T06:56:14.851Z Downloaded libscf-sys v1.1.0
3702026-04-20T06:56:14.851Z Downloaded derive-where v1.6.0
3712026-04-20T06:56:14.854Z Downloaded getrandom v0.4.2
3722026-04-20T06:56:14.856Z Downloaded newline-converter v0.3.0
3732026-04-20T06:56:14.859Z Downloaded memoffset v0.9.1
3742026-04-20T06:56:14.859Z Downloaded match_cfg v0.1.0
3752026-04-20T06:56:14.862Z Downloaded managed v0.8.0
3762026-04-20T06:56:14.862Z Downloaded lru-cache v0.1.2
3772026-04-20T06:56:14.865Z Downloaded instant v0.1.13
3782026-04-20T06:56:14.867Z Downloaded newtype_derive v0.1.6
3792026-04-20T06:56:14.867Z Downloaded num-derive v0.4.2
3802026-04-20T06:56:14.870Z Downloaded find-msvc-tools v0.1.9
3812026-04-20T06:56:14.872Z Downloaded ingot-types v0.1.2
3822026-04-20T06:56:14.872Z Downloaded ingot v0.1.1
3832026-04-20T06:56:14.875Z Downloaded digest v0.10.7
3842026-04-20T06:56:14.878Z Downloaded ipnetwork v0.21.1
3852026-04-20T06:56:14.878Z Downloaded num v0.4.3
3862026-04-20T06:56:14.880Z Downloaded keccak v0.1.6
3872026-04-20T06:56:14.883Z Downloaded num-conv v0.2.1
3882026-04-20T06:56:14.883Z Downloaded num-derive v0.3.3
3892026-04-20T06:56:14.885Z Downloaded console v0.15.11
3902026-04-20T06:56:14.888Z Downloaded num_enum_derive v0.5.11
3912026-04-20T06:56:14.888Z Downloaded data-encoding v2.9.0
3922026-04-20T06:56:14.891Z Downloaded openssl-probe v0.1.6
3932026-04-20T06:56:14.891Z Downloaded hyper-rustls v0.27.7
3942026-04-20T06:56:14.893Z Downloaded dropshot_endpoint v0.16.7
3952026-04-20T06:56:14.896Z Downloaded num-iter v0.1.45
3962026-04-20T06:56:14.899Z Downloaded opaque-debug v0.3.1
3972026-04-20T06:56:14.899Z Downloaded httparse v1.10.1
3982026-04-20T06:56:14.901Z Downloaded getrandom v0.2.16
3992026-04-20T06:56:14.904Z Downloaded blake2 v0.10.6
4002026-04-20T06:56:14.907Z Downloaded futures-executor v0.3.32
4012026-04-20T06:56:14.909Z Downloaded futures-channel v0.3.32
4022026-04-20T06:56:14.909Z Downloaded anyhow v1.0.102
4032026-04-20T06:56:14.912Z Downloaded libsw-core v0.3.2
4042026-04-20T06:56:14.914Z Downloaded openssl-macros v0.1.1
4052026-04-20T06:56:14.917Z Downloaded getrandom v0.3.4
4062026-04-20T06:56:14.919Z Downloaded libloading v0.8.9
4072026-04-20T06:56:14.919Z Downloaded parse-display v0.10.0
4082026-04-20T06:56:14.922Z Downloaded percent-encoding v2.3.2
4092026-04-20T06:56:14.922Z Downloaded linear-map v1.2.0
4102026-04-20T06:56:14.925Z Downloaded glob v0.3.3
4112026-04-20T06:56:14.927Z Downloaded bitflags v2.9.4
4122026-04-20T06:56:14.931Z Downloaded pin-utils v0.1.0
4132026-04-20T06:56:14.931Z Downloaded powerfmt v0.2.0
4142026-04-20T06:56:14.934Z Downloaded potential_utf v0.1.3
4152026-04-20T06:56:14.934Z Downloaded newtype-uuid v1.3.2
4162026-04-20T06:56:14.936Z Downloaded native-tls v0.2.14
4172026-04-20T06:56:14.936Z Downloaded plain v0.2.3
4182026-04-20T06:56:14.939Z Downloaded ingot-macros v0.1.1
4192026-04-20T06:56:14.939Z Downloaded proc-macro-error-attr v1.0.4
4202026-04-20T06:56:14.942Z Downloaded proc-macro-crate v1.3.1
4212026-04-20T06:56:14.942Z Downloaded hmac v0.12.1
4222026-04-20T06:56:14.944Z Downloaded num-complex v0.4.6
4232026-04-20T06:56:14.947Z Downloaded multer v3.1.0
4242026-04-20T06:56:14.947Z Downloaded progenitor-client v0.10.0
4252026-04-20T06:56:14.949Z Downloaded num_enum v0.7.6
4262026-04-20T06:56:14.952Z Downloaded num_enum v0.5.11
4272026-04-20T06:56:14.955Z Downloaded progenitor-macro v0.10.0
4282026-04-20T06:56:14.958Z Downloaded darling v0.23.0
4292026-04-20T06:56:14.960Z Downloaded progenitor-client v0.11.1
4302026-04-20T06:56:14.963Z Downloaded proc-macro-error-attr2 v2.0.0
4312026-04-20T06:56:14.963Z Downloaded cancel-safe-futures v0.1.5
4322026-04-20T06:56:14.966Z Downloaded num_enum_derive v0.7.6
4332026-04-20T06:56:14.968Z Downloaded num-integer v0.1.46
4342026-04-20T06:56:14.968Z Downloaded progenitor-macro v0.13.0
4352026-04-20T06:56:14.971Z Downloaded num-rational v0.4.2
4362026-04-20T06:56:14.971Z Downloaded derive_more v0.99.20
4372026-04-20T06:56:14.974Z Downloaded ipnet v2.11.0
4382026-04-20T06:56:14.976Z Downloaded owo-colors v4.3.0
4392026-04-20T06:56:14.979Z Downloaded rand_chacha v0.3.1
4402026-04-20T06:56:14.979Z Downloaded phf_shared v0.12.1
4412026-04-20T06:56:14.981Z Downloaded lock_api v0.4.14
4422026-04-20T06:56:14.982Z Downloaded quick-error v1.2.3
4432026-04-20T06:56:14.990Z Downloaded pem v3.0.5
4442026-04-20T06:56:14.990Z Downloaded pin-project-lite v0.2.16
4452026-04-20T06:56:14.990Z Downloaded poly1305 v0.8.0
4462026-04-20T06:56:14.990Z Downloaded ref-cast v1.0.25
4472026-04-20T06:56:14.994Z Downloaded parse-display-derive v0.10.0
4482026-04-20T06:56:14.994Z Downloaded memmap2 v0.9.8
4492026-04-20T06:56:14.997Z Downloaded rustc_version v0.4.1
4502026-04-20T06:56:14.997Z Downloaded ppv-lite86 v0.2.21
4512026-04-20T06:56:15.000Z Downloaded pkg-config v0.3.32
4522026-04-20T06:56:15.000Z Downloaded indexmap v1.9.3
4532026-04-20T06:56:15.002Z Downloaded pest_generator v2.8.2
4542026-04-20T06:56:15.005Z Downloaded icu_provider v2.0.0
4552026-04-20T06:56:15.005Z Downloaded pin-project-internal v1.1.10
4562026-04-20T06:56:15.008Z Downloaded icu_properties v2.0.1
4572026-04-20T06:56:15.010Z Downloaded proc-macro-error v1.0.4
4582026-04-20T06:56:15.013Z Downloaded rustc_version v0.1.7
4592026-04-20T06:56:15.013Z Downloaded rustc-hash v2.1.1
4602026-04-20T06:56:15.016Z Downloaded progenitor v0.13.0
4612026-04-20T06:56:15.016Z Downloaded icu_normalizer v2.0.0
4622026-04-20T06:56:15.018Z Downloaded same-file v1.0.6
4632026-04-20T06:56:15.021Z Downloaded const_format v0.2.34
4642026-04-20T06:56:15.023Z Downloaded clap v4.6.0
4652026-04-20T06:56:15.027Z Downloaded progenitor-macro v0.11.1
4662026-04-20T06:56:15.030Z Downloaded progenitor v0.11.1
4672026-04-20T06:56:15.030Z Downloaded progenitor-client v0.13.0
4682026-04-20T06:56:15.033Z Downloaded chacha20poly1305 v0.10.1
4692026-04-20T06:56:15.033Z Downloaded semver v0.1.20
4702026-04-20T06:56:15.036Z Downloaded scroll_derive v0.13.1
4712026-04-20T06:56:15.036Z Downloaded oxnet v0.1.4
4722026-04-20T06:56:15.038Z Downloaded scroll_derive v0.12.1
4732026-04-20T06:56:15.038Z Downloaded once_cell v1.21.3
4742026-04-20T06:56:15.041Z Downloaded crossbeam-channel v0.5.15
4752026-04-20T06:56:15.044Z Downloaded hickory-resolver v0.24.4
4762026-04-20T06:56:15.046Z Downloaded scopeguard v1.2.0
4772026-04-20T06:56:15.049Z Downloaded serde-big-array v0.5.1
4782026-04-20T06:56:15.049Z Downloaded secrecy v0.10.3
4792026-04-20T06:56:15.052Z Downloaded pest_meta v2.8.2
4802026-04-20T06:56:15.052Z Downloaded half v2.7.1
4812026-04-20T06:56:15.054Z Downloaded parking_lot v0.12.5
4822026-04-20T06:56:15.057Z Downloaded log v0.4.29
4832026-04-20T06:56:15.060Z Downloaded serde_spanned v0.6.9
4842026-04-20T06:56:15.060Z Downloaded serde_urlencoded v0.7.1
4852026-04-20T06:56:15.062Z Downloaded heapless v0.8.0
4862026-04-20T06:56:15.065Z Downloaded serde_plain v1.0.2
4872026-04-20T06:56:15.065Z Downloaded quote v1.0.45
4882026-04-20T06:56:15.068Z Downloaded serde_repr v0.1.20
4892026-04-20T06:56:15.068Z Downloaded serde_spanned v1.0.4
4902026-04-20T06:56:15.070Z Downloaded rand_core v0.10.1
4912026-04-20T06:56:15.070Z Downloaded sha1 v0.10.6
4922026-04-20T06:56:15.073Z Downloaded icu_normalizer_data v2.0.0
4932026-04-20T06:56:15.076Z Downloaded rand_core v0.9.3
4942026-04-20T06:56:15.076Z Downloaded rand_core v0.6.4
4952026-04-20T06:56:15.078Z Downloaded rand_chacha v0.9.0
4962026-04-20T06:56:15.078Z Downloaded icu_locale_core v2.0.0
4972026-04-20T06:56:15.081Z Downloaded rusty-fork v0.3.0
4982026-04-20T06:56:15.084Z Downloaded rustversion v1.0.22
4992026-04-20T06:56:15.087Z Downloaded resolv-conf v0.7.5
5002026-04-20T06:56:15.087Z Downloaded siphasher v1.0.1
5012026-04-20T06:56:15.089Z Downloaded sigpipe v0.1.3
5022026-04-20T06:56:15.089Z Downloaded signal-hook-tokio v0.3.1
5032026-04-20T06:56:15.089Z Downloaded rustls-pemfile v2.2.0
5042026-04-20T06:56:15.093Z Downloaded phf v0.12.1
5052026-04-20T06:56:15.096Z Downloaded pest_derive v2.8.2
5062026-04-20T06:56:15.096Z Downloaded postcard v1.1.3
5072026-04-20T06:56:15.098Z Downloaded darling_core v0.23.0
5082026-04-20T06:56:15.101Z Downloaded num-traits v0.2.19
5092026-04-20T06:56:15.103Z Downloaded jiff-static v0.2.15
5102026-04-20T06:56:15.103Z Downloaded base64 v0.22.1
5112026-04-20T06:56:15.106Z Downloaded slog-bunyan v2.5.0
5122026-04-20T06:56:15.109Z Downloaded scroll v0.13.0
5132026-04-20T06:56:15.109Z Downloaded stable_deref_trait v1.2.0
5142026-04-20T06:56:15.109Z Downloaded schemars_derive v0.8.22
5152026-04-20T06:56:15.111Z Downloaded darling_core v0.21.3
5162026-04-20T06:56:15.114Z Downloaded structmeta v0.3.0
5172026-04-20T06:56:15.116Z Downloaded semver v1.0.27
5182026-04-20T06:56:15.116Z Downloaded search_path v0.1.4
5192026-04-20T06:56:15.119Z Downloaded papergrid v0.17.0
5202026-04-20T06:56:15.122Z Downloaded scroll v0.12.0
5212026-04-20T06:56:15.124Z Downloaded quinn-udp v0.5.14
5222026-04-20T06:56:15.124Z Downloaded supports-color v3.0.2
5232026-04-20T06:56:15.127Z Downloaded flate2 v1.1.2
5242026-04-20T06:56:15.129Z Downloaded serde_path_to_error v0.1.20
5252026-04-20T06:56:15.129Z Downloaded strum v0.27.2
5262026-04-20T06:56:15.132Z Downloaded strum v0.26.3
5272026-04-20T06:56:15.132Z Downloaded structmeta-derive v0.3.0
5282026-04-20T06:56:15.135Z Downloaded papergrid v0.11.0
5292026-04-20T06:56:15.137Z Downloaded shlex v1.3.0
5302026-04-20T06:56:15.138Z Downloaded serde_tokenstream v0.2.3
5312026-04-20T06:56:15.138Z Downloaded tabled_derive v0.7.0
5322026-04-20T06:56:15.140Z Downloaded tabled_derive v0.11.0
5332026-04-20T06:56:15.140Z Downloaded sync_wrapper v1.0.2
5342026-04-20T06:56:15.143Z Downloaded take_mut v0.2.2
5352026-04-20T06:56:15.143Z Downloaded tabwriter v1.4.1
5362026-04-20T06:56:15.143Z Downloaded tagptr v0.2.0
5372026-04-20T06:56:15.146Z Downloaded icu_collections v2.0.0
5382026-04-20T06:56:15.149Z Downloaded pin-project v1.1.10
5392026-04-20T06:56:15.154Z Downloaded testing_table v0.3.0
5402026-04-20T06:56:15.157Z Downloaded terminal_size v0.4.3
5412026-04-20T06:56:15.157Z Downloaded ryu v1.0.20
5422026-04-20T06:56:15.161Z Downloaded proc-macro2 v1.0.106
5432026-04-20T06:56:15.161Z Downloaded miniz_oxide v0.8.9
5442026-04-20T06:56:15.164Z Downloaded swrite v0.1.0
5452026-04-20T06:56:15.164Z Downloaded termtree v0.5.1
5462026-04-20T06:56:15.167Z Downloaded signal-hook-registry v1.4.6
5472026-04-20T06:56:15.167Z Downloaded curl v0.4.49
5482026-04-20T06:56:15.170Z Downloaded progenitor-impl v0.11.1
5492026-04-20T06:56:15.172Z Downloaded snafu-derive v0.8.9
5502026-04-20T06:56:15.172Z Downloaded smawk v0.3.2
5512026-04-20T06:56:15.172Z Downloaded slog-json v2.6.1
5522026-04-20T06:56:15.179Z Downloaded progenitor-impl v0.10.0
5532026-04-20T06:56:15.179Z Downloaded thread-id v4.2.2
5542026-04-20T06:56:15.182Z Downloaded tinyvec_macros v0.1.1
5552026-04-20T06:56:15.182Z Downloaded thiserror-impl-no-std v2.0.2
5562026-04-20T06:56:15.182Z Downloaded smf v0.2.3
5572026-04-20T06:56:15.182Z Downloaded slog-term v2.9.2
5582026-04-20T06:56:15.182Z Downloaded tokio-macros v2.7.0
5592026-04-20T06:56:15.185Z Downloaded thread-id v5.0.0
5602026-04-20T06:56:15.185Z Downloaded slog-dtrace v0.3.0
5612026-04-20T06:56:15.185Z Downloaded static_assertions v1.1.0
5622026-04-20T06:56:15.187Z Downloaded slog-async v2.8.0
5632026-04-20T06:56:15.187Z Downloaded crypto-bigint v0.5.5
5642026-04-20T06:56:15.190Z Downloaded clap_builder v4.6.0
5652026-04-20T06:56:15.194Z Downloaded strsim v0.11.1
5662026-04-20T06:56:15.197Z Downloaded openssl-sys v0.9.112
5672026-04-20T06:56:15.200Z Downloaded toml_datetime v0.6.11
5682026-04-20T06:56:15.200Z Downloaded strum_macros v0.26.4
5692026-04-20T06:56:15.202Z Downloaded hickory-resolver v0.25.2
5702026-04-20T06:56:15.205Z Downloaded synstructure v0.13.2
5712026-04-20T06:56:15.205Z Downloaded serde_with_macros v3.18.0
5722026-04-20T06:56:15.208Z Downloaded serde_derive_internals v0.29.1
5732026-04-20T06:56:15.208Z Downloaded memchr v2.7.5
5742026-04-20T06:56:15.211Z Downloaded toml_write v0.1.2
5752026-04-20T06:56:15.214Z Downloaded subtle v2.6.1
5762026-04-20T06:56:15.214Z Downloaded sha2 v0.10.9
5772026-04-20T06:56:15.217Z Downloaded strum_macros v0.27.2
5782026-04-20T06:56:15.217Z Downloaded expectorate v1.2.0
5792026-04-20T06:56:15.220Z Downloaded topological-sort v0.2.2
5802026-04-20T06:56:15.220Z Downloaded cc v1.2.58
5812026-04-20T06:56:15.223Z Downloaded try-lock v0.2.5
5822026-04-20T06:56:15.223Z Downloaded tower-layer v0.3.3
5832026-04-20T06:56:15.223Z Downloaded dropshot-api-manager v0.5.2
5842026-04-20T06:56:15.227Z Downloaded thiserror v2.0.18
5852026-04-20T06:56:15.230Z Downloaded parking_lot_core v0.9.12
5862026-04-20T06:56:15.230Z Downloaded prettyplease v0.2.37
5872026-04-20T06:56:15.234Z Downloaded thiserror-impl v1.0.69
5882026-04-20T06:56:15.234Z Downloaded slab v0.4.11
5892026-04-20T06:56:15.234Z Downloaded smallvec v1.15.1
5902026-04-20T06:56:15.237Z Downloaded indexmap v2.13.0
5912026-04-20T06:56:15.240Z Downloaded schemars v0.8.22
5922026-04-20T06:56:15.244Z Downloaded unicode-xid v0.2.6
5932026-04-20T06:56:15.246Z Downloaded unarray v0.1.4
5942026-04-20T06:56:15.246Z Downloaded typify-macro v0.4.3
5952026-04-20T06:56:15.249Z Downloaded untrusted v0.7.1
5962026-04-20T06:56:15.249Z Downloaded tower-service v0.3.3
5972026-04-20T06:56:15.249Z Downloaded usdt v0.6.0
5982026-04-20T06:56:15.252Z Downloaded tinystr v0.8.1
5992026-04-20T06:56:15.252Z Downloaded time-macros v0.2.27
6002026-04-20T06:56:15.254Z Downloaded thread_local v1.1.9
6012026-04-20T06:56:15.254Z Downloaded thiserror-no-std v2.0.2
6022026-04-20T06:56:15.257Z Downloaded unicode-linebreak v0.1.5
6032026-04-20T06:56:15.257Z Downloaded thiserror-impl v2.0.18
6042026-04-20T06:56:15.260Z Downloaded universal-hash v0.5.1
6052026-04-20T06:56:15.260Z Downloaded hashbrown v0.12.3
6062026-04-20T06:56:15.263Z Downloaded thiserror v1.0.69
6072026-04-20T06:56:15.266Z Downloaded tokio-dtrace v0.1.1
6082026-04-20T06:56:15.266Z Downloaded usdt v0.5.0
6092026-04-20T06:56:15.266Z Downloaded spin v0.9.8
6102026-04-20T06:56:15.268Z Downloaded serde_derive v1.0.228
6112026-04-20T06:56:15.271Z Downloaded usdt-attr-macro v0.6.0
6122026-04-20T06:56:15.271Z Downloaded usdt-attr-macro v0.5.0
6132026-04-20T06:56:15.271Z Downloaded serde_yaml v0.9.34+deprecated
6142026-04-20T06:56:15.274Z Downloaded utf8parse v0.2.2
6152026-04-20T06:56:15.274Z Downloaded utf8_iter v1.0.4
6162026-04-20T06:56:15.274Z Downloaded usdt-macro v0.6.0
6172026-04-20T06:56:15.276Z Downloaded version_check v0.9.5
6182026-04-20T06:56:15.276Z Downloaded rayon-core v1.13.0
6192026-04-20T06:56:15.279Z Downloaded want v0.3.1
6202026-04-20T06:56:15.279Z Downloaded minimal-lexical v0.2.1
6212026-04-20T06:56:15.282Z Downloaded usdt-macro v0.5.0
6222026-04-20T06:56:15.282Z Downloaded toml_writer v1.0.6+spec-1.1.0
6232026-04-20T06:56:15.284Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6242026-04-20T06:56:15.284Z Downloaded tokio-rustls v0.25.0
6252026-04-20T06:56:15.287Z Downloaded rustls-pki-types v1.12.0
6262026-04-20T06:56:15.289Z Downloaded wait-timeout v0.2.1
6272026-04-20T06:56:15.289Z Downloaded tokio-native-tls v0.3.1
6282026-04-20T06:56:15.292Z Downloaded waitgroup v0.1.2
6292026-04-20T06:56:15.292Z Downloaded slog v2.8.2
6302026-04-20T06:56:15.295Z Downloaded progenitor-impl v0.13.0
6312026-04-20T06:56:15.295Z Downloaded typify-macro v0.6.1
6322026-04-20T06:56:15.295Z Downloaded term v1.2.0
6332026-04-20T06:56:15.298Z Downloaded hyper-util v0.1.19
6342026-04-20T06:56:15.300Z Downloaded http v1.4.0
6352026-04-20T06:56:15.303Z Downloaded time-core v0.1.8
6362026-04-20T06:56:15.303Z Downloaded progenitor v0.10.0
6372026-04-20T06:56:15.306Z Downloaded proc-macro-error2 v2.0.1
6382026-04-20T06:56:15.308Z Downloaded signal-hook v0.3.18
6392026-04-20T06:56:15.308Z Downloaded pretty-hex v0.4.1
6402026-04-20T06:56:15.311Z Downloaded omicron-zone-package v0.12.2
6412026-04-20T06:56:15.311Z Downloaded untrusted v0.9.0
6422026-04-20T06:56:15.314Z Downloaded ref-cast-impl v1.0.25
6432026-04-20T06:56:15.314Z Downloaded xattr v1.6.1
6442026-04-20T06:56:15.314Z Downloaded rand_xorshift v0.4.0
6452026-04-20T06:56:15.317Z Downloaded paste v1.0.15
6462026-04-20T06:56:15.317Z Downloaded zerofrom-derive v0.1.6
6472026-04-20T06:56:15.317Z Downloaded zerofrom v0.1.6
6482026-04-20T06:56:15.319Z Downloaded yoke-derive v0.8.0
6492026-04-20T06:56:15.319Z Downloaded password-hash v0.5.0
6502026-04-20T06:56:15.319Z Downloaded oxide-tokio-rt v0.1.4
6512026-04-20T06:56:15.322Z Downloaded litemap v0.8.0
6522026-04-20T06:56:15.322Z Downloaded bytes v1.11.1
6532026-04-20T06:56:15.325Z Downloaded serde_core v1.0.228
6542026-04-20T06:56:15.328Z Downloaded qorb v0.4.1
6552026-04-20T06:56:15.330Z Downloaded hashbrown v0.15.5
6562026-04-20T06:56:15.333Z Downloaded tokio-stream v0.1.17
6572026-04-20T06:56:15.335Z Downloaded iana-time-zone v0.1.64
6582026-04-20T06:56:15.338Z Downloaded rand v0.8.5
6592026-04-20T06:56:15.338Z Downloaded socket2 v0.5.10
6602026-04-20T06:56:15.340Z Downloaded memmap v0.7.0
6612026-04-20T06:56:15.340Z Downloaded allocator-api2 v0.2.21
6622026-04-20T06:56:15.343Z Downloaded zone_cfg_derive v0.3.1
6632026-04-20T06:56:15.343Z Downloaded tokio-rustls v0.26.3
6642026-04-20T06:56:15.346Z Downloaded zone v0.3.1
6652026-04-20T06:56:15.346Z Downloaded socket2 v0.6.3
6662026-04-20T06:56:15.346Z Downloaded olpc-cjson v0.1.4
6672026-04-20T06:56:15.348Z Downloaded num_threads v0.1.7
6682026-04-20T06:56:15.348Z Downloaded elliptic-curve v0.13.8
6692026-04-20T06:56:15.351Z Downloaded darling v0.21.3
6702026-04-20T06:56:15.354Z Downloaded chacha20 v0.10.0
6712026-04-20T06:56:15.354Z Downloaded omicron-workspace-hack v0.1.0
6722026-04-20T06:56:15.356Z Downloaded ciborium v0.2.2
6732026-04-20T06:56:15.356Z Downloaded clap_derive v4.6.0
6742026-04-20T06:56:15.359Z Downloaded whoami v1.6.1
6752026-04-20T06:56:15.359Z Downloaded toml v0.8.23
6762026-04-20T06:56:15.362Z Downloaded snafu v0.8.9
6772026-04-20T06:56:15.364Z Downloaded walkdir v2.5.0
6782026-04-20T06:56:15.367Z Downloaded tinyvec v1.10.0
6792026-04-20T06:56:15.367Z Downloaded hashbrown v0.16.1
6802026-04-20T06:56:15.370Z Downloaded vsss-rs v3.3.4
6812026-04-20T06:56:15.372Z Downloaded mio v1.2.0
6822026-04-20T06:56:15.375Z Downloaded usdt-impl v0.6.0
6832026-04-20T06:56:15.375Z Downloaded usdt-impl v0.5.0
6842026-04-20T06:56:15.377Z Downloaded toml_parser v1.0.6+spec-1.1.0
6852026-04-20T06:56:15.377Z Downloaded similar v2.7.0
6862026-04-20T06:56:15.380Z Downloaded textwrap v0.16.2
6872026-04-20T06:56:15.384Z Downloaded quinn v0.11.9
6882026-04-20T06:56:15.387Z Downloaded zeroize_derive v1.4.3
6892026-04-20T06:56:15.387Z Downloaded zmij v1.0.17
6902026-04-20T06:56:15.387Z Downloaded tempfile v3.23.0
6912026-04-20T06:56:15.390Z Downloaded nom v7.1.3
6922026-04-20T06:56:15.392Z Downloaded schemars v1.2.0
6932026-04-20T06:56:15.398Z Downloaded vergen v8.3.2
6942026-04-20T06:56:15.401Z Downloaded ucd-trie v0.1.7
6952026-04-20T06:56:15.401Z Downloaded idna v1.1.0
6962026-04-20T06:56:15.403Z Downloaded rand v0.9.2
6972026-04-20T06:56:15.406Z Downloaded zerocopy-derive v0.7.35
6982026-04-20T06:56:15.408Z Downloaded zeroize v1.8.1
6992026-04-20T06:56:15.408Z Downloaded yoke v0.8.0
7002026-04-20T06:56:15.411Z Downloaded serde v1.0.228
7012026-04-20T06:56:15.413Z Downloaded schemars v0.9.0
7022026-04-20T06:56:15.418Z Downloaded writeable v0.6.1
7032026-04-20T06:56:15.420Z Downloaded unicode-ident v1.0.24
7042026-04-20T06:56:15.423Z Downloaded tar v0.4.45
7052026-04-20T06:56:15.423Z Downloaded tracing-core v0.1.34
7062026-04-20T06:56:15.426Z Downloaded hyper v1.8.1
7072026-04-20T06:56:15.428Z Downloaded toml v0.7.8
7082026-04-20T06:56:15.431Z Downloaded itertools v0.12.1
7092026-04-20T06:56:15.434Z Downloaded pest v2.8.2
7102026-04-20T06:56:15.436Z Downloaded test-strategy v0.4.3
7112026-04-20T06:56:15.439Z Downloaded rustls-webpki v0.103.6
7122026-04-20T06:56:15.442Z Downloaded typenum v1.18.0
7132026-04-20T06:56:15.444Z Downloaded iri-string v0.7.8
7142026-04-20T06:56:15.448Z Downloaded futures-util v0.3.32
7152026-04-20T06:56:15.452Z Downloaded unsafe-libyaml v0.2.11
7162026-04-20T06:56:15.455Z Downloaded zerovec-derive v0.11.1
7172026-04-20T06:56:15.458Z Downloaded libm v0.2.15
7182026-04-20T06:56:15.460Z Downloaded hkdf v0.12.4
7192026-04-20T06:56:15.463Z Downloaded typify v0.4.3
7202026-04-20T06:56:15.466Z Downloaded steno v0.4.1
7212026-04-20T06:56:15.468Z Downloaded iddqd v0.3.17
7222026-04-20T06:56:15.471Z Downloaded tracing v0.1.41
7232026-04-20T06:56:15.474Z Downloaded uuid v1.20.0
7242026-04-20T06:56:15.477Z Downloaded icu_properties_data v2.0.1
7252026-04-20T06:56:15.479Z Downloaded h2 v0.4.12
7262026-04-20T06:56:15.483Z Downloaded tracing-attributes v0.1.30
7272026-04-20T06:56:15.485Z Downloaded libsw v3.5.0
7282026-04-20T06:56:15.485Z Downloaded typify v0.6.1
7292026-04-20T06:56:15.488Z Downloaded jobserver v0.1.34
7302026-04-20T06:56:15.490Z Downloaded newtype-uuid-macros v0.1.0
7312026-04-20T06:56:15.490Z Downloaded itertools v0.14.0
7322026-04-20T06:56:15.493Z Downloaded http-body-util v0.1.3
7332026-04-20T06:56:15.496Z Downloaded aho-corasick v1.1.3
7342026-04-20T06:56:15.499Z Downloaded cmake v0.1.54
7352026-04-20T06:56:15.499Z Downloaded crc32fast v1.5.0
7362026-04-20T06:56:15.499Z Downloaded lru-slab v0.1.2
7372026-04-20T06:56:15.502Z Downloaded crossbeam-epoch v0.9.18
7382026-04-20T06:56:15.502Z Downloaded either v1.15.0
7392026-04-20T06:56:15.502Z Downloaded camino-tempfile v1.4.1
7402026-04-20T06:56:15.504Z Downloaded zerocopy-derive v0.8.27
7412026-04-20T06:56:15.507Z Downloaded rand v0.10.1
7422026-04-20T06:56:15.510Z Downloaded toml v0.9.11+spec-1.1.0
7432026-04-20T06:56:15.512Z Downloaded toml_edit v0.22.27
7442026-04-20T06:56:15.515Z Downloaded toml_edit v0.19.15
7452026-04-20T06:56:15.522Z Downloaded url v2.5.7
7462026-04-20T06:56:15.525Z Downloaded goblin v0.8.2
7472026-04-20T06:56:15.527Z Downloaded daft-derive v0.1.4
7482026-04-20T06:56:15.530Z Downloaded chacha20 v0.9.1
7492026-04-20T06:56:15.532Z Downloaded tower v0.5.2
7502026-04-20T06:56:15.535Z Downloaded zerotrie v0.2.2
7512026-04-20T06:56:15.538Z Downloaded git2 v0.19.0
7522026-04-20T06:56:15.541Z Downloaded cipher v0.4.4
7532026-04-20T06:56:15.545Z Downloaded kstat-rs v0.2.4
7542026-04-20T06:56:15.545Z Downloaded itoa v1.0.15
7552026-04-20T06:56:15.545Z Downloaded is_ci v1.2.0
7562026-04-20T06:56:15.547Z Downloaded const_format_proc_macros v0.2.34
7572026-04-20T06:56:15.548Z Downloaded foldhash v0.1.5
7582026-04-20T06:56:15.548Z Downloaded dropshot-api-manager-types v0.5.2
7592026-04-20T06:56:15.548Z Downloaded anstream v1.0.0
7602026-04-20T06:56:15.550Z Downloaded async-recursion v1.1.1
7612026-04-20T06:56:15.550Z Downloaded filetime v0.2.26
7622026-04-20T06:56:15.553Z Downloaded ff v0.13.1
7632026-04-20T06:56:15.553Z Downloaded ident_case v1.0.1
7642026-04-20T06:56:15.553Z Downloaded futures v0.3.32
7652026-04-20T06:56:15.556Z Downloaded erased-serde v0.3.31
7662026-04-20T06:56:15.556Z Downloaded hash32 v0.3.1
7672026-04-20T06:56:15.559Z Downloaded futures-task v0.3.32
7682026-04-20T06:56:15.559Z Downloaded colored v3.0.0
7692026-04-20T06:56:15.559Z Downloaded autocfg v1.5.0
7702026-04-20T06:56:15.561Z Downloaded httpdate v1.0.3
7712026-04-20T06:56:15.561Z Downloaded csv-core v0.1.12
7722026-04-20T06:56:15.561Z Downloaded cargo_metadata v0.18.1
7732026-04-20T06:56:15.564Z Downloaded atomicwrites v0.4.4
7742026-04-20T06:56:15.564Z Downloaded fnv v1.0.7
7752026-04-20T06:56:15.564Z Downloaded fixedbitset v0.4.2
7762026-04-20T06:56:15.564Z Downloaded constant_time_eq v0.3.1
7772026-04-20T06:56:15.567Z Downloaded dtrace-parser v0.2.0
7782026-04-20T06:56:15.567Z Downloaded ciborium-io v0.2.2
7792026-04-20T06:56:15.567Z Downloaded foreign-types-macros v0.2.3
7802026-04-20T06:56:15.567Z Downloaded errno v0.3.14
7812026-04-20T06:56:15.570Z Downloaded async-stream v0.3.6
7822026-04-20T06:56:15.570Z Downloaded crossbeam-utils v0.8.21
7832026-04-20T06:56:15.572Z Downloaded tokio-util v0.7.16
7842026-04-20T06:56:15.575Z Downloaded bindgen v0.72.1
7852026-04-20T06:56:15.578Z Downloaded cpufeatures v0.2.17
7862026-04-20T06:56:15.580Z Downloaded portable-atomic v1.11.1
7872026-04-20T06:56:15.583Z Downloaded anstyle v1.0.14
7882026-04-20T06:56:15.585Z Downloaded reqwest v0.12.23
7892026-04-20T06:56:15.588Z Downloaded tower-http v0.6.8
7902026-04-20T06:56:15.591Z Downloaded regex v1.12.3
7912026-04-20T06:56:15.594Z Downloaded unicode-normalization v0.1.24
7922026-04-20T06:56:15.596Z Downloaded foreign-types v0.5.0
7932026-04-20T06:56:15.596Z Downloaded typed-path v0.9.3
7942026-04-20T06:56:15.599Z Downloaded blake3 v1.8.2
7952026-04-20T06:56:15.603Z Downloaded foreign-types v0.3.2
7962026-04-20T06:56:15.606Z Downloaded float-ord v0.3.2
7972026-04-20T06:56:15.606Z Downloaded base64ct v1.8.0
7982026-04-20T06:56:15.606Z Downloaded unicode-segmentation v1.12.0
7992026-04-20T06:56:15.609Z Downloaded adler2 v2.0.1
8002026-04-20T06:56:15.609Z Downloaded defmt-parser v1.0.0
8012026-04-20T06:56:15.609Z Downloaded tough v0.20.0
8022026-04-20T06:56:15.613Z Downloaded serde_json v1.0.149
8032026-04-20T06:56:15.617Z Downloaded reqwest v0.13.2
8042026-04-20T06:56:15.620Z Downloaded rustls-webpki v0.102.8
8052026-04-20T06:56:15.630Z Downloaded chrono v0.4.44
8062026-04-20T06:56:15.634Z Downloaded dof v0.3.0
8072026-04-20T06:56:15.636Z Downloaded cexpr v0.6.0
8082026-04-20T06:56:15.636Z Downloaded bytecount v0.6.9
8092026-04-20T06:56:15.636Z Downloaded backoff v0.4.0
8102026-04-20T06:56:15.639Z Downloaded async-trait v0.1.89
8112026-04-20T06:56:15.641Z Downloaded defmt v0.3.100
8122026-04-20T06:56:15.641Z Downloaded ciborium-ll v0.2.2
8132026-04-20T06:56:15.641Z Downloaded display-error-chain v0.2.2
8142026-04-20T06:56:15.641Z Downloaded defmt-macros v1.0.1
8152026-04-20T06:56:15.644Z Downloaded zerocopy v0.7.35
8162026-04-20T06:56:15.651Z Downloaded goblin v0.10.1
8172026-04-20T06:56:15.655Z Downloaded aws-lc-rs v1.16.2
8182026-04-20T06:56:15.660Z Downloaded proptest v1.8.0
8192026-04-20T06:56:15.665Z Downloaded zerovec v0.11.4
8202026-04-20T06:56:15.667Z Downloaded rayon v1.11.0
8212026-04-20T06:56:15.672Z Downloaded tabled v0.15.0
8222026-04-20T06:56:15.680Z Downloaded aead v0.5.2
8232026-04-20T06:56:15.683Z Downloaded winnow v1.0.1
8242026-04-20T06:56:15.695Z Downloaded serde_with v3.18.0
8252026-04-20T06:56:15.702Z Downloaded syn v1.0.109
8262026-04-20T06:56:15.716Z Downloaded openssl v0.10.76
8272026-04-20T06:56:15.730Z Downloaded winnow v0.5.40
8282026-04-20T06:56:15.735Z Downloaded vcpkg v0.2.15
8292026-04-20T06:56:15.757Z Downloaded winnow v0.7.14
8302026-04-20T06:56:15.762Z Downloaded moka v0.12.11
8312026-04-20T06:56:15.767Z Downloaded unicode-width v0.2.1
8322026-04-20T06:56:15.770Z Downloaded unicode-width v0.1.14
8332026-04-20T06:56:15.773Z Downloaded zerocopy v0.8.27
8342026-04-20T06:56:15.785Z Downloaded time v0.3.47
8352026-04-20T06:56:15.791Z Downloaded openapiv3 v2.2.0
8362026-04-20T06:56:15.798Z Downloaded nix v0.31.2
8372026-04-20T06:56:15.803Z Downloaded tabled v0.20.0
8382026-04-20T06:56:15.812Z Downloaded regex-syntax v0.8.6
8392026-04-20T06:56:15.816Z Downloaded hickory-proto v0.25.2
8402026-04-20T06:56:15.824Z Downloaded curve25519-dalek v4.1.3
8412026-04-20T06:56:15.829Z Downloaded rustls v0.22.4
8422026-04-20T06:56:15.835Z Downloaded quinn-proto v0.11.14
8432026-04-20T06:56:15.839Z Downloaded rustix v1.1.2
8442026-04-20T06:56:15.852Z Downloaded nix v0.30.1
8452026-04-20T06:56:15.858Z Downloaded hickory-proto v0.24.4
8462026-04-20T06:56:15.866Z Downloaded webpki-roots v1.0.2
8472026-04-20T06:56:15.868Z Downloaded syn v2.0.117
8482026-04-20T06:56:15.874Z Downloaded bstr v1.12.0
8492026-04-20T06:56:15.878Z Downloaded dropshot v0.16.7
8502026-04-20T06:56:15.889Z Downloaded smoltcp v0.11.0
8512026-04-20T06:56:15.896Z Downloaded rustls v0.23.32
8522026-04-20T06:56:15.902Z Downloaded regex-automata v0.4.13
8532026-04-20T06:56:15.910Z Downloaded rustix v0.38.44
8542026-04-20T06:56:15.922Z Downloaded regress v0.10.5
8552026-04-20T06:56:15.953Z Downloaded libc v0.2.183
8562026-04-20T06:56:15.971Z Downloaded libz-sys v1.1.22
8572026-04-20T06:56:15.982Z Downloaded typify-impl v0.6.1
8582026-04-20T06:56:15.989Z Downloaded tokio v1.52.1
8592026-04-20T06:56:16.037Z Downloaded encoding_rs v0.8.35
8602026-04-20T06:56:16.048Z Downloaded typify-impl v0.4.3
8612026-04-20T06:56:16.103Z Downloaded jiff v0.2.15
8622026-04-20T06:56:16.120Z Downloaded petgraph v0.6.5
8632026-04-20T06:56:16.140Z Downloaded chrono-tz v0.10.4
8642026-04-20T06:56:16.155Z Downloaded petgraph v0.8.2
8652026-04-20T06:56:16.180Z Downloaded csv v1.3.1
8662026-04-20T06:56:16.190Z Downloaded sha3 v0.10.8
8672026-04-20T06:56:16.348Z Downloaded ring v0.17.14
8682026-04-20T06:56:16.397Z Downloaded libgit2-sys v0.17.0+1.8.1
8692026-04-20T06:56:16.427Z Downloaded curl-sys v0.4.83+curl-8.15.0
8702026-04-20T06:56:16.908Z Downloaded aws-lc-sys v0.39.1
8712026-04-20T06:56:17.211Z Compiling proc-macro2 v1.0.106
8722026-04-20T06:56:17.211Z Compiling quote v1.0.45
8732026-04-20T06:56:17.211Z Compiling unicode-ident v1.0.24
8742026-04-20T06:56:17.214Z Compiling serde_core v1.0.228
8752026-04-20T06:56:17.214Z Compiling serde v1.0.228
8762026-04-20T06:56:17.214Z Compiling libc v0.2.183
8772026-04-20T06:56:17.214Z Checking cfg-if v1.0.3
8782026-04-20T06:56:17.538Z Compiling zmij v1.0.17
8792026-04-20T06:56:17.556Z Compiling autocfg v1.5.0
8802026-04-20T06:56:17.810Z Compiling memchr v2.7.5
8812026-04-20T06:56:17.906Z Compiling getrandom v0.3.4
8822026-04-20T06:56:17.938Z Compiling libm v0.2.15
8832026-04-20T06:56:18.322Z Checking smallvec v1.15.1
8842026-04-20T06:56:18.379Z Compiling shlex v1.3.0
8852026-04-20T06:56:18.396Z Checking itoa v1.0.15
8862026-04-20T06:56:18.398Z Compiling jobserver v0.1.34
8872026-04-20T06:56:18.525Z Compiling thiserror v2.0.18
8882026-04-20T06:56:18.566Z Compiling version_check v0.9.5
8892026-04-20T06:56:18.635Z Compiling find-msvc-tools v0.1.9
8902026-04-20T06:56:18.654Z Compiling icu_normalizer_data v2.0.0
8912026-04-20T06:56:18.732Z Compiling syn v2.0.117
8922026-04-20T06:56:18.749Z Compiling icu_properties_data v2.0.1
8932026-04-20T06:56:18.842Z Compiling cc v1.2.58
8942026-04-20T06:56:18.947Z Compiling parking_lot_core v0.9.12
8952026-04-20T06:56:19.023Z Checking stable_deref_trait v1.2.0
8962026-04-20T06:56:19.026Z Compiling serde_json v1.0.149
8972026-04-20T06:56:19.298Z Compiling heck v0.5.0
8982026-04-20T06:56:19.381Z Checking writeable v0.6.1
8992026-04-20T06:56:19.454Z Checking litemap v0.8.0
9002026-04-20T06:56:19.531Z Compiling num-traits v0.2.19
9012026-04-20T06:56:19.656Z Checking percent-encoding v2.3.2
9022026-04-20T06:56:19.891Z Checking form_urlencoded v1.2.2
9032026-04-20T06:56:19.907Z Checking utf8_iter v1.0.4
9042026-04-20T06:56:20.008Z Compiling zerocopy v0.8.27
9052026-04-20T06:56:20.024Z Checking pin-project-lite v0.2.16
9062026-04-20T06:56:20.040Z Checking iana-time-zone v0.1.64
9072026-04-20T06:56:20.056Z Compiling rustversion v1.0.22
9082026-04-20T06:56:20.120Z Compiling log v0.4.29
9092026-04-20T06:56:20.151Z Compiling equivalent v1.0.2
9102026-04-20T06:56:20.212Z Compiling allocator-api2 v0.2.21
9112026-04-20T06:56:20.246Z Compiling foldhash v0.2.0
9122026-04-20T06:56:20.303Z Compiling semver v1.0.27
9132026-04-20T06:56:20.462Z Checking socket2 v0.6.3
9142026-04-20T06:56:20.479Z Checking uuid v1.20.0
9152026-04-20T06:56:20.511Z Compiling hashbrown v0.16.1
9162026-04-20T06:56:20.538Z Checking scopeguard v1.2.0
9172026-04-20T06:56:20.648Z Checking lock_api v0.4.14
9182026-04-20T06:56:20.785Z Checking getrandom v0.2.16
9192026-04-20T06:56:20.825Z Checking signal-hook-registry v1.4.6
9202026-04-20T06:56:20.864Z Checking mio v1.2.0
9212026-04-20T06:56:20.900Z Checking parking_lot v0.12.5
9222026-04-20T06:56:20.933Z Checking dyn-clone v1.0.20
9232026-04-20T06:56:20.984Z Compiling schemars v0.8.22
9242026-04-20T06:56:21.002Z Compiling portable-atomic v1.11.1
9252026-04-20T06:56:21.111Z Checking critical-section v1.2.0
9262026-04-20T06:56:21.262Z Checking futures-core v0.3.32
9272026-04-20T06:56:21.311Z Compiling ring v0.17.14
9282026-04-20T06:56:21.327Z Compiling typenum v1.18.0
9292026-04-20T06:56:21.451Z Compiling indexmap v2.13.0
9302026-04-20T06:56:21.695Z Compiling synstructure v0.13.2
9312026-04-20T06:56:21.734Z Compiling serde_derive_internals v0.29.1
9322026-04-20T06:56:21.965Z Checking once_cell v1.21.3
9332026-04-20T06:56:22.142Z Compiling thiserror v1.0.69
9342026-04-20T06:56:22.196Z Compiling httparse v1.10.1
9352026-04-20T06:56:22.232Z Compiling regex-syntax v0.8.6
9362026-04-20T06:56:22.515Z Checking futures-sink v0.3.32
9372026-04-20T06:56:22.542Z Compiling rustix v1.1.2
9382026-04-20T06:56:22.629Z Compiling aho-corasick v1.1.3
9392026-04-20T06:56:22.658Z Checking slab v0.4.11
9402026-04-20T06:56:22.749Z Checking subtle v2.6.1
9412026-04-20T06:56:22.827Z Compiling anyhow v1.0.102
9422026-04-20T06:56:22.878Z Compiling ucd-trie v0.1.7
9432026-04-20T06:56:22.912Z Checking futures-channel v0.3.32
9442026-04-20T06:56:23.005Z Compiling serde_derive v1.0.228
9452026-04-20T06:56:23.105Z Compiling zerofrom-derive v0.1.6
9462026-04-20T06:56:23.108Z Compiling yoke-derive v0.8.0
9472026-04-20T06:56:23.140Z Compiling zerovec-derive v0.11.1
9482026-04-20T06:56:23.156Z Compiling displaydoc v0.2.5
9492026-04-20T06:56:23.882Z Compiling thiserror-impl v2.0.18
9502026-04-20T06:56:24.081Z Compiling schemars_derive v0.8.22
9512026-04-20T06:56:24.143Z Compiling tokio-macros v2.7.0
9522026-04-20T06:56:24.196Z Compiling zerocopy-derive v0.8.27
9532026-04-20T06:56:24.307Z Checking zerofrom v0.1.6
9542026-04-20T06:56:24.325Z Compiling futures-macro v0.3.32
9552026-04-20T06:56:24.432Z Checking yoke v0.8.0
9562026-04-20T06:56:24.655Z Checking zerovec v0.11.4
9572026-04-20T06:56:24.900Z Checking zerotrie v0.2.2
9582026-04-20T06:56:25.158Z Compiling zeroize_derive v1.4.3
9592026-04-20T06:56:25.250Z Compiling thiserror-impl v1.0.69
9602026-04-20T06:56:25.268Z Compiling regex-automata v0.4.13
9612026-04-20T06:56:25.285Z Compiling pest v2.8.2
9622026-04-20T06:56:25.371Z Checking tinystr v0.8.1
9632026-04-20T06:56:25.446Z Checking potential_utf v0.1.3
9642026-04-20T06:56:25.557Z Checking icu_locale_core v2.0.0
9652026-04-20T06:56:25.583Z Checking icu_collections v2.0.0
9662026-04-20T06:56:25.881Z Checking zeroize v1.8.1
9672026-04-20T06:56:26.017Z Checking icu_provider v2.0.0
9682026-04-20T06:56:26.092Z Checking bytes v1.11.1
9692026-04-20T06:56:26.216Z Checking chrono v0.4.44
9702026-04-20T06:56:26.263Z Checking icu_normalizer v2.0.0
9712026-04-20T06:56:26.319Z Checking icu_properties v2.0.1
9722026-04-20T06:56:26.501Z Compiling serde_tokenstream v0.2.3
9732026-04-20T06:56:26.532Z Checking bitflags v2.9.4
9742026-04-20T06:56:26.579Z Checking tokio v1.52.1
9752026-04-20T06:56:26.978Z Compiling regex v1.12.3
9762026-04-20T06:56:27.059Z Checking rand_core v0.6.4
9772026-04-20T06:56:27.124Z Checking idna_adapter v1.2.1
9782026-04-20T06:56:27.227Z Compiling pest_meta v2.8.2
9792026-04-20T06:56:27.255Z Checking idna v1.1.0
9802026-04-20T06:56:27.373Z Checking futures-io v0.3.32
9812026-04-20T06:56:27.391Z Checking futures-task v0.3.32
9822026-04-20T06:56:27.496Z Compiling pkg-config v0.3.32
9832026-04-20T06:56:27.514Z Checking url v2.5.7
9842026-04-20T06:56:27.537Z Checking futures-util v0.3.32
9852026-04-20T06:56:27.558Z Compiling tracing-attributes v0.1.30
9862026-04-20T06:56:27.946Z Compiling pest_generator v2.8.2
9872026-04-20T06:56:27.984Z Checking tracing-core v0.1.34
9882026-04-20T06:56:28.300Z Compiling generic-array v0.14.7
9892026-04-20T06:56:28.532Z Compiling vcpkg v0.2.15
9902026-04-20T06:56:28.550Z Checking fnv v1.0.7
9912026-04-20T06:56:28.575Z Compiling pest_derive v2.8.2
9922026-04-20T06:56:28.701Z Compiling http v1.4.0
9932026-04-20T06:56:28.765Z Checking tracing v0.1.41
9942026-04-20T06:56:29.089Z Compiling regress v0.10.5
9952026-04-20T06:56:29.107Z Compiling time-core v0.1.8
9962026-04-20T06:56:29.199Z Compiling byteorder v1.5.0
9972026-04-20T06:56:29.263Z Compiling num-conv v0.2.1
9982026-04-20T06:56:29.427Z Compiling time-macros v0.2.27
9992026-04-20T06:56:29.461Z Checking errno v0.3.14
10002026-04-20T06:56:29.526Z Checking ipnet v2.11.0
10012026-04-20T06:56:29.637Z Checking base64 v0.22.1
10022026-04-20T06:56:29.765Z Checking tokio-util v0.7.16
10032026-04-20T06:56:29.884Z Compiling scroll_derive v0.13.1
10042026-04-20T06:56:29.986Z Checking crypto-common v0.1.6
10052026-04-20T06:56:30.270Z Compiling camino v1.2.2
10062026-04-20T06:56:30.339Z Checking http-body v1.0.1
10072026-04-20T06:56:30.482Z Compiling syn v1.0.109
10082026-04-20T06:56:30.587Z Compiling crossbeam-utils v0.8.21
10092026-04-20T06:56:30.661Z Checking atomic-waker v1.1.2
10102026-04-20T06:56:30.721Z Compiling slog v2.8.2
10112026-04-20T06:56:30.771Z Checking try-lock v0.2.5
10122026-04-20T06:56:30.875Z Compiling paste v1.0.15
10132026-04-20T06:56:30.892Z Checking tower-layer v0.3.3
10142026-04-20T06:56:30.895Z Compiling strsim v0.11.1
10152026-04-20T06:56:30.950Z Checking tower-service v0.3.3
10162026-04-20T06:56:31.006Z Checking want v0.3.1
10172026-04-20T06:56:31.042Z Checking h2 v0.4.12
10182026-04-20T06:56:31.045Z Checking ipnetwork v0.21.1
10192026-04-20T06:56:31.150Z Checking ppv-lite86 v0.2.21
10202026-04-20T06:56:31.215Z Checking erased-serde v0.3.31
10212026-04-20T06:56:31.242Z Checking rustls-pki-types v1.12.0
10222026-04-20T06:56:31.293Z Checking pin-utils v0.1.0
10232026-04-20T06:56:31.338Z Checking ryu v1.0.20
10242026-04-20T06:56:31.369Z Checking httpdate v1.0.3
10252026-04-20T06:56:31.457Z Checking pretty-hex v0.4.1
10262026-04-20T06:56:31.536Z Compiling async-trait v0.1.89
10272026-04-20T06:56:31.579Z Checking socket2 v0.5.10
10282026-04-20T06:56:31.694Z Compiling ident_case v1.0.1
10292026-04-20T06:56:31.721Z Checking untrusted v0.9.0
10302026-04-20T06:56:31.820Z Compiling scroll v0.13.0
10312026-04-20T06:56:31.823Z Compiling openssl-sys v0.9.112
10322026-04-20T06:56:31.869Z Compiling usdt-impl v0.6.0
10332026-04-20T06:56:31.971Z Checking plain v0.2.3
10342026-04-20T06:56:32.096Z Checking http-body-util v0.1.3
10352026-04-20T06:56:32.147Z Checking block-buffer v0.10.4
10362026-04-20T06:56:32.194Z Compiling goblin v0.10.1
10372026-04-20T06:56:32.295Z Compiling openapiv3 v2.2.0
10382026-04-20T06:56:32.317Z Compiling slog-async v2.8.0
10392026-04-20T06:56:32.810Z Checking digest v0.10.7
10402026-04-20T06:56:32.850Z Checking serde_urlencoded v0.7.1
10412026-04-20T06:56:32.901Z Checking hyper v1.8.1
10422026-04-20T06:56:33.006Z Checking oxnet v0.1.4
10432026-04-20T06:56:33.057Z Compiling typify-impl v0.4.3
10442026-04-20T06:56:33.243Z Compiling dtrace-parser v0.3.0
10452026-04-20T06:56:33.721Z Compiling cmake v0.1.54
10462026-04-20T06:56:33.781Z Compiling thread-id v5.0.0
10472026-04-20T06:56:33.798Z Checking hyper-util v0.1.19
10482026-04-20T06:56:33.828Z Compiling dunce v1.0.5
10492026-04-20T06:56:33.862Z Compiling fs_extra v1.3.0
10502026-04-20T06:56:33.879Z Compiling omicron-workspace-hack v0.1.0
10512026-04-20T06:56:33.929Z Compiling daft-derive v0.1.4
10522026-04-20T06:56:34.071Z Checking rand_core v0.9.3
10532026-04-20T06:56:34.118Z Checking powerfmt v0.2.0
10542026-04-20T06:56:34.136Z Compiling aws-lc-sys v0.39.1
10552026-04-20T06:56:34.251Z Compiling unsafe-libyaml v0.2.11
10562026-04-20T06:56:34.384Z Checking deranged v0.5.3
10572026-04-20T06:56:34.706Z Checking rand_chacha v0.9.0
10582026-04-20T06:56:34.895Z Compiling dof v0.4.0
10592026-04-20T06:56:34.913Z Compiling serde_yaml v0.9.34+deprecated
10602026-04-20T06:56:34.949Z Checking sync_wrapper v1.0.2
10612026-04-20T06:56:35.310Z Checking cpufeatures v0.2.17
10622026-04-20T06:56:35.441Z Compiling rustls v0.22.4
10632026-04-20T06:56:35.677Z Compiling aws-lc-rs v1.16.2
10642026-04-20T06:56:35.746Z Checking num_threads v0.1.7
10652026-04-20T06:56:35.839Z Checking time v0.3.47
10662026-04-20T06:56:35.895Z Compiling usdt-attr-macro v0.6.0
10672026-04-20T06:56:35.932Z Compiling usdt-macro v0.6.0
10682026-04-20T06:56:35.973Z Checking tower v0.5.2
10692026-04-20T06:56:36.163Z Checking rand v0.9.2
10702026-04-20T06:56:36.499Z Compiling typify-macro v0.4.3
10712026-04-20T06:56:36.726Z Compiling structmeta-derive v0.3.0
10722026-04-20T06:56:36.751Z Checking encoding_rs v0.8.35
10732026-04-20T06:56:36.866Z Checking mime v0.3.17
10742026-04-20T06:56:36.945Z Checking iri-string v0.7.8
10752026-04-20T06:56:37.039Z Checking crossbeam-channel v0.5.15
10762026-04-20T06:56:37.158Z Checking futures-executor v0.3.32
10772026-04-20T06:56:37.307Z Compiling multer v3.1.0
10782026-04-20T06:56:37.361Z Checking untrusted v0.7.1
10792026-04-20T06:56:37.478Z Compiling openssl v0.10.76
10802026-04-20T06:56:37.534Z Checking hex v0.4.3
10812026-04-20T06:56:37.677Z Checking unicode-width v0.2.1
10822026-04-20T06:56:37.744Z Checking foreign-types-shared v0.1.1
10832026-04-20T06:56:37.760Z Checking fastrand v2.3.0
10842026-04-20T06:56:37.777Z Compiling structmeta v0.3.0
10852026-04-20T06:56:37.830Z Checking foreign-types v0.3.2
10862026-04-20T06:56:37.922Z Checking futures v0.3.32
10872026-04-20T06:56:37.938Z Checking tempfile v3.23.0
10882026-04-20T06:56:37.970Z Compiling openssl-macros v0.1.1
10892026-04-20T06:56:37.973Z Compiling async-stream-impl v0.3.6
10902026-04-20T06:56:37.973Z Checking tower-http v0.6.8
10912026-04-20T06:56:38.022Z Compiling typify v0.4.3
10922026-04-20T06:56:38.025Z Compiling strum_macros v0.26.4
10932026-04-20T06:56:38.130Z Checking thread_local v1.1.9
10942026-04-20T06:56:38.252Z Compiling rustls v0.23.32
10952026-04-20T06:56:38.291Z Checking openssl-probe v0.1.6
10962026-04-20T06:56:38.308Z Compiling native-tls v0.2.14
10972026-04-20T06:56:38.598Z Compiling newtype-uuid-macros v0.1.0
10982026-04-20T06:56:38.617Z Compiling dropshot v0.16.7
10992026-04-20T06:56:38.732Z Checking is-terminal v0.4.16
11002026-04-20T06:56:38.793Z Checking memmap2 v0.9.8
11012026-04-20T06:56:38.825Z Compiling ref-cast v1.0.25
11022026-04-20T06:56:38.843Z Checking take_mut v0.2.2
11032026-04-20T06:56:38.945Z Checking match_cfg v0.1.0
11042026-04-20T06:56:38.963Z Checking term v1.2.0
11052026-04-20T06:56:39.017Z Checking hostname v0.3.1
11062026-04-20T06:56:39.183Z Checking slog-term v2.9.2
11072026-04-20T06:56:39.285Z Checking slog-json v2.6.1
11082026-04-20T06:56:39.350Z Compiling darling_core v0.23.0
11092026-04-20T06:56:39.435Z Compiling dropshot_endpoint v0.16.7
11102026-04-20T06:56:39.438Z Compiling ref-cast-impl v1.0.25
11112026-04-20T06:56:39.497Z Checking slog-bunyan v2.5.0
11122026-04-20T06:56:39.608Z Compiling derive-ex v0.1.8
11132026-04-20T06:56:39.863Z Checking webpki-roots v1.0.2
11142026-04-20T06:56:39.985Z Compiling strum_macros v0.27.2
11152026-04-20T06:56:40.282Z Checking winnow v0.7.14
11162026-04-20T06:56:40.688Z Checking tokio-native-tls v0.3.1
11172026-04-20T06:56:41.064Z Checking hyper-tls v0.6.0
11182026-04-20T06:56:41.088Z Compiling progenitor-impl v0.11.1
11192026-04-20T06:56:41.161Z Compiling test-strategy v0.4.3
11202026-04-20T06:56:41.310Z Checking newtype-uuid v1.3.2
11212026-04-20T06:56:41.450Z Compiling either v1.15.0
11222026-04-20T06:56:41.512Z Compiling darling_macro v0.23.0
11232026-04-20T06:56:41.654Z Checking daft v0.1.4
11242026-04-20T06:56:41.888Z Checking rustls-webpki v0.102.8
11252026-04-20T06:56:41.966Z Checking debug-ignore v1.0.5
11262026-04-20T06:56:42.056Z Compiling darling v0.23.0
11272026-04-20T06:56:42.074Z Checking toml_parser v1.0.6+spec-1.1.0
11282026-04-20T06:56:42.139Z Compiling serde_with_macros v3.18.0
11292026-04-20T06:56:42.365Z Checking usdt v0.6.0
11302026-04-20T06:56:42.399Z Compiling parse-display-derive v0.10.0
11312026-04-20T06:56:42.526Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11322026-04-20T06:56:42.560Z Checking toml_datetime v0.7.5+spec-1.1.0
11332026-04-20T06:56:42.760Z Checking serde_spanned v1.0.4
11342026-04-20T06:56:42.895Z Checking spin v0.9.8
11352026-04-20T06:56:42.974Z Checking toml_writer v1.0.6+spec-1.1.0
11362026-04-20T06:56:43.148Z Compiling progenitor-macro v0.11.1
11372026-04-20T06:56:43.165Z Checking toml v0.9.11+spec-1.1.0
11382026-04-20T06:56:43.240Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11392026-04-20T06:56:43.307Z Checking strum v0.26.3
11402026-04-20T06:56:43.419Z Checking async-stream v0.3.6
11412026-04-20T06:56:43.546Z Checking sha1 v0.10.6
11422026-04-20T06:56:43.549Z Checking rustls-pemfile v2.2.0
11432026-04-20T06:56:43.676Z Checking tokio-rustls v0.25.0
11442026-04-20T06:56:43.704Z Checking rand_chacha v0.3.1
11452026-04-20T06:56:43.721Z Checking waitgroup v0.1.2
11462026-04-20T06:56:43.725Z Compiling toml_datetime v0.6.11
11472026-04-20T06:56:43.825Z Checking macaddr v1.0.1
11482026-04-20T06:56:43.868Z Checking serde_path_to_error v0.1.20
11492026-04-20T06:56:43.896Z Checking hostname v0.4.2
11502026-04-20T06:56:43.929Z Checking wait-timeout v0.2.1
11512026-04-20T06:56:43.977Z Checking lazy_static v1.5.0
11522026-04-20T06:56:43.994Z Checking quick-error v1.2.3
11532026-04-20T06:56:44.027Z Checking bit-vec v0.8.0
11542026-04-20T06:56:44.047Z Checking rand v0.8.5
11552026-04-20T06:56:44.071Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11562026-04-20T06:56:44.093Z Checking rusty-fork v0.3.0
11572026-04-20T06:56:44.216Z Checking bit-set v0.8.0
11582026-04-20T06:56:44.348Z Checking tabwriter v1.4.1
11592026-04-20T06:56:44.363Z Checking rand_xorshift v0.4.0
11602026-04-20T06:56:44.499Z Compiling clap_derive v4.6.0
11612026-04-20T06:56:44.599Z Checking utf8parse v0.2.2
11622026-04-20T06:56:44.616Z Checking unarray v0.1.4
11632026-04-20T06:56:44.691Z Checking colored v3.0.0
11642026-04-20T06:56:44.710Z Checking anstyle-parse v1.0.0
11652026-04-20T06:56:44.728Z Checking proptest v1.8.0
11662026-04-20T06:56:44.866Z Checking strum v0.27.2
11672026-04-20T06:56:44.979Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11682026-04-20T06:56:44.998Z Checking terminal_size v0.4.3
11692026-04-20T06:56:45.356Z Checking is_terminal_polyfill v1.70.1
11702026-04-20T06:56:45.450Z Checking colorchoice v1.0.4
11712026-04-20T06:56:45.483Z Checking anstyle-query v1.1.4
11722026-04-20T06:56:45.551Z Checking anstyle v1.0.14
11732026-04-20T06:56:45.759Z Checking anstream v1.0.0
11742026-04-20T06:56:45.788Z Checking itertools v0.14.0
11752026-04-20T06:56:46.301Z Checking clap_lex v1.1.0
11762026-04-20T06:56:46.362Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11772026-04-20T06:56:46.457Z Checking clap_builder v4.6.0
11782026-04-20T06:56:46.955Z Checking serde_with v3.18.0
11792026-04-20T06:56:47.564Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11802026-04-20T06:56:47.683Z Checking clap v4.6.0
11812026-04-20T06:56:47.700Z Checking instant v0.1.13
11822026-04-20T06:56:47.789Z Checking rustc-hash v2.1.1
11832026-04-20T06:56:47.904Z Checking iddqd v0.3.17
11842026-04-20T06:56:47.923Z Checking backoff v0.4.0
11852026-04-20T06:56:48.090Z Checking parse-display v0.10.0
11862026-04-20T06:56:48.239Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11872026-04-20T06:56:48.309Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
11882026-04-20T06:56:49.510Z Compiling cfg_aliases v0.2.1
11892026-04-20T06:56:50.268Z Compiling rustls-webpki v0.103.6
11902026-04-20T06:56:50.734Z Compiling prettyplease v0.2.37
11912026-04-20T06:56:52.986Z Checking serde_spanned v0.6.9
11922026-04-20T06:56:53.005Z Compiling memoffset v0.9.1
11932026-04-20T06:56:53.511Z Compiling tokio-rustls v0.26.3
11942026-04-20T06:56:53.782Z Compiling nix v0.30.1
11952026-04-20T06:56:54.068Z Checking crossbeam-epoch v0.9.18
11962026-04-20T06:56:54.172Z Compiling hyper-rustls v0.27.7
11972026-04-20T06:56:54.401Z Compiling reqwest v0.12.23
11982026-04-20T06:56:54.446Z Compiling winnow v0.5.40
11992026-04-20T06:56:55.593Z Compiling progenitor-client v0.11.1
12002026-04-20T06:56:55.752Z Compiling toml_edit v0.19.15
12012026-04-20T06:56:56.926Z Compiling proc-macro-crate v1.3.1
12022026-04-20T06:56:57.474Z Compiling progenitor v0.11.1
12032026-04-20T06:56:58.021Z Compiling num-integer v0.1.46
12042026-04-20T06:56:58.369Z Compiling rayon-core v1.13.0
12052026-04-20T06:56:58.519Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12062026-04-20T06:56:58.681Z Compiling progenitor-client v0.10.0
12072026-04-20T06:56:59.336Z Compiling hubpack_derive v0.1.1
12082026-04-20T06:56:59.428Z Compiling darling_core v0.21.3
12092026-04-20T06:56:59.741Z Compiling zerocopy-derive v0.7.35
12102026-04-20T06:57:00.079Z Checking toml_write v0.1.2
12112026-04-20T06:57:00.253Z Checking toml_edit v0.22.27
12122026-04-20T06:57:00.469Z Checking hubpack v0.1.2
12132026-04-20T06:57:00.497Z Checking num-iter v0.1.45
12142026-04-20T06:57:00.582Z Checking num-rational v0.4.2
12152026-04-20T06:57:00.761Z Checking crossbeam-deque v0.8.6
12162026-04-20T06:57:00.995Z Compiling num-complex v0.4.6
12172026-04-20T06:57:01.331Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12182026-04-20T06:57:01.334Z Checking static_assertions v1.1.0
12192026-04-20T06:57:01.375Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12202026-04-20T06:57:01.436Z Checking num v0.4.3
12212026-04-20T06:57:01.511Z Checking toml v0.8.23
12222026-04-20T06:57:01.542Z Compiling darling_macro v0.21.3
12232026-04-20T06:57:01.858Z Compiling proc-macro-error-attr v1.0.4
12242026-04-20T06:57:02.034Z Compiling heapless v0.8.0
12252026-04-20T06:57:02.089Z Compiling darling v0.21.3
12262026-04-20T06:57:02.107Z Checking float-ord v0.3.2
12272026-04-20T06:57:02.179Z Compiling ingot-macros v0.1.1
12282026-04-20T06:57:02.256Z Checking hash32 v0.3.1
12292026-04-20T06:57:02.274Z Compiling proc-macro-error v1.0.4
12302026-04-20T06:57:02.387Z Compiling smoltcp v0.11.0
12312026-04-20T06:57:02.497Z Checking bytecount v0.6.9
12322026-04-20T06:57:02.514Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
12332026-04-20T06:57:02.873Z Compiling zerocopy v0.7.35
12342026-04-20T06:57:02.974Z Compiling num_enum_derive v0.7.6
12352026-04-20T06:57:03.731Z Compiling num-derive v0.3.3
12362026-04-20T06:57:03.942Z Checking cobs v0.3.0
12372026-04-20T06:57:04.014Z Compiling foreign-types-macros v0.2.3
12382026-04-20T06:57:04.018Z Compiling scroll_derive v0.12.1
12392026-04-20T06:57:04.089Z Compiling usdt-impl v0.5.0
12402026-04-20T06:57:04.264Z Compiling crucible-workspace-hack v0.1.0
12412026-04-20T06:57:04.348Z Compiling getrandom v0.4.2
12422026-04-20T06:57:04.482Z Checking rand_core v0.10.1
12432026-04-20T06:57:04.650Z Checking bitflags v1.3.2
12442026-04-20T06:57:04.666Z Checking foreign-types-shared v0.3.1
12452026-04-20T06:57:04.682Z Checking managed v0.8.0
12462026-04-20T06:57:04.685Z Checking libscf-sys v1.1.0
12472026-04-20T06:57:04.744Z Checking scroll v0.12.0
12482026-04-20T06:57:04.760Z Checking foreign-types v0.5.0
12492026-04-20T06:57:04.819Z Checking ingot-types v0.1.2
12502026-04-20T06:57:04.836Z Checking postcard v1.1.3
12512026-04-20T06:57:04.839Z Checking num_enum v0.7.6
12522026-04-20T06:57:04.905Z Compiling dof v0.3.0
12532026-04-20T06:57:05.120Z Compiling dtrace-parser v0.2.0
12542026-04-20T06:57:05.161Z Checking ingot v0.1.1
12552026-04-20T06:57:05.208Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12562026-04-20T06:57:05.239Z Checking camino-tempfile v1.4.1
12572026-04-20T06:57:05.272Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12582026-04-20T06:57:05.405Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12592026-04-20T06:57:05.623Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12602026-04-20T06:57:05.753Z Checking cstr-argument v0.1.2
12612026-04-20T06:57:05.770Z Compiling thread-id v4.2.2
12622026-04-20T06:57:05.802Z Compiling minimal-lexical v0.2.1
12632026-04-20T06:57:05.856Z Compiling heck v0.4.1
12642026-04-20T06:57:05.874Z Checking cpufeatures v0.3.0
12652026-04-20T06:57:05.877Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12662026-04-20T06:57:05.953Z Checking chacha20 v0.10.0
12672026-04-20T06:57:06.012Z Compiling nom v7.1.3
12682026-04-20T06:57:06.065Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12692026-04-20T06:57:06.101Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
12702026-04-20T06:57:06.150Z Checking goblin v0.8.2
12712026-04-20T06:57:06.170Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12722026-04-20T06:57:06.373Z Checking rayon v1.11.0
12732026-04-20T06:57:06.430Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12742026-04-20T06:57:06.614Z Compiling num_enum_derive v0.5.11
12752026-04-20T06:57:06.950Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12762026-04-20T06:57:07.181Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12772026-04-20T06:57:07.280Z Compiling rustc_version v0.4.1
12782026-04-20T06:57:07.462Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12792026-04-20T06:57:07.593Z Checking tinyvec_macros v0.1.1
12802026-04-20T06:57:07.670Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
12812026-04-20T06:57:07.688Z Compiling convert_case v0.4.0
12822026-04-20T06:57:07.760Z Compiling rustix v0.38.44
12832026-04-20T06:57:07.935Z Checking tinyvec v1.10.0
12842026-04-20T06:57:08.001Z Compiling derive_more v0.99.20
12852026-04-20T06:57:08.207Z Checking num_enum v0.5.11
12862026-04-20T06:57:08.210Z Checking rand v0.10.1
12872026-04-20T06:57:08.321Z Compiling libz-sys v1.1.22
12882026-04-20T06:57:08.341Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
12892026-04-20T06:57:08.481Z Compiling proc-macro-error-attr2 v2.0.0
12902026-04-20T06:57:08.610Z Checking winnow v1.0.1
12912026-04-20T06:57:08.708Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12922026-04-20T06:57:08.883Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12932026-04-20T06:57:08.899Z Compiling proc-macro-error2 v2.0.1
12942026-04-20T06:57:08.973Z Compiling usdt-macro v0.5.0
12952026-04-20T06:57:09.169Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12962026-04-20T06:57:09.404Z Compiling usdt-attr-macro v0.5.0
12972026-04-20T06:57:09.707Z Compiling zone_cfg_derive v0.3.1
12982026-04-20T06:57:09.796Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12992026-04-20T06:57:09.813Z Checking itertools v0.12.1
13002026-04-20T06:57:09.972Z Compiling num-derive v0.4.2
13012026-04-20T06:57:10.187Z Checking sigpipe v0.1.3
13022026-04-20T06:57:10.204Z Checking memmap v0.7.0
13032026-04-20T06:57:10.253Z Checking jiff v0.2.15
13042026-04-20T06:57:10.273Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13052026-04-20T06:57:10.339Z Checking glob v0.3.3
13062026-04-20T06:57:10.375Z Checking usdt v0.5.0
13072026-04-20T06:57:10.393Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13082026-04-20T06:57:10.519Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13092026-04-20T06:57:10.536Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13102026-04-20T06:57:10.553Z Compiling tabled_derive v0.11.0
13112026-04-20T06:57:10.721Z Checking papergrid v0.17.0
13122026-04-20T06:57:10.819Z Checking zone v0.3.1
13132026-04-20T06:57:10.842Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13142026-04-20T06:57:10.918Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13152026-04-20T06:57:11.142Z Checking testing_table v0.3.0
13162026-04-20T06:57:11.172Z Checking smf v0.2.3
13172026-04-20T06:57:11.238Z Checking secrecy v0.10.3
13182026-04-20T06:57:11.360Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13192026-04-20T06:57:11.399Z Checking bstr v1.12.0
13202026-04-20T06:57:11.483Z Checking whoami v1.6.1
13212026-04-20T06:57:11.595Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13222026-04-20T06:57:11.647Z Checking tabled v0.20.0
13232026-04-20T06:57:11.714Z Compiling curve25519-dalek v4.1.3
13242026-04-20T06:57:11.735Z Checking hmac v0.12.1
13252026-04-20T06:57:11.868Z Checking inout v0.1.4
13262026-04-20T06:57:11.923Z Compiling clang-sys v1.8.1
13272026-04-20T06:57:11.994Z Checking ff v0.13.1
13282026-04-20T06:57:12.011Z Compiling enum-as-inner v0.6.1
13292026-04-20T06:57:12.122Z Compiling semver v0.1.20
13302026-04-20T06:57:12.286Z Checking data-encoding v2.9.0
13312026-04-20T06:57:12.379Z Compiling rustc_version v0.1.7
13322026-04-20T06:57:12.508Z Checking group v0.13.0
13332026-04-20T06:57:12.555Z Checking cipher v0.4.4
13342026-04-20T06:57:12.591Z Checking hkdf v0.12.4
13352026-04-20T06:57:12.615Z Checking atomicwrites v0.4.4
13362026-04-20T06:57:12.651Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13372026-04-20T06:57:12.673Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13382026-04-20T06:57:12.721Z Compiling nix v0.31.2
13392026-04-20T06:57:12.743Z Compiling thiserror-impl-no-std v2.0.2
13402026-04-20T06:57:12.760Z Checking universal-hash v0.5.1
13412026-04-20T06:57:12.829Z Checking crypto-bigint v0.5.5
13422026-04-20T06:57:12.884Z Checking half v2.7.1
13432026-04-20T06:57:13.109Z Compiling curve25519-dalek-derive v0.1.1
13442026-04-20T06:57:13.133Z Checking ciborium-io v0.2.2
13452026-04-20T06:57:13.233Z Checking base16ct v0.2.0
13462026-04-20T06:57:13.361Z Checking base64ct v1.8.0
13472026-04-20T06:57:13.594Z Checking indent_write v2.2.0
13482026-04-20T06:57:13.597Z Checking opaque-debug v0.3.1
13492026-04-20T06:57:13.688Z Checking poly1305 v0.8.0
13502026-04-20T06:57:13.730Z Checking password-hash v0.5.0
13512026-04-20T06:57:13.816Z Checking thiserror-no-std v2.0.2
13522026-04-20T06:57:13.833Z Checking elliptic-curve v0.13.8
13532026-04-20T06:57:13.905Z Checking ciborium-ll v0.2.2
13542026-04-20T06:57:13.944Z Checking chacha20 v0.9.1
13552026-04-20T06:57:13.961Z Compiling newtype_derive v0.1.6
13562026-04-20T06:57:14.062Z Checking similar v2.7.0
13572026-04-20T06:57:14.066Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13582026-04-20T06:57:14.081Z Checking blake2 v0.10.6
13592026-04-20T06:57:14.084Z Compiling typify-impl v0.6.1
13602026-04-20T06:57:14.131Z Checking aead v0.5.2
13612026-04-20T06:57:14.186Z Compiling libloading v0.8.9
13622026-04-20T06:57:14.260Z Checking linked-hash-map v0.5.6
13632026-04-20T06:57:14.315Z Compiling bindgen v0.72.1
13642026-04-20T06:57:14.334Z Checking keccak v0.1.6
13652026-04-20T06:57:14.373Z Checking resolv-conf v0.7.5
13662026-04-20T06:57:14.391Z Compiling owo-colors v4.3.0
13672026-04-20T06:57:14.423Z Checking lru-cache v0.1.2
13682026-04-20T06:57:14.443Z Checking vsss-rs v3.3.4
13692026-04-20T06:57:14.482Z Checking sha3 v0.10.8
13702026-04-20T06:57:14.556Z Checking argon2 v0.5.3
13712026-04-20T06:57:14.664Z Checking chacha20poly1305 v0.10.1
13722026-04-20T06:57:14.778Z Checking ciborium v0.2.2
13732026-04-20T06:57:14.814Z Checking hickory-proto v0.24.4
13742026-04-20T06:57:14.884Z Checking tokio-dtrace v0.1.1
13752026-04-20T06:57:15.063Z Compiling cexpr v0.6.0
13762026-04-20T06:57:15.174Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13772026-04-20T06:57:15.456Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13782026-04-20T06:57:15.573Z Checking serde-big-array v0.5.1
13792026-04-20T06:57:15.648Z Compiling derive-where v1.6.0
13802026-04-20T06:57:15.698Z Compiling serde_repr v0.1.20
13812026-04-20T06:57:15.715Z Checking siphasher v1.0.1
13822026-04-20T06:57:15.935Z Checking unicode-segmentation v1.12.0
13832026-04-20T06:57:16.091Z Checking same-file v1.0.6
13842026-04-20T06:57:16.220Z Checking walkdir v2.5.0
13852026-04-20T06:57:16.263Z Checking newline-converter v0.3.0
13862026-04-20T06:57:16.280Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13872026-04-20T06:57:16.345Z Checking hickory-resolver v0.24.4
13882026-04-20T06:57:16.397Z Checking phf_shared v0.12.1
13892026-04-20T06:57:16.537Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13902026-04-20T06:57:16.911Z Checking oxide-tokio-rt v0.1.4
13912026-04-20T06:57:17.006Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13922026-04-20T06:57:17.294Z Compiling progenitor-impl v0.10.0
13932026-04-20T06:57:17.549Z Compiling typify-macro v0.6.1
13942026-04-20T06:57:17.566Z Checking console v0.15.11
13952026-04-20T06:57:17.654Z Checking tokio-stream v0.1.17
13962026-04-20T06:57:17.786Z Compiling pin-project-internal v1.1.10
13972026-04-20T06:57:17.838Z Compiling slog-dtrace v0.3.0
13982026-04-20T06:57:18.028Z Checking csv-core v0.1.12
13992026-04-20T06:57:18.075Z Checking foldhash v0.1.5
14002026-04-20T06:57:18.215Z Compiling cancel-safe-futures v0.1.5
14012026-04-20T06:57:18.235Z Checking swrite v0.1.0
14022026-04-20T06:57:18.333Z Checking smawk v0.3.2
14032026-04-20T06:57:18.463Z Compiling unicode-xid v0.2.6
14042026-04-20T06:57:18.480Z Checking unicode-width v0.1.14
14052026-04-20T06:57:18.497Z Checking unicode-linebreak v0.1.5
14062026-04-20T06:57:18.592Z Compiling chrono-tz v0.10.4
14072026-04-20T06:57:18.716Z Checking textwrap v0.16.2
14082026-04-20T06:57:18.735Z Compiling const_format_proc_macros v0.2.34
14092026-04-20T06:57:18.844Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14102026-04-20T06:57:18.862Z Checking pin-project v1.1.10
14112026-04-20T06:57:18.965Z Checking hashbrown v0.15.5
14122026-04-20T06:57:18.969Z Checking csv v1.3.1
14132026-04-20T06:57:19.123Z Checking qorb v0.4.1
14142026-04-20T06:57:19.351Z Checking expectorate v1.2.0
14152026-04-20T06:57:19.369Z Compiling progenitor-macro v0.10.0
14162026-04-20T06:57:19.429Z Checking phf v0.12.1
14172026-04-20T06:57:19.483Z Checking unicode-normalization v0.1.24
14182026-04-20T06:57:19.518Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14192026-04-20T06:57:19.941Z Checking libsw-core v0.3.2
14202026-04-20T06:57:20.058Z Compiling libgit2-sys v0.17.0+1.8.1
14212026-04-20T06:57:20.095Z Compiling snafu-derive v0.8.9
14222026-04-20T06:57:20.131Z Compiling async-recursion v1.1.1
14232026-04-20T06:57:20.335Z Compiling cookie v0.18.1
14242026-04-20T06:57:20.488Z Checking fixedbitset v0.4.2
14252026-04-20T06:57:20.506Z Checking highway v1.3.0
14262026-04-20T06:57:20.579Z Checking fixedbitset v0.5.7
14272026-04-20T06:57:20.741Z Compiling moka v0.12.11
14282026-04-20T06:57:20.782Z Checking petgraph v0.8.2
14292026-04-20T06:57:20.815Z Checking petgraph v0.6.5
14302026-04-20T06:57:21.076Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14312026-04-20T06:57:21.247Z Checking libsw v3.5.0
14322026-04-20T06:57:21.656Z Checking olpc-cjson v0.1.4
14332026-04-20T06:57:21.823Z Checking snafu v0.8.9
14342026-04-20T06:57:21.884Z Checking const_format v0.2.34
14352026-04-20T06:57:22.030Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14362026-04-20T06:57:22.083Z Compiling typify v0.6.1
14372026-04-20T06:57:22.177Z Checking papergrid v0.11.0
14382026-04-20T06:57:22.277Z Checking globset v0.4.16
14392026-04-20T06:57:22.340Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14402026-04-20T06:57:22.415Z Checking gethostname v0.5.0
14412026-04-20T06:57:22.531Z Compiling tabled_derive v0.7.0
14422026-04-20T06:57:22.627Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14432026-04-20T06:57:22.829Z Checking reqwest v0.13.2
14442026-04-20T06:57:22.951Z Checking bcs v0.1.6
14452026-04-20T06:57:23.187Z Checking pem v3.0.5
14462026-04-20T06:57:23.367Z Checking serde_plain v1.0.2
14472026-04-20T06:57:23.394Z Compiling signal-hook v0.3.18
14482026-04-20T06:57:23.476Z Checking humantime v2.3.0
14492026-04-20T06:57:23.516Z Checking crc8 v0.1.1
14502026-04-20T06:57:23.533Z Checking progenitor v0.10.0
14512026-04-20T06:57:23.610Z Checking termtree v0.5.1
14522026-04-20T06:57:23.628Z Checking typed-path v0.9.3
14532026-04-20T06:57:23.652Z Checking linear-map v1.2.0
14542026-04-20T06:57:23.670Z Checking tagptr v0.2.0
14552026-04-20T06:57:23.747Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14562026-04-20T06:57:23.826Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14572026-04-20T06:57:24.046Z Checking tabled v0.15.0
14582026-04-20T06:57:24.373Z Checking tough v0.20.0
14592026-04-20T06:57:24.418Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14602026-04-20T06:57:24.613Z Compiling progenitor-impl v0.13.0
14612026-04-20T06:57:25.108Z Checking steno v0.4.1
14622026-04-20T06:57:25.452Z Checking hickory-proto v0.25.2
14632026-04-20T06:57:25.875Z Checking dropshot-api-manager-types v0.5.2
14642026-04-20T06:57:26.048Z Compiling curl-sys v0.4.83+curl-8.15.0
14652026-04-20T06:57:26.093Z Compiling cargo-platform v0.1.9
14662026-04-20T06:57:26.137Z Compiling vergen v8.3.2
14672026-04-20T06:57:26.336Z Compiling fs-err v3.1.2
14682026-04-20T06:57:26.354Z Compiling crc32fast v1.5.0
14692026-04-20T06:57:26.394Z Compiling cargo_metadata v0.18.1
14702026-04-20T06:57:26.690Z Checking progenitor-client v0.13.0
14712026-04-20T06:57:26.705Z Checking sha2 v0.10.9
14722026-04-20T06:57:26.708Z Compiling progenitor-macro v0.13.0
14732026-04-20T06:57:26.904Z Compiling blake3 v1.8.2
14742026-04-20T06:57:27.017Z Checking hickory-resolver v0.25.2
14752026-04-20T06:57:27.287Z Checking adler2 v2.0.1
14762026-04-20T06:57:27.499Z Checking miniz_oxide v0.8.9
14772026-04-20T06:57:27.832Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14782026-04-20T06:57:27.835Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14792026-04-20T06:57:27.998Z Checking git-stub v1.0.0
14802026-04-20T06:57:28.084Z Checking filetime v0.2.26
14812026-04-20T06:57:28.153Z Checking is_ci v1.2.0
14822026-04-20T06:57:28.225Z Checking arrayref v0.3.9
14832026-04-20T06:57:28.258Z Compiling curl v0.4.49
14842026-04-20T06:57:28.305Z Checking xattr v1.6.1
14852026-04-20T06:57:28.444Z Checking arrayvec v0.7.6
14862026-04-20T06:57:28.513Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14872026-04-20T06:57:28.631Z Checking constant_time_eq v0.3.1
14882026-04-20T06:57:28.801Z Checking tar v0.4.45
14892026-04-20T06:57:29.031Z Checking supports-color v3.0.2
14902026-04-20T06:57:29.074Z Checking toml v0.7.8
14912026-04-20T06:57:29.163Z Checking git-stub-vcs v0.1.0
14922026-04-20T06:57:29.307Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-04-20T06:57:29.350Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-04-20T06:57:29.512Z Checking flate2 v1.1.2
14952026-04-20T06:57:29.557Z Checking drift v0.1.3
14962026-04-20T06:57:29.805Z Checking kstat-rs v0.2.4
14972026-04-20T06:57:29.842Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14982026-04-20T06:57:29.874Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-04-20T06:57:29.996Z Checking topological-sort v0.2.2
15002026-04-20T06:57:30.140Z Checking omicron-zone-package v0.12.2
15012026-04-20T06:57:30.247Z Checking dropshot-api-manager v0.5.2
15022026-04-20T06:57:30.292Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15032026-04-20T06:57:30.492Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15042026-04-20T06:57:30.880Z Checking progenitor v0.13.0
15052026-04-20T06:57:30.956Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15062026-04-20T06:57:31.006Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-04-20T06:57:31.025Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15082026-04-20T06:57:31.273Z Checking signal-hook-tokio v0.3.1
15092026-04-20T06:57:31.403Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15102026-04-20T06:57:31.419Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15112026-04-20T06:57:31.473Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15122026-04-20T06:57:31.721Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15132026-04-20T06:57:31.796Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15142026-04-20T06:57:31.902Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15152026-04-20T06:57:32.180Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15162026-04-20T06:57:32.217Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15172026-04-20T06:57:32.419Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-04-20T06:57:32.439Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15192026-04-20T06:57:32.769Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15202026-04-20T06:57:32.863Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15212026-04-20T06:57:33.063Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15222026-04-20T06:57:33.218Z Checking search_path v0.1.4
15232026-04-20T06:57:33.263Z Checking internet-checksum v0.2.1
15242026-04-20T06:57:33.357Z Checking display-error-chain v0.2.2
15252026-04-20T06:57:33.383Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15262026-04-20T06:57:33.494Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15272026-04-20T06:57:33.596Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15282026-04-20T06:57:36.865Z Compiling git2 v0.19.0
15292026-04-20T06:57:36.937Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15302026-04-20T06:57:37.035Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15312026-04-20T06:57:37.866Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-04-20T06:57:38.094Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15332026-04-20T06:57:38.231Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15342026-04-20T06:57:38.713Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15352026-04-20T06:57:38.958Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15362026-04-20T06:57:39.216Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15372026-04-20T06:57:49.446Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15382026-04-20T06:57:50.713Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15392026-04-20T06:57:55.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
15402026-04-20T06:57:56.359Z+ for feat in tofino_stub tofino_asic softnpu chaos
15412026-04-20T06:57:56.359Z+ cargo clippy --features tofino_asic -- --deny warnings
15422026-04-20T06:57:56.936Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15432026-04-20T06:57:56.939Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15442026-04-20T06:57:57.024Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15452026-04-20T06:57:57.024Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15462026-04-20T06:58:04.115Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15472026-04-20T06:58:04.117Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15482026-04-20T06:58:06.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.46s
15492026-04-20T06:58:07.038Z+ for feat in tofino_stub tofino_asic softnpu chaos
15502026-04-20T06:58:07.038Z+ cargo clippy --features softnpu -- --deny warnings
15512026-04-20T06:58:07.422Z Downloading crates ...
15522026-04-20T06:58:07.549Z Downloaded funty v2.0.0
15532026-04-20T06:58:07.552Z Downloaded tap v1.0.1
15542026-04-20T06:58:07.556Z Downloaded ascii v1.1.0
15552026-04-20T06:58:07.559Z Downloaded utf-8 v0.7.6
15562026-04-20T06:58:07.559Z Downloaded radium v0.7.0
15572026-04-20T06:58:07.562Z Downloaded tls_codec_derive v0.4.2
15582026-04-20T06:58:07.566Z Downloaded env_filter v1.0.1
15592026-04-20T06:58:07.568Z Downloaded flagset v0.4.7
15602026-04-20T06:58:07.571Z Downloaded rfc6979 v0.4.0
15612026-04-20T06:58:07.574Z Downloaded signature v2.2.0
15622026-04-20T06:58:07.577Z Downloaded serde_arrays v0.1.0
15632026-04-20T06:58:07.577Z Downloaded bitstruct_derive v0.1.0
15642026-04-20T06:58:07.582Z Downloaded bit_field v0.10.3
15652026-04-20T06:58:07.585Z Downloaded typeid v1.0.3
15662026-04-20T06:58:07.585Z Downloaded pem-rfc7468 v0.7.0
15672026-04-20T06:58:07.596Z Downloaded spki v0.7.3
15682026-04-20T06:58:07.599Z Downloaded ed25519 v2.2.3
15692026-04-20T06:58:07.599Z Downloaded bitstruct v0.1.1
15702026-04-20T06:58:07.599Z Downloaded const-oid v0.9.6
15712026-04-20T06:58:07.602Z Downloaded sec1 v0.7.3
15722026-04-20T06:58:07.604Z Downloaded tls_codec v0.4.2
15732026-04-20T06:58:07.607Z Downloaded env_logger v0.11.10
15742026-04-20T06:58:07.607Z Downloaded tokio-tungstenite v0.21.0
15752026-04-20T06:58:07.610Z Downloaded libloading v0.7.4
15762026-04-20T06:58:07.613Z Downloaded wyz v0.5.1
15772026-04-20T06:58:07.613Z Downloaded primeorder v0.13.6
15782026-04-20T06:58:07.613Z Downloaded der_derive v0.7.3
15792026-04-20T06:58:07.615Z Downloaded ecdsa v0.16.9
15802026-04-20T06:58:07.615Z Downloaded erased-serde v0.4.8
15812026-04-20T06:58:07.618Z Downloaded pkcs8 v0.10.2
15822026-04-20T06:58:07.624Z Downloaded ed25519-dalek v2.2.0
15832026-04-20T06:58:07.626Z Downloaded tungstenite v0.21.0
15842026-04-20T06:58:07.641Z Downloaded base64 v0.21.7
15852026-04-20T06:58:07.644Z Downloaded der v0.7.10
15862026-04-20T06:58:07.652Z Downloaded x509-cert v0.2.5
15872026-04-20T06:58:07.656Z Downloaded num-bigint v0.4.6
15882026-04-20T06:58:07.659Z Downloaded salty v0.3.0
15892026-04-20T06:58:07.669Z Downloaded p384 v0.13.1
15902026-04-20T06:58:07.671Z Downloaded bitvec v1.0.1
15912026-04-20T06:58:07.836Z Checking log v0.4.29
15922026-04-20T06:58:07.934Z Checking const-oid v0.9.6
15932026-04-20T06:58:07.945Z Checking serde_with v3.18.0
15942026-04-20T06:58:07.957Z Checking pem-rfc7468 v0.7.0
15952026-04-20T06:58:07.962Z Compiling der_derive v0.7.3
15962026-04-20T06:58:07.972Z Checking flagset v0.4.7
15972026-04-20T06:58:07.983Z Checking num-integer v0.1.46
15982026-04-20T06:58:07.995Z Checking num-complex v0.4.6
15992026-04-20T06:58:08.071Z Checking native-tls v0.2.14
16002026-04-20T06:58:08.082Z Checking rustls v0.23.32
16012026-04-20T06:58:08.098Z Checking goblin v0.10.1
16022026-04-20T06:58:08.198Z Checking typify-impl v0.4.3
16032026-04-20T06:58:08.237Z Checking tokio-native-tls v0.3.1
16042026-04-20T06:58:08.326Z Checking rustls v0.22.4
16052026-04-20T06:58:08.383Z Checking hyper-tls v0.6.0
16062026-04-20T06:58:08.549Z Checking num-bigint v0.4.6
16072026-04-20T06:58:08.578Z Checking digest v0.10.7
16082026-04-20T06:58:08.761Z Checking sha1 v0.10.6
16092026-04-20T06:58:08.894Z Checking der v0.7.10
16102026-04-20T06:58:08.919Z Checking hmac v0.12.1
16112026-04-20T06:58:09.052Z Checking num-iter v0.1.45
16122026-04-20T06:58:09.167Z Checking ff v0.13.1
16132026-04-20T06:58:09.298Z Checking base16ct v0.2.0
16142026-04-20T06:58:09.325Z Checking typify v0.4.3
16152026-04-20T06:58:09.360Z Checking group v0.13.0
16162026-04-20T06:58:09.397Z Checking num-rational v0.4.2
16172026-04-20T06:58:09.420Z Checking progenitor-impl v0.11.1
16182026-04-20T06:58:09.423Z Checking hkdf v0.12.4
16192026-04-20T06:58:09.505Z Checking goblin v0.8.2
16202026-04-20T06:58:09.557Z Checking curve25519-dalek v4.1.3
16212026-04-20T06:58:09.652Z Checking spki v0.7.3
16222026-04-20T06:58:09.679Z Checking num v0.4.3
16232026-04-20T06:58:09.754Z Checking sha3 v0.10.8
16242026-04-20T06:58:09.768Z Checking tokio-rustls v0.25.0
16252026-04-20T06:58:09.815Z Checking pkcs8 v0.10.2
16262026-04-20T06:58:09.941Z Checking blake2 v0.10.6
16272026-04-20T06:58:09.958Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16282026-04-20T06:58:09.968Z Checking sec1 v0.7.3
16292026-04-20T06:58:10.150Z Checking argon2 v0.5.3
16302026-04-20T06:58:10.162Z Checking elliptic-curve v0.13.8
16312026-04-20T06:58:10.162Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16322026-04-20T06:58:10.256Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16332026-04-20T06:58:10.289Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16342026-04-20T06:58:10.426Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16352026-04-20T06:58:10.439Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16362026-04-20T06:58:10.442Z Checking tokio-rustls v0.26.3
16372026-04-20T06:58:10.464Z Checking vsss-rs v3.3.4
16382026-04-20T06:58:10.494Z Checking dof v0.4.0
16392026-04-20T06:58:10.647Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16402026-04-20T06:58:10.662Z Checking hyper-rustls v0.27.7
16412026-04-20T06:58:10.785Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16422026-04-20T06:58:10.855Z Checking reqwest v0.12.23
16432026-04-20T06:58:10.877Z Checking usdt-impl v0.6.0
16442026-04-20T06:58:10.889Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16452026-04-20T06:58:10.947Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16462026-04-20T06:58:10.950Z Checking progenitor-impl v0.10.0
16472026-04-20T06:58:11.090Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16482026-04-20T06:58:11.113Z Compiling nix v0.31.2
16492026-04-20T06:58:11.149Z Checking usdt v0.6.0
16502026-04-20T06:58:11.246Z Checking sha2 v0.10.9
16512026-04-20T06:58:11.287Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16522026-04-20T06:58:11.304Z Checking dropshot v0.16.7
16532026-04-20T06:58:11.440Z Checking dof v0.3.0
16542026-04-20T06:58:11.501Z Checking transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
16552026-04-20T06:58:11.524Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16562026-04-20T06:58:11.568Z Checking progenitor-client v0.10.0
16572026-04-20T06:58:11.718Z Checking progenitor-client v0.11.1
16582026-04-20T06:58:11.759Z Checking usdt-impl v0.5.0
16592026-04-20T06:58:11.782Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16602026-04-20T06:58:11.797Z Checking progenitor v0.10.0
16612026-04-20T06:58:11.926Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16622026-04-20T06:58:11.938Z Checking progenitor v0.11.1
16632026-04-20T06:58:11.960Z Checking signature v2.2.0
16642026-04-20T06:58:12.023Z Checking utf-8 v0.7.6
16652026-04-20T06:58:12.034Z Checking usdt v0.5.0
16662026-04-20T06:58:12.062Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
16672026-04-20T06:58:12.077Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16682026-04-20T06:58:12.149Z Checking tungstenite v0.21.0
16692026-04-20T06:58:12.152Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16702026-04-20T06:58:12.186Z Checking tokio-dtrace v0.1.1
16712026-04-20T06:58:12.220Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16722026-04-20T06:58:12.233Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16732026-04-20T06:58:12.351Z Checking oxide-tokio-rt v0.1.4
16742026-04-20T06:58:12.412Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16752026-04-20T06:58:12.423Z Compiling salty v0.3.0
16762026-04-20T06:58:12.509Z Compiling radium v0.7.0
16772026-04-20T06:58:12.550Z Checking tokio-tungstenite v0.21.0
16782026-04-20T06:58:12.598Z Checking qorb v0.4.1
16792026-04-20T06:58:12.695Z Checking rfc6979 v0.4.0
16802026-04-20T06:58:12.806Z Checking tap v1.0.1
16812026-04-20T06:58:12.817Z Checking base64 v0.21.7
16822026-04-20T06:58:12.820Z Checking ecdsa v0.16.9
16832026-04-20T06:58:12.907Z Checking wyz v0.5.1
16842026-04-20T06:58:13.127Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16852026-04-20T06:58:13.143Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16862026-04-20T06:58:13.217Z Checking slog-dtrace v0.3.0
16872026-04-20T06:58:13.329Z Checking ed25519 v2.2.3
16882026-04-20T06:58:13.387Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16892026-04-20T06:58:13.433Z Checking globset v0.4.16
16902026-04-20T06:58:13.460Z Checking primeorder v0.13.6
16912026-04-20T06:58:13.492Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
16922026-04-20T06:58:13.545Z Checking typify-impl v0.6.1
16932026-04-20T06:58:13.670Z Checking reqwest v0.13.2
16942026-04-20T06:58:13.683Z Checking env_filter v1.0.1
16952026-04-20T06:58:13.825Z Compiling typeid v1.0.3
16962026-04-20T06:58:14.123Z Checking funty v2.0.0
16972026-04-20T06:58:14.137Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#7cce2d3a)
16982026-04-20T06:58:14.262Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16992026-04-20T06:58:14.370Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5)
17002026-04-20T06:58:14.442Z Checking bitvec v1.0.1
17012026-04-20T06:58:14.590Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17022026-04-20T06:58:14.639Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17032026-04-20T06:58:14.688Z Checking typify v0.6.1
17042026-04-20T06:58:14.699Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17052026-04-20T06:58:14.747Z Checking tough v0.20.0
17062026-04-20T06:58:14.758Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17072026-04-20T06:58:14.783Z Checking env_logger v0.11.10
17082026-04-20T06:58:14.865Z Checking p384 v0.13.1
17092026-04-20T06:58:14.959Z Checking ed25519-dalek v2.2.0
17102026-04-20T06:58:15.152Z Checking x509-cert v0.2.5
17112026-04-20T06:58:15.264Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=2cdd17580a4fc6c871d24797016af8dbaac9421d#2cdd1758)
17122026-04-20T06:58:15.497Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17132026-04-20T06:58:15.509Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17142026-04-20T06:58:15.624Z Compiling erased-serde v0.4.8
17152026-04-20T06:58:15.664Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17162026-04-20T06:58:15.791Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17172026-04-20T06:58:15.837Z Checking progenitor-impl v0.13.0
17182026-04-20T06:58:15.933Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
17192026-04-20T06:58:16.011Z Checking progenitor-client v0.13.0
17202026-04-20T06:58:16.063Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17212026-04-20T06:58:16.198Z Compiling bitstruct_derive v0.1.0
17222026-04-20T06:58:16.227Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17232026-04-20T06:58:16.253Z Checking ascii v1.1.0
17242026-04-20T06:58:16.441Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17252026-04-20T06:58:16.464Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17262026-04-20T06:58:16.667Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
17272026-04-20T06:58:16.701Z Checking progenitor v0.13.0
17282026-04-20T06:58:16.828Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#7cce2d3a)
17292026-04-20T06:58:16.845Z Checking bitstruct v0.1.1
17302026-04-20T06:58:16.868Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17312026-04-20T06:58:16.879Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#04fb133a)
17322026-04-20T06:58:16.910Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
17332026-04-20T06:58:16.926Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17342026-04-20T06:58:16.993Z Checking serde_arrays v0.1.0
17352026-04-20T06:58:17.004Z Checking libloading v0.7.4
17362026-04-20T06:58:17.085Z Checking bit_field v0.10.3
17372026-04-20T06:58:17.099Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
17382026-04-20T06:58:17.110Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
17392026-04-20T06:58:17.145Z Checking omicron-zone-package v0.12.2
17402026-04-20T06:58:17.216Z Checking dropshot-api-manager v0.5.2
17412026-04-20T06:58:17.506Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
17422026-04-20T06:58:17.985Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
17432026-04-20T06:58:19.389Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17442026-04-20T06:58:19.389Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17452026-04-20T06:58:19.392Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17462026-04-20T06:58:19.392Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17472026-04-20T06:58:19.778Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17482026-04-20T06:58:19.932Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17492026-04-20T06:58:20.341Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17502026-04-20T06:58:20.451Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17512026-04-20T06:58:21.045Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17522026-04-20T06:58:21.057Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17532026-04-20T06:58:21.059Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17542026-04-20T06:58:21.123Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17552026-04-20T06:58:21.477Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17562026-04-20T06:58:21.479Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17572026-04-20T06:58:21.535Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17582026-04-20T06:58:21.565Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17592026-04-20T06:58:21.568Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17602026-04-20T06:58:21.770Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17612026-04-20T06:58:21.772Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
17622026-04-20T06:58:21.772Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17632026-04-20T06:58:22.195Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
17642026-04-20T06:58:22.232Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17652026-04-20T06:58:22.334Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17662026-04-20T06:58:22.475Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17672026-04-20T06:58:22.605Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17682026-04-20T06:58:22.656Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17692026-04-20T06:58:22.708Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17702026-04-20T06:58:23.539Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
17712026-04-20T06:58:25.033Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
17722026-04-20T06:58:26.681Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17732026-04-20T06:58:26.875Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
17742026-04-20T06:58:26.952Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17752026-04-20T06:58:27.524Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17762026-04-20T06:58:27.773Z Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17772026-04-20T06:58:27.790Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
17782026-04-20T06:58:27.910Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
17792026-04-20T06:58:28.370Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17802026-04-20T06:58:32.758Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5)
17812026-04-20T06:58:33.953Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17822026-04-20T06:58:39.319Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17832026-04-20T06:58:40.594Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17842026-04-20T06:58:41.129Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
17852026-04-20T06:58:46.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.01s
17862026-04-20T06:58:46.286Z+ for feat in tofino_stub tofino_asic softnpu chaos
17872026-04-20T06:58:46.286Z+ cargo clippy --features chaos -- --deny warnings
17882026-04-20T06:58:46.850Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
17892026-04-20T06:58:46.853Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
17902026-04-20T06:58:46.853Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
17912026-04-20T06:58:54.028Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
17922026-04-20T06:58:54.031Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
17932026-04-20T06:58:56.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.16s
17942026-04-20T06:58:56.662Z+ banner fmt
17952026-04-20T06:58:56.665Z
17962026-04-20T06:58:56.665Z ###### # # #####
17972026-04-20T06:58:56.665Z # ## ## #
17982026-04-20T06:58:56.665Z ##### # ## # #
17992026-04-20T06:58:56.665Z # # # #
18002026-04-20T06:58:56.665Z # # # #
18012026-04-20T06:58:56.665Z # # # #
18022026-04-20T06:58:56.665Z
18032026-04-20T06:58:56.665Z+ cargo fmt -- --check
18042026-04-20T06:58:57.099Z+ banner test
18052026-04-20T06:58:57.102Z
18062026-04-20T06:58:57.102Z ##### ###### #### #####
18072026-04-20T06:58:57.102Z # # # #
18082026-04-20T06:58:57.102Z # ##### #### #
18092026-04-20T06:58:57.102Z # # # #
18102026-04-20T06:58:57.102Z # # # # #
18112026-04-20T06:58:57.102Z # ###### #### #
18122026-04-20T06:58:57.102Z
18132026-04-20T06:58:57.102Z+ for feat in tofino_stub tofino_asic softnpu chaos
18142026-04-20T06:58:57.102Z+ RUST_BACKTRACE=full
18152026-04-20T06:58:57.103Z+ cargo test --features tofino_stub --no-fail-fast
18162026-04-20T06:58:58.037Z Compiling unicode-ident v1.0.24
18172026-04-20T06:58:58.040Z Compiling cfg-if v1.0.3
18182026-04-20T06:58:58.040Z Compiling memchr v2.7.5
18192026-04-20T06:58:58.148Z Compiling serde_core v1.0.228
18202026-04-20T06:58:58.162Z Compiling itoa v1.0.15
18212026-04-20T06:58:58.166Z Compiling libc v0.2.183
18222026-04-20T06:58:58.176Z Compiling zmij v1.0.17
18232026-04-20T06:58:58.251Z Compiling proc-macro2 v1.0.106
18242026-04-20T06:58:58.268Z Compiling libm v0.2.15
18252026-04-20T06:58:58.368Z Compiling heck v0.5.0
18262026-04-20T06:58:58.634Z Compiling quote v1.0.45
18272026-04-20T06:58:58.700Z Compiling log v0.4.29
18282026-04-20T06:58:58.721Z Compiling equivalent v1.0.2
18292026-04-20T06:58:58.813Z Compiling syn v2.0.117
18302026-04-20T06:58:58.816Z Compiling smallvec v1.15.1
18312026-04-20T06:58:58.886Z Compiling allocator-api2 v0.2.21
18322026-04-20T06:58:58.931Z Compiling iana-time-zone v0.1.64
18332026-04-20T06:58:58.971Z Compiling foldhash v0.2.0
18342026-04-20T06:58:59.130Z Compiling dyn-clone v1.0.20
18352026-04-20T06:58:59.158Z Compiling stable_deref_trait v1.2.0
18362026-04-20T06:58:59.212Z Compiling hashbrown v0.16.1
18372026-04-20T06:58:59.225Z Compiling pin-project-lite v0.2.16
18382026-04-20T06:58:59.241Z Compiling percent-encoding v2.3.2
18392026-04-20T06:58:59.282Z Compiling writeable v0.6.1
18402026-04-20T06:58:59.323Z Compiling litemap v0.8.0
18412026-04-20T06:58:59.387Z Compiling regex-syntax v0.8.6
18422026-04-20T06:58:59.441Z Compiling icu_properties_data v2.0.1
18432026-04-20T06:58:59.548Z Compiling icu_normalizer_data v2.0.0
18442026-04-20T06:58:59.583Z Compiling form_urlencoded v1.2.2
18452026-04-20T06:58:59.598Z Compiling utf8_iter v1.0.4
18462026-04-20T06:58:59.628Z Compiling scopeguard v1.2.0
18472026-04-20T06:58:59.742Z Compiling lock_api v0.4.14
18482026-04-20T06:58:59.756Z Compiling num-traits v0.2.19
18492026-04-20T06:58:59.773Z Compiling getrandom v0.3.4
18502026-04-20T06:58:59.815Z Compiling aho-corasick v1.1.3
18512026-04-20T06:58:59.955Z Compiling semver v1.0.27
18522026-04-20T06:58:59.976Z Compiling serde_json v1.0.149
18532026-04-20T06:59:00.059Z Compiling indexmap v2.13.0
18542026-04-20T06:59:00.298Z Compiling fnv v1.0.7
18552026-04-20T06:59:00.355Z Compiling byteorder v1.5.0
18562026-04-20T06:59:00.397Z Compiling ucd-trie v0.1.7
18572026-04-20T06:59:00.580Z Compiling uuid v1.20.0
18582026-04-20T06:59:00.682Z Compiling futures-core v0.3.32
18592026-04-20T06:59:00.839Z Compiling regex-automata v0.4.13
18602026-04-20T06:59:00.958Z Compiling time-core v0.1.8
18612026-04-20T06:59:00.998Z Compiling num-conv v0.2.1
18622026-04-20T06:59:01.107Z Compiling futures-sink v0.3.32
18632026-04-20T06:59:01.120Z Compiling strsim v0.11.1
18642026-04-20T06:59:01.152Z Compiling time-macros v0.2.27
18652026-04-20T06:59:01.215Z Compiling ryu v1.0.20
18662026-04-20T06:59:01.235Z Compiling regress v0.10.5
18672026-04-20T06:59:01.515Z Compiling slab v0.4.11
18682026-04-20T06:59:01.697Z Compiling synstructure v0.13.2
18692026-04-20T06:59:01.841Z Compiling serde_derive_internals v0.29.1
18702026-04-20T06:59:02.026Z Compiling pretty-hex v0.4.1
18712026-04-20T06:59:02.149Z Compiling plain v0.2.3
18722026-04-20T06:59:02.204Z Compiling futures-channel v0.3.32
18732026-04-20T06:59:02.262Z Compiling syn v1.0.109
18742026-04-20T06:59:02.265Z Compiling futures-io v0.3.32
18752026-04-20T06:59:02.304Z Compiling futures-task v0.3.32
18762026-04-20T06:59:02.431Z Compiling socket2 v0.6.3
18772026-04-20T06:59:02.478Z Compiling parking_lot_core v0.9.12
18782026-04-20T06:59:02.594Z Compiling regex v1.12.3
18792026-04-20T06:59:02.780Z Compiling parking_lot v0.12.5
18802026-04-20T06:59:02.829Z Compiling serde_derive v1.0.228
18812026-04-20T06:59:02.858Z Compiling zerofrom-derive v0.1.6
18822026-04-20T06:59:02.882Z Compiling yoke-derive v0.8.0
18832026-04-20T06:59:03.068Z Compiling zerovec-derive v0.11.1
18842026-04-20T06:59:03.196Z Compiling displaydoc v0.2.5
18852026-04-20T06:59:03.409Z Compiling thiserror-impl v2.0.18
18862026-04-20T06:59:03.944Z Compiling schemars_derive v0.8.22
18872026-04-20T06:59:03.985Z Compiling tokio-macros v2.7.0
18882026-04-20T06:59:04.105Z Compiling zerocopy-derive v0.8.27
18892026-04-20T06:59:04.201Z Compiling zeroize_derive v1.4.3
18902026-04-20T06:59:04.680Z Compiling thiserror v2.0.18
18912026-04-20T06:59:04.790Z Compiling futures-macro v0.3.32
18922026-04-20T06:59:04.804Z Compiling zerofrom v0.1.6
18932026-04-20T06:59:04.924Z Compiling yoke v0.8.0
18942026-04-20T06:59:04.939Z Compiling thiserror-impl v1.0.69
18952026-04-20T06:59:05.123Z Compiling zerovec v0.11.4
18962026-04-20T06:59:05.188Z Compiling zerotrie v0.2.2
18972026-04-20T06:59:05.211Z Compiling tracing-attributes v0.1.30
18982026-04-20T06:59:05.408Z Compiling zerocopy v0.8.27
18992026-04-20T06:59:05.503Z Compiling pest v2.8.2
19002026-04-20T06:59:05.573Z Compiling serde v1.0.228
19012026-04-20T06:59:05.685Z Compiling scroll_derive v0.13.1
19022026-04-20T06:59:05.992Z Compiling tinystr v0.8.1
19032026-04-20T06:59:06.091Z Compiling bytes v1.11.1
19042026-04-20T06:59:06.142Z Compiling serde_tokenstream v0.2.3
19052026-04-20T06:59:06.164Z Compiling icu_locale_core v2.0.0
19062026-04-20T06:59:06.205Z Compiling potential_utf v0.1.3
19072026-04-20T06:59:06.382Z Compiling icu_collections v2.0.0
19082026-04-20T06:59:06.433Z Compiling chrono v0.4.44
19092026-04-20T06:59:06.528Z Compiling async-trait v0.1.89
19102026-04-20T06:59:06.739Z Compiling icu_provider v2.0.0
19112026-04-20T06:59:06.800Z Compiling http v1.4.0
19122026-04-20T06:59:06.873Z Compiling pest_meta v2.8.2
19132026-04-20T06:59:07.028Z Compiling icu_properties v2.0.1
19142026-04-20T06:59:07.054Z Compiling icu_normalizer v2.0.0
19152026-04-20T06:59:07.105Z Compiling scroll v0.13.0
19162026-04-20T06:59:07.368Z Compiling schemars v0.8.22
19172026-04-20T06:59:07.527Z Compiling pest_generator v2.8.2
19182026-04-20T06:59:07.664Z Compiling thiserror v1.0.69
19192026-04-20T06:59:07.776Z Compiling goblin v0.10.1
19202026-04-20T06:59:07.794Z Compiling signal-hook-registry v1.4.6
19212026-04-20T06:59:07.953Z Compiling idna_adapter v1.2.1
19222026-04-20T06:59:08.112Z Compiling idna v1.1.0
19232026-04-20T06:59:08.156Z Compiling mio v1.2.0
19242026-04-20T06:59:08.185Z Compiling pest_derive v2.8.2
19252026-04-20T06:59:08.198Z Compiling thread-id v5.0.0
19262026-04-20T06:59:08.283Z Compiling openapiv3 v2.2.0
19272026-04-20T06:59:08.420Z Compiling url v2.5.7
19282026-04-20T06:59:08.434Z Compiling daft-derive v0.1.4
19292026-04-20T06:59:08.487Z Compiling tokio v1.52.1
19302026-04-20T06:59:08.755Z Compiling dtrace-parser v0.3.0
19312026-04-20T06:59:08.871Z Compiling bitflags v2.9.4
19322026-04-20T06:59:08.886Z Compiling typify-impl v0.4.3
19332026-04-20T06:59:09.369Z Compiling serde_yaml v0.9.34+deprecated
19342026-04-20T06:59:09.920Z Compiling openssl-macros v0.1.1
19352026-04-20T06:59:10.418Z Compiling getrandom v0.2.16
19362026-04-20T06:59:10.602Z Compiling dof v0.4.0
19372026-04-20T06:59:10.619Z Compiling base64 v0.22.1
19382026-04-20T06:59:10.645Z Compiling http-body v1.0.1
19392026-04-20T06:59:10.663Z Compiling erased-serde v0.3.31
19402026-04-20T06:59:10.676Z Compiling typenum v1.18.0
19412026-04-20T06:59:10.809Z Compiling portable-atomic v1.11.1
19422026-04-20T06:59:10.974Z Compiling atomic-waker v1.1.2
19432026-04-20T06:59:11.113Z Compiling usdt-impl v0.6.0
19442026-04-20T06:59:11.161Z Compiling ipnet v2.11.0
19452026-04-20T06:59:11.220Z Compiling ppv-lite86 v0.2.21
19462026-04-20T06:59:11.349Z Compiling anyhow v1.0.102
19472026-04-20T06:59:11.550Z Compiling httparse v1.10.1
19482026-04-20T06:59:11.701Z Compiling tower-layer v0.3.3
19492026-04-20T06:59:11.714Z Compiling untrusted v0.9.0
19502026-04-20T06:59:11.759Z Compiling critical-section v1.2.0
19512026-04-20T06:59:11.815Z Compiling tower-service v0.3.3
19522026-04-20T06:59:11.867Z Compiling once_cell v1.21.3
19532026-04-20T06:59:11.880Z Compiling zeroize v1.8.1
19542026-04-20T06:59:12.063Z Compiling try-lock v0.2.5
19552026-04-20T06:59:12.175Z Compiling want v0.3.1
19562026-04-20T06:59:12.220Z Compiling pin-utils v0.1.0
19572026-04-20T06:59:12.278Z Compiling httpdate v1.0.3
19582026-04-20T06:59:12.414Z Compiling structmeta-derive v0.3.0
19592026-04-20T06:59:12.525Z Compiling newtype-uuid-macros v0.1.0
19602026-04-20T06:59:12.589Z Compiling usdt-macro v0.6.0
19612026-04-20T06:59:12.867Z Compiling usdt-attr-macro v0.6.0
19622026-04-20T06:59:13.432Z Compiling strum_macros v0.26.4
19632026-04-20T06:59:13.480Z Compiling structmeta v0.3.0
19642026-04-20T06:59:13.731Z Compiling async-stream-impl v0.3.6
19652026-04-20T06:59:13.965Z Compiling powerfmt v0.2.0
19662026-04-20T06:59:14.113Z Compiling deranged v0.5.3
19672026-04-20T06:59:14.385Z Compiling num_threads v0.1.7
19682026-04-20T06:59:14.484Z Compiling omicron-workspace-hack v0.1.0
19692026-04-20T06:59:14.498Z Compiling dropshot_endpoint v0.16.7
19702026-04-20T06:59:14.565Z Compiling http-body-util v0.1.3
19712026-04-20T06:59:14.579Z Compiling ref-cast-impl v1.0.25
19722026-04-20T06:59:14.978Z Compiling derive-ex v0.1.8
19732026-04-20T06:59:15.136Z Compiling darling_core v0.23.0
19742026-04-20T06:59:15.206Z Compiling serde_urlencoded v0.7.1
19752026-04-20T06:59:15.209Z Compiling typify-macro v0.4.3
19762026-04-20T06:59:15.244Z Compiling strum_macros v0.27.2
19772026-04-20T06:59:15.576Z Compiling sync_wrapper v1.0.2
19782026-04-20T06:59:15.673Z Compiling subtle v2.6.1
19792026-04-20T06:59:15.692Z Compiling iri-string v0.7.8
19802026-04-20T06:59:16.074Z Compiling rand_core v0.6.4
19812026-04-20T06:59:16.197Z Compiling futures-util v0.3.32
19822026-04-20T06:59:16.320Z Compiling thread_local v1.1.9
19832026-04-20T06:59:16.577Z Compiling test-strategy v0.4.3
19842026-04-20T06:59:17.018Z Compiling match_cfg v0.1.0
19852026-04-20T06:59:17.087Z Compiling parse-display-derive v0.10.0
19862026-04-20T06:59:17.103Z Compiling tracing-core v0.1.34
19872026-04-20T06:59:17.254Z Compiling darling_macro v0.23.0
19882026-04-20T06:59:17.275Z Compiling typify v0.4.3
19892026-04-20T06:59:17.317Z Compiling toml_datetime v0.6.11
19902026-04-20T06:59:17.373Z Compiling progenitor-impl v0.11.1
19912026-04-20T06:59:17.560Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19922026-04-20T06:59:17.596Z Compiling take_mut v0.2.2
19932026-04-20T06:59:17.709Z Compiling term v1.2.0
19942026-04-20T06:59:17.853Z Compiling darling v0.23.0
19952026-04-20T06:59:17.940Z Compiling serde_with_macros v3.18.0
19962026-04-20T06:59:17.961Z Compiling tracing v0.1.41
19972026-04-20T06:59:18.448Z Compiling clap_derive v4.6.0
19982026-04-20T06:59:18.517Z Compiling camino v1.2.2
19992026-04-20T06:59:18.723Z Compiling fastrand v2.3.0
20002026-04-20T06:59:18.896Z Compiling cpufeatures v0.2.17
20012026-04-20T06:59:18.914Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20022026-04-20T06:59:19.064Z Compiling encoding_rs v0.8.35
20032026-04-20T06:59:19.078Z Compiling mime v0.3.17
20042026-04-20T06:59:19.141Z Compiling unicode-width v0.2.1
20052026-04-20T06:59:19.471Z Compiling errno v0.3.14
20062026-04-20T06:59:19.474Z Compiling generic-array v0.14.7
20072026-04-20T06:59:20.184Z Compiling hex v0.4.3
20082026-04-20T06:59:20.201Z Compiling ipnetwork v0.21.1
20092026-04-20T06:59:20.458Z Compiling crossbeam-utils v0.8.21
20102026-04-20T06:59:20.663Z Compiling rustix v1.1.2
20112026-04-20T06:59:20.676Z Compiling tokio-util v0.7.16
20122026-04-20T06:59:20.802Z Compiling slog v2.8.2
20132026-04-20T06:59:20.906Z Compiling progenitor-macro v0.11.1
20142026-04-20T06:59:20.919Z Compiling crypto-common v0.1.6
20152026-04-20T06:59:20.982Z Compiling winnow v0.7.14
20162026-04-20T06:59:21.057Z Compiling oxnet v0.1.4
20172026-04-20T06:59:21.216Z Compiling h2 v0.4.12
20182026-04-20T06:59:21.392Z Compiling itertools v0.14.0
20192026-04-20T06:59:21.827Z Compiling rand_core v0.9.3
20202026-04-20T06:59:21.886Z Compiling socket2 v0.5.10
20212026-04-20T06:59:22.345Z Compiling rustls-pki-types v1.12.0
20222026-04-20T06:59:22.462Z Compiling spin v0.9.8
20232026-04-20T06:59:22.589Z Compiling debug-ignore v1.0.5
20242026-04-20T06:59:22.704Z Compiling quick-error v1.2.3
20252026-04-20T06:59:22.740Z Compiling toml_parser v1.0.6+spec-1.1.0
20262026-04-20T06:59:22.820Z Compiling rand_chacha v0.9.0
20272026-04-20T06:59:22.834Z Compiling tabwriter v1.4.1
20282026-04-20T06:59:23.081Z Compiling toml_datetime v0.7.5+spec-1.1.0
20292026-04-20T06:59:23.316Z Compiling hyper v1.8.1
20302026-04-20T06:59:23.400Z Compiling serde_spanned v1.0.4
20312026-04-20T06:59:23.446Z Compiling bit-vec v0.8.0
20322026-04-20T06:59:23.563Z Compiling toml_writer v1.0.6+spec-1.1.0
20332026-04-20T06:59:23.693Z Compiling colored v3.0.0
20342026-04-20T06:59:23.790Z Compiling lazy_static v1.5.0
20352026-04-20T06:59:24.107Z Compiling toml v0.9.11+spec-1.1.0
20362026-04-20T06:59:24.121Z Compiling bit-set v0.8.0
20372026-04-20T06:59:24.144Z Compiling rand v0.9.2
20382026-04-20T06:59:24.293Z Compiling strum v0.26.3
20392026-04-20T06:59:24.348Z Compiling time v0.3.47
20402026-04-20T06:59:24.428Z Compiling hyper-util v0.1.19
20412026-04-20T06:59:24.432Z Compiling async-stream v0.3.6
20422026-04-20T06:59:24.627Z Compiling ring v0.17.14
20432026-04-20T06:59:24.765Z Compiling waitgroup v0.1.2
20442026-04-20T06:59:24.926Z Compiling serde_path_to_error v0.1.20
20452026-04-20T06:59:25.107Z Compiling anstyle v1.0.14
20462026-04-20T06:59:25.273Z Compiling unarray v0.1.4
20472026-04-20T06:59:25.294Z Compiling crossbeam-channel v0.5.15
20482026-04-20T06:59:25.345Z Compiling block-buffer v0.10.4
20492026-04-20T06:59:25.397Z Compiling macaddr v1.0.1
20502026-04-20T06:59:25.507Z Compiling utf8parse v0.2.2
20512026-04-20T06:59:25.633Z Compiling anstyle-parse v1.0.0
20522026-04-20T06:59:25.633Z Compiling digest v0.10.7
20532026-04-20T06:59:25.771Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
20542026-04-20T06:59:25.830Z Compiling ref-cast v1.0.25
20552026-04-20T06:59:25.866Z Compiling colorchoice v1.0.4
20562026-04-20T06:59:25.897Z Compiling is_terminal_polyfill v1.70.1
20572026-04-20T06:59:25.940Z Compiling anstyle-query v1.1.4
20582026-04-20T06:59:25.960Z Compiling strum v0.27.2
20592026-04-20T06:59:25.987Z Compiling is-terminal v0.4.16
20602026-04-20T06:59:26.052Z Compiling anstream v1.0.0
20612026-04-20T06:59:26.093Z Compiling clap_lex v1.1.0
20622026-04-20T06:59:26.137Z Compiling slog-term v2.9.2
20632026-04-20T06:59:26.263Z Compiling slog-async v2.8.0
20642026-04-20T06:59:26.287Z Compiling slog-json v2.6.1
20652026-04-20T06:59:26.353Z Compiling tower v0.5.2
20662026-04-20T06:59:26.376Z Compiling hostname v0.3.1
20672026-04-20T06:59:26.525Z Compiling slog-bunyan v2.5.0
20682026-04-20T06:59:26.770Z Compiling tower-http v0.6.8
20692026-04-20T06:59:26.837Z Compiling futures-executor v0.3.32
20702026-04-20T06:59:26.926Z Compiling instant v0.1.13
20712026-04-20T06:59:27.044Z Compiling futures v0.3.32
20722026-04-20T06:59:27.120Z Compiling openssl-sys v0.9.112
20732026-04-20T06:59:27.316Z Compiling aws-lc-sys v0.39.1
20742026-04-20T06:59:27.772Z Compiling memmap2 v0.9.8
20752026-04-20T06:59:27.992Z Compiling foreign-types-shared v0.1.1
20762026-04-20T06:59:28.005Z Compiling untrusted v0.7.1
20772026-04-20T06:59:28.083Z Compiling foreign-types v0.3.2
20782026-04-20T06:59:28.114Z Compiling aws-lc-rs v1.16.2
20792026-04-20T06:59:28.151Z Compiling tempfile v3.23.0
20802026-04-20T06:59:28.572Z Compiling openssl-probe v0.1.6
20812026-04-20T06:59:28.924Z Compiling openssl v0.10.76
20822026-04-20T06:59:29.163Z Compiling rustls-webpki v0.103.6
20832026-04-20T06:59:29.708Z Compiling rustls v0.23.32
20842026-04-20T06:59:30.089Z Compiling either v1.15.0
20852026-04-20T06:59:30.240Z Compiling usdt v0.6.0
20862026-04-20T06:59:30.310Z Compiling webpki-roots v1.0.2
20872026-04-20T06:59:30.442Z Compiling newtype-uuid v1.3.2
20882026-04-20T06:59:31.316Z Compiling native-tls v0.2.14
20892026-04-20T06:59:31.644Z Compiling tokio-native-tls v0.3.1
20902026-04-20T06:59:31.833Z Compiling hyper-tls v0.6.0
20912026-04-20T06:59:32.078Z Compiling daft v0.1.4
20922026-04-20T06:59:32.364Z Compiling rustls-webpki v0.102.8
20932026-04-20T06:59:32.758Z Compiling tokio-rustls v0.26.3
20942026-04-20T06:59:32.842Z Compiling rustls v0.22.4
20952026-04-20T06:59:32.993Z Compiling hyper-rustls v0.27.7
20962026-04-20T06:59:33.244Z Compiling reqwest v0.12.23
20972026-04-20T06:59:34.956Z Compiling tokio-rustls v0.25.0
20982026-04-20T06:59:35.197Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20992026-04-20T06:59:35.565Z Compiling sha1 v0.10.6
21002026-04-20T06:59:35.817Z Compiling rustls-pemfile v2.2.0
21012026-04-20T06:59:36.029Z Compiling multer v3.1.0
21022026-04-20T06:59:36.108Z Compiling terminal_size v0.4.3
21032026-04-20T06:59:36.263Z Compiling rand_chacha v0.3.1
21042026-04-20T06:59:36.577Z Compiling wait-timeout v0.2.1
21052026-04-20T06:59:36.667Z Compiling hostname v0.4.2
21062026-04-20T06:59:36.934Z Compiling dropshot v0.16.7
21072026-04-20T06:59:37.070Z Compiling rusty-fork v0.3.0
21082026-04-20T06:59:37.073Z Compiling rand v0.8.5
21092026-04-20T06:59:37.755Z Compiling rand_xorshift v0.4.0
21102026-04-20T06:59:38.567Z Compiling proptest v1.8.0
21112026-04-20T06:59:39.358Z Compiling clap_builder v4.6.0
21122026-04-20T06:59:40.215Z Compiling hubpack_derive v0.1.1
21132026-04-20T06:59:40.701Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
21142026-04-20T06:59:41.198Z Compiling clap v4.6.0
21152026-04-20T06:59:41.988Z Compiling serde_spanned v0.6.9
21162026-04-20T06:59:42.153Z Compiling winnow v0.5.40
21172026-04-20T06:59:42.790Z Compiling progenitor-client v0.10.0
21182026-04-20T06:59:42.911Z Compiling progenitor-client v0.11.1
21192026-04-20T06:59:42.974Z Compiling prettyplease v0.2.37
21202026-04-20T06:59:43.070Z Compiling serde_with v3.18.0
21212026-04-20T06:59:43.216Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21222026-04-20T06:59:43.588Z Compiling rustc-hash v2.1.1
21232026-04-20T06:59:43.887Z Compiling progenitor v0.11.1
21242026-04-20T06:59:43.947Z Compiling iddqd v0.3.17
21252026-04-20T06:59:44.075Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21262026-04-20T06:59:44.479Z Compiling backoff v0.4.0
21272026-04-20T06:59:44.827Z Compiling parse-display v0.10.0
21282026-04-20T06:59:44.869Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21292026-04-20T06:59:45.128Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
21302026-04-20T06:59:46.977Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21312026-04-20T06:59:47.144Z Compiling num-derive v0.3.3
21322026-04-20T06:59:48.091Z Compiling toml_write v0.1.2
21332026-04-20T06:59:48.585Z Compiling toml_edit v0.22.27
21342026-04-20T06:59:50.248Z Compiling toml_edit v0.19.15
21352026-04-20T06:59:50.607Z Compiling num-integer v0.1.46
21362026-04-20T06:59:50.824Z Compiling float-ord v0.3.2
21372026-04-20T06:59:50.956Z Compiling toml v0.8.23
21382026-04-20T06:59:51.857Z Compiling proc-macro-crate v1.3.1
21392026-04-20T06:59:53.159Z Compiling num-iter v0.1.45
21402026-04-20T06:59:53.291Z Compiling num-rational v0.4.2
21412026-04-20T06:59:53.717Z Compiling num-complex v0.4.6
21422026-04-20T06:59:54.718Z Compiling num v0.4.3
21432026-04-20T06:59:55.342Z Compiling darling_core v0.21.3
21442026-04-20T06:59:57.469Z Compiling darling_macro v0.21.3
21452026-04-20T06:59:58.066Z Compiling darling v0.21.3
21462026-04-20T06:59:58.229Z Compiling zerocopy-derive v0.7.35
21472026-04-20T06:59:58.455Z Compiling ingot-macros v0.1.1
21482026-04-20T06:59:58.679Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21492026-04-20T06:59:59.213Z Compiling scroll_derive v0.12.1
21502026-04-20T06:59:59.665Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21512026-04-20T07:00:00.197Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21522026-04-20T07:00:00.354Z Compiling zerocopy v0.7.35
21532026-04-20T07:00:01.388Z Compiling num_enum_derive v0.7.6
21542026-04-20T07:00:01.998Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21552026-04-20T07:00:02.270Z Compiling memoffset v0.9.1
21562026-04-20T07:00:02.523Z Compiling foreign-types-macros v0.2.3
21572026-04-20T07:00:03.671Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21582026-04-20T07:00:03.811Z Compiling nix v0.30.1
21592026-04-20T07:00:04.458Z Compiling libscf-sys v1.1.0
21602026-04-20T07:00:04.964Z Compiling proc-macro-error-attr2 v2.0.0
21612026-04-20T07:00:05.041Z Compiling glob v0.3.3
21622026-04-20T07:00:05.204Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21632026-04-20T07:00:05.346Z Compiling proc-macro-error-attr v1.0.4
21642026-04-20T07:00:05.421Z Compiling proc-macro-error2 v2.0.1
21652026-04-20T07:00:05.636Z Compiling dtrace-parser v0.2.0
21662026-04-20T07:00:05.663Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21672026-04-20T07:00:05.724Z Compiling tabled_derive v0.11.0
21682026-04-20T07:00:05.794Z Compiling proc-macro-error v1.0.4
21692026-04-20T07:00:06.186Z Compiling dof v0.3.0
21702026-04-20T07:00:06.220Z Compiling num_enum_derive v0.5.11
21712026-04-20T07:00:06.538Z Compiling hubpack v0.1.2
21722026-04-20T07:00:06.674Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21732026-04-20T07:00:06.771Z Compiling thread-id v4.2.2
21742026-04-20T07:00:06.997Z Compiling static_assertions v1.1.0
21752026-04-20T07:00:07.207Z Compiling usdt-impl v0.5.0
21762026-04-20T07:00:08.050Z Compiling derive_more v0.99.20
21772026-04-20T07:00:09.370Z Compiling bytecount v0.6.9
21782026-04-20T07:00:09.393Z Compiling minimal-lexical v0.2.1
21792026-04-20T07:00:09.668Z Compiling nom v7.1.3
21802026-04-20T07:00:10.497Z Compiling usdt-macro v0.5.0
21812026-04-20T07:00:10.613Z Compiling usdt-attr-macro v0.5.0
21822026-04-20T07:00:11.231Z Compiling zone_cfg_derive v0.3.1
21832026-04-20T07:00:11.303Z Compiling num-derive v0.4.2
21842026-04-20T07:00:11.471Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
21852026-04-20T07:00:11.498Z Compiling rustc_version v0.4.1
21862026-04-20T07:00:11.912Z Compiling crossbeam-epoch v0.9.18
21872026-04-20T07:00:11.942Z Compiling papergrid v0.17.0
21882026-04-20T07:00:12.092Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
21892026-04-20T07:00:12.265Z Compiling testing_table v0.3.0
21902026-04-20T07:00:12.278Z Compiling enum-as-inner v0.6.1
21912026-04-20T07:00:12.446Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21922026-04-20T07:00:12.529Z Compiling curve25519-dalek v4.1.3
21932026-04-20T07:00:12.837Z Compiling tabled v0.20.0
21942026-04-20T07:00:12.962Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
21952026-04-20T07:00:13.085Z Compiling crossbeam-deque v0.8.6
21962026-04-20T07:00:13.399Z Compiling typify-impl v0.6.1
21972026-04-20T07:00:13.448Z Compiling thiserror-impl-no-std v2.0.2
21982026-04-20T07:00:13.477Z Compiling curve25519-dalek-derive v0.1.1
21992026-04-20T07:00:14.240Z Compiling rayon-core v1.13.0
22002026-04-20T07:00:14.243Z Compiling clang-sys v1.8.1
22012026-04-20T07:00:14.672Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
22022026-04-20T07:00:14.700Z Compiling scroll v0.12.0
22032026-04-20T07:00:14.986Z Compiling hash32 v0.3.1
22042026-04-20T07:00:15.015Z Compiling goblin v0.8.2
22052026-04-20T07:00:15.073Z Compiling ingot-types v0.1.2
22062026-04-20T07:00:15.158Z Compiling heapless v0.8.0
22072026-04-20T07:00:15.612Z Compiling cobs v0.3.0
22082026-04-20T07:00:15.615Z Compiling libloading v0.8.9
22092026-04-20T07:00:15.665Z Compiling foreign-types-shared v0.3.1
22102026-04-20T07:00:15.769Z Compiling bitflags v1.3.2
22112026-04-20T07:00:15.782Z Compiling managed v0.8.0
22122026-04-20T07:00:15.822Z Compiling rand_core v0.10.1
22132026-04-20T07:00:15.834Z Compiling postcard v1.1.3
22142026-04-20T07:00:15.996Z Compiling smoltcp v0.11.0
22152026-04-20T07:00:16.008Z Compiling foreign-types v0.5.0
22162026-04-20T07:00:16.020Z Compiling bindgen v0.72.1
22172026-04-20T07:00:16.100Z Compiling ingot v0.1.1
22182026-04-20T07:00:16.185Z Compiling cexpr v0.6.0
22192026-04-20T07:00:16.791Z Compiling num_enum v0.7.6
22202026-04-20T07:00:16.890Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
22212026-04-20T07:00:17.020Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22222026-04-20T07:00:17.153Z Compiling camino-tempfile v1.4.1
22232026-04-20T07:00:17.411Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22242026-04-20T07:00:17.677Z Compiling derive-where v1.6.0
22252026-04-20T07:00:17.740Z Compiling serde_repr v0.1.20
22262026-04-20T07:00:18.004Z Compiling cstr-argument v0.1.2
22272026-04-20T07:00:18.370Z Compiling cpufeatures v0.3.0
22282026-04-20T07:00:18.459Z Compiling chacha20 v0.10.0
22292026-04-20T07:00:18.576Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-04-20T07:00:18.795Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22312026-04-20T07:00:19.358Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
22322026-04-20T07:00:19.566Z Compiling getrandom v0.4.2
22332026-04-20T07:00:19.730Z Compiling typify-macro v0.6.1
22342026-04-20T07:00:19.777Z Compiling rayon v1.11.0
22352026-04-20T07:00:20.035Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22362026-04-20T07:00:20.122Z Compiling crucible-workspace-hack v0.1.0
22372026-04-20T07:00:20.515Z Compiling memmap v0.7.0
22382026-04-20T07:00:20.824Z Compiling tinyvec_macros v0.1.1
22392026-04-20T07:00:20.905Z Compiling tinyvec v1.10.0
22402026-04-20T07:00:21.105Z Compiling usdt v0.5.0
22412026-04-20T07:00:21.135Z Compiling rand v0.10.1
22422026-04-20T07:00:21.265Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22432026-04-20T07:00:21.769Z Compiling num_enum v0.5.11
22442026-04-20T07:00:21.826Z Compiling typify v0.6.1
22452026-04-20T07:00:22.049Z Compiling pin-project-internal v1.1.10
22462026-04-20T07:00:22.207Z Compiling winnow v1.0.1
22472026-04-20T07:00:22.932Z Compiling progenitor-impl v0.13.0
22482026-04-20T07:00:22.959Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22492026-04-20T07:00:23.186Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
22502026-04-20T07:00:23.317Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22512026-04-20T07:00:23.633Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
22522026-04-20T07:00:23.717Z Compiling rustix v0.38.44
22532026-04-20T07:00:24.207Z Compiling itertools v0.12.1
22542026-04-20T07:00:24.286Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22552026-04-20T07:00:24.425Z Compiling progenitor-impl v0.10.0
22562026-04-20T07:00:24.570Z Compiling sigpipe v0.1.3
22572026-04-20T07:00:24.716Z Compiling jiff v0.2.15
22582026-04-20T07:00:24.961Z Compiling const_format_proc_macros v0.2.34
22592026-04-20T07:00:25.215Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22602026-04-20T07:00:25.389Z Compiling zone v0.3.1
22612026-04-20T07:00:25.471Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22622026-04-20T07:00:26.448Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
22632026-04-20T07:00:26.461Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22642026-04-20T07:00:26.492Z Compiling progenitor-macro v0.13.0
22652026-04-20T07:00:27.150Z Compiling secrecy v0.10.3
22662026-04-20T07:00:27.287Z Compiling smf v0.2.3
22672026-04-20T07:00:27.290Z Compiling snafu-derive v0.8.9
22682026-04-20T07:00:27.325Z Compiling async-recursion v1.1.1
22692026-04-20T07:00:27.661Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22702026-04-20T07:00:27.902Z Compiling bstr v1.12.0
22712026-04-20T07:00:27.915Z Compiling progenitor-macro v0.10.0
22722026-04-20T07:00:28.414Z Compiling whoami v1.6.1
22732026-04-20T07:00:28.731Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22742026-04-20T07:00:29.892Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22752026-04-20T07:00:30.144Z Compiling hmac v0.12.1
22762026-04-20T07:00:30.530Z Compiling inout v0.1.4
22772026-04-20T07:00:30.629Z Compiling ff v0.13.1
22782026-04-20T07:00:30.698Z Compiling crc8 v0.1.1
22792026-04-20T07:00:30.833Z Compiling data-encoding v2.9.0
22802026-04-20T07:00:30.859Z Compiling group v0.13.0
22812026-04-20T07:00:30.989Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22822026-04-20T07:00:31.093Z Compiling cipher v0.4.4
22832026-04-20T07:00:31.708Z Compiling hkdf v0.12.4
22842026-04-20T07:00:31.724Z Compiling atomicwrites v0.4.4
22852026-04-20T07:00:31.869Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
22862026-04-20T07:00:31.990Z Compiling tokio-dtrace v0.1.1
22872026-04-20T07:00:32.071Z Compiling nix v0.31.2
22882026-04-20T07:00:32.283Z Compiling tabled_derive v0.7.0
22892026-04-20T07:00:33.138Z Compiling reqwest v0.13.2
22902026-04-20T07:00:33.227Z Compiling universal-hash v0.5.1
22912026-04-20T07:00:33.266Z Compiling crypto-bigint v0.5.5
22922026-04-20T07:00:33.338Z Compiling dropshot-api-manager-types v0.5.2
22932026-04-20T07:00:33.371Z Compiling half v2.7.1
22942026-04-20T07:00:33.684Z Compiling opaque-debug v0.3.1
22952026-04-20T07:00:33.771Z Compiling base16ct v0.2.0
22962026-04-20T07:00:33.842Z Compiling base64ct v1.8.0
22972026-04-20T07:00:33.948Z Compiling indent_write v2.2.0
22982026-04-20T07:00:34.175Z Compiling ciborium-io v0.2.2
22992026-04-20T07:00:34.193Z Compiling progenitor-client v0.13.0
23002026-04-20T07:00:34.290Z Compiling ciborium-ll v0.2.2
23012026-04-20T07:00:34.315Z Compiling password-hash v0.5.0
23022026-04-20T07:00:34.510Z Compiling elliptic-curve v0.13.8
23032026-04-20T07:00:34.618Z Compiling poly1305 v0.8.0
23042026-04-20T07:00:35.063Z Compiling oxide-tokio-rt v0.1.4
23052026-04-20T07:00:35.228Z Compiling chacha20 v0.9.1
23062026-04-20T07:00:35.396Z Compiling similar v2.7.0
23072026-04-20T07:00:35.440Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23082026-04-20T07:00:35.882Z Compiling thiserror-no-std v2.0.2
23092026-04-20T07:00:36.622Z Compiling blake2 v0.10.6
23102026-04-20T07:00:36.662Z Compiling aead v0.5.2
23112026-04-20T07:00:36.947Z Compiling resolv-conf v0.7.5
23122026-04-20T07:00:37.101Z Compiling keccak v0.1.6
23132026-04-20T07:00:37.115Z Compiling linked-hash-map v0.5.6
23142026-04-20T07:00:37.321Z Compiling lru-cache v0.1.2
23152026-04-20T07:00:37.333Z Compiling sha3 v0.10.8
23162026-04-20T07:00:37.410Z Compiling argon2 v0.5.3
23172026-04-20T07:00:37.450Z Compiling chacha20poly1305 v0.10.1
23182026-04-20T07:00:37.593Z Compiling vsss-rs v3.3.4
23192026-04-20T07:00:37.897Z Compiling progenitor v0.13.0
23202026-04-20T07:00:37.900Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23212026-04-20T07:00:38.232Z Compiling ciborium v0.2.2
23222026-04-20T07:00:38.274Z Compiling hickory-proto v0.24.4
23232026-04-20T07:00:38.890Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
23242026-04-20T07:00:39.079Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23252026-04-20T07:00:39.776Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23262026-04-20T07:00:39.776Z Compiling serde-big-array v0.5.1
23272026-04-20T07:00:39.801Z Compiling same-file v1.0.6
23282026-04-20T07:00:39.988Z Compiling siphasher v1.0.1
23292026-04-20T07:00:40.125Z Compiling unicode-segmentation v1.12.0
23302026-04-20T07:00:40.319Z Compiling hickory-resolver v0.24.4
23312026-04-20T07:00:40.488Z Compiling newline-converter v0.3.0
23322026-04-20T07:00:40.491Z Compiling phf_shared v0.12.1
23332026-04-20T07:00:40.516Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23342026-04-20T07:00:40.553Z Compiling walkdir v2.5.0
23352026-04-20T07:00:40.615Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23362026-04-20T07:00:41.352Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23372026-04-20T07:00:41.674Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23382026-04-20T07:00:42.063Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
23392026-04-20T07:00:42.422Z Compiling newtype_derive v0.1.6
23402026-04-20T07:00:42.518Z Compiling owo-colors v4.3.0
23412026-04-20T07:00:42.580Z Compiling tokio-stream v0.1.17
23422026-04-20T07:00:42.924Z Compiling console v0.15.11
23432026-04-20T07:00:43.045Z Compiling csv-core v0.1.12
23442026-04-20T07:00:43.294Z Compiling smawk v0.3.2
23452026-04-20T07:00:43.333Z Compiling swrite v0.1.0
23462026-04-20T07:00:43.444Z Compiling termtree v0.5.1
23472026-04-20T07:00:43.447Z Compiling humantime v2.3.0
23482026-04-20T07:00:43.605Z Compiling unicode-width v0.1.14
23492026-04-20T07:00:43.608Z Compiling foldhash v0.1.5
23502026-04-20T07:00:43.608Z Compiling unicode-linebreak v0.1.5
23512026-04-20T07:00:43.782Z Compiling hashbrown v0.15.5
23522026-04-20T07:00:43.895Z Compiling textwrap v0.16.2
23532026-04-20T07:00:44.046Z Compiling expectorate v1.2.0
23542026-04-20T07:00:44.081Z Compiling csv v1.3.1
23552026-04-20T07:00:44.304Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23562026-04-20T07:00:44.427Z Compiling qorb v0.4.1
23572026-04-20T07:00:44.686Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23582026-04-20T07:00:46.276Z Compiling phf v0.12.1
23592026-04-20T07:00:46.390Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
23602026-04-20T07:00:46.613Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
23612026-04-20T07:00:46.756Z Compiling pin-project v1.1.10
23622026-04-20T07:00:46.877Z Compiling unicode-normalization v0.1.24
23632026-04-20T07:00:47.039Z Compiling libz-sys v1.1.22
23642026-04-20T07:00:47.166Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23652026-04-20T07:00:48.018Z Compiling libsw-core v0.3.2
23662026-04-20T07:00:48.486Z Compiling highway v1.3.0
23672026-04-20T07:00:48.606Z Compiling fixedbitset v0.4.2
23682026-04-20T07:00:48.653Z Compiling fixedbitset v0.5.7
23692026-04-20T07:00:48.765Z Compiling petgraph v0.6.5
23702026-04-20T07:00:48.868Z Compiling petgraph v0.8.2
23712026-04-20T07:00:48.890Z Compiling progenitor v0.10.0
23722026-04-20T07:00:49.005Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23732026-04-20T07:00:50.216Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23742026-04-20T07:00:50.703Z Compiling libsw v3.5.0
23752026-04-20T07:00:50.928Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23762026-04-20T07:00:51.176Z Compiling olpc-cjson v0.1.4
23772026-04-20T07:00:51.293Z Compiling libgit2-sys v0.17.0+1.8.1
23782026-04-20T07:00:51.327Z Compiling snafu v0.8.9
23792026-04-20T07:00:51.735Z Compiling chrono-tz v0.10.4
23802026-04-20T07:00:51.748Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23812026-04-20T07:00:51.955Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23822026-04-20T07:00:52.232Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23832026-04-20T07:00:53.017Z Compiling papergrid v0.11.0
23842026-04-20T07:00:53.381Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23852026-04-20T07:00:53.687Z Compiling globset v0.4.16
23862026-04-20T07:00:53.896Z Compiling const_format v0.2.34
23872026-04-20T07:00:54.228Z Compiling slog-dtrace v0.3.0
23882026-04-20T07:00:54.254Z Compiling cancel-safe-futures v0.1.5
23892026-04-20T07:00:54.428Z Compiling gethostname v0.5.0
23902026-04-20T07:00:54.599Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23912026-04-20T07:00:55.073Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23922026-04-20T07:00:55.676Z Compiling pem v3.0.5
23932026-04-20T07:00:55.700Z Compiling bcs v0.1.6
23942026-04-20T07:00:56.037Z Compiling cargo-platform v0.1.9
23952026-04-20T07:00:56.050Z Compiling serde_plain v1.0.2
23962026-04-20T07:00:56.265Z Compiling typed-path v0.9.3
23972026-04-20T07:00:56.481Z Compiling linear-map v1.2.0
23982026-04-20T07:00:56.646Z Compiling tagptr v0.2.0
23992026-04-20T07:00:56.835Z Compiling moka v0.12.11
24002026-04-20T07:00:57.235Z Compiling tough v0.20.0
24012026-04-20T07:00:57.634Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24022026-04-20T07:00:59.103Z Compiling cargo_metadata v0.18.1
24032026-04-20T07:00:59.523Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24042026-04-20T07:01:00.172Z Compiling tabled v0.15.0
24052026-04-20T07:01:00.276Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24062026-04-20T07:01:00.293Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24072026-04-20T07:01:00.907Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24082026-04-20T07:01:00.992Z Compiling git2 v0.19.0
24092026-04-20T07:01:02.459Z Compiling steno v0.4.1
24102026-04-20T07:01:03.330Z Compiling hickory-proto v0.25.2
24112026-04-20T07:01:03.562Z Compiling cookie v0.18.1
24122026-04-20T07:01:05.374Z Compiling hickory-resolver v0.25.2
24132026-04-20T07:01:06.554Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24142026-04-20T07:01:07.637Z Compiling vergen v8.3.2
24152026-04-20T07:01:09.298Z Compiling signal-hook v0.3.18
24162026-04-20T07:01:10.111Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
24172026-04-20T07:01:10.654Z Compiling mockall_derive v0.13.1
24182026-04-20T07:01:10.728Z Compiling predicates-core v1.0.9
24192026-04-20T07:01:11.064Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
24202026-04-20T07:01:11.161Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24212026-04-20T07:01:11.461Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24222026-04-20T07:01:12.723Z Compiling sha2 v0.10.9
24232026-04-20T07:01:12.774Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
24242026-04-20T07:01:13.125Z Compiling diff v0.1.13
24252026-04-20T07:01:13.141Z Compiling yansi v1.0.1
24262026-04-20T07:01:13.445Z Compiling adler2 v2.0.1
24272026-04-20T07:01:13.520Z Compiling pretty_assertions v1.4.1
24282026-04-20T07:01:13.580Z Compiling miniz_oxide v0.8.9
24292026-04-20T07:01:13.793Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24302026-04-20T07:01:14.308Z Compiling fs-err v3.1.2
24312026-04-20T07:01:14.647Z Compiling crc32fast v1.5.0
24322026-04-20T07:01:14.914Z Compiling predicates v3.1.3
24332026-04-20T07:01:15.427Z Compiling predicates-tree v1.0.12
24342026-04-20T07:01:16.003Z Compiling git-stub v1.0.0
24352026-04-20T07:01:16.302Z Compiling filetime v0.2.26
24362026-04-20T07:01:16.509Z Compiling arrayref v0.3.9
24372026-04-20T07:01:16.604Z Compiling fragile v2.0.1
24382026-04-20T07:01:16.948Z Compiling downcast v0.11.0
24392026-04-20T07:01:17.118Z Compiling is_ci v1.2.0
24402026-04-20T07:01:17.286Z Compiling constant_time_eq v0.3.1
24412026-04-20T07:01:17.409Z Compiling arrayvec v0.7.6
24422026-04-20T07:01:17.424Z Compiling xattr v1.6.1
24432026-04-20T07:01:17.622Z Compiling blake3 v1.8.2
24442026-04-20T07:01:17.634Z Compiling tar v0.4.45
24452026-04-20T07:01:18.219Z Compiling mockall v0.13.1
24462026-04-20T07:01:18.435Z Compiling supports-color v3.0.2
24472026-04-20T07:01:18.641Z Compiling toml v0.7.8
24482026-04-20T07:01:18.803Z Compiling git-stub-vcs v0.1.0
24492026-04-20T07:01:18.948Z Compiling curl-sys v0.4.83+curl-8.15.0
24502026-04-20T07:01:19.110Z Compiling signal-hook-tokio v0.3.1
24512026-04-20T07:01:19.223Z Compiling flate2 v1.1.2
24522026-04-20T07:01:19.368Z Compiling drift v0.1.3
24532026-04-20T07:01:19.417Z Compiling kstat-rs v0.2.4
24542026-04-20T07:01:19.679Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
24552026-04-20T07:01:19.758Z Compiling display-error-chain v0.2.2
24562026-04-20T07:01:19.919Z Compiling topological-sort v0.2.2
24572026-04-20T07:01:20.018Z Compiling hex-literal v1.0.0
24582026-04-20T07:01:20.151Z Compiling omicron-zone-package v0.12.2
24592026-04-20T07:01:20.248Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
24602026-04-20T07:01:20.856Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
24612026-04-20T07:01:21.243Z Compiling dropshot-api-manager v0.5.2
24622026-04-20T07:01:22.564Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24632026-04-20T07:01:22.966Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24642026-04-20T07:01:23.038Z Compiling curl v0.4.49
24652026-04-20T07:01:23.547Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
24662026-04-20T07:01:23.707Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
24672026-04-20T07:01:23.889Z Compiling search_path v0.1.4
24682026-04-20T07:01:23.965Z Compiling internet-checksum v0.2.1
24692026-04-20T07:01:24.171Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
24702026-04-20T07:01:24.338Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
24712026-04-20T07:01:25.149Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24722026-04-20T07:01:27.402Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
24732026-04-20T07:01:28.710Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
24742026-04-20T07:02:13.885Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 16s
24752026-04-20T07:02:14.028Z Running unittests src/lib.rs (target/debug/deps/aal-57c7e2ed35c07c3f)
24762026-04-20T07:02:14.032Z
24772026-04-20T07:02:14.032Zrunning 5 tests
24782026-04-20T07:02:14.035Ztest fuse::tests::chip_revision_b0 ... ok
24792026-04-20T07:02:14.035Ztest fuse::tests::chip_revision_b1 ... ok
24802026-04-20T07:02:14.035Ztest fuse::tests::chip_revision_a0 ... ok
24812026-04-20T07:02:14.035Ztest fuse::tests::chip_revision_unknown_device_id ... ok
24822026-04-20T07:02:14.035Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
24832026-04-20T07:02:14.035Z
24842026-04-20T07:02:14.035Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24852026-04-20T07:02:14.035Z
24862026-04-20T07:02:14.035Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
24872026-04-20T07:02:14.038Z
24882026-04-20T07:02:14.038Zrunning 0 tests
24892026-04-20T07:02:14.038Z
24902026-04-20T07:02:14.038Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24912026-04-20T07:02:14.038Z
24922026-04-20T07:02:14.038Z Running unittests src/lib.rs (target/debug/deps/asic-85f67db81f0360e5)
24932026-04-20T07:02:14.038Z
24942026-04-20T07:02:14.038Zrunning 0 tests
24952026-04-20T07:02:14.038Z
24962026-04-20T07:02:14.038Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24972026-04-20T07:02:14.038Z
24982026-04-20T07:02:14.038Z Running unittests src/lib.rs (target/debug/deps/common-f3d8a3c4f906c8b1)
24992026-04-20T07:02:14.042Z
25002026-04-20T07:02:14.042Zrunning 10 tests
25012026-04-20T07:02:14.042Ztest nat::tests::test_vni ... ok
25022026-04-20T07:02:14.042Ztest network::tests::test_equal ... ok
25032026-04-20T07:02:14.042Ztest network::tests::test_eui64 ... ok
25042026-04-20T07:02:14.042Ztest network::tests::test_generate_ipv6_link_local ... ok
25052026-04-20T07:02:14.042Ztest network::tests::test_into ... ok
25062026-04-20T07:02:14.042Ztest network::tests::test_not_equal ... ok
25072026-04-20T07:02:14.042Ztest network::tests::test_to_string ... ok
25082026-04-20T07:02:14.042Ztest network::tests::test_parse ... ok
25092026-04-20T07:02:14.042Ztest test_purge ... ok
25102026-04-20T07:02:14.046Ztest illumos::test::address_exists_handles_missing_object ... ok
25112026-04-20T07:02:14.046Z
25122026-04-20T07:02:14.046Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25132026-04-20T07:02:14.046Z
25142026-04-20T07:02:14.046Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b6e2be1e9bb8a375)
25152026-04-20T07:02:14.063Z
25162026-04-20T07:02:14.064Zrunning 1 test
25172026-04-20T07:02:15.328Ztest test::test_apis_up_to_date ... ok
25182026-04-20T07:02:15.328Z
25192026-04-20T07:02:15.328Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
25202026-04-20T07:02:15.328Z
25212026-04-20T07:02:15.374Z Running unittests src/main.rs (target/debug/deps/dpd-088c1902cc41514b)
25222026-04-20T07:02:15.379Z
25232026-04-20T07:02:15.379Zrunning 44 tests
25242026-04-20T07:02:15.382Ztest freemap::test_ordering ... ok
25252026-04-20T07:02:15.382Ztest freemap::test_split ... ok
25262026-04-20T07:02:15.382Ztest config::tests::test_updates ... ok
25272026-04-20T07:02:15.382Ztest macaddrs::tests::test_mac_offset ... ok
25282026-04-20T07:02:15.382Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
25292026-04-20T07:02:15.382Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
25302026-04-20T07:02:15.382Ztest macaddrs::tests::test_parse_port_id ... ok
25312026-04-20T07:02:15.382Ztest mcast::tests::test_canonicalize_sources ... ok
25322026-04-20T07:02:15.385ZApr 20 07:02:14.151Apr 20 07:02:14.151 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
25332026-04-20T07:02:15.385Z
25342026-04-20T07:02:15.385ZApr 20 07:02:14.151 DEBGApr 20 07:02:14.151 initted freemap. size: 128DEBGApr 20 07:02:14.151 , initted freemap. size: 128 , DEBGunitunit ::created new freemap freemap_testfreemap_test,
25352026-04-20T07:02:15.385Zunit
25362026-04-20T07:02:15.385Z: freemap_testApr 20 07:02:14.151
25372026-04-20T07:02:15.385ZApr 20 07:02:14.151 DEBGDEBG reset freemapreset freemapApr 20 07:02:14.151, , unitDEBG: unit :initted freemap. size: 128freemap_test,
25382026-04-20T07:02:15.386Zunit :freemap_test
25392026-04-20T07:02:15.386Zfreemap_test
25402026-04-20T07:02:15.386ZApr 20 07:02:14.151 DEBG reset freemap, unit: freemap_test
25412026-04-20T07:02:15.386ZApr 20 07:02:14.151 DEBG created new freemap, unit: freemap_test
25422026-04-20T07:02:15.386ZApr 20 07:02:14.151 DEBG initted freemap. size: 128, unit: freemap_test
25432026-04-20T07:02:15.386ZApr 20 07:02:14.151 DEBG reset freemap, unit: freemap_test
25442026-04-20T07:02:15.386Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
25452026-04-20T07:02:15.386Ztest freemap::test_basic ... ok
25462026-04-20T07:02:15.386Ztest freemap::test_reclaim ... ok
25472026-04-20T07:02:15.386Ztest freemap::test_exhaustion ... ok
25482026-04-20T07:02:15.386Ztest freemap::test_free ... ok
25492026-04-20T07:02:15.386ZApr 20 07:02:14.152 DEBG created new freemap, unit: freemap_test
25502026-04-20T07:02:15.386ZApr 20 07:02:14.152 DEBG initted freemap. size: 128, unit: freemap_test
25512026-04-20T07:02:15.386ZApr 20 07:02:14.152 DEBG reset freemap, unit: freemap_test
25522026-04-20T07:02:15.386Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
25532026-04-20T07:02:15.386Ztest mcast::tests::test_create_port_bitmap_empty ... ok
25542026-04-20T07:02:15.386Ztest freemap::test_span ... ok
25552026-04-20T07:02:15.386Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
25562026-04-20T07:02:15.386Ztest mcast::tests::test_concurrent_id_allocation ... ok
25572026-04-20T07:02:15.386Ztest mcast::tests::test_sources_contain_any ... ok
25582026-04-20T07:02:15.386Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
25592026-04-20T07:02:15.386Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
25602026-04-20T07:02:15.386Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
25612026-04-20T07:02:15.386Ztest mcast::validate::tests::test_address_validation_integrated ... ok
25622026-04-20T07:02:15.386Ztest mcast::validate::tests::test_ipv4_validation ... ok
25632026-04-20T07:02:15.386Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
25642026-04-20T07:02:15.386Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
25652026-04-20T07:02:15.386Ztest mcast::validate::tests::test_ipv6_validation ... ok
25662026-04-20T07:02:15.386Ztest mcast::validate::tests::test_validate_nat_target ... ok
25672026-04-20T07:02:15.386Ztest mcast::validate::tests::test_is_ssm_function ... ok
25682026-04-20T07:02:15.386Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
25692026-04-20T07:02:15.386Ztest mcast::validate::tests::test_validate_source_addresses ... ok
25702026-04-20T07:02:15.386Ztest mcast::validate::tests::test_validate_tag ... ok
25712026-04-20T07:02:15.386Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
25722026-04-20T07:02:15.386Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
25732026-04-20T07:02:15.386Ztest nat::test_mapping ... ok
25742026-04-20T07:02:15.386Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
25752026-04-20T07:02:15.386Ztest port_map::tests::test_backplane_group ... ok
25762026-04-20T07:02:15.386Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
25772026-04-20T07:02:15.387Ztest mcast::validate::tests::test_validate_tag_format ... ok
25782026-04-20T07:02:15.387Ztest port_map::tests::test_port_map ... ok
25792026-04-20T07:02:15.387Ztest port_map::tests::dump_map ... ok
25802026-04-20T07:02:15.390Ztest mcast::tests::test_id_range_boundaries ... ok
25812026-04-20T07:02:15.390Ztest api_server::tests::test_build_info ... ok
25822026-04-20T07:02:15.390Ztest port_map::tests::parse_softnpu_revision ... ok
25832026-04-20T07:02:15.390Z
25842026-04-20T07:02:15.390Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
25852026-04-20T07:02:15.390Z
25862026-04-20T07:02:15.390Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-dfc0267647e6a8b3)
25872026-04-20T07:02:15.393Z
25882026-04-20T07:02:15.393Zrunning 0 tests
25892026-04-20T07:02:15.393Z
25902026-04-20T07:02:15.393Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25912026-04-20T07:02:15.393Z
25922026-04-20T07:02:15.393Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a1eccfc28e903b82)
25932026-04-20T07:02:15.393Z
25942026-04-20T07:02:15.393Zrunning 0 tests
25952026-04-20T07:02:15.393Z
25962026-04-20T07:02:15.393Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25972026-04-20T07:02:15.393Z
25982026-04-20T07:02:15.393Z Running unittests src/lib.rs (target/debug/deps/dpd_client-adf621ecb5cfd7a0)
25992026-04-20T07:02:15.396Z
26002026-04-20T07:02:15.396Zrunning 6 tests
26012026-04-20T07:02:15.396Ztest tests::test_parse_client_port_id ... ok
26022026-04-20T07:02:15.396Ztest tests::test_port_id_cmp ... ok
26032026-04-20T07:02:15.396Ztest tests::test_full_lot_id_neither_present ... ok
26042026-04-20T07:02:15.396Ztest tests::test_full_lot_id_lotnum_only ... ok
26052026-04-20T07:02:15.396Ztest tests::test_full_lot_id_lot_only ... ok
26062026-04-20T07:02:15.396Ztest tests::test_full_lot_id_both_present ... ok
26072026-04-20T07:02:15.396Z
26082026-04-20T07:02:15.396Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26092026-04-20T07:02:15.397Z
26102026-04-20T07:02:15.397Z Running tests/test_all.rs (target/debug/deps/test_all-96457284324bcf73)
26112026-04-20T07:02:15.399Z
26122026-04-20T07:02:15.399Zrunning 0 tests
26132026-04-20T07:02:15.399Z
26142026-04-20T07:02:15.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26152026-04-20T07:02:15.399Z
26162026-04-20T07:02:15.399Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a7e1486df4bb877a)
26172026-04-20T07:02:15.399Z
26182026-04-20T07:02:15.399Zrunning 0 tests
26192026-04-20T07:02:15.399Z
26202026-04-20T07:02:15.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26212026-04-20T07:02:15.400Z
26222026-04-20T07:02:15.400Z Running unittests src/lib.rs (target/debug/deps/packet-4a95a41ba0218512)
26232026-04-20T07:02:15.402Z
26242026-04-20T07:02:15.402Zrunning 12 tests
26252026-04-20T07:02:15.403Ztest icmp::test_v6_checksum ... ok
26262026-04-20T07:02:15.403Ztest icmp::test_v4_checksum ... ok
26272026-04-20T07:02:15.403Ztest lldp::test_lldp_parse ... ok
26282026-04-20T07:02:15.403Ztest pbuf::test_byte ... ok
26292026-04-20T07:02:15.403Ztest ipv6::test_ipv6_parse ... ok
26302026-04-20T07:02:15.403Ztest pbuf::test_nibble ... ok
26312026-04-20T07:02:15.403Ztest pbuf::test_overflow ... ok
26322026-04-20T07:02:15.403Ztest pbuf::test_short ... ok
26332026-04-20T07:02:15.403Ztest pbuf::test_twelve ... ok
26342026-04-20T07:02:15.403Ztest pbuf::test_word ... ok
26352026-04-20T07:02:15.403Ztest tcp::test_checksum_syn_nodata ... ok
26362026-04-20T07:02:15.403Ztest tcp::test_checksum_ack_data ... ok
26372026-04-20T07:02:15.403Z
26382026-04-20T07:02:15.403Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26392026-04-20T07:02:15.403Z
26402026-04-20T07:02:15.403Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
26412026-04-20T07:02:15.406Z
26422026-04-20T07:02:15.406Zrunning 0 tests
26432026-04-20T07:02:15.406Z
26442026-04-20T07:02:15.406Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26452026-04-20T07:02:15.406Z
26462026-04-20T07:02:15.406Z Running unittests src/main.rs (target/debug/deps/swadm-0f63254137f4b163)
26472026-04-20T07:02:15.406Z
26482026-04-20T07:02:15.406Zrunning 5 tests
26492026-04-20T07:02:15.409Ztest switchport::test::test_compute_lanes ... ok
26502026-04-20T07:02:15.409Ztest switchport::test::port_id_ordering ... ok
26512026-04-20T07:02:15.409Z Lane 0 Lane 0 Lane 1Lane 1 Lane 2Lane 2 Lane 3Lane 3
26522026-04-20T07:02:15.409Z
26532026-04-20T07:02:15.409Z State: Activated Rx Loss-of-lock: Yes ActivatedYes ActivatedYes Activated
26542026-04-20T07:02:15.409ZYes
26552026-04-20T07:02:15.409Z Rx Output Enabled: false Rx Loss-of-signal: Yes false Yesfalse falseYes
26562026-04-20T07:02:15.409Z Rx Output Status: validYes
26572026-04-20T07:02:15.409Zvalid Rx CDR Enabled: Yes valid Yesvalid
26582026-04-20T07:02:15.409ZYes Rx Loss-of-lock: trueYes
26592026-04-20T07:02:15.409Ztrue Tx Enabled: Yestrue trueYes
26602026-04-20T07:02:15.409Z Rx Loss-of-signal: false Yesfalse Yes
26612026-04-20T07:02:15.409Zfalse Tx Loss-of-lock: Nofalse
26622026-04-20T07:02:15.409ZNo Rx Auto-squelch Disable: true Notrue Notrue
26632026-04-20T07:02:15.409Z true
26642026-04-20T07:02:15.409Z Tx Loss-of-signal: No Tx Output Enabled: true No trueNo Notrue
26652026-04-20T07:02:15.409Z true Tx CDR Enabled: No
26662026-04-20T07:02:15.409Z No Tx Output Status: invalid Noinvalid No
26672026-04-20T07:02:15.409Zinvalid Tx Adaptive EQ Fault: Noinvalid
26682026-04-20T07:02:15.409Z No Tx Loss-of-lock: false Nofalse No
26692026-04-20T07:02:15.409Zfalse Tx Fault: Yesfalse
26702026-04-20T07:02:15.409Z Yes Tx Loss-of-signal: true Yestrue Yes
26712026-04-20T07:02:15.409Ztrue true
26722026-04-20T07:02:15.409ZTx Auto-squelch Disable: false false false false
26732026-04-20T07:02:15.409Z Tx Adaptive EQ Fail: true true true true
26742026-04-20T07:02:15.409Z Tx Failure: false false false false
26752026-04-20T07:02:15.410Z Tx Force Squelch: true true true true
26762026-04-20T07:02:15.410Z Tx Input Polarity: normal normal normal normal
26772026-04-20T07:02:15.410Ztest switchport::test::test_print_sff_datapath ... ok
26782026-04-20T07:02:15.410Ztest switchport::test::test_print_cmis_datapath ... ok
26792026-04-20T07:02:15.410Ztest link::test_filter ... ok
26802026-04-20T07:02:15.410Z
26812026-04-20T07:02:15.410Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26822026-04-20T07:02:15.410Z
26832026-04-20T07:02:15.410Z Running tests/counters.rs (target/debug/deps/counters-2207d407621fd777)
26842026-04-20T07:02:15.413Z
26852026-04-20T07:02:15.413Zrunning 1 test
26862026-04-20T07:02:15.413Ztest test_p4_counter_list ... ignored
26872026-04-20T07:02:15.413Z
26882026-04-20T07:02:15.413Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
26892026-04-20T07:02:15.413Z
26902026-04-20T07:02:15.413Z Running tests/port-link.rs (target/debug/deps/port_link-c8f63c576c6cd269)
26912026-04-20T07:02:15.413Z
26922026-04-20T07:02:15.413Zrunning 5 tests
26932026-04-20T07:02:15.413Ztest test_an ... ignored
26942026-04-20T07:02:15.413Ztest test_enable ... ignored
26952026-04-20T07:02:15.413Ztest test_ip_addresses ... ignored
26962026-04-20T07:02:15.413Ztest test_kr ... ignored
26972026-04-20T07:02:15.413Ztest test_mac ... ignored
26982026-04-20T07:02:15.413Z
26992026-04-20T07:02:15.413Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
27002026-04-20T07:02:15.413Z
27012026-04-20T07:02:15.413Z Running unittests src/main.rs (target/debug/deps/tfportd-6cbf066774a24566)
27022026-04-20T07:02:15.416Z
27032026-04-20T07:02:15.416Zrunning 3 tests
27042026-04-20T07:02:15.419Ztest linklocal::test_parse_ipadm ... ok
27052026-04-20T07:02:15.419Ztest tfport::test_parse_tfport ... ok
27062026-04-20T07:02:15.419Ztest config::tests::test_updates ... ok
27072026-04-20T07:02:15.419Z
27082026-04-20T07:02:15.419Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27092026-04-20T07:02:15.419Z
27102026-04-20T07:02:15.419Z Running unittests src/main.rs (target/debug/deps/uplinkd-ec2f60824b215aa9)
27112026-04-20T07:02:15.422Z
27122026-04-20T07:02:15.422Zrunning 0 tests
27132026-04-20T07:02:15.422Z
27142026-04-20T07:02:15.422Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27152026-04-20T07:02:15.422Z
27162026-04-20T07:02:15.422Z Running unittests src/main.rs (target/debug/deps/xtask-64a690c77857a17f)
27172026-04-20T07:02:15.422Z
27182026-04-20T07:02:15.422Zrunning 0 tests
27192026-04-20T07:02:15.422Z
27202026-04-20T07:02:15.422Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27212026-04-20T07:02:15.422Z
27222026-04-20T07:02:15.422Z Doc-tests aal
27232026-04-20T07:02:15.548Z
27242026-04-20T07:02:15.548Zrunning 0 tests
27252026-04-20T07:02:15.548Z
27262026-04-20T07:02:15.549Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27272026-04-20T07:02:15.549Z
27282026-04-20T07:02:15.566Z Doc-tests aal_macros
27292026-04-20T07:02:15.636Z
27302026-04-20T07:02:15.636Zrunning 0 tests
27312026-04-20T07:02:15.636Z
27322026-04-20T07:02:15.636Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27332026-04-20T07:02:15.636Z
27342026-04-20T07:02:15.647Z Doc-tests common
27352026-04-20T07:02:15.879Z
27362026-04-20T07:02:15.879Zrunning 0 tests
27372026-04-20T07:02:15.879Z
27382026-04-20T07:02:15.879Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27392026-04-20T07:02:15.879Z
27402026-04-20T07:02:15.899Z Doc-tests dpd_api
27412026-04-20T07:02:17.034Z
27422026-04-20T07:02:17.034Zrunning 2 tests
27432026-04-20T07:02:17.034Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
27442026-04-20T07:02:17.034Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
27452026-04-20T07:02:17.034Z
27462026-04-20T07:02:17.034Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
27472026-04-20T07:02:17.034Z
27482026-04-20T07:02:17.074Z Doc-tests dpd_client
27492026-04-20T07:02:18.374Z
27502026-04-20T07:02:18.374Zrunning 0 tests
27512026-04-20T07:02:18.374Z
27522026-04-20T07:02:18.374Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27532026-04-20T07:02:18.374Z
27542026-04-20T07:02:18.418Z Doc-tests dpd_types
27552026-04-20T07:02:18.761Z
27562026-04-20T07:02:18.761Zrunning 0 tests
27572026-04-20T07:02:18.761Z
27582026-04-20T07:02:18.761Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27592026-04-20T07:02:18.761Z
27602026-04-20T07:02:18.792Z Doc-tests packet
27612026-04-20T07:02:18.905Z
27622026-04-20T07:02:18.905Zrunning 0 tests
27632026-04-20T07:02:18.905Z
27642026-04-20T07:02:18.905Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27652026-04-20T07:02:18.905Z
27662026-04-20T07:02:18.922Z Doc-tests pcap
27672026-04-20T07:02:18.975Z
27682026-04-20T07:02:18.975Zrunning 0 tests
27692026-04-20T07:02:18.975Z
27702026-04-20T07:02:18.975Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27712026-04-20T07:02:18.975Z
27722026-04-20T07:02:19.048Z+ for feat in tofino_stub tofino_asic softnpu chaos
27732026-04-20T07:02:19.049Z+ RUST_BACKTRACE=full
27742026-04-20T07:02:19.049Z+ cargo test --features tofino_asic --no-fail-fast
27752026-04-20T07:02:19.745Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
27762026-04-20T07:02:19.833Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
27772026-04-20T07:02:19.840Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
27782026-04-20T07:02:19.847Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
27792026-04-20T07:02:28.345Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
27802026-04-20T07:02:28.851Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
27812026-04-20T07:03:08.205Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.13s
27822026-04-20T07:03:08.339Z Running unittests src/lib.rs (target/debug/deps/aal-57c7e2ed35c07c3f)
27832026-04-20T07:03:08.342Z
27842026-04-20T07:03:08.342Zrunning 5 tests
27852026-04-20T07:03:08.344Ztest fuse::tests::chip_revision_b1 ... ok
27862026-04-20T07:03:08.344Ztest fuse::tests::chip_revision_b0 ... ok
27872026-04-20T07:03:08.345Ztest fuse::tests::chip_revision_a0 ... ok
27882026-04-20T07:03:08.345Ztest fuse::tests::chip_revision_unknown_device_id ... ok
27892026-04-20T07:03:08.345Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
27902026-04-20T07:03:08.345Z
27912026-04-20T07:03:08.345Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27922026-04-20T07:03:08.345Z
27932026-04-20T07:03:08.345Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
27942026-04-20T07:03:08.345Z
27952026-04-20T07:03:08.345Zrunning 0 tests
27962026-04-20T07:03:08.347Z
27972026-04-20T07:03:08.348Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27982026-04-20T07:03:08.348Z
27992026-04-20T07:03:08.348Z Running unittests src/lib.rs (target/debug/deps/asic-eeb7997b87de422e)
28002026-04-20T07:03:08.430Z
28012026-04-20T07:03:08.430Zrunning 8 tests
28022026-04-20T07:03:08.433Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
28032026-04-20T07:03:08.433Ztest tofino_asic::qsfp::tests::fix_link ... ok
28042026-04-20T07:03:08.433Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
28052026-04-20T07:03:08.433Ztest tofino_asic::stats::constants_sanity_check ... ok
28062026-04-20T07:03:08.433Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
28072026-04-20T07:03:08.433Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
28082026-04-20T07:03:08.445Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
28092026-04-20T07:03:08.932Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
28102026-04-20T07:03:08.932Z
28112026-04-20T07:03:08.933Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
28122026-04-20T07:03:08.933Z
28132026-04-20T07:03:08.941Z Running unittests src/lib.rs (target/debug/deps/common-f3d8a3c4f906c8b1)
28142026-04-20T07:03:08.944Z
28152026-04-20T07:03:08.944Zrunning 10 tests
28162026-04-20T07:03:08.947Ztest network::tests::test_eui64 ... ok
28172026-04-20T07:03:08.947Ztest nat::tests::test_vni ... ok
28182026-04-20T07:03:08.947Ztest network::tests::test_equal ... ok
28192026-04-20T07:03:08.947Ztest network::tests::test_generate_ipv6_link_local ... ok
28202026-04-20T07:03:08.947Ztest network::tests::test_into ... ok
28212026-04-20T07:03:08.947Ztest network::tests::test_not_equal ... ok
28222026-04-20T07:03:08.947Ztest network::tests::test_to_string ... ok
28232026-04-20T07:03:08.947Ztest network::tests::test_parse ... ok
28242026-04-20T07:03:08.947Ztest test_purge ... ok
28252026-04-20T07:03:08.950Ztest illumos::test::address_exists_handles_missing_object ... ok
28262026-04-20T07:03:08.950Z
28272026-04-20T07:03:08.950Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28282026-04-20T07:03:08.950Z
28292026-04-20T07:03:08.950Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b6e2be1e9bb8a375)
28302026-04-20T07:03:08.953Z
28312026-04-20T07:03:08.953Zrunning 1 test
28322026-04-20T07:03:10.247Ztest test::test_apis_up_to_date ... ok
28332026-04-20T07:03:10.247Z
28342026-04-20T07:03:10.247Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
28352026-04-20T07:03:10.247Z
28362026-04-20T07:03:10.301Z Running unittests src/main.rs (target/debug/deps/dpd-b7eadfe383357f60)
28372026-04-20T07:03:10.368Z
28382026-04-20T07:03:10.368Zrunning 72 tests
28392026-04-20T07:03:10.371Ztest freemap::test_ordering ... ok
28402026-04-20T07:03:10.372Ztest freemap::test_split ... ok
28412026-04-20T07:03:10.372Ztest config::tests::test_updates ... ok
28422026-04-20T07:03:10.372Ztest macaddrs::tests::test_mac_offset ... ok
28432026-04-20T07:03:10.372Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
28442026-04-20T07:03:10.372Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
28452026-04-20T07:03:10.372Ztest macaddrs::tests::test_parse_port_id ... ok
28462026-04-20T07:03:10.372Ztest mcast::tests::test_canonicalize_sources ... ok
28472026-04-20T07:03:10.375ZApr 20 07:03:09.126Apr 20 07:03:09.126Apr 20 07:03:09.126 DEBGDEBGDEBG created new freemapcreated new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test, unit
28482026-04-20T07:03:10.375Z
28492026-04-20T07:03:10.375Z: freemap_test
28502026-04-20T07:03:10.375ZApr 20 07:03:09.126Apr 20 07:03:09.126 DEBGDEBG Apr 20 07:03:09.126initted freemap. size: 128initted freemap. size: 128, , unit :Apr 20 07:03:09.126 freemap_testDEBG
28512026-04-20T07:03:10.375Z unit:DEBGcreated new freemap Apr 20 07:03:09.126, unitDEBG: reset freemapfreemap_test, freemap_test
28522026-04-20T07:03:10.375Zunit:
28532026-04-20T07:03:10.375Zfreemap_testApr 20 07:03:09.126Apr 20 07:03:09.126
28542026-04-20T07:03:10.375Z DEBGDEBG Apr 20 07:03:09.126reset freemap , DEBGunit :initted freemap. size: 128 created new freemapfreemap_test,
28552026-04-20T07:03:10.375Z, unitunit:: freemap_testfreemap_test
28562026-04-20T07:03:10.375Z
28572026-04-20T07:03:10.375Z Apr 20 07:03:09.126Apr 20 07:03:09.126 initted freemap. size: 128DEBG DEBGreset freemap , initted freemap. size: 128, , unitunit:: unitfreemap_test:
28582026-04-20T07:03:10.375Z freemap_testfreemap_test
28592026-04-20T07:03:10.375Z
28602026-04-20T07:03:10.375ZApr 20 07:03:09.126 DEBG reset freemap, unit: freemap_test
28612026-04-20T07:03:10.375ZApr 20 07:03:09.126 DEBG reset freemap, unit: freemap_test
28622026-04-20T07:03:10.375Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
28632026-04-20T07:03:10.375Ztest freemap::test_span ... ok
28642026-04-20T07:03:10.375Ztest freemap::test_basic ... ok
28652026-04-20T07:03:10.375Ztest freemap::test_free ... ok
28662026-04-20T07:03:10.375Ztest freemap::test_exhaustion ... ok
28672026-04-20T07:03:10.375Ztest freemap::test_reclaim ... ok
28682026-04-20T07:03:10.376Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
28692026-04-20T07:03:10.376Ztest mcast::tests::test_create_port_bitmap_empty ... ok
28702026-04-20T07:03:10.376Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
28712026-04-20T07:03:10.376Ztest mcast::tests::test_concurrent_id_allocation ... ok
28722026-04-20T07:03:10.376Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
28732026-04-20T07:03:10.376Ztest mcast::tests::test_sources_contain_any ... ok
28742026-04-20T07:03:10.376Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
28752026-04-20T07:03:10.376Ztest mcast::validate::tests::test_address_validation_integrated ... ok
28762026-04-20T07:03:10.376Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
28772026-04-20T07:03:10.376Ztest mcast::validate::tests::test_ipv4_validation ... ok
28782026-04-20T07:03:10.376Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
28792026-04-20T07:03:10.376Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
28802026-04-20T07:03:10.376Ztest mcast::validate::tests::test_ipv6_validation ... ok
28812026-04-20T07:03:10.376Ztest mcast::validate::tests::test_is_ssm_function ... ok
28822026-04-20T07:03:10.376Ztest mcast::validate::tests::test_validate_nat_target ... ok
28832026-04-20T07:03:10.376Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
28842026-04-20T07:03:10.376Ztest mcast::validate::tests::test_validate_tag ... ok
28852026-04-20T07:03:10.376Ztest mcast::validate::tests::test_validate_source_addresses ... ok
28862026-04-20T07:03:10.376Ztest nat::test_mapping ... ok
28872026-04-20T07:03:10.376Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
28882026-04-20T07:03:10.376Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
28892026-04-20T07:03:10.376Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
28902026-04-20T07:03:10.376Ztest mcast::validate::tests::test_validate_tag_format ... ok
28912026-04-20T07:03:10.376Ztest port_map::tests::test_backplane_group ... ok
28922026-04-20T07:03:10.376Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
28932026-04-20T07:03:10.376Ztest transceivers::mpn_test::test_mpn_present ... ok
28942026-04-20T07:03:10.376Ztest transceivers::mpn_test::test_xcvr_missing ... ok
28952026-04-20T07:03:10.376Ztest transceivers::mpn_test::test_mpn_missing ... ok
28962026-04-20T07:03:10.376Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
28972026-04-20T07:03:10.376Ztest port_map::tests::test_port_map ... ok
28982026-04-20T07:03:10.376Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
28992026-04-20T07:03:10.376Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
29002026-04-20T07:03:10.376Ztest port_map::tests::dump_map ... ok
29012026-04-20T07:03:10.376Ztest api_server::tests::test_build_info ... ok
29022026-04-20T07:03:10.380Ztest mcast::tests::test_id_range_boundaries ... ok
29032026-04-20T07:03:10.380Ztest port_map::tests::parse_softnpu_revision ... ok
29042026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
29052026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
29062026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
29072026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
29082026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
29092026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
29102026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
29112026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
29122026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
29132026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
29142026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
29152026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
29162026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
29172026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
29182026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
29192026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
29202026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
29212026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
29222026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
29232026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
29242026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
29252026-04-20T07:03:10.380Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
29262026-04-20T07:03:10.380Z
29272026-04-20T07:03:10.380Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
29282026-04-20T07:03:10.381Z
29292026-04-20T07:03:10.391Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-f909ca19a157c9d4)
29302026-04-20T07:03:10.393Z
29312026-04-20T07:03:10.393Zrunning 0 tests
29322026-04-20T07:03:10.393Z
29332026-04-20T07:03:10.393Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29342026-04-20T07:03:10.394Z
29352026-04-20T07:03:10.394Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a1eccfc28e903b82)
29362026-04-20T07:03:10.397Z
29372026-04-20T07:03:10.397Zrunning 0 tests
29382026-04-20T07:03:10.397Z
29392026-04-20T07:03:10.397Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29402026-04-20T07:03:10.397Z
29412026-04-20T07:03:10.397Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e9393b527b626f4c)
29422026-04-20T07:03:10.397Z
29432026-04-20T07:03:10.397Zrunning 6 tests
29442026-04-20T07:03:10.400Ztest tests::test_full_lot_id_neither_present ... ok
29452026-04-20T07:03:10.400Ztest tests::test_full_lot_id_lot_only ... ok
29462026-04-20T07:03:10.400Ztest tests::test_full_lot_id_both_present ... ok
29472026-04-20T07:03:10.400Ztest tests::test_full_lot_id_lotnum_only ... ok
29482026-04-20T07:03:10.400Ztest tests::test_parse_client_port_id ... ok
29492026-04-20T07:03:10.400Ztest tests::test_port_id_cmp ... ok
29502026-04-20T07:03:10.400Z
29512026-04-20T07:03:10.400Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29522026-04-20T07:03:10.400Z
29532026-04-20T07:03:10.400Z Running tests/test_all.rs (target/debug/deps/test_all-d894aad466b653ad)
29542026-04-20T07:03:10.400Z
29552026-04-20T07:03:10.400Zrunning 0 tests
29562026-04-20T07:03:10.400Z
29572026-04-20T07:03:10.400Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29582026-04-20T07:03:10.400Z
29592026-04-20T07:03:10.400Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a7e1486df4bb877a)
29602026-04-20T07:03:10.403Z
29612026-04-20T07:03:10.403Zrunning 0 tests
29622026-04-20T07:03:10.403Z
29632026-04-20T07:03:10.403Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29642026-04-20T07:03:10.403Z
29652026-04-20T07:03:10.403Z Running unittests src/lib.rs (target/debug/deps/packet-4a95a41ba0218512)
29662026-04-20T07:03:10.403Z
29672026-04-20T07:03:10.403Zrunning 12 tests
29682026-04-20T07:03:10.406Ztest icmp::test_v6_checksum ... ok
29692026-04-20T07:03:10.406Ztest icmp::test_v4_checksum ... ok
29702026-04-20T07:03:10.406Ztest ipv6::test_ipv6_parse ... ok
29712026-04-20T07:03:10.406Ztest lldp::test_lldp_parse ... ok
29722026-04-20T07:03:10.406Ztest pbuf::test_byte ... ok
29732026-04-20T07:03:10.406Ztest pbuf::test_nibble ... ok
29742026-04-20T07:03:10.406Ztest pbuf::test_short ... ok
29752026-04-20T07:03:10.406Ztest pbuf::test_overflow ... ok
29762026-04-20T07:03:10.406Ztest pbuf::test_twelve ... ok
29772026-04-20T07:03:10.406Ztest pbuf::test_word ... ok
29782026-04-20T07:03:10.406Ztest tcp::test_checksum_syn_nodata ... ok
29792026-04-20T07:03:10.406Ztest tcp::test_checksum_ack_data ... ok
29802026-04-20T07:03:10.406Z
29812026-04-20T07:03:10.406Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29822026-04-20T07:03:10.406Z
29832026-04-20T07:03:10.406Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
29842026-04-20T07:03:10.406Z
29852026-04-20T07:03:10.406Zrunning 0 tests
29862026-04-20T07:03:10.406Z
29872026-04-20T07:03:10.409Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29882026-04-20T07:03:10.409Z
29892026-04-20T07:03:10.409Z Running unittests src/main.rs (target/debug/deps/swadm-01a81578c0ae6556)
29902026-04-20T07:03:10.409Z
29912026-04-20T07:03:10.409Zrunning 5 tests
29922026-04-20T07:03:10.409Ztest switchport::test::test_compute_lanes ... ok
29932026-04-20T07:03:10.412Ztest switchport::test::port_id_ordering ... ok
29942026-04-20T07:03:10.412Z Lane 0 Lane 1 Lane 2 Lane 3 Lane 0
29952026-04-20T07:03:10.412Z Rx Loss-of-lock: Yes YesLane 1 YesLane 2 Yes
29962026-04-20T07:03:10.412ZLane 3 Rx Loss-of-signal: Yes
29972026-04-20T07:03:10.413Z Yes State: Activated YesActivated Yes
29982026-04-20T07:03:10.413ZActivated Rx CDR Enabled: YesActivated
29992026-04-20T07:03:10.413ZYes Rx Output Enabled: false Yes Yesfalse
30002026-04-20T07:03:10.413Z Tx Enabled: Yesfalse Yesfalse
30012026-04-20T07:03:10.413ZYes Rx Output Status: valid Yes
30022026-04-20T07:03:10.413Zvalid Tx Loss-of-lock: No validNo valid
30032026-04-20T07:03:10.413ZNo Rx Loss-of-lock: trueNo
30042026-04-20T07:03:10.413Ztrue Tx Loss-of-signal: Notrue trueNo
30052026-04-20T07:03:10.413Z Rx Loss-of-signal: false No falseNo
30062026-04-20T07:03:10.413Zfalse Tx CDR Enabled: Nofalse
30072026-04-20T07:03:10.413ZNoRx Auto-squelch Disable: true No trueNo
30082026-04-20T07:03:10.413Ztrue Tx Adaptive EQ Fault: Notrue
30092026-04-20T07:03:10.413ZNo Tx Output Enabled: true No true No
30102026-04-20T07:03:10.413Ztrue Tx Fault: Yes trueYes
30112026-04-20T07:03:10.413ZYes Tx Output Status: invalidYes
30122026-04-20T07:03:10.413Zinvalid invalid invalid
30132026-04-20T07:03:10.413Z Tx Loss-of-lock: false false false false
30142026-04-20T07:03:10.413Z Tx Loss-of-signal: true true true true
30152026-04-20T07:03:10.413ZTx Auto-squelch Disable: false false false false
30162026-04-20T07:03:10.413Z Tx Adaptive EQ Fail: true true true true
30172026-04-20T07:03:10.413Z Tx Failure: false false false false
30182026-04-20T07:03:10.413Z Tx Force Squelch: true true true true
30192026-04-20T07:03:10.413Z Tx Input Polarity: normal normal normal normal
30202026-04-20T07:03:10.413Ztest switchport::test::test_print_sff_datapath ... ok
30212026-04-20T07:03:10.413Ztest switchport::test::test_print_cmis_datapath ... ok
30222026-04-20T07:03:10.413Ztest link::test_filter ... ok
30232026-04-20T07:03:10.413Z
30242026-04-20T07:03:10.413Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30252026-04-20T07:03:10.413Z
30262026-04-20T07:03:10.413Z Running tests/counters.rs (target/debug/deps/counters-eae51d15bd30c249)
30272026-04-20T07:03:10.416Z
30282026-04-20T07:03:10.416Zrunning 1 test
30292026-04-20T07:03:10.416Ztest test_p4_counter_list ... ignored
30302026-04-20T07:03:10.416Z
30312026-04-20T07:03:10.416Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
30322026-04-20T07:03:10.417Z
30332026-04-20T07:03:10.417Z Running tests/port-link.rs (target/debug/deps/port_link-36f1796e9d7e85a5)
30342026-04-20T07:03:10.417Z
30352026-04-20T07:03:10.417Zrunning 5 tests
30362026-04-20T07:03:10.417Ztest test_an ... ignored
30372026-04-20T07:03:10.417Ztest test_enable ... ignored
30382026-04-20T07:03:10.417Ztest test_ip_addresses ... ignored
30392026-04-20T07:03:10.417Ztest test_kr ... ignored
30402026-04-20T07:03:10.417Ztest test_mac ... ignored
30412026-04-20T07:03:10.417Z
30422026-04-20T07:03:10.417Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
30432026-04-20T07:03:10.417Z
30442026-04-20T07:03:10.417Z Running unittests src/main.rs (target/debug/deps/tfportd-f00244a04ff3de28)
30452026-04-20T07:03:10.420Z
30462026-04-20T07:03:10.420Zrunning 3 tests
30472026-04-20T07:03:10.420Ztest linklocal::test_parse_ipadm ... ok
30482026-04-20T07:03:10.420Ztest tfport::test_parse_tfport ... ok
30492026-04-20T07:03:10.420Ztest config::tests::test_updates ... ok
30502026-04-20T07:03:10.420Z
30512026-04-20T07:03:10.420Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30522026-04-20T07:03:10.420Z
30532026-04-20T07:03:10.423Z Running unittests src/main.rs (target/debug/deps/uplinkd-ec2f60824b215aa9)
30542026-04-20T07:03:10.423Z
30552026-04-20T07:03:10.423Zrunning 0 tests
30562026-04-20T07:03:10.423Z
30572026-04-20T07:03:10.423Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30582026-04-20T07:03:10.423Z
30592026-04-20T07:03:10.423Z Running unittests src/main.rs (target/debug/deps/xtask-64a690c77857a17f)
30602026-04-20T07:03:10.426Z
30612026-04-20T07:03:10.426Zrunning 0 tests
30622026-04-20T07:03:10.426Z
30632026-04-20T07:03:10.426Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30642026-04-20T07:03:10.426Z
30652026-04-20T07:03:10.426Z Doc-tests aal
30662026-04-20T07:03:10.546Z
30672026-04-20T07:03:10.546Zrunning 0 tests
30682026-04-20T07:03:10.546Z
30692026-04-20T07:03:10.546Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30702026-04-20T07:03:10.546Z
30712026-04-20T07:03:10.563Z Doc-tests aal_macros
30722026-04-20T07:03:10.631Z
30732026-04-20T07:03:10.631Zrunning 0 tests
30742026-04-20T07:03:10.631Z
30752026-04-20T07:03:10.631Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30762026-04-20T07:03:10.631Z
30772026-04-20T07:03:10.642Z Doc-tests common
30782026-04-20T07:03:10.880Z
30792026-04-20T07:03:10.880Zrunning 0 tests
30802026-04-20T07:03:10.880Z
30812026-04-20T07:03:10.880Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30822026-04-20T07:03:10.880Z
30832026-04-20T07:03:10.902Z Doc-tests dpd_api
30842026-04-20T07:03:12.063Z
30852026-04-20T07:03:12.064Zrunning 2 tests
30862026-04-20T07:03:12.064Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
30872026-04-20T07:03:12.064Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
30882026-04-20T07:03:12.064Z
30892026-04-20T07:03:12.064Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
30902026-04-20T07:03:12.064Z
30912026-04-20T07:03:12.106Z Doc-tests dpd_client
30922026-04-20T07:03:13.381Z
30932026-04-20T07:03:13.381Zrunning 0 tests
30942026-04-20T07:03:13.381Z
30952026-04-20T07:03:13.381Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30962026-04-20T07:03:13.381Z
30972026-04-20T07:03:13.429Z Doc-tests dpd_types
30982026-04-20T07:03:13.768Z
30992026-04-20T07:03:13.768Zrunning 0 tests
31002026-04-20T07:03:13.768Z
31012026-04-20T07:03:13.768Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31022026-04-20T07:03:13.768Z
31032026-04-20T07:03:13.799Z Doc-tests packet
31042026-04-20T07:03:13.909Z
31052026-04-20T07:03:13.909Zrunning 0 tests
31062026-04-20T07:03:13.909Z
31072026-04-20T07:03:13.909Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31082026-04-20T07:03:13.909Z
31092026-04-20T07:03:13.925Z Doc-tests pcap
31102026-04-20T07:03:13.977Z
31112026-04-20T07:03:13.977Zrunning 0 tests
31122026-04-20T07:03:13.977Z
31132026-04-20T07:03:13.977Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31142026-04-20T07:03:13.977Z
31152026-04-20T07:03:14.027Z+ for feat in tofino_stub tofino_asic softnpu chaos
31162026-04-20T07:03:14.027Z+ RUST_BACKTRACE=full
31172026-04-20T07:03:14.027Z+ cargo test --features softnpu --no-fail-fast
31182026-04-20T07:03:14.906Z Compiling goblin v0.10.1
31192026-04-20T07:03:14.909Z Compiling typify-impl v0.4.3
31202026-04-20T07:03:15.026Z Compiling log v0.4.29
31212026-04-20T07:03:15.037Z Compiling const-oid v0.9.6
31222026-04-20T07:03:15.078Z Compiling der_derive v0.7.3
31232026-04-20T07:03:15.081Z Compiling serde_with v3.18.0
31242026-04-20T07:03:15.234Z Compiling rustls v0.23.32
31252026-04-20T07:03:15.767Z Compiling digest v0.10.7
31262026-04-20T07:03:15.797Z Compiling native-tls v0.2.14
31272026-04-20T07:03:15.995Z Compiling tokio-native-tls v0.3.1
31282026-04-20T07:03:16.127Z Compiling sha1 v0.10.6
31292026-04-20T07:03:16.176Z Compiling hyper-tls v0.6.0
31302026-04-20T07:03:16.378Z Compiling rustls v0.22.4
31312026-04-20T07:03:19.760Z Compiling dof v0.4.0
31322026-04-20T07:03:19.988Z Compiling tokio-rustls v0.26.3
31332026-04-20T07:03:20.816Z Compiling usdt-impl v0.6.0
31342026-04-20T07:03:20.919Z Compiling hyper-rustls v0.27.7
31352026-04-20T07:03:21.023Z Compiling usdt-macro v0.6.0
31362026-04-20T07:03:21.041Z Compiling usdt-attr-macro v0.6.0
31372026-04-20T07:03:21.226Z Compiling typify-macro v0.4.3
31382026-04-20T07:03:21.589Z Compiling reqwest v0.12.23
31392026-04-20T07:03:21.659Z Compiling tokio-rustls v0.25.0
31402026-04-20T07:03:22.244Z Compiling usdt v0.6.0
31412026-04-20T07:03:22.522Z Compiling dropshot v0.16.7
31422026-04-20T07:03:22.954Z Compiling progenitor-client v0.10.0
31432026-04-20T07:03:22.998Z Compiling progenitor-client v0.11.1
31442026-04-20T07:03:23.335Z Compiling typify v0.4.3
31452026-04-20T07:03:23.445Z Compiling progenitor-impl v0.11.1
31462026-04-20T07:03:27.042Z Compiling progenitor-macro v0.11.1
31472026-04-20T07:03:27.702Z Compiling num-integer v0.1.46
31482026-04-20T07:03:28.021Z Compiling num-rational v0.4.2
31492026-04-20T07:03:28.044Z Compiling num-iter v0.1.45
31502026-04-20T07:03:28.073Z Compiling num-complex v0.4.6
31512026-04-20T07:03:28.178Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31522026-04-20T07:03:28.480Z Compiling num v0.4.3
31532026-04-20T07:03:28.546Z Compiling num-bigint v0.4.6
31542026-04-20T07:03:28.712Z Compiling pem-rfc7468 v0.7.0
31552026-04-20T07:03:29.065Z Compiling flagset v0.4.7
31562026-04-20T07:03:29.162Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
31572026-04-20T07:03:29.218Z Compiling der v0.7.10
31582026-04-20T07:03:29.994Z Compiling progenitor-impl v0.10.0
31592026-04-20T07:03:30.440Z Compiling spki v0.7.3
31602026-04-20T07:03:30.627Z Compiling pkcs8 v0.10.2
31612026-04-20T07:03:30.690Z Compiling hmac v0.12.1
31622026-04-20T07:03:30.852Z Compiling ff v0.13.1
31632026-04-20T07:03:30.866Z Compiling base16ct v0.2.0
31642026-04-20T07:03:30.927Z Compiling goblin v0.8.2
31652026-04-20T07:03:31.008Z Compiling sec1 v0.7.3
31662026-04-20T07:03:31.024Z Compiling group v0.13.0
31672026-04-20T07:03:31.070Z Compiling hkdf v0.12.4
31682026-04-20T07:03:31.224Z Compiling elliptic-curve v0.13.8
31692026-04-20T07:03:31.239Z Compiling curve25519-dalek v4.1.3
31702026-04-20T07:03:31.469Z Compiling sha3 v0.10.8
31712026-04-20T07:03:31.586Z Compiling blake2 v0.10.6
31722026-04-20T07:03:32.229Z Compiling progenitor v0.11.1
31732026-04-20T07:03:32.397Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
31742026-04-20T07:03:32.430Z Compiling vsss-rs v3.3.4
31752026-04-20T07:03:32.702Z Compiling argon2 v0.5.3
31762026-04-20T07:03:33.257Z Compiling dof v0.3.0
31772026-04-20T07:03:33.503Z Compiling progenitor-macro v0.10.0
31782026-04-20T07:03:33.506Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
31792026-04-20T07:03:33.734Z Compiling usdt-impl v0.5.0
31802026-04-20T07:03:34.165Z Compiling usdt v0.5.0
31812026-04-20T07:03:34.504Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31822026-04-20T07:03:34.646Z Compiling typify-impl v0.6.1
31832026-04-20T07:03:34.836Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31842026-04-20T07:03:35.618Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
31852026-04-20T07:03:36.535Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31862026-04-20T07:03:36.632Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
31872026-04-20T07:03:36.994Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
31882026-04-20T07:03:37.053Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31892026-04-20T07:03:39.500Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
31902026-04-20T07:03:40.114Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
31912026-04-20T07:03:40.436Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
31922026-04-20T07:03:40.692Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
31932026-04-20T07:03:40.710Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31942026-04-20T07:03:40.889Z Compiling typify-macro v0.6.1
31952026-04-20T07:03:41.261Z Compiling nix v0.31.2
31962026-04-20T07:03:41.293Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
31972026-04-20T07:03:41.912Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
31982026-04-20T07:03:41.996Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
31992026-04-20T07:03:43.529Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32002026-04-20T07:03:44.014Z Compiling progenitor v0.10.0
32012026-04-20T07:03:44.426Z Compiling bindgen v0.72.1
32022026-04-20T07:03:45.413Z Compiling typify v0.6.1
32032026-04-20T07:03:45.525Z Compiling sha2 v0.10.9
32042026-04-20T07:03:45.983Z Compiling progenitor-impl v0.13.0
32052026-04-20T07:03:45.997Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32062026-04-20T07:03:46.302Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32072026-04-20T07:03:46.629Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32082026-04-20T07:03:47.221Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32092026-04-20T07:03:47.582Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32102026-04-20T07:03:49.118Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32112026-04-20T07:03:49.490Z Compiling progenitor-macro v0.13.0
32122026-04-20T07:03:49.542Z Compiling signature v2.2.0
32132026-04-20T07:03:49.718Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32142026-04-20T07:03:49.733Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=2cdd17580a4fc6c871d24797016af8dbaac9421d#2cdd1758)
32152026-04-20T07:03:49.893Z Compiling utf-8 v0.7.6
32162026-04-20T07:03:50.029Z Compiling tungstenite v0.21.0
32172026-04-20T07:03:50.107Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32182026-04-20T07:03:50.994Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32192026-04-20T07:03:51.175Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32202026-04-20T07:03:52.376Z Compiling bitstruct_derive v0.1.0
32212026-04-20T07:03:53.254Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32222026-04-20T07:03:53.336Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32232026-04-20T07:03:54.516Z Compiling tokio-tungstenite v0.21.0
32242026-04-20T07:03:54.778Z Compiling tokio-dtrace v0.1.1
32252026-04-20T07:03:54.829Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32262026-04-20T07:03:54.884Z Compiling rfc6979 v0.4.0
32272026-04-20T07:03:55.086Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
32282026-04-20T07:03:55.376Z Compiling reqwest v0.13.2
32292026-04-20T07:03:55.763Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
32302026-04-20T07:03:55.899Z Compiling tap v1.0.1
32312026-04-20T07:03:56.042Z Compiling base64 v0.21.7
32322026-04-20T07:03:56.410Z Compiling progenitor-client v0.13.0
32332026-04-20T07:03:56.734Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32342026-04-20T07:03:57.802Z Compiling wyz v0.5.1
32352026-04-20T07:03:58.019Z Compiling ecdsa v0.16.9
32362026-04-20T07:03:58.164Z Compiling oxide-tokio-rt v0.1.4
32372026-04-20T07:03:58.436Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32382026-04-20T07:03:58.511Z Compiling ed25519 v2.2.3
32392026-04-20T07:03:58.737Z Compiling salty v0.3.0
32402026-04-20T07:03:58.756Z Compiling radium v0.7.0
32412026-04-20T07:03:58.812Z Compiling primeorder v0.13.6
32422026-04-20T07:03:58.980Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32432026-04-20T07:03:59.090Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32442026-04-20T07:03:59.190Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32452026-04-20T07:03:59.382Z Compiling env_filter v1.0.1
32462026-04-20T07:03:59.612Z Compiling funty v2.0.0
32472026-04-20T07:03:59.772Z Compiling env_logger v0.11.10
32482026-04-20T07:03:59.785Z Compiling progenitor v0.13.0
32492026-04-20T07:03:59.949Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5)
32502026-04-20T07:04:00.153Z Compiling bitvec v1.0.1
32512026-04-20T07:04:00.310Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32522026-04-20T07:04:00.527Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32532026-04-20T07:04:01.472Z Compiling p384 v0.13.1
32542026-04-20T07:04:01.787Z Compiling ed25519-dalek v2.2.0
32552026-04-20T07:04:01.940Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
32562026-04-20T07:04:02.183Z Compiling x509-cert v0.2.5
32572026-04-20T07:04:02.561Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32582026-04-20T07:04:02.564Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32592026-04-20T07:04:02.786Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32602026-04-20T07:04:02.800Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32612026-04-20T07:04:03.312Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
32622026-04-20T07:04:03.508Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
32632026-04-20T07:04:03.613Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32642026-04-20T07:04:03.966Z Compiling typeid v1.0.3
32652026-04-20T07:04:04.012Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#7cce2d3a)
32662026-04-20T07:04:04.148Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32672026-04-20T07:04:04.161Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32682026-04-20T07:04:04.254Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32692026-04-20T07:04:04.371Z Compiling ascii v1.1.0
32702026-04-20T07:04:04.435Z Compiling qorb v0.4.1
32712026-04-20T07:04:04.489Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#7cce2d3a)
32722026-04-20T07:04:04.659Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32732026-04-20T07:04:04.672Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32742026-04-20T07:04:04.743Z Compiling erased-serde v0.4.8
32752026-04-20T07:04:05.210Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32762026-04-20T07:04:05.806Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
32772026-04-20T07:04:06.100Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32782026-04-20T07:04:06.335Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32792026-04-20T07:04:06.425Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#04fb133a)
32802026-04-20T07:04:06.585Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
32812026-04-20T07:04:07.233Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5)
32822026-04-20T07:04:08.542Z Compiling bitstruct v0.1.1
32832026-04-20T07:04:09.266Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
32842026-04-20T07:04:09.566Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32852026-04-20T07:04:09.906Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32862026-04-20T07:04:10.286Z Compiling serde_arrays v0.1.0
32872026-04-20T07:04:10.310Z Compiling libloading v0.7.4
32882026-04-20T07:04:10.626Z Compiling bit_field v0.10.3
32892026-04-20T07:04:10.777Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32902026-04-20T07:04:11.180Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32912026-04-20T07:04:12.681Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32922026-04-20T07:04:12.974Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32932026-04-20T07:04:14.338Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32942026-04-20T07:04:14.591Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32952026-04-20T07:04:15.023Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32962026-04-20T07:04:15.247Z Compiling globset v0.4.16
32972026-04-20T07:04:15.353Z Compiling slog-dtrace v0.3.0
32982026-04-20T07:04:16.723Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32992026-04-20T07:04:17.154Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33002026-04-20T07:04:17.506Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33012026-04-20T07:04:17.527Z Compiling tough v0.20.0
33022026-04-20T07:04:19.119Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33032026-04-20T07:04:20.312Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33042026-04-20T07:04:20.631Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33052026-04-20T07:04:22.251Z Compiling git2 v0.19.0
33062026-04-20T07:04:24.460Z Compiling vergen v8.3.2
33072026-04-20T07:04:25.664Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33082026-04-20T07:04:29.747Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33092026-04-20T07:04:31.090Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33102026-04-20T07:04:31.215Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33112026-04-20T07:04:31.517Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
33122026-04-20T07:04:33.342Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
33132026-04-20T07:04:33.566Z Compiling omicron-zone-package v0.12.2
33142026-04-20T07:04:35.554Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33152026-04-20T07:04:36.540Z Compiling dropshot-api-manager v0.5.2
33162026-04-20T07:04:37.634Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
33172026-04-20T07:04:42.090Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33182026-04-20T07:04:42.535Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
33192026-04-20T07:04:43.464Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
33202026-04-20T07:04:44.639Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33212026-04-20T07:04:44.857Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
33222026-04-20T07:04:45.679Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33232026-04-20T07:04:51.172Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
33242026-04-20T07:04:55.585Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33252026-04-20T07:05:41.129Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 27s
33262026-04-20T07:05:41.276Z Running unittests src/lib.rs (target/debug/deps/aal-1ee116bb07a2e49c)
33272026-04-20T07:05:41.281Z
33282026-04-20T07:05:41.281Zrunning 5 tests
33292026-04-20T07:05:41.284Ztest fuse::tests::chip_revision_b1 ... ok
33302026-04-20T07:05:41.284Ztest fuse::tests::chip_revision_a0 ... ok
33312026-04-20T07:05:41.284Ztest fuse::tests::chip_revision_b0 ... ok
33322026-04-20T07:05:41.284Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33332026-04-20T07:05:41.284Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33342026-04-20T07:05:41.284Z
33352026-04-20T07:05:41.284Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33362026-04-20T07:05:41.284Z
33372026-04-20T07:05:41.284Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33382026-04-20T07:05:41.287Z
33392026-04-20T07:05:41.287Zrunning 0 tests
33402026-04-20T07:05:41.287Z
33412026-04-20T07:05:41.287Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33422026-04-20T07:05:41.287Z
33432026-04-20T07:05:41.287Z Running unittests src/lib.rs (target/debug/deps/asic-43f031afdb52f4a7)
33442026-04-20T07:05:41.316Z
33452026-04-20T07:05:41.316Zrunning 14 tests
33462026-04-20T07:05:41.319Ztest softnpu::mcast::tests::groups_are_independent ... ok
33472026-04-20T07:05:41.319Ztest softnpu::mcast::tests::group_lifecycle ... ok
33482026-04-20T07:05:41.322Ztest softnpu::mcast::tests::domains_returns_created_group_ids ... ok
33492026-04-20T07:05:41.322Ztest softnpu::mcast::tests::duplicate_group_rejected ... ok
33502026-04-20T07:05:41.322Ztest softnpu::mcast::tests::duplicate_port_rejected ... ok
33512026-04-20T07:05:41.322Ztest softnpu::mcast::tests::port_bitmap_empty_group ... ok
33522026-04-20T07:05:41.322Ztest softnpu::mcast::tests::operations_on_missing_group_rejected ... ok
33532026-04-20T07:05:41.322Ztest softnpu::mcast::tests::port_bitmap_high_port ... ok
33542026-04-20T07:05:41.322Ztest softnpu::mcast::tests::port_bitmap_ignores_ports_above_127 ... ok
33552026-04-20T07:05:41.322Ztest softnpu::mcast::tests::port_bitmap_reflects_removal ... ok
33562026-04-20T07:05:41.322Ztest softnpu::mcast::tests::port_bitmap_populated ... ok
33572026-04-20T07:05:41.322Ztest softnpu::mcast::tests::port_bitmap_unknown_group_returns_zero ... ok
33582026-04-20T07:05:41.322Ztest softnpu::mcast::tests::remove_nonexistent_port_rejected ... ok
33592026-04-20T07:05:41.322Ztest softnpu::mcast::tests::set_max_nodes_validates ... ok
33602026-04-20T07:05:41.322Z
33612026-04-20T07:05:41.322Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33622026-04-20T07:05:41.322Z
33632026-04-20T07:05:41.322Z Running unittests src/lib.rs (target/debug/deps/common-f3d8a3c4f906c8b1)
33642026-04-20T07:05:41.329Z
33652026-04-20T07:05:41.329Zrunning 10 tests
33662026-04-20T07:05:41.332Ztest nat::tests::test_vni ... ok
33672026-04-20T07:05:41.332Ztest network::tests::test_equal ... ok
33682026-04-20T07:05:41.332Ztest network::tests::test_eui64 ... ok
33692026-04-20T07:05:41.332Ztest network::tests::test_into ... ok
33702026-04-20T07:05:41.332Ztest network::tests::test_generate_ipv6_link_local ... ok
33712026-04-20T07:05:41.332Ztest network::tests::test_not_equal ... ok
33722026-04-20T07:05:41.332Ztest network::tests::test_parse ... ok
33732026-04-20T07:05:41.332Ztest network::tests::test_to_string ... ok
33742026-04-20T07:05:41.332Ztest test_purge ... ok
33752026-04-20T07:05:41.335Ztest illumos::test::address_exists_handles_missing_object ... ok
33762026-04-20T07:05:41.335Z
33772026-04-20T07:05:41.335Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33782026-04-20T07:05:41.335Z
33792026-04-20T07:05:41.338Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-6d5b75396600f571)
33802026-04-20T07:05:41.349Z
33812026-04-20T07:05:41.349Zrunning 1 test
33822026-04-20T07:05:42.668Ztest test::test_apis_up_to_date ... ok
33832026-04-20T07:05:42.668Z
33842026-04-20T07:05:42.668Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
33852026-04-20T07:05:42.668Z
33862026-04-20T07:05:42.724Z Running unittests src/main.rs (target/debug/deps/dpd-0b4b2d167a9c595d)
33872026-04-20T07:05:42.730Z
33882026-04-20T07:05:42.730Zrunning 44 tests
33892026-04-20T07:05:42.732Ztest freemap::test_ordering ... ok
33902026-04-20T07:05:42.732Ztest freemap::test_split ... ok
33912026-04-20T07:05:42.732Ztest config::tests::test_updates ... ok
33922026-04-20T07:05:42.733Ztest macaddrs::tests::test_mac_offset ... ok
33932026-04-20T07:05:42.733Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
33942026-04-20T07:05:42.733Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
33952026-04-20T07:05:42.733Ztest macaddrs::tests::test_parse_port_id ... ok
33962026-04-20T07:05:42.733Ztest mcast::tests::test_canonicalize_sources ... ok
33972026-04-20T07:05:42.736ZApr 20 07:05:41.446 DEBG created new freemap, Apr 20 07:05:41.446unit :DEBG freemap_testcreated new freemapApr 20 07:05:41.446, unit
33982026-04-20T07:05:42.736ZDEBG: created new freemapfreemap_test,
33992026-04-20T07:05:42.736Zunit:Apr 20 07:05:41.446 freemap_testDEBGApr 20 07:05:41.446
34002026-04-20T07:05:42.736ZDEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_testApr 20 07:05:41.446
34012026-04-20T07:05:42.736Z DEBGfreemap_test
34022026-04-20T07:05:42.736Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
34032026-04-20T07:05:42.736Zinitted freemap. size: 128, unitApr 20 07:05:41.446: Apr 20 07:05:41.446DEBGApr 20 07:05:41.446Apr 20 07:05:41.446 DEBGDEBG created new freemapcreated new freemap, , unit:unit :freemap_test
34042026-04-20T07:05:42.736Zfreemap_test
34052026-04-20T07:05:42.736Ztest mcast::tests::test_concurrent_id_allocation ... ok
34062026-04-20T07:05:42.736Z Apr 20 07:05:41.446Apr 20 07:05:41.446 DEBGreset freemapDEBG , reset freemapinitted freemap. size: 128unit, :, unit unitfreemap_test::
34072026-04-20T07:05:42.736Z freemap_testfreemap_test
34082026-04-20T07:05:42.736Z
34092026-04-20T07:05:42.736ZApr 20 07:05:41.446 DEBG reset freemap, unit: freemap_test
34102026-04-20T07:05:42.736Zfreemap_test
34112026-04-20T07:05:42.736ZDEBG initted freemap. size: 128, unit: freemap_test
34122026-04-20T07:05:42.736Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
34132026-04-20T07:05:42.736ZApr 20 07:05:41.447 DEBG Apr 20 07:05:41.447reset freemap , DEBGunit :reset freemap , freemap_testunit
34142026-04-20T07:05:42.736Z: freemap_test
34152026-04-20T07:05:42.736Ztest mcast::tests::test_create_port_bitmap_empty ... ok
34162026-04-20T07:05:42.736Ztest freemap::test_exhaustion ... ok
34172026-04-20T07:05:42.737Ztest freemap::test_span ... ok
34182026-04-20T07:05:42.737Ztest freemap::test_free ... ok
34192026-04-20T07:05:42.737Ztest freemap::test_basic ... ok
34202026-04-20T07:05:42.737Ztest freemap::test_reclaim ... ok
34212026-04-20T07:05:42.737Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
34222026-04-20T07:05:42.737Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
34232026-04-20T07:05:42.737Ztest mcast::tests::test_sources_contain_any ... ok
34242026-04-20T07:05:42.737Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
34252026-04-20T07:05:42.737Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
34262026-04-20T07:05:42.737Ztest mcast::validate::tests::test_address_validation_integrated ... ok
34272026-04-20T07:05:42.737Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
34282026-04-20T07:05:42.737Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
34292026-04-20T07:05:42.737Ztest mcast::validate::tests::test_ipv4_validation ... ok
34302026-04-20T07:05:42.737Ztest mcast::validate::tests::test_ipv6_validation ... ok
34312026-04-20T07:05:42.737Ztest mcast::validate::tests::test_validate_nat_target ... ok
34322026-04-20T07:05:42.737Ztest mcast::validate::tests::test_is_ssm_function ... ok
34332026-04-20T07:05:42.737Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
34342026-04-20T07:05:42.737Ztest mcast::validate::tests::test_validate_source_addresses ... ok
34352026-04-20T07:05:42.737Ztest mcast::validate::tests::test_validate_tag ... ok
34362026-04-20T07:05:42.737Ztest nat::test_mapping ... ok
34372026-04-20T07:05:42.737Ztest mcast::validate::tests::test_validate_tag_format ... ok
34382026-04-20T07:05:42.737Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
34392026-04-20T07:05:42.737Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
34402026-04-20T07:05:42.737Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
34412026-04-20T07:05:42.737Ztest port_map::tests::test_backplane_group ... ok
34422026-04-20T07:05:42.737Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
34432026-04-20T07:05:42.737Ztest port_map::tests::dump_map ... ok
34442026-04-20T07:05:42.737Ztest port_map::tests::test_port_map ... ok
34452026-04-20T07:05:42.737Ztest api_server::tests::test_build_info ... ok
34462026-04-20T07:05:42.737Ztest mcast::tests::test_id_range_boundaries ... ok
34472026-04-20T07:05:42.740Ztest port_map::tests::parse_softnpu_revision ... ok
34482026-04-20T07:05:42.740Z
34492026-04-20T07:05:42.740Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34502026-04-20T07:05:42.740Z
34512026-04-20T07:05:42.740Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-bce8b33c24e7c442)
34522026-04-20T07:05:42.743Z
34532026-04-20T07:05:42.743Zrunning 0 tests
34542026-04-20T07:05:42.743Z
34552026-04-20T07:05:42.743Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34562026-04-20T07:05:42.743Z
34572026-04-20T07:05:42.743Z Running unittests src/lib.rs (target/debug/deps/dpd_api-255a28e21c9a14a4)
34582026-04-20T07:05:42.748Z
34592026-04-20T07:05:42.748Zrunning 0 tests
34602026-04-20T07:05:42.751Z
34612026-04-20T07:05:42.751Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34622026-04-20T07:05:42.751Z
34632026-04-20T07:05:42.751Z Running unittests src/lib.rs (target/debug/deps/dpd_client-6f967ef2def66842)
34642026-04-20T07:05:42.755Z
34652026-04-20T07:05:42.755Zrunning 6 tests
34662026-04-20T07:05:42.758Ztest tests::test_full_lot_id_neither_present ... ok
34672026-04-20T07:05:42.758Ztest tests::test_full_lot_id_both_present ... ok
34682026-04-20T07:05:42.758Ztest tests::test_full_lot_id_lot_only ... ok
34692026-04-20T07:05:42.758Ztest tests::test_full_lot_id_lotnum_only ... ok
34702026-04-20T07:05:42.761Ztest tests::test_port_id_cmp ... ok
34712026-04-20T07:05:42.761Ztest tests::test_parse_client_port_id ... ok
34722026-04-20T07:05:42.761Z
34732026-04-20T07:05:42.761Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34742026-04-20T07:05:42.761Z
34752026-04-20T07:05:42.761Z Running tests/test_all.rs (target/debug/deps/test_all-c227fd1edf68735b)
34762026-04-20T07:05:42.764Z
34772026-04-20T07:05:42.764Zrunning 0 tests
34782026-04-20T07:05:42.764Z
34792026-04-20T07:05:42.764Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34802026-04-20T07:05:42.764Z
34812026-04-20T07:05:42.767Z Running unittests src/lib.rs (target/debug/deps/dpd_types-e12a2058d38656f0)
34822026-04-20T07:05:42.770Z
34832026-04-20T07:05:42.770Zrunning 0 tests
34842026-04-20T07:05:42.773Z
34852026-04-20T07:05:42.773Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34862026-04-20T07:05:42.773Z
34872026-04-20T07:05:42.773Z Running unittests src/lib.rs (target/debug/deps/packet-4a95a41ba0218512)
34882026-04-20T07:05:42.777Z
34892026-04-20T07:05:42.777Zrunning 12 tests
34902026-04-20T07:05:42.781Ztest icmp::test_v6_checksum ... ok
34912026-04-20T07:05:42.781Ztest icmp::test_v4_checksum ... ok
34922026-04-20T07:05:42.781Ztest ipv6::test_ipv6_parse ... ok
34932026-04-20T07:05:42.781Ztest lldp::test_lldp_parse ... ok
34942026-04-20T07:05:42.781Ztest pbuf::test_byte ... ok
34952026-04-20T07:05:42.781Ztest pbuf::test_nibble ... ok
34962026-04-20T07:05:42.781Ztest pbuf::test_short ... ok
34972026-04-20T07:05:42.781Ztest pbuf::test_twelve ... ok
34982026-04-20T07:05:42.781Ztest pbuf::test_word ... ok
34992026-04-20T07:05:42.781Ztest pbuf::test_overflow ... ok
35002026-04-20T07:05:42.781Ztest tcp::test_checksum_ack_data ... ok
35012026-04-20T07:05:42.781Ztest tcp::test_checksum_syn_nodata ... ok
35022026-04-20T07:05:42.781Z
35032026-04-20T07:05:42.781Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35042026-04-20T07:05:42.781Z
35052026-04-20T07:05:42.781Z Running unittests src/lib.rs (target/debug/deps/pcap-e3f7c60ec2743ad5)
35062026-04-20T07:05:42.785Z
35072026-04-20T07:05:42.785Zrunning 0 tests
35082026-04-20T07:05:42.785Z
35092026-04-20T07:05:42.785Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35102026-04-20T07:05:42.785Z
35112026-04-20T07:05:42.785Z Running unittests src/main.rs (target/debug/deps/swadm-b71db9d97cfaf17e)
35122026-04-20T07:05:42.793Z
35132026-04-20T07:05:42.793Zrunning 5 tests
35142026-04-20T07:05:42.797Ztest switchport::test::test_compute_lanes ... ok
35152026-04-20T07:05:42.799Ztest link::test_filter ... ok
35162026-04-20T07:05:42.799Ztest switchport::test::port_id_ordering ... ok
35172026-04-20T07:05:42.802Z Lane 0 Lane 1 Lane 2 Lane 3
35182026-04-20T07:05:42.802Z Lane 0 State: Activated ActivatedLane 1 Activated Lane 2Activated
35192026-04-20T07:05:42.802Z Rx Output Enabled: falseLane 3
35202026-04-20T07:05:42.802Zfalse Rx Loss-of-lock: Yesfalse falseYes
35212026-04-20T07:05:42.802Z Rx Output Status: validYes Yesvalid
35222026-04-20T07:05:42.802Z Rx Loss-of-signal: Yes validYes valid
35232026-04-20T07:05:42.802ZYes Rx Loss-of-lock: true Yestrue
35242026-04-20T07:05:42.802Z true Rx CDR Enabled: Yes true
35252026-04-20T07:05:42.802ZYes Rx Loss-of-signal: false Yesfalse Yes
35262026-04-20T07:05:42.802Zfalse false Tx Enabled: Yes
35272026-04-20T07:05:42.802Z Rx Auto-squelch Disable: trueYes Yestrue Yestrue
35282026-04-20T07:05:42.802Z true Tx Loss-of-lock: No
35292026-04-20T07:05:42.802Z No Tx Output Enabled: true Notrue No
35302026-04-20T07:05:42.802Ztrue Tx Loss-of-signal: Notrue
35312026-04-20T07:05:42.802Z Tx Output Status: invalid No invalid Noinvalid Noinvalid
35322026-04-20T07:05:42.802Z
35332026-04-20T07:05:42.802Z Tx CDR Enabled: No Tx Loss-of-lock: false No falseNo No
35342026-04-20T07:05:42.802Zfalse Tx Adaptive EQ Fault: No falseNo
35352026-04-20T07:05:42.802Z No Tx Loss-of-signal: true Notrue
35362026-04-20T07:05:42.803Z true Tx Fault: Yes Yestrue
35372026-04-20T07:05:42.803ZYes Tx Auto-squelch Disable: falseYes
35382026-04-20T07:05:42.803Zfalse false false
35392026-04-20T07:05:42.803Z Tx Adaptive EQ Fail: true true true true
35402026-04-20T07:05:42.803Z Tx Failure: false false false false
35412026-04-20T07:05:42.803Z Tx Force Squelch: true true true true
35422026-04-20T07:05:42.803Z Tx Input Polarity: normal normal normal normal
35432026-04-20T07:05:42.803Ztest switchport::test::test_print_cmis_datapath ... ok
35442026-04-20T07:05:42.803Ztest switchport::test::test_print_sff_datapath ... ok
35452026-04-20T07:05:42.803Z
35462026-04-20T07:05:42.803Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
35472026-04-20T07:05:42.803Z
35482026-04-20T07:05:42.803Z Running tests/counters.rs (target/debug/deps/counters-65648c91701032e7)
35492026-04-20T07:05:42.808Z
35502026-04-20T07:05:42.808Zrunning 1 test
35512026-04-20T07:05:42.810Ztest test_p4_counter_list ... ignored
35522026-04-20T07:05:42.810Z
35532026-04-20T07:05:42.810Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35542026-04-20T07:05:42.810Z
35552026-04-20T07:05:42.810Z Running tests/port-link.rs (target/debug/deps/port_link-208d7a2e0061da87)
35562026-04-20T07:05:42.814Z
35572026-04-20T07:05:42.814Zrunning 5 tests
35582026-04-20T07:05:42.817Ztest test_an ... ignored
35592026-04-20T07:05:42.817Ztest test_enable ... ignored
35602026-04-20T07:05:42.817Ztest test_ip_addresses ... ignored
35612026-04-20T07:05:42.817Ztest test_kr ... ignored
35622026-04-20T07:05:42.817Ztest test_mac ... ignored
35632026-04-20T07:05:42.817Z
35642026-04-20T07:05:42.817Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35652026-04-20T07:05:42.817Z
35662026-04-20T07:05:42.817Z Running unittests src/main.rs (target/debug/deps/tfportd-c1c543c4a39bd708)
35672026-04-20T07:05:42.841Z
35682026-04-20T07:05:42.841Zrunning 3 tests
35692026-04-20T07:05:42.844Ztest linklocal::test_parse_ipadm ... ok
35702026-04-20T07:05:42.847Ztest tfport::test_parse_tfport ... ok
35712026-04-20T07:05:42.847Ztest config::tests::test_updates ... ok
35722026-04-20T07:05:42.847Z
35732026-04-20T07:05:42.847Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35742026-04-20T07:05:42.847Z
35752026-04-20T07:05:42.847Z Running unittests src/main.rs (target/debug/deps/uplinkd-7d3262723a540427)
35762026-04-20T07:05:42.853Z
35772026-04-20T07:05:42.853Zrunning 0 tests
35782026-04-20T07:05:42.855Z
35792026-04-20T07:05:42.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35802026-04-20T07:05:42.855Z
35812026-04-20T07:05:42.855Z Running unittests src/main.rs (target/debug/deps/xtask-73d3a7120595e126)
35822026-04-20T07:05:42.858Z
35832026-04-20T07:05:42.858Zrunning 0 tests
35842026-04-20T07:05:42.858Z
35852026-04-20T07:05:42.858Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35862026-04-20T07:05:42.858Z
35872026-04-20T07:05:42.861Z Doc-tests aal
35882026-04-20T07:05:43.054Z
35892026-04-20T07:05:43.054Zrunning 0 tests
35902026-04-20T07:05:43.054Z
35912026-04-20T07:05:43.058Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35922026-04-20T07:05:43.058Z
35932026-04-20T07:05:43.073Z Doc-tests aal_macros
35942026-04-20T07:05:43.150Z
35952026-04-20T07:05:43.150Zrunning 0 tests
35962026-04-20T07:05:43.150Z
35972026-04-20T07:05:43.150Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35982026-04-20T07:05:43.150Z
35992026-04-20T07:05:43.164Z Doc-tests common
36002026-04-20T07:05:43.411Z
36012026-04-20T07:05:43.411Zrunning 0 tests
36022026-04-20T07:05:43.411Z
36032026-04-20T07:05:43.411Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36042026-04-20T07:05:43.411Z
36052026-04-20T07:05:43.435Z Doc-tests dpd_api
36062026-04-20T07:05:44.737Z
36072026-04-20T07:05:44.737Zrunning 2 tests
36082026-04-20T07:05:44.737Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
36092026-04-20T07:05:44.737Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
36102026-04-20T07:05:44.737Z
36112026-04-20T07:05:44.737Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36122026-04-20T07:05:44.737Z
36132026-04-20T07:05:44.782Z Doc-tests dpd_client
36142026-04-20T07:05:46.196Z
36152026-04-20T07:05:46.196Zrunning 0 tests
36162026-04-20T07:05:46.196Z
36172026-04-20T07:05:46.196Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36182026-04-20T07:05:46.197Z
36192026-04-20T07:05:46.244Z Doc-tests dpd_types
36202026-04-20T07:05:46.594Z
36212026-04-20T07:05:46.594Zrunning 0 tests
36222026-04-20T07:05:46.594Z
36232026-04-20T07:05:46.594Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36242026-04-20T07:05:46.594Z
36252026-04-20T07:05:46.627Z Doc-tests packet
36262026-04-20T07:05:46.740Z
36272026-04-20T07:05:46.740Zrunning 0 tests
36282026-04-20T07:05:46.740Z
36292026-04-20T07:05:46.740Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36302026-04-20T07:05:46.740Z
36312026-04-20T07:05:46.758Z Doc-tests pcap
36322026-04-20T07:05:46.814Z
36332026-04-20T07:05:46.814Zrunning 0 tests
36342026-04-20T07:05:46.814Z
36352026-04-20T07:05:46.814Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36362026-04-20T07:05:46.814Z
36372026-04-20T07:05:46.882Z+ for feat in tofino_stub tofino_asic softnpu chaos
36382026-04-20T07:05:46.882Z+ RUST_BACKTRACE=full
36392026-04-20T07:05:46.882Z+ cargo test --features chaos --no-fail-fast
36402026-04-20T07:05:47.599Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
36412026-04-20T07:05:47.687Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
36422026-04-20T07:05:47.696Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
36432026-04-20T07:05:47.703Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
36442026-04-20T07:05:56.190Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
36452026-04-20T07:05:57.115Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
36462026-04-20T07:06:31.328Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.41s
36472026-04-20T07:06:31.458Z Running unittests src/lib.rs (target/debug/deps/aal-57c7e2ed35c07c3f)
36482026-04-20T07:06:31.463Z
36492026-04-20T07:06:31.463Zrunning 5 tests
36502026-04-20T07:06:31.466Ztest fuse::tests::chip_revision_a0 ... ok
36512026-04-20T07:06:31.466Ztest fuse::tests::chip_revision_b0 ... ok
36522026-04-20T07:06:31.466Ztest fuse::tests::chip_revision_unknown_device_id ... ok
36532026-04-20T07:06:31.466Ztest fuse::tests::chip_revision_b1 ... ok
36542026-04-20T07:06:31.466Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
36552026-04-20T07:06:31.466Z
36562026-04-20T07:06:31.466Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36572026-04-20T07:06:31.466Z
36582026-04-20T07:06:31.466Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
36592026-04-20T07:06:31.469Z
36602026-04-20T07:06:31.469Zrunning 0 tests
36612026-04-20T07:06:31.469Z
36622026-04-20T07:06:31.469Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36632026-04-20T07:06:31.469Z
36642026-04-20T07:06:31.469Z Running unittests src/lib.rs (target/debug/deps/asic-216f4a04022aa8e4)
36652026-04-20T07:06:31.475Z
36662026-04-20T07:06:31.475Zrunning 0 tests
36672026-04-20T07:06:31.475Z
36682026-04-20T07:06:31.478Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36692026-04-20T07:06:31.478Z
36702026-04-20T07:06:31.478Z Running unittests src/lib.rs (target/debug/deps/common-f3d8a3c4f906c8b1)
36712026-04-20T07:06:31.481Z
36722026-04-20T07:06:31.481Zrunning 10 tests
36732026-04-20T07:06:31.483Ztest nat::tests::test_vni ... ok
36742026-04-20T07:06:31.484Ztest network::tests::test_equal ... ok
36752026-04-20T07:06:31.484Ztest network::tests::test_eui64 ... ok
36762026-04-20T07:06:31.484Ztest network::tests::test_into ... ok
36772026-04-20T07:06:31.484Ztest network::tests::test_not_equal ... ok
36782026-04-20T07:06:31.484Ztest network::tests::test_generate_ipv6_link_local ... ok
36792026-04-20T07:06:31.487Ztest test_purge ... ok
36802026-04-20T07:06:31.487Ztest network::tests::test_to_string ... ok
36812026-04-20T07:06:31.487Ztest network::tests::test_parse ... ok
36822026-04-20T07:06:31.489Ztest illumos::test::address_exists_handles_missing_object ... ok
36832026-04-20T07:06:31.489Z
36842026-04-20T07:06:31.489Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
36852026-04-20T07:06:31.489Z
36862026-04-20T07:06:31.489Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b6e2be1e9bb8a375)
36872026-04-20T07:06:31.513Z
36882026-04-20T07:06:31.513Zrunning 1 test
36892026-04-20T07:06:32.784Ztest test::test_apis_up_to_date ... ok
36902026-04-20T07:06:32.784Z
36912026-04-20T07:06:32.784Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
36922026-04-20T07:06:32.784Z
36932026-04-20T07:06:32.839Z Running unittests src/main.rs (target/debug/deps/dpd-9c64d7998c2e5684)
36942026-04-20T07:06:32.845Z
36952026-04-20T07:06:32.845Zrunning 44 tests
36962026-04-20T07:06:32.848Ztest freemap::test_ordering ... ok
36972026-04-20T07:06:32.848Ztest freemap::test_split ... ok
36982026-04-20T07:06:32.848Ztest config::tests::test_updates ... ok
36992026-04-20T07:06:32.848Ztest macaddrs::tests::test_mac_offset ... ok
37002026-04-20T07:06:32.848Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
37012026-04-20T07:06:32.848Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
37022026-04-20T07:06:32.848Ztest macaddrs::tests::test_parse_port_id ... ok
37032026-04-20T07:06:32.851Ztest mcast::tests::test_canonicalize_sources ... ok
37042026-04-20T07:06:32.851ZApr 20 07:06:31.548 DEBG created new freemap, unit: freemap_test
37052026-04-20T07:06:32.851ZApr 20 07:06:31.548 DEBG initted freemap. size: 128, unit: freemap_test
37062026-04-20T07:06:32.851ZApr 20 07:06:31.549 DEBG reset freemap, unit: freemap_test
37072026-04-20T07:06:32.851ZApr 20 07:06:31.548 DEBG created new freemap, unit: freemap_test
37082026-04-20T07:06:32.851ZApr 20 07:06:31.549 DEBG initted freemap. size: 128, unit: freemap_test
37092026-04-20T07:06:32.851ZApr 20 07:06:31.549 DEBG reset freemap, unit: freemap_test
37102026-04-20T07:06:32.851Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
37112026-04-20T07:06:32.851ZApr 20 07:06:31.549 DEBG created new freemap, unit: freemap_test
37122026-04-20T07:06:32.851ZApr 20 07:06:31.549 DEBG initted freemap. size: 128, unit: freemap_test
37132026-04-20T07:06:32.851ZApr 20 07:06:31.549 DEBG reset freemap, unit: freemap_test
37142026-04-20T07:06:32.851Ztest freemap::test_basic ... ok
37152026-04-20T07:06:32.851Ztest freemap::test_free ... ok
37162026-04-20T07:06:32.851ZApr 20 07:06:31.549 DEBG created new freemap, unit: freemap_test
37172026-04-20T07:06:32.851ZApr 20 07:06:31.549 DEBG initted freemap. size: 128, unit: freemap_test
37182026-04-20T07:06:32.851ZApr 20 07:06:31.549 DEBG reset freemap, unit: freemap_test
37192026-04-20T07:06:32.851Ztest freemap::test_reclaim ... ok
37202026-04-20T07:06:32.851ZApr 20 07:06:31.549 DEBG created new freemap, unit: freemap_test
37212026-04-20T07:06:32.851ZApr 20 07:06:31.549 DEBG initted freemap. size: 128, unit: freemap_test
37222026-04-20T07:06:32.851Ztest freemap::test_exhaustion ... ok
37232026-04-20T07:06:32.851ZApr 20 07:06:31.549 DEBG reset freemap, unit: freemap_test
37242026-04-20T07:06:32.851Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
37252026-04-20T07:06:32.851Ztest freemap::test_span ... ok
37262026-04-20T07:06:32.851Ztest mcast::tests::test_create_port_bitmap_empty ... ok
37272026-04-20T07:06:32.851Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
37282026-04-20T07:06:32.851Ztest mcast::tests::test_concurrent_id_allocation ... ok
37292026-04-20T07:06:32.852Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
37302026-04-20T07:06:32.852Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
37312026-04-20T07:06:32.852Ztest mcast::tests::test_sources_contain_any ... ok
37322026-04-20T07:06:32.852Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
37332026-04-20T07:06:32.852Ztest mcast::validate::tests::test_address_validation_integrated ... ok
37342026-04-20T07:06:32.852Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
37352026-04-20T07:06:32.852Ztest mcast::validate::tests::test_ipv4_validation ... ok
37362026-04-20T07:06:32.852Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
37372026-04-20T07:06:32.852Ztest mcast::validate::tests::test_is_ssm_function ... ok
37382026-04-20T07:06:32.852Ztest mcast::validate::tests::test_ipv6_validation ... ok
37392026-04-20T07:06:32.852Ztest mcast::validate::tests::test_validate_nat_target ... ok
37402026-04-20T07:06:32.852Ztest mcast::validate::tests::test_validate_source_addresses ... ok
37412026-04-20T07:06:32.852Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
37422026-04-20T07:06:32.852Ztest mcast::validate::tests::test_validate_tag ... ok
37432026-04-20T07:06:32.852Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
37442026-04-20T07:06:32.852Ztest nat::test_mapping ... ok
37452026-04-20T07:06:32.852Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
37462026-04-20T07:06:32.852Ztest mcast::validate::tests::test_validate_tag_format ... ok
37472026-04-20T07:06:32.852Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
37482026-04-20T07:06:32.852Ztest port_map::tests::test_backplane_group ... ok
37492026-04-20T07:06:32.852Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
37502026-04-20T07:06:32.855Ztest port_map::tests::test_port_map ... ok
37512026-04-20T07:06:32.855Ztest port_map::tests::dump_map ... ok
37522026-04-20T07:06:32.855Ztest api_server::tests::test_build_info ... ok
37532026-04-20T07:06:32.855Ztest mcast::tests::test_id_range_boundaries ... ok
37542026-04-20T07:06:32.855Ztest port_map::tests::parse_softnpu_revision ... ok
37552026-04-20T07:06:32.855Z
37562026-04-20T07:06:32.855Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
37572026-04-20T07:06:32.855Z
37582026-04-20T07:06:32.855Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-042968661fa4bc73)
37592026-04-20T07:06:32.858Z
37602026-04-20T07:06:32.858Zrunning 0 tests
37612026-04-20T07:06:32.858Z
37622026-04-20T07:06:32.858Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37632026-04-20T07:06:32.858Z
37642026-04-20T07:06:32.862Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a1eccfc28e903b82)
37652026-04-20T07:06:32.865Z
37662026-04-20T07:06:32.865Zrunning 0 tests
37672026-04-20T07:06:32.865Z
37682026-04-20T07:06:32.865Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37692026-04-20T07:06:32.865Z
37702026-04-20T07:06:32.865Z Running unittests src/lib.rs (target/debug/deps/dpd_client-f0c1c759badea7d2)
37712026-04-20T07:06:32.872Z
37722026-04-20T07:06:32.872Zrunning 6 tests
37732026-04-20T07:06:32.875Ztest tests::test_full_lot_id_neither_present ... ok
37742026-04-20T07:06:32.875Ztest tests::test_full_lot_id_lotnum_only ... ok
37752026-04-20T07:06:32.875Ztest tests::test_full_lot_id_lot_only ... ok
37762026-04-20T07:06:32.875Ztest tests::test_full_lot_id_both_present ... ok
37772026-04-20T07:06:32.875Ztest tests::test_port_id_cmp ... ok
37782026-04-20T07:06:32.875Ztest tests::test_parse_client_port_id ... ok
37792026-04-20T07:06:32.878Z
37802026-04-20T07:06:32.878Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37812026-04-20T07:06:32.878Z
37822026-04-20T07:06:32.878Z Running tests/test_all.rs (target/debug/deps/test_all-0a532b594b88c792)
37832026-04-20T07:06:32.881Z
37842026-04-20T07:06:32.881Zrunning 6 tests
37852026-04-20T07:06:35.891Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
37862026-04-20T07:06:35.894Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
37872026-04-20T07:06:35.894Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
37882026-04-20T07:06:35.898Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
37892026-04-20T07:06:36.228Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
37902026-04-20T07:06:37.208Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
37912026-04-20T07:06:37.208Z
37922026-04-20T07:06:37.208Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.33s
37932026-04-20T07:06:37.208Z
37942026-04-20T07:06:37.214Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a7e1486df4bb877a)
37952026-04-20T07:06:37.219Z
37962026-04-20T07:06:37.219Zrunning 0 tests
37972026-04-20T07:06:37.219Z
37982026-04-20T07:06:37.222Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37992026-04-20T07:06:37.222Z
38002026-04-20T07:06:37.222Z Running unittests src/lib.rs (target/debug/deps/packet-4a95a41ba0218512)
38012026-04-20T07:06:37.227Z
38022026-04-20T07:06:37.227Zrunning 12 tests
38032026-04-20T07:06:37.230Ztest icmp::test_v6_checksum ... ok
38042026-04-20T07:06:37.230Ztest icmp::test_v4_checksum ... ok
38052026-04-20T07:06:37.230Ztest lldp::test_lldp_parse ... ok
38062026-04-20T07:06:37.230Ztest ipv6::test_ipv6_parse ... ok
38072026-04-20T07:06:37.230Ztest pbuf::test_byte ... ok
38082026-04-20T07:06:37.230Ztest pbuf::test_nibble ... ok
38092026-04-20T07:06:37.230Ztest pbuf::test_short ... ok
38102026-04-20T07:06:37.230Ztest pbuf::test_twelve ... ok
38112026-04-20T07:06:37.230Ztest pbuf::test_word ... ok
38122026-04-20T07:06:37.230Ztest pbuf::test_overflow ... ok
38132026-04-20T07:06:37.230Ztest tcp::test_checksum_ack_data ... ok
38142026-04-20T07:06:37.230Ztest tcp::test_checksum_syn_nodata ... ok
38152026-04-20T07:06:37.230Z
38162026-04-20T07:06:37.230Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38172026-04-20T07:06:37.230Z
38182026-04-20T07:06:37.230Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
38192026-04-20T07:06:37.233Z
38202026-04-20T07:06:37.233Zrunning 0 tests
38212026-04-20T07:06:37.233Z
38222026-04-20T07:06:37.233Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38232026-04-20T07:06:37.233Z
38242026-04-20T07:06:37.236Z Running unittests src/main.rs (target/debug/deps/swadm-2f8d8f468b814c2d)
38252026-04-20T07:06:37.244Z
38262026-04-20T07:06:37.244Zrunning 5 tests
38272026-04-20T07:06:37.248Ztest switchport::test::test_compute_lanes ... ok
38282026-04-20T07:06:37.251Ztest switchport::test::port_id_ordering ... ok
38292026-04-20T07:06:37.251Z Lane 0 Lane 1 Lane 2 Lane 3
38302026-04-20T07:06:37.251Z Lane 0 Rx Loss-of-lock: Yes Yes Yes Lane 1Yes
38312026-04-20T07:06:37.251ZLane 2 Rx Loss-of-signal: Yes Lane 3Yes
38322026-04-20T07:06:37.251Z Yes State: Activated Yes
38332026-04-20T07:06:37.251ZActivated Rx CDR Enabled: Yes Activated YesActivated
38342026-04-20T07:06:37.251ZYes Rx Output Enabled: falseYes
38352026-04-20T07:06:37.251Zfalse Tx Enabled: Yes false Yesfalse
38362026-04-20T07:06:37.251ZYes Rx Output Status: validYes
38372026-04-20T07:06:37.251Zvalid Tx Loss-of-lock: No validNo valid
38382026-04-20T07:06:37.251ZNo Rx Loss-of-lock: trueNo
38392026-04-20T07:06:37.251Ztrue Tx Loss-of-signal: Notrue trueNo
38402026-04-20T07:06:37.251Z Rx Loss-of-signal: falsetest link::test_filter ... Nofalse ok No
38412026-04-20T07:06:37.251Z
38422026-04-20T07:06:37.251Z Tx CDR Enabled: Nofalse false
38432026-04-20T07:06:37.251Z Rx Auto-squelch Disable: trueNo Notrue No
38442026-04-20T07:06:37.251Ztrue Tx Adaptive EQ Fault: No true
38452026-04-20T07:06:37.251ZNo Tx Output Enabled: true No trueNo
38462026-04-20T07:06:37.251Z Tx Fault: Yestrue true
38472026-04-20T07:06:37.251ZYes Tx Output Status: invalid Yes Yesinvalid
38482026-04-20T07:06:37.251Z invalid invalid
38492026-04-20T07:06:37.251Z Tx Loss-of-lock: false false false false
38502026-04-20T07:06:37.251Z Tx Loss-of-signal: true true true true
38512026-04-20T07:06:37.251ZTx Auto-squelch Disable: false false false false
38522026-04-20T07:06:37.251Z Tx Adaptive EQ Fail: true true true true
38532026-04-20T07:06:37.251Z Tx Failure: false false false false
38542026-04-20T07:06:37.251Z Tx Force Squelch: true true true true
38552026-04-20T07:06:37.251Z Tx Input Polarity: normal normal normal normal
38562026-04-20T07:06:37.251Ztest switchport::test::test_print_cmis_datapath ... ok
38572026-04-20T07:06:37.251Ztest switchport::test::test_print_sff_datapath ... ok
38582026-04-20T07:06:37.251Z
38592026-04-20T07:06:37.251Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
38602026-04-20T07:06:37.251Z
38612026-04-20T07:06:37.266Z Running tests/counters.rs (target/debug/deps/counters-c81ad2a512bf7a1e)
38622026-04-20T07:06:37.266Z
38632026-04-20T07:06:37.266Zrunning 1 test
38642026-04-20T07:06:37.266Ztest test_p4_counter_list ... ignored
38652026-04-20T07:06:37.266Z
38662026-04-20T07:06:37.266Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
38672026-04-20T07:06:37.266Z
38682026-04-20T07:06:37.266Z Running tests/port-link.rs (target/debug/deps/port_link-bae0a4bbb20f2e34)
38692026-04-20T07:06:37.266Z
38702026-04-20T07:06:37.266Zrunning 5 tests
38712026-04-20T07:06:37.266Ztest test_an ... ignored
38722026-04-20T07:06:37.266Ztest test_enable ... ignored
38732026-04-20T07:06:37.266Ztest test_ip_addresses ... ignored
38742026-04-20T07:06:37.266Ztest test_kr ... ignored
38752026-04-20T07:06:37.266Ztest test_mac ... ignored
38762026-04-20T07:06:37.266Z
38772026-04-20T07:06:37.266Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
38782026-04-20T07:06:37.266Z
38792026-04-20T07:06:37.266Z Running unittests src/main.rs (target/debug/deps/tfportd-d1a1473cae24d14d)
38802026-04-20T07:06:37.266Z
38812026-04-20T07:06:37.266Zrunning 3 tests
38822026-04-20T07:06:37.266Ztest linklocal::test_parse_ipadm ... ok
38832026-04-20T07:06:37.266Ztest tfport::test_parse_tfport ... ok
38842026-04-20T07:06:37.266Ztest config::tests::test_updates ... ok
38852026-04-20T07:06:37.266Z
38862026-04-20T07:06:37.266Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38872026-04-20T07:06:37.266Z
38882026-04-20T07:06:37.266Z Running unittests src/main.rs (target/debug/deps/uplinkd-ec2f60824b215aa9)
38892026-04-20T07:06:37.270Z
38902026-04-20T07:06:37.270Zrunning 0 tests
38912026-04-20T07:06:37.270Z
38922026-04-20T07:06:37.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38932026-04-20T07:06:37.270Z
38942026-04-20T07:06:37.270Z Running unittests src/main.rs (target/debug/deps/xtask-64a690c77857a17f)
38952026-04-20T07:06:37.273Z
38962026-04-20T07:06:37.273Zrunning 0 tests
38972026-04-20T07:06:37.274Z
38982026-04-20T07:06:37.274Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38992026-04-20T07:06:37.274Z
39002026-04-20T07:06:37.276Z Doc-tests aal
39012026-04-20T07:06:37.470Z
39022026-04-20T07:06:37.470Zrunning 0 tests
39032026-04-20T07:06:37.470Z
39042026-04-20T07:06:37.473Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39052026-04-20T07:06:37.473Z
39062026-04-20T07:06:37.491Z Doc-tests aal_macros
39072026-04-20T07:06:37.568Z
39082026-04-20T07:06:37.568Zrunning 0 tests
39092026-04-20T07:06:37.568Z
39102026-04-20T07:06:37.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39112026-04-20T07:06:37.568Z
39122026-04-20T07:06:37.582Z Doc-tests common
39132026-04-20T07:06:37.826Z
39142026-04-20T07:06:37.826Zrunning 0 tests
39152026-04-20T07:06:37.826Z
39162026-04-20T07:06:37.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39172026-04-20T07:06:37.826Z
39182026-04-20T07:06:37.850Z Doc-tests dpd_api
39192026-04-20T07:06:39.147Z
39202026-04-20T07:06:39.147Zrunning 2 tests
39212026-04-20T07:06:39.147Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
39222026-04-20T07:06:39.147Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
39232026-04-20T07:06:39.147Z
39242026-04-20T07:06:39.147Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
39252026-04-20T07:06:39.147Z
39262026-04-20T07:06:39.193Z Doc-tests dpd_client
39272026-04-20T07:06:40.551Z
39282026-04-20T07:06:40.551Zrunning 0 tests
39292026-04-20T07:06:40.551Z
39302026-04-20T07:06:40.551Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39312026-04-20T07:06:40.551Z
39322026-04-20T07:06:40.601Z Doc-tests dpd_types
39332026-04-20T07:06:40.952Z
39342026-04-20T07:06:40.953Zrunning 0 tests
39352026-04-20T07:06:40.953Z
39362026-04-20T07:06:40.953Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39372026-04-20T07:06:40.953Z
39382026-04-20T07:06:40.986Z Doc-tests packet
39392026-04-20T07:06:41.101Z
39402026-04-20T07:06:41.101Zrunning 0 tests
39412026-04-20T07:06:41.101Z
39422026-04-20T07:06:41.101Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39432026-04-20T07:06:41.101Z
39442026-04-20T07:06:41.119Z Doc-tests pcap
39452026-04-20T07:06:41.175Z
39462026-04-20T07:06:41.175Zrunning 0 tests
39472026-04-20T07:06:41.175Z
39482026-04-20T07:06:41.175Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39492026-04-20T07:06:41.175Z
39502026-04-20T07:06:41.232Zprocess exited: duration 727090 ms, exit code 0
 
39512026-04-20T07:06:41.238Zfound 0 output files