01KREHG50Z3BQ9EWSNGBXTEHDW: test

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

Buildomat Job: 01KREHGH1W94YFHAR0E2P42DCY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-12T16:50:54.522Zjob assigned to worker 01KREHGSF1GWH9S1NK5DHA9SNT [factory aws, i-02d04e31ad09d4940] (queued for 1 m 4 s)
 
22026-05-12T16:51:01.272Zstarting task 0: "setup"
32026-05-12T16:51:01.276Z++ uname -s
42026-05-12T16:51:01.279Z+ kern=SunOS
52026-05-12T16:51:01.279Z+ build_user=build
62026-05-12T16:51:01.279Z+ build_uid=12345
72026-05-12T16:51:01.279Z+ work_dir=/work
82026-05-12T16:51:01.279Z+ input_dir=/input
92026-05-12T16:51:01.279Z+ [[ 0 == 12345 ]]
102026-05-12T16:51:01.279Z+ case "$kern" in
112026-05-12T16:51:01.279Z+ groupadd -g 12345 build
122026-05-12T16:51:01.283Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-12T16:51:03.286Z+ zfs create -o mountpoint=/work rpool/work
142026-05-12T16:51:03.402Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-12T16:51:03.405Z+ home_fs=zfs
162026-05-12T16:51:03.405Z+ [[ zfs == autofs ]]
172026-05-12T16:51:03.405Z+ mkdir -p /home/build
182026-05-12T16:51:03.405Z+ chown build:build /home/build /work
192026-05-12T16:51:05.406Z+ chmod 0700 /home/build /work
202026-05-12T16:51:05.410Zprocess exited: duration 4139 ms, exit code 0
 
212026-05-12T16:51:05.417Zstarting task 1: "rust-toolchain"
222026-05-12T16:51:05.421Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-12T16:51:05.421Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-12T16:51:05.421Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-12T16:51:05.421Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-12T16:51:05.421Z * rust toolchain channel = "1.90.0"
272026-05-12T16:51:05.421Z * rust toolchain profile = "default"
282026-05-12T16:51:05.424Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-12T16:51:05.424Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-12T16:51:05.518Zinfo: downloading installer
312026-05-12T16:51:06.998Zwarn: It looks like you have an existing installation of Rust at:
322026-05-12T16:51:06.998Zwarn: /opt/ooce/bin
332026-05-12T16:51:06.998Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-12T16:51:06.998Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-12T16:51:06.998Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-12T16:51:06.998Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-12T16:51:06.998Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-12T16:51:06.998Zerror: cannot install while Rust is installed
392026-05-12T16:51:06.998Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-12T16:51:06.998Zwarn: It looks like you have an existing rustup settings file at:
412026-05-12T16:51:06.998Zwarn: /home/build/.rustup/settings.toml
422026-05-12T16:51:06.998Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-12T16:51:06.998Zwarn: instead of the one inferred from the default host triple.
442026-05-12T16:51:07.005Zinfo: profile set to default
452026-05-12T16:51:07.005Zinfo: default host triple is x86_64-unknown-illumos
462026-05-12T16:51:07.009Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-05-12T16:51:07.156Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-05-12T16:51:07.165Zinfo: downloading 6 components
492026-05-12T16:51:21.250Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-05-12T16:51:21.250Z
512026-05-12T16:51:21.279Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-05-12T16:51:21.279Z
532026-05-12T16:51:21.282Z
542026-05-12T16:51:21.282ZRust is installed now. Great!
552026-05-12T16:51:21.282Z
562026-05-12T16:51:21.282ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-12T16:51:21.282Zenvironment variable. This has not been done automatically.
582026-05-12T16:51:21.282Z
592026-05-12T16:51:21.282ZTo configure your current shell, you need to source
602026-05-12T16:51:21.282Zthe corresponding env file under $HOME/.cargo.
612026-05-12T16:51:21.282Z
622026-05-12T16:51:21.283ZThis is usually done by running one of the following (note the leading DOT):
632026-05-12T16:51:21.283Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-12T16:51:21.283Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-12T16:51:21.283Zsource "~/.cargo/env.nu" # For nushell
662026-05-12T16:51:21.283Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-12T16:51:21.283Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-12T16:51:21.283Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-12T16:51:21.283Zwarn: no default linker (`cc`) was found in your PATH
702026-05-12T16:51:21.283Zwarn: many Rust crates require a system C toolchain to build
712026-05-12T16:51:21.372Z+ rustup --version
722026-05-12T16:51:21.380Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-12T16:51:21.384Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-12T16:51:21.403Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-05-12T16:51:21.406Z+ cargo --version
762026-05-12T16:51:21.418Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-05-12T16:51:21.422Z+ rustc --version
782026-05-12T16:51:21.440Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-05-12T16:51:21.444Zprocess exited: duration 16024 ms, exit code 0
 
802026-05-12T16:51:21.451Zstarting task 2: "authentication"
812026-05-12T16:51:21.470Zprocess exited: duration 18 ms, exit code 0
 
822026-05-12T16:51:21.480Zstarting task 3: "clone repository"
832026-05-12T16:51:21.484Z+ mkdir -p /work/oxidecomputer/dendrite
842026-05-12T16:51:21.487Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-05-12T16:51:21.514ZCloning into '/work/oxidecomputer/dendrite'...
862026-05-12T16:51:22.646Z+ cd /work/oxidecomputer/dendrite
872026-05-12T16:51:22.646Z+ git fetch origin e7e3cfeefca9b21abf6319e03ec0997bcaa1a366
882026-05-12T16:51:22.898ZFrom https://github.com/oxidecomputer/dendrite
892026-05-12T16:51:22.898Z * branch e7e3cfeefca9b21abf6319e03ec0997bcaa1a366 -> FETCH_HEAD
902026-05-12T16:51:22.904Z+ [[ -n sunshowers/spr/dpd-api-migrate-to-rfd-619-pattern ]]
912026-05-12T16:51:22.907Z++ git branch --show-current
922026-05-12T16:51:22.907Z+ current=main
932026-05-12T16:51:22.907Z+ [[ main != sunshowers/spr/dpd-api-migrate-to-rfd-619-pattern ]]
942026-05-12T16:51:22.907Z+ git branch -f sunshowers/spr/dpd-api-migrate-to-rfd-619-pattern e7e3cfeefca9b21abf6319e03ec0997bcaa1a366
952026-05-12T16:51:22.910Z+ git checkout -f sunshowers/spr/dpd-api-migrate-to-rfd-619-pattern
962026-05-12T16:51:22.928ZSwitched to branch 'sunshowers/spr/dpd-api-migrate-to-rfd-619-pattern'
972026-05-12T16:51:22.932Z+ git reset --hard e7e3cfeefca9b21abf6319e03ec0997bcaa1a366
982026-05-12T16:51:22.936ZHEAD is now at e7e3cfe rebase on main, review feedback
992026-05-12T16:51:22.939Zprocess exited: duration 1456 ms, exit code 0
 
1002026-05-12T16:51:22.946Zstarting task 4: "build"
1012026-05-12T16:51:22.950Z+ source .github/buildomat/common.sh
1022026-05-12T16:51:22.950Z++ TOFINO_STAGES=20
1032026-05-12T16:51:22.950Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
1042026-05-12T16:51:22.950Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1052026-05-12T16:51:22.950Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
1062026-05-12T16:51:22.953Z+++ uname -s
1072026-05-12T16:51:22.953Z++ '[' SunOS == SunOS ']'
1082026-05-12T16:51:22.953Z++ SERIES=illumos
1092026-05-12T16:51:22.953Z+++ uname -s
1102026-05-12T16:51:22.953Z++ '[' SunOS == SunOS ']'
1112026-05-12T16:51:22.957Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1122026-05-12T16:51:22.957Z++ rustup show active-toolchain
1132026-05-12T16:51:22.960Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1142026-05-12T16:51:22.960Z+ source .github/buildomat/illumos.sh
1152026-05-12T16:51:22.960Z++ banner 'sde setup'
1162026-05-12T16:51:22.963Z
1172026-05-12T16:51:22.963Z #### ##### ###### #### ###### ##### # # #####
1182026-05-12T16:51:22.963Z # # # # # # # # # # #
1192026-05-12T16:51:22.963Z #### # # ##### #### ##### # # # # #
1202026-05-12T16:51:22.963Z # # # # # # # # # #####
1212026-05-12T16:51:22.963Z # # # # # # # # # # # #
1222026-05-12T16:51:22.963Z #### ##### ###### #### ###### # #### #
1232026-05-12T16:51:22.963Z
1242026-05-12T16:51:22.963Z++ export PKG=tofino_sde.p5p
1252026-05-12T16:51:22.963Z++ PKG=tofino_sde.p5p
1262026-05-12T16:51:22.963Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1272026-05-12T16:51:22.967Z % Total % Received % Xferd Average Speed Time Time Time Current
1282026-05-12T16:51:22.967Z Dload Upload Total Spent Left Speed
1292026-05-12T16:51:24.234Z 0 0 0 0 0 0 0 0 0 72 76.03M 72 55.08M 0 0 55.09M 0 00:01 00:01 55.10M 100 76.03M 100 76.03M 0 0 60.00M 0 00:01 00:01 55.10M 100 76.03M 100 76.03M 0 0 60.00M 0 00:01 00:01 55.10M 100 76.03M 100 76.03M 0 0 60.00M 0 00:01 00:01 55.10M
1302026-05-12T16:51:24.239Z+++ digest -a sha256 tofino_sde.p5p
1312026-05-12T16:51:24.286Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1322026-05-12T16:51:24.287Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1332026-05-12T16:51:24.290Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1342026-05-12T16:51:33.582Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-05-12T16:51:41.207Z Startup: Caching catalogs ... Done
1362026-05-12T16:51:41.397Z Startup: Refreshing catalog 'oxide' ... Done
1372026-05-12T16:51:50.481ZPlanning: Solver setup ... Done
1382026-05-12T16:51:50.520ZPlanning: Running solver ... Done
1392026-05-12T16:51:50.652ZPlanning: Finding local manifests ... Done
1402026-05-12T16:51:50.655ZPlanning: Fetching manifests: 1/1 100% complete
1412026-05-12T16:51:50.659ZPlanning: Fetching manifests: 1/1 100% complete
1422026-05-12T16:51:50.672ZPlanning: Package planning ... Done
1432026-05-12T16:51:50.675ZPlanning: Merging actions ... Done
1442026-05-12T16:51:50.762ZPlanning: Checking for conflicting actions ... Done
1452026-05-12T16:51:50.765ZPlanning: Consolidating action changes ... Done
1462026-05-12T16:51:51.534ZPlanning: Evaluating mediators ... Done
1472026-05-12T16:51:51.537ZPlanning: Planning completed in 10.13 seconds
1482026-05-12T16:51:51.541Z Packages to install: 1
1492026-05-12T16:51:51.541Z Create boot environment: No
1502026-05-12T16:51:51.541ZCreate backup boot environment: No
1512026-05-12T16:51:51.578Z
1522026-05-12T16:51:51.578ZDownload: 0/242 items 0.0/75.3MB 0% complete
1532026-05-12T16:51:51.712ZDownload: Completed 75.30 MB in 0.13 seconds (565M/s)
1542026-05-12T16:51:51.875Z Actions: 1/293 actions (Installing new actions)
1552026-05-12T16:51:52.851Z Actions: Completed 293 actions in 0.98 seconds.
1562026-05-12T16:51:52.854Z Done
1572026-05-12T16:51:52.895Z Done
1582026-05-12T16:51:53.578Z Done
1592026-05-12T16:51:56.613Z Done
1602026-05-12T16:51:56.685Z Done
1612026-05-12T16:51:56.688Z Done
1622026-05-12T16:51:56.953Z Done
1632026-05-12T16:51:57.629Z++ export SDE=/opt/oxide/tofino_sde
1642026-05-12T16:51:57.629Z++ SDE=/opt/oxide/tofino_sde
1652026-05-12T16:51:57.629Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1662026-05-12T16:51:57.629Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1672026-05-12T16:51:57.629Z++ banner packages
1682026-05-12T16:51:57.633Z
1692026-05-12T16:51:57.633Z ##### ## #### # # ## #### ###### ####
1702026-05-12T16:51:57.633Z # # # # # # # # # # # # # #
1712026-05-12T16:51:57.633Z # # # # # #### # # # ##### ####
1722026-05-12T16:51:57.633Z ##### ###### # # # ###### # ### # #
1732026-05-12T16:51:57.633Z # # # # # # # # # # # # # #
1742026-05-12T16:51:57.633Z # # # #### # # # # #### ###### ####
1752026-05-12T16:51:57.633Z
1762026-05-12T16:51:57.633Z++ pfexec pkg install clang-15 pcap
1772026-05-12T16:51:58.032Z Startup: Refreshing catalog 'helios-dev' ... Done
1782026-05-12T16:51:58.036Z Startup: Refreshing catalog 'oxide' ... Done
1792026-05-12T16:52:05.197ZPlanning: Solver setup ... Done
1802026-05-12T16:52:05.237ZPlanning: Running solver ... Done
1812026-05-12T16:52:05.373ZPlanning: Finding local manifests ... Done
1822026-05-12T16:52:05.376ZPlanning: Fetching manifests: 0/2 0% complete
1832026-05-12T16:52:05.615ZPlanning: Fetching manifests: 2/2 100% complete
1842026-05-12T16:52:05.644ZPlanning: Package planning ... Done
1852026-05-12T16:52:05.670ZPlanning: Merging actions ... Done
1862026-05-12T16:52:05.778ZPlanning: Checking for conflicting actions ... Done
1872026-05-12T16:52:05.783ZPlanning: Consolidating action changes ... Done
1882026-05-12T16:52:05.945ZPlanning: Evaluating mediators ... Done
1892026-05-12T16:52:05.953ZPlanning: Planning completed in 7.91 seconds
1902026-05-12T16:52:05.956Z Packages to install: 2
1912026-05-12T16:52:05.956Z Mediators to change: 2
1922026-05-12T16:52:05.956Z Services to change: 1
1932026-05-12T16:52:05.956Z Create boot environment: No
1942026-05-12T16:52:05.956ZCreate backup boot environment: No
1952026-05-12T16:52:05.986Z
1962026-05-12T16:52:05.986ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1972026-05-12T16:52:11.763ZDownload: 984/3076 items 82.2/211.3MB 38% complete (19.3M/s)
1982026-05-12T16:52:16.764ZDownload: 3045/3076 items 203.9/211.3MB 96% complete (18.7M/s)
1992026-05-12T16:52:17.198ZDownload: Completed 211.31 MB in 11.21 seconds (18.9M/s)
2002026-05-12T16:52:18.479Z Actions: 1/3418 actions (Installing new actions)
2012026-05-12T16:52:21.586Z Actions: Completed 3418 actions in 3.11 seconds.
2022026-05-12T16:52:22.116Z Done
2032026-05-12T16:52:22.116Z Done
2042026-05-12T16:52:22.849Z Done
2052026-05-12T16:52:25.728Z Done
2062026-05-12T16:52:25.812Z Done
2072026-05-12T16:52:25.815Z Done
2082026-05-12T16:52:26.044Z Done
2092026-05-12T16:52:26.176Z++ pfexec pkg set-mediator -V 15 clang llvm
2102026-05-12T16:52:26.368ZPlanning: Evaluating mediator changes ... Done
2112026-05-12T16:52:26.473ZPlanning: Checking for conflicting actions ... Done
2122026-05-12T16:52:26.478ZPlanning: Consolidating action changes ... Done
2132026-05-12T16:52:26.628ZPlanning: Evaluating mediators ... Done
2142026-05-12T16:52:26.633ZPlanning: Planning completed in 0.26 seconds
2152026-05-12T16:52:26.649Z Mediators to change: 2
2162026-05-12T16:52:26.649Z Create boot environment: No
2172026-05-12T16:52:26.652ZCreate backup boot environment: No
2182026-05-12T16:52:26.713Z Done
2192026-05-12T16:52:26.714Z Done
2202026-05-12T16:52:27.332Z Done
2212026-05-12T16:52:29.794Z Done
2222026-05-12T16:52:29.869Z Done
2232026-05-12T16:52:29.872Z Done
2242026-05-12T16:52:30.003Z Done
2252026-05-12T16:52:30.076Z++ cargo --version
2262026-05-12T16:52:30.086Zcargo 1.90.0 (840b83a10 2025-07-30)
2272026-05-12T16:52:30.089Z++ rustc --version
2282026-05-12T16:52:30.109Zrustc 1.90.0 (1159e78c4 2025-09-14)
2292026-05-12T16:52:30.112Z+ banner copyrights
2302026-05-12T16:52:30.115Z
2312026-05-12T16:52:30.115Z #### #### ##### # # ##### # #### # # ##### ####
2322026-05-12T16:52:30.115Z # # # # # # # # # # # # # # # # #
2332026-05-12T16:52:30.115Z # # # # # # # # # # ###### # ####
2342026-05-12T16:52:30.115Z # # # ##### # ##### # # ### # # # #
2352026-05-12T16:52:30.115Z # # # # # # # # # # # # # # # #
2362026-05-12T16:52:30.115Z #### #### # # # # # #### # # # ####
2372026-05-12T16:52:30.115Z
2382026-05-12T16:52:30.115Z+ ./tools/check_copyrights.sh
2392026-05-12T16:52:30.391Zcommon/src/illumos.rs: Copyright with wrong year
2402026-05-12T16:52:31.139Zdpd/p4/headers.p4: Copyright with wrong year
2412026-05-12T16:52:31.561Zpacket/src/eth.rs: Copyright with wrong year
2422026-05-12T16:52:32.033Z+ banner clippy
2432026-05-12T16:52:32.036Z
2442026-05-12T16:52:32.036Z #### # # ##### ##### # #
2452026-05-12T16:52:32.036Z # # # # # # # # # #
2462026-05-12T16:52:32.037Z # # # # # # # #
2472026-05-12T16:52:32.037Z # # # ##### ##### #
2482026-05-12T16:52:32.037Z # # # # # # #
2492026-05-12T16:52:32.037Z #### ###### # # # #
2502026-05-12T16:52:32.037Z
2512026-05-12T16:52:32.037Z+ for feat in tofino_stub tofino_asic softnpu chaos
2522026-05-12T16:52:32.037Z+ cargo clippy --features tofino_stub -- --deny warnings
2532026-05-12T16:52:32.189Z Updating git repository `https://github.com/oxidecomputer/omicron`
2542026-05-12T16:52:42.317Z Updating crates.io index
2552026-05-12T16:52:42.320Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-12T16:52:42.620Z Updating git repository `https://github.com/oxidecomputer/propolis`
2572026-05-12T16:52:43.448Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2582026-05-12T16:52:43.771Z Updating git repository `https://github.com/oxidecomputer/tofino`
2592026-05-12T16:52:44.135Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-05-12T16:52:44.625Z Updating git repository `https://github.com/oxidecomputer/ispf`
2612026-05-12T16:52:45.717Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2622026-05-12T16:52:46.064Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-05-12T16:52:46.392Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2642026-05-12T16:52:46.753Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2652026-05-12T16:52:47.104Z Updating git repository `https://github.com/oxidecomputer/p4`
2662026-05-12T16:52:47.651Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-05-12T16:52:48.015Z Updating git repository `https://github.com/oxidecomputer/lldp`
2682026-05-12T16:52:48.469Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-05-12T16:52:49.021Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-12T16:52:49.348Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2712026-05-12T16:52:49.690Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2722026-05-12T16:52:50.025Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732026-05-12T16:52:50.583Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742026-05-12T16:52:51.057Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752026-05-12T16:52:51.378Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762026-05-12T16:52:51.819Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2772026-05-12T16:52:53.545Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782026-05-12T16:52:54.163Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792026-05-12T16:52:55.900Z Updating git repository `https://github.com/oxidecomputer/opte`
2802026-05-12T16:52:56.507Z Updating git repository `https://github.com/oxidecomputer/tofino`
2812026-05-12T16:52:56.794Z Updating git repository `https://github.com/oxidecomputer/clickward`
2822026-05-12T16:52:57.062Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2832026-05-12T16:52:58.729Z Downloading crates ...
2842026-05-12T16:52:58.791Z Downloaded adler2 v2.0.1
2852026-05-12T16:52:58.795Z Downloaded anstyle-parse v1.0.0
2862026-05-12T16:52:58.798Z Downloaded curve25519-dalek-derive v0.1.1
2872026-05-12T16:52:58.802Z Downloaded block-buffer v0.10.4
2882026-05-12T16:52:58.805Z Downloaded critical-section v1.2.0
2892026-05-12T16:52:58.805Z Downloaded cookie v0.18.1
2902026-05-12T16:52:58.808Z Downloaded daft v0.1.4
2912026-05-12T16:52:58.811Z Downloaded bit-set v0.8.0
2922026-05-12T16:52:58.814Z Downloaded crc32fast v1.5.0
2932026-05-12T16:52:58.818Z Downloaded autocfg v1.5.0
2942026-05-12T16:52:58.821Z Downloaded crypto-common v0.1.6
2952026-05-12T16:52:58.824Z Downloaded dtrace-parser v0.3.0
2962026-05-12T16:52:58.824Z Downloaded chacha20 v0.9.1
2972026-05-12T16:52:58.827Z Downloaded dtrace-parser v0.2.0
2982026-05-12T16:52:58.827Z Downloaded defmt v0.3.100
2992026-05-12T16:52:58.831Z Downloaded atomic-waker v1.1.2
3002026-05-12T16:52:58.834Z Downloaded getrandom v0.3.3
3012026-05-12T16:52:58.837Z Downloaded equivalent v1.0.2
3022026-05-12T16:52:58.837Z Downloaded bcs v0.1.6
3032026-05-12T16:52:58.840Z Downloaded globset v0.4.16
3042026-05-12T16:52:58.843Z Downloaded dof v0.3.0
3052026-05-12T16:52:58.847Z Downloaded defmt v1.0.1
3062026-05-12T16:52:58.850Z Downloaded constant_time_eq v0.3.1
3072026-05-12T16:52:58.850Z Downloaded enum-as-inner v0.6.1
3082026-05-12T16:52:58.853Z Downloaded ciborium-ll v0.2.2
3092026-05-12T16:52:58.856Z Downloaded cfg-if v1.0.3
3102026-05-12T16:52:58.856Z Downloaded dunce v1.0.5
3112026-05-12T16:52:58.860Z Downloaded dropshot_endpoint v0.16.7
3122026-05-12T16:52:58.863Z Downloaded async-stream-impl v0.3.6
3132026-05-12T16:52:58.867Z Downloaded crossbeam-deque v0.8.6
3142026-05-12T16:52:58.870Z Downloaded clap_lex v1.1.0
3152026-05-12T16:52:58.870Z Downloaded base16ct v0.2.0
3162026-05-12T16:52:58.873Z Downloaded atomicwrites v0.4.4
3172026-05-12T16:52:58.877Z Downloaded arrayref v0.3.9
3182026-05-12T16:52:58.880Z Downloaded defmt-parser v1.0.0
3192026-05-12T16:52:58.883Z Downloaded crucible-workspace-hack v0.1.0
3202026-05-12T16:52:58.886Z Downloaded hostname v0.3.1
3212026-05-12T16:52:58.886Z Downloaded async-stream v0.3.6
3222026-05-12T16:52:58.890Z Downloaded dropshot-api-manager-types v0.5.2
3232026-05-12T16:52:58.893Z Downloaded daft-derive v0.1.4
3242026-05-12T16:52:58.896Z Downloaded const_format v0.2.34
3252026-05-12T16:52:58.899Z Downloaded gethostname v0.5.0
3262026-05-12T16:52:58.902Z Downloaded generic-array v0.14.7
3272026-05-12T16:52:58.905Z Downloaded futures-io v0.3.32
3282026-05-12T16:52:58.906Z Downloaded futures-task v0.3.32
3292026-05-12T16:52:58.909Z Downloaded ciborium-io v0.2.2
3302026-05-12T16:52:58.909Z Downloaded futures-executor v0.3.32
3312026-05-12T16:52:58.912Z Downloaded cobs v0.3.0
3322026-05-12T16:52:58.915Z Downloaded hash32 v0.3.1
3332026-05-12T16:52:58.915Z Downloaded embedded-io v0.6.1
3342026-05-12T16:52:58.919Z Downloaded foreign-types-shared v0.1.1
3352026-05-12T16:52:58.919Z Downloaded hyper-tls v0.6.0
3362026-05-12T16:52:58.922Z Downloaded foreign-types-shared v0.3.1
3372026-05-12T16:52:58.925Z Downloaded git-stub v1.0.0
3382026-05-12T16:52:58.925Z Downloaded form_urlencoded v1.2.2
3392026-05-12T16:52:58.928Z Downloaded heck v0.5.0
3402026-05-12T16:52:58.932Z Downloaded http-body v1.0.1
3412026-05-12T16:52:58.932Z Downloaded futures-sink v0.3.32
3422026-05-12T16:52:58.935Z Downloaded darling_macro v0.21.3
3432026-05-12T16:52:58.935Z Downloaded hostname v0.4.2
3442026-05-12T16:52:58.938Z Downloaded indent_write v2.2.0
3452026-05-12T16:52:58.938Z Downloaded ident_case v1.0.1
3462026-05-12T16:52:58.942Z Downloaded futures-macro v0.3.32
3472026-05-12T16:52:58.945Z Downloaded foreign-types v0.5.0
3482026-05-12T16:52:58.945Z Downloaded cargo-platform v0.1.9
3492026-05-12T16:52:58.948Z Downloaded float-ord v0.3.2
3502026-05-12T16:52:58.948Z Downloaded futures-core v0.3.32
3512026-05-12T16:52:58.951Z Downloaded dyn-clone v1.0.20
3522026-05-12T16:52:58.954Z Downloaded cmake v0.1.54
3532026-05-12T16:52:58.954Z Downloaded hubpack_derive v0.1.1
3542026-05-12T16:52:58.957Z Downloaded cancel-safe-futures v0.1.5
3552026-05-12T16:52:58.961Z Downloaded base64ct v1.8.0
3562026-05-12T16:52:58.961Z Downloaded inout v0.1.4
3572026-05-12T16:52:58.964Z Downloaded backoff v0.4.0
3582026-05-12T16:52:58.967Z Downloaded is_terminal_polyfill v1.70.1
3592026-05-12T16:52:58.967Z Downloaded fixedbitset v0.4.2
3602026-05-12T16:52:58.970Z Downloaded itoa v1.0.15
3612026-05-12T16:52:58.970Z Downloaded heck v0.4.1
3622026-05-12T16:52:58.973Z Downloaded lazy_static v1.5.0
3632026-05-12T16:52:58.976Z Downloaded internet-checksum v0.2.1
3642026-05-12T16:52:58.977Z Downloaded is-terminal v0.4.16
3652026-05-12T16:52:58.980Z Downloaded cipher v0.4.4
3662026-05-12T16:52:58.983Z Downloaded defmt-macros v1.0.1
3672026-05-12T16:52:58.983Z Downloaded cargo_metadata v0.18.1
3682026-05-12T16:52:58.986Z Downloaded is_ci v1.2.0
3692026-05-12T16:52:58.989Z Downloaded byteorder v1.5.0
3702026-05-12T16:52:58.989Z Downloaded csv-core v0.1.12
3712026-05-12T16:52:58.993Z Downloaded embedded-io v0.4.0
3722026-05-12T16:52:58.996Z Downloaded foldhash v0.1.5
3732026-05-12T16:52:58.996Z Downloaded const_format_proc_macros v0.2.34
3742026-05-12T16:52:58.999Z Downloaded bit-vec v0.8.0
3752026-05-12T16:52:59.003Z Downloaded humantime v2.3.0
3762026-05-12T16:52:59.003Z Downloaded either v1.15.0
3772026-05-12T16:52:59.007Z Downloaded bitflags v1.3.2
3782026-05-12T16:52:59.007Z Downloaded linked-hash-map v0.5.6
3792026-05-12T16:52:59.010Z Downloaded match_cfg v0.1.0
3802026-05-12T16:52:59.010Z Downloaded deranged v0.5.3
3812026-05-12T16:52:59.013Z Downloaded mime v0.3.17
3822026-05-12T16:52:59.016Z Downloaded memoffset v0.9.1
3832026-05-12T16:52:59.016Z Downloaded ciborium v0.2.2
3842026-05-12T16:52:59.019Z Downloaded memmap v0.7.0
3852026-05-12T16:52:59.023Z Downloaded fs_extra v1.3.0
3862026-05-12T16:52:59.023Z Downloaded lru-slab v0.1.2
3872026-05-12T16:52:59.026Z Downloaded lru-cache v0.1.2
3882026-05-12T16:52:59.026Z Downloaded http-body-util v0.1.3
3892026-05-12T16:52:59.029Z Downloaded ingot v0.1.1
3902026-05-12T16:52:59.032Z Downloaded foldhash v0.2.0
3912026-05-12T16:52:59.032Z Downloaded ipnetwork v0.21.1
3922026-05-12T16:52:59.035Z Downloaded ingot-types v0.1.2
3932026-05-12T16:52:59.035Z Downloaded glob v0.3.3
3942026-05-12T16:52:59.039Z Downloaded newtype_derive v0.1.6
3952026-05-12T16:52:59.042Z Downloaded num-derive v0.4.2
3962026-05-12T16:52:59.042Z Downloaded highway v1.3.0
3972026-05-12T16:52:59.045Z Downloaded ipnet v2.11.0
3982026-05-12T16:52:59.048Z Downloaded openssl-macros v0.1.1
3992026-05-12T16:52:59.048Z Downloaded opaque-debug v0.3.1
4002026-05-12T16:52:59.051Z Downloaded macaddr v1.0.1
4012026-05-12T16:52:59.051Z Downloaded num_enum_derive v0.5.11
4022026-05-12T16:52:59.054Z Downloaded num-conv v0.2.1
4032026-05-12T16:52:59.054Z Downloaded httparse v1.10.1
4042026-05-12T16:52:59.058Z Downloaded clap_derive v4.6.0
4052026-05-12T16:52:59.061Z Downloaded camino v1.2.2
4062026-05-12T16:52:59.061Z Downloaded darling v0.21.3
4072026-05-12T16:52:59.064Z Downloaded libsw-core v0.3.2
4082026-05-12T16:52:59.068Z Downloaded kstat-rs v0.2.4
4092026-05-12T16:52:59.071Z Downloaded futures v0.3.32
4102026-05-12T16:52:59.074Z Downloaded omicron-workspace-hack v0.1.0
4112026-05-12T16:52:59.074Z Downloaded num-derive v0.3.3
4122026-05-12T16:52:59.077Z Downloaded linear-map v1.2.0
4132026-05-12T16:52:59.077Z Downloaded clang-sys v1.8.1
4142026-05-12T16:52:59.080Z Downloaded blake2 v0.10.6
4152026-05-12T16:52:59.083Z Downloaded derive_more v0.99.20
4162026-05-12T16:52:59.087Z Downloaded percent-encoding v2.3.2
4172026-05-12T16:52:59.090Z Downloaded parse-display v0.10.0
4182026-05-12T16:52:59.090Z Downloaded colored v3.0.0
4192026-05-12T16:52:59.093Z Downloaded openssl-probe v0.1.6
4202026-05-12T16:52:59.093Z Downloaded powerfmt v0.2.0
4212026-05-12T16:52:59.096Z Downloaded phf_shared v0.12.1
4222026-05-12T16:52:59.096Z Downloaded pin-utils v0.1.0
4232026-05-12T16:52:59.099Z Downloaded curl v0.4.49
4242026-05-12T16:52:59.102Z Downloaded plain v0.2.3
4252026-05-12T16:52:59.102Z Downloaded potential_utf v0.1.3
4262026-05-12T16:52:59.106Z Downloaded allocator-api2 v0.2.21
4272026-05-12T16:52:59.106Z Downloaded iana-time-zone v0.1.64
4282026-05-12T16:52:59.109Z Downloaded futures-channel v0.3.32
4292026-05-12T16:52:59.112Z Downloaded num_threads v0.1.7
4302026-05-12T16:52:59.112Z Downloaded hyper-rustls v0.27.7
4312026-05-12T16:52:59.116Z Downloaded num_enum_derive v0.7.5
4322026-05-12T16:52:59.119Z Downloaded num-integer v0.1.46
4332026-05-12T16:52:59.119Z Downloaded num_enum v0.7.5
4342026-05-12T16:52:59.122Z Downloaded multer v3.1.0
4352026-05-12T16:52:59.125Z Downloaded native-tls v0.2.14
4362026-05-12T16:52:59.129Z Downloaded proc-macro-crate v1.3.1
4372026-05-12T16:52:59.129Z Downloaded icu_provider v2.0.0
4382026-05-12T16:52:59.132Z Downloaded pretty-hex v0.4.1
4392026-05-12T16:52:59.132Z Downloaded libsw v3.5.0
4402026-05-12T16:52:59.135Z Downloaded hmac v0.12.1
4412026-05-12T16:52:59.135Z Downloaded proc-macro-error-attr v1.0.4
4422026-05-12T16:52:59.138Z Downloaded proc-macro-error-attr2 v2.0.0
4432026-05-12T16:52:59.138Z Downloaded oxnet v0.1.4
4442026-05-12T16:52:59.139Z Downloaded progenitor-client v0.10.0
4452026-05-12T16:52:59.142Z Downloaded olpc-cjson v0.1.4
4462026-05-12T16:52:59.142Z Downloaded progenitor-client v0.11.1
4472026-05-12T16:52:59.145Z Downloaded oxide-tokio-rt v0.1.2
4482026-05-12T16:52:59.145Z Downloaded num_enum v0.5.11
4492026-05-12T16:52:59.148Z Downloaded darling_core v0.21.3
4502026-05-12T16:52:59.151Z Downloaded progenitor-macro v0.11.1
4512026-05-12T16:52:59.155Z Downloaded pest_generator v2.8.2
4522026-05-12T16:52:59.155Z Downloaded progenitor-macro v0.13.0
4532026-05-12T16:52:59.155Z Downloaded parse-display-derive v0.10.0
4542026-05-12T16:52:59.158Z Downloaded owo-colors v4.3.0
4552026-05-12T16:52:59.158Z Downloaded rand_xorshift v0.4.0
4562026-05-12T16:52:59.161Z Downloaded quick-error v1.2.3
4572026-05-12T16:52:59.161Z Downloaded ref-cast v1.0.25
4582026-05-12T16:52:59.164Z Downloaded indexmap v1.9.3
4592026-05-12T16:52:59.167Z Downloaded rand_chacha v0.3.1
4602026-05-12T16:52:59.168Z Downloaded pem v3.0.5
4612026-05-12T16:52:59.168Z Downloaded paste v1.0.15
4622026-05-12T16:52:59.171Z Downloaded pin-project-lite v0.2.16
4632026-05-12T16:52:59.174Z Downloaded phf v0.12.1
4642026-05-12T16:52:59.177Z Downloaded rustc_version v0.4.1
4652026-05-12T16:52:59.177Z Downloaded rustc_version v0.1.7
4662026-05-12T16:52:59.177Z Downloaded half v2.7.1
4672026-05-12T16:52:59.180Z Downloaded ppv-lite86 v0.2.21
4682026-05-12T16:52:59.183Z Downloaded progenitor-macro v0.10.0
4692026-05-12T16:52:59.183Z Downloaded memmap2 v0.9.8
4702026-05-12T16:52:59.186Z Downloaded elliptic-curve v0.13.8
4712026-05-12T16:52:59.186Z Downloaded libloading v0.8.9
4722026-05-12T16:52:59.189Z Downloaded icu_normalizer v2.0.0
4732026-05-12T16:52:59.192Z Downloaded rustc-hash v2.1.1
4742026-05-12T16:52:59.192Z Downloaded lock_api v0.4.14
4752026-05-12T16:52:59.196Z Downloaded litemap v0.8.0
4762026-05-12T16:52:59.196Z Downloaded heapless v0.8.0
4772026-05-12T16:52:59.199Z Downloaded crossbeam-epoch v0.9.18
4782026-05-12T16:52:59.202Z Downloaded chacha20poly1305 v0.10.1
4792026-05-12T16:52:59.202Z Downloaded clap v4.6.0
4802026-05-12T16:52:59.207Z Downloaded progenitor v0.10.0
4812026-05-12T16:52:59.211Z Downloaded once_cell v1.21.3
4822026-05-12T16:52:59.214Z Downloaded same-file v1.0.6
4832026-05-12T16:52:59.214Z Downloaded scroll_derive v0.13.1
4842026-05-12T16:52:59.214Z Downloaded progenitor-client v0.13.0
4852026-05-12T16:52:59.217Z Downloaded proc-macro-error v1.0.4
4862026-05-12T16:52:59.217Z Downloaded omicron-zone-package v0.12.2
4872026-05-12T16:52:59.220Z Downloaded parking_lot_core v0.9.12
4882026-05-12T16:52:59.223Z Downloaded password-hash v0.5.0
4892026-05-12T16:52:59.223Z Downloaded serde-big-array v0.5.1
4902026-05-12T16:52:59.226Z Downloaded search_path v0.1.4
4912026-05-12T16:52:59.226Z Downloaded semver v0.1.20
4922026-05-12T16:52:59.229Z Downloaded secrecy v0.10.3
4932026-05-12T16:52:59.229Z Downloaded quote v1.0.45
4942026-05-12T16:52:59.230Z Downloaded progenitor v0.13.0
4952026-05-12T16:52:59.233Z Downloaded progenitor v0.11.1
4962026-05-12T16:52:59.233Z Downloaded num-rational v0.4.2
4972026-05-12T16:52:59.236Z Downloaded resolv-conf v0.7.5
4982026-05-12T16:52:59.236Z Downloaded serde_spanned v1.0.4
4992026-05-12T16:52:59.239Z Downloaded poly1305 v0.8.0
5002026-05-12T16:52:59.239Z Downloaded serde_repr v0.1.20
5012026-05-12T16:52:59.242Z Downloaded ref-cast-impl v1.0.25
5022026-05-12T16:52:59.242Z Downloaded postcard v1.1.3
5032026-05-12T16:52:59.245Z Downloaded jiff-static v0.2.15
5042026-05-12T16:52:59.245Z Downloaded rand_core v0.6.4
5052026-05-12T16:52:59.249Z Downloaded rand_chacha v0.9.0
5062026-05-12T16:52:59.249Z Downloaded pin-project-internal v1.1.10
5072026-05-12T16:52:59.249Z Downloaded serde_spanned v0.6.9
5082026-05-12T16:52:59.252Z Downloaded pkg-config v0.3.32
5092026-05-12T16:52:59.252Z Downloaded serde_urlencoded v0.7.1
5102026-05-12T16:52:59.256Z Downloaded sha1 v0.10.6
5112026-05-12T16:52:59.256Z Downloaded sigpipe v0.1.3
5122026-05-12T16:52:59.256Z Downloaded smawk v0.3.2
5132026-05-12T16:52:59.259Z Downloaded slog-bunyan v2.5.0
5142026-05-12T16:52:59.259Z Downloaded signal-hook-tokio v0.3.1
5152026-05-12T16:52:59.259Z Downloaded iddqd v0.3.17
5162026-05-12T16:52:59.263Z Downloaded siphasher v1.0.1
5172026-05-12T16:52:59.266Z Downloaded rustversion v1.0.22
5182026-05-12T16:52:59.266Z Downloaded rustls-pemfile v2.2.0
5192026-05-12T16:52:59.269Z Downloaded log v0.4.29
5202026-05-12T16:52:59.272Z Downloaded schemars_derive v0.8.22
5212026-05-12T16:52:59.272Z Downloaded rusty-fork v0.3.0
5222026-05-12T16:52:59.272Z Downloaded papergrid v0.17.0
5232026-05-12T16:52:59.276Z Downloaded papergrid v0.11.0
5242026-05-12T16:52:59.279Z Downloaded stable_deref_trait v1.2.0
5252026-05-12T16:52:59.282Z Downloaded scroll v0.13.0
5262026-05-12T16:52:59.282Z Downloaded base64 v0.22.1
5272026-05-12T16:52:59.286Z Downloaded crypto-bigint v0.5.5
5282026-05-12T16:52:59.289Z Downloaded strsim v0.11.1
5292026-05-12T16:52:59.289Z Downloaded quinn-udp v0.5.14
5302026-05-12T16:52:59.292Z Downloaded icu_collections v2.0.0
5312026-05-12T16:52:59.295Z Downloaded strum v0.27.2
5322026-05-12T16:52:59.295Z Downloaded strum v0.26.3
5332026-05-12T16:52:59.295Z Downloaded semver v1.0.27
5342026-05-12T16:52:59.299Z Downloaded parking_lot v0.12.5
5352026-05-12T16:52:59.299Z Downloaded cc v1.2.58
5362026-05-12T16:52:59.302Z Downloaded sync_wrapper v1.0.2
5372026-05-12T16:52:59.302Z Downloaded subtle v2.6.1
5382026-05-12T16:52:59.302Z Downloaded serde_tokenstream v0.2.3
5392026-05-12T16:52:59.306Z Downloaded bytes v1.11.1
5402026-05-12T16:52:59.309Z Downloaded crossbeam-channel v0.5.15
5412026-05-12T16:52:59.309Z Downloaded structmeta v0.3.0
5422026-05-12T16:52:59.312Z Downloaded icu_normalizer_data v2.0.0
5432026-05-12T16:52:59.312Z Downloaded pest_derive v2.8.2
5442026-05-12T16:52:59.315Z Downloaded slog-async v2.8.0
5452026-05-12T16:52:59.315Z Downloaded signal-hook-registry v1.4.6
5462026-05-12T16:52:59.318Z Downloaded serde_path_to_error v0.1.20
5472026-05-12T16:52:59.318Z Downloaded num-traits v0.2.19
5482026-05-12T16:52:59.321Z Downloaded tabwriter v1.4.1
5492026-05-12T16:52:59.321Z Downloaded swrite v0.1.0
5502026-05-12T16:52:59.321Z Downloaded tagptr v0.2.0
5512026-05-12T16:52:59.325Z Downloaded termtree v0.5.1
5522026-05-12T16:52:59.325Z Downloaded tabled_derive v0.7.0
5532026-05-12T16:52:59.325Z Downloaded tabled_derive v0.11.0
5542026-05-12T16:52:59.328Z Downloaded supports-color v3.0.2
5552026-05-12T16:52:59.328Z Downloaded rand_core v0.9.3
5562026-05-12T16:52:59.328Z Downloaded proc-macro-error2 v2.0.1
5572026-05-12T16:52:59.331Z Downloaded scopeguard v1.2.0
5582026-05-12T16:52:59.331Z Downloaded scroll_derive v0.12.1
5592026-05-12T16:52:59.334Z Downloaded newtype-uuid v1.3.2
5602026-05-12T16:52:59.334Z Downloaded flate2 v1.1.2
5612026-05-12T16:52:59.338Z Downloaded smf v0.2.3
5622026-05-12T16:52:59.338Z Downloaded serde_plain v1.0.2
5632026-05-12T16:52:59.338Z Downloaded scroll v0.12.0
5642026-05-12T16:52:59.341Z Downloaded testing_table v0.3.0
5652026-05-12T16:52:59.341Z Downloaded ryu v1.0.20
5662026-05-12T16:52:59.344Z Downloaded shlex v1.3.0
5672026-05-12T16:52:59.344Z Downloaded sha2 v0.10.9
5682026-05-12T16:52:59.344Z Downloaded terminal_size v0.4.3
5692026-05-12T16:52:59.348Z Downloaded take_mut v0.2.2
5702026-05-12T16:52:59.348Z Downloaded proc-macro2 v1.0.106
5712026-05-12T16:52:59.351Z Downloaded icu_properties v2.0.1
5722026-05-12T16:52:59.351Z Downloaded thread-id v5.0.0
5732026-05-12T16:52:59.351Z Downloaded hickory-resolver v0.25.2
5742026-05-12T16:52:59.354Z Downloaded thiserror-impl-no-std v2.0.2
5752026-05-12T16:52:59.357Z Downloaded static_assertions v1.1.0
5762026-05-12T16:52:59.357Z Downloaded time-core v0.1.8
5772026-05-12T16:52:59.357Z Downloaded snafu-derive v0.8.9
5782026-05-12T16:52:59.360Z Downloaded derive-where v1.6.0
5792026-05-12T16:52:59.360Z Downloaded icu_locale_core v2.0.0
5802026-05-12T16:52:59.364Z Downloaded console v0.15.11
5812026-05-12T16:52:59.367Z Downloaded miniz_oxide v0.8.9
5822026-05-12T16:52:59.370Z Downloaded pin-project v1.1.10
5832026-05-12T16:52:59.373Z Downloaded anstream v1.0.0
5842026-05-12T16:52:59.377Z Downloaded thread-id v4.2.2
5852026-05-12T16:52:59.377Z Downloaded toml_write v0.1.2
5862026-05-12T16:52:59.380Z Downloaded toml_datetime v0.6.11
5872026-05-12T16:52:59.380Z Downloaded indexmap v2.13.0
5882026-05-12T16:52:59.383Z Downloaded slog-json v2.6.1
5892026-05-12T16:52:59.383Z Downloaded slog-dtrace v0.3.0
5902026-05-12T16:52:59.386Z Downloaded slog-term v2.9.2
5912026-05-12T16:52:59.386Z Downloaded tinyvec_macros v0.1.1
5922026-05-12T16:52:59.386Z Downloaded serde_with_macros v3.14.1
5932026-05-12T16:52:59.390Z Downloaded prettyplease v0.2.37
5942026-05-12T16:52:59.390Z Downloaded ingot-macros v0.1.1
5952026-05-12T16:52:59.393Z Downloaded ff v0.13.1
5962026-05-12T16:52:59.393Z Downloaded num-complex v0.4.6
5972026-05-12T16:52:59.396Z Downloaded getrandom v0.2.16
5982026-05-12T16:52:59.396Z Downloaded tower-layer v0.3.3
5992026-05-12T16:52:59.396Z Downloaded topological-sort v0.2.2
6002026-05-12T16:52:59.399Z Downloaded digest v0.10.7
6012026-05-12T16:52:59.400Z Downloaded derive-ex v0.1.8
6022026-05-12T16:52:59.400Z Downloaded tower-service v0.3.3
6032026-05-12T16:52:59.403Z Downloaded structmeta-derive v0.3.0
6042026-05-12T16:52:59.403Z Downloaded num v0.4.3
6052026-05-12T16:52:59.403Z Downloaded strum_macros v0.26.4
6062026-05-12T16:52:59.406Z Downloaded newtype-uuid-macros v0.1.0
6072026-05-12T16:52:59.406Z Downloaded newline-converter v0.3.0
6082026-05-12T16:52:59.406Z Downloaded num-iter v0.1.45
6092026-05-12T16:52:59.406Z Downloaded managed v0.8.0
6102026-05-12T16:52:59.409Z Downloaded progenitor-impl v0.13.0
6112026-05-12T16:52:59.409Z Downloaded bitflags v2.9.4
6122026-05-12T16:52:59.413Z Downloaded synstructure v0.13.2
6132026-05-12T16:52:59.413Z Downloaded progenitor-impl v0.11.1
6142026-05-12T16:52:59.416Z Downloaded progenitor-impl v0.10.0
6152026-05-12T16:52:59.416Z Downloaded pest_meta v2.8.2
6162026-05-12T16:52:59.419Z Downloaded openssl-sys v0.9.112
6172026-05-12T16:52:59.422Z Downloaded try-lock v0.2.5
6182026-05-12T16:52:59.423Z Downloaded fs-err v3.1.2
6192026-05-12T16:52:59.423Z Downloaded drift v0.1.3
6202026-05-12T16:52:59.426Z Downloaded time-macros v0.2.27
6212026-05-12T16:52:59.429Z Downloaded thiserror-no-std v2.0.2
6222026-05-12T16:52:59.429Z Downloaded thread_local v1.1.9
6232026-05-12T16:52:59.432Z Downloaded typify-macro v0.4.3
6242026-05-12T16:52:59.432Z Downloaded slab v0.4.11
6252026-05-12T16:52:59.432Z Downloaded serde_derive_internals v0.29.1
6262026-05-12T16:52:59.435Z Downloaded unarray v0.1.4
6272026-05-12T16:52:59.436Z Downloaded thiserror-impl v1.0.69
6282026-05-12T16:52:59.436Z Downloaded unicode-xid v0.2.6
6292026-05-12T16:52:59.436Z Downloaded typify-macro v0.6.1
6302026-05-12T16:52:59.439Z Downloaded universal-hash v0.5.1
6312026-05-12T16:52:59.439Z Downloaded unicode-linebreak v0.1.5
6322026-05-12T16:52:59.439Z Downloaded http v1.4.0
6332026-05-12T16:52:59.442Z Downloaded tokio-macros v2.6.0
6342026-05-12T16:52:59.442Z Downloaded rayon-core v1.13.0
6352026-05-12T16:52:59.445Z Downloaded hickory-resolver v0.24.4
6362026-05-12T16:52:59.448Z Downloaded tokio-native-tls v0.3.1
6372026-05-12T16:52:59.448Z Downloaded tokio-dtrace v0.1.1
6382026-05-12T16:52:59.448Z Downloaded dropshot-api-manager v0.5.2
6392026-05-12T16:52:59.452Z Downloaded minimal-lexical v0.2.1
6402026-05-12T16:52:59.455Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6412026-05-12T16:52:59.455Z Downloaded hashbrown v0.12.3
6422026-05-12T16:52:59.458Z Downloaded thiserror v1.0.69
6432026-05-12T16:52:59.462Z Downloaded untrusted v0.9.0
6442026-05-12T16:52:59.462Z Downloaded usdt-attr-macro v0.6.0
6452026-05-12T16:52:59.462Z Downloaded tokio-rustls v0.25.0
6462026-05-12T16:52:59.462Z Downloaded usdt v0.6.0
6472026-05-12T16:52:59.465Z Downloaded smallvec v1.15.1
6482026-05-12T16:52:59.465Z Downloaded usdt-macro v0.5.0
6492026-05-12T16:52:59.465Z Downloaded usdt-attr-macro v0.5.0
6502026-05-12T16:52:59.465Z Downloaded untrusted v0.7.1
6512026-05-12T16:52:59.468Z Downloaded expectorate v1.2.0
6522026-05-12T16:52:59.468Z Downloaded thiserror-impl v2.0.18
6532026-05-12T16:52:59.468Z Downloaded fixedbitset v0.5.7
6542026-05-12T16:52:59.471Z Downloaded slog v2.8.2
6552026-05-12T16:52:59.471Z Downloaded similar v2.7.0
6562026-05-12T16:52:59.474Z Downloaded spin v0.9.8
6572026-05-12T16:52:59.478Z Downloaded toml_writer v1.0.6+spec-1.1.0
6582026-05-12T16:52:59.478Z Downloaded schemars v0.8.22
6592026-05-12T16:52:59.483Z Downloaded waitgroup v0.1.2
6602026-05-12T16:52:59.486Z Downloaded version_check v0.9.5
6612026-05-12T16:52:59.486Z Downloaded strum_macros v0.27.2
6622026-05-12T16:52:59.486Z Downloaded rustls-pki-types v1.12.0
6632026-05-12T16:52:59.489Z Downloaded wait-timeout v0.2.1
6642026-05-12T16:52:59.492Z Downloaded libscf-sys v1.1.0
6652026-05-12T16:52:59.492Z Downloaded jobserver v0.1.34
6662026-05-12T16:52:59.492Z Downloaded idna_adapter v1.2.1
6672026-05-12T16:52:59.492Z Downloaded git-stub-vcs v0.1.0
6682026-05-12T16:52:59.495Z Downloaded filetime v0.2.26
6692026-05-12T16:52:59.495Z Downloaded data-encoding v2.9.0
6702026-05-12T16:52:59.495Z Downloaded displaydoc v0.2.5
6712026-05-12T16:52:59.499Z Downloaded want v0.3.1
6722026-05-12T16:52:59.499Z Downloaded utf8parse v0.2.2
6732026-05-12T16:52:59.499Z Downloaded utf8_iter v1.0.4
6742026-05-12T16:52:59.502Z Downloaded crossbeam-utils v0.8.21
6752026-05-12T16:52:59.502Z Downloaded hubpack v0.1.2
6762026-05-12T16:52:59.502Z Downloaded serde_core v1.0.228
6772026-05-12T16:52:59.505Z Downloaded cexpr v0.6.0
6782026-05-12T16:52:59.505Z Downloaded signal-hook v0.3.18
6792026-05-12T16:52:59.510Z Downloaded quinn v0.11.9
6802026-05-12T16:52:59.510Z Downloaded thiserror v2.0.18
6812026-05-12T16:52:59.513Z Downloaded term v1.2.0
6822026-05-12T16:52:59.513Z Downloaded yoke-derive v0.8.0
6832026-05-12T16:52:59.516Z Downloaded zerofrom-derive v0.1.6
6842026-05-12T16:52:59.516Z Downloaded memchr v2.7.5
6852026-05-12T16:52:59.519Z Downloaded xattr v1.6.1
6862026-05-12T16:52:59.519Z Downloaded argon2 v0.5.3
6872026-05-12T16:52:59.519Z Downloaded async-trait v0.1.89
6882026-05-12T16:52:59.523Z Downloaded keccak v0.1.6
6892026-05-12T16:52:59.523Z Downloaded instant v0.1.13
6902026-05-12T16:52:59.523Z Downloaded errno v0.3.14
6912026-05-12T16:52:59.526Z Downloaded serde_derive v1.0.228
6922026-05-12T16:52:59.526Z Downloaded dof v0.4.0
6932026-05-12T16:52:59.529Z Downloaded tinystr v0.8.1
6942026-05-12T16:52:59.529Z Downloaded tokio-stream v0.1.17
6952026-05-12T16:52:59.532Z Downloaded zerofrom v0.1.6
6962026-05-12T16:52:59.532Z Downloaded aho-corasick v1.1.3
6972026-05-12T16:52:59.536Z Downloaded anyhow v1.0.102
6982026-05-12T16:52:59.536Z Downloaded usdt-impl v0.5.0
6992026-05-12T16:52:59.539Z Downloaded usdt v0.5.0
7002026-05-12T16:52:59.539Z Downloaded usdt-impl v0.6.0
7012026-05-12T16:52:59.539Z Downloaded camino-tempfile v1.4.1
7022026-05-12T16:52:59.542Z Downloaded zeroize_derive v1.4.3
7032026-05-12T16:52:59.542Z Downloaded anstyle v1.0.14
7042026-05-12T16:52:59.542Z Downloaded nom v7.1.3
7052026-05-12T16:52:59.545Z Downloaded toml v0.8.23
7062026-05-12T16:52:59.545Z Downloaded tokio-rustls v0.26.3
7072026-05-12T16:52:59.549Z Downloaded serde_yaml v0.9.34+deprecated
7082026-05-12T16:52:59.549Z Downloaded schemars v0.9.0
7092026-05-12T16:52:59.555Z Downloaded tracing-attributes v0.1.30
7102026-05-12T16:52:59.558Z Downloaded toml_parser v1.0.6+spec-1.1.0
7112026-05-12T16:52:59.558Z Downloaded zone_cfg_derive v0.3.1
7122026-05-12T16:52:59.561Z Downloaded zone v0.3.1
7132026-05-12T16:52:59.561Z Downloaded walkdir v2.5.0
7142026-05-12T16:52:59.561Z Downloaded tempfile v3.23.0
7152026-05-12T16:52:59.565Z Downloaded qorb v0.4.1
7162026-05-12T16:52:59.565Z Downloaded vsss-rs v3.3.4
7172026-05-12T16:52:59.568Z Downloaded snafu v0.8.9
7182026-05-12T16:52:59.571Z Downloaded textwrap v0.16.2
7192026-05-12T16:52:59.571Z Downloaded test-strategy v0.4.3
7202026-05-12T16:52:59.574Z Downloaded idna v1.1.0
7212026-05-12T16:52:59.577Z Downloaded socket2 v0.5.10
7222026-05-12T16:52:59.577Z Downloaded socket2 v0.6.0
7232026-05-12T16:52:59.577Z Downloaded rustls-webpki v0.103.6
7242026-05-12T16:52:59.581Z Downloaded hex v0.4.3
7252026-05-12T16:52:59.581Z Downloaded writeable v0.6.1
7262026-05-12T16:52:59.584Z Downloaded bytecount v0.6.9
7272026-05-12T16:52:59.584Z Downloaded anstyle-query v1.1.4
7282026-05-12T16:52:59.584Z Downloaded group v0.13.0
7292026-05-12T16:52:59.588Z Downloaded erased-serde v0.3.31
7302026-05-12T16:52:59.588Z Downloaded whoami v1.6.1
7312026-05-12T16:52:59.588Z Downloaded crc8 v0.1.1
7322026-05-12T16:52:59.588Z Downloaded convert_case v0.4.0
7332026-05-12T16:52:59.592Z Downloaded async-recursion v1.1.1
7342026-05-12T16:52:59.592Z Downloaded hyper-util v0.1.19
7352026-05-12T16:52:59.596Z Downloaded tinyvec v1.10.0
7362026-05-12T16:52:59.596Z Downloaded cstr-argument v0.1.2
7372026-05-12T16:52:59.596Z Downloaded colorchoice v1.0.4
7382026-05-12T16:52:59.599Z Downloaded aead v0.5.2
7392026-05-12T16:52:59.599Z Downloaded zerovec-derive v0.11.1
7402026-05-12T16:52:59.599Z Downloaded zeroize v1.8.1
7412026-05-12T16:52:59.599Z Downloaded usdt-macro v0.6.0
7422026-05-12T16:52:59.602Z Downloaded toml v0.9.11+spec-1.1.0
7432026-05-12T16:52:59.602Z Downloaded toml v0.7.8
7442026-05-12T16:52:59.605Z Downloaded fnv v1.0.7
7452026-05-12T16:52:59.605Z Downloaded display-error-chain v0.2.2
7462026-05-12T16:52:59.605Z Downloaded serde v1.0.228
7472026-05-12T16:52:59.608Z Downloaded schemars v1.2.0
7482026-05-12T16:52:59.614Z Downloaded mio v1.0.4
7492026-05-12T16:52:59.617Z Downloaded rand v0.9.2
7502026-05-12T16:52:59.620Z Downloaded rand v0.8.5
7512026-05-12T16:52:59.623Z Downloaded zmij v1.0.17
7522026-05-12T16:52:59.623Z Downloaded fastrand v2.3.0
7532026-05-12T16:52:59.623Z Downloaded httpdate v1.0.3
7542026-05-12T16:52:59.623Z Downloaded foreign-types-macros v0.2.3
7552026-05-12T16:52:59.627Z Downloaded unicode-ident v1.0.24
7562026-05-12T16:52:59.627Z Downloaded tar v0.4.45
7572026-05-12T16:52:59.630Z Downloaded find-msvc-tools v0.1.9
7582026-05-12T16:52:59.630Z Downloaded cpufeatures v0.2.17
7592026-05-12T16:52:59.631Z Downloaded cfg_aliases v0.2.1
7602026-05-12T16:52:59.631Z Downloaded hashbrown v0.16.1
7612026-05-12T16:52:59.634Z Downloaded vergen v8.3.2
7622026-05-12T16:52:59.637Z Downloaded foreign-types v0.3.2
7632026-05-12T16:52:59.637Z Downloaded debug-ignore v1.0.5
7642026-05-12T16:52:59.637Z Downloaded arrayvec v0.7.6
7652026-05-12T16:52:59.640Z Downloaded typify v0.6.1
7662026-05-12T16:52:59.640Z Downloaded typify v0.4.3
7672026-05-12T16:52:59.644Z Downloaded iri-string v0.7.8
7682026-05-12T16:52:59.647Z Downloaded yoke v0.8.0
7692026-05-12T16:52:59.651Z Downloaded zerocopy-derive v0.7.35
7702026-05-12T16:52:59.654Z Downloaded toml_edit v0.22.27
7712026-05-12T16:52:59.654Z Downloaded uuid v1.20.0
7722026-05-12T16:52:59.657Z Downloaded ucd-trie v0.1.7
7732026-05-12T16:52:59.657Z Downloaded hkdf v0.12.4
7742026-05-12T16:52:59.661Z Downloaded unsafe-libyaml v0.2.11
7752026-05-12T16:52:59.665Z Downloaded itertools v0.12.1
7762026-05-12T16:52:59.677Z Downloaded hyper v1.8.1
7772026-05-12T16:52:59.681Z Downloaded steno v0.4.1
7782026-05-12T16:52:59.685Z Downloaded hashbrown v0.15.5
7792026-05-12T16:52:59.693Z Downloaded libm v0.2.15
7802026-05-12T16:52:59.698Z Downloaded pest v2.8.2
7812026-05-12T16:52:59.702Z Downloaded icu_properties_data v2.0.1
7822026-05-12T16:52:59.710Z Downloaded futures-util v0.3.32
7832026-05-12T16:52:59.716Z Downloaded tracing-core v0.1.34
7842026-05-12T16:52:59.720Z Downloaded tracing v0.1.41
7852026-05-12T16:52:59.723Z Downloaded itertools v0.14.0
7862026-05-12T16:52:59.726Z Downloaded clap_builder v4.6.0
7872026-05-12T16:52:59.729Z Downloaded zerotrie v0.2.2
7882026-05-12T16:52:59.732Z Downloaded toml_edit v0.19.15
7892026-05-12T16:52:59.738Z Downloaded typenum v1.18.0
7902026-05-12T16:52:59.742Z Downloaded url v2.5.7
7912026-05-12T16:52:59.745Z Downloaded zerocopy-derive v0.8.27
7922026-05-12T16:52:59.776Z Downloaded git2 v0.19.0
7932026-05-12T16:52:59.780Z Downloaded h2 v0.4.12
7942026-05-12T16:52:59.783Z Downloaded tower v0.5.2
7952026-05-12T16:52:59.788Z Downloaded goblin v0.8.2
7962026-05-12T16:52:59.791Z Downloaded blake3 v1.8.2
7972026-05-12T16:52:59.796Z Downloaded typed-path v0.9.3
7982026-05-12T16:52:59.799Z Downloaded unicode-segmentation v1.12.0
7992026-05-12T16:52:59.802Z Downloaded tokio-util v0.7.16
8002026-05-12T16:52:59.806Z Downloaded serde_json v1.0.149
8012026-05-12T16:52:59.809Z Downloaded reqwest v0.12.23
8022026-05-12T16:52:59.812Z Downloaded reqwest v0.13.2
8032026-05-12T16:52:59.815Z Downloaded portable-atomic v1.11.1
8042026-05-12T16:52:59.819Z Downloaded aws-lc-rs v1.16.2
8052026-05-12T16:52:59.823Z Downloaded regex v1.12.3
8062026-05-12T16:52:59.826Z Downloaded rayon v1.11.0
8072026-05-12T16:52:59.845Z Downloaded unicode-normalization v0.1.24
8082026-05-12T16:52:59.848Z Downloaded tower-http v0.6.8
8092026-05-12T16:52:59.852Z Downloaded zerovec v0.11.4
8102026-05-12T16:52:59.856Z Downloaded serde_with v3.14.1
8112026-05-12T16:52:59.862Z Downloaded goblin v0.10.1
8122026-05-12T16:52:59.866Z Downloaded rustls-webpki v0.102.8
8132026-05-12T16:52:59.877Z Downloaded winnow v0.5.40
8142026-05-12T16:52:59.881Z Downloaded chrono v0.4.44
8152026-05-12T16:52:59.885Z Downloaded proptest v1.8.0
8162026-05-12T16:52:59.890Z Downloaded bindgen v0.72.1
8172026-05-12T16:52:59.907Z Downloaded tough v0.20.0
8182026-05-12T16:52:59.912Z Downloaded winnow v0.7.14
8192026-05-12T16:52:59.919Z Downloaded tabled v0.15.0
8202026-05-12T16:52:59.938Z Downloaded moka v0.12.11
8212026-05-12T16:52:59.944Z Downloaded zerocopy v0.7.35
8222026-05-12T16:52:59.953Z Downloaded curve25519-dalek v4.1.3
8232026-05-12T16:52:59.958Z Downloaded quinn-proto v0.11.14
8242026-05-12T16:52:59.963Z Downloaded vcpkg v0.2.15
8252026-05-12T16:52:59.986Z Downloaded tabled v0.20.0
8262026-05-12T16:52:59.996Z Downloaded syn v1.0.109
8272026-05-12T16:53:00.001Z Downloaded openssl v0.10.76
8282026-05-12T16:53:00.006Z Downloaded smoltcp v0.11.0
8292026-05-12T16:53:00.012Z Downloaded time v0.3.47
8302026-05-12T16:53:00.019Z Downloaded dropshot v0.16.7
8312026-05-12T16:53:00.032Z Downloaded rustls v0.22.4
8322026-05-12T16:53:00.039Z Downloaded regress v0.10.5
8332026-05-12T16:53:00.043Z Downloaded regex-syntax v0.8.6
8342026-05-12T16:53:00.047Z Downloaded rustls v0.23.32
8352026-05-12T16:53:00.054Z Downloaded openapiv3 v2.2.0
8362026-05-12T16:53:00.059Z Downloaded hickory-proto v0.24.4
8372026-05-12T16:53:00.067Z Downloaded webpki-roots v1.0.2
8382026-05-12T16:53:00.070Z Downloaded rustix v1.1.2
8392026-05-12T16:53:00.082Z Downloaded zerocopy v0.8.27
8402026-05-12T16:53:00.094Z Downloaded unicode-width v0.1.14
8412026-05-12T16:53:00.097Z Downloaded nix v0.30.1
8422026-05-12T16:53:00.103Z Downloaded unicode-width v0.2.1
8432026-05-12T16:53:00.106Z Downloaded syn v2.0.117
8442026-05-12T16:53:00.112Z Downloaded rustix v0.38.44
8452026-05-12T16:53:00.124Z Downloaded hickory-proto v0.25.2
8462026-05-12T16:53:00.133Z Downloaded bstr v1.12.0
8472026-05-12T16:53:00.145Z Downloaded encoding_rs v0.8.35
8482026-05-12T16:53:00.157Z Downloaded regex-automata v0.4.13
8492026-05-12T16:53:00.174Z Downloaded chrono-tz v0.10.4
8502026-05-12T16:53:00.183Z Downloaded libz-sys v1.1.22
8512026-05-12T16:53:00.229Z Downloaded ring v0.17.14
8522026-05-12T16:53:00.252Z Downloaded typify-impl v0.6.1
8532026-05-12T16:53:00.266Z Downloaded typify-impl v0.4.3
8542026-05-12T16:53:00.360Z Downloaded jiff v0.2.15
8552026-05-12T16:53:00.372Z Downloaded petgraph v0.6.5
8562026-05-12T16:53:00.420Z Downloaded petgraph v0.8.2
8572026-05-12T16:53:00.432Z Downloaded libc v0.2.183
8582026-05-12T16:53:00.450Z Downloaded csv v1.3.1
8592026-05-12T16:53:00.465Z Downloaded sha3 v0.10.8
8602026-05-12T16:53:00.472Z Downloaded tokio v1.49.0
8612026-05-12T16:53:00.638Z Downloaded libgit2-sys v0.17.0+1.8.1
8622026-05-12T16:53:00.668Z Downloaded curl-sys v0.4.83+curl-8.15.0
8632026-05-12T16:53:01.180Z Downloaded aws-lc-sys v0.39.1
8642026-05-12T16:53:01.485Z Compiling proc-macro2 v1.0.106
8652026-05-12T16:53:01.485Z Compiling quote v1.0.45
8662026-05-12T16:53:01.489Z Compiling unicode-ident v1.0.24
8672026-05-12T16:53:01.489Z Compiling serde_core v1.0.228
8682026-05-12T16:53:01.489Z Compiling serde v1.0.228
8692026-05-12T16:53:01.489Z Compiling libc v0.2.183
8702026-05-12T16:53:01.489Z Checking cfg-if v1.0.3
8712026-05-12T16:53:01.773Z Compiling zmij v1.0.17
8722026-05-12T16:53:01.806Z Compiling autocfg v1.5.0
8732026-05-12T16:53:02.071Z Compiling memchr v2.7.5
8742026-05-12T16:53:02.134Z Compiling getrandom v0.3.3
8752026-05-12T16:53:02.197Z Compiling libm v0.2.15
8762026-05-12T16:53:02.546Z Checking smallvec v1.15.1
8772026-05-12T16:53:02.611Z Compiling shlex v1.3.0
8782026-05-12T16:53:02.655Z Checking itoa v1.0.15
8792026-05-12T16:53:02.672Z Compiling jobserver v0.1.34
8802026-05-12T16:53:02.780Z Compiling version_check v0.9.5
8812026-05-12T16:53:02.802Z Compiling find-msvc-tools v0.1.9
8822026-05-12T16:53:02.879Z Compiling thiserror v2.0.18
8832026-05-12T16:53:02.917Z Compiling icu_properties_data v2.0.1
8842026-05-12T16:53:02.988Z Compiling syn v2.0.117
8852026-05-12T16:53:03.006Z Compiling cc v1.2.58
8862026-05-12T16:53:03.040Z Compiling icu_normalizer_data v2.0.0
8872026-05-12T16:53:03.160Z Compiling parking_lot_core v0.9.12
8882026-05-12T16:53:03.189Z Checking stable_deref_trait v1.2.0
8892026-05-12T16:53:03.278Z Compiling serde_json v1.0.149
8902026-05-12T16:53:03.509Z Compiling heck v0.5.0
8912026-05-12T16:53:03.679Z Checking litemap v0.8.0
8922026-05-12T16:53:03.698Z Checking writeable v0.6.1
8932026-05-12T16:53:03.714Z Compiling num-traits v0.2.19
8942026-05-12T16:53:03.730Z Checking percent-encoding v2.3.2
8952026-05-12T16:53:03.978Z Checking form_urlencoded v1.2.2
8962026-05-12T16:53:04.089Z Checking utf8_iter v1.0.4
8972026-05-12T16:53:04.108Z Compiling zerocopy v0.8.27
8982026-05-12T16:53:04.125Z Checking pin-project-lite v0.2.16
8992026-05-12T16:53:04.216Z Compiling log v0.4.29
9002026-05-12T16:53:04.232Z Compiling rustversion v1.0.22
9012026-05-12T16:53:04.250Z Checking iana-time-zone v0.1.64
9022026-05-12T16:53:04.267Z Compiling equivalent v1.0.2
9032026-05-12T16:53:04.359Z Compiling foldhash v0.2.0
9042026-05-12T16:53:04.362Z Compiling allocator-api2 v0.2.21
9052026-05-12T16:53:04.394Z Compiling semver v1.0.27
9062026-05-12T16:53:04.539Z Checking socket2 v0.6.0
9072026-05-12T16:53:04.560Z Checking uuid v1.20.0
9082026-05-12T16:53:04.677Z Compiling hashbrown v0.16.1
9092026-05-12T16:53:04.694Z Checking scopeguard v1.2.0
9102026-05-12T16:53:04.812Z Checking lock_api v0.4.14
9112026-05-12T16:53:04.842Z Checking getrandom v0.2.16
9122026-05-12T16:53:05.019Z Checking signal-hook-registry v1.4.6
9132026-05-12T16:53:05.038Z Checking mio v1.0.4
9142026-05-12T16:53:05.041Z Compiling portable-atomic v1.11.1
9152026-05-12T16:53:05.108Z Checking parking_lot v0.12.5
9162026-05-12T16:53:05.157Z Compiling schemars v0.8.22
9172026-05-12T16:53:05.176Z Checking dyn-clone v1.0.20
9182026-05-12T16:53:05.333Z Checking critical-section v1.2.0
9192026-05-12T16:53:05.440Z Checking futures-core v0.3.32
9202026-05-12T16:53:05.502Z Compiling ring v0.17.14
9212026-05-12T16:53:05.534Z Compiling typenum v1.18.0
9222026-05-12T16:53:05.734Z Compiling indexmap v2.13.0
9232026-05-12T16:53:05.751Z Compiling thiserror v1.0.69
9242026-05-12T16:53:05.908Z Compiling synstructure v0.13.2
9252026-05-12T16:53:06.016Z Compiling serde_derive_internals v0.29.1
9262026-05-12T16:53:06.066Z Checking once_cell v1.21.3
9272026-05-12T16:53:06.362Z Compiling httparse v1.10.1
9282026-05-12T16:53:06.482Z Compiling regex-syntax v0.8.6
9292026-05-12T16:53:06.658Z Compiling rustix v1.1.2
9302026-05-12T16:53:06.698Z Checking futures-sink v0.3.32
9312026-05-12T16:53:06.784Z Compiling aho-corasick v1.1.3
9322026-05-12T16:53:06.802Z Checking slab v0.4.11
9332026-05-12T16:53:06.887Z Checking subtle v2.6.1
9342026-05-12T16:53:06.904Z Compiling ucd-trie v0.1.7
9352026-05-12T16:53:06.960Z Compiling anyhow v1.0.102
9362026-05-12T16:53:07.039Z Checking futures-channel v0.3.32
9372026-05-12T16:53:07.096Z Compiling serde_derive v1.0.228
9382026-05-12T16:53:07.133Z Compiling zerofrom-derive v0.1.6
9392026-05-12T16:53:07.231Z Compiling yoke-derive v0.8.0
9402026-05-12T16:53:07.235Z Compiling zerovec-derive v0.11.1
9412026-05-12T16:53:07.278Z Compiling displaydoc v0.2.5
9422026-05-12T16:53:08.008Z Compiling thiserror-impl v2.0.18
9432026-05-12T16:53:08.192Z Compiling schemars_derive v0.8.22
9442026-05-12T16:53:08.240Z Compiling tokio-macros v2.6.0
9452026-05-12T16:53:08.307Z Compiling zerocopy-derive v0.8.27
9462026-05-12T16:53:08.324Z Checking zerofrom v0.1.6
9472026-05-12T16:53:08.449Z Checking yoke v0.8.0
9482026-05-12T16:53:08.549Z Compiling futures-macro v0.3.32
9492026-05-12T16:53:08.626Z Checking zerovec v0.11.4
9502026-05-12T16:53:08.978Z Checking zerotrie v0.2.2
9512026-05-12T16:53:09.306Z Compiling zeroize_derive v1.4.3
9522026-05-12T16:53:09.327Z Compiling thiserror-impl v1.0.69
9532026-05-12T16:53:09.358Z Checking tinystr v0.8.1
9542026-05-12T16:53:09.362Z Checking potential_utf v0.1.3
9552026-05-12T16:53:09.391Z Compiling regex-automata v0.4.13
9562026-05-12T16:53:09.499Z Checking icu_collections v2.0.0
9572026-05-12T16:53:09.534Z Checking icu_locale_core v2.0.0
9582026-05-12T16:53:09.956Z Checking zeroize v1.8.1
9592026-05-12T16:53:10.032Z Checking icu_provider v2.0.0
9602026-05-12T16:53:10.114Z Compiling pest v2.8.2
9612026-05-12T16:53:10.178Z Checking bytes v1.11.1
9622026-05-12T16:53:10.275Z Checking icu_properties v2.0.1
9632026-05-12T16:53:10.349Z Checking icu_normalizer v2.0.0
9642026-05-12T16:53:10.475Z Checking chrono v0.4.44
9652026-05-12T16:53:10.618Z Compiling serde_tokenstream v0.2.3
9662026-05-12T16:53:10.665Z Checking tokio v1.49.0
9672026-05-12T16:53:10.876Z Checking bitflags v2.9.4
9682026-05-12T16:53:11.094Z Checking idna_adapter v1.2.1
9692026-05-12T16:53:11.156Z Compiling regex v1.12.3
9702026-05-12T16:53:11.227Z Checking idna v1.1.0
9712026-05-12T16:53:11.342Z Checking rand_core v0.6.4
9722026-05-12T16:53:11.361Z Compiling pest_meta v2.8.2
9732026-05-12T16:53:11.470Z Checking url v2.5.7
9742026-05-12T16:53:11.518Z Checking futures-task v0.3.32
9752026-05-12T16:53:11.561Z Checking futures-io v0.3.32
9762026-05-12T16:53:11.618Z Compiling pkg-config v0.3.32
9772026-05-12T16:53:11.661Z Compiling tracing-attributes v0.1.30
9782026-05-12T16:53:11.680Z Checking futures-util v0.3.32
9792026-05-12T16:53:12.067Z Compiling pest_generator v2.8.2
9802026-05-12T16:53:12.179Z Checking tracing-core v0.1.34
9812026-05-12T16:53:12.477Z Compiling generic-array v0.14.7
9822026-05-12T16:53:12.548Z Checking fnv v1.0.7
9832026-05-12T16:53:12.700Z Compiling pest_derive v2.8.2
9842026-05-12T16:53:12.717Z Compiling vcpkg v0.2.15
9852026-05-12T16:53:12.813Z Compiling http v1.4.0
9862026-05-12T16:53:12.862Z Checking tracing v0.1.41
9872026-05-12T16:53:13.205Z Compiling regress v0.10.5
9882026-05-12T16:53:13.280Z Compiling num-conv v0.2.1
9892026-05-12T16:53:13.298Z Compiling byteorder v1.5.0
9902026-05-12T16:53:13.437Z Compiling time-core v0.1.8
9912026-05-12T16:53:13.546Z Checking errno v0.3.14
9922026-05-12T16:53:13.606Z Compiling time-macros v0.2.27
9932026-05-12T16:53:13.644Z Checking ipnet v2.11.0
9942026-05-12T16:53:13.663Z Checking base64 v0.22.1
9952026-05-12T16:53:13.810Z Checking tokio-util v0.7.16
9962026-05-12T16:53:13.902Z Compiling scroll_derive v0.13.1
9972026-05-12T16:53:14.022Z Checking crypto-common v0.1.6
9982026-05-12T16:53:14.150Z Compiling camino v1.2.2
9992026-05-12T16:53:14.499Z Checking http-body v1.0.1
10002026-05-12T16:53:14.530Z Checking ppv-lite86 v0.2.21
10012026-05-12T16:53:14.636Z Checking atomic-waker v1.1.2
10022026-05-12T16:53:14.681Z Compiling crossbeam-utils v0.8.21
10032026-05-12T16:53:14.699Z Compiling syn v1.0.109
10042026-05-12T16:53:14.738Z Compiling slog v2.8.2
10052026-05-12T16:53:14.821Z Checking try-lock v0.2.5
10062026-05-12T16:53:14.959Z Checking tower-service v0.3.3
10072026-05-12T16:53:14.976Z Compiling paste v1.0.15
10082026-05-12T16:53:15.003Z Checking tower-layer v0.3.3
10092026-05-12T16:53:15.086Z Checking want v0.3.1
10102026-05-12T16:53:15.089Z Checking h2 v0.4.12
10112026-05-12T16:53:15.117Z Checking ipnetwork v0.21.1
10122026-05-12T16:53:15.150Z Checking erased-serde v0.3.31
10132026-05-12T16:53:15.212Z Checking rustls-pki-types v1.12.0
10142026-05-12T16:53:15.314Z Checking pretty-hex v0.4.1
10152026-05-12T16:53:15.332Z Checking ryu v1.0.20
10162026-05-12T16:53:15.399Z Checking httpdate v1.0.3
10172026-05-12T16:53:15.439Z Checking pin-utils v0.1.0
10182026-05-12T16:53:15.511Z Compiling async-trait v0.1.89
10192026-05-12T16:53:15.548Z Checking socket2 v0.5.10
10202026-05-12T16:53:15.664Z Checking untrusted v0.9.0
10212026-05-12T16:53:15.796Z Compiling scroll v0.13.0
10222026-05-12T16:53:15.800Z Compiling openssl-sys v0.9.112
10232026-05-12T16:53:15.872Z Compiling plain v0.2.3
10242026-05-12T16:53:15.973Z Compiling usdt-impl v0.6.0
10252026-05-12T16:53:16.077Z Compiling strsim v0.11.1
10262026-05-12T16:53:16.096Z Compiling goblin v0.10.1
10272026-05-12T16:53:16.245Z Checking http-body-util v0.1.3
10282026-05-12T16:53:16.393Z Checking block-buffer v0.10.4
10292026-05-12T16:53:16.443Z Compiling openapiv3 v2.2.0
10302026-05-12T16:53:16.464Z Checking rand_core v0.9.3
10312026-05-12T16:53:16.503Z Compiling slog-async v2.8.0
10322026-05-12T16:53:16.810Z Checking digest v0.10.7
10332026-05-12T16:53:16.840Z Checking serde_urlencoded v0.7.1
10342026-05-12T16:53:16.941Z Checking hyper v1.8.1
10352026-05-12T16:53:17.005Z Checking oxnet v0.1.4
10362026-05-12T16:53:17.047Z Compiling typify-impl v0.4.3
10372026-05-12T16:53:17.238Z Compiling dtrace-parser v0.3.0
10382026-05-12T16:53:17.819Z Checking hyper-util v0.1.19
10392026-05-12T16:53:17.836Z Compiling cmake v0.1.54
10402026-05-12T16:53:17.853Z Compiling thread-id v5.0.0
10412026-05-12T16:53:17.932Z Compiling dunce v1.0.5
10422026-05-12T16:53:17.949Z Compiling fs_extra v1.3.0
10432026-05-12T16:53:17.975Z Compiling ident_case v1.0.1
10442026-05-12T16:53:18.034Z Compiling omicron-workspace-hack v0.1.0
10452026-05-12T16:53:18.100Z Compiling darling_core v0.21.3
10462026-05-12T16:53:18.175Z Checking rand_chacha v0.9.0
10472026-05-12T16:53:18.203Z Compiling aws-lc-sys v0.39.1
10482026-05-12T16:53:18.270Z Compiling daft-derive v0.1.4
10492026-05-12T16:53:18.364Z Checking rand v0.9.2
10502026-05-12T16:53:18.810Z Compiling dof v0.4.0
10512026-05-12T16:53:18.882Z Compiling unsafe-libyaml v0.2.11
10522026-05-12T16:53:18.994Z Checking powerfmt v0.2.0
10532026-05-12T16:53:19.102Z Checking sync_wrapper v1.0.2
10542026-05-12T16:53:19.145Z Checking deranged v0.5.3
10552026-05-12T16:53:19.567Z Compiling serde_yaml v0.9.34+deprecated
10562026-05-12T16:53:19.768Z Compiling rustls v0.22.4
10572026-05-12T16:53:19.865Z Compiling aws-lc-rs v1.16.2
10582026-05-12T16:53:20.013Z Checking num_threads v0.1.7
10592026-05-12T16:53:20.078Z Compiling usdt-attr-macro v0.6.0
10602026-05-12T16:53:20.105Z Compiling usdt-macro v0.6.0
10612026-05-12T16:53:20.175Z Compiling darling_macro v0.21.3
10622026-05-12T16:53:20.192Z Checking cpufeatures v0.2.17
10632026-05-12T16:53:20.416Z Checking time v0.3.47
10642026-05-12T16:53:20.460Z Compiling typify-macro v0.4.3
10652026-05-12T16:53:20.719Z Compiling darling v0.21.3
10662026-05-12T16:53:20.807Z Checking tower v0.5.2
10672026-05-12T16:53:20.915Z Compiling structmeta-derive v0.3.0
10682026-05-12T16:53:21.195Z Checking encoding_rs v0.8.35
10692026-05-12T16:53:21.380Z Checking iri-string v0.7.8
10702026-05-12T16:53:21.534Z Checking mime v0.3.17
10712026-05-12T16:53:21.709Z Checking crossbeam-channel v0.5.15
10722026-05-12T16:53:21.738Z Checking futures-executor v0.3.32
10732026-05-12T16:53:21.884Z Compiling multer v3.1.0
10742026-05-12T16:53:21.928Z Compiling structmeta v0.3.0
10752026-05-12T16:53:21.947Z Compiling typify v0.4.3
10762026-05-12T16:53:22.020Z Checking foreign-types-shared v0.1.1
10772026-05-12T16:53:22.040Z Checking unicode-width v0.2.1
10782026-05-12T16:53:22.102Z Compiling openssl v0.10.76
10792026-05-12T16:53:22.105Z Checking hex v0.4.3
10802026-05-12T16:53:22.134Z Checking fastrand v2.3.0
10812026-05-12T16:53:22.138Z Checking untrusted v0.7.1
10822026-05-12T16:53:22.164Z Checking foreign-types v0.3.2
10832026-05-12T16:53:22.258Z Checking futures v0.3.32
10842026-05-12T16:53:22.298Z Compiling async-stream-impl v0.3.6
10852026-05-12T16:53:22.314Z Checking tempfile v3.23.0
10862026-05-12T16:53:22.330Z Compiling openssl-macros v0.1.1
10872026-05-12T16:53:22.346Z Compiling strum_macros v0.26.4
10882026-05-12T16:53:22.381Z Checking tower-http v0.6.8
10892026-05-12T16:53:22.494Z Checking thread_local v1.1.9
10902026-05-12T16:53:22.512Z Compiling rustls v0.23.32
10912026-05-12T16:53:22.647Z Compiling native-tls v0.2.14
10922026-05-12T16:53:22.767Z Checking openssl-probe v0.1.6
10932026-05-12T16:53:22.921Z Compiling newtype-uuid-macros v0.1.0
10942026-05-12T16:53:22.937Z Compiling dropshot v0.16.7
10952026-05-12T16:53:23.121Z Checking memmap2 v0.9.8
10962026-05-12T16:53:23.140Z Checking is-terminal v0.4.16
10972026-05-12T16:53:23.157Z Compiling ref-cast v1.0.25
10982026-05-12T16:53:23.230Z Checking match_cfg v0.1.0
10992026-05-12T16:53:23.277Z Checking term v1.2.0
11002026-05-12T16:53:23.302Z Checking winnow v0.7.14
11012026-05-12T16:53:23.463Z Checking take_mut v0.2.2
11022026-05-12T16:53:23.494Z Checking slog-term v2.9.2
11032026-05-12T16:53:23.722Z Checking hostname v0.3.1
11042026-05-12T16:53:23.772Z Checking slog-json v2.6.1
11052026-05-12T16:53:23.790Z Compiling dropshot_endpoint v0.16.7
11062026-05-12T16:53:23.815Z Compiling ref-cast-impl v1.0.25
11072026-05-12T16:53:23.903Z Compiling derive-ex v0.1.8
11082026-05-12T16:53:23.920Z Checking slog-bunyan v2.5.0
11092026-05-12T16:53:24.264Z Checking webpki-roots v1.0.2
11102026-05-12T16:53:24.385Z Compiling strum_macros v0.27.2
11112026-05-12T16:53:24.520Z Compiling progenitor-impl v0.11.1
11122026-05-12T16:53:24.765Z Checking newtype-uuid v1.3.2
11132026-05-12T16:53:25.005Z Checking either v1.15.0
11142026-05-12T16:53:25.025Z Checking tokio-native-tls v0.3.1
11152026-05-12T16:53:25.184Z Checking hyper-tls v0.6.0
11162026-05-12T16:53:25.355Z Checking daft v0.1.4
11172026-05-12T16:53:25.358Z Compiling serde_with_macros v3.14.1
11182026-05-12T16:53:25.448Z Compiling test-strategy v0.4.3
11192026-05-12T16:53:25.688Z Checking rustls-webpki v0.102.8
11202026-05-12T16:53:25.867Z Checking debug-ignore v1.0.5
11212026-05-12T16:53:25.976Z Checking toml_parser v1.0.6+spec-1.1.0
11222026-05-12T16:53:26.311Z Compiling parse-display-derive v0.10.0
11232026-05-12T16:53:26.523Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11242026-05-12T16:53:26.675Z Compiling progenitor-macro v0.11.1
11252026-05-12T16:53:26.777Z Checking usdt v0.6.0
11262026-05-12T16:53:26.794Z Checking toml_datetime v0.7.5+spec-1.1.0
11272026-05-12T16:53:26.947Z Checking serde_spanned v1.0.4
11282026-05-12T16:53:26.988Z Checking toml_writer v1.0.6+spec-1.1.0
11292026-05-12T16:53:26.992Z Checking spin v0.9.8
11302026-05-12T16:53:27.184Z Checking toml v0.9.11+spec-1.1.0
11312026-05-12T16:53:27.317Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11322026-05-12T16:53:27.438Z Checking strum v0.26.3
11332026-05-12T16:53:27.463Z Checking tokio-rustls v0.25.0
11342026-05-12T16:53:27.550Z Checking async-stream v0.3.6
11352026-05-12T16:53:27.622Z Checking sha1 v0.10.6
11362026-05-12T16:53:27.657Z Checking rustls-pemfile v2.2.0
11372026-05-12T16:53:27.676Z Checking rand_chacha v0.3.1
11382026-05-12T16:53:27.738Z Checking waitgroup v0.1.2
11392026-05-12T16:53:27.782Z Compiling toml_datetime v0.6.11
11402026-05-12T16:53:27.799Z Checking macaddr v1.0.1
11412026-05-12T16:53:27.818Z Checking serde_path_to_error v0.1.20
11422026-05-12T16:53:27.840Z Checking wait-timeout v0.2.1
11432026-05-12T16:53:27.864Z Checking hostname v0.4.2
11442026-05-12T16:53:27.885Z Checking bit-vec v0.8.0
11452026-05-12T16:53:27.959Z Checking quick-error v1.2.3
11462026-05-12T16:53:27.977Z Checking lazy_static v1.5.0
11472026-05-12T16:53:28.014Z Checking rand v0.8.5
11482026-05-12T16:53:28.059Z Checking rusty-fork v0.3.0
11492026-05-12T16:53:28.076Z Checking bit-set v0.8.0
11502026-05-12T16:53:28.093Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11512026-05-12T16:53:28.234Z Checking tabwriter v1.4.1
11522026-05-12T16:53:28.313Z Checking rand_xorshift v0.4.0
11532026-05-12T16:53:28.431Z Compiling clap_derive v4.6.0
11542026-05-12T16:53:28.489Z Checking colored v3.0.0
11552026-05-12T16:53:28.512Z Checking utf8parse v0.2.2
11562026-05-12T16:53:28.616Z Checking unarray v0.1.4
11572026-05-12T16:53:28.636Z Checking anstyle-parse v1.0.0
11582026-05-12T16:53:28.681Z Checking strum v0.27.2
11592026-05-12T16:53:28.721Z Checking proptest v1.8.0
11602026-05-12T16:53:28.789Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11612026-05-12T16:53:28.892Z Checking terminal_size v0.4.3
11622026-05-12T16:53:29.284Z Checking anstyle v1.0.14
11632026-05-12T16:53:29.301Z Checking is_terminal_polyfill v1.70.1
11642026-05-12T16:53:29.392Z Checking colorchoice v1.0.4
11652026-05-12T16:53:29.410Z Checking anstyle-query v1.1.4
11662026-05-12T16:53:29.515Z Checking anstream v1.0.0
11672026-05-12T16:53:29.704Z Checking itertools v0.14.0
11682026-05-12T16:53:30.157Z Checking clap_lex v1.1.0
11692026-05-12T16:53:30.311Z Checking clap_builder v4.6.0
11702026-05-12T16:53:30.345Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11712026-05-12T16:53:30.799Z Checking serde_with v3.14.1
11722026-05-12T16:53:31.453Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11732026-05-12T16:53:31.539Z Checking clap v4.6.0
11742026-05-12T16:53:31.617Z Checking instant v0.1.13
11752026-05-12T16:53:31.651Z Checking rustc-hash v2.1.1
11762026-05-12T16:53:31.764Z Checking iddqd v0.3.17
11772026-05-12T16:53:31.781Z Checking backoff v0.4.0
11782026-05-12T16:53:31.951Z Checking parse-display v0.10.0
11792026-05-12T16:53:32.098Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11802026-05-12T16:53:32.120Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11812026-05-12T16:53:33.892Z Compiling rustls-webpki v0.103.6
11822026-05-12T16:53:34.504Z Compiling prettyplease v0.2.37
11832026-05-12T16:53:36.661Z Checking serde_spanned v0.6.9
11842026-05-12T16:53:36.772Z Compiling memoffset v0.9.1
11852026-05-12T16:53:36.790Z Compiling cfg_aliases v0.2.1
11862026-05-12T16:53:37.252Z Compiling nix v0.30.1
11872026-05-12T16:53:37.285Z Compiling tokio-rustls v0.26.3
11882026-05-12T16:53:38.232Z Compiling hyper-rustls v0.27.7
11892026-05-12T16:53:38.490Z Compiling reqwest v0.12.23
11902026-05-12T16:53:39.048Z Checking crossbeam-epoch v0.9.18
11912026-05-12T16:53:39.514Z Compiling winnow v0.5.40
11922026-05-12T16:53:39.607Z Compiling progenitor-client v0.11.1
11932026-05-12T16:53:40.538Z Compiling progenitor v0.11.1
11942026-05-12T16:53:40.908Z Compiling toml_edit v0.19.15
11952026-05-12T16:53:41.593Z Compiling num-integer v0.1.46
11962026-05-12T16:53:41.995Z Compiling proc-macro-crate v1.3.1
11972026-05-12T16:53:42.156Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11982026-05-12T16:53:42.218Z Compiling progenitor-client v0.10.0
11992026-05-12T16:53:43.290Z Compiling hubpack_derive v0.1.1
12002026-05-12T16:53:43.507Z Compiling rayon-core v1.13.0
12012026-05-12T16:53:43.670Z Checking toml_write v0.1.2
12022026-05-12T16:53:43.763Z Checking num-rational v0.4.2
12032026-05-12T16:53:43.788Z Checking hubpack v0.1.2
12042026-05-12T16:53:43.836Z Checking toml_edit v0.22.27
12052026-05-12T16:53:43.954Z Checking num-iter v0.1.45
12062026-05-12T16:53:44.203Z Compiling zerocopy-derive v0.7.35
12072026-05-12T16:53:44.234Z Compiling num-complex v0.4.6
12082026-05-12T16:53:44.525Z Checking static_assertions v1.1.0
12092026-05-12T16:53:44.637Z Checking num v0.4.3
12102026-05-12T16:53:44.831Z Checking crossbeam-deque v0.8.6
12112026-05-12T16:53:44.890Z Checking toml v0.8.23
12122026-05-12T16:53:45.030Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12132026-05-12T16:53:45.048Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12142026-05-12T16:53:45.219Z Checking float-ord v0.3.2
12152026-05-12T16:53:45.330Z Compiling proc-macro-error-attr v1.0.4
12162026-05-12T16:53:45.377Z Checking bytecount v0.6.9
12172026-05-12T16:53:45.486Z Compiling heapless v0.8.0
12182026-05-12T16:53:45.635Z Compiling ingot-macros v0.1.1
12192026-05-12T16:53:45.669Z Compiling num-derive v0.3.3
12202026-05-12T16:53:45.956Z Checking hash32 v0.3.1
12212026-05-12T16:53:46.088Z Compiling proc-macro-error v1.0.4
12222026-05-12T16:53:46.105Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12232026-05-12T16:53:46.319Z Compiling smoltcp v0.11.0
12242026-05-12T16:53:46.643Z Checking libscf-sys v1.1.0
12252026-05-12T16:53:46.871Z Compiling zerocopy v0.7.35
12262026-05-12T16:53:47.106Z Compiling num_enum_derive v0.7.5
12272026-05-12T16:53:47.152Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12282026-05-12T16:53:47.243Z Checking cobs v0.3.0
12292026-05-12T16:53:47.354Z Compiling foreign-types-macros v0.2.3
12302026-05-12T16:53:47.390Z Compiling scroll_derive v0.12.1
12312026-05-12T16:53:47.419Z Compiling usdt-impl v0.5.0
12322026-05-12T16:53:47.677Z Checking foreign-types-shared v0.3.1
12332026-05-12T16:53:47.717Z Checking managed v0.8.0
12342026-05-12T16:53:47.771Z Checking bitflags v1.3.2
12352026-05-12T16:53:47.851Z Compiling crucible-workspace-hack v0.1.0
12362026-05-12T16:53:47.999Z Checking foreign-types v0.5.0
12372026-05-12T16:53:48.091Z Checking scroll v0.12.0
12382026-05-12T16:53:48.128Z Checking postcard v1.1.3
12392026-05-12T16:53:48.142Z Checking num_enum v0.7.5
12402026-05-12T16:53:48.217Z Compiling dof v0.3.0
12412026-05-12T16:53:48.244Z Checking ingot-types v0.1.2
12422026-05-12T16:53:48.316Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12432026-05-12T16:53:48.532Z Compiling dtrace-parser v0.2.0
12442026-05-12T16:53:48.536Z Checking camino-tempfile v1.4.1
12452026-05-12T16:53:48.572Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12462026-05-12T16:53:48.589Z Checking ingot v0.1.1
12472026-05-12T16:53:48.626Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12482026-05-12T16:53:48.709Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12492026-05-12T16:53:48.836Z Checking cstr-argument v0.1.2
12502026-05-12T16:53:48.942Z Compiling thread-id v4.2.2
12512026-05-12T16:53:48.965Z Compiling minimal-lexical v0.2.1
12522026-05-12T16:53:49.035Z Compiling heck v0.4.1
12532026-05-12T16:53:49.054Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12542026-05-12T16:53:49.140Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12552026-05-12T16:53:49.160Z Compiling nom v7.1.3
12562026-05-12T16:53:49.237Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12572026-05-12T16:53:49.257Z Checking goblin v0.8.2
12582026-05-12T16:53:49.376Z Checking rayon v1.11.0
12592026-05-12T16:53:49.625Z Compiling num_enum_derive v0.5.11
12602026-05-12T16:53:49.853Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12612026-05-12T16:53:49.873Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12622026-05-12T16:53:50.403Z Compiling rustc_version v0.4.1
12632026-05-12T16:53:50.654Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12642026-05-12T16:53:50.672Z Compiling proc-macro-error-attr2 v2.0.0
12652026-05-12T16:53:50.690Z Checking tinyvec_macros v0.1.1
12662026-05-12T16:53:50.707Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12672026-05-12T16:53:50.761Z Compiling rustix v0.38.44
12682026-05-12T16:53:50.825Z Compiling convert_case v0.4.0
12692026-05-12T16:53:50.945Z Checking tinyvec v1.10.0
12702026-05-12T16:53:51.082Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12712026-05-12T16:53:51.141Z Compiling derive_more v0.99.20
12722026-05-12T16:53:51.166Z Compiling proc-macro-error2 v2.0.1
12732026-05-12T16:53:51.321Z Checking num_enum v0.5.11
12742026-05-12T16:53:51.438Z Compiling libz-sys v1.1.22
12752026-05-12T16:53:51.529Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12762026-05-12T16:53:51.656Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12772026-05-12T16:53:51.888Z Compiling tabled_derive v0.11.0
12782026-05-12T16:53:51.915Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12792026-05-12T16:53:52.152Z Compiling usdt-attr-macro v0.5.0
12802026-05-12T16:53:52.519Z Compiling usdt-macro v0.5.0
12812026-05-12T16:53:52.554Z Compiling zone_cfg_derive v0.3.1
12822026-05-12T16:53:52.783Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12832026-05-12T16:53:52.866Z Checking papergrid v0.17.0
12842026-05-12T16:53:52.959Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12852026-05-12T16:53:53.192Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12862026-05-12T16:53:53.211Z Checking itertools v0.12.1
12872026-05-12T16:53:53.330Z Checking testing_table v0.3.0
12882026-05-12T16:53:53.350Z Compiling num-derive v0.4.2
12892026-05-12T16:53:53.366Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12902026-05-12T16:53:53.425Z Checking memmap v0.7.0
12912026-05-12T16:53:53.560Z Checking sigpipe v0.1.3
12922026-05-12T16:53:53.591Z Checking jiff v0.2.15
12932026-05-12T16:53:53.625Z Checking glob v0.3.3
12942026-05-12T16:53:53.644Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12952026-05-12T16:53:53.703Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12962026-05-12T16:53:53.805Z Checking tabled v0.20.0
12972026-05-12T16:53:53.921Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12982026-05-12T16:53:53.941Z Checking usdt v0.5.0
12992026-05-12T16:53:54.104Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13002026-05-12T16:53:54.212Z Checking zone v0.3.1
13012026-05-12T16:53:54.260Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13022026-05-12T16:53:54.264Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13032026-05-12T16:53:54.507Z Checking smf v0.2.3
13042026-05-12T16:53:54.516Z Checking secrecy v0.10.3
13052026-05-12T16:53:54.564Z Checking bstr v1.12.0
13062026-05-12T16:53:54.610Z Checking whoami v1.6.1
13072026-05-12T16:53:54.716Z Compiling curve25519-dalek v4.1.3
13082026-05-12T16:53:54.779Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13092026-05-12T16:53:54.900Z Checking hmac v0.12.1
13102026-05-12T16:53:55.016Z Compiling clang-sys v1.8.1
13112026-05-12T16:53:55.032Z Checking inout v0.1.4
13122026-05-12T16:53:55.065Z Checking ff v0.13.1
13132026-05-12T16:53:55.166Z Compiling enum-as-inner v0.6.1
13142026-05-12T16:53:55.195Z Checking data-encoding v2.9.0
13152026-05-12T16:53:55.380Z Compiling semver v0.1.20
13162026-05-12T16:53:55.491Z Checking group v0.13.0
13172026-05-12T16:53:55.612Z Compiling rustc_version v0.1.7
13182026-05-12T16:53:55.643Z Checking cipher v0.4.4
13192026-05-12T16:53:55.720Z Checking hkdf v0.12.4
13202026-05-12T16:53:55.817Z Checking atomicwrites v0.4.4
13212026-05-12T16:53:55.836Z Compiling thiserror-impl-no-std v2.0.2
13222026-05-12T16:53:55.854Z Checking universal-hash v0.5.1
13232026-05-12T16:53:55.873Z Checking crypto-bigint v0.5.5
13242026-05-12T16:53:55.946Z Checking half v2.7.1
13252026-05-12T16:53:55.978Z Compiling curve25519-dalek-derive v0.1.1
13262026-05-12T16:53:56.015Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13272026-05-12T16:53:56.173Z Checking ciborium-io v0.2.2
13282026-05-12T16:53:56.195Z Checking base64ct v1.8.0
13292026-05-12T16:53:56.213Z Checking indent_write v2.2.0
13302026-05-12T16:53:56.267Z Checking base16ct v0.2.0
13312026-05-12T16:53:56.344Z Checking opaque-debug v0.3.1
13322026-05-12T16:53:56.393Z Checking ciborium-ll v0.2.2
13332026-05-12T16:53:56.418Z Checking poly1305 v0.8.0
13342026-05-12T16:53:56.436Z Checking password-hash v0.5.0
13352026-05-12T16:53:56.571Z Checking chacha20 v0.9.1
13362026-05-12T16:53:56.659Z Compiling newtype_derive v0.1.6
13372026-05-12T16:53:56.663Z Checking similar v2.7.0
13382026-05-12T16:53:56.758Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13392026-05-12T16:53:56.887Z Checking blake2 v0.10.6
13402026-05-12T16:53:56.890Z Checking elliptic-curve v0.13.8
13412026-05-12T16:53:56.919Z Checking thiserror-no-std v2.0.2
13422026-05-12T16:53:57.003Z Compiling typify-impl v0.6.1
13432026-05-12T16:53:57.021Z Checking aead v0.5.2
13442026-05-12T16:53:57.024Z Compiling libloading v0.8.9
13452026-05-12T16:53:57.097Z Compiling bindgen v0.72.1
13462026-05-12T16:53:57.143Z Checking resolv-conf v0.7.5
13472026-05-12T16:53:57.160Z Checking keccak v0.1.6
13482026-05-12T16:53:57.231Z Checking linked-hash-map v0.5.6
13492026-05-12T16:53:57.312Z Compiling owo-colors v4.3.0
13502026-05-12T16:53:57.329Z Checking sha3 v0.10.8
13512026-05-12T16:53:57.332Z Checking vsss-rs v3.3.4
13522026-05-12T16:53:57.393Z Checking lru-cache v0.1.2
13532026-05-12T16:53:57.511Z Checking chacha20poly1305 v0.10.1
13542026-05-12T16:53:57.528Z Checking argon2 v0.5.3
13552026-05-12T16:53:57.662Z Checking ciborium v0.2.2
13562026-05-12T16:53:57.680Z Checking hickory-proto v0.24.4
13572026-05-12T16:53:57.697Z Checking tokio-dtrace v0.1.1
13582026-05-12T16:53:57.810Z Compiling cexpr v0.6.0
13592026-05-12T16:53:57.869Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13602026-05-12T16:53:58.146Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13612026-05-12T16:53:58.367Z Checking serde-big-array v0.5.1
13622026-05-12T16:53:58.384Z Compiling serde_repr v0.1.20
13632026-05-12T16:53:58.400Z Compiling derive-where v1.6.0
13642026-05-12T16:53:58.501Z Checking siphasher v1.0.1
13652026-05-12T16:53:58.663Z Checking unicode-segmentation v1.12.0
13662026-05-12T16:53:58.922Z Checking same-file v1.0.6
13672026-05-12T16:53:58.942Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13682026-05-12T16:53:58.973Z Checking newline-converter v0.3.0
13692026-05-12T16:53:59.042Z Checking walkdir v2.5.0
13702026-05-12T16:53:59.150Z Checking hickory-resolver v0.24.4
13712026-05-12T16:53:59.204Z Checking phf_shared v0.12.1
13722026-05-12T16:53:59.343Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13732026-05-12T16:53:59.596Z Checking oxide-tokio-rt v0.1.2
13742026-05-12T16:53:59.747Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13752026-05-12T16:54:00.021Z Checking console v0.15.11
13762026-05-12T16:54:00.300Z Compiling progenitor-impl v0.10.0
13772026-05-12T16:54:00.325Z Compiling typify-macro v0.6.1
13782026-05-12T16:54:00.341Z Checking tokio-stream v0.1.17
13792026-05-12T16:54:00.600Z Compiling pin-project-internal v1.1.10
13802026-05-12T16:54:00.653Z Compiling slog-dtrace v0.3.0
13812026-05-12T16:54:00.713Z Checking csv-core v0.1.12
13822026-05-12T16:54:00.893Z Checking unicode-linebreak v0.1.5
13832026-05-12T16:54:00.910Z Checking swrite v0.1.0
13842026-05-12T16:54:01.008Z Checking smawk v0.3.2
13852026-05-12T16:54:01.112Z Compiling unicode-xid v0.2.6
13862026-05-12T16:54:01.145Z Compiling chrono-tz v0.10.4
13872026-05-12T16:54:01.184Z Checking unicode-width v0.1.14
13882026-05-12T16:54:01.241Z Checking foldhash v0.1.5
13892026-05-12T16:54:01.367Z Compiling cancel-safe-futures v0.1.5
13902026-05-12T16:54:01.384Z Checking hashbrown v0.15.5
13912026-05-12T16:54:01.461Z Compiling const_format_proc_macros v0.2.34
13922026-05-12T16:54:01.647Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13932026-05-12T16:54:01.700Z Checking pin-project v1.1.10
13942026-05-12T16:54:01.801Z Checking textwrap v0.16.2
13952026-05-12T16:54:01.844Z Checking csv v1.3.1
13962026-05-12T16:54:01.914Z Checking qorb v0.4.1
13972026-05-12T16:54:02.025Z Checking expectorate v1.2.0
13982026-05-12T16:54:02.159Z Checking phf v0.12.1
13992026-05-12T16:54:02.210Z Checking unicode-normalization v0.1.24
14002026-05-12T16:54:02.235Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14012026-05-12T16:54:02.375Z Compiling progenitor-macro v0.10.0
14022026-05-12T16:54:02.622Z Checking libsw-core v0.3.2
14032026-05-12T16:54:02.725Z Compiling libgit2-sys v0.17.0+1.8.1
14042026-05-12T16:54:02.775Z Compiling snafu-derive v0.8.9
14052026-05-12T16:54:02.869Z Compiling async-recursion v1.1.1
14062026-05-12T16:54:03.067Z Compiling cookie v0.18.1
14072026-05-12T16:54:03.147Z Checking fixedbitset v0.5.7
14082026-05-12T16:54:03.165Z Compiling moka v0.12.11
14092026-05-12T16:54:03.346Z Checking fixedbitset v0.4.2
14102026-05-12T16:54:03.385Z Checking highway v1.3.0
14112026-05-12T16:54:03.505Z Checking petgraph v0.6.5
14122026-05-12T16:54:03.567Z Checking petgraph v0.8.2
14132026-05-12T16:54:03.735Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14142026-05-12T16:54:03.896Z Checking libsw v3.5.0
14152026-05-12T16:54:04.084Z Checking olpc-cjson v0.1.4
14162026-05-12T16:54:04.453Z Checking snafu v0.8.9
14172026-05-12T16:54:04.559Z Checking const_format v0.2.34
14182026-05-12T16:54:04.685Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14192026-05-12T16:54:04.789Z Compiling typify v0.6.1
14202026-05-12T16:54:04.889Z Checking papergrid v0.11.0
14212026-05-12T16:54:04.997Z Checking globset v0.4.16
14222026-05-12T16:54:05.120Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14232026-05-12T16:54:05.142Z Checking gethostname v0.5.0
14242026-05-12T16:54:05.257Z Compiling tabled_derive v0.7.0
14252026-05-12T16:54:05.536Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14262026-05-12T16:54:05.607Z Checking reqwest v0.13.2
14272026-05-12T16:54:05.859Z Checking bcs v0.1.6
14282026-05-12T16:54:06.097Z Checking pem v3.0.5
14292026-05-12T16:54:06.164Z Checking serde_plain v1.0.2
14302026-05-12T16:54:06.194Z Checking typed-path v0.9.3
14312026-05-12T16:54:06.260Z Checking crc8 v0.1.1
14322026-05-12T16:54:06.314Z Compiling signal-hook v0.3.18
14332026-05-12T16:54:06.363Z Checking humantime v2.3.0
14342026-05-12T16:54:06.502Z Checking progenitor v0.10.0
14352026-05-12T16:54:06.528Z Checking tagptr v0.2.0
14362026-05-12T16:54:06.546Z Checking linear-map v1.2.0
14372026-05-12T16:54:06.637Z Checking termtree v0.5.1
14382026-05-12T16:54:06.712Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14392026-05-12T16:54:06.772Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14402026-05-12T16:54:06.858Z Checking tabled v0.15.0
14412026-05-12T16:54:06.946Z Checking tough v0.20.0
14422026-05-12T16:54:07.281Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14432026-05-12T16:54:07.448Z Compiling progenitor-impl v0.13.0
14442026-05-12T16:54:07.913Z Checking steno v0.4.1
14452026-05-12T16:54:08.186Z Checking hickory-proto v0.25.2
14462026-05-12T16:54:08.537Z Compiling curl-sys v0.4.83+curl-8.15.0
14472026-05-12T16:54:08.791Z Compiling cargo-platform v0.1.9
14482026-05-12T16:54:08.848Z Compiling vergen v8.3.2
14492026-05-12T16:54:08.898Z Compiling fs-err v3.1.2
14502026-05-12T16:54:08.936Z Compiling crc32fast v1.5.0
14512026-05-12T16:54:09.032Z Compiling cargo_metadata v0.18.1
14522026-05-12T16:54:09.280Z Checking progenitor-client v0.13.0
14532026-05-12T16:54:09.323Z Checking dropshot-api-manager-types v0.5.2
14542026-05-12T16:54:09.492Z Checking sha2 v0.10.9
14552026-05-12T16:54:09.509Z Compiling blake3 v1.8.2
14562026-05-12T16:54:09.525Z Compiling progenitor-macro v0.13.0
14572026-05-12T16:54:09.743Z Checking adler2 v2.0.1
14582026-05-12T16:54:09.761Z Checking hickory-resolver v0.25.2
14592026-05-12T16:54:10.157Z Checking miniz_oxide v0.8.9
14602026-05-12T16:54:10.465Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14612026-05-12T16:54:10.501Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14622026-05-12T16:54:10.606Z Checking git-stub v1.0.0
14632026-05-12T16:54:10.699Z Checking filetime v0.2.26
14642026-05-12T16:54:10.763Z Checking arrayvec v0.7.6
14652026-05-12T16:54:10.841Z Checking arrayref v0.3.9
14662026-05-12T16:54:10.922Z Checking xattr v1.6.1
14672026-05-12T16:54:10.953Z Checking is_ci v1.2.0
14682026-05-12T16:54:11.056Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14692026-05-12T16:54:11.060Z Checking constant_time_eq v0.3.1
14702026-05-12T16:54:11.172Z Compiling curl v0.4.49
14712026-05-12T16:54:11.452Z Checking tar v0.4.45
14722026-05-12T16:54:11.579Z Checking supports-color v3.0.2
14732026-05-12T16:54:11.709Z Checking git-stub-vcs v0.1.0
14742026-05-12T16:54:11.828Z Checking flate2 v1.1.2
14752026-05-12T16:54:11.919Z Checking drift v0.1.3
14762026-05-12T16:54:12.049Z Checking toml v0.7.8
14772026-05-12T16:54:12.075Z Checking kstat-rs v0.2.4
14782026-05-12T16:54:12.108Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14792026-05-12T16:54:12.149Z Checking topological-sort v0.2.2
14802026-05-12T16:54:12.166Z Checking dropshot-api-manager v0.5.2
14812026-05-12T16:54:12.351Z Checking omicron-zone-package v0.12.2
14822026-05-12T16:54:12.795Z Checking signal-hook-tokio v0.3.1
14832026-05-12T16:54:12.928Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14842026-05-12T16:54:12.999Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14852026-05-12T16:54:13.200Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-05-12T16:54:13.444Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-05-12T16:54:13.708Z Checking progenitor v0.13.0
14882026-05-12T16:54:13.751Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14892026-05-12T16:54:13.774Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14902026-05-12T16:54:13.839Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14912026-05-12T16:54:13.971Z Checking search_path v0.1.4
14922026-05-12T16:54:13.991Z Checking internet-checksum v0.2.1
14932026-05-12T16:54:14.110Z Checking display-error-chain v0.2.2
14942026-05-12T16:54:14.114Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14952026-05-12T16:54:14.149Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-05-12T16:54:14.459Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14972026-05-12T16:54:14.499Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-05-12T16:54:14.833Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-05-12T16:54:14.900Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15002026-05-12T16:54:15.308Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-05-12T16:54:15.312Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-05-12T16:54:15.343Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15032026-05-12T16:54:15.578Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15042026-05-12T16:54:15.614Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15052026-05-12T16:54:15.817Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15062026-05-12T16:54:15.991Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15072026-05-12T16:54:16.061Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-05-12T16:54:16.453Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15092026-05-12T16:54:16.478Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15102026-05-12T16:54:19.014Z Compiling git2 v0.19.0
15112026-05-12T16:54:19.549Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15122026-05-12T16:54:19.920Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15132026-05-12T16:54:20.522Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15142026-05-12T16:54:20.828Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15152026-05-12T16:54:21.357Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15162026-05-12T16:54:21.383Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15172026-05-12T16:54:21.717Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15182026-05-12T16:54:21.742Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15192026-05-12T16:54:21.847Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15202026-05-12T16:54:22.210Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15212026-05-12T16:54:32.908Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15222026-05-12T16:54:34.168Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15232026-05-12T16:54:38.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
15242026-05-12T16:54:39.166Z+ for feat in tofino_stub tofino_asic softnpu chaos
15252026-05-12T16:54:39.166Z+ cargo clippy --features tofino_asic -- --deny warnings
15262026-05-12T16:54:39.638Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15272026-05-12T16:54:39.638Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15282026-05-12T16:54:39.642Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15292026-05-12T16:54:39.642Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15302026-05-12T16:54:46.700Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15312026-05-12T16:54:46.704Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15322026-05-12T16:54:49.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.99s
15332026-05-12T16:54:49.345Z+ for feat in tofino_stub tofino_asic softnpu chaos
15342026-05-12T16:54:49.345Z+ cargo clippy --features softnpu -- --deny warnings
15352026-05-12T16:54:49.639Z Downloading crates ...
15362026-05-12T16:54:49.770Z Downloaded radium v0.7.0
15372026-05-12T16:54:49.773Z Downloaded erased-serde v0.4.8
15382026-05-12T16:54:49.777Z Downloaded wyz v0.5.1
15392026-05-12T16:54:49.780Z Downloaded tap v1.0.1
15402026-05-12T16:54:49.780Z Downloaded serde_arrays v0.1.0
15412026-05-12T16:54:49.780Z Downloaded typeid v1.0.3
15422026-05-12T16:54:49.783Z Downloaded funty v2.0.0
15432026-05-12T16:54:49.786Z Downloaded ascii v1.1.0
15442026-05-12T16:54:49.786Z Downloaded bitstruct v0.1.1
15452026-05-12T16:54:49.786Z Downloaded bitstruct_derive v0.1.0
15462026-05-12T16:54:49.790Z Downloaded libloading v0.7.4
15472026-05-12T16:54:49.806Z Downloaded bitvec v1.0.1
15482026-05-12T16:54:49.813Z Downloaded num-bigint v0.4.6
15492026-05-12T16:54:49.937Z Checking num-integer v0.1.46
15502026-05-12T16:54:50.011Z Checking num-complex v0.4.6
15512026-05-12T16:54:50.023Z Compiling radium v0.7.0
15522026-05-12T16:54:50.031Z Checking tap v1.0.1
15532026-05-12T16:54:50.038Z Checking funty v2.0.0
15542026-05-12T16:54:50.045Z Compiling typeid v1.0.3
15552026-05-12T16:54:50.048Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15562026-05-12T16:54:50.058Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15572026-05-12T16:54:50.118Z Checking wyz v0.5.1
15582026-05-12T16:54:50.211Z Checking num-bigint v0.4.6
15592026-05-12T16:54:50.211Z Checking num-iter v0.1.45
15602026-05-12T16:54:50.267Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15612026-05-12T16:54:50.284Z Compiling erased-serde v0.4.8
15622026-05-12T16:54:50.334Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15632026-05-12T16:54:50.337Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-05-12T16:54:50.368Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15652026-05-12T16:54:50.418Z Compiling bitstruct_derive v0.1.0
15662026-05-12T16:54:50.447Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-05-12T16:54:50.455Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-05-12T16:54:50.468Z Checking bitvec v1.0.1
15692026-05-12T16:54:50.477Z Checking ascii v1.1.0
15702026-05-12T16:54:50.484Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15712026-05-12T16:54:50.542Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-05-12T16:54:50.644Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-05-12T16:54:50.654Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15742026-05-12T16:54:50.662Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15752026-05-12T16:54:50.662Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-05-12T16:54:50.944Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-05-12T16:54:50.960Z Checking serde_arrays v0.1.0
15782026-05-12T16:54:51.026Z Checking num-rational v0.4.2
15792026-05-12T16:54:51.059Z Checking bitstruct v0.1.1
15802026-05-12T16:54:51.070Z Checking libloading v0.7.4
15812026-05-12T16:54:51.096Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15822026-05-12T16:54:51.294Z Checking num v0.4.3
15832026-05-12T16:54:51.363Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15842026-05-12T16:54:51.890Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15852026-05-12T16:54:52.172Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15862026-05-12T16:54:52.176Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15872026-05-12T16:54:52.362Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15882026-05-12T16:54:52.554Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15892026-05-12T16:54:52.558Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15902026-05-12T16:54:53.005Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15912026-05-12T16:54:53.215Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15922026-05-12T16:54:53.218Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-05-12T16:54:53.218Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15942026-05-12T16:54:53.218Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15952026-05-12T16:54:53.597Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15962026-05-12T16:54:54.004Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15972026-05-12T16:54:54.841Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-05-12T16:54:57.021Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15992026-05-12T16:54:57.363Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16002026-05-12T16:54:58.213Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16012026-05-12T16:54:58.976Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16022026-05-12T16:54:59.094Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16032026-05-12T16:55:05.500Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16042026-05-12T16:55:06.772Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16052026-05-12T16:55:07.302Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16062026-05-12T16:55:11.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.08s
16072026-05-12T16:55:11.612Z+ for feat in tofino_stub tofino_asic softnpu chaos
16082026-05-12T16:55:11.613Z+ cargo clippy --features chaos -- --deny warnings
16092026-05-12T16:55:12.076Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16102026-05-12T16:55:12.080Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16112026-05-12T16:55:12.080Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16122026-05-12T16:55:19.132Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16132026-05-12T16:55:19.132Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16142026-05-12T16:55:21.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.95s
16152026-05-12T16:55:21.753Z+ banner fmt
16162026-05-12T16:55:21.756Z
16172026-05-12T16:55:21.756Z ###### # # #####
16182026-05-12T16:55:21.757Z # ## ## #
16192026-05-12T16:55:21.757Z ##### # ## # #
16202026-05-12T16:55:21.757Z # # # #
16212026-05-12T16:55:21.757Z # # # #
16222026-05-12T16:55:21.757Z # # # #
16232026-05-12T16:55:21.757Z
16242026-05-12T16:55:21.757Z+ cargo fmt -- --check
16252026-05-12T16:55:22.191Z+ banner test
16262026-05-12T16:55:22.195Z
16272026-05-12T16:55:22.195Z ##### ###### #### #####
16282026-05-12T16:55:22.195Z # # # #
16292026-05-12T16:55:22.195Z # ##### #### #
16302026-05-12T16:55:22.195Z # # # #
16312026-05-12T16:55:22.195Z # # # # #
16322026-05-12T16:55:22.195Z # ###### #### #
16332026-05-12T16:55:22.195Z
16342026-05-12T16:55:22.195Z+ for feat in tofino_stub tofino_asic softnpu chaos
16352026-05-12T16:55:22.195Z+ RUST_BACKTRACE=full
16362026-05-12T16:55:22.195Z+ cargo test --features tofino_stub --no-fail-fast
16372026-05-12T16:55:23.009Z Compiling unicode-ident v1.0.24
16382026-05-12T16:55:23.009Z Compiling cfg-if v1.0.3
16392026-05-12T16:55:23.013Z Compiling memchr v2.7.5
16402026-05-12T16:55:23.013Z Compiling serde_core v1.0.228
16412026-05-12T16:55:23.108Z Compiling itoa v1.0.15
16422026-05-12T16:55:23.130Z Compiling libc v0.2.183
16432026-05-12T16:55:23.138Z Compiling zmij v1.0.17
16442026-05-12T16:55:23.149Z Compiling libm v0.2.15
16452026-05-12T16:55:23.220Z Compiling proc-macro2 v1.0.106
16462026-05-12T16:55:23.243Z Compiling heck v0.5.0
16472026-05-12T16:55:23.411Z Compiling log v0.4.29
16482026-05-12T16:55:23.508Z Compiling equivalent v1.0.2
16492026-05-12T16:55:23.594Z Compiling quote v1.0.45
16502026-05-12T16:55:23.606Z Compiling smallvec v1.15.1
16512026-05-12T16:55:23.612Z Compiling iana-time-zone v0.1.64
16522026-05-12T16:55:23.658Z Compiling allocator-api2 v0.2.21
16532026-05-12T16:55:23.777Z Compiling syn v2.0.117
16542026-05-12T16:55:23.866Z Compiling foldhash v0.2.0
16552026-05-12T16:55:23.887Z Compiling dyn-clone v1.0.20
16562026-05-12T16:55:23.982Z Compiling stable_deref_trait v1.2.0
16572026-05-12T16:55:23.994Z Compiling pin-project-lite v0.2.16
16582026-05-12T16:55:24.030Z Compiling hashbrown v0.16.1
16592026-05-12T16:55:24.068Z Compiling percent-encoding v2.3.2
16602026-05-12T16:55:24.090Z Compiling fnv v1.0.7
16612026-05-12T16:55:24.094Z Compiling writeable v0.6.1
16622026-05-12T16:55:24.193Z Compiling litemap v0.8.0
16632026-05-12T16:55:24.246Z Compiling regex-syntax v0.8.6
16642026-05-12T16:55:24.270Z Compiling icu_normalizer_data v2.0.0
16652026-05-12T16:55:24.354Z Compiling icu_properties_data v2.0.1
16662026-05-12T16:55:24.399Z Compiling form_urlencoded v1.2.2
16672026-05-12T16:55:24.412Z Compiling utf8_iter v1.0.4
16682026-05-12T16:55:24.489Z Compiling scopeguard v1.2.0
16692026-05-12T16:55:24.559Z Compiling num-traits v0.2.19
16702026-05-12T16:55:24.586Z Compiling lock_api v0.4.14
16712026-05-12T16:55:24.600Z Compiling getrandom v0.3.3
16722026-05-12T16:55:24.612Z Compiling aho-corasick v1.1.3
16732026-05-12T16:55:24.779Z Compiling semver v1.0.27
16742026-05-12T16:55:24.815Z Compiling serde_json v1.0.149
16752026-05-12T16:55:24.916Z Compiling indexmap v2.13.0
16762026-05-12T16:55:25.138Z Compiling byteorder v1.5.0
16772026-05-12T16:55:25.171Z Compiling ucd-trie v0.1.7
16782026-05-12T16:55:25.368Z Compiling uuid v1.20.0
16792026-05-12T16:55:25.473Z Compiling futures-core v0.3.32
16802026-05-12T16:55:25.644Z Compiling num-conv v0.2.1
16812026-05-12T16:55:25.776Z Compiling regex-automata v0.4.13
16822026-05-12T16:55:25.796Z Compiling time-core v0.1.8
16832026-05-12T16:55:25.950Z Compiling time-macros v0.2.27
16842026-05-12T16:55:25.994Z Compiling futures-sink v0.3.32
16852026-05-12T16:55:26.048Z Compiling ryu v1.0.20
16862026-05-12T16:55:26.102Z Compiling regress v0.10.5
16872026-05-12T16:55:26.251Z Compiling slab v0.4.11
16882026-05-12T16:55:26.430Z Compiling pretty-hex v0.4.1
16892026-05-12T16:55:26.576Z Compiling synstructure v0.13.2
16902026-05-12T16:55:26.767Z Compiling serde_derive_internals v0.29.1
16912026-05-12T16:55:26.859Z Compiling strsim v0.11.1
16922026-05-12T16:55:26.880Z Compiling plain v0.2.3
16932026-05-12T16:55:26.944Z Compiling futures-channel v0.3.32
16942026-05-12T16:55:26.992Z Compiling syn v1.0.109
16952026-05-12T16:55:27.172Z Compiling futures-task v0.3.32
16962026-05-12T16:55:27.259Z Compiling futures-io v0.3.32
16972026-05-12T16:55:27.347Z Compiling socket2 v0.6.0
16982026-05-12T16:55:27.435Z Compiling regex v1.12.3
16992026-05-12T16:55:27.520Z Compiling parking_lot_core v0.9.12
17002026-05-12T16:55:27.794Z Compiling serde_derive v1.0.228
17012026-05-12T16:55:27.806Z Compiling zerofrom-derive v0.1.6
17022026-05-12T16:55:27.823Z Compiling yoke-derive v0.8.0
17032026-05-12T16:55:27.840Z Compiling zerovec-derive v0.11.1
17042026-05-12T16:55:27.898Z Compiling displaydoc v0.2.5
17052026-05-12T16:55:28.332Z Compiling thiserror-impl v2.0.18
17062026-05-12T16:55:28.655Z Compiling schemars_derive v0.8.22
17072026-05-12T16:55:28.871Z Compiling tokio-macros v2.6.0
17082026-05-12T16:55:28.944Z Compiling zerocopy-derive v0.8.27
17092026-05-12T16:55:29.021Z Compiling zeroize_derive v1.4.3
17102026-05-12T16:55:29.584Z Compiling thiserror v2.0.18
17112026-05-12T16:55:29.630Z Compiling futures-macro v0.3.32
17122026-05-12T16:55:29.695Z Compiling zerofrom v0.1.6
17132026-05-12T16:55:29.709Z Compiling thiserror-impl v1.0.69
17142026-05-12T16:55:29.830Z Compiling yoke v0.8.0
17152026-05-12T16:55:29.875Z Compiling tracing-attributes v0.1.30
17162026-05-12T16:55:29.937Z Compiling pest v2.8.2
17172026-05-12T16:55:30.039Z Compiling zerovec v0.11.4
17182026-05-12T16:55:30.257Z Compiling zerocopy v0.8.27
17192026-05-12T16:55:30.361Z Compiling zerotrie v0.2.2
17202026-05-12T16:55:30.485Z Compiling serde v1.0.228
17212026-05-12T16:55:30.677Z Compiling scroll_derive v0.13.1
17222026-05-12T16:55:30.903Z Compiling tinystr v0.8.1
17232026-05-12T16:55:30.936Z Compiling bytes v1.11.1
17242026-05-12T16:55:31.007Z Compiling serde_tokenstream v0.2.3
17252026-05-12T16:55:31.062Z Compiling potential_utf v0.1.3
17262026-05-12T16:55:31.121Z Compiling icu_locale_core v2.0.0
17272026-05-12T16:55:31.162Z Compiling chrono v0.4.44
17282026-05-12T16:55:31.239Z Compiling icu_collections v2.0.0
17292026-05-12T16:55:31.280Z Compiling pest_meta v2.8.2
17302026-05-12T16:55:31.298Z Compiling async-trait v0.1.89
17312026-05-12T16:55:31.522Z Compiling http v1.4.0
17322026-05-12T16:55:31.755Z Compiling icu_provider v2.0.0
17332026-05-12T16:55:31.985Z Compiling pest_generator v2.8.2
17342026-05-12T16:55:32.070Z Compiling icu_normalizer v2.0.0
17352026-05-12T16:55:32.225Z Compiling icu_properties v2.0.1
17362026-05-12T16:55:32.293Z Compiling schemars v0.8.22
17372026-05-12T16:55:32.489Z Compiling scroll v0.13.0
17382026-05-12T16:55:32.589Z Compiling thiserror v1.0.69
17392026-05-12T16:55:32.611Z Compiling pest_derive v2.8.2
17402026-05-12T16:55:32.676Z Compiling parking_lot v0.12.5
17412026-05-12T16:55:32.688Z Compiling signal-hook-registry v1.4.6
17422026-05-12T16:55:32.699Z Compiling thread-id v5.0.0
17432026-05-12T16:55:32.751Z Compiling goblin v0.10.1
17442026-05-12T16:55:32.781Z Compiling openapiv3 v2.2.0
17452026-05-12T16:55:33.076Z Compiling idna_adapter v1.2.1
17462026-05-12T16:55:33.079Z Compiling mio v1.0.4
17472026-05-12T16:55:33.178Z Compiling dtrace-parser v0.3.0
17482026-05-12T16:55:33.231Z Compiling idna v1.1.0
17492026-05-12T16:55:33.275Z Compiling daft-derive v0.1.4
17502026-05-12T16:55:33.396Z Compiling tokio v1.49.0
17512026-05-12T16:55:33.408Z Compiling darling_core v0.21.3
17522026-05-12T16:55:33.606Z Compiling url v2.5.7
17532026-05-12T16:55:34.022Z Compiling typify-impl v0.4.3
17542026-05-12T16:55:34.060Z Compiling serde_yaml v0.9.34+deprecated
17552026-05-12T16:55:34.071Z Compiling ppv-lite86 v0.2.21
17562026-05-12T16:55:34.495Z Compiling openssl-macros v0.1.1
17572026-05-12T16:55:34.520Z Compiling base64 v0.22.1
17582026-05-12T16:55:35.026Z Compiling http-body v1.0.1
17592026-05-12T16:55:35.062Z Compiling erased-serde v0.3.31
17602026-05-12T16:55:35.188Z Compiling bitflags v2.9.4
17612026-05-12T16:55:35.384Z Compiling typenum v1.18.0
17622026-05-12T16:55:35.439Z Compiling getrandom v0.2.16
17632026-05-12T16:55:35.508Z Compiling dof v0.4.0
17642026-05-12T16:55:35.566Z Compiling darling_macro v0.21.3
17652026-05-12T16:55:35.628Z Compiling atomic-waker v1.1.2
17662026-05-12T16:55:35.762Z Compiling ipnet v2.11.0
17672026-05-12T16:55:35.910Z Compiling anyhow v1.0.102
17682026-05-12T16:55:35.925Z Compiling httparse v1.10.1
17692026-05-12T16:55:36.165Z Compiling usdt-impl v0.6.0
17702026-05-12T16:55:36.245Z Compiling darling v0.21.3
17712026-05-12T16:55:36.309Z Compiling portable-atomic v1.11.1
17722026-05-12T16:55:36.333Z Compiling untrusted v0.9.0
17732026-05-12T16:55:36.459Z Compiling tower-service v0.3.3
17742026-05-12T16:55:36.566Z Compiling tower-layer v0.3.3
17752026-05-12T16:55:36.746Z Compiling try-lock v0.2.5
17762026-05-12T16:55:36.836Z Compiling critical-section v1.2.0
17772026-05-12T16:55:36.847Z Compiling want v0.3.1
17782026-05-12T16:55:36.868Z Compiling zeroize v1.8.1
17792026-05-12T16:55:36.950Z Compiling once_cell v1.21.3
17802026-05-12T16:55:37.018Z Compiling pin-utils v0.1.0
17812026-05-12T16:55:37.076Z Compiling httpdate v1.0.3
17822026-05-12T16:55:37.099Z Compiling structmeta-derive v0.3.0
17832026-05-12T16:55:37.167Z Compiling newtype-uuid-macros v0.1.0
17842026-05-12T16:55:37.322Z Compiling strum_macros v0.26.4
17852026-05-12T16:55:37.511Z Compiling usdt-macro v0.6.0
17862026-05-12T16:55:37.683Z Compiling usdt-attr-macro v0.6.0
17872026-05-12T16:55:38.155Z Compiling structmeta v0.3.0
17882026-05-12T16:55:38.380Z Compiling async-stream-impl v0.3.6
17892026-05-12T16:55:38.648Z Compiling powerfmt v0.2.0
17902026-05-12T16:55:38.862Z Compiling deranged v0.5.3
17912026-05-12T16:55:39.040Z Compiling num_threads v0.1.7
17922026-05-12T16:55:39.053Z Compiling omicron-workspace-hack v0.1.0
17932026-05-12T16:55:39.129Z Compiling dropshot_endpoint v0.16.7
17942026-05-12T16:55:39.414Z Compiling http-body-util v0.1.3
17952026-05-12T16:55:39.664Z Compiling ref-cast-impl v1.0.25
17962026-05-12T16:55:39.921Z Compiling derive-ex v0.1.8
17972026-05-12T16:55:40.094Z Compiling serde_urlencoded v0.7.1
17982026-05-12T16:55:40.106Z Compiling strum_macros v0.27.2
17992026-05-12T16:55:40.246Z Compiling typify-macro v0.4.3
18002026-05-12T16:55:40.502Z Compiling sync_wrapper v1.0.2
18012026-05-12T16:55:40.525Z Compiling serde_with_macros v3.14.1
18022026-05-12T16:55:40.525Z Compiling subtle v2.6.1
18032026-05-12T16:55:40.612Z Compiling iri-string v0.7.8
18042026-05-12T16:55:40.866Z Compiling thread_local v1.1.9
18052026-05-12T16:55:41.144Z Compiling rand_core v0.6.4
18062026-05-12T16:55:41.224Z Compiling futures-util v0.3.32
18072026-05-12T16:55:41.382Z Compiling match_cfg v0.1.0
18082026-05-12T16:55:41.465Z Compiling parse-display-derive v0.10.0
18092026-05-12T16:55:41.598Z Compiling test-strategy v0.4.3
18102026-05-12T16:55:41.655Z Compiling toml_datetime v0.6.11
18112026-05-12T16:55:41.691Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18122026-05-12T16:55:41.937Z Compiling term v1.2.0
18132026-05-12T16:55:41.980Z Compiling take_mut v0.2.2
18142026-05-12T16:55:42.177Z Compiling tracing-core v0.1.34
18152026-05-12T16:55:42.308Z Compiling typify v0.4.3
18162026-05-12T16:55:42.405Z Compiling progenitor-impl v0.11.1
18172026-05-12T16:55:42.632Z Compiling tracing v0.1.41
18182026-05-12T16:55:42.730Z Compiling clap_derive v4.6.0
18192026-05-12T16:55:42.768Z Compiling camino v1.2.2
18202026-05-12T16:55:42.869Z Compiling fastrand v2.3.0
18212026-05-12T16:55:42.972Z Compiling cpufeatures v0.2.17
18222026-05-12T16:55:43.052Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18232026-05-12T16:55:43.120Z Compiling encoding_rs v0.8.35
18242026-05-12T16:55:43.147Z Compiling mime v0.3.17
18252026-05-12T16:55:43.190Z Compiling unicode-width v0.2.1
18262026-05-12T16:55:43.971Z Compiling errno v0.3.14
18272026-05-12T16:55:44.001Z Compiling hex v0.4.3
18282026-05-12T16:55:44.141Z Compiling generic-array v0.14.7
18292026-05-12T16:55:44.336Z Compiling ipnetwork v0.21.1
18302026-05-12T16:55:44.653Z Compiling crossbeam-utils v0.8.21
18312026-05-12T16:55:44.762Z Compiling winnow v0.7.14
18322026-05-12T16:55:44.775Z Compiling rustix v1.1.2
18332026-05-12T16:55:44.794Z Compiling tokio-util v0.7.16
18342026-05-12T16:55:45.184Z Compiling slog v2.8.2
18352026-05-12T16:55:45.928Z Compiling crypto-common v0.1.6
18362026-05-12T16:55:45.940Z Compiling progenitor-macro v0.11.1
18372026-05-12T16:55:45.951Z Compiling itertools v0.14.0
18382026-05-12T16:55:46.079Z Compiling rand_core v0.9.3
18392026-05-12T16:55:46.091Z Compiling h2 v0.4.12
18402026-05-12T16:55:46.288Z Compiling oxnet v0.1.4
18412026-05-12T16:55:46.354Z Compiling rand_chacha v0.9.0
18422026-05-12T16:55:46.398Z Compiling socket2 v0.5.10
18432026-05-12T16:55:46.731Z Compiling spin v0.9.8
18442026-05-12T16:55:46.848Z Compiling quick-error v1.2.3
18452026-05-12T16:55:46.860Z Compiling debug-ignore v1.0.5
18462026-05-12T16:55:46.865Z Compiling rand v0.9.2
18472026-05-12T16:55:46.960Z Compiling toml_parser v1.0.6+spec-1.1.0
18482026-05-12T16:55:46.973Z Compiling tabwriter v1.4.1
18492026-05-12T16:55:47.199Z Compiling rustls-pki-types v1.12.0
18502026-05-12T16:55:47.216Z Compiling serde_spanned v1.0.4
18512026-05-12T16:55:47.381Z Compiling toml_datetime v0.7.5+spec-1.1.0
18522026-05-12T16:55:47.661Z Compiling toml_writer v1.0.6+spec-1.1.0
18532026-05-12T16:55:47.681Z Compiling lazy_static v1.5.0
18542026-05-12T16:55:47.693Z Compiling colored v3.0.0
18552026-05-12T16:55:47.785Z Compiling bit-vec v0.8.0
18562026-05-12T16:55:47.789Z Compiling async-stream v0.3.6
18572026-05-12T16:55:47.876Z Compiling toml v0.9.11+spec-1.1.0
18582026-05-12T16:55:47.963Z Compiling strum v0.26.3
18592026-05-12T16:55:48.041Z Compiling bit-set v0.8.0
18602026-05-12T16:55:48.075Z Compiling waitgroup v0.1.2
18612026-05-12T16:55:48.098Z Compiling serde_path_to_error v0.1.20
18622026-05-12T16:55:48.210Z Compiling hyper v1.8.1
18632026-05-12T16:55:48.223Z Compiling anstyle v1.0.14
18642026-05-12T16:55:48.455Z Compiling unarray v0.1.4
18652026-05-12T16:55:48.467Z Compiling time v0.3.47
18662026-05-12T16:55:48.588Z Compiling ring v0.17.14
18672026-05-12T16:55:49.172Z Compiling macaddr v1.0.1
18682026-05-12T16:55:49.408Z Compiling hyper-util v0.1.19
18692026-05-12T16:55:49.545Z Compiling utf8parse v0.2.2
18702026-05-12T16:55:49.673Z Compiling anstyle-parse v1.0.0
18712026-05-12T16:55:49.877Z Compiling crossbeam-channel v0.5.15
18722026-05-12T16:55:49.961Z Compiling block-buffer v0.10.4
18732026-05-12T16:55:50.131Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18742026-05-12T16:55:50.225Z Compiling ref-cast v1.0.25
18752026-05-12T16:55:50.326Z Compiling is_terminal_polyfill v1.70.1
18762026-05-12T16:55:50.340Z Compiling colorchoice v1.0.4
18772026-05-12T16:55:50.429Z Compiling anstyle-query v1.1.4
18782026-05-12T16:55:50.466Z Compiling digest v0.10.7
18792026-05-12T16:55:50.546Z Compiling anstream v1.0.0
18802026-05-12T16:55:50.565Z Compiling strum v0.27.2
18812026-05-12T16:55:50.601Z Compiling clap_lex v1.1.0
18822026-05-12T16:55:50.671Z Compiling is-terminal v0.4.16
18832026-05-12T16:55:50.705Z Compiling slog-async v2.8.0
18842026-05-12T16:55:50.757Z Compiling slog-term v2.9.2
18852026-05-12T16:55:50.772Z Compiling slog-json v2.6.1
18862026-05-12T16:55:50.884Z Compiling tower v0.5.2
18872026-05-12T16:55:50.979Z Compiling hostname v0.3.1
18882026-05-12T16:55:51.113Z Compiling instant v0.1.13
18892026-05-12T16:55:51.125Z Compiling slog-bunyan v2.5.0
18902026-05-12T16:55:51.185Z Compiling futures-executor v0.3.32
18912026-05-12T16:55:51.276Z Compiling tower-http v0.6.8
18922026-05-12T16:55:51.401Z Compiling futures v0.3.32
18932026-05-12T16:55:51.438Z Compiling openssl-sys v0.9.112
18942026-05-12T16:55:51.994Z Compiling aws-lc-sys v0.39.1
18952026-05-12T16:55:52.007Z Compiling memmap2 v0.9.8
18962026-05-12T16:55:52.609Z Compiling untrusted v0.7.1
18972026-05-12T16:55:52.632Z Compiling foreign-types-shared v0.1.1
18982026-05-12T16:55:52.694Z Compiling foreign-types v0.3.2
18992026-05-12T16:55:52.717Z Compiling aws-lc-rs v1.16.2
19002026-05-12T16:55:52.730Z Compiling tempfile v3.23.0
19012026-05-12T16:55:52.768Z Compiling openssl-probe v0.1.6
19022026-05-12T16:55:52.955Z Compiling openssl v0.10.76
19032026-05-12T16:55:53.649Z Compiling rustls-webpki v0.103.6
19042026-05-12T16:55:54.138Z Compiling rustls v0.23.32
19052026-05-12T16:55:54.655Z Compiling either v1.15.0
19062026-05-12T16:55:54.690Z Compiling usdt v0.6.0
19072026-05-12T16:55:55.014Z Compiling webpki-roots v1.0.2
19082026-05-12T16:55:55.146Z Compiling newtype-uuid v1.3.2
19092026-05-12T16:55:55.516Z Compiling native-tls v0.2.14
19102026-05-12T16:55:55.795Z Compiling tokio-native-tls v0.3.1
19112026-05-12T16:55:55.847Z Compiling daft v0.1.4
19122026-05-12T16:55:55.978Z Compiling hyper-tls v0.6.0
19132026-05-12T16:55:56.230Z Compiling rustls-webpki v0.102.8
19142026-05-12T16:55:57.165Z Compiling tokio-rustls v0.26.3
19152026-05-12T16:55:57.433Z Compiling hyper-rustls v0.27.7
19162026-05-12T16:55:57.541Z Compiling rustls v0.22.4
19172026-05-12T16:55:57.777Z Compiling reqwest v0.12.23
19182026-05-12T16:55:58.495Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19192026-05-12T16:55:59.150Z Compiling sha1 v0.10.6
19202026-05-12T16:55:59.387Z Compiling tokio-rustls v0.25.0
19212026-05-12T16:55:59.625Z Compiling rustls-pemfile v2.2.0
19222026-05-12T16:55:59.707Z Compiling multer v3.1.0
19232026-05-12T16:55:59.833Z Compiling terminal_size v0.4.3
19242026-05-12T16:56:00.151Z Compiling rand_chacha v0.3.1
19252026-05-12T16:56:00.269Z Compiling hostname v0.4.2
19262026-05-12T16:56:00.428Z Compiling wait-timeout v0.2.1
19272026-05-12T16:56:00.759Z Compiling rusty-fork v0.3.0
19282026-05-12T16:56:00.804Z Compiling dropshot v0.16.7
19292026-05-12T16:56:01.141Z Compiling rand v0.8.5
19302026-05-12T16:56:01.949Z Compiling rand_xorshift v0.4.0
19312026-05-12T16:56:02.760Z Compiling hubpack_derive v0.1.1
19322026-05-12T16:56:03.260Z Compiling proptest v1.8.0
19332026-05-12T16:56:03.357Z Compiling clap_builder v4.6.0
19342026-05-12T16:56:04.381Z Compiling serde_spanned v0.6.9
19352026-05-12T16:56:05.134Z Compiling clap v4.6.0
19362026-05-12T16:56:05.225Z Compiling prettyplease v0.2.37
19372026-05-12T16:56:05.423Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19382026-05-12T16:56:06.022Z Compiling progenitor-client v0.10.0
19392026-05-12T16:56:06.295Z Compiling progenitor-client v0.11.1
19402026-05-12T16:56:06.668Z Compiling serde_with v3.14.1
19412026-05-12T16:56:07.145Z Compiling progenitor v0.11.1
19422026-05-12T16:56:08.320Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19432026-05-12T16:56:08.639Z Compiling rustc-hash v2.1.1
19442026-05-12T16:56:08.770Z Compiling iddqd v0.3.17
19452026-05-12T16:56:08.982Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19462026-05-12T16:56:09.892Z Compiling backoff v0.4.0
19472026-05-12T16:56:10.054Z Compiling parse-display v0.10.0
19482026-05-12T16:56:10.086Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19492026-05-12T16:56:10.225Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19502026-05-12T16:56:10.252Z Compiling num-derive v0.3.3
19512026-05-12T16:56:10.402Z Compiling winnow v0.5.40
19522026-05-12T16:56:10.414Z Compiling toml_write v0.1.2
19532026-05-12T16:56:10.699Z Compiling toml_edit v0.22.27
19542026-05-12T16:56:11.909Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19552026-05-12T16:56:12.070Z Compiling num-integer v0.1.46
19562026-05-12T16:56:12.416Z Compiling float-ord v0.3.2
19572026-05-12T16:56:12.545Z Compiling toml v0.8.23
19582026-05-12T16:56:15.392Z Compiling num-iter v0.1.45
19592026-05-12T16:56:15.537Z Compiling num-rational v0.4.2
19602026-05-12T16:56:16.314Z Compiling num-complex v0.4.6
19612026-05-12T16:56:17.442Z Compiling num v0.4.3
19622026-05-12T16:56:17.539Z Compiling toml_edit v0.19.15
19632026-05-12T16:56:19.175Z Compiling proc-macro-crate v1.3.1
19642026-05-12T16:56:20.200Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19652026-05-12T16:56:21.151Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19662026-05-12T16:56:21.602Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-05-12T16:56:23.194Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19682026-05-12T16:56:23.935Z Compiling zerocopy-derive v0.7.35
19692026-05-12T16:56:24.096Z Compiling memoffset v0.9.1
19702026-05-12T16:56:24.212Z Compiling ingot-macros v0.1.1
19712026-05-12T16:56:24.377Z Compiling proc-macro-error-attr2 v2.0.0
19722026-05-12T16:56:24.427Z Compiling nix v0.30.1
19732026-05-12T16:56:24.791Z Compiling libscf-sys v1.1.0
19742026-05-12T16:56:24.830Z Compiling proc-macro-error2 v2.0.1
19752026-05-12T16:56:24.842Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19762026-05-12T16:56:24.995Z Compiling scroll_derive v0.12.1
19772026-05-12T16:56:25.793Z Compiling tabled_derive v0.11.0
19782026-05-12T16:56:25.806Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19792026-05-12T16:56:28.810Z Compiling zerocopy v0.7.35
19802026-05-12T16:56:29.322Z Compiling num_enum_derive v0.7.5
19812026-05-12T16:56:29.441Z Compiling hubpack v0.1.2
19822026-05-12T16:56:29.657Z Compiling foreign-types-macros v0.2.3
19832026-05-12T16:56:29.948Z Compiling static_assertions v1.1.0
19842026-05-12T16:56:30.361Z Compiling glob v0.3.3
19852026-05-12T16:56:30.423Z Compiling proc-macro-error-attr v1.0.4
19862026-05-12T16:56:30.648Z Compiling dtrace-parser v0.2.0
19872026-05-12T16:56:30.833Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19882026-05-12T16:56:30.986Z Compiling bytecount v0.6.9
19892026-05-12T16:56:31.203Z Compiling proc-macro-error v1.0.4
19902026-05-12T16:56:31.354Z Compiling dof v0.3.0
19912026-05-12T16:56:31.787Z Compiling num_enum_derive v0.5.11
19922026-05-12T16:56:33.087Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19932026-05-12T16:56:33.242Z Compiling thread-id v4.2.2
19942026-05-12T16:56:33.435Z Compiling usdt-impl v0.5.0
19952026-05-12T16:56:33.796Z Compiling derive_more v0.99.20
19962026-05-12T16:56:34.218Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
19972026-05-12T16:56:34.391Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19982026-05-12T16:56:35.124Z Compiling minimal-lexical v0.2.1
19992026-05-12T16:56:35.163Z Compiling usdt-attr-macro v0.5.0
20002026-05-12T16:56:35.394Z Compiling nom v7.1.3
20012026-05-12T16:56:35.463Z Compiling usdt-macro v0.5.0
20022026-05-12T16:56:35.660Z Compiling zone_cfg_derive v0.3.1
20032026-05-12T16:56:36.010Z Compiling num-derive v0.4.2
20042026-05-12T16:56:36.094Z Compiling papergrid v0.17.0
20052026-05-12T16:56:36.259Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20062026-05-12T16:56:36.375Z Compiling testing_table v0.3.0
20072026-05-12T16:56:36.555Z Compiling rustc_version v0.4.1
20082026-05-12T16:56:36.773Z Compiling crossbeam-epoch v0.9.18
20092026-05-12T16:56:36.848Z Compiling enum-as-inner v0.6.1
20102026-05-12T16:56:36.970Z Compiling curve25519-dalek v4.1.3
20112026-05-12T16:56:37.098Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20122026-05-12T16:56:37.131Z Compiling tabled v0.20.0
20132026-05-12T16:56:37.358Z Compiling crossbeam-deque v0.8.6
20142026-05-12T16:56:37.456Z Compiling typify-impl v0.6.1
20152026-05-12T16:56:37.559Z Compiling thiserror-impl-no-std v2.0.2
20162026-05-12T16:56:37.705Z Compiling curve25519-dalek-derive v0.1.1
20172026-05-12T16:56:38.166Z Compiling rayon-core v1.13.0
20182026-05-12T16:56:38.402Z Compiling clang-sys v1.8.1
20192026-05-12T16:56:38.551Z Compiling scroll v0.12.0
20202026-05-12T16:56:38.660Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20212026-05-12T16:56:38.829Z Compiling hash32 v0.3.1
20222026-05-12T16:56:38.991Z Compiling heapless v0.8.0
20232026-05-12T16:56:39.009Z Compiling goblin v0.8.2
20242026-05-12T16:56:39.047Z Compiling ingot-types v0.1.2
20252026-05-12T16:56:39.223Z Compiling cobs v0.3.0
20262026-05-12T16:56:39.427Z Compiling libloading v0.8.9
20272026-05-12T16:56:39.438Z Compiling managed v0.8.0
20282026-05-12T16:56:39.442Z Compiling foreign-types-shared v0.3.1
20292026-05-12T16:56:39.550Z Compiling bitflags v1.3.2
20302026-05-12T16:56:39.630Z Compiling smoltcp v0.11.0
20312026-05-12T16:56:39.662Z Compiling bindgen v0.72.1
20322026-05-12T16:56:39.680Z Compiling foreign-types v0.5.0
20332026-05-12T16:56:39.768Z Compiling ingot v0.1.1
20342026-05-12T16:56:39.837Z Compiling postcard v1.1.3
20352026-05-12T16:56:40.227Z Compiling cexpr v0.6.0
20362026-05-12T16:56:40.424Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20372026-05-12T16:56:40.809Z Compiling num_enum v0.7.5
20382026-05-12T16:56:40.942Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20392026-05-12T16:56:41.379Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20402026-05-12T16:56:41.481Z Compiling camino-tempfile v1.4.1
20412026-05-12T16:56:41.709Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20422026-05-12T16:56:41.735Z Compiling serde_repr v0.1.20
20432026-05-12T16:56:41.953Z Compiling derive-where v1.6.0
20442026-05-12T16:56:42.115Z Compiling cstr-argument v0.1.2
20452026-05-12T16:56:42.346Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20462026-05-12T16:56:42.619Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20472026-05-12T16:56:43.233Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20482026-05-12T16:56:43.427Z Compiling rayon v1.11.0
20492026-05-12T16:56:43.715Z Compiling typify-macro v0.6.1
20502026-05-12T16:56:43.782Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20512026-05-12T16:56:43.913Z Compiling crucible-workspace-hack v0.1.0
20522026-05-12T16:56:44.550Z Compiling memmap v0.7.0
20532026-05-12T16:56:44.566Z Compiling tinyvec_macros v0.1.1
20542026-05-12T16:56:44.658Z Compiling tinyvec v1.10.0
20552026-05-12T16:56:44.749Z Compiling usdt v0.5.0
20562026-05-12T16:56:45.054Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20572026-05-12T16:56:45.421Z Compiling num_enum v0.5.11
20582026-05-12T16:56:45.787Z Compiling typify v0.6.1
20592026-05-12T16:56:45.902Z Compiling pin-project-internal v1.1.10
20602026-05-12T16:56:46.767Z Compiling progenitor-impl v0.13.0
20612026-05-12T16:56:46.987Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20622026-05-12T16:56:47.102Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20632026-05-12T16:56:47.138Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20642026-05-12T16:56:47.442Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20652026-05-12T16:56:47.581Z Compiling rustix v0.38.44
20662026-05-12T16:56:47.825Z Compiling itertools v0.12.1
20672026-05-12T16:56:47.877Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20682026-05-12T16:56:48.024Z Compiling progenitor-impl v0.10.0
20692026-05-12T16:56:48.287Z Compiling sigpipe v0.1.3
20702026-05-12T16:56:48.387Z Compiling jiff v0.2.15
20712026-05-12T16:56:48.482Z Compiling const_format_proc_macros v0.2.34
20722026-05-12T16:56:48.909Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20732026-05-12T16:56:49.038Z Compiling zone v0.3.1
20742026-05-12T16:56:49.303Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20752026-05-12T16:56:50.286Z Compiling progenitor-macro v0.13.0
20762026-05-12T16:56:50.807Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20772026-05-12T16:56:51.008Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20782026-05-12T16:56:51.304Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20792026-05-12T16:56:51.436Z Compiling secrecy v0.10.3
20802026-05-12T16:56:51.556Z Compiling progenitor-macro v0.10.0
20812026-05-12T16:56:51.609Z Compiling smf v0.2.3
20822026-05-12T16:56:51.735Z Compiling snafu-derive v0.8.9
20832026-05-12T16:56:52.030Z Compiling async-recursion v1.1.1
20842026-05-12T16:56:52.257Z Compiling bstr v1.12.0
20852026-05-12T16:56:52.326Z Compiling whoami v1.6.1
20862026-05-12T16:56:52.726Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20872026-05-12T16:56:53.485Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20882026-05-12T16:56:54.039Z Compiling hmac v0.12.1
20892026-05-12T16:56:54.366Z Compiling inout v0.1.4
20902026-05-12T16:56:54.395Z Compiling ff v0.13.1
20912026-05-12T16:56:54.526Z Compiling data-encoding v2.9.0
20922026-05-12T16:56:54.538Z Compiling crc8 v0.1.1
20932026-05-12T16:56:55.031Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20942026-05-12T16:56:55.158Z Compiling group v0.13.0
20952026-05-12T16:56:55.287Z Compiling cipher v0.4.4
20962026-05-12T16:56:55.491Z Compiling hkdf v0.12.4
20972026-05-12T16:56:56.038Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20982026-05-12T16:56:56.199Z Compiling atomicwrites v0.4.4
20992026-05-12T16:56:56.423Z Compiling tokio-dtrace v0.1.1
21002026-05-12T16:56:56.719Z Compiling tabled_derive v0.7.0
21012026-05-12T16:56:57.195Z Compiling reqwest v0.13.2
21022026-05-12T16:56:57.247Z Compiling universal-hash v0.5.1
21032026-05-12T16:56:57.389Z Compiling crypto-bigint v0.5.5
21042026-05-12T16:56:57.544Z Compiling half v2.7.1
21052026-05-12T16:56:57.689Z Compiling opaque-debug v0.3.1
21062026-05-12T16:56:57.772Z Compiling indent_write v2.2.0
21072026-05-12T16:56:57.848Z Compiling base16ct v0.2.0
21082026-05-12T16:56:57.920Z Compiling ciborium-io v0.2.2
21092026-05-12T16:56:58.023Z Compiling base64ct v1.8.0
21102026-05-12T16:56:58.035Z Compiling ciborium-ll v0.2.2
21112026-05-12T16:56:58.268Z Compiling password-hash v0.5.0
21122026-05-12T16:56:58.337Z Compiling progenitor-client v0.13.0
21132026-05-12T16:56:58.444Z Compiling elliptic-curve v0.13.8
21142026-05-12T16:56:58.642Z Compiling poly1305 v0.8.0
21152026-05-12T16:56:59.101Z Compiling oxide-tokio-rt v0.1.2
21162026-05-12T16:56:59.485Z Compiling chacha20 v0.9.1
21172026-05-12T16:56:59.716Z Compiling similar v2.7.0
21182026-05-12T16:56:59.730Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21192026-05-12T16:57:00.198Z Compiling thiserror-no-std v2.0.2
21202026-05-12T16:57:00.580Z Compiling blake2 v0.10.6
21212026-05-12T16:57:01.037Z Compiling aead v0.5.2
21222026-05-12T16:57:01.181Z Compiling resolv-conf v0.7.5
21232026-05-12T16:57:01.422Z Compiling keccak v0.1.6
21242026-05-12T16:57:01.463Z Compiling linked-hash-map v0.5.6
21252026-05-12T16:57:01.585Z Compiling sha3 v0.10.8
21262026-05-12T16:57:01.662Z Compiling lru-cache v0.1.2
21272026-05-12T16:57:01.797Z Compiling chacha20poly1305 v0.10.1
21282026-05-12T16:57:01.827Z Compiling vsss-rs v3.3.4
21292026-05-12T16:57:01.854Z Compiling argon2 v0.5.3
21302026-05-12T16:57:01.904Z Compiling progenitor v0.13.0
21312026-05-12T16:57:01.962Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21322026-05-12T16:57:02.128Z Compiling ciborium v0.2.2
21332026-05-12T16:57:02.151Z Compiling hickory-proto v0.24.4
21342026-05-12T16:57:02.676Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21352026-05-12T16:57:02.694Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21362026-05-12T16:57:03.126Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21372026-05-12T16:57:03.209Z Compiling serde-big-array v0.5.1
21382026-05-12T16:57:03.234Z Compiling same-file v1.0.6
21392026-05-12T16:57:03.414Z Compiling siphasher v1.0.1
21402026-05-12T16:57:03.461Z Compiling unicode-segmentation v1.12.0
21412026-05-12T16:57:03.619Z Compiling phf_shared v0.12.1
21422026-05-12T16:57:03.776Z Compiling newline-converter v0.3.0
21432026-05-12T16:57:03.874Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21442026-05-12T16:57:03.902Z Compiling walkdir v2.5.0
21452026-05-12T16:57:03.927Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21462026-05-12T16:57:04.080Z Compiling hickory-resolver v0.24.4
21472026-05-12T16:57:04.236Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21482026-05-12T16:57:04.472Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21492026-05-12T16:57:05.537Z Compiling newtype_derive v0.1.6
21502026-05-12T16:57:05.630Z Compiling owo-colors v4.3.0
21512026-05-12T16:57:05.809Z Compiling tokio-stream v0.1.17
21522026-05-12T16:57:05.967Z Compiling console v0.15.11
21532026-05-12T16:57:06.279Z Compiling csv-core v0.1.12
21542026-05-12T16:57:06.357Z Compiling termtree v0.5.1
21552026-05-12T16:57:06.409Z Compiling humantime v2.3.0
21562026-05-12T16:57:06.564Z Compiling unicode-linebreak v0.1.5
21572026-05-12T16:57:06.652Z Compiling foldhash v0.1.5
21582026-05-12T16:57:06.696Z Compiling smawk v0.3.2
21592026-05-12T16:57:06.707Z Compiling swrite v0.1.0
21602026-05-12T16:57:06.823Z Compiling unicode-width v0.1.14
21612026-05-12T16:57:06.846Z Compiling textwrap v0.16.2
21622026-05-12T16:57:06.932Z Compiling hashbrown v0.15.5
21632026-05-12T16:57:07.012Z Compiling csv v1.3.1
21642026-05-12T16:57:07.120Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21652026-05-12T16:57:07.149Z Compiling expectorate v1.2.0
21662026-05-12T16:57:07.317Z Compiling qorb v0.4.1
21672026-05-12T16:57:07.488Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21682026-05-12T16:57:08.297Z Compiling phf v0.12.1
21692026-05-12T16:57:08.462Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21702026-05-12T16:57:09.326Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21712026-05-12T16:57:09.429Z Compiling pin-project v1.1.10
21722026-05-12T16:57:09.465Z Compiling unicode-normalization v0.1.24
21732026-05-12T16:57:09.541Z Compiling libz-sys v1.1.22
21742026-05-12T16:57:09.887Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21752026-05-12T16:57:10.594Z Compiling libsw-core v0.3.2
21762026-05-12T16:57:10.747Z Compiling highway v1.3.0
21772026-05-12T16:57:10.777Z Compiling fixedbitset v0.4.2
21782026-05-12T16:57:10.923Z Compiling fixedbitset v0.5.7
21792026-05-12T16:57:11.181Z Compiling progenitor v0.10.0
21802026-05-12T16:57:11.277Z Compiling petgraph v0.8.2
21812026-05-12T16:57:11.352Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21822026-05-12T16:57:11.430Z Compiling petgraph v0.6.5
21832026-05-12T16:57:12.518Z Compiling libsw v3.5.0
21842026-05-12T16:57:12.704Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21852026-05-12T16:57:12.881Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21862026-05-12T16:57:13.200Z Compiling olpc-cjson v0.1.4
21872026-05-12T16:57:13.271Z Compiling libgit2-sys v0.17.0+1.8.1
21882026-05-12T16:57:13.527Z Compiling snafu v0.8.9
21892026-05-12T16:57:13.927Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21902026-05-12T16:57:14.002Z Compiling chrono-tz v0.10.4
21912026-05-12T16:57:14.131Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21922026-05-12T16:57:14.911Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21932026-05-12T16:57:15.220Z Compiling papergrid v0.11.0
21942026-05-12T16:57:15.418Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21952026-05-12T16:57:15.725Z Compiling globset v0.4.16
21962026-05-12T16:57:16.537Z Compiling const_format v0.2.34
21972026-05-12T16:57:16.550Z Compiling slog-dtrace v0.3.0
21982026-05-12T16:57:16.876Z Compiling cancel-safe-futures v0.1.5
21992026-05-12T16:57:16.889Z Compiling gethostname v0.5.0
22002026-05-12T16:57:17.036Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22012026-05-12T16:57:17.490Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22022026-05-12T16:57:18.085Z Compiling dropshot-api-manager-types v0.5.2
22032026-05-12T16:57:18.105Z Compiling pem v3.0.5
22042026-05-12T16:57:18.463Z Compiling bcs v0.1.6
22052026-05-12T16:57:18.476Z Compiling cargo-platform v0.1.9
22062026-05-12T16:57:18.504Z Compiling serde_plain v1.0.2
22072026-05-12T16:57:18.652Z Compiling linear-map v1.2.0
22082026-05-12T16:57:18.731Z Compiling typed-path v0.9.3
22092026-05-12T16:57:19.182Z Compiling tagptr v0.2.0
22102026-05-12T16:57:19.441Z Compiling moka v0.12.11
22112026-05-12T16:57:20.108Z Compiling tough v0.20.0
22122026-05-12T16:57:20.301Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-05-12T16:57:21.353Z Compiling cargo_metadata v0.18.1
22142026-05-12T16:57:21.645Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-05-12T16:57:22.466Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-05-12T16:57:22.578Z Compiling tabled v0.15.0
22172026-05-12T16:57:22.581Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-05-12T16:57:23.160Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-05-12T16:57:23.374Z Compiling git2 v0.19.0
22202026-05-12T16:57:24.549Z Compiling steno v0.4.1
22212026-05-12T16:57:26.020Z Compiling cookie v0.18.1
22222026-05-12T16:57:26.361Z Compiling hickory-proto v0.25.2
22232026-05-12T16:57:28.303Z Compiling hickory-resolver v0.25.2
22242026-05-12T16:57:28.742Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22252026-05-12T16:57:30.606Z Compiling vergen v8.3.2
22262026-05-12T16:57:32.432Z Compiling signal-hook v0.3.18
22272026-05-12T16:57:33.195Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22282026-05-12T16:57:33.529Z Compiling mockall_derive v0.13.1
22292026-05-12T16:57:33.542Z Compiling predicates-core v1.0.9
22302026-05-12T16:57:33.976Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22312026-05-12T16:57:34.089Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22322026-05-12T16:57:34.347Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22332026-05-12T16:57:34.390Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22342026-05-12T16:57:34.415Z Compiling sha2 v0.10.9
22352026-05-12T16:57:35.302Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22362026-05-12T16:57:36.096Z Compiling yansi v1.0.1
22372026-05-12T16:57:36.122Z Compiling diff v0.1.13
22382026-05-12T16:57:36.336Z Compiling adler2 v2.0.1
22392026-05-12T16:57:36.447Z Compiling miniz_oxide v0.8.9
22402026-05-12T16:57:36.450Z Compiling pretty_assertions v1.4.1
22412026-05-12T16:57:36.747Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22422026-05-12T16:57:37.752Z Compiling fs-err v3.1.2
22432026-05-12T16:57:37.882Z Compiling crc32fast v1.5.0
22442026-05-12T16:57:38.068Z Compiling predicates v3.1.3
22452026-05-12T16:57:38.099Z Compiling predicates-tree v1.0.12
22462026-05-12T16:57:38.829Z Compiling git-stub v1.0.0
22472026-05-12T16:57:38.898Z Compiling filetime v0.2.26
22482026-05-12T16:57:39.104Z Compiling is_ci v1.2.0
22492026-05-12T16:57:39.123Z Compiling arrayvec v0.7.6
22502026-05-12T16:57:39.266Z Compiling xattr v1.6.1
22512026-05-12T16:57:39.339Z Compiling downcast v0.11.0
22522026-05-12T16:57:39.466Z Compiling arrayref v0.3.9
22532026-05-12T16:57:39.512Z Compiling constant_time_eq v0.3.1
22542026-05-12T16:57:39.553Z Compiling fragile v2.0.1
22552026-05-12T16:57:39.642Z Compiling blake3 v1.8.2
22562026-05-12T16:57:39.711Z Compiling tar v0.4.45
22572026-05-12T16:57:39.870Z Compiling toml v0.7.8
22582026-05-12T16:57:40.268Z Compiling mockall v0.13.1
22592026-05-12T16:57:40.478Z Compiling supports-color v3.0.2
22602026-05-12T16:57:40.583Z Compiling git-stub-vcs v0.1.0
22612026-05-12T16:57:40.799Z Compiling signal-hook-tokio v0.3.1
22622026-05-12T16:57:40.949Z Compiling curl-sys v0.4.83+curl-8.15.0
22632026-05-12T16:57:40.992Z Compiling flate2 v1.1.2
22642026-05-12T16:57:41.573Z Compiling drift v0.1.3
22652026-05-12T16:57:41.717Z Compiling kstat-rs v0.2.4
22662026-05-12T16:57:42.042Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22672026-05-12T16:57:42.364Z Compiling display-error-chain v0.2.2
22682026-05-12T16:57:42.519Z Compiling topological-sort v0.2.2
22692026-05-12T16:57:42.681Z Compiling hex-literal v1.0.0
22702026-05-12T16:57:42.970Z Compiling omicron-zone-package v0.12.2
22712026-05-12T16:57:43.138Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22722026-05-12T16:57:43.318Z Compiling dropshot-api-manager v0.5.2
22732026-05-12T16:57:44.044Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22742026-05-12T16:57:45.462Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22752026-05-12T16:57:45.897Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22762026-05-12T16:57:45.911Z Compiling curl v0.4.49
22772026-05-12T16:57:46.494Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22782026-05-12T16:57:46.764Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22792026-05-12T16:57:46.778Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22802026-05-12T16:57:47.032Z Compiling search_path v0.1.4
22812026-05-12T16:57:47.443Z Compiling internet-checksum v0.2.1
22822026-05-12T16:57:47.544Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22832026-05-12T16:57:47.602Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22842026-05-12T16:57:49.501Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22852026-05-12T16:57:51.286Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22862026-05-12T16:58:34.584Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 12s
22872026-05-12T16:58:34.702Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
22882026-05-12T16:58:34.706Z
22892026-05-12T16:58:34.707Zrunning 5 tests
22902026-05-12T16:58:34.710Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22912026-05-12T16:58:34.710Ztest fuse::tests::chip_revision_b0 ... ok
22922026-05-12T16:58:34.710Ztest fuse::tests::chip_revision_a0 ... ok
22932026-05-12T16:58:34.710Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22942026-05-12T16:58:34.710Ztest fuse::tests::chip_revision_b1 ... ok
22952026-05-12T16:58:34.710Z
22962026-05-12T16:58:34.710Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22972026-05-12T16:58:34.710Z
22982026-05-12T16:58:34.710Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
22992026-05-12T16:58:34.713Z
23002026-05-12T16:58:34.713Zrunning 0 tests
23012026-05-12T16:58:34.713Z
23022026-05-12T16:58:34.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23032026-05-12T16:58:34.713Z
23042026-05-12T16:58:34.713Z Running unittests src/lib.rs (target/debug/deps/asic-fbe6f519b892adb0)
23052026-05-12T16:58:34.713Z
23062026-05-12T16:58:34.713Zrunning 0 tests
23072026-05-12T16:58:34.713Z
23082026-05-12T16:58:34.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23092026-05-12T16:58:34.713Z
23102026-05-12T16:58:34.713Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
23112026-05-12T16:58:34.716Z
23122026-05-12T16:58:34.716Zrunning 10 tests
23132026-05-12T16:58:34.716Ztest network::tests::test_eui64 ... ok
23142026-05-12T16:58:34.716Ztest nat::tests::test_vni ... ok
23152026-05-12T16:58:34.717Ztest network::tests::test_equal ... ok
23162026-05-12T16:58:34.717Ztest network::tests::test_into ... ok
23172026-05-12T16:58:34.717Ztest network::tests::test_generate_ipv6_link_local ... ok
23182026-05-12T16:58:34.717Ztest network::tests::test_not_equal ... ok
23192026-05-12T16:58:34.717Ztest network::tests::test_parse ... ok
23202026-05-12T16:58:34.717Ztest network::tests::test_to_string ... ok
23212026-05-12T16:58:34.717Ztest test_purge ... ok
23222026-05-12T16:58:34.720Ztest illumos::test::address_exists_handles_missing_object ... ok
23232026-05-12T16:58:34.720Z
23242026-05-12T16:58:34.720Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23252026-05-12T16:58:34.720Z
23262026-05-12T16:58:34.720Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1738560038bcec93)
23272026-05-12T16:58:34.725Z
23282026-05-12T16:58:34.725Zrunning 1 test
23292026-05-12T16:58:36.013Ztest test::test_apis_up_to_date ... ok
23302026-05-12T16:58:36.013Z
23312026-05-12T16:58:36.013Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
23322026-05-12T16:58:36.013Z
23332026-05-12T16:58:36.063Z Running unittests src/main.rs (target/debug/deps/dpd-ae02bf3c98c1c06e)
23342026-05-12T16:58:36.069Z
23352026-05-12T16:58:36.069Zrunning 18 tests
23362026-05-12T16:58:36.072Ztest freemap::test_ordering ... ok
23372026-05-12T16:58:36.072Ztest freemap::test_split ... ok
23382026-05-12T16:58:36.072Ztest config::tests::test_updates ... ok
23392026-05-12T16:58:36.072Ztest macaddrs::tests::test_mac_offset ... ok
23402026-05-12T16:58:36.072Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23412026-05-12T16:58:36.072Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23422026-05-12T16:58:36.072Ztest nat::test_mapping ... ok
23432026-05-12T16:58:36.073Ztest macaddrs::tests::test_parse_port_id ... ok
23442026-05-12T16:58:36.073Ztest port_map::tests::dump_map ... ok
23452026-05-12T16:58:36.076Ztest port_map::tests::test_backplane_group ... ok
23462026-05-12T16:58:36.076Ztest port_map::tests::test_port_map ... ok
23472026-05-12T16:58:36.076ZMay 12 16:58:35.171 DEBG created new freemap, unit: freemap_test
23482026-05-12T16:58:36.076ZMay 12 16:58:35.171 DEBG initted freemap. size: 128, unit: freemap_test
23492026-05-12T16:58:36.076ZMay 12 16:58:35.171 DEBG reset freemap, unit: freemap_test
23502026-05-12T16:58:36.076ZMay 12 16:58:35.171 DEBG created new freemap, unit: freemap_test
23512026-05-12T16:58:36.076ZMay 12 16:58:35.171 DEBG initted freemap. size: 128, unit: freemap_test
23522026-05-12T16:58:36.076ZMay 12 16:58:35.171May 12 16:58:35.171 DEBG DEBGreset freemap , created new freemapunit:, unitfreemap_test:
23532026-05-12T16:58:36.076Z freemap_test
23542026-05-12T16:58:36.076ZMay 12 16:58:35.171 DEBG initted freemap. size: 128, unit: freemap_test
23552026-05-12T16:58:36.076ZMay 12 16:58:35.171 DEBG reset freemap, unit: freemap_test
23562026-05-12T16:58:36.076ZMay 12 16:58:35.171 DEBG created new freemap, unit: freemap_test
23572026-05-12T16:58:36.076ZMay 12 16:58:35.171 DEBG initted freemap. size: 128, unit: freemap_test
23582026-05-12T16:58:36.076Ztest freemap::test_basic ... ok
23592026-05-12T16:58:36.076ZMay 12 16:58:35.171 DEBG reset freemap, unit: freemap_test
23602026-05-12T16:58:36.076Ztest freemap::test_reclaim ... ok
23612026-05-12T16:58:36.076ZMay 12 16:58:35.171 DEBG created new freemap, unit: freemap_test
23622026-05-12T16:58:36.076Ztest freemap::test_free ... ok
23632026-05-12T16:58:36.076ZMay 12 16:58:35.171 DEBG initted freemap. size: 128, unit: freemap_test
23642026-05-12T16:58:36.076ZMay 12 16:58:35.171 DEBG reset freemap, unit: freemap_test
23652026-05-12T16:58:36.076Ztest freemap::test_span ... ok
23662026-05-12T16:58:36.076Ztest freemap::test_exhaustion ... ok
23672026-05-12T16:58:36.076Ztest port_map::tests::parse_softnpu_revision ... ok
23682026-05-12T16:58:36.076Ztest api_server::tests::test_build_info ... ok
23692026-05-12T16:58:36.076Z
23702026-05-12T16:58:36.076Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23712026-05-12T16:58:36.077Z
23722026-05-12T16:58:36.080Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-0a8928fda7958fc7)
23732026-05-12T16:58:36.080Z
23742026-05-12T16:58:36.080Zrunning 0 tests
23752026-05-12T16:58:36.080Z
23762026-05-12T16:58:36.080Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23772026-05-12T16:58:36.080Z
23782026-05-12T16:58:36.080Z Running unittests src/lib.rs (target/debug/deps/dpd_api-ce762b37960fa606)
23792026-05-12T16:58:36.080Z
23802026-05-12T16:58:36.080Zrunning 0 tests
23812026-05-12T16:58:36.080Z
23822026-05-12T16:58:36.080Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23832026-05-12T16:58:36.080Z
23842026-05-12T16:58:36.084Z Running unittests src/lib.rs (target/debug/deps/dpd_client-5bde607fb251226e)
23852026-05-12T16:58:36.084Z
23862026-05-12T16:58:36.084Zrunning 6 tests
23872026-05-12T16:58:36.084Ztest tests::test_port_id_cmp ... ok
23882026-05-12T16:58:36.084Ztest tests::test_full_lot_id_neither_present ... ok
23892026-05-12T16:58:36.084Ztest tests::test_parse_client_port_id ... ok
23902026-05-12T16:58:36.084Ztest tests::test_full_lot_id_lotnum_only ... ok
23912026-05-12T16:58:36.084Ztest tests::test_full_lot_id_both_present ... ok
23922026-05-12T16:58:36.084Ztest tests::test_full_lot_id_lot_only ... ok
23932026-05-12T16:58:36.084Z
23942026-05-12T16:58:36.084Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23952026-05-12T16:58:36.084Z
23962026-05-12T16:58:36.084Z Running tests/test_all.rs (target/debug/deps/test_all-d5e6aaf6449331f0)
23972026-05-12T16:58:36.087Z
23982026-05-12T16:58:36.087Zrunning 0 tests
23992026-05-12T16:58:36.087Z
24002026-05-12T16:58:36.087Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24012026-05-12T16:58:36.087Z
24022026-05-12T16:58:36.087Z Running unittests src/lib.rs (target/debug/deps/dpd_types-930e12847fbe5178)
24032026-05-12T16:58:36.087Z
24042026-05-12T16:58:36.087Zrunning 0 tests
24052026-05-12T16:58:36.087Z
24062026-05-12T16:58:36.087Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24072026-05-12T16:58:36.087Z
24082026-05-12T16:58:36.087Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6213c5f8621a420f)
24092026-05-12T16:58:36.091Z
24102026-05-12T16:58:36.092Zrunning 0 tests
24112026-05-12T16:58:36.092Z
24122026-05-12T16:58:36.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24132026-05-12T16:58:36.092Z
24142026-05-12T16:58:36.092Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
24152026-05-12T16:58:36.095Z
24162026-05-12T16:58:36.095Zrunning 12 tests
24172026-05-12T16:58:36.095Ztest icmp::test_v6_checksum ... ok
24182026-05-12T16:58:36.095Ztest icmp::test_v4_checksum ... ok
24192026-05-12T16:58:36.095Ztest lldp::test_lldp_parse ... ok
24202026-05-12T16:58:36.095Ztest ipv6::test_ipv6_parse ... ok
24212026-05-12T16:58:36.095Ztest pbuf::test_byte ... ok
24222026-05-12T16:58:36.095Ztest pbuf::test_nibble ... ok
24232026-05-12T16:58:36.095Ztest pbuf::test_short ... ok
24242026-05-12T16:58:36.095Ztest pbuf::test_overflow ... ok
24252026-05-12T16:58:36.095Ztest pbuf::test_twelve ... ok
24262026-05-12T16:58:36.095Ztest pbuf::test_word ... ok
24272026-05-12T16:58:36.095Ztest tcp::test_checksum_ack_data ... ok
24282026-05-12T16:58:36.095Ztest tcp::test_checksum_syn_nodata ... ok
24292026-05-12T16:58:36.095Z
24302026-05-12T16:58:36.096Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24312026-05-12T16:58:36.096Z
24322026-05-12T16:58:36.096Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
24332026-05-12T16:58:36.096Z
24342026-05-12T16:58:36.096Zrunning 0 tests
24352026-05-12T16:58:36.096Z
24362026-05-12T16:58:36.096Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24372026-05-12T16:58:36.096Z
24382026-05-12T16:58:36.096Z Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b)
24392026-05-12T16:58:36.099Z
24402026-05-12T16:58:36.099Zrunning 5 tests
24412026-05-12T16:58:36.099Ztest switchport::test::test_compute_lanes ... ok
24422026-05-12T16:58:36.099Ztest switchport::test::port_id_ordering ... ok
24432026-05-12T16:58:36.099Z Lane 0 Lane 1 Lane 2 Lane 3
24442026-05-12T16:58:36.099Z Rx Loss-of-lock: Yes Yes Yes Lane 0Yes
24452026-05-12T16:58:36.099Z Rx Loss-of-signal: Yes Lane 1Yes Lane 2Yes YesLane 3
24462026-05-12T16:58:36.099Z
24472026-05-12T16:58:36.099Z Rx CDR Enabled: Yes Yes State: Activated ActivatedYes Yes
24482026-05-12T16:58:36.100ZActivated Tx Enabled: Yes Activated
24492026-05-12T16:58:36.100ZYes Rx Output Enabled: falseYes Yesfalse
24502026-05-12T16:58:36.100Z Tx Loss-of-lock: Nofalse false
24512026-05-12T16:58:36.100ZNo Rx Output Status: validNo No
24522026-05-12T16:58:36.100Zvalid Tx Loss-of-signal: No valid Novalid
24532026-05-12T16:58:36.100ZNo No Rx Loss-of-lock: true
24542026-05-12T16:58:36.100Z Tx CDR Enabled: No trueNo Notrue Notrue
24552026-05-12T16:58:36.100Z
24562026-05-12T16:58:36.100Z Tx Adaptive EQ Fault: No Rx Loss-of-signal: false Nofalse Nofalse Nofalse
24572026-05-12T16:58:36.100Z
24582026-05-12T16:58:36.100ZRx Auto-squelch Disable: true Tx Fault: Yestrue true Yestrue
24592026-05-12T16:58:36.100ZYes Tx Output Enabled: true Yes
24602026-05-12T16:58:36.100Ztrue true true
24612026-05-12T16:58:36.100Z Tx Output Status: invalid invalid invalid invalid
24622026-05-12T16:58:36.100Z Tx Loss-of-lock: false false false false
24632026-05-12T16:58:36.100Z Tx Loss-of-signal: true true true true
24642026-05-12T16:58:36.100ZTx Auto-squelch Disable: false false false false
24652026-05-12T16:58:36.100Z Tx Adaptive EQ Fail: true true true true
24662026-05-12T16:58:36.100Z Tx Failure: false false false false
24672026-05-12T16:58:36.100Z Tx Force Squelch: true true true true
24682026-05-12T16:58:36.100Z Tx Input Polarity: normal normal normal normal
24692026-05-12T16:58:36.100Ztest switchport::test::test_print_sff_datapath ... ok
24702026-05-12T16:58:36.100Ztest switchport::test::test_print_cmis_datapath ... ok
24712026-05-12T16:58:36.100Ztest link::test_filter ... ok
24722026-05-12T16:58:36.100Z
24732026-05-12T16:58:36.100Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24742026-05-12T16:58:36.100Z
24752026-05-12T16:58:36.100Z Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db)
24762026-05-12T16:58:36.104Z
24772026-05-12T16:58:36.104Zrunning 1 test
24782026-05-12T16:58:36.104Ztest test_p4_counter_list ... ignored
24792026-05-12T16:58:36.104Z
24802026-05-12T16:58:36.104Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
24812026-05-12T16:58:36.104Z
24822026-05-12T16:58:36.104Z Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086)
24832026-05-12T16:58:36.104Z
24842026-05-12T16:58:36.104Zrunning 5 tests
24852026-05-12T16:58:36.104Ztest test_an ... ignored
24862026-05-12T16:58:36.104Ztest test_enable ... ignored
24872026-05-12T16:58:36.104Ztest test_ip_addresses ... ignored
24882026-05-12T16:58:36.104Ztest test_kr ... ignored
24892026-05-12T16:58:36.104Ztest test_mac ... ignored
24902026-05-12T16:58:36.104Z
24912026-05-12T16:58:36.104Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
24922026-05-12T16:58:36.104Z
24932026-05-12T16:58:36.104Z Running unittests src/main.rs (target/debug/deps/tfportd-4775e0d654b48b32)
24942026-05-12T16:58:36.105Z
24952026-05-12T16:58:36.105Zrunning 3 tests
24962026-05-12T16:58:36.108Ztest linklocal::test_parse_ipadm ... ok
24972026-05-12T16:58:36.108Ztest tfport::test_parse_tfport ... ok
24982026-05-12T16:58:36.108Ztest config::tests::test_updates ... ok
24992026-05-12T16:58:36.108Z
25002026-05-12T16:58:36.108Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25012026-05-12T16:58:36.108Z
25022026-05-12T16:58:36.108Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
25032026-05-12T16:58:36.108Z
25042026-05-12T16:58:36.108Zrunning 0 tests
25052026-05-12T16:58:36.108Z
25062026-05-12T16:58:36.108Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25072026-05-12T16:58:36.108Z
25082026-05-12T16:58:36.108Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
25092026-05-12T16:58:36.112Z
25102026-05-12T16:58:36.112Zrunning 0 tests
25112026-05-12T16:58:36.113Z
25122026-05-12T16:58:36.113Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25132026-05-12T16:58:36.113Z
25142026-05-12T16:58:36.113Z Doc-tests aal
25152026-05-12T16:58:36.234Z
25162026-05-12T16:58:36.234Zrunning 0 tests
25172026-05-12T16:58:36.234Z
25182026-05-12T16:58:36.237Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25192026-05-12T16:58:36.237Z
25202026-05-12T16:58:36.250Z Doc-tests aal_macros
25212026-05-12T16:58:36.318Z
25222026-05-12T16:58:36.318Zrunning 0 tests
25232026-05-12T16:58:36.318Z
25242026-05-12T16:58:36.318Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25252026-05-12T16:58:36.318Z
25262026-05-12T16:58:36.327Z Doc-tests common
25272026-05-12T16:58:36.553Z
25282026-05-12T16:58:36.553Zrunning 0 tests
25292026-05-12T16:58:36.553Z
25302026-05-12T16:58:36.553Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25312026-05-12T16:58:36.553Z
25322026-05-12T16:58:36.573Z Doc-tests dpd_api
25332026-05-12T16:58:37.305Z
25342026-05-12T16:58:37.305Zrunning 2 tests
25352026-05-12T16:58:37.305Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25362026-05-12T16:58:37.305Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25372026-05-12T16:58:37.305Z
25382026-05-12T16:58:37.305Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25392026-05-12T16:58:37.305Z
25402026-05-12T16:58:37.335Z Doc-tests dpd_client
25412026-05-12T16:58:38.613Z
25422026-05-12T16:58:38.613Zrunning 0 tests
25432026-05-12T16:58:38.613Z
25442026-05-12T16:58:38.613Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25452026-05-12T16:58:38.613Z
25462026-05-12T16:58:38.656Z Doc-tests dpd_types
25472026-05-12T16:58:38.863Z
25482026-05-12T16:58:38.864Zrunning 0 tests
25492026-05-12T16:58:38.864Z
25502026-05-12T16:58:38.864Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25512026-05-12T16:58:38.864Z
25522026-05-12T16:58:38.890Z Doc-tests dpd_types_versions
25532026-05-12T16:58:40.102Z
25542026-05-12T16:58:40.102Zrunning 1 test
25552026-05-12T16:58:40.102Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
25562026-05-12T16:58:40.102Z
25572026-05-12T16:58:40.102Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25582026-05-12T16:58:40.102Z
25592026-05-12T16:58:40.145Z Doc-tests packet
25602026-05-12T16:58:40.259Z
25612026-05-12T16:58:40.259Zrunning 0 tests
25622026-05-12T16:58:40.259Z
25632026-05-12T16:58:40.259Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25642026-05-12T16:58:40.259Z
25652026-05-12T16:58:40.275Z Doc-tests pcap
25662026-05-12T16:58:40.330Z
25672026-05-12T16:58:40.330Zrunning 0 tests
25682026-05-12T16:58:40.330Z
25692026-05-12T16:58:40.330Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25702026-05-12T16:58:40.330Z
25712026-05-12T16:58:40.397Z+ for feat in tofino_stub tofino_asic softnpu chaos
25722026-05-12T16:58:40.397Z+ RUST_BACKTRACE=full
25732026-05-12T16:58:40.397Z+ cargo test --features tofino_asic --no-fail-fast
25742026-05-12T16:58:40.979Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25752026-05-12T16:58:41.054Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25762026-05-12T16:58:41.060Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25772026-05-12T16:58:41.067Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25782026-05-12T16:58:49.518Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25792026-05-12T16:58:50.124Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25802026-05-12T16:59:28.267Z Finished `test` profile [unoptimized + debuginfo] target(s) in 47.85s
25812026-05-12T16:59:28.379Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
25822026-05-12T16:59:28.383Z
25832026-05-12T16:59:28.383Zrunning 5 tests
25842026-05-12T16:59:28.383Ztest fuse::tests::chip_revision_a0 ... ok
25852026-05-12T16:59:28.383Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25862026-05-12T16:59:28.383Ztest fuse::tests::chip_revision_b0 ... ok
25872026-05-12T16:59:28.383Ztest fuse::tests::chip_revision_b1 ... ok
25882026-05-12T16:59:28.383Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
25892026-05-12T16:59:28.383Z
25902026-05-12T16:59:28.383Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25912026-05-12T16:59:28.383Z
25922026-05-12T16:59:28.386Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
25932026-05-12T16:59:28.386Z
25942026-05-12T16:59:28.386Zrunning 0 tests
25952026-05-12T16:59:28.386Z
25962026-05-12T16:59:28.386Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25972026-05-12T16:59:28.387Z
25982026-05-12T16:59:28.387Z Running unittests src/lib.rs (target/debug/deps/asic-ae862f40fede3478)
25992026-05-12T16:59:28.468Z
26002026-05-12T16:59:28.468Zrunning 8 tests
26012026-05-12T16:59:28.471Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26022026-05-12T16:59:28.472Ztest tofino_asic::qsfp::tests::fix_link ... ok
26032026-05-12T16:59:28.472Ztest tofino_asic::stats::constants_sanity_check ... ok
26042026-05-12T16:59:28.472Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26052026-05-12T16:59:28.472Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26062026-05-12T16:59:28.472Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26072026-05-12T16:59:28.478Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26082026-05-12T16:59:28.970Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26092026-05-12T16:59:28.970Z
26102026-05-12T16:59:28.970Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26112026-05-12T16:59:28.970Z
26122026-05-12T16:59:28.981Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
26132026-05-12T16:59:28.985Z
26142026-05-12T16:59:28.985Zrunning 10 tests
26152026-05-12T16:59:28.988Ztest network::tests::test_equal ... ok
26162026-05-12T16:59:28.988Ztest network::tests::test_eui64 ... ok
26172026-05-12T16:59:28.988Ztest nat::tests::test_vni ... ok
26182026-05-12T16:59:28.988Ztest network::tests::test_generate_ipv6_link_local ... ok
26192026-05-12T16:59:28.988Ztest network::tests::test_into ... ok
26202026-05-12T16:59:28.988Ztest network::tests::test_not_equal ... ok
26212026-05-12T16:59:28.988Ztest network::tests::test_to_string ... ok
26222026-05-12T16:59:28.988Ztest network::tests::test_parse ... ok
26232026-05-12T16:59:28.988Ztest test_purge ... ok
26242026-05-12T16:59:28.992Ztest illumos::test::address_exists_handles_missing_object ... ok
26252026-05-12T16:59:28.992Z
26262026-05-12T16:59:28.992Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26272026-05-12T16:59:28.992Z
26282026-05-12T16:59:28.992Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1738560038bcec93)
26292026-05-12T16:59:28.995Z
26302026-05-12T16:59:28.995Zrunning 1 test
26312026-05-12T16:59:30.259Ztest test::test_apis_up_to_date ... ok
26322026-05-12T16:59:30.259Z
26332026-05-12T16:59:30.259Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
26342026-05-12T16:59:30.259Z
26352026-05-12T16:59:30.310Z Running unittests src/main.rs (target/debug/deps/dpd-60e8def7653cef2e)
26362026-05-12T16:59:30.373Z
26372026-05-12T16:59:30.373Zrunning 50 tests
26382026-05-12T16:59:30.377Ztest freemap::test_ordering ... ok
26392026-05-12T16:59:30.377Ztest config::tests::test_updates ... ok
26402026-05-12T16:59:30.377Ztest freemap::test_split ... ok
26412026-05-12T16:59:30.377Ztest macaddrs::tests::test_mac_offset ... ok
26422026-05-12T16:59:30.378Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26432026-05-12T16:59:30.378Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26442026-05-12T16:59:30.378Ztest macaddrs::tests::test_parse_port_id ... ok
26452026-05-12T16:59:30.378Ztest nat::test_mapping ... ok
26462026-05-12T16:59:30.378Ztest port_map::tests::dump_map ... ok
26472026-05-12T16:59:30.378Ztest port_map::tests::test_backplane_group ... ok
26482026-05-12T16:59:30.378Ztest port_map::tests::test_port_map ... ok
26492026-05-12T16:59:30.382Ztest transceivers::mpn_test::test_mpn_missing ... ok
26502026-05-12T16:59:30.382Ztest transceivers::mpn_test::test_mpn_present ... ok
26512026-05-12T16:59:30.382Ztest transceivers::mpn_test::test_xcvr_missing ... ok
26522026-05-12T16:59:30.382Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
26532026-05-12T16:59:30.382Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
26542026-05-12T16:59:30.382Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
26552026-05-12T16:59:30.382ZMay 12 16:59:29.472 DEBG created new freemap, unit: freemap_test
26562026-05-12T16:59:30.382ZMay 12 16:59:29.472 DEBGMay 12 16:59:29.472 DEBGcreated new freemap , initted freemap. size: 128unit, :unit :freemap_test
26572026-05-12T16:59:30.382Zfreemap_test
26582026-05-12T16:59:30.382ZMay 12 16:59:29.472 May 12 16:59:29.472DEBG DEBGreset freemap , initted freemap. size: 128unit, :unit :freemap_test
26592026-05-12T16:59:30.382Zfreemap_test
26602026-05-12T16:59:30.382ZMay 12 16:59:29.472 May 12 16:59:29.472DEBG DEBGcreated new freemap reset freemap, , unitunit:: freemap_testfreemap_test
26612026-05-12T16:59:30.382Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
26622026-05-12T16:59:30.382Z
26632026-05-12T16:59:30.382ZMay 12 16:59:29.472 DEBG initted freemap. size: 128, unit: freemap_test
26642026-05-12T16:59:30.382ZMay 12 16:59:29.472 DEBG reset freemap, unit: freemap_test
26652026-05-12T16:59:30.382Ztest freemap::test_span ... ok
26662026-05-12T16:59:30.382Ztest freemap::test_basic ... ok
26672026-05-12T16:59:30.382Ztest freemap::test_free ... ok
26682026-05-12T16:59:30.382Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
26692026-05-12T16:59:30.382Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
26702026-05-12T16:59:30.382Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
26712026-05-12T16:59:30.382ZMay 12 16:59:29.473 DEBG created new freemap, May 12 16:59:29.473unit :DEBG freemap_testcreated new freemap
26722026-05-12T16:59:30.382Z, unit: May 12 16:59:29.473freemap_test DEBG
26732026-05-12T16:59:30.382Z initted freemap. size: 128, unit: freemap_testMay 12 16:59:29.473
26742026-05-12T16:59:30.382Z DEBG initted freemap. size: 128, May 12 16:59:29.473unit :DEBG freemap_testreset freemap
26752026-05-12T16:59:30.382Z, unit: freemap_testMay 12 16:59:29.473
26762026-05-12T16:59:30.382Z DEBG reset freemap, unit: freemap_test
26772026-05-12T16:59:30.382Ztest freemap::test_exhaustion ... ok
26782026-05-12T16:59:30.382Ztest freemap::test_reclaim ... ok
26792026-05-12T16:59:30.382Ztest port_map::tests::parse_softnpu_revision ... ok
26802026-05-12T16:59:30.382Ztest api_server::tests::test_build_info ... ok
26812026-05-12T16:59:30.382Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
26822026-05-12T16:59:30.382Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
26832026-05-12T16:59:30.382Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
26842026-05-12T16:59:30.382Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
26852026-05-12T16:59:30.382Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
26862026-05-12T16:59:30.383Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
26872026-05-12T16:59:30.383Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
26882026-05-12T16:59:30.383Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
26892026-05-12T16:59:30.383Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
26902026-05-12T16:59:30.383Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
26912026-05-12T16:59:30.383Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
26922026-05-12T16:59:30.383Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
26932026-05-12T16:59:30.383Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
26942026-05-12T16:59:30.383Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
26952026-05-12T16:59:30.383Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
26962026-05-12T16:59:30.383Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
26972026-05-12T16:59:30.383Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
26982026-05-12T16:59:30.383Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
26992026-05-12T16:59:30.383Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27002026-05-12T16:59:30.383Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27012026-05-12T16:59:30.383Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27022026-05-12T16:59:30.383Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27032026-05-12T16:59:30.383Z
27042026-05-12T16:59:30.383Ztest result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27052026-05-12T16:59:30.383Z
27062026-05-12T16:59:30.393Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-7628c6abdddbd2a0)
27072026-05-12T16:59:30.396Z
27082026-05-12T16:59:30.396Zrunning 0 tests
27092026-05-12T16:59:30.396Z
27102026-05-12T16:59:30.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27112026-05-12T16:59:30.396Z
27122026-05-12T16:59:30.396Z Running unittests src/lib.rs (target/debug/deps/dpd_api-ce762b37960fa606)
27132026-05-12T16:59:30.399Z
27142026-05-12T16:59:30.399Zrunning 0 tests
27152026-05-12T16:59:30.399Z
27162026-05-12T16:59:30.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27172026-05-12T16:59:30.399Z
27182026-05-12T16:59:30.399Z Running unittests src/lib.rs (target/debug/deps/dpd_client-2b894aaabf32eb8f)
27192026-05-12T16:59:30.399Z
27202026-05-12T16:59:30.399Zrunning 6 tests
27212026-05-12T16:59:30.402Ztest tests::test_full_lot_id_lot_only ... ok
27222026-05-12T16:59:30.402Ztest tests::test_full_lot_id_lotnum_only ... ok
27232026-05-12T16:59:30.402Ztest tests::test_full_lot_id_neither_present ... ok
27242026-05-12T16:59:30.403Ztest tests::test_full_lot_id_both_present ... ok
27252026-05-12T16:59:30.403Ztest tests::test_parse_client_port_id ... ok
27262026-05-12T16:59:30.403Ztest tests::test_port_id_cmp ... ok
27272026-05-12T16:59:30.403Z
27282026-05-12T16:59:30.403Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27292026-05-12T16:59:30.403Z
27302026-05-12T16:59:30.403Z Running tests/test_all.rs (target/debug/deps/test_all-c679cf089a48828e)
27312026-05-12T16:59:30.403Z
27322026-05-12T16:59:30.403Zrunning 0 tests
27332026-05-12T16:59:30.403Z
27342026-05-12T16:59:30.403Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27352026-05-12T16:59:30.403Z
27362026-05-12T16:59:30.403Z Running unittests src/lib.rs (target/debug/deps/dpd_types-930e12847fbe5178)
27372026-05-12T16:59:30.406Z
27382026-05-12T16:59:30.406Zrunning 0 tests
27392026-05-12T16:59:30.407Z
27402026-05-12T16:59:30.407Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27412026-05-12T16:59:30.407Z
27422026-05-12T16:59:30.407Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6213c5f8621a420f)
27432026-05-12T16:59:30.407Z
27442026-05-12T16:59:30.407Zrunning 0 tests
27452026-05-12T16:59:30.407Z
27462026-05-12T16:59:30.407Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27472026-05-12T16:59:30.407Z
27482026-05-12T16:59:30.407Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
27492026-05-12T16:59:30.410Z
27502026-05-12T16:59:30.410Zrunning 12 tests
27512026-05-12T16:59:30.410Ztest icmp::test_v6_checksum ... ok
27522026-05-12T16:59:30.410Ztest icmp::test_v4_checksum ... ok
27532026-05-12T16:59:30.410Ztest lldp::test_lldp_parse ... ok
27542026-05-12T16:59:30.410Ztest ipv6::test_ipv6_parse ... ok
27552026-05-12T16:59:30.410Ztest pbuf::test_byte ... ok
27562026-05-12T16:59:30.410Ztest pbuf::test_nibble ... ok
27572026-05-12T16:59:30.410Ztest pbuf::test_short ... ok
27582026-05-12T16:59:30.410Ztest pbuf::test_overflow ... ok
27592026-05-12T16:59:30.410Ztest pbuf::test_twelve ... ok
27602026-05-12T16:59:30.410Ztest pbuf::test_word ... ok
27612026-05-12T16:59:30.410Ztest tcp::test_checksum_ack_data ... ok
27622026-05-12T16:59:30.410Ztest tcp::test_checksum_syn_nodata ... ok
27632026-05-12T16:59:30.410Z
27642026-05-12T16:59:30.410Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27652026-05-12T16:59:30.410Z
27662026-05-12T16:59:30.410Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
27672026-05-12T16:59:30.410Z
27682026-05-12T16:59:30.410Zrunning 0 tests
27692026-05-12T16:59:30.410Z
27702026-05-12T16:59:30.410Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27712026-05-12T16:59:30.410Z
27722026-05-12T16:59:30.414Z Running unittests src/main.rs (target/debug/deps/swadm-520862971dd4ee37)
27732026-05-12T16:59:30.414Z
27742026-05-12T16:59:30.414Zrunning 5 tests
27752026-05-12T16:59:30.414Ztest switchport::test::test_compute_lanes ... ok
27762026-05-12T16:59:30.414Ztest switchport::test::port_id_ordering ... ok
27772026-05-12T16:59:30.414Z Lane 0 Lane 0 Lane 1 Lane 1 Lane 2Lane 2 Lane 3Lane 3
27782026-05-12T16:59:30.414Z
27792026-05-12T16:59:30.414Z Rx Loss-of-lock: Yes State: Activated YesActivated YesActivated ActivatedYes
27802026-05-12T16:59:30.414Z
27812026-05-12T16:59:30.414Z Rx Output Enabled: false Rx Loss-of-signal: Yes falseYes Yesfalse Yesfalse
27822026-05-12T16:59:30.414Z
27832026-05-12T16:59:30.414Z Rx Output Status: valid Rx CDR Enabled: Yes valid Yesvalid Yesvalid
27842026-05-12T16:59:30.414ZYes
27852026-05-12T16:59:30.414Z Rx Loss-of-lock: true true Tx Enabled: Yes trueYes true
27862026-05-12T16:59:30.414ZYes Rx Loss-of-signal: falseYes
27872026-05-12T16:59:30.414Zfalse Tx Loss-of-lock: No Nofalse false
27882026-05-12T16:59:30.414ZNo Rx Auto-squelch Disable: trueNo
27892026-05-12T16:59:30.414Ztrue Tx Loss-of-signal: No true Notrue
27902026-05-12T16:59:30.414ZNo Tx Output Enabled: trueNo
27912026-05-12T16:59:30.414Z Tx CDR Enabled: Notrue trueNo trueNo
27922026-05-12T16:59:30.414Z No
27932026-05-12T16:59:30.414Z Tx Output Status: invalid Tx Adaptive EQ Fault: No invalid No invalid invalidNo
27942026-05-12T16:59:30.414Z No
27952026-05-12T16:59:30.414Z Tx Loss-of-lock: false Tx Fault: Yes false Yesfalse falseYes
27962026-05-12T16:59:30.414Z Yes Tx Loss-of-signal: true
27972026-05-12T16:59:30.414Ztrue true true
27982026-05-12T16:59:30.414ZTx Auto-squelch Disable: false false false false
27992026-05-12T16:59:30.415Z Tx Adaptive EQ Fail: true true true true
28002026-05-12T16:59:30.415Z Tx Failure: false false false false
28012026-05-12T16:59:30.415Z Tx Force Squelch: true true true true
28022026-05-12T16:59:30.415Z Tx Input Polarity: normal normal normal normal
28032026-05-12T16:59:30.415Ztest switchport::test::test_print_sff_datapath ... ok
28042026-05-12T16:59:30.415Ztest switchport::test::test_print_cmis_datapath ... ok
28052026-05-12T16:59:30.418Ztest link::test_filter ... ok
28062026-05-12T16:59:30.418Z
28072026-05-12T16:59:30.418Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28082026-05-12T16:59:30.418Z
28092026-05-12T16:59:30.418Z Running tests/counters.rs (target/debug/deps/counters-12223fda8f22af34)
28102026-05-12T16:59:30.418Z
28112026-05-12T16:59:30.418Zrunning 1 test
28122026-05-12T16:59:30.418Ztest test_p4_counter_list ... ignored
28132026-05-12T16:59:30.418Z
28142026-05-12T16:59:30.418Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28152026-05-12T16:59:30.418Z
28162026-05-12T16:59:30.419Z Running tests/port-link.rs (target/debug/deps/port_link-ab27c4cf4b6b317d)
28172026-05-12T16:59:30.419Z
28182026-05-12T16:59:30.419Zrunning 5 tests
28192026-05-12T16:59:30.419Ztest test_an ... ignored
28202026-05-12T16:59:30.419Ztest test_enable ... ignored
28212026-05-12T16:59:30.419Ztest test_ip_addresses ... ignored
28222026-05-12T16:59:30.419Ztest test_kr ... ignored
28232026-05-12T16:59:30.419Ztest test_mac ... ignored
28242026-05-12T16:59:30.419Z
28252026-05-12T16:59:30.419Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28262026-05-12T16:59:30.419Z
28272026-05-12T16:59:30.419Z Running unittests src/main.rs (target/debug/deps/tfportd-0b125c38c1a931aa)
28282026-05-12T16:59:30.422Z
28292026-05-12T16:59:30.422Zrunning 3 tests
28302026-05-12T16:59:30.422Ztest linklocal::test_parse_ipadm ... ok
28312026-05-12T16:59:30.422Ztest tfport::test_parse_tfport ... ok
28322026-05-12T16:59:30.422Ztest config::tests::test_updates ... ok
28332026-05-12T16:59:30.422Z
28342026-05-12T16:59:30.422Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28352026-05-12T16:59:30.422Z
28362026-05-12T16:59:30.422Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
28372026-05-12T16:59:30.426Z
28382026-05-12T16:59:30.426Zrunning 0 tests
28392026-05-12T16:59:30.426Z
28402026-05-12T16:59:30.426Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28412026-05-12T16:59:30.426Z
28422026-05-12T16:59:30.426Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
28432026-05-12T16:59:30.426Z
28442026-05-12T16:59:30.426Zrunning 0 tests
28452026-05-12T16:59:30.426Z
28462026-05-12T16:59:30.426Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28472026-05-12T16:59:30.426Z
28482026-05-12T16:59:30.426Z Doc-tests aal
28492026-05-12T16:59:30.546Z
28502026-05-12T16:59:30.546Zrunning 0 tests
28512026-05-12T16:59:30.546Z
28522026-05-12T16:59:30.546Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28532026-05-12T16:59:30.546Z
28542026-05-12T16:59:30.563Z Doc-tests aal_macros
28552026-05-12T16:59:30.633Z
28562026-05-12T16:59:30.633Zrunning 0 tests
28572026-05-12T16:59:30.633Z
28582026-05-12T16:59:30.633Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28592026-05-12T16:59:30.633Z
28602026-05-12T16:59:30.643Z Doc-tests common
28612026-05-12T16:59:30.872Z
28622026-05-12T16:59:30.872Zrunning 0 tests
28632026-05-12T16:59:30.872Z
28642026-05-12T16:59:30.872Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28652026-05-12T16:59:30.872Z
28662026-05-12T16:59:30.893Z Doc-tests dpd_api
28672026-05-12T16:59:31.629Z
28682026-05-12T16:59:31.629Zrunning 2 tests
28692026-05-12T16:59:31.629Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
28702026-05-12T16:59:31.629Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
28712026-05-12T16:59:31.629Z
28722026-05-12T16:59:31.629Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
28732026-05-12T16:59:31.629Z
28742026-05-12T16:59:31.661Z Doc-tests dpd_client
28752026-05-12T16:59:32.910Z
28762026-05-12T16:59:32.910Zrunning 0 tests
28772026-05-12T16:59:32.910Z
28782026-05-12T16:59:32.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28792026-05-12T16:59:32.910Z
28802026-05-12T16:59:32.956Z Doc-tests dpd_types
28812026-05-12T16:59:33.163Z
28822026-05-12T16:59:33.163Zrunning 0 tests
28832026-05-12T16:59:33.163Z
28842026-05-12T16:59:33.163Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28852026-05-12T16:59:33.163Z
28862026-05-12T16:59:33.191Z Doc-tests dpd_types_versions
28872026-05-12T16:59:34.387Z
28882026-05-12T16:59:34.387Zrunning 1 test
28892026-05-12T16:59:34.387Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
28902026-05-12T16:59:34.387Z
28912026-05-12T16:59:34.387Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28922026-05-12T16:59:34.387Z
28932026-05-12T16:59:34.432Z Doc-tests packet
28942026-05-12T16:59:34.543Z
28952026-05-12T16:59:34.543Zrunning 0 tests
28962026-05-12T16:59:34.543Z
28972026-05-12T16:59:34.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28982026-05-12T16:59:34.543Z
28992026-05-12T16:59:34.560Z Doc-tests pcap
29002026-05-12T16:59:34.614Z
29012026-05-12T16:59:34.614Zrunning 0 tests
29022026-05-12T16:59:34.614Z
29032026-05-12T16:59:34.614Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29042026-05-12T16:59:34.614Z
29052026-05-12T16:59:34.661Z+ for feat in tofino_stub tofino_asic softnpu chaos
29062026-05-12T16:59:34.661Z+ RUST_BACKTRACE=full
29072026-05-12T16:59:34.661Z+ cargo test --features softnpu --no-fail-fast
29082026-05-12T16:59:35.289Z Compiling num-integer v0.1.46
29092026-05-12T16:59:35.292Z Compiling num-complex v0.4.6
29102026-05-12T16:59:35.413Z Compiling bitstruct_derive v0.1.0
29112026-05-12T16:59:35.416Z Compiling tap v1.0.1
29122026-05-12T16:59:35.531Z Compiling wyz v0.5.1
29132026-05-12T16:59:35.666Z Compiling num-rational v0.4.2
29142026-05-12T16:59:35.699Z Compiling num-iter v0.1.45
29152026-05-12T16:59:35.713Z Compiling num-bigint v0.4.6
29162026-05-12T16:59:35.805Z Compiling radium v0.7.0
29172026-05-12T16:59:35.823Z Compiling funty v2.0.0
29182026-05-12T16:59:35.850Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29192026-05-12T16:59:35.920Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29202026-05-12T16:59:36.008Z Compiling num v0.4.3
29212026-05-12T16:59:36.092Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29222026-05-12T16:59:36.103Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29232026-05-12T16:59:36.135Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29242026-05-12T16:59:36.178Z Compiling bitvec v1.0.1
29252026-05-12T16:59:36.237Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29262026-05-12T16:59:36.393Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29272026-05-12T16:59:36.416Z Compiling typeid v1.0.3
29282026-05-12T16:59:36.490Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29292026-05-12T16:59:36.521Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29302026-05-12T16:59:36.539Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29312026-05-12T16:59:36.869Z Compiling ascii v1.1.0
29322026-05-12T16:59:37.296Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29332026-05-12T16:59:37.333Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29342026-05-12T16:59:37.393Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29352026-05-12T16:59:37.487Z Compiling erased-serde v0.4.8
29362026-05-12T16:59:37.602Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29372026-05-12T16:59:37.829Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29382026-05-12T16:59:37.843Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29392026-05-12T16:59:37.854Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29402026-05-12T16:59:37.970Z Compiling bitstruct v0.1.1
29412026-05-12T16:59:38.296Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29422026-05-12T16:59:38.426Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29432026-05-12T16:59:38.490Z Compiling serde_arrays v0.1.0
29442026-05-12T16:59:38.579Z Compiling libloading v0.7.4
29452026-05-12T16:59:38.673Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29462026-05-12T16:59:38.952Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29472026-05-12T16:59:39.312Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29482026-05-12T16:59:39.528Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29492026-05-12T16:59:40.643Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29502026-05-12T16:59:41.397Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29512026-05-12T16:59:47.356Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29522026-05-12T16:59:47.577Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29532026-05-12T16:59:47.577Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29542026-05-12T16:59:47.660Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29552026-05-12T16:59:47.697Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29562026-05-12T16:59:48.053Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
29572026-05-12T16:59:49.732Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29582026-05-12T16:59:50.166Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29592026-05-12T16:59:52.525Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
29602026-05-12T16:59:53.143Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
29612026-05-12T16:59:54.564Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
29622026-05-12T16:59:56.624Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29632026-05-12T16:59:57.581Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29642026-05-12T16:59:57.911Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
29652026-05-12T17:00:04.946Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29662026-05-12T17:00:07.069Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29672026-05-12T17:00:10.376Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
29682026-05-12T17:00:49.498Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
29692026-05-12T17:00:49.612Z Running unittests src/lib.rs (target/debug/deps/aal-4d25eaadfe042da1)
29702026-05-12T17:00:49.615Z
29712026-05-12T17:00:49.615Zrunning 5 tests
29722026-05-12T17:00:49.615Ztest fuse::tests::chip_revision_b0 ... ok
29732026-05-12T17:00:49.615Ztest fuse::tests::chip_revision_a0 ... ok
29742026-05-12T17:00:49.615Ztest fuse::tests::chip_revision_b1 ... ok
29752026-05-12T17:00:49.615Ztest fuse::tests::chip_revision_unknown_device_id ... ok
29762026-05-12T17:00:49.615Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
29772026-05-12T17:00:49.615Z
29782026-05-12T17:00:49.615Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29792026-05-12T17:00:49.615Z
29802026-05-12T17:00:49.615Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
29812026-05-12T17:00:49.619Z
29822026-05-12T17:00:49.619Zrunning 0 tests
29832026-05-12T17:00:49.619Z
29842026-05-12T17:00:49.619Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29852026-05-12T17:00:49.619Z
29862026-05-12T17:00:49.619Z Running unittests src/lib.rs (target/debug/deps/asic-eb9ed458dbcabd0b)
29872026-05-12T17:00:49.623Z
29882026-05-12T17:00:49.623Zrunning 0 tests
29892026-05-12T17:00:49.623Z
29902026-05-12T17:00:49.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29912026-05-12T17:00:49.623Z
29922026-05-12T17:00:49.623Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
29932026-05-12T17:00:49.623Z
29942026-05-12T17:00:49.623Zrunning 10 tests
29952026-05-12T17:00:49.623Ztest nat::tests::test_vni ... ok
29962026-05-12T17:00:49.623Ztest network::tests::test_equal ... ok
29972026-05-12T17:00:49.623Ztest network::tests::test_eui64 ... ok
29982026-05-12T17:00:49.623Ztest network::tests::test_into ... ok
29992026-05-12T17:00:49.626Ztest network::tests::test_generate_ipv6_link_local ... ok
30002026-05-12T17:00:49.626Ztest network::tests::test_not_equal ... ok
30012026-05-12T17:00:49.626Ztest network::tests::test_to_string ... ok
30022026-05-12T17:00:49.626Ztest network::tests::test_parse ... ok
30032026-05-12T17:00:49.626Ztest test_purge ... ok
30042026-05-12T17:00:49.626Ztest illumos::test::address_exists_handles_missing_object ... ok
30052026-05-12T17:00:49.626Z
30062026-05-12T17:00:49.626Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30072026-05-12T17:00:49.626Z
30082026-05-12T17:00:49.627Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-5e5c9ab59f00c337)
30092026-05-12T17:00:49.630Z
30102026-05-12T17:00:49.630Zrunning 1 test
30112026-05-12T17:00:50.893Ztest test::test_apis_up_to_date ... ok
30122026-05-12T17:00:50.893Z
30132026-05-12T17:00:50.893Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
30142026-05-12T17:00:50.893Z
30152026-05-12T17:00:50.944Z Running unittests src/main.rs (target/debug/deps/dpd-6b077150d90425f0)
30162026-05-12T17:00:50.949Z
30172026-05-12T17:00:50.949Zrunning 18 tests
30182026-05-12T17:00:50.953Ztest freemap::test_ordering ... ok
30192026-05-12T17:00:50.953Ztest freemap::test_split ... ok
30202026-05-12T17:00:50.953Ztest config::tests::test_updates ... ok
30212026-05-12T17:00:50.953Ztest macaddrs::tests::test_mac_offset ... ok
30222026-05-12T17:00:50.953Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
30232026-05-12T17:00:50.953Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
30242026-05-12T17:00:50.953Ztest nat::test_mapping ... ok
30252026-05-12T17:00:50.953Ztest macaddrs::tests::test_parse_port_id ... ok
30262026-05-12T17:00:50.953Ztest port_map::tests::dump_map ... ok
30272026-05-12T17:00:50.953Ztest port_map::tests::test_backplane_group ... ok
30282026-05-12T17:00:50.954Ztest port_map::tests::test_port_map ... ok
30292026-05-12T17:00:50.958ZMay 12 17:00:50.042 DEBG created new freemapMay 12 17:00:50.042 DEBG , created new freemapunit, :unit :freemap_test freemap_test
30302026-05-12T17:00:50.958Z
30312026-05-12T17:00:50.958ZMay 12 17:00:50.042May 12 17:00:50.042 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
30322026-05-12T17:00:50.958Z
30332026-05-12T17:00:50.958ZMay 12 17:00:50.042May 12 17:00:50.042 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
30342026-05-12T17:00:50.958Z
30352026-05-12T17:00:50.958ZMay 12 17:00:50.042 DEBG created new freemap, unit: freemap_test
30362026-05-12T17:00:50.958ZMay 12 17:00:50.042 DEBG initted freemap. size: 128, unit: freemap_test
30372026-05-12T17:00:50.958ZMay 12 17:00:50.042 DEBG reset freemap, unit: freemap_test
30382026-05-12T17:00:50.958ZMay 12 17:00:50.042 DEBG created new freemap, unit: freemap_test
30392026-05-12T17:00:50.958ZMay 12 17:00:50.043 DEBG initted freemap. size: 128, unit: freemap_test
30402026-05-12T17:00:50.958Ztest freemap::test_free ... ok
30412026-05-12T17:00:50.958ZMay 12 17:00:50.043 DEBG reset freemap, unit: freemap_test
30422026-05-12T17:00:50.958Ztest freemap::test_basic ... ok
30432026-05-12T17:00:50.958Ztest freemap::test_reclaim ... ok
30442026-05-12T17:00:50.958Ztest freemap::test_exhaustion ... ok
30452026-05-12T17:00:50.958ZMay 12 17:00:50.043 DEBG created new freemap, unit: freemap_test
30462026-05-12T17:00:50.958ZMay 12 17:00:50.043 DEBG initted freemap. size: 128, unit: freemap_test
30472026-05-12T17:00:50.958ZMay 12 17:00:50.043 DEBG reset freemap, unit: freemap_test
30482026-05-12T17:00:50.958Ztest freemap::test_span ... ok
30492026-05-12T17:00:50.958Ztest port_map::tests::parse_softnpu_revision ... ok
30502026-05-12T17:00:50.959Ztest api_server::tests::test_build_info ... ok
30512026-05-12T17:00:50.959Z
30522026-05-12T17:00:50.962Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30532026-05-12T17:00:50.962Z
30542026-05-12T17:00:50.962Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-316e7a5769ad6ace)
30552026-05-12T17:00:50.967Z
30562026-05-12T17:00:50.968Zrunning 0 tests
30572026-05-12T17:00:50.968Z
30582026-05-12T17:00:50.968Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30592026-05-12T17:00:50.968Z
30602026-05-12T17:00:50.968Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2862472988c6ba8e)
30612026-05-12T17:00:50.968Z
30622026-05-12T17:00:50.968Zrunning 0 tests
30632026-05-12T17:00:50.968Z
30642026-05-12T17:00:50.968Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30652026-05-12T17:00:50.968Z
30662026-05-12T17:00:50.968Z Running unittests src/lib.rs (target/debug/deps/dpd_client-ead68f8aafe3f527)
30672026-05-12T17:00:50.968Z
30682026-05-12T17:00:50.968Zrunning 6 tests
30692026-05-12T17:00:50.968Ztest tests::test_parse_client_port_id ... ok
30702026-05-12T17:00:50.968Ztest tests::test_port_id_cmp ... ok
30712026-05-12T17:00:50.968Ztest tests::test_full_lot_id_neither_present ... ok
30722026-05-12T17:00:50.968Ztest tests::test_full_lot_id_lotnum_only ... ok
30732026-05-12T17:00:50.968Ztest tests::test_full_lot_id_both_present ... ok
30742026-05-12T17:00:50.968Ztest tests::test_full_lot_id_lot_only ... ok
30752026-05-12T17:00:50.968Z
30762026-05-12T17:00:50.968Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30772026-05-12T17:00:50.968Z
30782026-05-12T17:00:50.969Z Running tests/test_all.rs (target/debug/deps/test_all-bcae10252b610653)
30792026-05-12T17:00:50.997Z
30802026-05-12T17:00:50.997Zrunning 0 tests
30812026-05-12T17:00:50.998Z
30822026-05-12T17:00:50.998Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30832026-05-12T17:00:50.998Z
30842026-05-12T17:00:50.998Z Running unittests src/lib.rs (target/debug/deps/dpd_types-be0f591e43b1edea)
30852026-05-12T17:00:50.998Z
30862026-05-12T17:00:50.998Zrunning 0 tests
30872026-05-12T17:00:50.998Z
30882026-05-12T17:00:50.998Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30892026-05-12T17:00:50.998Z
30902026-05-12T17:00:51.005Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7c927ac149893b9a)
30912026-05-12T17:00:51.005Z
30922026-05-12T17:00:51.005Zrunning 0 tests
30932026-05-12T17:00:51.005Z
30942026-05-12T17:00:51.005Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30952026-05-12T17:00:51.005Z
30962026-05-12T17:00:51.005Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
30972026-05-12T17:00:51.005Z
30982026-05-12T17:00:51.005Zrunning 12 tests
30992026-05-12T17:00:51.005Ztest icmp::test_v6_checksum ... ok
31002026-05-12T17:00:51.005Ztest ipv6::test_ipv6_parse ... ok
31012026-05-12T17:00:51.005Ztest lldp::test_lldp_parse ... ok
31022026-05-12T17:00:51.006Ztest icmp::test_v4_checksum ... ok
31032026-05-12T17:00:51.006Ztest pbuf::test_byte ... ok
31042026-05-12T17:00:51.006Ztest pbuf::test_nibble ... ok
31052026-05-12T17:00:51.006Ztest pbuf::test_short ... ok
31062026-05-12T17:00:51.007Ztest pbuf::test_overflow ... ok
31072026-05-12T17:00:51.007Ztest pbuf::test_twelve ... ok
31082026-05-12T17:00:51.007Ztest pbuf::test_word ... ok
31092026-05-12T17:00:51.007Ztest tcp::test_checksum_ack_data ... ok
31102026-05-12T17:00:51.007Ztest tcp::test_checksum_syn_nodata ... ok
31112026-05-12T17:00:51.007Z
31122026-05-12T17:00:51.007Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31132026-05-12T17:00:51.007Z
31142026-05-12T17:00:51.007Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
31152026-05-12T17:00:51.007Z
31162026-05-12T17:00:51.007Zrunning 0 tests
31172026-05-12T17:00:51.007Z
31182026-05-12T17:00:51.007Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31192026-05-12T17:00:51.007Z
31202026-05-12T17:00:51.007Z Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b)
31212026-05-12T17:00:51.007Z
31222026-05-12T17:00:51.007Zrunning 5 tests
31232026-05-12T17:00:51.007Ztest switchport::test::test_compute_lanes ... ok
31242026-05-12T17:00:51.007Ztest switchport::test::port_id_ordering ... ok
31252026-05-12T17:00:51.007Ztest link::test_filter ... ok
31262026-05-12T17:00:51.007Z Lane 0 Lane 1 Lane 2 Lane 3
31272026-05-12T17:00:51.007Z Rx Loss-of-lock: Yes Yes Yes Yes
31282026-05-12T17:00:51.008Z Rx Loss-of-signal: Yes Yes Yes Yes
31292026-05-12T17:00:51.008Z Rx CDR Enabled: Yes Yes Yes Yes
31302026-05-12T17:00:51.008Z Tx Enabled: Yes Yes Yes Yes
31312026-05-12T17:00:51.008Z Tx Loss-of-lock: No No No No
31322026-05-12T17:00:51.008Z Tx Loss-of-signal: No No No No
31332026-05-12T17:00:51.008Z Tx CDR Enabled: No No No No
31342026-05-12T17:00:51.009Z Lane 0 Tx Adaptive EQ Fault: No No No Lane 1No
31352026-05-12T17:00:51.009Z Tx Fault: Yes Lane 2 Yes Lane 3Yes
31362026-05-12T17:00:51.009ZYes
31372026-05-12T17:00:51.009Z State: Activated Activated Activated Activated
31382026-05-12T17:00:51.009Z Rx Output Enabled: false false false false
31392026-05-12T17:00:51.009Z Rx Output Status: valid valid valid valid
31402026-05-12T17:00:51.009Z Rx Loss-of-lock: true true true true
31412026-05-12T17:00:51.009Z Rx Loss-of-signal: false false false false
31422026-05-12T17:00:51.009ZRx Auto-squelch Disable: true true true true
31432026-05-12T17:00:51.009Z Tx Output Enabled: true true true true
31442026-05-12T17:00:51.009Z Tx Output Status: invalid invalid invalid invalid
31452026-05-12T17:00:51.010Z Tx Loss-of-lock: false false false false
31462026-05-12T17:00:51.010Z Tx Loss-of-signal: true true true true
31472026-05-12T17:00:51.010ZTx Auto-squelch Disable: false false false false
31482026-05-12T17:00:51.010Z Tx Adaptive EQ Fail: true true true true
31492026-05-12T17:00:51.010Z Tx Failure: false false false false
31502026-05-12T17:00:51.010Z Tx Force Squelch: true true true true
31512026-05-12T17:00:51.010Z Tx Input Polarity: normal normal normal normal
31522026-05-12T17:00:51.010Ztest switchport::test::test_print_sff_datapath ... ok
31532026-05-12T17:00:51.010Ztest switchport::test::test_print_cmis_datapath ... ok
31542026-05-12T17:00:51.010Z
31552026-05-12T17:00:51.010Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31562026-05-12T17:00:51.010Z
31572026-05-12T17:00:51.010Z Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db)
31582026-05-12T17:00:51.010Z
31592026-05-12T17:00:51.010Zrunning 1 test
31602026-05-12T17:00:51.010Ztest test_p4_counter_list ... ignored
31612026-05-12T17:00:51.010Z
31622026-05-12T17:00:51.010Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31632026-05-12T17:00:51.011Z
31642026-05-12T17:00:51.011Z Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086)
31652026-05-12T17:00:51.011Z
31662026-05-12T17:00:51.011Zrunning 5 tests
31672026-05-12T17:00:51.011Ztest test_an ... ignored
31682026-05-12T17:00:51.011Ztest test_enable ... ignored
31692026-05-12T17:00:51.011Ztest test_ip_addresses ... ignored
31702026-05-12T17:00:51.011Ztest test_kr ... ignored
31712026-05-12T17:00:51.011Ztest test_mac ... ignored
31722026-05-12T17:00:51.011Z
31732026-05-12T17:00:51.011Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
31742026-05-12T17:00:51.011Z
31752026-05-12T17:00:51.011Z Running unittests src/main.rs (target/debug/deps/tfportd-6de78372f9c328fe)
31762026-05-12T17:00:51.019Z
31772026-05-12T17:00:51.019Zrunning 3 tests
31782026-05-12T17:00:51.019Ztest linklocal::test_parse_ipadm ... ok
31792026-05-12T17:00:51.020Ztest tfport::test_parse_tfport ... ok
31802026-05-12T17:00:51.020Ztest config::tests::test_updates ... ok
31812026-05-12T17:00:51.020Z
31822026-05-12T17:00:51.020Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31832026-05-12T17:00:51.020Z
31842026-05-12T17:00:51.020Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
31852026-05-12T17:00:51.020Z
31862026-05-12T17:00:51.020Zrunning 0 tests
31872026-05-12T17:00:51.020Z
31882026-05-12T17:00:51.020Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31892026-05-12T17:00:51.020Z
31902026-05-12T17:00:51.020Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
31912026-05-12T17:00:51.020Z
31922026-05-12T17:00:51.020Zrunning 0 tests
31932026-05-12T17:00:51.020Z
31942026-05-12T17:00:51.020Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31952026-05-12T17:00:51.020Z
31962026-05-12T17:00:51.020Z Doc-tests aal
31972026-05-12T17:00:51.133Z
31982026-05-12T17:00:51.133Zrunning 0 tests
31992026-05-12T17:00:51.133Z
32002026-05-12T17:00:51.137Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32012026-05-12T17:00:51.137Z
32022026-05-12T17:00:51.149Z Doc-tests aal_macros
32032026-05-12T17:00:51.218Z
32042026-05-12T17:00:51.218Zrunning 0 tests
32052026-05-12T17:00:51.218Z
32062026-05-12T17:00:51.218Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32072026-05-12T17:00:51.218Z
32082026-05-12T17:00:51.228Z Doc-tests common
32092026-05-12T17:00:51.455Z
32102026-05-12T17:00:51.455Zrunning 0 tests
32112026-05-12T17:00:51.455Z
32122026-05-12T17:00:51.455Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32132026-05-12T17:00:51.455Z
32142026-05-12T17:00:51.476Z Doc-tests dpd_api
32152026-05-12T17:00:52.227Z
32162026-05-12T17:00:52.227Zrunning 2 tests
32172026-05-12T17:00:52.227Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
32182026-05-12T17:00:52.227Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
32192026-05-12T17:00:52.227Z
32202026-05-12T17:00:52.227Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
32212026-05-12T17:00:52.227Z
32222026-05-12T17:00:52.260Z Doc-tests dpd_client
32232026-05-12T17:00:53.551Z
32242026-05-12T17:00:53.551Zrunning 0 tests
32252026-05-12T17:00:53.551Z
32262026-05-12T17:00:53.551Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32272026-05-12T17:00:53.551Z
32282026-05-12T17:00:53.598Z Doc-tests dpd_types
32292026-05-12T17:00:53.806Z
32302026-05-12T17:00:53.807Zrunning 0 tests
32312026-05-12T17:00:53.807Z
32322026-05-12T17:00:53.807Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32332026-05-12T17:00:53.807Z
32342026-05-12T17:00:53.833Z Doc-tests dpd_types_versions
32352026-05-12T17:00:55.042Z
32362026-05-12T17:00:55.042Zrunning 1 test
32372026-05-12T17:00:55.042Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
32382026-05-12T17:00:55.042Z
32392026-05-12T17:00:55.042Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32402026-05-12T17:00:55.042Z
32412026-05-12T17:00:55.086Z Doc-tests packet
32422026-05-12T17:00:55.197Z
32432026-05-12T17:00:55.197Zrunning 0 tests
32442026-05-12T17:00:55.197Z
32452026-05-12T17:00:55.197Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32462026-05-12T17:00:55.197Z
32472026-05-12T17:00:55.213Z Doc-tests pcap
32482026-05-12T17:00:55.266Z
32492026-05-12T17:00:55.266Zrunning 0 tests
32502026-05-12T17:00:55.266Z
32512026-05-12T17:00:55.266Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32522026-05-12T17:00:55.266Z
32532026-05-12T17:00:55.316Z+ for feat in tofino_stub tofino_asic softnpu chaos
32542026-05-12T17:00:55.316Z+ RUST_BACKTRACE=full
32552026-05-12T17:00:55.316Z+ cargo test --features chaos --no-fail-fast
32562026-05-12T17:00:55.891Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
32572026-05-12T17:00:55.967Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
32582026-05-12T17:00:55.975Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
32592026-05-12T17:01:04.141Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
32602026-05-12T17:01:04.390Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
32612026-05-12T17:01:36.667Z Finished `test` profile [unoptimized + debuginfo] target(s) in 41.33s
32622026-05-12T17:01:36.777Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
32632026-05-12T17:01:36.788Z
32642026-05-12T17:01:36.788Zrunning 5 tests
32652026-05-12T17:01:36.792Ztest fuse::tests::chip_revision_a0 ... ok
32662026-05-12T17:01:36.792Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
32672026-05-12T17:01:36.792Ztest fuse::tests::chip_revision_unknown_device_id ... ok
32682026-05-12T17:01:36.792Ztest fuse::tests::chip_revision_b0 ... ok
32692026-05-12T17:01:36.792Ztest fuse::tests::chip_revision_b1 ... ok
32702026-05-12T17:01:36.792Z
32712026-05-12T17:01:36.792Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32722026-05-12T17:01:36.792Z
32732026-05-12T17:01:36.793Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
32742026-05-12T17:01:36.793Z
32752026-05-12T17:01:36.793Zrunning 0 tests
32762026-05-12T17:01:36.793Z
32772026-05-12T17:01:36.793Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32782026-05-12T17:01:36.793Z
32792026-05-12T17:01:36.793Z Running unittests src/lib.rs (target/debug/deps/asic-a7f98a4129239b9a)
32802026-05-12T17:01:36.799Z
32812026-05-12T17:01:36.799Zrunning 0 tests
32822026-05-12T17:01:36.800Z
32832026-05-12T17:01:36.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32842026-05-12T17:01:36.803Z
32852026-05-12T17:01:36.803Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
32862026-05-12T17:01:36.806Z
32872026-05-12T17:01:36.806Zrunning 10 tests
32882026-05-12T17:01:36.806Ztest nat::tests::test_vni ... ok
32892026-05-12T17:01:36.806Ztest network::tests::test_equal ... ok
32902026-05-12T17:01:36.806Ztest network::tests::test_eui64 ... ok
32912026-05-12T17:01:36.806Ztest network::tests::test_generate_ipv6_link_local ... ok
32922026-05-12T17:01:36.810Ztest network::tests::test_into ... ok
32932026-05-12T17:01:36.810Ztest network::tests::test_parse ... ok
32942026-05-12T17:01:36.810Ztest network::tests::test_to_string ... ok
32952026-05-12T17:01:36.810Ztest network::tests::test_not_equal ... ok
32962026-05-12T17:01:36.810Ztest test_purge ... ok
32972026-05-12T17:01:36.813Ztest illumos::test::address_exists_handles_missing_object ... ok
32982026-05-12T17:01:36.813Z
32992026-05-12T17:01:36.813Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33002026-05-12T17:01:36.813Z
33012026-05-12T17:01:36.813Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1738560038bcec93)
33022026-05-12T17:01:36.885Z
33032026-05-12T17:01:36.885Zrunning 1 test
33042026-05-12T17:01:38.226Ztest test::test_apis_up_to_date ... ok
33052026-05-12T17:01:38.226Z
33062026-05-12T17:01:38.226Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.39s
33072026-05-12T17:01:38.226Z
33082026-05-12T17:01:38.280Z Running unittests src/main.rs (target/debug/deps/dpd-c18a146b4cf49317)
33092026-05-12T17:01:38.286Z
33102026-05-12T17:01:38.286Zrunning 18 tests
33112026-05-12T17:01:38.289Ztest freemap::test_ordering ... ok
33122026-05-12T17:01:38.289Ztest freemap::test_split ... ok
33132026-05-12T17:01:38.289Ztest config::tests::test_updates ... ok
33142026-05-12T17:01:38.289Ztest macaddrs::tests::test_mac_offset ... ok
33152026-05-12T17:01:38.289Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
33162026-05-12T17:01:38.289Ztest macaddrs::tests::test_parse_port_id ... ok
33172026-05-12T17:01:38.289Ztest nat::test_mapping ... ok
33182026-05-12T17:01:38.289Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
33192026-05-12T17:01:38.289Ztest port_map::tests::dump_map ... ok
33202026-05-12T17:01:38.289Ztest port_map::tests::test_backplane_group ... ok
33212026-05-12T17:01:38.292Ztest port_map::tests::test_port_map ... ok
33222026-05-12T17:01:38.292ZMay 12 17:01:37.376 DEBG created new freemap, unit: freemap_test
33232026-05-12T17:01:38.292ZMay 12 17:01:37.376 DEBGMay 12 17:01:37.376 initted freemap. size: 128DEBG, unitcreated new freemap: , freemap_testunit
33242026-05-12T17:01:38.292Z: freemap_testMay 12 17:01:37.376
33252026-05-12T17:01:38.292ZDEBG reset freemap, unit: freemap_test
33262026-05-12T17:01:38.292ZMay 12 17:01:37.376 DEBG initted freemap. size: 128, unit: freemap_test
33272026-05-12T17:01:38.292ZMay 12 17:01:37.376 DEBG reset freemap, unit: freemap_test
33282026-05-12T17:01:38.292Ztest freemap::test_reclaim ... ok
33292026-05-12T17:01:38.292Ztest freemap::test_span ... ok
33302026-05-12T17:01:38.292ZMay 12 17:01:37.376 DEBG created new freemap, unit: freemap_test
33312026-05-12T17:01:38.292ZMay 12 17:01:37.376 DEBG initted freemap. size: 128, unit: freemap_test
33322026-05-12T17:01:38.292ZMay 12 17:01:37.376 DEBG reset freemap, unit: freemap_test
33332026-05-12T17:01:38.292ZMay 12 17:01:37.376 DEBG created new freemap, unit: freemap_test
33342026-05-12T17:01:38.292ZMay 12 17:01:37.376 DEBG initted freemap. size: 128, unit: freemap_test
33352026-05-12T17:01:38.292ZMay 12 17:01:37.376 DEBG reset freemap, unit: freemap_test
33362026-05-12T17:01:38.292Ztest freemap::test_free ... ok
33372026-05-12T17:01:38.292Ztest freemap::test_exhaustion ... ok
33382026-05-12T17:01:38.292ZMay 12 17:01:37.376 DEBG created new freemap, unit: freemap_test
33392026-05-12T17:01:38.292ZMay 12 17:01:37.376 DEBG initted freemap. size: 128, unit: freemap_test
33402026-05-12T17:01:38.292ZMay 12 17:01:37.376 DEBG reset freemap, unit: freemap_test
33412026-05-12T17:01:38.292Ztest freemap::test_basic ... ok
33422026-05-12T17:01:38.292Ztest port_map::tests::parse_softnpu_revision ... ok
33432026-05-12T17:01:38.292Ztest api_server::tests::test_build_info ... ok
33442026-05-12T17:01:38.292Z
33452026-05-12T17:01:38.292Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33462026-05-12T17:01:38.292Z
33472026-05-12T17:01:38.295Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-bbbf33576fce60e8)
33482026-05-12T17:01:38.297Z
33492026-05-12T17:01:38.297Zrunning 0 tests
33502026-05-12T17:01:38.297Z
33512026-05-12T17:01:38.297Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33522026-05-12T17:01:38.297Z
33532026-05-12T17:01:38.297Z Running unittests src/lib.rs (target/debug/deps/dpd_api-ce762b37960fa606)
33542026-05-12T17:01:38.302Z
33552026-05-12T17:01:38.302Zrunning 0 tests
33562026-05-12T17:01:38.302Z
33572026-05-12T17:01:38.305Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33582026-05-12T17:01:38.305Z
33592026-05-12T17:01:38.305Z Running unittests src/lib.rs (target/debug/deps/dpd_client-d6420bb49020d9a7)
33602026-05-12T17:01:38.311Z
33612026-05-12T17:01:38.311Zrunning 6 tests
33622026-05-12T17:01:38.315Ztest tests::test_full_lot_id_neither_present ... ok
33632026-05-12T17:01:38.315Ztest tests::test_full_lot_id_both_present ... ok
33642026-05-12T17:01:38.315Ztest tests::test_full_lot_id_lot_only ... ok
33652026-05-12T17:01:38.315Ztest tests::test_full_lot_id_lotnum_only ... ok
33662026-05-12T17:01:38.315Ztest tests::test_port_id_cmp ... ok
33672026-05-12T17:01:38.316Ztest tests::test_parse_client_port_id ... ok
33682026-05-12T17:01:38.316Z
33692026-05-12T17:01:38.318Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33702026-05-12T17:01:38.318Z
33712026-05-12T17:01:38.318Z Running tests/test_all.rs (target/debug/deps/test_all-395380c5632c31ff)
33722026-05-12T17:01:38.321Z
33732026-05-12T17:01:38.321Zrunning 6 tests
33742026-05-12T17:01:41.331Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
33752026-05-12T17:01:41.333Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
33762026-05-12T17:01:41.333Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
33772026-05-12T17:01:41.340Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
33782026-05-12T17:01:41.669Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
33792026-05-12T17:01:42.636Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
33802026-05-12T17:01:42.636Z
33812026-05-12T17:01:42.636Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.31s
33822026-05-12T17:01:42.636Z
33832026-05-12T17:01:42.641Z Running unittests src/lib.rs (target/debug/deps/dpd_types-930e12847fbe5178)
33842026-05-12T17:01:42.648Z
33852026-05-12T17:01:42.648Zrunning 0 tests
33862026-05-12T17:01:42.650Z
33872026-05-12T17:01:42.650Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33882026-05-12T17:01:42.650Z
33892026-05-12T17:01:42.650Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6213c5f8621a420f)
33902026-05-12T17:01:42.653Z
33912026-05-12T17:01:42.653Zrunning 0 tests
33922026-05-12T17:01:42.656Z
33932026-05-12T17:01:42.656Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33942026-05-12T17:01:42.656Z
33952026-05-12T17:01:42.656Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
33962026-05-12T17:01:42.660Z
33972026-05-12T17:01:42.660Zrunning 12 tests
33982026-05-12T17:01:42.662Ztest icmp::test_v6_checksum ... ok
33992026-05-12T17:01:42.662Ztest icmp::test_v4_checksum ... ok
34002026-05-12T17:01:42.662Ztest ipv6::test_ipv6_parse ... ok
34012026-05-12T17:01:42.662Ztest lldp::test_lldp_parse ... ok
34022026-05-12T17:01:42.662Ztest pbuf::test_byte ... ok
34032026-05-12T17:01:42.662Ztest pbuf::test_nibble ... ok
34042026-05-12T17:01:42.662Ztest pbuf::test_short ... ok
34052026-05-12T17:01:42.662Ztest pbuf::test_twelve ... ok
34062026-05-12T17:01:42.663Ztest pbuf::test_word ... ok
34072026-05-12T17:01:42.663Ztest pbuf::test_overflow ... ok
34082026-05-12T17:01:42.663Ztest tcp::test_checksum_syn_nodata ... ok
34092026-05-12T17:01:42.663Ztest tcp::test_checksum_ack_data ... ok
34102026-05-12T17:01:42.663Z
34112026-05-12T17:01:42.663Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34122026-05-12T17:01:42.663Z
34132026-05-12T17:01:42.665Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
34142026-05-12T17:01:42.668Z
34152026-05-12T17:01:42.668Zrunning 0 tests
34162026-05-12T17:01:42.668Z
34172026-05-12T17:01:42.668Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34182026-05-12T17:01:42.668Z
34192026-05-12T17:01:42.671Z Running unittests src/main.rs (target/debug/deps/swadm-2ba98d749d0a06fb)
34202026-05-12T17:01:42.671Z
34212026-05-12T17:01:42.671Zrunning 5 tests
34222026-05-12T17:01:42.671Ztest switchport::test::test_compute_lanes ... ok
34232026-05-12T17:01:42.673Ztest switchport::test::port_id_ordering ... ok
34242026-05-12T17:01:42.674Z Lane 0 Lane 0Lane 1 Lane 2 Lane 1Lane 3
34252026-05-12T17:01:42.674ZLane 2 Lane 3 Rx Loss-of-lock: Yes
34262026-05-12T17:01:42.674Z Yes State: ActivatedYes YesActivated
34272026-05-12T17:01:42.674Z Rx Loss-of-signal: YesActivated Activated
34282026-05-12T17:01:42.674ZYes Rx Output Enabled: false Yes falseYes
34292026-05-12T17:01:42.674Z Rx CDR Enabled: Yesfalse falseYes
34302026-05-12T17:01:42.674Z Rx Output Status: valid Yes validYes
34312026-05-12T17:01:42.674Zvalid Tx Enabled: Yes valid
34322026-05-12T17:01:42.674ZYes Rx Loss-of-lock: true Yes trueYes
34332026-05-12T17:01:42.674Ztrue Tx Loss-of-lock: No true
34342026-05-12T17:01:42.674ZNo Rx Loss-of-signal: false Nofalse No
34352026-05-12T17:01:42.674Zfalse Tx Loss-of-signal: No false
34362026-05-12T17:01:42.674ZNoRx Auto-squelch Disable: true No trueNo
34372026-05-12T17:01:42.674Z Tx CDR Enabled: No trueNo true
34382026-05-12T17:01:42.674ZNo No
34392026-05-12T17:01:42.674Z Tx Output Enabled: true Tx Adaptive EQ Fault: No true Notrue No trueNo
34402026-05-12T17:01:42.674Z
34412026-05-12T17:01:42.674Z Tx Output Status: invalid Tx Fault: Yes invalid Yesinvalid invalidYes
34422026-05-12T17:01:42.674Z Yes Tx Loss-of-lock: false
34432026-05-12T17:01:42.674Z false false false
34442026-05-12T17:01:42.675Z Tx Loss-of-signal: true true true true
34452026-05-12T17:01:42.675ZTx Auto-squelch Disable: false false false false
34462026-05-12T17:01:42.675Z Tx Adaptive EQ Fail: true true true true
34472026-05-12T17:01:42.675Z Tx Failure: false false false false
34482026-05-12T17:01:42.675Z Tx Force Squelch: true true true true
34492026-05-12T17:01:42.675Z Tx Input Polarity: normal normal normal normal
34502026-05-12T17:01:42.675Ztest switchport::test::test_print_sff_datapath ... ok
34512026-05-12T17:01:42.675Ztest switchport::test::test_print_cmis_datapath ... ok
34522026-05-12T17:01:42.675Ztest link::test_filter ... ok
34532026-05-12T17:01:42.675Z
34542026-05-12T17:01:42.675Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34552026-05-12T17:01:42.675Z
34562026-05-12T17:01:42.675Z Running tests/counters.rs (target/debug/deps/counters-9829e695a9264972)
34572026-05-12T17:01:42.678Z
34582026-05-12T17:01:42.678Zrunning 1 test
34592026-05-12T17:01:42.681Ztest test_p4_counter_list ... ignored
34602026-05-12T17:01:42.681Z
34612026-05-12T17:01:42.681Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
34622026-05-12T17:01:42.681Z
34632026-05-12T17:01:42.681Z Running tests/port-link.rs (target/debug/deps/port_link-0e1965947f5236f3)
34642026-05-12T17:01:42.683Z
34652026-05-12T17:01:42.683Zrunning 5 tests
34662026-05-12T17:01:42.683Ztest test_an ... ignored
34672026-05-12T17:01:42.683Ztest test_enable ... ignored
34682026-05-12T17:01:42.683Ztest test_ip_addresses ... ignored
34692026-05-12T17:01:42.683Ztest test_kr ... ignored
34702026-05-12T17:01:42.683Ztest test_mac ... ignored
34712026-05-12T17:01:42.683Z
34722026-05-12T17:01:42.683Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
34732026-05-12T17:01:42.684Z
34742026-05-12T17:01:42.684Z Running unittests src/main.rs (target/debug/deps/tfportd-f683aee15d8a81d6)
34752026-05-12T17:01:42.686Z
34762026-05-12T17:01:42.686Zrunning 3 tests
34772026-05-12T17:01:42.686Ztest linklocal::test_parse_ipadm ... ok
34782026-05-12T17:01:42.686Ztest tfport::test_parse_tfport ... ok
34792026-05-12T17:01:42.686Ztest config::tests::test_updates ... ok
34802026-05-12T17:01:42.686Z
34812026-05-12T17:01:42.686Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34822026-05-12T17:01:42.686Z
34832026-05-12T17:01:42.686Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
34842026-05-12T17:01:42.690Z
34852026-05-12T17:01:42.690Zrunning 0 tests
34862026-05-12T17:01:42.693Z
34872026-05-12T17:01:42.693Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34882026-05-12T17:01:42.693Z
34892026-05-12T17:01:42.693Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
34902026-05-12T17:01:42.695Z
34912026-05-12T17:01:42.695Zrunning 0 tests
34922026-05-12T17:01:42.695Z
34932026-05-12T17:01:42.695Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34942026-05-12T17:01:42.695Z
34952026-05-12T17:01:42.698Z Doc-tests aal
34962026-05-12T17:01:42.866Z
34972026-05-12T17:01:42.866Zrunning 0 tests
34982026-05-12T17:01:42.866Z
34992026-05-12T17:01:42.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35002026-05-12T17:01:42.869Z
35012026-05-12T17:01:42.883Z Doc-tests aal_macros
35022026-05-12T17:01:42.955Z
35032026-05-12T17:01:42.956Zrunning 0 tests
35042026-05-12T17:01:42.956Z
35052026-05-12T17:01:42.956Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35062026-05-12T17:01:42.956Z
35072026-05-12T17:01:42.967Z Doc-tests common
35082026-05-12T17:01:43.202Z
35092026-05-12T17:01:43.202Zrunning 0 tests
35102026-05-12T17:01:43.202Z
35112026-05-12T17:01:43.202Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35122026-05-12T17:01:43.202Z
35132026-05-12T17:01:43.222Z Doc-tests dpd_api
35142026-05-12T17:01:44.046Z
35152026-05-12T17:01:44.046Zrunning 2 tests
35162026-05-12T17:01:44.046Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
35172026-05-12T17:01:44.046Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
35182026-05-12T17:01:44.046Z
35192026-05-12T17:01:44.046Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
35202026-05-12T17:01:44.046Z
35212026-05-12T17:01:44.077Z Doc-tests dpd_client
35222026-05-12T17:01:45.355Z
35232026-05-12T17:01:45.355Zrunning 0 tests
35242026-05-12T17:01:45.355Z
35252026-05-12T17:01:45.355Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35262026-05-12T17:01:45.355Z
35272026-05-12T17:01:45.401Z Doc-tests dpd_types
35282026-05-12T17:01:45.607Z
35292026-05-12T17:01:45.607Zrunning 0 tests
35302026-05-12T17:01:45.607Z
35312026-05-12T17:01:45.607Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35322026-05-12T17:01:45.607Z
35332026-05-12T17:01:45.632Z Doc-tests dpd_types_versions
35342026-05-12T17:01:46.834Z
35352026-05-12T17:01:46.834Zrunning 1 test
35362026-05-12T17:01:46.834Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
35372026-05-12T17:01:46.834Z
35382026-05-12T17:01:46.835Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35392026-05-12T17:01:46.835Z
35402026-05-12T17:01:46.878Z Doc-tests packet
35412026-05-12T17:01:46.990Z
35422026-05-12T17:01:46.990Zrunning 0 tests
35432026-05-12T17:01:46.990Z
35442026-05-12T17:01:46.990Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35452026-05-12T17:01:46.990Z
35462026-05-12T17:01:47.006Z Doc-tests pcap
35472026-05-12T17:01:47.059Z
35482026-05-12T17:01:47.059Zrunning 0 tests
35492026-05-12T17:01:47.059Z
35502026-05-12T17:01:47.059Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35512026-05-12T17:01:47.059Z
35522026-05-12T17:01:47.107Zprocess exited: duration 624120 ms, exit code 0
 
35532026-05-12T17:01:47.113Zfound 0 output files