01KNJ2XQZSE0B0C0NX8CJKDBKS: test

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

Buildomat Job: 01KNJ2Y3SAK234D053K43SJ3T1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-06T19:38:17.190Zjob assigned to worker 01KNJ4SVXEJ63KEW3R0MNVEENC [factory aws, i-00feacb5c04bbc8a0] (queued for 33 m 18 s)
 
22026-04-06T19:38:24.444Zstarting task 0: "setup"
32026-04-06T19:38:24.448Z++ uname -s
42026-04-06T19:38:24.451Z+ kern=SunOS
52026-04-06T19:38:24.451Z+ build_user=build
62026-04-06T19:38:24.451Z+ build_uid=12345
72026-04-06T19:38:24.451Z+ work_dir=/work
82026-04-06T19:38:24.451Z+ input_dir=/input
92026-04-06T19:38:24.451Z+ [[ 0 == 12345 ]]
102026-04-06T19:38:24.451Z+ case "$kern" in
112026-04-06T19:38:24.451Z+ groupadd -g 12345 build
122026-04-06T19:38:24.455Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-06T19:38:26.458Z+ zfs create -o mountpoint=/work rpool/work
142026-04-06T19:38:26.575Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-06T19:38:26.578Z+ home_fs=zfs
162026-04-06T19:38:26.578Z+ [[ zfs == autofs ]]
172026-04-06T19:38:26.578Z+ mkdir -p /home/build
182026-04-06T19:38:26.578Z+ chown build:build /home/build /work
192026-04-06T19:38:28.579Z+ chmod 0700 /home/build /work
202026-04-06T19:38:28.582Zprocess exited: duration 4139 ms, exit code 0
 
212026-04-06T19:38:28.589Zstarting task 1: "rust-toolchain"
222026-04-06T19:38:28.593Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-04-06T19:38:28.593Z * rust toolchain channel = "1.90.0"
242026-04-06T19:38:28.593Z * rust toolchain profile = "default"
252026-04-06T19:38:28.597Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-06T19:38:28.597Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-06T19:38:28.597Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-06T19:38:28.597Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-06T19:38:28.597Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-04-06T19:38:28.716Zinfo: downloading installer
312026-04-06T19:38:30.451Zwarn: It looks like you have an existing installation of Rust at:
322026-04-06T19:38:30.451Zwarn: /opt/ooce/bin
332026-04-06T19:38:30.452Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-06T19:38:30.452Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-06T19:38:30.452Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-06T19:38:30.452Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-06T19:38:30.452Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-06T19:38:30.452Zerror: cannot install while Rust is installed
392026-04-06T19:38:30.452Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-06T19:38:30.452Zwarn: It looks like you have an existing rustup settings file at:
412026-04-06T19:38:30.452Zwarn: /home/build/.rustup/settings.toml
422026-04-06T19:38:30.452Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-06T19:38:30.452Zwarn: instead of the one inferred from the default host triple.
442026-04-06T19:38:30.487Zinfo: profile set to default
452026-04-06T19:38:30.487Zinfo: default host triple is x86_64-unknown-illumos
462026-04-06T19:38:30.490Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-04-06T19:38:30.656Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-04-06T19:38:30.656Zinfo: downloading 6 components
492026-04-06T19:38:44.840Z
502026-04-06T19:38:44.840Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
512026-04-06T19:38:44.872Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-04-06T19:38:44.872Z
532026-04-06T19:38:44.872Z
542026-04-06T19:38:44.872ZRust is installed now. Great!
552026-04-06T19:38:44.872Z
562026-04-06T19:38:44.875ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-06T19:38:44.875Zenvironment variable. This has not been done automatically.
582026-04-06T19:38:44.875Z
592026-04-06T19:38:44.875ZTo configure your current shell, you need to source
602026-04-06T19:38:44.875Zthe corresponding env file under $HOME/.cargo.
612026-04-06T19:38:44.875Z
622026-04-06T19:38:44.875ZThis is usually done by running one of the following (note the leading DOT):
632026-04-06T19:38:44.875Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-06T19:38:44.875Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-06T19:38:44.875Zsource "~/.cargo/env.nu" # For nushell
662026-04-06T19:38:44.875Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-06T19:38:44.875Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-06T19:38:44.875Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-06T19:38:44.875Zwarn: no default linker (`cc`) was found in your PATH
702026-04-06T19:38:44.875Zwarn: many Rust crates require a system C toolchain to build
712026-04-06T19:38:44.954Z+ rustup --version
722026-04-06T19:38:44.963Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-06T19:38:44.966Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-06T19:38:44.985Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-04-06T19:38:44.990Z+ cargo --version
762026-04-06T19:38:45.001Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-04-06T19:38:45.006Z+ rustc --version
782026-04-06T19:38:45.024Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-04-06T19:38:45.028Zprocess exited: duration 16437 ms, exit code 0
 
802026-04-06T19:38:45.034Zstarting task 2: "authentication"
812026-04-06T19:38:45.051Zprocess exited: duration 16 ms, exit code 0
 
822026-04-06T19:38:45.058Zstarting task 3: "clone repository"
832026-04-06T19:38:45.061Z+ mkdir -p /work/oxidecomputer/dendrite
842026-04-06T19:38:45.064Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-04-06T19:38:45.126ZCloning into '/work/oxidecomputer/dendrite'...
862026-04-06T19:38:46.238Z+ cd /work/oxidecomputer/dendrite
872026-04-06T19:38:46.238Z+ git fetch origin 808e4dd6b39a80d519369f9a8375478d96883c39
882026-04-06T19:38:46.501ZFrom https://github.com/oxidecomputer/dendrite
892026-04-06T19:38:46.501Z * branch 808e4dd6b39a80d519369f9a8375478d96883c39 -> FETCH_HEAD
902026-04-06T19:38:46.506Z+ [[ -n '' ]]
912026-04-06T19:38:46.509Z+ git reset --hard 808e4dd6b39a80d519369f9a8375478d96883c39
922026-04-06T19:38:46.524ZHEAD is now at 808e4dd [sidecar/pipeline] P4 cleanup and a return to 18 stages
932026-04-06T19:38:46.527Zprocess exited: duration 1467 ms, exit code 0
 
942026-04-06T19:38:46.542Zstarting task 4: "build"
952026-04-06T19:38:46.546Z+ source .github/buildomat/common.sh
962026-04-06T19:38:46.549Z++ TOFINO_STAGES=15
972026-04-06T19:38:46.549Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
982026-04-06T19:38:46.549Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
992026-04-06T19:38:46.549Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
1002026-04-06T19:38:46.549Z+++ uname -s
1012026-04-06T19:38:46.549Z++ '[' SunOS == SunOS ']'
1022026-04-06T19:38:46.549Z++ SERIES=illumos
1032026-04-06T19:38:46.549Z+++ uname -s
1042026-04-06T19:38:46.552Z++ '[' SunOS == SunOS ']'
1052026-04-06T19:38:46.552Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1062026-04-06T19:38:46.552Z++ rustup show active-toolchain
1072026-04-06T19:38:46.555Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1082026-04-06T19:38:46.555Z+ source .github/buildomat/illumos.sh
1092026-04-06T19:38:46.555Z++ banner 'sde setup'
1102026-04-06T19:38:46.559Z
1112026-04-06T19:38:46.559Z #### ##### ###### #### ###### ##### # # #####
1122026-04-06T19:38:46.559Z # # # # # # # # # # #
1132026-04-06T19:38:46.559Z #### # # ##### #### ##### # # # # #
1142026-04-06T19:38:46.559Z # # # # # # # # # #####
1152026-04-06T19:38:46.559Z # # # # # # # # # # # #
1162026-04-06T19:38:46.559Z #### ##### ###### #### ###### # #### #
1172026-04-06T19:38:46.559Z
1182026-04-06T19:38:46.559Z++ export PKG=tofino_sde.p5p
1192026-04-06T19:38:46.559Z++ PKG=tofino_sde.p5p
1202026-04-06T19:38:46.559Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1212026-04-06T19:38:46.563Z % Total % Received % Xferd Average Speed Time Time Time Current
1222026-04-06T19:38:46.567Z Dload Upload Total Spent Left Speed
1232026-04-06T19:38:47.887Z 0 0 0 0 0 0 0 0 0 68 76.03M 68 52.43M 0 0 52.47M 0 00:01 00:01 52.48M 100 76.03M 100 76.03M 0 0 57.42M 0 00:01 00:01 52.48M 100 76.03M 100 76.03M 0 0 57.42M 0 00:01 00:01 52.48M 100 76.03M 100 76.03M 0 0 57.42M 0 00:01 00:01 52.48M
1242026-04-06T19:38:47.891Z+++ digest -a sha256 tofino_sde.p5p
1252026-04-06T19:38:47.938Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1262026-04-06T19:38:47.941Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1272026-04-06T19:38:47.941Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1282026-04-06T19:38:57.000Z Startup: Refreshing catalog 'helios-dev' ... Done
1292026-04-06T19:39:03.981Z Startup: Caching catalogs ... Done
1302026-04-06T19:39:04.172Z Startup: Refreshing catalog 'oxide' ... Done
1312026-04-06T19:39:11.054ZPlanning: Solver setup ... Done
1322026-04-06T19:39:11.074ZPlanning: Running solver ... Done
1332026-04-06T19:39:11.195ZPlanning: Finding local manifests ... Done
1342026-04-06T19:39:11.199ZPlanning: Fetching manifests: 1/1 100% complete
1352026-04-06T19:39:11.202ZPlanning: Fetching manifests: 1/1 100% complete
1362026-04-06T19:39:11.216ZPlanning: Package planning ... Done
1372026-04-06T19:39:11.220ZPlanning: Merging actions ... Done
1382026-04-06T19:39:11.313ZPlanning: Checking for conflicting actions ... Done
1392026-04-06T19:39:11.316ZPlanning: Consolidating action changes ... Done
1402026-04-06T19:39:12.114ZPlanning: Evaluating mediators ... Done
1412026-04-06T19:39:12.118ZPlanning: Planning completed in 7.94 seconds
1422026-04-06T19:39:12.490Z Packages to install: 1
1432026-04-06T19:39:12.490Z Create boot environment: No
1442026-04-06T19:39:12.490ZCreate backup boot environment: No
1452026-04-06T19:39:12.531Z
1462026-04-06T19:39:12.531ZDownload: 0/242 items 0.0/75.3MB 0% complete
1472026-04-06T19:39:12.678ZDownload: Completed 75.30 MB in 0.15 seconds (514M/s)
1482026-04-06T19:39:12.863Z Actions: 1/293 actions (Installing new actions)
1492026-04-06T19:39:13.855Z Actions: Completed 293 actions in 0.99 seconds.
1502026-04-06T19:39:13.858Z Done
1512026-04-06T19:39:13.898Z Done
1522026-04-06T19:39:14.559Z Done
1532026-04-06T19:39:17.473Z Done
1542026-04-06T19:39:17.549Z Done
1552026-04-06T19:39:17.553Z Done
1562026-04-06T19:39:17.828Z Done
1572026-04-06T19:39:18.486Z++ export SDE=/opt/oxide/tofino_sde
1582026-04-06T19:39:18.486Z++ SDE=/opt/oxide/tofino_sde
1592026-04-06T19:39:18.486Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-04-06T19:39:18.486Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1612026-04-06T19:39:18.486Z++ banner packages
1622026-04-06T19:39:18.490Z
1632026-04-06T19:39:18.490Z ##### ## #### # # ## #### ###### ####
1642026-04-06T19:39:18.490Z # # # # # # # # # # # # # #
1652026-04-06T19:39:18.490Z # # # # # #### # # # ##### ####
1662026-04-06T19:39:18.490Z ##### ###### # # # ###### # ### # #
1672026-04-06T19:39:18.490Z # # # # # # # # # # # # # #
1682026-04-06T19:39:18.490Z # # # #### # # # # #### ###### ####
1692026-04-06T19:39:18.490Z
1702026-04-06T19:39:18.490Z++ pfexec pkg install clang-15 pcap
1712026-04-06T19:39:18.889Z Startup: Refreshing catalog 'helios-dev' ... Done
1722026-04-06T19:39:18.892Z Startup: Refreshing catalog 'oxide' ... Done
1732026-04-06T19:39:23.422ZPlanning: Solver setup ... Done
1742026-04-06T19:39:23.443ZPlanning: Running solver ... Done
1752026-04-06T19:39:23.565ZPlanning: Finding local manifests ... Done
1762026-04-06T19:39:23.569ZPlanning: Fetching manifests: 0/2 0% complete
1772026-04-06T19:39:23.760ZPlanning: Fetching manifests: 2/2 100% complete
1782026-04-06T19:39:23.790ZPlanning: Package planning ... Done
1792026-04-06T19:39:23.816ZPlanning: Merging actions ... Done
1802026-04-06T19:39:23.925ZPlanning: Checking for conflicting actions ... Done
1812026-04-06T19:39:23.932ZPlanning: Consolidating action changes ... Done
1822026-04-06T19:39:24.096ZPlanning: Evaluating mediators ... Done
1832026-04-06T19:39:24.100ZPlanning: Planning completed in 5.21 seconds
1842026-04-06T19:39:24.108Z Packages to install: 2
1852026-04-06T19:39:24.108Z Mediators to change: 2
1862026-04-06T19:39:24.108Z Services to change: 1
1872026-04-06T19:39:24.108Z Create boot environment: No
1882026-04-06T19:39:24.108ZCreate backup boot environment: No
1892026-04-06T19:39:24.141Z
1902026-04-06T19:39:24.141ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1912026-04-06T19:39:29.141ZDownload: 3014/3076 items 188.9/211.3MB 89% complete (37.8M/s)
1922026-04-06T19:39:30.371ZDownload: Completed 211.31 MB in 6.23 seconds (33.9M/s)
1932026-04-06T19:39:30.627Z Actions: 1/3418 actions (Installing new actions)
1942026-04-06T19:39:33.805Z Actions: Completed 3418 actions in 3.18 seconds.
1952026-04-06T19:39:34.355Z Done
1962026-04-06T19:39:34.355Z Done
1972026-04-06T19:39:35.059Z Done
1982026-04-06T19:39:37.885Z Done
1992026-04-06T19:39:37.978Z Done
2002026-04-06T19:39:37.982Z Done
2012026-04-06T19:39:38.239Z Done
2022026-04-06T19:39:38.371Z++ pfexec pkg set-mediator -V 15 clang llvm
2032026-04-06T19:39:38.572ZPlanning: Evaluating mediator changes ... Done
2042026-04-06T19:39:38.681ZPlanning: Checking for conflicting actions ... Done
2052026-04-06T19:39:38.685ZPlanning: Consolidating action changes ... Done
2062026-04-06T19:39:38.843ZPlanning: Evaluating mediators ... Done
2072026-04-06T19:39:38.847ZPlanning: Planning completed in 0.27 seconds
2082026-04-06T19:39:38.865Z Mediators to change: 2
2092026-04-06T19:39:38.865Z Create boot environment: No
2102026-04-06T19:39:38.865ZCreate backup boot environment: No
2112026-04-06T19:39:38.925Z Done
2122026-04-06T19:39:38.925Z Done
2132026-04-06T19:39:39.547Z Done
2142026-04-06T19:39:42.130Z Done
2152026-04-06T19:39:42.205Z Done
2162026-04-06T19:39:42.209Z Done
2172026-04-06T19:39:42.350Z Done
2182026-04-06T19:39:42.425Z++ cargo --version
2192026-04-06T19:39:42.435Zcargo 1.90.0 (840b83a10 2025-07-30)
2202026-04-06T19:39:42.438Z++ rustc --version
2212026-04-06T19:39:42.458Zrustc 1.90.0 (1159e78c4 2025-09-14)
2222026-04-06T19:39:42.462Z+ banner copyrights
2232026-04-06T19:39:42.465Z
2242026-04-06T19:39:42.465Z #### #### ##### # # ##### # #### # # ##### ####
2252026-04-06T19:39:42.465Z # # # # # # # # # # # # # # # # #
2262026-04-06T19:39:42.465Z # # # # # # # # # # ###### # ####
2272026-04-06T19:39:42.465Z # # # ##### # ##### # # ### # # # #
2282026-04-06T19:39:42.465Z # # # # # # # # # # # # # # # #
2292026-04-06T19:39:42.465Z #### #### # # # # # #### # # # ####
2302026-04-06T19:39:42.465Z
2312026-04-06T19:39:42.465Z+ ./tools/check_copyrights.sh
2322026-04-06T19:39:44.031Z+ banner clippy
2332026-04-06T19:39:44.035Z
2342026-04-06T19:39:44.035Z #### # # ##### ##### # #
2352026-04-06T19:39:44.035Z # # # # # # # # # #
2362026-04-06T19:39:44.035Z # # # # # # # #
2372026-04-06T19:39:44.035Z # # # ##### ##### #
2382026-04-06T19:39:44.035Z # # # # # # #
2392026-04-06T19:39:44.035Z #### ###### # # # #
2402026-04-06T19:39:44.035Z
2412026-04-06T19:39:44.035Z+ for feat in tofino_stub tofino_asic softnpu chaos
2422026-04-06T19:39:44.035Z+ cargo clippy --features tofino_stub -- --deny warnings
2432026-04-06T19:39:44.189Z Updating git repository `https://github.com/oxidecomputer/omicron`
2442026-04-06T19:39:54.823Z Updating crates.io index
2452026-04-06T19:39:54.827Z Updating git repository `https://github.com/illumos/smf-rs`
2462026-04-06T19:39:55.105Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-04-06T19:39:56.266Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2482026-04-06T19:39:56.555Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-04-06T19:39:56.845Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-04-06T19:39:57.330Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-04-06T19:39:58.611Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2522026-04-06T19:39:58.935Z Updating git repository `https://github.com/oxidecomputer/lldp`
2532026-04-06T19:39:59.262Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-04-06T19:39:59.809Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2552026-04-06T19:40:00.163Z Updating git repository `https://github.com/oxidecomputer/p4`
2562026-04-06T19:40:00.817Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2572026-04-06T19:40:01.268Z Updating git repository `https://github.com/oxidecomputer/lldp`
2582026-04-06T19:40:01.626Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2592026-04-06T19:40:02.304Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-04-06T19:40:02.628Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-04-06T19:40:03.013Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-04-06T19:40:03.354Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2632026-04-06T19:40:04.118Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2642026-04-06T19:40:04.465Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2652026-04-06T19:40:04.763Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2662026-04-06T19:40:06.323Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-04-06T19:40:06.957Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682026-04-06T19:40:07.840Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692026-04-06T19:40:09.280Z Updating git repository `https://github.com/oxidecomputer/opte`
2702026-04-06T19:40:10.050Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712026-04-06T19:40:10.399Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-04-06T19:40:10.813Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-04-06T19:40:12.677Z Downloading crates ...
2742026-04-06T19:40:12.741Z Downloaded argon2 v0.5.3
2752026-04-06T19:40:12.744Z Downloaded async-stream-impl v0.3.6
2762026-04-06T19:40:12.747Z Downloaded camino-tempfile v1.4.1
2772026-04-06T19:40:12.751Z Downloaded cobs v0.3.0
2782026-04-06T19:40:12.755Z Downloaded anyhow v1.0.102
2792026-04-06T19:40:12.760Z Downloaded daft v0.1.4
2802026-04-06T19:40:12.763Z Downloaded defmt v1.0.1
2812026-04-06T19:40:12.766Z Downloaded errno v0.3.14
2822026-04-06T19:40:12.769Z Downloaded cmake v0.1.54
2832026-04-06T19:40:12.772Z Downloaded ff v0.13.1
2842026-04-06T19:40:12.772Z Downloaded find-msvc-tools v0.1.9
2852026-04-06T19:40:12.775Z Downloaded embedded-io v0.4.0
2862026-04-06T19:40:12.779Z Downloaded dof v0.3.0
2872026-04-06T19:40:12.779Z Downloaded either v1.15.0
2882026-04-06T19:40:12.782Z Downloaded futures-core v0.3.32
2892026-04-06T19:40:12.785Z Downloaded display-error-chain v0.2.2
2902026-04-06T19:40:12.785Z Downloaded foreign-types-macros v0.2.3
2912026-04-06T19:40:12.788Z Downloaded arrayvec v0.7.6
2922026-04-06T19:40:12.792Z Downloaded hubpack v0.1.2
2932026-04-06T19:40:12.792Z Downloaded heck v0.5.0
2942026-04-06T19:40:12.795Z Downloaded float-ord v0.3.2
2952026-04-06T19:40:12.795Z Downloaded erased-serde v0.3.31
2962026-04-06T19:40:12.798Z Downloaded fastrand v2.3.0
2972026-04-06T19:40:12.798Z Downloaded dtrace-parser v0.3.0
2982026-04-06T19:40:12.801Z Downloaded anstyle-parse v1.0.0
2992026-04-06T19:40:12.804Z Downloaded allocator-api2 v0.2.21
3002026-04-06T19:40:12.808Z Downloaded dropshot-api-manager-types v0.5.2
3012026-04-06T19:40:12.808Z Downloaded git-stub-vcs v0.1.0
3022026-04-06T19:40:12.811Z Downloaded fixedbitset v0.5.7
3032026-04-06T19:40:12.811Z Downloaded arrayref v0.3.9
3042026-04-06T19:40:12.814Z Downloaded getrandom v0.2.16
3052026-04-06T19:40:12.818Z Downloaded hmac v0.12.1
3062026-04-06T19:40:12.821Z Downloaded derive_more v0.99.20
3072026-04-06T19:40:12.824Z Downloaded hash32 v0.3.1
3082026-04-06T19:40:12.824Z Downloaded adler2 v2.0.1
3092026-04-06T19:40:12.828Z Downloaded elliptic-curve v0.13.8
3102026-04-06T19:40:12.831Z Downloaded fixedbitset v0.4.2
3112026-04-06T19:40:12.831Z Downloaded httpdate v1.0.3
3122026-04-06T19:40:12.834Z Downloaded base16ct v0.2.0
3132026-04-06T19:40:12.837Z Downloaded dyn-clone v1.0.20
3142026-04-06T19:40:12.837Z Downloaded async-recursion v1.1.1
3152026-04-06T19:40:12.840Z Downloaded anstyle v1.0.14
3162026-04-06T19:40:12.844Z Downloaded clap_lex v1.1.0
3172026-04-06T19:40:12.847Z Downloaded foreign-types v0.3.2
3182026-04-06T19:40:12.848Z Downloaded defmt v0.3.100
3192026-04-06T19:40:12.853Z Downloaded atomic-waker v1.1.2
3202026-04-06T19:40:12.853Z Downloaded hostname v0.3.1
3212026-04-06T19:40:12.856Z Downloaded instant v0.1.13
3222026-04-06T19:40:12.856Z Downloaded heck v0.4.1
3232026-04-06T19:40:12.856Z Downloaded bit-set v0.8.0
3242026-04-06T19:40:12.860Z Downloaded futures-task v0.3.32
3252026-04-06T19:40:12.863Z Downloaded foreign-types v0.5.0
3262026-04-06T19:40:12.863Z Downloaded bit-vec v0.8.0
3272026-04-06T19:40:12.866Z Downloaded dtrace-parser v0.2.0
3282026-04-06T19:40:12.866Z Downloaded colorchoice v1.0.4
3292026-04-06T19:40:12.870Z Downloaded hostname v0.4.2
3302026-04-06T19:40:12.870Z Downloaded indent_write v2.2.0
3312026-04-06T19:40:12.873Z Downloaded cstr-argument v0.1.2
3322026-04-06T19:40:12.873Z Downloaded form_urlencoded v1.2.2
3332026-04-06T19:40:12.877Z Downloaded http-body-util v0.1.3
3342026-04-06T19:40:12.877Z Downloaded crucible-workspace-hack v0.1.0
3352026-04-06T19:40:12.879Z Downloaded foldhash v0.1.5
3362026-04-06T19:40:12.880Z Downloaded ciborium-io v0.2.2
3372026-04-06T19:40:12.883Z Downloaded generic-array v0.14.7
3382026-04-06T19:40:12.883Z Downloaded equivalent v1.0.2
3392026-04-06T19:40:12.886Z Downloaded defmt-parser v1.0.0
3402026-04-06T19:40:12.886Z Downloaded cpufeatures v0.2.17
3412026-04-06T19:40:12.889Z Downloaded hyper-tls v0.6.0
3422026-04-06T19:40:12.889Z Downloaded foreign-types-shared v0.1.1
3432026-04-06T19:40:12.893Z Downloaded ciborium-ll v0.2.2
3442026-04-06T19:40:12.893Z Downloaded const_format_proc_macros v0.2.34
3452026-04-06T19:40:12.896Z Downloaded http-body v1.0.1
3462026-04-06T19:40:12.899Z Downloaded futures-sink v0.3.32
3472026-04-06T19:40:12.899Z Downloaded dof v0.4.0
3482026-04-06T19:40:12.902Z Downloaded fnv v1.0.7
3492026-04-06T19:40:12.902Z Downloaded atomicwrites v0.4.4
3502026-04-06T19:40:12.906Z Downloaded gethostname v0.5.0
3512026-04-06T19:40:12.906Z Downloaded foreign-types-shared v0.3.1
3522026-04-06T19:40:12.909Z Downloaded humantime v2.3.0
3532026-04-06T19:40:12.909Z Downloaded async-stream v0.3.6
3542026-04-06T19:40:12.912Z Downloaded derive-ex v0.1.8
3552026-04-06T19:40:12.912Z Downloaded cfg_aliases v0.2.1
3562026-04-06T19:40:12.916Z Downloaded itoa v1.0.15
3572026-04-06T19:40:12.916Z Downloaded hubpack_derive v0.1.1
3582026-04-06T19:40:12.919Z Downloaded kstat-rs v0.2.4
3592026-04-06T19:40:12.919Z Downloaded is-terminal v0.4.16
3602026-04-06T19:40:12.922Z Downloaded internet-checksum v0.2.1
3612026-04-06T19:40:12.922Z Downloaded critical-section v1.2.0
3622026-04-06T19:40:12.925Z Downloaded inout v0.1.4
3632026-04-06T19:40:12.926Z Downloaded idna_adapter v1.2.1
3642026-04-06T19:40:12.929Z Downloaded is_ci v1.2.0
3652026-04-06T19:40:12.929Z Downloaded is_terminal_polyfill v1.70.1
3662026-04-06T19:40:12.932Z Downloaded keccak v0.1.6
3672026-04-06T19:40:12.932Z Downloaded backoff v0.4.0
3682026-04-06T19:40:12.936Z Downloaded lazy_static v1.5.0
3692026-04-06T19:40:12.936Z Downloaded defmt-macros v1.0.1
3702026-04-06T19:40:12.939Z Downloaded deranged v0.5.3
3712026-04-06T19:40:12.942Z Downloaded lru-cache v0.1.2
3722026-04-06T19:40:12.942Z Downloaded chacha20 v0.9.1
3732026-04-06T19:40:12.945Z Downloaded lru-slab v0.1.2
3742026-04-06T19:40:12.945Z Downloaded byteorder v1.5.0
3752026-04-06T19:40:12.948Z Downloaded highway v1.3.0
3762026-04-06T19:40:12.952Z Downloaded ingot-types v0.1.2
3772026-04-06T19:40:12.952Z Downloaded console v0.15.11
3782026-04-06T19:40:12.956Z Downloaded match_cfg v0.1.0
3792026-04-06T19:40:12.956Z Downloaded linked-hash-map v0.5.6
3802026-04-06T19:40:12.959Z Downloaded ipnet v2.11.0
3812026-04-06T19:40:12.959Z Downloaded libscf-sys v1.1.0
3822026-04-06T19:40:12.962Z Downloaded ingot-macros v0.1.1
3832026-04-06T19:40:12.962Z Downloaded futures-channel v0.3.32
3842026-04-06T19:40:12.965Z Downloaded memoffset v0.9.1
3852026-04-06T19:40:12.965Z Downloaded memmap v0.7.0
3862026-04-06T19:40:12.969Z Downloaded convert_case v0.4.0
3872026-04-06T19:40:12.969Z Downloaded bcs v0.1.6
3882026-04-06T19:40:12.972Z Downloaded macaddr v1.0.1
3892026-04-06T19:40:12.972Z Downloaded globset v0.4.16
3902026-04-06T19:40:12.975Z Downloaded debug-ignore v1.0.5
3912026-04-06T19:40:12.975Z Downloaded newline-converter v0.3.0
3922026-04-06T19:40:12.978Z Downloaded num-iter v0.1.45
3932026-04-06T19:40:12.978Z Downloaded mime v0.3.17
3942026-04-06T19:40:12.982Z Downloaded bitflags v2.9.4
3952026-04-06T19:40:12.985Z Downloaded httparse v1.10.1
3962026-04-06T19:40:12.985Z Downloaded futures-executor v0.3.32
3972026-04-06T19:40:12.988Z Downloaded num v0.4.3
3982026-04-06T19:40:12.988Z Downloaded num_enum_derive v0.5.11
3992026-04-06T19:40:12.991Z Downloaded curve25519-dalek-derive v0.1.1
4002026-04-06T19:40:12.992Z Downloaded libsw v3.5.0
4012026-04-06T19:40:12.994Z Downloaded num-conv v0.2.1
4022026-04-06T19:40:12.995Z Downloaded num-derive v0.3.3
4032026-04-06T19:40:12.998Z Downloaded data-encoding v2.9.0
4042026-04-06T19:40:12.998Z Downloaded colored v3.0.0
4052026-04-06T19:40:13.001Z Downloaded openssl-probe v0.1.6
4062026-04-06T19:40:13.001Z Downloaded newtype-uuid-macros v0.1.0
4072026-04-06T19:40:13.004Z Downloaded opaque-debug v0.3.1
4082026-04-06T19:40:13.004Z Downloaded linear-map v1.2.0
4092026-04-06T19:40:13.008Z Downloaded openssl-macros v0.1.1
4102026-04-06T19:40:13.008Z Downloaded omicron-workspace-hack v0.1.0
4112026-04-06T19:40:13.008Z Downloaded libloading v0.8.9
4122026-04-06T19:40:13.011Z Downloaded ciborium v0.2.2
4132026-04-06T19:40:13.014Z Downloaded olpc-cjson v0.1.4
4142026-04-06T19:40:13.014Z Downloaded num_threads v0.1.7
4152026-04-06T19:40:13.017Z Downloaded newtype_derive v0.1.6
4162026-04-06T19:40:13.017Z Downloaded parse-display v0.10.0
4172026-04-06T19:40:13.021Z Downloaded num-derive v0.4.2
4182026-04-06T19:40:13.021Z Downloaded ipnetwork v0.21.1
4192026-04-06T19:40:13.024Z Downloaded percent-encoding v2.3.2
4202026-04-06T19:40:13.024Z Downloaded expectorate v1.2.0
4212026-04-06T19:40:13.027Z Downloaded iana-time-zone v0.1.64
4222026-04-06T19:40:13.027Z Downloaded hyper-rustls v0.27.7
4232026-04-06T19:40:13.030Z Downloaded phf_shared v0.12.1
4242026-04-06T19:40:13.030Z Downloaded async-trait v0.1.89
4252026-04-06T19:40:13.034Z Downloaded cookie v0.18.1
4262026-04-06T19:40:13.037Z Downloaded newtype-uuid v1.3.2
4272026-04-06T19:40:13.037Z Downloaded crc32fast v1.5.0
4282026-04-06T19:40:13.040Z Downloaded libsw-core v0.3.2
4292026-04-06T19:40:13.043Z Downloaded pin-utils v0.1.0
4302026-04-06T19:40:13.043Z Downloaded clap v4.6.0
4312026-04-06T19:40:13.047Z Downloaded native-tls v0.2.14
4322026-04-06T19:40:13.051Z Downloaded multer v3.1.0
4332026-04-06T19:40:13.054Z Downloaded cc v1.2.58
4342026-04-06T19:40:13.057Z Downloaded potential_utf v0.1.3
4352026-04-06T19:40:13.057Z Downloaded lock_api v0.4.14
4362026-04-06T19:40:13.057Z Downloaded crossbeam-utils v0.8.21
4372026-04-06T19:40:13.060Z Downloaded proc-macro-error-attr v1.0.4
4382026-04-06T19:40:13.060Z Downloaded progenitor-client v0.10.0
4392026-04-06T19:40:13.064Z Downloaded powerfmt v0.2.0
4402026-04-06T19:40:13.064Z Downloaded num-integer v0.1.46
4412026-04-06T19:40:13.067Z Downloaded progenitor-macro v0.11.1
4422026-04-06T19:40:13.067Z Downloaded progenitor-macro v0.13.0
4432026-04-06T19:40:13.070Z Downloaded progenitor-macro v0.10.0
4442026-04-06T19:40:13.070Z Downloaded num-complex v0.4.6
4452026-04-06T19:40:13.070Z Downloaded num_enum_derive v0.7.5
4462026-04-06T19:40:13.073Z Downloaded progenitor-client v0.11.1
4472026-04-06T19:40:13.073Z Downloaded quick-error v1.2.3
4482026-04-06T19:40:13.077Z Downloaded num_enum v0.5.11
4492026-04-06T19:40:13.080Z Downloaded futures v0.3.32
4502026-04-06T19:40:13.084Z Downloaded rand_chacha v0.3.1
4512026-04-06T19:40:13.084Z Downloaded password-hash v0.5.0
4522026-04-06T19:40:13.087Z Downloaded getrandom v0.3.3
4532026-04-06T19:40:13.087Z Downloaded oxnet v0.1.4
4542026-04-06T19:40:13.090Z Downloaded ref-cast v1.0.25
4552026-04-06T19:40:13.094Z Downloaded rand_xorshift v0.4.0
4562026-04-06T19:40:13.094Z Downloaded oxide-tokio-rt v0.1.2
4572026-04-06T19:40:13.094Z Downloaded indexmap v1.9.3
4582026-04-06T19:40:13.097Z Downloaded hashbrown v0.12.3
4592026-04-06T19:40:13.100Z Downloaded paste v1.0.15
4602026-04-06T19:40:13.103Z Downloaded icu_provider v2.0.0
4612026-04-06T19:40:13.103Z Downloaded parse-display-derive v0.10.0
4622026-04-06T19:40:13.107Z Downloaded icu_properties v2.0.1
4632026-04-06T19:40:13.107Z Downloaded plain v0.2.3
4642026-04-06T19:40:13.110Z Downloaded pin-project-internal v1.1.10
4652026-04-06T19:40:13.110Z Downloaded pin-project-lite v0.2.16
4662026-04-06T19:40:13.113Z Downloaded pem v3.0.5
4672026-04-06T19:40:13.116Z Downloaded rustc-hash v2.1.1
4682026-04-06T19:40:13.116Z Downloaded ref-cast-impl v1.0.25
4692026-04-06T19:40:13.116Z Downloaded phf v0.12.1
4702026-04-06T19:40:13.119Z Downloaded icu_normalizer v2.0.0
4712026-04-06T19:40:13.123Z Downloaded same-file v1.0.6
4722026-04-06T19:40:13.123Z Downloaded chacha20poly1305 v0.10.1
4732026-04-06T19:40:13.126Z Downloaded scopeguard v1.2.0
4742026-04-06T19:40:13.126Z Downloaded num-rational v0.4.2
4752026-04-06T19:40:13.126Z Downloaded proc-macro-error-attr2 v2.0.0
4762026-04-06T19:40:13.130Z Downloaded pkg-config v0.3.32
4772026-04-06T19:40:13.130Z Downloaded owo-colors v4.3.0
4782026-04-06T19:40:13.133Z Downloaded num_enum v0.7.5
4792026-04-06T19:40:13.137Z Downloaded scroll_derive v0.13.1
4802026-04-06T19:40:13.137Z Downloaded proc-macro-error v1.0.4
4812026-04-06T19:40:13.140Z Downloaded pretty-hex v0.4.1
4822026-04-06T19:40:13.140Z Downloaded ppv-lite86 v0.2.21
4832026-04-06T19:40:13.140Z Downloaded poly1305 v0.8.0
4842026-04-06T19:40:13.143Z Downloaded darling v0.21.3
4852026-04-06T19:40:13.147Z Downloaded progenitor v0.10.0
4862026-04-06T19:40:13.150Z Downloaded serde-big-array v0.5.1
4872026-04-06T19:40:13.150Z Downloaded secrecy v0.10.3
4882026-04-06T19:40:13.150Z Downloaded progenitor-client v0.13.0
4892026-04-06T19:40:13.154Z Downloaded progenitor v0.11.1
4902026-04-06T19:40:13.154Z Downloaded log v0.4.29
4912026-04-06T19:40:13.157Z Downloaded quote v1.0.45
4922026-04-06T19:40:13.157Z Downloaded rand_chacha v0.9.0
4932026-04-06T19:40:13.157Z Downloaded pest_meta v2.8.2
4942026-04-06T19:40:13.161Z Downloaded half v2.7.1
4952026-04-06T19:40:13.164Z Downloaded once_cell v1.21.3
4962026-04-06T19:40:13.164Z Downloaded serde_repr v0.1.20
4972026-04-06T19:40:13.167Z Downloaded serde_spanned v0.6.9
4982026-04-06T19:40:13.167Z Downloaded serde_plain v1.0.2
4992026-04-06T19:40:13.170Z Downloaded rand_core v0.6.4
5002026-04-06T19:40:13.170Z Downloaded serde_spanned v1.0.4
5012026-04-06T19:40:13.173Z Downloaded pest_generator v2.8.2
5022026-04-06T19:40:13.173Z Downloaded base64 v0.22.1
5032026-04-06T19:40:13.176Z Downloaded icu_locale_core v2.0.0
5042026-04-06T19:40:13.180Z Downloaded sha1 v0.10.6
5052026-04-06T19:40:13.180Z Downloaded rusty-fork v0.3.0
5062026-04-06T19:40:13.183Z Downloaded rustversion v1.0.22
5072026-04-06T19:40:13.183Z Downloaded siphasher v1.0.1
5082026-04-06T19:40:13.186Z Downloaded hyper-util v0.1.19
5092026-04-06T19:40:13.190Z Downloaded rustc_version v0.4.1
5102026-04-06T19:40:13.190Z Downloaded sigpipe v0.1.3
5112026-04-06T19:40:13.193Z Downloaded signal-hook-tokio v0.3.1
5122026-04-06T19:40:13.193Z Downloaded rustls-pemfile v2.2.0
5132026-04-06T19:40:13.193Z Downloaded progenitor v0.13.0
5142026-04-06T19:40:13.196Z Downloaded serde_urlencoded v0.7.1
5152026-04-06T19:40:13.196Z Downloaded resolv-conf v0.7.5
5162026-04-06T19:40:13.199Z Downloaded smawk v0.3.2
5172026-04-06T19:40:13.199Z Downloaded scroll v0.13.0
5182026-04-06T19:40:13.204Z Downloaded bytes v1.11.1
5192026-04-06T19:40:13.204Z Downloaded slog-bunyan v2.5.0
5202026-04-06T19:40:13.207Z Downloaded rustc_version v0.1.7
5212026-04-06T19:40:13.207Z Downloaded icu_collections v2.0.0
5222026-04-06T19:40:13.210Z Downloaded semver v1.0.27
5232026-04-06T19:40:13.210Z Downloaded scroll v0.12.0
5242026-04-06T19:40:13.213Z Downloaded jiff-static v0.2.15
5252026-04-06T19:40:13.213Z Downloaded num-traits v0.2.19
5262026-04-06T19:40:13.216Z Downloaded hickory-resolver v0.24.4
5272026-04-06T19:40:13.220Z Downloaded stable_deref_trait v1.2.0
5282026-04-06T19:40:13.220Z Downloaded flate2 v1.1.2
5292026-04-06T19:40:13.223Z Downloaded heapless v0.8.0
5302026-04-06T19:40:13.226Z Downloaded curl v0.4.49
5312026-04-06T19:40:13.229Z Downloaded icu_normalizer_data v2.0.0
5322026-04-06T19:40:13.230Z Downloaded serde_derive_internals v0.29.1
5332026-04-06T19:40:13.233Z Downloaded strum v0.26.3
5342026-04-06T19:40:13.233Z Downloaded sync_wrapper v1.0.2
5352026-04-06T19:40:13.233Z Downloaded strum v0.27.2
5362026-04-06T19:40:13.236Z Downloaded strsim v0.11.1
5372026-04-06T19:40:13.236Z Downloaded structmeta-derive v0.3.0
5382026-04-06T19:40:13.236Z Downloaded serde_path_to_error v0.1.20
5392026-04-06T19:40:13.239Z Downloaded pin-project v1.1.10
5402026-04-06T19:40:13.244Z Downloaded swrite v0.1.0
5412026-04-06T19:40:13.247Z Downloaded tagptr v0.2.0
5422026-04-06T19:40:13.247Z Downloaded tabled_derive v0.7.0
5432026-04-06T19:40:13.247Z Downloaded shlex v1.3.0
5442026-04-06T19:40:13.251Z Downloaded structmeta v0.3.0
5452026-04-06T19:40:13.251Z Downloaded signal-hook-registry v1.4.6
5462026-04-06T19:40:13.251Z Downloaded miniz_oxide v0.8.9
5472026-04-06T19:40:13.254Z Downloaded crossbeam-channel v0.5.15
5482026-04-06T19:40:13.254Z Downloaded papergrid v0.17.0
5492026-04-06T19:40:13.258Z Downloaded slog-async v2.8.0
5502026-04-06T19:40:13.261Z Downloaded serde_tokenstream v0.2.3
5512026-04-06T19:40:13.261Z Downloaded papergrid v0.11.0
5522026-04-06T19:40:13.264Z Downloaded sha2 v0.10.9
5532026-04-06T19:40:13.265Z Downloaded termtree v0.5.1
5542026-04-06T19:40:13.268Z Downloaded terminal_size v0.4.3
5552026-04-06T19:40:13.268Z Downloaded take_mut v0.2.2
5562026-04-06T19:40:13.268Z Downloaded tabwriter v1.4.1
5572026-04-06T19:40:13.271Z Downloaded testing_table v0.3.0
5582026-04-06T19:40:13.271Z Downloaded slog-json v2.6.1
5592026-04-06T19:40:13.271Z Downloaded slab v0.4.11
5602026-04-06T19:40:13.274Z Downloaded ryu v1.0.20
5612026-04-06T19:40:13.274Z Downloaded postcard v1.1.3
5622026-04-06T19:40:13.277Z Downloaded slog-dtrace v0.3.0
5632026-04-06T19:40:13.277Z Downloaded darling_core v0.21.3
5642026-04-06T19:40:13.281Z Downloaded snafu-derive v0.8.9
5652026-04-06T19:40:13.284Z Downloaded schemars_derive v0.8.22
5662026-04-06T19:40:13.284Z Downloaded progenitor-impl v0.10.0
5672026-04-06T19:40:13.284Z Downloaded thread-id v5.0.0
5682026-04-06T19:40:13.287Z Downloaded thread-id v4.2.2
5692026-04-06T19:40:13.287Z Downloaded tinyvec_macros v0.1.1
5702026-04-06T19:40:13.287Z Downloaded thiserror-impl-no-std v2.0.2
5712026-04-06T19:40:13.291Z Downloaded quinn-udp v0.5.14
5722026-04-06T19:40:13.291Z Downloaded smf v0.2.3
5732026-04-06T19:40:13.291Z Downloaded slog-term v2.9.2
5742026-04-06T19:40:13.294Z Downloaded http v1.4.0
5752026-04-06T19:40:13.294Z Downloaded static_assertions v1.1.0
5762026-04-06T19:40:13.297Z Downloaded progenitor-impl v0.13.0
5772026-04-06T19:40:13.297Z Downloaded proc-macro2 v1.0.106
5782026-04-06T19:40:13.300Z Downloaded semver v0.1.20
5792026-04-06T19:40:13.300Z Downloaded const_format v0.2.34
5802026-04-06T19:40:13.303Z Downloaded subtle v2.6.1
5812026-04-06T19:40:13.303Z Downloaded rand_core v0.9.3
5822026-04-06T19:40:13.306Z Downloaded parking_lot v0.12.5
5832026-04-06T19:40:13.306Z Downloaded toml_datetime v0.6.11
5842026-04-06T19:40:13.309Z Downloaded memmap2 v0.9.8
5852026-04-06T19:40:13.309Z Downloaded pest_derive v2.8.2
5862026-04-06T19:40:13.313Z Downloaded litemap v0.8.0
5872026-04-06T19:40:13.313Z Downloaded omicron-zone-package v0.12.2
5882026-04-06T19:40:13.316Z Downloaded synstructure v0.13.2
5892026-04-06T19:40:13.316Z Downloaded parking_lot_core v0.9.12
5902026-04-06T19:40:13.316Z Downloaded search_path v0.1.4
5912026-04-06T19:40:13.320Z Downloaded scroll_derive v0.12.1
5922026-04-06T19:40:13.320Z Downloaded proc-macro-error2 v2.0.1
5932026-04-06T19:40:13.320Z Downloaded dropshot_endpoint v0.16.7
5942026-04-06T19:40:13.323Z Downloaded topological-sort v0.2.2
5952026-04-06T19:40:13.323Z Downloaded tabled_derive v0.11.0
5962026-04-06T19:40:13.326Z Downloaded strum_macros v0.26.4
5972026-04-06T19:40:13.326Z Downloaded dropshot-api-manager v0.5.2
5982026-04-06T19:40:13.330Z Downloaded tower-layer v0.3.3
5992026-04-06T19:40:13.330Z Downloaded minimal-lexical v0.2.1
6002026-04-06T19:40:13.333Z Downloaded indexmap v2.13.0
6012026-04-06T19:40:13.338Z Downloaded supports-color v3.0.2
6022026-04-06T19:40:13.338Z Downloaded serde_with_macros v3.14.1
6032026-04-06T19:40:13.338Z Downloaded tower-service v0.3.3
6042026-04-06T19:40:13.338Z Downloaded schemars v0.8.22
6052026-04-06T19:40:13.343Z Downloaded unarray v0.1.4
6062026-04-06T19:40:13.350Z Downloaded try-lock v0.2.5
6072026-04-06T19:40:13.350Z Downloaded tinystr v0.8.1
6082026-04-06T19:40:13.350Z Downloaded thiserror v1.0.69
6092026-04-06T19:40:13.355Z Downloaded thiserror-impl v1.0.69
6102026-04-06T19:40:13.355Z Downloaded thread_local v1.1.9
6112026-04-06T19:40:13.355Z Downloaded smallvec v1.15.1
6122026-04-06T19:40:13.355Z Downloaded serde_core v1.0.228
6132026-04-06T19:40:13.358Z Downloaded progenitor-impl v0.11.1
6142026-04-06T19:40:13.358Z Downloaded typify-macro v0.4.3
6152026-04-06T19:40:13.358Z Downloaded unicode-linebreak v0.1.5
6162026-04-06T19:40:13.358Z Downloaded typify-macro v0.6.1
6172026-04-06T19:40:13.359Z Downloaded time-core v0.1.8
6182026-04-06T19:40:13.362Z Downloaded thiserror-impl v2.0.18
6192026-04-06T19:40:13.362Z Downloaded usdt v0.5.0
6202026-04-06T19:40:13.362Z Downloaded untrusted v0.7.1
6212026-04-06T19:40:13.362Z Downloaded thiserror v2.0.18
6222026-04-06T19:40:13.365Z Downloaded usdt v0.6.0
6232026-04-06T19:40:13.368Z Downloaded universal-hash v0.5.1
6242026-04-06T19:40:13.368Z Downloaded unicode-xid v0.2.6
6252026-04-06T19:40:13.368Z Downloaded thiserror-no-std v2.0.2
6262026-04-06T19:40:13.371Z Downloaded rustls-pki-types v1.12.0
6272026-04-06T19:40:13.375Z Downloaded tokio-native-tls v0.3.1
6282026-04-06T19:40:13.375Z Downloaded tokio-macros v2.6.0
6292026-04-06T19:40:13.375Z Downloaded usdt-attr-macro v0.5.0
6302026-04-06T19:40:13.378Z Downloaded tokio-rustls v0.25.0
6312026-04-06T19:40:13.378Z Downloaded tokio-dtrace v0.1.1
6322026-04-06T19:40:13.378Z Downloaded utf8parse v0.2.2
6332026-04-06T19:40:13.381Z Downloaded time-macros v0.2.27
6342026-04-06T19:40:13.381Z Downloaded openssl-sys v0.9.112
6352026-04-06T19:40:13.384Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6362026-04-06T19:40:13.384Z Downloaded hyper v1.8.1
6372026-04-06T19:40:13.387Z Downloaded toml_writer v1.0.6+spec-1.1.0
6382026-04-06T19:40:13.391Z Downloaded usdt-macro v0.6.0
6392026-04-06T19:40:13.391Z Downloaded usdt-macro v0.5.0
6402026-04-06T19:40:13.391Z Downloaded serde_yaml v0.9.34+deprecated
6412026-04-06T19:40:13.394Z Downloaded rayon-core v1.13.0
6422026-04-06T19:40:13.394Z Downloaded version_check v0.9.5
6432026-04-06T19:40:13.397Z Downloaded usdt-attr-macro v0.6.0
6442026-04-06T19:40:13.397Z Downloaded waitgroup v0.1.2
6452026-04-06T19:40:13.397Z Downloaded wait-timeout v0.2.1
6462026-04-06T19:40:13.397Z Downloaded serde_derive v1.0.228
6472026-04-06T19:40:13.401Z Downloaded xattr v1.6.1
6482026-04-06T19:40:13.401Z Downloaded want v0.3.1
6492026-04-06T19:40:13.401Z Downloaded prettyplease v0.2.37
6502026-04-06T19:40:13.408Z Downloaded term v1.2.0
6512026-04-06T19:40:13.408Z Downloaded proc-macro-crate v1.3.1
6522026-04-06T19:40:13.408Z Downloaded cancel-safe-futures v0.1.5
6532026-04-06T19:40:13.408Z Downloaded jobserver v0.1.34
6542026-04-06T19:40:13.408Z Downloaded derive-where v1.6.0
6552026-04-06T19:40:13.412Z Downloaded slog v2.8.2
6562026-04-06T19:40:13.415Z Downloaded crossbeam-epoch v0.9.18
6572026-04-06T19:40:13.416Z Downloaded clap_derive v4.6.0
6582026-04-06T19:40:13.416Z Downloaded autocfg v1.5.0
6592026-04-06T19:40:13.419Z Downloaded yoke-derive v0.8.0
6602026-04-06T19:40:13.419Z Downloaded tempfile v3.23.0
6612026-04-06T19:40:13.419Z Downloaded spin v0.9.8
6622026-04-06T19:40:13.424Z Downloaded socket2 v0.6.0
6632026-04-06T19:40:13.424Z Downloaded socket2 v0.5.10
6642026-04-06T19:40:13.427Z Downloaded csv-core v0.1.12
6652026-04-06T19:40:13.427Z Downloaded tokio-stream v0.1.17
6662026-04-06T19:40:13.427Z Downloaded untrusted v0.9.0
6672026-04-06T19:40:13.427Z Downloaded mio v1.0.4
6682026-04-06T19:40:13.430Z Downloaded managed v0.8.0
6692026-04-06T19:40:13.433Z Downloaded base64ct v1.8.0
6702026-04-06T19:40:13.433Z Downloaded zerofrom-derive v0.1.6
6712026-04-06T19:40:13.433Z Downloaded zerofrom v0.1.6
6722026-04-06T19:40:13.436Z Downloaded ingot v0.1.1
6732026-04-06T19:40:13.437Z Downloaded h2 v0.4.12
6742026-04-06T19:40:13.440Z Downloaded ident_case v1.0.1
6752026-04-06T19:40:13.440Z Downloaded hickory-resolver v0.25.2
6762026-04-06T19:40:13.443Z Downloaded toml_write v0.1.2
6772026-04-06T19:40:13.443Z Downloaded toml v0.8.23
6782026-04-06T19:40:13.446Z Downloaded hex v0.4.3
6792026-04-06T19:40:13.446Z Downloaded usdt-impl v0.5.0
6802026-04-06T19:40:13.446Z Downloaded tokio-rustls v0.26.3
6812026-04-06T19:40:13.450Z Downloaded zeroize_derive v1.4.3
6822026-04-06T19:40:13.450Z Downloaded group v0.13.0
6832026-04-06T19:40:13.450Z Downloaded drift v0.1.3
6842026-04-06T19:40:13.453Z Downloaded zone v0.3.1
6852026-04-06T19:40:13.453Z Downloaded toml_parser v1.0.6+spec-1.1.0
6862026-04-06T19:40:13.456Z Downloaded rand v0.8.5
6872026-04-06T19:40:13.456Z Downloaded usdt-impl v0.6.0
6882026-04-06T19:40:13.459Z Downloaded clang-sys v1.8.1
6892026-04-06T19:40:13.459Z Downloaded similar v2.7.0
6902026-04-06T19:40:13.464Z Downloaded zone_cfg_derive v0.3.1
6912026-04-06T19:40:13.464Z Downloaded camino v1.2.2
6922026-04-06T19:40:13.464Z Downloaded fs-err v3.1.2
6932026-04-06T19:40:13.468Z Downloaded writeable v0.6.1
6942026-04-06T19:40:13.468Z Downloaded walkdir v2.5.0
6952026-04-06T19:40:13.468Z Downloaded nom v7.1.3
6962026-04-06T19:40:13.471Z Downloaded signal-hook v0.3.18
6972026-04-06T19:40:13.471Z Downloaded test-strategy v0.4.3
6982026-04-06T19:40:13.474Z Downloaded schemars v1.2.0
6992026-04-06T19:40:13.480Z Downloaded yoke v0.8.0
7002026-04-06T19:40:13.483Z Downloaded whoami v1.6.1
7012026-04-06T19:40:13.483Z Downloaded hashbrown v0.16.1
7022026-04-06T19:40:13.487Z Downloaded ucd-trie v0.1.7
7032026-04-06T19:40:13.487Z Downloaded toml v0.7.8
7042026-04-06T19:40:13.490Z Downloaded snafu v0.8.9
7052026-04-06T19:40:13.494Z Downloaded zeroize v1.8.1
7062026-04-06T19:40:13.494Z Downloaded tinyvec v1.10.0
7072026-04-06T19:40:13.499Z Downloaded serde v1.0.228
7082026-04-06T19:40:13.499Z Downloaded utf8_iter v1.0.4
7092026-04-06T19:40:13.499Z Downloaded qorb v0.4.1
7102026-04-06T19:40:13.502Z Downloaded toml v0.9.11+spec-1.1.0
7112026-04-06T19:40:13.502Z Downloaded zmij v1.0.17
7122026-04-06T19:40:13.505Z Downloaded zerovec-derive v0.11.1
7132026-04-06T19:40:13.505Z Downloaded idna v1.1.0
7142026-04-06T19:40:13.508Z Downloaded rustls-webpki v0.103.6
7152026-04-06T19:40:13.508Z Downloaded memchr v2.7.5
7162026-04-06T19:40:13.512Z Downloaded vergen v8.3.2
7172026-04-06T19:40:13.515Z Downloaded tracing-attributes v0.1.30
7182026-04-06T19:40:13.515Z Downloaded foldhash v0.2.0
7192026-04-06T19:40:13.515Z Downloaded daft-derive v0.1.4
7202026-04-06T19:40:13.518Z Downloaded crossbeam-deque v0.8.6
7212026-04-06T19:40:13.518Z Downloaded cipher v0.4.4
7222026-04-06T19:40:13.522Z Downloaded tar v0.4.45
7232026-04-06T19:40:13.522Z Downloaded iddqd v0.3.17
7242026-04-06T19:40:13.526Z Downloaded cargo_metadata v0.18.1
7252026-04-06T19:40:13.526Z Downloaded vsss-rs v3.3.4
7262026-04-06T19:40:13.529Z Downloaded zerocopy-derive v0.7.35
7272026-04-06T19:40:13.529Z Downloaded textwrap v0.16.2
7282026-04-06T19:40:13.532Z Downloaded bytecount v0.6.9
7292026-04-06T19:40:13.532Z Downloaded futures-io v0.3.32
7302026-04-06T19:40:13.532Z Downloaded cargo-platform v0.1.9
7312026-04-06T19:40:13.535Z Downloaded glob v0.3.3
7322026-04-06T19:40:13.535Z Downloaded filetime v0.2.26
7332026-04-06T19:40:13.535Z Downloaded dunce v1.0.5
7342026-04-06T19:40:13.538Z Downloaded blake2 v0.10.6
7352026-04-06T19:40:13.538Z Downloaded unicode-ident v1.0.24
7362026-04-06T19:40:13.538Z Downloaded unsafe-libyaml v0.2.11
7372026-04-06T19:40:13.541Z Downloaded quinn v0.11.9
7382026-04-06T19:40:13.544Z Downloaded git2 v0.19.0
7392026-04-06T19:40:13.547Z Downloaded rand v0.9.2
7402026-04-06T19:40:13.550Z Downloaded futures-util v0.3.32
7412026-04-06T19:40:13.555Z Downloaded pest v2.8.2
7422026-04-06T19:40:13.560Z Downloaded aho-corasick v1.1.3
7432026-04-06T19:40:13.563Z Downloaded itertools v0.14.0
7442026-04-06T19:40:13.566Z Downloaded typify v0.4.3
7452026-04-06T19:40:13.566Z Downloaded strum_macros v0.27.2
7462026-04-06T19:40:13.569Z Downloaded uuid v1.20.0
7472026-04-06T19:40:13.569Z Downloaded hashbrown v0.15.5
7482026-04-06T19:40:13.573Z Downloaded toml_edit v0.22.27
7492026-04-06T19:40:13.576Z Downloaded tracing-core v0.1.34
7502026-04-06T19:40:13.576Z Downloaded icu_properties_data v2.0.1
7512026-04-06T19:40:13.581Z Downloaded schemars v0.9.0
7522026-04-06T19:40:13.591Z Downloaded typify v0.6.1
7532026-04-06T19:40:13.594Z Downloaded clap_builder v4.6.0
7542026-04-06T19:40:13.594Z Downloaded libm v0.2.15
7552026-04-06T19:40:13.600Z Downloaded tracing v0.1.41
7562026-04-06T19:40:13.604Z Downloaded steno v0.4.1
7572026-04-06T19:40:13.604Z Downloaded blake3 v1.8.2
7582026-04-06T19:40:13.609Z Downloaded url v2.5.7
7592026-04-06T19:40:13.613Z Downloaded iri-string v0.7.8
7602026-04-06T19:40:13.613Z Downloaded goblin v0.8.2
7612026-04-06T19:40:13.616Z Downloaded itertools v0.12.1
7622026-04-06T19:40:13.619Z Downloaded cexpr v0.6.0
7632026-04-06T19:40:13.623Z Downloaded bitflags v1.3.2
7642026-04-06T19:40:13.623Z Downloaded typenum v1.18.0
7652026-04-06T19:40:13.626Z Downloaded darling_macro v0.21.3
7662026-04-06T19:40:13.626Z Downloaded constant_time_eq v0.3.1
7672026-04-06T19:40:13.626Z Downloaded futures-macro v0.3.32
7682026-04-06T19:40:13.626Z Downloaded displaydoc v0.2.5
7692026-04-06T19:40:13.630Z Downloaded digest v0.10.7
7702026-04-06T19:40:13.630Z Downloaded crc8 v0.1.1
7712026-04-06T19:40:13.630Z Downloaded cfg-if v1.0.3
7722026-04-06T19:40:13.630Z Downloaded crypto-common v0.1.6
7732026-04-06T19:40:13.630Z Downloaded enum-as-inner v0.6.1
7742026-04-06T19:40:13.633Z Downloaded block-buffer v0.10.4
7752026-04-06T19:40:13.633Z Downloaded git-stub v1.0.0
7762026-04-06T19:40:13.633Z Downloaded anstream v1.0.0
7772026-04-06T19:40:13.633Z Downloaded fs_extra v1.3.0
7782026-04-06T19:40:13.637Z Downloaded zerotrie v0.2.2
7792026-04-06T19:40:13.637Z Downloaded aead v0.5.2
7802026-04-06T19:40:13.637Z Downloaded anstyle-query v1.1.4
7812026-04-06T19:40:13.641Z Downloaded embedded-io v0.6.1
7822026-04-06T19:40:13.641Z Downloaded crypto-bigint v0.5.5
7832026-04-06T19:40:13.645Z Downloaded toml_edit v0.19.15
7842026-04-06T19:40:13.652Z Downloaded hkdf v0.12.4
7852026-04-06T19:40:13.659Z Downloaded typed-path v0.9.3
7862026-04-06T19:40:13.684Z Downloaded tower v0.5.2
7872026-04-06T19:40:13.690Z Downloaded reqwest v0.13.2
7882026-04-06T19:40:13.694Z Downloaded regex v1.12.3
7892026-04-06T19:40:13.702Z Downloaded unicode-segmentation v1.12.0
7902026-04-06T19:40:13.705Z Downloaded zerocopy-derive v0.8.27
7912026-04-06T19:40:13.709Z Downloaded rayon v1.11.0
7922026-04-06T19:40:13.712Z Downloaded serde_json v1.0.149
7932026-04-06T19:40:13.716Z Downloaded reqwest v0.12.23
7942026-04-06T19:40:13.719Z Downloaded goblin v0.10.1
7952026-04-06T19:40:13.727Z Downloaded serde_with v3.14.1
7962026-04-06T19:40:13.739Z Downloaded tower-http v0.6.8
7972026-04-06T19:40:13.739Z Downloaded chrono v0.4.44
7982026-04-06T19:40:13.739Z Downloaded unicode-normalization v0.1.24
7992026-04-06T19:40:13.739Z Downloaded portable-atomic v1.11.1
8002026-04-06T19:40:13.743Z Downloaded aws-lc-rs v1.16.2
8012026-04-06T19:40:13.747Z Downloaded tokio-util v0.7.16
8022026-04-06T19:40:13.753Z Downloaded tough v0.20.0
8032026-04-06T19:40:13.756Z Downloaded bindgen v0.72.1
8042026-04-06T19:40:13.760Z Downloaded proptest v1.8.0
8052026-04-06T19:40:13.765Z Downloaded zerovec v0.11.4
8062026-04-06T19:40:13.777Z Downloaded quinn-proto v0.11.14
8072026-04-06T19:40:13.782Z Downloaded zerocopy v0.7.35
8082026-04-06T19:40:13.791Z Downloaded rustls-webpki v0.102.8
8092026-04-06T19:40:13.801Z Downloaded dropshot v0.16.7
8102026-04-06T19:40:13.813Z Downloaded winnow v0.5.40
8112026-04-06T19:40:13.817Z Downloaded tabled v0.20.0
8122026-04-06T19:40:13.827Z Downloaded moka v0.12.11
8132026-04-06T19:40:13.838Z Downloaded winnow v0.7.14
8142026-04-06T19:40:13.850Z Downloaded tabled v0.15.0
8152026-04-06T19:40:13.859Z Downloaded time v0.3.47
8162026-04-06T19:40:13.870Z Downloaded openssl v0.10.76
8172026-04-06T19:40:13.875Z Downloaded vcpkg v0.2.15
8182026-04-06T19:40:13.897Z Downloaded syn v1.0.109
8192026-04-06T19:40:13.902Z Downloaded curve25519-dalek v4.1.3
8202026-04-06T19:40:13.906Z Downloaded zerocopy v0.8.27
8212026-04-06T19:40:13.918Z Downloaded webpki-roots v1.0.2
8222026-04-06T19:40:13.921Z Downloaded syn v2.0.117
8232026-04-06T19:40:13.927Z Downloaded smoltcp v0.11.0
8242026-04-06T19:40:13.934Z Downloaded unicode-width v0.2.1
8252026-04-06T19:40:13.937Z Downloaded regress v0.10.5
8262026-04-06T19:40:13.941Z Downloaded nix v0.30.1
8272026-04-06T19:40:13.948Z Downloaded rustls v0.23.32
8282026-04-06T19:40:13.954Z Downloaded regex-syntax v0.8.6
8292026-04-06T19:40:13.958Z Downloaded openapiv3 v2.2.0
8302026-04-06T19:40:13.964Z Downloaded unicode-width v0.1.14
8312026-04-06T19:40:13.967Z Downloaded rustls v0.22.4
8322026-04-06T19:40:13.973Z Downloaded rustix v0.38.44
8332026-04-06T19:40:13.985Z Downloaded hickory-proto v0.25.2
8342026-04-06T19:40:13.994Z Downloaded rustix v1.1.2
8352026-04-06T19:40:14.006Z Downloaded hickory-proto v0.24.4
8362026-04-06T19:40:14.014Z Downloaded bstr v1.12.0
8372026-04-06T19:40:14.021Z Downloaded typify-impl v0.6.1
8382026-04-06T19:40:14.069Z Downloaded typify-impl v0.4.3
8392026-04-06T19:40:14.107Z Downloaded chrono-tz v0.10.4
8402026-04-06T19:40:14.116Z Downloaded regex-automata v0.4.13
8412026-04-06T19:40:14.125Z Downloaded libc v0.2.183
8422026-04-06T19:40:14.142Z Downloaded petgraph v0.8.2
8432026-04-06T19:40:14.153Z Downloaded csv v1.3.1
8442026-04-06T19:40:14.164Z Downloaded jiff v0.2.15
8452026-04-06T19:40:14.173Z Downloaded petgraph v0.6.5
8462026-04-06T19:40:14.204Z Downloaded libz-sys v1.1.22
8472026-04-06T19:40:14.222Z Downloaded tokio v1.49.0
8482026-04-06T19:40:14.243Z Downloaded sha3 v0.10.8
8492026-04-06T19:40:14.296Z Downloaded curl-sys v0.4.83+curl-8.15.0
8502026-04-06T19:40:14.328Z Downloaded encoding_rs v0.8.35
8512026-04-06T19:40:14.357Z Downloaded ring v0.17.14
8522026-04-06T19:40:14.381Z Downloaded libgit2-sys v0.17.0+1.8.1
8532026-04-06T19:40:14.783Z Downloaded aws-lc-sys v0.39.1
8542026-04-06T19:40:15.091Z Compiling proc-macro2 v1.0.106
8552026-04-06T19:40:15.091Z Compiling quote v1.0.45
8562026-04-06T19:40:15.091Z Compiling unicode-ident v1.0.24
8572026-04-06T19:40:15.091Z Compiling serde_core v1.0.228
8582026-04-06T19:40:15.091Z Compiling serde v1.0.228
8592026-04-06T19:40:15.094Z Compiling libc v0.2.183
8602026-04-06T19:40:15.094Z Checking cfg-if v1.0.3
8612026-04-06T19:40:15.396Z Compiling zmij v1.0.17
8622026-04-06T19:40:15.422Z Compiling autocfg v1.5.0
8632026-04-06T19:40:15.760Z Compiling memchr v2.7.5
8642026-04-06T19:40:16.248Z Compiling getrandom v0.3.3
8652026-04-06T19:40:16.252Z Compiling libm v0.2.15
8662026-04-06T19:40:16.612Z Checking smallvec v1.15.1
8672026-04-06T19:40:16.628Z Checking itoa v1.0.15
8682026-04-06T19:40:16.631Z Compiling shlex v1.3.0
8692026-04-06T19:40:16.657Z Compiling jobserver v0.1.34
8702026-04-06T19:40:16.671Z Compiling find-msvc-tools v0.1.9
8712026-04-06T19:40:16.746Z Compiling thiserror v2.0.18
8722026-04-06T19:40:16.820Z Compiling version_check v0.9.5
8732026-04-06T19:40:16.905Z Compiling cc v1.2.58
8742026-04-06T19:40:16.960Z Compiling syn v2.0.117
8752026-04-06T19:40:16.979Z Compiling icu_properties_data v2.0.1
8762026-04-06T19:40:17.033Z Compiling icu_normalizer_data v2.0.0
8772026-04-06T19:40:17.225Z Compiling parking_lot_core v0.9.12
8782026-04-06T19:40:17.316Z Checking stable_deref_trait v1.2.0
8792026-04-06T19:40:17.372Z Compiling serde_json v1.0.149
8802026-04-06T19:40:17.631Z Compiling heck v0.5.0
8812026-04-06T19:40:17.687Z Checking litemap v0.8.0
8822026-04-06T19:40:17.792Z Checking writeable v0.6.1
8832026-04-06T19:40:17.841Z Compiling num-traits v0.2.19
8842026-04-06T19:40:17.858Z Checking percent-encoding v2.3.2
8852026-04-06T19:40:18.116Z Checking form_urlencoded v1.2.2
8862026-04-06T19:40:18.184Z Checking utf8_iter v1.0.4
8872026-04-06T19:40:18.240Z Compiling zerocopy v0.8.27
8882026-04-06T19:40:18.257Z Checking pin-project-lite v0.2.16
8892026-04-06T19:40:18.281Z Compiling rustversion v1.0.22
8902026-04-06T19:40:18.308Z Compiling log v0.4.29
8912026-04-06T19:40:18.352Z Checking iana-time-zone v0.1.64
8922026-04-06T19:40:18.441Z Compiling equivalent v1.0.2
8932026-04-06T19:40:18.461Z Compiling allocator-api2 v0.2.21
8942026-04-06T19:40:18.489Z Compiling foldhash v0.2.0
8952026-04-06T19:40:18.531Z Compiling semver v1.0.27
8962026-04-06T19:40:18.713Z Checking socket2 v0.6.0
8972026-04-06T19:40:18.716Z Checking uuid v1.20.0
8982026-04-06T19:40:18.799Z Compiling hashbrown v0.16.1
8992026-04-06T19:40:18.847Z Checking scopeguard v1.2.0
9002026-04-06T19:40:18.956Z Checking lock_api v0.4.14
9012026-04-06T19:40:19.019Z Checking signal-hook-registry v1.4.6
9022026-04-06T19:40:19.166Z Checking getrandom v0.2.16
9032026-04-06T19:40:19.170Z Checking parking_lot v0.12.5
9042026-04-06T19:40:19.199Z Checking mio v1.0.4
9052026-04-06T19:40:19.202Z Checking dyn-clone v1.0.20
9062026-04-06T19:40:19.202Z Compiling schemars v0.8.22
9072026-04-06T19:40:19.308Z Compiling portable-atomic v1.11.1
9082026-04-06T19:40:19.482Z Checking critical-section v1.2.0
9092026-04-06T19:40:19.540Z Checking futures-core v0.3.32
9102026-04-06T19:40:19.587Z Compiling ring v0.17.14
9112026-04-06T19:40:19.587Z Compiling typenum v1.18.0
9122026-04-06T19:40:19.739Z Compiling indexmap v2.13.0
9132026-04-06T19:40:19.976Z Compiling synstructure v0.13.2
9142026-04-06T19:40:20.022Z Compiling serde_derive_internals v0.29.1
9152026-04-06T19:40:20.267Z Checking once_cell v1.21.3
9162026-04-06T19:40:20.418Z Compiling thiserror v1.0.69
9172026-04-06T19:40:20.448Z Compiling regex-syntax v0.8.6
9182026-04-06T19:40:20.503Z Compiling httparse v1.10.1
9192026-04-06T19:40:20.795Z Checking futures-sink v0.3.32
9202026-04-06T19:40:20.894Z Compiling rustix v1.1.2
9212026-04-06T19:40:20.911Z Compiling aho-corasick v1.1.3
9222026-04-06T19:40:20.914Z Checking slab v0.4.11
9232026-04-06T19:40:20.914Z Checking subtle v2.6.1
9242026-04-06T19:40:21.065Z Compiling anyhow v1.0.102
9252026-04-06T19:40:21.081Z Compiling ucd-trie v0.1.7
9262026-04-06T19:40:21.097Z Checking futures-channel v0.3.32
9272026-04-06T19:40:21.263Z Compiling serde_derive v1.0.228
9282026-04-06T19:40:21.286Z Compiling zerofrom-derive v0.1.6
9292026-04-06T19:40:21.304Z Compiling yoke-derive v0.8.0
9302026-04-06T19:40:21.384Z Compiling zerovec-derive v0.11.1
9312026-04-06T19:40:21.460Z Compiling displaydoc v0.2.5
9322026-04-06T19:40:22.198Z Compiling thiserror-impl v2.0.18
9332026-04-06T19:40:22.335Z Compiling schemars_derive v0.8.22
9342026-04-06T19:40:22.363Z Compiling tokio-macros v2.6.0
9352026-04-06T19:40:22.488Z Compiling zerocopy-derive v0.8.27
9362026-04-06T19:40:22.510Z Checking zerofrom v0.1.6
9372026-04-06T19:40:22.584Z Compiling futures-macro v0.3.32
9382026-04-06T19:40:22.633Z Checking yoke v0.8.0
9392026-04-06T19:40:22.814Z Checking zerovec v0.11.4
9402026-04-06T19:40:23.108Z Checking zerotrie v0.2.2
9412026-04-06T19:40:23.359Z Compiling zeroize_derive v1.4.3
9422026-04-06T19:40:23.411Z Compiling thiserror-impl v1.0.69
9432026-04-06T19:40:23.561Z Compiling regex-automata v0.4.13
9442026-04-06T19:40:23.564Z Checking tinystr v0.8.1
9452026-04-06T19:40:23.643Z Checking potential_utf v0.1.3
9462026-04-06T19:40:23.754Z Checking icu_locale_core v2.0.0
9472026-04-06T19:40:23.776Z Checking icu_collections v2.0.0
9482026-04-06T19:40:24.062Z Checking zeroize v1.8.1
9492026-04-06T19:40:24.200Z Checking icu_provider v2.0.0
9502026-04-06T19:40:24.216Z Compiling pest v2.8.2
9512026-04-06T19:40:24.360Z Checking bytes v1.11.1
9522026-04-06T19:40:24.440Z Checking icu_properties v2.0.1
9532026-04-06T19:40:24.514Z Checking icu_normalizer v2.0.0
9542026-04-06T19:40:24.807Z Checking chrono v0.4.44
9552026-04-06T19:40:24.829Z Compiling serde_tokenstream v0.2.3
9562026-04-06T19:40:25.061Z Checking tokio v1.49.0
9572026-04-06T19:40:25.112Z Checking bitflags v2.9.4
9582026-04-06T19:40:25.270Z Checking idna_adapter v1.2.1
9592026-04-06T19:40:25.285Z Compiling regex v1.12.3
9602026-04-06T19:40:25.397Z Checking idna v1.1.0
9612026-04-06T19:40:25.460Z Checking rand_core v0.6.4
9622026-04-06T19:40:25.631Z Compiling pest_meta v2.8.2
9632026-04-06T19:40:25.646Z Checking url v2.5.7
9642026-04-06T19:40:25.662Z Checking futures-io v0.3.32
9652026-04-06T19:40:25.683Z Checking futures-task v0.3.32
9662026-04-06T19:40:25.774Z Compiling pkg-config v0.3.32
9672026-04-06T19:40:25.824Z Checking futures-util v0.3.32
9682026-04-06T19:40:25.923Z Compiling tracing-attributes v0.1.30
9692026-04-06T19:40:26.233Z Compiling pest_generator v2.8.2
9702026-04-06T19:40:26.433Z Checking tracing-core v0.1.34
9712026-04-06T19:40:26.720Z Compiling generic-array v0.14.7
9722026-04-06T19:40:26.739Z Compiling vcpkg v0.2.15
9732026-04-06T19:40:26.870Z Compiling fnv v1.0.7
9742026-04-06T19:40:26.969Z Compiling pest_derive v2.8.2
9752026-04-06T19:40:27.131Z Compiling http v1.4.0
9762026-04-06T19:40:27.147Z Checking tracing v0.1.41
9772026-04-06T19:40:27.372Z Compiling regress v0.10.5
9782026-04-06T19:40:27.507Z Compiling num-conv v0.2.1
9792026-04-06T19:40:27.623Z Compiling byteorder v1.5.0
9802026-04-06T19:40:27.665Z Compiling time-core v0.1.8
9812026-04-06T19:40:27.826Z Compiling time-macros v0.2.27
9822026-04-06T19:40:27.859Z Checking errno v0.3.14
9832026-04-06T19:40:27.984Z Checking base64 v0.22.1
9842026-04-06T19:40:28.064Z Checking ipnet v2.11.0
9852026-04-06T19:40:28.296Z Compiling scroll_derive v0.13.1
9862026-04-06T19:40:28.347Z Checking crypto-common v0.1.6
9872026-04-06T19:40:28.364Z Checking tokio-util v0.7.16
9882026-04-06T19:40:28.682Z Compiling camino v1.2.2
9892026-04-06T19:40:28.861Z Checking http-body v1.0.1
9902026-04-06T19:40:28.877Z Checking ppv-lite86 v0.2.21
9912026-04-06T19:40:29.066Z Compiling syn v1.0.109
9922026-04-06T19:40:29.091Z Checking atomic-waker v1.1.2
9932026-04-06T19:40:29.108Z Compiling crossbeam-utils v0.8.21
9942026-04-06T19:40:29.174Z Compiling slog v2.8.2
9952026-04-06T19:40:29.194Z Compiling paste v1.0.15
9962026-04-06T19:40:29.333Z Checking tower-layer v0.3.3
9972026-04-06T19:40:29.375Z Checking try-lock v0.2.5
9982026-04-06T19:40:29.406Z Checking tower-service v0.3.3
9992026-04-06T19:40:29.474Z Checking want v0.3.1
10002026-04-06T19:40:29.490Z Checking h2 v0.4.12
10012026-04-06T19:40:29.493Z Checking ipnetwork v0.21.1
10022026-04-06T19:40:29.535Z Checking erased-serde v0.3.31
10032026-04-06T19:40:29.570Z Checking rustls-pki-types v1.12.0
10042026-04-06T19:40:29.699Z Checking ryu v1.0.20
10052026-04-06T19:40:29.702Z Checking httpdate v1.0.3
10062026-04-06T19:40:29.791Z Checking pretty-hex v0.4.1
10072026-04-06T19:40:29.807Z Checking pin-utils v0.1.0
10082026-04-06T19:40:29.875Z Compiling async-trait v0.1.89
10092026-04-06T19:40:29.878Z Checking socket2 v0.5.10
10102026-04-06T19:40:30.018Z Checking untrusted v0.9.0
10112026-04-06T19:40:30.084Z Compiling scroll v0.13.0
10122026-04-06T19:40:30.127Z Compiling openssl-sys v0.9.112
10132026-04-06T19:40:30.186Z Compiling usdt-impl v0.6.0
10142026-04-06T19:40:30.343Z Compiling plain v0.2.3
10152026-04-06T19:40:30.434Z Compiling strsim v0.11.1
10162026-04-06T19:40:30.472Z Compiling goblin v0.10.1
10172026-04-06T19:40:30.491Z Checking http-body-util v0.1.3
10182026-04-06T19:40:30.714Z Checking block-buffer v0.10.4
10192026-04-06T19:40:30.731Z Compiling openapiv3 v2.2.0
10202026-04-06T19:40:30.747Z Checking rand_core v0.9.3
10212026-04-06T19:40:30.857Z Compiling slog-async v2.8.0
10222026-04-06T19:40:31.164Z Checking digest v0.10.7
10232026-04-06T19:40:31.198Z Checking serde_urlencoded v0.7.1
10242026-04-06T19:40:31.354Z Checking hyper v1.8.1
10252026-04-06T19:40:31.370Z Checking oxnet v0.1.4
10262026-04-06T19:40:31.402Z Compiling typify-impl v0.4.3
10272026-04-06T19:40:31.609Z Compiling dtrace-parser v0.3.0
10282026-04-06T19:40:32.172Z Compiling cmake v0.1.54
10292026-04-06T19:40:32.236Z Compiling thread-id v5.0.0
10302026-04-06T19:40:32.278Z Checking hyper-util v0.1.19
10312026-04-06T19:40:32.294Z Compiling ident_case v1.0.1
10322026-04-06T19:40:32.328Z Compiling fs_extra v1.3.0
10332026-04-06T19:40:32.343Z Compiling omicron-workspace-hack v0.1.0
10342026-04-06T19:40:32.418Z Compiling dunce v1.0.5
10352026-04-06T19:40:32.523Z Compiling darling_core v0.21.3
10362026-04-06T19:40:32.571Z Checking rand_chacha v0.9.0
10372026-04-06T19:40:32.586Z Compiling aws-lc-sys v0.39.1
10382026-04-06T19:40:32.600Z Compiling daft-derive v0.1.4
10392026-04-06T19:40:32.762Z Checking rand v0.9.2
10402026-04-06T19:40:33.230Z Checking powerfmt v0.2.0
10412026-04-06T19:40:33.342Z Compiling dof v0.4.0
10422026-04-06T19:40:33.390Z Compiling unsafe-libyaml v0.2.11
10432026-04-06T19:40:33.406Z Checking deranged v0.5.3
10442026-04-06T19:40:33.479Z Checking sync_wrapper v1.0.2
10452026-04-06T19:40:34.105Z Compiling serde_yaml v0.9.34+deprecated
10462026-04-06T19:40:34.269Z Checking cpufeatures v0.2.17
10472026-04-06T19:40:34.341Z Compiling rustls v0.22.4
10482026-04-06T19:40:34.398Z Checking num_threads v0.1.7
10492026-04-06T19:40:34.489Z Compiling aws-lc-rs v1.16.2
10502026-04-06T19:40:34.564Z Checking time v0.3.47
10512026-04-06T19:40:34.579Z Compiling usdt-attr-macro v0.6.0
10522026-04-06T19:40:34.594Z Compiling usdt-macro v0.6.0
10532026-04-06T19:40:34.657Z Compiling darling_macro v0.21.3
10542026-04-06T19:40:34.920Z Compiling typify-macro v0.4.3
10552026-04-06T19:40:35.214Z Compiling darling v0.21.3
10562026-04-06T19:40:35.300Z Checking tower v0.5.2
10572026-04-06T19:40:35.430Z Compiling structmeta-derive v0.3.0
10582026-04-06T19:40:35.687Z Checking encoding_rs v0.8.35
10592026-04-06T19:40:35.702Z Checking iri-string v0.7.8
10602026-04-06T19:40:35.900Z Checking mime v0.3.17
10612026-04-06T19:40:36.076Z Checking crossbeam-channel v0.5.15
10622026-04-06T19:40:36.189Z Checking futures-executor v0.3.32
10632026-04-06T19:40:36.340Z Compiling multer v3.1.0
10642026-04-06T19:40:36.395Z Checking foreign-types-shared v0.1.1
10652026-04-06T19:40:36.426Z Compiling typify v0.4.3
10662026-04-06T19:40:36.467Z Compiling structmeta v0.3.0
10672026-04-06T19:40:36.485Z Checking unicode-width v0.2.1
10682026-04-06T19:40:36.514Z Compiling openssl v0.10.76
10692026-04-06T19:40:36.561Z Checking untrusted v0.7.1
10702026-04-06T19:40:36.627Z Checking fastrand v2.3.0
10712026-04-06T19:40:36.660Z Checking hex v0.4.3
10722026-04-06T19:40:36.690Z Checking foreign-types v0.3.2
10732026-04-06T19:40:36.706Z Checking tower-http v0.6.8
10742026-04-06T19:40:36.721Z Checking futures v0.3.32
10752026-04-06T19:40:36.756Z Compiling async-stream-impl v0.3.6
10762026-04-06T19:40:36.793Z Compiling openssl-macros v0.1.1
10772026-04-06T19:40:36.797Z Compiling strum_macros v0.26.4
10782026-04-06T19:40:36.823Z Checking tempfile v3.23.0
10792026-04-06T19:40:36.960Z Checking thread_local v1.1.9
10802026-04-06T19:40:37.012Z Checking openssl-probe v0.1.6
10812026-04-06T19:40:37.116Z Compiling native-tls v0.2.14
10822026-04-06T19:40:37.131Z Compiling rustls v0.23.32
10832026-04-06T19:40:37.395Z Compiling newtype-uuid-macros v0.1.0
10842026-04-06T19:40:37.434Z Compiling dropshot v0.16.7
10852026-04-06T19:40:37.603Z Checking memmap2 v0.9.8
10862026-04-06T19:40:37.642Z Checking is-terminal v0.4.16
10872026-04-06T19:40:37.661Z Checking term v1.2.0
10882026-04-06T19:40:37.734Z Checking take_mut v0.2.2
10892026-04-06T19:40:37.762Z Compiling ref-cast v1.0.25
10902026-04-06T19:40:37.838Z Checking match_cfg v0.1.0
10912026-04-06T19:40:37.885Z Checking winnow v0.7.14
10922026-04-06T19:40:37.909Z Checking hostname v0.3.1
10932026-04-06T19:40:38.008Z Checking slog-term v2.9.2
10942026-04-06T19:40:38.276Z Checking slog-json v2.6.1
10952026-04-06T19:40:38.306Z Compiling dropshot_endpoint v0.16.7
10962026-04-06T19:40:38.338Z Compiling ref-cast-impl v1.0.25
10972026-04-06T19:40:38.428Z Checking slog-bunyan v2.5.0
10982026-04-06T19:40:38.490Z Compiling derive-ex v0.1.8
10992026-04-06T19:40:38.773Z Checking webpki-roots v1.0.2
11002026-04-06T19:40:38.896Z Compiling strum_macros v0.27.2
11012026-04-06T19:40:39.116Z Compiling progenitor-impl v0.11.1
11022026-04-06T19:40:39.347Z Checking newtype-uuid v1.3.2
11032026-04-06T19:40:39.534Z Compiling either v1.15.0
11042026-04-06T19:40:39.551Z Checking tokio-native-tls v0.3.1
11052026-04-06T19:40:39.707Z Checking hyper-tls v0.6.0
11062026-04-06T19:40:39.879Z Checking daft v0.1.4
11072026-04-06T19:40:39.920Z Compiling serde_with_macros v3.14.1
11082026-04-06T19:40:40.065Z Compiling test-strategy v0.4.3
11092026-04-06T19:40:40.227Z Checking rustls-webpki v0.102.8
11102026-04-06T19:40:40.390Z Checking debug-ignore v1.0.5
11112026-04-06T19:40:40.495Z Checking toml_parser v1.0.6+spec-1.1.0
11122026-04-06T19:40:40.833Z Compiling parse-display-derive v0.10.0
11132026-04-06T19:40:41.110Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11142026-04-06T19:40:41.219Z Compiling progenitor-macro v0.11.1
11152026-04-06T19:40:41.297Z Checking usdt v0.6.0
11162026-04-06T19:40:41.439Z Checking serde_spanned v1.0.4
11172026-04-06T19:40:41.462Z Checking toml_datetime v0.7.5+spec-1.1.0
11182026-04-06T19:40:41.567Z Checking toml_writer v1.0.6+spec-1.1.0
11192026-04-06T19:40:41.583Z Checking spin v0.9.8
11202026-04-06T19:40:41.750Z Checking toml v0.9.11+spec-1.1.0
11212026-04-06T19:40:41.908Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11222026-04-06T19:40:41.953Z Checking strum v0.26.3
11232026-04-06T19:40:42.037Z Checking tokio-rustls v0.25.0
11242026-04-06T19:40:42.062Z Checking async-stream v0.3.6
11252026-04-06T19:40:42.190Z Checking sha1 v0.10.6
11262026-04-06T19:40:42.219Z Checking rustls-pemfile v2.2.0
11272026-04-06T19:40:42.279Z Checking waitgroup v0.1.2
11282026-04-06T19:40:42.359Z Checking rand_chacha v0.3.1
11292026-04-06T19:40:42.375Z Compiling toml_datetime v0.6.11
11302026-04-06T19:40:42.390Z Checking macaddr v1.0.1
11312026-04-06T19:40:42.394Z Checking serde_path_to_error v0.1.20
11322026-04-06T19:40:42.430Z Checking hostname v0.4.2
11332026-04-06T19:40:42.521Z Checking wait-timeout v0.2.1
11342026-04-06T19:40:42.552Z Checking lazy_static v1.5.0
11352026-04-06T19:40:42.570Z Checking quick-error v1.2.3
11362026-04-06T19:40:42.617Z Checking bit-vec v0.8.0
11372026-04-06T19:40:42.643Z Checking rand v0.8.5
11382026-04-06T19:40:42.643Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11392026-04-06T19:40:42.693Z Checking rusty-fork v0.3.0
11402026-04-06T19:40:42.809Z Checking bit-set v0.8.0
11412026-04-06T19:40:42.875Z Checking tabwriter v1.4.1
11422026-04-06T19:40:42.955Z Checking rand_xorshift v0.4.0
11432026-04-06T19:40:43.076Z Compiling clap_derive v4.6.0
11442026-04-06T19:40:43.134Z Checking utf8parse v0.2.2
11452026-04-06T19:40:43.138Z Checking colored v3.0.0
11462026-04-06T19:40:43.200Z Checking unarray v0.1.4
11472026-04-06T19:40:43.284Z Checking anstyle-parse v1.0.0
11482026-04-06T19:40:43.303Z Checking proptest v1.8.0
11492026-04-06T19:40:43.351Z Checking strum v0.27.2
11502026-04-06T19:40:43.460Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11512026-04-06T19:40:43.542Z Checking terminal_size v0.4.3
11522026-04-06T19:40:43.880Z Checking anstyle v1.0.14
11532026-04-06T19:40:44.030Z Checking anstyle-query v1.1.4
11542026-04-06T19:40:44.066Z Checking is_terminal_polyfill v1.70.1
11552026-04-06T19:40:44.105Z Checking colorchoice v1.0.4
11562026-04-06T19:40:44.204Z Checking anstream v1.0.0
11572026-04-06T19:40:44.356Z Checking itertools v0.14.0
11582026-04-06T19:40:44.401Z Checking clap_lex v1.1.0
11592026-04-06T19:40:44.901Z Checking clap_builder v4.6.0
11602026-04-06T19:40:44.950Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11612026-04-06T19:40:45.453Z Checking serde_with v3.14.1
11622026-04-06T19:40:46.072Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11632026-04-06T19:40:46.148Z Checking clap v4.6.0
11642026-04-06T19:40:46.234Z Checking instant v0.1.13
11652026-04-06T19:40:46.337Z Checking rustc-hash v2.1.1
11662026-04-06T19:40:46.447Z Checking iddqd v0.3.17
11672026-04-06T19:40:46.477Z Checking backoff v0.4.0
11682026-04-06T19:40:46.649Z Checking parse-display v0.10.0
11692026-04-06T19:40:46.742Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11702026-04-06T19:40:46.794Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11712026-04-06T19:40:48.712Z Compiling rustls-webpki v0.103.6
11722026-04-06T19:40:49.196Z Compiling prettyplease v0.2.37
11732026-04-06T19:40:51.505Z Checking serde_spanned v0.6.9
11742026-04-06T19:40:51.654Z Compiling memoffset v0.9.1
11752026-04-06T19:40:51.834Z Compiling cfg_aliases v0.2.1
11762026-04-06T19:40:51.917Z Compiling nix v0.30.1
11772026-04-06T19:40:52.028Z Compiling tokio-rustls v0.26.3
11782026-04-06T19:40:52.745Z Compiling hyper-rustls v0.27.7
11792026-04-06T19:40:52.779Z Checking crossbeam-epoch v0.9.18
11802026-04-06T19:40:53.007Z Compiling reqwest v0.12.23
11812026-04-06T19:40:53.053Z Compiling winnow v0.5.40
11822026-04-06T19:40:54.223Z Compiling progenitor-client v0.11.1
11832026-04-06T19:40:54.390Z Compiling toml_edit v0.19.15
11842026-04-06T19:40:55.544Z Compiling proc-macro-crate v1.3.1
11852026-04-06T19:40:56.084Z Compiling progenitor v0.11.1
11862026-04-06T19:40:56.632Z Compiling num-integer v0.1.46
11872026-04-06T19:40:57.007Z Compiling rayon-core v1.13.0
11882026-04-06T19:40:57.261Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11892026-04-06T19:40:57.323Z Compiling progenitor-client v0.10.0
11902026-04-06T19:40:57.933Z Compiling hubpack_derive v0.1.1
11912026-04-06T19:40:58.287Z Compiling zerocopy-derive v0.7.35
11922026-04-06T19:40:58.399Z Checking toml_write v0.1.2
11932026-04-06T19:40:58.568Z Checking toml_edit v0.22.27
11942026-04-06T19:40:58.694Z Checking hubpack v0.1.2
11952026-04-06T19:40:58.862Z Checking num-iter v0.1.45
11962026-04-06T19:40:58.951Z Checking num-rational v0.4.2
11972026-04-06T19:40:59.101Z Checking crossbeam-deque v0.8.6
11982026-04-06T19:40:59.266Z Compiling num-complex v0.4.6
11992026-04-06T19:40:59.565Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12002026-04-06T19:40:59.609Z Checking static_assertions v1.1.0
12012026-04-06T19:40:59.647Z Checking num v0.4.3
12022026-04-06T19:40:59.662Z Checking toml v0.8.23
12032026-04-06T19:40:59.833Z Compiling proc-macro-error-attr v1.0.4
12042026-04-06T19:40:59.975Z Checking float-ord v0.3.2
12052026-04-06T19:41:00.064Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12062026-04-06T19:41:00.118Z Compiling heapless v0.8.0
12072026-04-06T19:41:00.249Z Compiling ingot-macros v0.1.1
12082026-04-06T19:41:00.494Z Checking hash32 v0.3.1
12092026-04-06T19:41:00.600Z Compiling proc-macro-error v1.0.4
12102026-04-06T19:41:00.627Z Checking bytecount v0.6.9
12112026-04-06T19:41:00.735Z Compiling smoltcp v0.11.0
12122026-04-06T19:41:00.765Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12132026-04-06T19:41:01.099Z Compiling zerocopy v0.7.35
12142026-04-06T19:41:01.433Z Compiling num_enum_derive v0.7.5
12152026-04-06T19:41:01.964Z Compiling num-derive v0.3.3
12162026-04-06T19:41:02.047Z Checking cobs v0.3.0
12172026-04-06T19:41:02.181Z Compiling foreign-types-macros v0.2.3
12182026-04-06T19:41:02.196Z Compiling scroll_derive v0.12.1
12192026-04-06T19:41:02.262Z Compiling usdt-impl v0.5.0
12202026-04-06T19:41:02.523Z Checking managed v0.8.0
12212026-04-06T19:41:02.539Z Checking bitflags v1.3.2
12222026-04-06T19:41:02.614Z Checking foreign-types-shared v0.3.1
12232026-04-06T19:41:02.710Z Compiling crucible-workspace-hack v0.1.0
12242026-04-06T19:41:02.869Z Checking foreign-types v0.5.0
12252026-04-06T19:41:02.899Z Checking libscf-sys v1.1.0
12262026-04-06T19:41:02.918Z Checking ingot-types v0.1.2
12272026-04-06T19:41:02.951Z Checking scroll v0.12.0
12282026-04-06T19:41:02.982Z Checking num_enum v0.7.5
12292026-04-06T19:41:03.027Z Checking postcard v1.1.3
12302026-04-06T19:41:03.074Z Compiling dof v0.3.0
12312026-04-06T19:41:03.272Z Checking ingot v0.1.1
12322026-04-06T19:41:03.314Z Compiling dtrace-parser v0.2.0
12332026-04-06T19:41:03.362Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12342026-04-06T19:41:03.399Z Checking camino-tempfile v1.4.1
12352026-04-06T19:41:03.439Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12362026-04-06T19:41:03.565Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12372026-04-06T19:41:03.778Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12382026-04-06T19:41:03.930Z Checking cstr-argument v0.1.2
12392026-04-06T19:41:03.946Z Compiling thread-id v4.2.2
12402026-04-06T19:41:03.949Z Compiling heck v0.4.1
12412026-04-06T19:41:03.949Z Compiling minimal-lexical v0.2.1
12422026-04-06T19:41:04.054Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12432026-04-06T19:41:04.071Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12442026-04-06T19:41:04.146Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12452026-04-06T19:41:04.199Z Compiling nom v7.1.3
12462026-04-06T19:41:04.209Z Checking goblin v0.8.2
12472026-04-06T19:41:04.224Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12482026-04-06T19:41:04.366Z Checking rayon v1.11.0
12492026-04-06T19:41:04.588Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12502026-04-06T19:41:04.607Z Compiling num_enum_derive v0.5.11
12512026-04-06T19:41:04.922Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12522026-04-06T19:41:05.346Z Compiling rustc_version v0.4.1
12532026-04-06T19:41:05.490Z Compiling convert_case v0.4.0
12542026-04-06T19:41:05.604Z Compiling rustix v0.38.44
12552026-04-06T19:41:05.625Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12562026-04-06T19:41:05.684Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12572026-04-06T19:41:05.775Z Checking tinyvec_macros v0.1.1
12582026-04-06T19:41:05.797Z Compiling derive_more v0.99.20
12592026-04-06T19:41:05.855Z Checking tinyvec v1.10.0
12602026-04-06T19:41:05.987Z Checking num_enum v0.5.11
12612026-04-06T19:41:06.099Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12622026-04-06T19:41:06.200Z Compiling libz-sys v1.1.22
12632026-04-06T19:41:06.344Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12642026-04-06T19:41:06.404Z Compiling proc-macro-error-attr2 v2.0.0
12652026-04-06T19:41:06.675Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12662026-04-06T19:41:06.710Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12672026-04-06T19:41:06.825Z Compiling proc-macro-error2 v2.0.1
12682026-04-06T19:41:07.101Z Compiling usdt-macro v0.5.0
12692026-04-06T19:41:07.403Z Compiling usdt-attr-macro v0.5.0
12702026-04-06T19:41:07.498Z Compiling zone_cfg_derive v0.3.1
12712026-04-06T19:41:07.601Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12722026-04-06T19:41:07.633Z Checking itertools v0.12.1
12732026-04-06T19:41:07.780Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12742026-04-06T19:41:07.847Z Compiling num-derive v0.4.2
12752026-04-06T19:41:08.078Z Checking memmap v0.7.0
12762026-04-06T19:41:08.156Z Checking sigpipe v0.1.3
12772026-04-06T19:41:08.183Z Checking glob v0.3.3
12782026-04-06T19:41:08.217Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12792026-04-06T19:41:08.240Z Checking jiff v0.2.15
12802026-04-06T19:41:08.368Z Checking usdt v0.5.0
12812026-04-06T19:41:08.466Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12822026-04-06T19:41:08.481Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12832026-04-06T19:41:08.538Z Compiling tabled_derive v0.11.0
12842026-04-06T19:41:08.655Z Checking zone v0.3.1
12852026-04-06T19:41:08.688Z Checking papergrid v0.17.0
12862026-04-06T19:41:08.778Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12872026-04-06T19:41:08.820Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12882026-04-06T19:41:08.984Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12892026-04-06T19:41:09.003Z Checking testing_table v0.3.0
12902026-04-06T19:41:09.041Z Checking smf v0.2.3
12912026-04-06T19:41:09.093Z Checking secrecy v0.10.3
12922026-04-06T19:41:09.214Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12932026-04-06T19:41:09.268Z Checking bstr v1.12.0
12942026-04-06T19:41:09.460Z Checking whoami v1.6.1
12952026-04-06T19:41:09.532Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12962026-04-06T19:41:09.628Z Compiling curve25519-dalek v4.1.3
12972026-04-06T19:41:09.648Z Checking tabled v0.20.0
12982026-04-06T19:41:09.664Z Checking hmac v0.12.1
12992026-04-06T19:41:09.796Z Compiling clang-sys v1.8.1
13002026-04-06T19:41:09.805Z Checking inout v0.1.4
13012026-04-06T19:41:09.910Z Checking ff v0.13.1
13022026-04-06T19:41:09.937Z Compiling enum-as-inner v0.6.1
13032026-04-06T19:41:10.039Z Checking data-encoding v2.9.0
13042026-04-06T19:41:10.153Z Compiling semver v0.1.20
13052026-04-06T19:41:10.340Z Compiling rustc_version v0.1.7
13062026-04-06T19:41:10.422Z Checking group v0.13.0
13072026-04-06T19:41:10.430Z Checking cipher v0.4.4
13082026-04-06T19:41:10.531Z Checking hkdf v0.12.4
13092026-04-06T19:41:10.544Z Checking atomicwrites v0.4.4
13102026-04-06T19:41:10.581Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13112026-04-06T19:41:10.634Z Compiling thiserror-impl-no-std v2.0.2
13122026-04-06T19:41:10.661Z Checking universal-hash v0.5.1
13132026-04-06T19:41:10.682Z Checking crypto-bigint v0.5.5
13142026-04-06T19:41:10.716Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13152026-04-06T19:41:10.785Z Checking half v2.7.1
13162026-04-06T19:41:10.872Z Compiling curve25519-dalek-derive v0.1.1
13172026-04-06T19:41:11.030Z Checking indent_write v2.2.0
13182026-04-06T19:41:11.164Z Checking base16ct v0.2.0
13192026-04-06T19:41:11.293Z Checking ciborium-io v0.2.2
13202026-04-06T19:41:11.390Z Checking opaque-debug v0.3.1
13212026-04-06T19:41:11.467Z Checking base64ct v1.8.0
13222026-04-06T19:41:11.649Z Checking poly1305 v0.8.0
13232026-04-06T19:41:11.693Z Checking elliptic-curve v0.13.8
13242026-04-06T19:41:11.709Z Checking password-hash v0.5.0
13252026-04-06T19:41:11.723Z Checking thiserror-no-std v2.0.2
13262026-04-06T19:41:11.810Z Checking ciborium-ll v0.2.2
13272026-04-06T19:41:11.881Z Checking chacha20 v0.9.1
13282026-04-06T19:41:11.931Z Compiling newtype_derive v0.1.6
13292026-04-06T19:41:11.934Z Checking similar v2.7.0
13302026-04-06T19:41:11.963Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13312026-04-06T19:41:11.985Z Checking blake2 v0.10.6
13322026-04-06T19:41:12.068Z Compiling typify-impl v0.6.1
13332026-04-06T19:41:12.170Z Checking aead v0.5.2
13342026-04-06T19:41:12.196Z Compiling libloading v0.8.9
13352026-04-06T19:41:12.212Z Checking keccak v0.1.6
13362026-04-06T19:41:12.257Z Checking resolv-conf v0.7.5
13372026-04-06T19:41:12.323Z Checking linked-hash-map v0.5.6
13382026-04-06T19:41:12.367Z Compiling owo-colors v4.3.0
13392026-04-06T19:41:12.411Z Compiling bindgen v0.72.1
13402026-04-06T19:41:12.415Z Checking sha3 v0.10.8
13412026-04-06T19:41:12.443Z Checking chacha20poly1305 v0.10.1
13422026-04-06T19:41:12.495Z Checking lru-cache v0.1.2
13432026-04-06T19:41:12.607Z Checking vsss-rs v3.3.4
13442026-04-06T19:41:12.622Z Checking argon2 v0.5.3
13452026-04-06T19:41:12.754Z Checking ciborium v0.2.2
13462026-04-06T19:41:12.771Z Checking hickory-proto v0.24.4
13472026-04-06T19:41:12.789Z Checking tokio-dtrace v0.1.1
13482026-04-06T19:41:12.919Z Compiling cexpr v0.6.0
13492026-04-06T19:41:12.988Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13502026-04-06T19:41:13.263Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13512026-04-06T19:41:13.497Z Checking serde-big-array v0.5.1
13522026-04-06T19:41:13.500Z Compiling serde_repr v0.1.20
13532026-04-06T19:41:13.646Z Compiling derive-where v1.6.0
13542026-04-06T19:41:13.706Z Checking unicode-segmentation v1.12.0
13552026-04-06T19:41:14.027Z Checking same-file v1.0.6
13562026-04-06T19:41:14.057Z Checking siphasher v1.0.1
13572026-04-06T19:41:14.079Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13582026-04-06T19:41:14.145Z Checking walkdir v2.5.0
13592026-04-06T19:41:14.224Z Checking phf_shared v0.12.1
13602026-04-06T19:41:14.307Z Checking hickory-resolver v0.24.4
13612026-04-06T19:41:14.326Z Checking newline-converter v0.3.0
13622026-04-06T19:41:14.438Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13632026-04-06T19:41:14.920Z Checking oxide-tokio-rt v0.1.2
13642026-04-06T19:41:14.994Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13652026-04-06T19:41:15.201Z Checking console v0.15.11
13662026-04-06T19:41:15.474Z Compiling progenitor-impl v0.10.0
13672026-04-06T19:41:15.532Z Checking tokio-stream v0.1.17
13682026-04-06T19:41:15.548Z Compiling typify-macro v0.6.1
13692026-04-06T19:41:15.699Z Compiling pin-project-internal v1.1.10
13702026-04-06T19:41:15.738Z Compiling slog-dtrace v0.3.0
13712026-04-06T19:41:15.901Z Checking csv-core v0.1.12
13722026-04-06T19:41:15.973Z Compiling unicode-xid v0.2.6
13732026-04-06T19:41:16.085Z Checking unicode-width v0.1.14
13742026-04-06T19:41:16.103Z Checking foldhash v0.1.5
13752026-04-06T19:41:16.248Z Compiling cancel-safe-futures v0.1.5
13762026-04-06T19:41:16.338Z Checking unicode-linebreak v0.1.5
13772026-04-06T19:41:16.341Z Checking swrite v0.1.0
13782026-04-06T19:41:16.437Z Checking smawk v0.3.2
13792026-04-06T19:41:16.496Z Compiling chrono-tz v0.10.4
13802026-04-06T19:41:16.584Z Checking textwrap v0.16.2
13812026-04-06T19:41:16.604Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13822026-04-06T19:41:16.739Z Checking hashbrown v0.15.5
13832026-04-06T19:41:16.783Z Checking pin-project v1.1.10
13842026-04-06T19:41:16.807Z Compiling const_format_proc_macros v0.2.34
13852026-04-06T19:41:16.887Z Checking csv v1.3.1
13862026-04-06T19:41:17.150Z Checking qorb v0.4.1
13872026-04-06T19:41:17.210Z Checking expectorate v1.2.0
13882026-04-06T19:41:17.331Z Checking phf v0.12.1
13892026-04-06T19:41:17.422Z Checking unicode-normalization v0.1.24
13902026-04-06T19:41:17.482Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13912026-04-06T19:41:17.568Z Compiling progenitor-macro v0.10.0
13922026-04-06T19:41:17.851Z Checking libsw-core v0.3.2
13932026-04-06T19:41:17.985Z Compiling libgit2-sys v0.17.0+1.8.1
13942026-04-06T19:41:18.007Z Compiling snafu-derive v0.8.9
13952026-04-06T19:41:18.114Z Compiling async-recursion v1.1.1
13962026-04-06T19:41:18.211Z Compiling cookie v0.18.1
13972026-04-06T19:41:18.432Z Compiling moka v0.12.11
13982026-04-06T19:41:18.454Z Checking fixedbitset v0.4.2
13992026-04-06T19:41:18.614Z Checking fixedbitset v0.5.7
14002026-04-06T19:41:18.656Z Checking highway v1.3.0
14012026-04-06T19:41:18.820Z Checking petgraph v0.8.2
14022026-04-06T19:41:18.839Z Checking petgraph v0.6.5
14032026-04-06T19:41:19.112Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14042026-04-06T19:41:19.289Z Checking libsw v3.5.0
14052026-04-06T19:41:19.457Z Checking olpc-cjson v0.1.4
14062026-04-06T19:41:19.596Z Checking const_format v0.2.34
14072026-04-06T19:41:19.740Z Checking snafu v0.8.9
14082026-04-06T19:41:19.839Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14092026-04-06T19:41:20.086Z Compiling typify v0.6.1
14102026-04-06T19:41:20.181Z Checking papergrid v0.11.0
14112026-04-06T19:41:20.240Z Checking globset v0.4.16
14122026-04-06T19:41:20.393Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14132026-04-06T19:41:20.443Z Checking gethostname v0.5.0
14142026-04-06T19:41:20.537Z Compiling tabled_derive v0.7.0
14152026-04-06T19:41:20.591Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14162026-04-06T19:41:20.886Z Checking reqwest v0.13.2
14172026-04-06T19:41:20.913Z Checking bcs v0.1.6
14182026-04-06T19:41:21.153Z Checking pem v3.0.5
14192026-04-06T19:41:21.317Z Checking serde_plain v1.0.2
14202026-04-06T19:41:21.430Z Checking humantime v2.3.0
14212026-04-06T19:41:21.468Z Compiling signal-hook v0.3.18
14222026-04-06T19:41:21.491Z Checking crc8 v0.1.1
14232026-04-06T19:41:21.589Z Checking tagptr v0.2.0
14242026-04-06T19:41:21.615Z Checking linear-map v1.2.0
14252026-04-06T19:41:21.686Z Checking termtree v0.5.1
14262026-04-06T19:41:21.734Z Checking typed-path v0.9.3
14272026-04-06T19:41:21.776Z Checking progenitor v0.10.0
14282026-04-06T19:41:21.793Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14292026-04-06T19:41:21.914Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14302026-04-06T19:41:22.062Z Checking tabled v0.15.0
14312026-04-06T19:41:22.498Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14322026-04-06T19:41:22.538Z Checking tough v0.20.0
14332026-04-06T19:41:22.667Z Compiling progenitor-impl v0.13.0
14342026-04-06T19:41:23.060Z Checking steno v0.4.1
14352026-04-06T19:41:23.496Z Checking hickory-proto v0.25.2
14362026-04-06T19:41:24.078Z Checking dropshot-api-manager-types v0.5.2
14372026-04-06T19:41:24.151Z Compiling curl-sys v0.4.83+curl-8.15.0
14382026-04-06T19:41:24.241Z Compiling cargo-platform v0.1.9
14392026-04-06T19:41:24.257Z Compiling vergen v8.3.2
14402026-04-06T19:41:24.486Z Compiling fs-err v3.1.2
14412026-04-06T19:41:24.502Z Compiling crc32fast v1.5.0
14422026-04-06T19:41:24.548Z Compiling cargo_metadata v0.18.1
14432026-04-06T19:41:24.823Z Checking progenitor-client v0.13.0
14442026-04-06T19:41:24.826Z Compiling progenitor-macro v0.13.0
14452026-04-06T19:41:24.858Z Checking sha2 v0.10.9
14462026-04-06T19:41:25.045Z Compiling blake3 v1.8.2
14472026-04-06T19:41:25.141Z Checking hickory-resolver v0.25.2
14482026-04-06T19:41:25.430Z Checking adler2 v2.0.1
14492026-04-06T19:41:26.548Z Checking miniz_oxide v0.8.9
14502026-04-06T19:41:26.551Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14512026-04-06T19:41:26.551Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14522026-04-06T19:41:26.551Z Checking git-stub v1.0.0
14532026-04-06T19:41:26.551Z Checking filetime v0.2.26
14542026-04-06T19:41:26.551Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14552026-04-06T19:41:26.551Z Checking arrayvec v0.7.6
14562026-04-06T19:41:26.551Z Checking xattr v1.6.1
14572026-04-06T19:41:26.551Z Checking constant_time_eq v0.3.1
14582026-04-06T19:41:26.603Z Checking is_ci v1.2.0
14592026-04-06T19:41:26.623Z Compiling curl v0.4.49
14602026-04-06T19:41:26.706Z Checking arrayref v0.3.9
14612026-04-06T19:41:26.902Z Checking supports-color v3.0.2
14622026-04-06T19:41:27.038Z Checking tar v0.4.45
14632026-04-06T19:41:27.081Z Checking git-stub-vcs v0.1.0
14642026-04-06T19:41:27.390Z Checking toml v0.7.8
14652026-04-06T19:41:27.429Z Checking flate2 v1.1.2
14662026-04-06T19:41:27.444Z Checking drift v0.1.3
14672026-04-06T19:41:27.499Z Checking kstat-rs v0.2.4
14682026-04-06T19:41:27.688Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14692026-04-06T19:41:27.705Z Checking topological-sort v0.2.2
14702026-04-06T19:41:27.705Z Checking dropshot-api-manager v0.5.2
14712026-04-06T19:41:27.839Z Checking omicron-zone-package v0.12.2
14722026-04-06T19:41:28.601Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-04-06T19:41:28.711Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-04-06T19:41:28.810Z Checking signal-hook-tokio v0.3.1
14752026-04-06T19:41:28.940Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14762026-04-06T19:41:29.119Z Checking progenitor v0.13.0
14772026-04-06T19:41:29.138Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-04-06T19:41:29.247Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14792026-04-06T19:41:29.461Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14802026-04-06T19:41:29.479Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14812026-04-06T19:41:29.546Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-04-06T19:41:29.668Z Checking search_path v0.1.4
14832026-04-06T19:41:29.790Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-04-06T19:41:29.806Z Checking internet-checksum v0.2.1
14852026-04-06T19:41:29.927Z Checking display-error-chain v0.2.2
14862026-04-06T19:41:29.987Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-04-06T19:41:30.002Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-04-06T19:41:30.018Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14892026-04-06T19:41:30.241Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14902026-04-06T19:41:30.451Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-04-06T19:41:30.476Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-04-06T19:41:30.540Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-04-06T19:41:30.714Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14942026-04-06T19:41:30.731Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14952026-04-06T19:41:30.901Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-04-06T19:41:31.132Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
14972026-04-06T19:41:31.210Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-04-06T19:41:31.605Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14992026-04-06T19:41:31.688Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15002026-04-06T19:41:32.529Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15012026-04-06T19:41:34.719Z Compiling git2 v0.19.0
15022026-04-06T19:41:35.840Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15032026-04-06T19:41:35.872Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15042026-04-06T19:41:36.678Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15052026-04-06T19:41:36.990Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15062026-04-06T19:41:37.088Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15072026-04-06T19:41:37.126Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15082026-04-06T19:41:37.268Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15092026-04-06T19:41:37.581Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15102026-04-06T19:41:48.354Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15112026-04-06T19:41:49.636Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15122026-04-06T19:41:54.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s
15132026-04-06T19:41:54.787Z+ for feat in tofino_stub tofino_asic softnpu chaos
15142026-04-06T19:41:54.787Z+ cargo clippy --features tofino_asic -- --deny warnings
15152026-04-06T19:41:55.278Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15162026-04-06T19:41:55.282Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15172026-04-06T19:41:55.353Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15182026-04-06T19:41:55.356Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15192026-04-06T19:42:02.561Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15202026-04-06T19:42:02.561Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15212026-04-06T19:42:05.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.30s
15222026-04-06T19:42:05.274Z+ for feat in tofino_stub tofino_asic softnpu chaos
15232026-04-06T19:42:05.274Z+ cargo clippy --features softnpu -- --deny warnings
15242026-04-06T19:42:05.572Z Downloading crates ...
15252026-04-06T19:42:05.711Z Downloaded typeid v1.0.3
15262026-04-06T19:42:05.715Z Downloaded funty v2.0.0
15272026-04-06T19:42:05.718Z Downloaded wyz v0.5.1
15282026-04-06T19:42:05.718Z Downloaded radium v0.7.0
15292026-04-06T19:42:05.721Z Downloaded libloading v0.7.4
15302026-04-06T19:42:05.721Z Downloaded bitstruct v0.1.1
15312026-04-06T19:42:05.724Z Downloaded erased-serde v0.4.8
15322026-04-06T19:42:05.736Z Downloaded serde_arrays v0.1.0
15332026-04-06T19:42:05.739Z Downloaded ascii v1.1.0
15342026-04-06T19:42:05.739Z Downloaded bitvec v1.0.1
15352026-04-06T19:42:05.746Z Downloaded tap v1.0.1
15362026-04-06T19:42:05.749Z Downloaded bitstruct_derive v0.1.0
15372026-04-06T19:42:05.749Z Downloaded num-bigint v0.4.6
15382026-04-06T19:42:05.867Z Checking num-integer v0.1.46
15392026-04-06T19:42:05.941Z Checking num-complex v0.4.6
15402026-04-06T19:42:05.952Z Compiling radium v0.7.0
15412026-04-06T19:42:05.958Z Checking tap v1.0.1
15422026-04-06T19:42:05.963Z Checking funty v2.0.0
15432026-04-06T19:42:05.970Z Compiling typeid v1.0.3
15442026-04-06T19:42:05.973Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15452026-04-06T19:42:05.982Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15462026-04-06T19:42:06.041Z Checking wyz v0.5.1
15472026-04-06T19:42:06.135Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15482026-04-06T19:42:06.144Z Checking num-bigint v0.4.6
15492026-04-06T19:42:06.176Z Checking num-iter v0.1.45
15502026-04-06T19:42:06.216Z Compiling erased-serde v0.4.8
15512026-04-06T19:42:06.237Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15522026-04-06T19:42:06.268Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15532026-04-06T19:42:06.277Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15542026-04-06T19:42:06.340Z Compiling bitstruct_derive v0.1.0
15552026-04-06T19:42:06.351Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15562026-04-06T19:42:06.376Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15572026-04-06T19:42:06.397Z Checking ascii v1.1.0
15582026-04-06T19:42:06.406Z Checking bitvec v1.0.1
15592026-04-06T19:42:06.414Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15602026-04-06T19:42:06.459Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15612026-04-06T19:42:06.566Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15622026-04-06T19:42:06.569Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15632026-04-06T19:42:06.584Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15642026-04-06T19:42:06.587Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15652026-04-06T19:42:06.877Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-04-06T19:42:06.895Z Checking serde_arrays v0.1.0
15672026-04-06T19:42:06.990Z Checking num-rational v0.4.2
15682026-04-06T19:42:06.994Z Checking libloading v0.7.4
15692026-04-06T19:42:06.997Z Checking bitstruct v0.1.1
15702026-04-06T19:42:07.036Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15712026-04-06T19:42:07.293Z Checking num v0.4.3
15722026-04-06T19:42:07.360Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15732026-04-06T19:42:07.887Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15742026-04-06T19:42:08.170Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15752026-04-06T19:42:08.173Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15762026-04-06T19:42:08.362Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-04-06T19:42:08.609Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15782026-04-06T19:42:08.612Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15792026-04-06T19:42:09.070Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15802026-04-06T19:42:09.283Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15812026-04-06T19:42:09.286Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15822026-04-06T19:42:09.286Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15832026-04-06T19:42:09.286Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15842026-04-06T19:42:09.666Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15852026-04-06T19:42:10.089Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15862026-04-06T19:42:10.916Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15872026-04-06T19:42:10.941Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15882026-04-06T19:42:14.202Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15892026-04-06T19:42:15.262Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15902026-04-06T19:42:15.382Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15912026-04-06T19:42:21.808Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15922026-04-06T19:42:23.082Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-04-06T19:42:23.611Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15942026-04-06T19:42:27.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.58s
15952026-04-06T19:42:28.056Z+ for feat in tofino_stub tofino_asic softnpu chaos
15962026-04-06T19:42:28.056Z+ cargo clippy --features chaos -- --deny warnings
15972026-04-06T19:42:28.532Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15982026-04-06T19:42:28.532Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15992026-04-06T19:42:28.532Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16002026-04-06T19:42:35.779Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16012026-04-06T19:42:35.779Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16022026-04-06T19:42:38.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.20s
16032026-04-06T19:42:38.440Z+ banner fmt
16042026-04-06T19:42:38.443Z
16052026-04-06T19:42:38.443Z ###### # # #####
16062026-04-06T19:42:38.443Z # ## ## #
16072026-04-06T19:42:38.443Z ##### # ## # #
16082026-04-06T19:42:38.443Z # # # #
16092026-04-06T19:42:38.443Z # # # #
16102026-04-06T19:42:38.443Z # # # #
16112026-04-06T19:42:38.443Z
16122026-04-06T19:42:38.443Z+ cargo fmt -- --check
16132026-04-06T19:42:38.881Z+ banner test
16142026-04-06T19:42:38.885Z
16152026-04-06T19:42:38.885Z ##### ###### #### #####
16162026-04-06T19:42:38.885Z # # # #
16172026-04-06T19:42:38.885Z # ##### #### #
16182026-04-06T19:42:38.885Z # # # #
16192026-04-06T19:42:38.885Z # # # # #
16202026-04-06T19:42:38.885Z # ###### #### #
16212026-04-06T19:42:38.885Z
16222026-04-06T19:42:38.885Z+ for feat in tofino_stub tofino_asic softnpu chaos
16232026-04-06T19:42:38.885Z+ RUST_BACKTRACE=full
16242026-04-06T19:42:38.885Z+ cargo test --features tofino_stub --no-fail-fast
16252026-04-06T19:42:39.725Z Compiling unicode-ident v1.0.24
16262026-04-06T19:42:39.725Z Compiling cfg-if v1.0.3
16272026-04-06T19:42:39.728Z Compiling memchr v2.7.5
16282026-04-06T19:42:39.728Z Compiling serde_core v1.0.228
16292026-04-06T19:42:39.842Z Compiling itoa v1.0.15
16302026-04-06T19:42:39.848Z Compiling libc v0.2.183
16312026-04-06T19:42:39.856Z Compiling zmij v1.0.17
16322026-04-06T19:42:39.885Z Compiling libm v0.2.15
16332026-04-06T19:42:39.936Z Compiling proc-macro2 v1.0.106
16342026-04-06T19:42:39.961Z Compiling heck v0.5.0
16352026-04-06T19:42:40.249Z Compiling log v0.4.29
16362026-04-06T19:42:40.334Z Compiling quote v1.0.45
16372026-04-06T19:42:40.351Z Compiling equivalent v1.0.2
16382026-04-06T19:42:40.432Z Compiling smallvec v1.15.1
16392026-04-06T19:42:40.444Z Compiling iana-time-zone v0.1.64
16402026-04-06T19:42:40.512Z Compiling syn v2.0.117
16412026-04-06T19:42:40.632Z Compiling allocator-api2 v0.2.21
16422026-04-06T19:42:40.642Z Compiling foldhash v0.2.0
16432026-04-06T19:42:40.653Z Compiling dyn-clone v1.0.20
16442026-04-06T19:42:40.734Z Compiling stable_deref_trait v1.2.0
16452026-04-06T19:42:40.791Z Compiling pin-project-lite v0.2.16
16462026-04-06T19:42:40.815Z Compiling percent-encoding v2.3.2
16472026-04-06T19:42:40.862Z Compiling fnv v1.0.7
16482026-04-06T19:42:40.892Z Compiling writeable v0.6.1
16492026-04-06T19:42:40.959Z Compiling hashbrown v0.16.1
16502026-04-06T19:42:40.962Z Compiling litemap v0.8.0
16512026-04-06T19:42:41.006Z Compiling regex-syntax v0.8.6
16522026-04-06T19:42:41.018Z Compiling icu_properties_data v2.0.1
16532026-04-06T19:42:41.155Z Compiling icu_normalizer_data v2.0.0
16542026-04-06T19:42:41.192Z Compiling form_urlencoded v1.2.2
16552026-04-06T19:42:41.204Z Compiling utf8_iter v1.0.4
16562026-04-06T19:42:41.233Z Compiling scopeguard v1.2.0
16572026-04-06T19:42:41.344Z Compiling lock_api v0.4.14
16582026-04-06T19:42:41.357Z Compiling num-traits v0.2.19
16592026-04-06T19:42:41.378Z Compiling getrandom v0.3.3
16602026-04-06T19:42:41.558Z Compiling semver v1.0.27
16612026-04-06T19:42:41.570Z Compiling serde_json v1.0.149
16622026-04-06T19:42:41.580Z Compiling indexmap v2.13.0
16632026-04-06T19:42:41.664Z Compiling aho-corasick v1.1.3
16642026-04-06T19:42:41.945Z Compiling byteorder v1.5.0
16652026-04-06T19:42:41.970Z Compiling ucd-trie v0.1.7
16662026-04-06T19:42:42.173Z Compiling uuid v1.20.0
16672026-04-06T19:42:42.220Z Compiling futures-core v0.3.32
16682026-04-06T19:42:42.519Z Compiling regex-automata v0.4.13
16692026-04-06T19:42:42.562Z Compiling time-core v0.1.8
16702026-04-06T19:42:42.574Z Compiling num-conv v0.2.1
16712026-04-06T19:42:42.624Z Compiling futures-sink v0.3.32
16722026-04-06T19:42:42.715Z Compiling ryu v1.0.20
16732026-04-06T19:42:42.727Z Compiling time-macros v0.2.27
16742026-04-06T19:42:42.738Z Compiling regress v0.10.5
16752026-04-06T19:42:43.162Z Compiling pretty-hex v0.4.1
16762026-04-06T19:42:43.306Z Compiling slab v0.4.11
16772026-04-06T19:42:43.473Z Compiling synstructure v0.13.2
16782026-04-06T19:42:43.496Z Compiling serde_derive_internals v0.29.1
16792026-04-06T19:42:43.557Z Compiling strsim v0.11.1
16802026-04-06T19:42:43.747Z Compiling plain v0.2.3
16812026-04-06T19:42:43.932Z Compiling futures-channel v0.3.32
16822026-04-06T19:42:43.954Z Compiling syn v1.0.109
16832026-04-06T19:42:43.966Z Compiling futures-task v0.3.32
16842026-04-06T19:42:43.992Z Compiling futures-io v0.3.32
16852026-04-06T19:42:44.132Z Compiling socket2 v0.6.0
16862026-04-06T19:42:44.155Z Compiling parking_lot_core v0.9.12
16872026-04-06T19:42:44.253Z Compiling regex v1.12.3
16882026-04-06T19:42:44.458Z Compiling parking_lot v0.12.5
16892026-04-06T19:42:44.571Z Compiling signal-hook-registry v1.4.6
16902026-04-06T19:42:44.583Z Compiling mio v1.0.4
16912026-04-06T19:42:44.602Z Compiling serde_derive v1.0.228
16922026-04-06T19:42:44.735Z Compiling zerofrom-derive v0.1.6
16932026-04-06T19:42:44.868Z Compiling yoke-derive v0.8.0
16942026-04-06T19:42:44.974Z Compiling zerovec-derive v0.11.1
16952026-04-06T19:42:45.104Z Compiling displaydoc v0.2.5
16962026-04-06T19:42:45.152Z Compiling thiserror-impl v2.0.18
16972026-04-06T19:42:45.884Z Compiling schemars_derive v0.8.22
16982026-04-06T19:42:45.922Z Compiling tokio-macros v2.6.0
16992026-04-06T19:42:45.976Z Compiling zerocopy-derive v0.8.27
17002026-04-06T19:42:46.097Z Compiling zeroize_derive v1.4.3
17012026-04-06T19:42:46.438Z Compiling thiserror v2.0.18
17022026-04-06T19:42:46.550Z Compiling futures-macro v0.3.32
17032026-04-06T19:42:46.657Z Compiling zerofrom v0.1.6
17042026-04-06T19:42:46.694Z Compiling thiserror-impl v1.0.69
17052026-04-06T19:42:46.787Z Compiling yoke v0.8.0
17062026-04-06T19:42:46.799Z Compiling tracing-attributes v0.1.30
17072026-04-06T19:42:46.981Z Compiling zerovec v0.11.4
17082026-04-06T19:42:47.112Z Compiling zerotrie v0.2.2
17092026-04-06T19:42:47.243Z Compiling zerocopy v0.8.27
17102026-04-06T19:42:47.369Z Compiling serde v1.0.228
17112026-04-06T19:42:47.423Z Compiling pest v2.8.2
17122026-04-06T19:42:47.468Z Compiling scroll_derive v0.13.1
17132026-04-06T19:42:47.894Z Compiling bytes v1.11.1
17142026-04-06T19:42:47.911Z Compiling serde_tokenstream v0.2.3
17152026-04-06T19:42:47.924Z Compiling tinystr v0.8.1
17162026-04-06T19:42:47.935Z Compiling potential_utf v0.1.3
17172026-04-06T19:42:48.106Z Compiling icu_locale_core v2.0.0
17182026-04-06T19:42:48.131Z Compiling icu_collections v2.0.0
17192026-04-06T19:42:48.140Z Compiling chrono v0.4.44
17202026-04-06T19:42:48.326Z Compiling async-trait v0.1.89
17212026-04-06T19:42:48.562Z Compiling http v1.4.0
17222026-04-06T19:42:48.665Z Compiling icu_provider v2.0.0
17232026-04-06T19:42:48.758Z Compiling pest_meta v2.8.2
17242026-04-06T19:42:48.842Z Compiling scroll v0.13.0
17252026-04-06T19:42:48.984Z Compiling icu_normalizer v2.0.0
17262026-04-06T19:42:48.997Z Compiling icu_properties v2.0.1
17272026-04-06T19:42:49.114Z Compiling schemars v0.8.22
17282026-04-06T19:42:49.345Z Compiling pest_generator v2.8.2
17292026-04-06T19:42:49.571Z Compiling thiserror v1.0.69
17302026-04-06T19:42:49.594Z Compiling goblin v0.10.1
17312026-04-06T19:42:49.678Z Compiling thread-id v5.0.0
17322026-04-06T19:42:49.762Z Compiling tokio v1.49.0
17332026-04-06T19:42:49.773Z Compiling openapiv3 v2.2.0
17342026-04-06T19:42:49.982Z Compiling idna_adapter v1.2.1
17352026-04-06T19:42:50.076Z Compiling pest_derive v2.8.2
17362026-04-06T19:42:50.134Z Compiling idna v1.1.0
17372026-04-06T19:42:50.234Z Compiling daft-derive v0.1.4
17382026-04-06T19:42:50.318Z Compiling darling_core v0.21.3
17392026-04-06T19:42:50.544Z Compiling url v2.5.7
17402026-04-06T19:42:50.647Z Compiling dtrace-parser v0.3.0
17412026-04-06T19:42:50.900Z Compiling typify-impl v0.4.3
17422026-04-06T19:42:51.389Z Compiling serde_yaml v0.9.34+deprecated
17432026-04-06T19:42:52.446Z Compiling dof v0.4.0
17442026-04-06T19:42:52.474Z Compiling darling_macro v0.21.3
17452026-04-06T19:42:52.568Z Compiling ppv-lite86 v0.2.21
17462026-04-06T19:42:52.720Z Compiling bitflags v2.9.4
17472026-04-06T19:42:52.820Z Compiling openssl-macros v0.1.1
17482026-04-06T19:42:52.904Z Compiling getrandom v0.2.16
17492026-04-06T19:42:52.968Z Compiling usdt-impl v0.6.0
17502026-04-06T19:42:53.088Z Compiling darling v0.21.3
17512026-04-06T19:42:53.100Z Compiling base64 v0.22.1
17522026-04-06T19:42:53.174Z Compiling http-body v1.0.1
17532026-04-06T19:42:53.318Z Compiling erased-serde v0.3.31
17542026-04-06T19:42:53.338Z Compiling typenum v1.18.0
17552026-04-06T19:42:53.444Z Compiling portable-atomic v1.11.1
17562026-04-06T19:42:53.603Z Compiling ipnet v2.11.0
17572026-04-06T19:42:53.696Z Compiling atomic-waker v1.1.2
17582026-04-06T19:42:53.826Z Compiling anyhow v1.0.102
17592026-04-06T19:42:53.837Z Compiling httparse v1.10.1
17602026-04-06T19:42:53.874Z Compiling tower-service v0.3.3
17612026-04-06T19:42:53.973Z Compiling tower-layer v0.3.3
17622026-04-06T19:42:53.976Z Compiling critical-section v1.2.0
17632026-04-06T19:42:54.100Z Compiling untrusted v0.9.0
17642026-04-06T19:42:54.139Z Compiling once_cell v1.21.3
17652026-04-06T19:42:54.152Z Compiling zeroize v1.8.1
17662026-04-06T19:42:54.365Z Compiling try-lock v0.2.5
17672026-04-06T19:42:54.434Z Compiling usdt-attr-macro v0.6.0
17682026-04-06T19:42:54.458Z Compiling usdt-macro v0.6.0
17692026-04-06T19:42:54.470Z Compiling want v0.3.1
17702026-04-06T19:42:54.544Z Compiling pin-utils v0.1.0
17712026-04-06T19:42:54.641Z Compiling httpdate v1.0.3
17722026-04-06T19:42:54.854Z Compiling structmeta-derive v0.3.0
17732026-04-06T19:42:55.496Z Compiling newtype-uuid-macros v0.1.0
17742026-04-06T19:42:55.562Z Compiling strum_macros v0.26.4
17752026-04-06T19:42:55.948Z Compiling structmeta v0.3.0
17762026-04-06T19:42:56.153Z Compiling async-stream-impl v0.3.6
17772026-04-06T19:42:56.277Z Compiling powerfmt v0.2.0
17782026-04-06T19:42:56.339Z Compiling num_threads v0.1.7
17792026-04-06T19:42:56.436Z Compiling deranged v0.5.3
17802026-04-06T19:42:56.484Z Compiling omicron-workspace-hack v0.1.0
17812026-04-06T19:42:56.496Z Compiling dropshot_endpoint v0.16.7
17822026-04-06T19:42:56.555Z Compiling http-body-util v0.1.3
17832026-04-06T19:42:56.558Z Compiling ref-cast-impl v1.0.25
17842026-04-06T19:42:56.812Z Compiling derive-ex v0.1.8
17852026-04-06T19:42:56.816Z Compiling serde_urlencoded v0.7.1
17862026-04-06T19:42:57.137Z Compiling strum_macros v0.27.2
17872026-04-06T19:42:57.174Z Compiling typify-macro v0.4.3
17882026-04-06T19:42:57.297Z Compiling sync_wrapper v1.0.2
17892026-04-06T19:42:57.347Z Compiling serde_with_macros v3.14.1
17902026-04-06T19:42:57.412Z Compiling subtle v2.6.1
17912026-04-06T19:42:57.818Z Compiling iri-string v0.7.8
17922026-04-06T19:42:58.261Z Compiling rand_core v0.6.4
17932026-04-06T19:42:58.458Z Compiling futures-util v0.3.32
17942026-04-06T19:42:58.511Z Compiling thread_local v1.1.9
17952026-04-06T19:42:58.529Z Compiling test-strategy v0.4.3
17962026-04-06T19:42:58.787Z Compiling match_cfg v0.1.0
17972026-04-06T19:42:58.864Z Compiling parse-display-derive v0.10.0
17982026-04-06T19:42:58.977Z Compiling tracing-core v0.1.34
17992026-04-06T19:42:59.143Z Compiling toml_datetime v0.6.11
18002026-04-06T19:42:59.338Z Compiling typify v0.4.3
18012026-04-06T19:42:59.426Z Compiling progenitor-impl v0.11.1
18022026-04-06T19:42:59.438Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18032026-04-06T19:42:59.508Z Compiling take_mut v0.2.2
18042026-04-06T19:42:59.528Z Compiling term v1.2.0
18052026-04-06T19:42:59.618Z Compiling tracing v0.1.41
18062026-04-06T19:42:59.958Z Compiling clap_derive v4.6.0
18072026-04-06T19:43:00.149Z Compiling camino v1.2.2
18082026-04-06T19:43:00.415Z Compiling cpufeatures v0.2.17
18092026-04-06T19:43:00.493Z Compiling fastrand v2.3.0
18102026-04-06T19:43:00.580Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18112026-04-06T19:43:00.755Z Compiling encoding_rs v0.8.35
18122026-04-06T19:43:00.766Z Compiling unicode-width v0.2.1
18132026-04-06T19:43:00.786Z Compiling mime v0.3.17
18142026-04-06T19:43:01.244Z Compiling errno v0.3.14
18152026-04-06T19:43:01.322Z Compiling generic-array v0.14.7
18162026-04-06T19:43:01.824Z Compiling hex v0.4.3
18172026-04-06T19:43:01.915Z Compiling ipnetwork v0.21.1
18182026-04-06T19:43:02.093Z Compiling crossbeam-utils v0.8.21
18192026-04-06T19:43:02.369Z Compiling rustix v1.1.2
18202026-04-06T19:43:02.435Z Compiling slog v2.8.2
18212026-04-06T19:43:02.496Z Compiling tokio-util v0.7.16
18222026-04-06T19:43:02.523Z Compiling winnow v0.7.14
18232026-04-06T19:43:02.810Z Compiling crypto-common v0.1.6
18242026-04-06T19:43:02.860Z Compiling rand_core v0.9.3
18252026-04-06T19:43:02.948Z Compiling oxnet v0.1.4
18262026-04-06T19:43:03.077Z Compiling progenitor-macro v0.11.1
18272026-04-06T19:43:03.088Z Compiling h2 v0.4.12
18282026-04-06T19:43:03.227Z Compiling itertools v0.14.0
18292026-04-06T19:43:03.646Z Compiling rand_chacha v0.9.0
18302026-04-06T19:43:03.742Z Compiling socket2 v0.5.10
18312026-04-06T19:43:04.146Z Compiling rand v0.9.2
18322026-04-06T19:43:04.283Z Compiling rustls-pki-types v1.12.0
18332026-04-06T19:43:04.745Z Compiling quick-error v1.2.3
18342026-04-06T19:43:04.771Z Compiling spin v0.9.8
18352026-04-06T19:43:04.856Z Compiling debug-ignore v1.0.5
18362026-04-06T19:43:04.892Z Compiling toml_parser v1.0.6+spec-1.1.0
18372026-04-06T19:43:04.919Z Compiling tabwriter v1.4.1
18382026-04-06T19:43:04.966Z Compiling toml_datetime v0.7.5+spec-1.1.0
18392026-04-06T19:43:05.168Z Compiling serde_spanned v1.0.4
18402026-04-06T19:43:05.282Z Compiling hyper v1.8.1
18412026-04-06T19:43:05.333Z Compiling colored v3.0.0
18422026-04-06T19:43:05.613Z Compiling lazy_static v1.5.0
18432026-04-06T19:43:05.718Z Compiling bit-vec v0.8.0
18442026-04-06T19:43:05.730Z Compiling toml_writer v1.0.6+spec-1.1.0
18452026-04-06T19:43:05.945Z Compiling bit-set v0.8.0
18462026-04-06T19:43:05.959Z Compiling toml v0.9.11+spec-1.1.0
18472026-04-06T19:43:06.003Z Compiling time v0.3.47
18482026-04-06T19:43:06.014Z Compiling strum v0.26.3
18492026-04-06T19:43:06.116Z Compiling async-stream v0.3.6
18502026-04-06T19:43:06.144Z Compiling ring v0.17.14
18512026-04-06T19:43:06.240Z Compiling waitgroup v0.1.2
18522026-04-06T19:43:06.291Z Compiling serde_path_to_error v0.1.20
18532026-04-06T19:43:06.386Z Compiling hyper-util v0.1.19
18542026-04-06T19:43:06.652Z Compiling unarray v0.1.4
18552026-04-06T19:43:06.770Z Compiling anstyle v1.0.14
18562026-04-06T19:43:07.004Z Compiling crossbeam-channel v0.5.15
18572026-04-06T19:43:07.043Z Compiling block-buffer v0.10.4
18582026-04-06T19:43:07.062Z Compiling macaddr v1.0.1
18592026-04-06T19:43:07.196Z Compiling utf8parse v0.2.2
18602026-04-06T19:43:07.330Z Compiling anstyle-parse v1.0.0
18612026-04-06T19:43:07.342Z Compiling digest v0.10.7
18622026-04-06T19:43:07.550Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18632026-04-06T19:43:07.567Z Compiling ref-cast v1.0.25
18642026-04-06T19:43:07.579Z Compiling is_terminal_polyfill v1.70.1
18652026-04-06T19:43:07.674Z Compiling anstyle-query v1.1.4
18662026-04-06T19:43:07.677Z Compiling colorchoice v1.0.4
18672026-04-06T19:43:07.738Z Compiling strum v0.27.2
18682026-04-06T19:43:07.762Z Compiling is-terminal v0.4.16
18692026-04-06T19:43:07.788Z Compiling anstream v1.0.0
18702026-04-06T19:43:07.833Z Compiling clap_lex v1.1.0
18712026-04-06T19:43:08.047Z Compiling slog-term v2.9.2
18722026-04-06T19:43:08.090Z Compiling slog-async v2.8.0
18732026-04-06T19:43:08.129Z Compiling slog-json v2.6.1
18742026-04-06T19:43:08.210Z Compiling tower v0.5.2
18752026-04-06T19:43:08.237Z Compiling hostname v0.3.1
18762026-04-06T19:43:08.343Z Compiling slog-bunyan v2.5.0
18772026-04-06T19:43:08.646Z Compiling tower-http v0.6.8
18782026-04-06T19:43:08.690Z Compiling futures-executor v0.3.32
18792026-04-06T19:43:08.723Z Compiling instant v0.1.13
18802026-04-06T19:43:08.833Z Compiling futures v0.3.32
18812026-04-06T19:43:08.919Z Compiling openssl-sys v0.9.112
18822026-04-06T19:43:09.101Z Compiling aws-lc-sys v0.39.1
18832026-04-06T19:43:09.606Z Compiling memmap2 v0.9.8
18842026-04-06T19:43:09.781Z Compiling untrusted v0.7.1
18852026-04-06T19:43:09.830Z Compiling foreign-types-shared v0.1.1
18862026-04-06T19:43:09.901Z Compiling foreign-types v0.3.2
18872026-04-06T19:43:09.904Z Compiling aws-lc-rs v1.16.2
18882026-04-06T19:43:09.968Z Compiling tempfile v3.23.0
18892026-04-06T19:43:10.518Z Compiling openssl-probe v0.1.6
18902026-04-06T19:43:10.724Z Compiling openssl v0.10.76
18912026-04-06T19:43:10.871Z Compiling rustls-webpki v0.103.6
18922026-04-06T19:43:11.432Z Compiling rustls v0.23.32
18932026-04-06T19:43:11.870Z Compiling either v1.15.0
18942026-04-06T19:43:11.926Z Compiling usdt v0.6.0
18952026-04-06T19:43:12.077Z Compiling webpki-roots v1.0.2
18962026-04-06T19:43:12.229Z Compiling newtype-uuid v1.3.2
18972026-04-06T19:43:13.085Z Compiling native-tls v0.2.14
18982026-04-06T19:43:13.319Z Compiling tokio-native-tls v0.3.1
18992026-04-06T19:43:13.499Z Compiling hyper-tls v0.6.0
19002026-04-06T19:43:13.747Z Compiling daft v0.1.4
19012026-04-06T19:43:14.175Z Compiling rustls-webpki v0.102.8
19022026-04-06T19:43:14.555Z Compiling tokio-rustls v0.26.3
19032026-04-06T19:43:14.707Z Compiling rustls v0.22.4
19042026-04-06T19:43:14.832Z Compiling hyper-rustls v0.27.7
19052026-04-06T19:43:15.070Z Compiling reqwest v0.12.23
19062026-04-06T19:43:17.013Z Compiling tokio-rustls v0.25.0
19072026-04-06T19:43:17.173Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19082026-04-06T19:43:17.456Z Compiling sha1 v0.10.6
19092026-04-06T19:43:17.707Z Compiling multer v3.1.0
19102026-04-06T19:43:17.810Z Compiling rustls-pemfile v2.2.0
19112026-04-06T19:43:17.995Z Compiling terminal_size v0.4.3
19122026-04-06T19:43:18.148Z Compiling rand_chacha v0.3.1
19132026-04-06T19:43:18.365Z Compiling wait-timeout v0.2.1
19142026-04-06T19:43:18.460Z Compiling hostname v0.4.2
19152026-04-06T19:43:18.828Z Compiling dropshot v0.16.7
19162026-04-06T19:43:18.893Z Compiling rusty-fork v0.3.0
19172026-04-06T19:43:18.919Z Compiling rand v0.8.5
19182026-04-06T19:43:19.594Z Compiling rand_xorshift v0.4.0
19192026-04-06T19:43:20.581Z Compiling proptest v1.8.0
19202026-04-06T19:43:21.252Z Compiling clap_builder v4.6.0
19212026-04-06T19:43:21.942Z Compiling hubpack_derive v0.1.1
19222026-04-06T19:43:22.759Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19232026-04-06T19:43:22.948Z Compiling clap v4.6.0
19242026-04-06T19:43:23.941Z Compiling serde_spanned v0.6.9
19252026-04-06T19:43:24.098Z Compiling winnow v0.5.40
19262026-04-06T19:43:24.806Z Compiling progenitor-client v0.10.0
19272026-04-06T19:43:24.916Z Compiling progenitor-client v0.11.1
19282026-04-06T19:43:24.969Z Compiling prettyplease v0.2.37
19292026-04-06T19:43:24.999Z Compiling serde_with v3.14.1
19302026-04-06T19:43:25.290Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19312026-04-06T19:43:25.642Z Compiling rustc-hash v2.1.1
19322026-04-06T19:43:25.768Z Compiling iddqd v0.3.17
19332026-04-06T19:43:25.883Z Compiling progenitor v0.11.1
19342026-04-06T19:43:26.014Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19352026-04-06T19:43:26.700Z Compiling backoff v0.4.0
19362026-04-06T19:43:26.917Z Compiling parse-display v0.10.0
19372026-04-06T19:43:26.968Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19382026-04-06T19:43:27.104Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19392026-04-06T19:43:28.993Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19402026-04-06T19:43:29.098Z Compiling num-derive v0.3.3
19412026-04-06T19:43:30.256Z Compiling toml_write v0.1.2
19422026-04-06T19:43:30.467Z Compiling toml_edit v0.22.27
19432026-04-06T19:43:32.105Z Compiling toml_edit v0.19.15
19442026-04-06T19:43:32.594Z Compiling num-integer v0.1.46
19452026-04-06T19:43:32.702Z Compiling float-ord v0.3.2
19462026-04-06T19:43:32.939Z Compiling toml v0.8.23
19472026-04-06T19:43:33.369Z Compiling proc-macro-crate v1.3.1
19482026-04-06T19:43:34.888Z Compiling num-rational v0.4.2
19492026-04-06T19:43:35.541Z Compiling num-iter v0.1.45
19502026-04-06T19:43:35.757Z Compiling num-complex v0.4.6
19512026-04-06T19:43:36.796Z Compiling num v0.4.3
19522026-04-06T19:43:39.964Z Compiling zerocopy-derive v0.7.35
19532026-04-06T19:43:40.434Z Compiling ingot-macros v0.1.1
19542026-04-06T19:43:40.496Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19552026-04-06T19:43:40.863Z Compiling scroll_derive v0.12.1
19562026-04-06T19:43:41.364Z Compiling zerocopy v0.7.35
19572026-04-06T19:43:41.609Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19582026-04-06T19:43:41.952Z Compiling num_enum_derive v0.7.5
19592026-04-06T19:43:42.181Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19602026-04-06T19:43:43.371Z Compiling memoffset v0.9.1
19612026-04-06T19:43:43.753Z Compiling foreign-types-macros v0.2.3
19622026-04-06T19:43:44.170Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19632026-04-06T19:43:45.651Z Compiling nix v0.30.1
19642026-04-06T19:43:45.863Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19652026-04-06T19:43:45.982Z Compiling libscf-sys v1.1.0
19662026-04-06T19:43:46.626Z Compiling proc-macro-error-attr2 v2.0.0
19672026-04-06T19:43:46.786Z Compiling glob v0.3.3
19682026-04-06T19:43:46.917Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19692026-04-06T19:43:46.967Z Compiling proc-macro-error-attr v1.0.4
19702026-04-06T19:43:47.076Z Compiling proc-macro-error2 v2.0.1
19712026-04-06T19:43:47.404Z Compiling dtrace-parser v0.2.0
19722026-04-06T19:43:47.434Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19732026-04-06T19:43:47.481Z Compiling proc-macro-error v1.0.4
19742026-04-06T19:43:47.496Z Compiling tabled_derive v0.11.0
19752026-04-06T19:43:47.896Z Compiling dof v0.3.0
19762026-04-06T19:43:47.961Z Compiling num_enum_derive v0.5.11
19772026-04-06T19:43:48.271Z Compiling hubpack v0.1.2
19782026-04-06T19:43:48.411Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19792026-04-06T19:43:48.504Z Compiling thread-id v4.2.2
19802026-04-06T19:43:48.772Z Compiling static_assertions v1.1.0
19812026-04-06T19:43:48.873Z Compiling usdt-impl v0.5.0
19822026-04-06T19:43:49.940Z Compiling derive_more v0.99.20
19832026-04-06T19:43:51.037Z Compiling bytecount v0.6.9
19842026-04-06T19:43:51.128Z Compiling minimal-lexical v0.2.1
19852026-04-06T19:43:51.503Z Compiling nom v7.1.3
19862026-04-06T19:43:52.265Z Compiling usdt-attr-macro v0.5.0
19872026-04-06T19:43:52.414Z Compiling usdt-macro v0.5.0
19882026-04-06T19:43:52.997Z Compiling zone_cfg_derive v0.3.1
19892026-04-06T19:43:53.124Z Compiling num-derive v0.4.2
19902026-04-06T19:43:53.151Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
19912026-04-06T19:43:53.256Z Compiling rustc_version v0.4.1
19922026-04-06T19:43:53.555Z Compiling crossbeam-epoch v0.9.18
19932026-04-06T19:43:53.727Z Compiling papergrid v0.17.0
19942026-04-06T19:43:53.915Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
19952026-04-06T19:43:54.142Z Compiling testing_table v0.3.0
19962026-04-06T19:43:54.315Z Compiling enum-as-inner v0.6.1
19972026-04-06T19:43:54.351Z Compiling curve25519-dalek v4.1.3
19982026-04-06T19:43:54.390Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19992026-04-06T19:43:54.674Z Compiling tabled v0.20.0
20002026-04-06T19:43:54.910Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20012026-04-06T19:43:55.003Z Compiling crossbeam-deque v0.8.6
20022026-04-06T19:43:55.307Z Compiling typify-impl v0.6.1
20032026-04-06T19:43:55.336Z Compiling thiserror-impl-no-std v2.0.2
20042026-04-06T19:43:55.407Z Compiling curve25519-dalek-derive v0.1.1
20052026-04-06T19:43:55.876Z Compiling rayon-core v1.13.0
20062026-04-06T19:43:56.122Z Compiling clang-sys v1.8.1
20072026-04-06T19:43:56.476Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20082026-04-06T19:43:56.535Z Compiling scroll v0.12.0
20092026-04-06T19:43:56.626Z Compiling hash32 v0.3.1
20102026-04-06T19:43:56.789Z Compiling goblin v0.8.2
20112026-04-06T19:43:56.807Z Compiling heapless v0.8.0
20122026-04-06T19:43:56.893Z Compiling ingot-types v0.1.2
20132026-04-06T19:43:57.376Z Compiling cobs v0.3.0
20142026-04-06T19:43:57.428Z Compiling libloading v0.8.9
20152026-04-06T19:43:57.525Z Compiling bitflags v1.3.2
20162026-04-06T19:43:57.563Z Compiling managed v0.8.0
20172026-04-06T19:43:57.580Z Compiling foreign-types-shared v0.3.1
20182026-04-06T19:43:57.604Z Compiling bindgen v0.72.1
20192026-04-06T19:43:57.632Z Compiling postcard v1.1.3
20202026-04-06T19:43:57.677Z Compiling foreign-types v0.5.0
20212026-04-06T19:43:57.763Z Compiling smoltcp v0.11.0
20222026-04-06T19:43:57.891Z Compiling ingot v0.1.1
20232026-04-06T19:43:57.987Z Compiling cexpr v0.6.0
20242026-04-06T19:43:58.590Z Compiling num_enum v0.7.5
20252026-04-06T19:43:58.715Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20262026-04-06T19:43:58.841Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20272026-04-06T19:43:58.932Z Compiling camino-tempfile v1.4.1
20282026-04-06T19:43:59.176Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20292026-04-06T19:43:59.190Z Compiling derive-where v1.6.0
20302026-04-06T19:43:59.488Z Compiling serde_repr v0.1.20
20312026-04-06T19:43:59.815Z Compiling cstr-argument v0.1.2
20322026-04-06T19:44:00.139Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20332026-04-06T19:44:00.419Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20342026-04-06T19:44:01.080Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20352026-04-06T19:44:01.277Z Compiling rayon v1.11.0
20362026-04-06T19:44:01.614Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20372026-04-06T19:44:01.664Z Compiling typify-macro v0.6.1
20382026-04-06T19:44:01.742Z Compiling crucible-workspace-hack v0.1.0
20392026-04-06T19:44:02.426Z Compiling memmap v0.7.0
20402026-04-06T19:44:02.623Z Compiling tinyvec_macros v0.1.1
20412026-04-06T19:44:02.702Z Compiling tinyvec v1.10.0
20422026-04-06T19:44:02.759Z Compiling usdt v0.5.0
20432026-04-06T19:44:02.817Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20442026-04-06T19:44:03.065Z Compiling num_enum v0.5.11
20452026-04-06T19:44:03.484Z Compiling pin-project-internal v1.1.10
20462026-04-06T19:44:03.881Z Compiling typify v0.6.1
20472026-04-06T19:44:03.982Z Compiling progenitor-impl v0.13.0
20482026-04-06T19:44:04.661Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20492026-04-06T19:44:04.736Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20502026-04-06T19:44:05.027Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20512026-04-06T19:44:05.132Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20522026-04-06T19:44:05.325Z Compiling rustix v0.38.44
20532026-04-06T19:44:05.473Z Compiling itertools v0.12.1
20542026-04-06T19:44:05.700Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20552026-04-06T19:44:05.773Z Compiling progenitor-impl v0.10.0
20562026-04-06T19:44:06.163Z Compiling sigpipe v0.1.3
20572026-04-06T19:44:06.226Z Compiling jiff v0.2.15
20582026-04-06T19:44:06.307Z Compiling const_format_proc_macros v0.2.34
20592026-04-06T19:44:06.548Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20602026-04-06T19:44:06.617Z Compiling zone v0.3.1
20612026-04-06T19:44:06.712Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20622026-04-06T19:44:07.501Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20632026-04-06T19:44:07.553Z Compiling progenitor-macro v0.13.0
20642026-04-06T19:44:07.786Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20652026-04-06T19:44:08.392Z Compiling secrecy v0.10.3
20662026-04-06T19:44:08.427Z Compiling smf v0.2.3
20672026-04-06T19:44:08.562Z Compiling async-recursion v1.1.1
20682026-04-06T19:44:08.730Z Compiling snafu-derive v0.8.9
20692026-04-06T19:44:09.128Z Compiling bstr v1.12.0
20702026-04-06T19:44:09.273Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20712026-04-06T19:44:09.386Z Compiling progenitor-macro v0.10.0
20722026-04-06T19:44:09.628Z Compiling whoami v1.6.1
20732026-04-06T19:44:09.950Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20742026-04-06T19:44:11.369Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20752026-04-06T19:44:11.578Z Compiling hmac v0.12.1
20762026-04-06T19:44:12.069Z Compiling inout v0.1.4
20772026-04-06T19:44:12.081Z Compiling ff v0.13.1
20782026-04-06T19:44:12.108Z Compiling crc8 v0.1.1
20792026-04-06T19:44:12.219Z Compiling data-encoding v2.9.0
20802026-04-06T19:44:12.258Z Compiling group v0.13.0
20812026-04-06T19:44:12.399Z Compiling cipher v0.4.4
20822026-04-06T19:44:12.630Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20832026-04-06T19:44:13.136Z Compiling hkdf v0.12.4
20842026-04-06T19:44:13.274Z Compiling atomicwrites v0.4.4
20852026-04-06T19:44:13.297Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20862026-04-06T19:44:13.339Z Compiling tokio-dtrace v0.1.1
20872026-04-06T19:44:13.617Z Compiling tabled_derive v0.7.0
20882026-04-06T19:44:14.459Z Compiling reqwest v0.13.2
20892026-04-06T19:44:14.615Z Compiling universal-hash v0.5.1
20902026-04-06T19:44:14.702Z Compiling crypto-bigint v0.5.5
20912026-04-06T19:44:14.744Z Compiling dropshot-api-manager-types v0.5.2
20922026-04-06T19:44:14.755Z Compiling half v2.7.1
20932026-04-06T19:44:15.127Z Compiling indent_write v2.2.0
20942026-04-06T19:44:15.237Z Compiling base16ct v0.2.0
20952026-04-06T19:44:15.270Z Compiling base64ct v1.8.0
20962026-04-06T19:44:15.289Z Compiling ciborium-io v0.2.2
20972026-04-06T19:44:15.394Z Compiling opaque-debug v0.3.1
20982026-04-06T19:44:15.407Z Compiling ciborium-ll v0.2.2
20992026-04-06T19:44:15.475Z Compiling poly1305 v0.8.0
21002026-04-06T19:44:15.587Z Compiling password-hash v0.5.0
21012026-04-06T19:44:15.642Z Compiling progenitor-client v0.13.0
21022026-04-06T19:44:15.908Z Compiling elliptic-curve v0.13.8
21032026-04-06T19:44:16.286Z Compiling oxide-tokio-rt v0.1.2
21042026-04-06T19:44:16.495Z Compiling chacha20 v0.9.1
21052026-04-06T19:44:16.573Z Compiling similar v2.7.0
21062026-04-06T19:44:16.592Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21072026-04-06T19:44:17.023Z Compiling thiserror-no-std v2.0.2
21082026-04-06T19:44:17.929Z Compiling blake2 v0.10.6
21092026-04-06T19:44:18.212Z Compiling aead v0.5.2
21102026-04-06T19:44:18.390Z Compiling keccak v0.1.6
21112026-04-06T19:44:18.455Z Compiling linked-hash-map v0.5.6
21122026-04-06T19:44:18.583Z Compiling resolv-conf v0.7.5
21132026-04-06T19:44:18.650Z Compiling lru-cache v0.1.2
21142026-04-06T19:44:18.693Z Compiling sha3 v0.10.8
21152026-04-06T19:44:18.780Z Compiling chacha20poly1305 v0.10.1
21162026-04-06T19:44:18.919Z Compiling argon2 v0.5.3
21172026-04-06T19:44:18.954Z Compiling vsss-rs v3.3.4
21182026-04-06T19:44:19.275Z Compiling progenitor v0.13.0
21192026-04-06T19:44:19.275Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21202026-04-06T19:44:19.610Z Compiling ciborium v0.2.2
21212026-04-06T19:44:19.675Z Compiling hickory-proto v0.24.4
21222026-04-06T19:44:20.265Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21232026-04-06T19:44:20.347Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21242026-04-06T19:44:20.827Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21252026-04-06T19:44:20.861Z Compiling serde-big-array v0.5.1
21262026-04-06T19:44:20.962Z Compiling siphasher v1.0.1
21272026-04-06T19:44:21.163Z Compiling same-file v1.0.6
21282026-04-06T19:44:21.356Z Compiling unicode-segmentation v1.12.0
21292026-04-06T19:44:21.561Z Compiling hickory-resolver v0.24.4
21302026-04-06T19:44:21.620Z Compiling walkdir v2.5.0
21312026-04-06T19:44:21.726Z Compiling newline-converter v0.3.0
21322026-04-06T19:44:21.779Z Compiling phf_shared v0.12.1
21332026-04-06T19:44:21.840Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21342026-04-06T19:44:21.852Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21352026-04-06T19:44:22.540Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21362026-04-06T19:44:23.119Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21372026-04-06T19:44:23.397Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
21382026-04-06T19:44:23.771Z Compiling newtype_derive v0.1.6
21392026-04-06T19:44:23.861Z Compiling owo-colors v4.3.0
21402026-04-06T19:44:24.006Z Compiling tokio-stream v0.1.17
21412026-04-06T19:44:24.288Z Compiling console v0.15.11
21422026-04-06T19:44:24.476Z Compiling csv-core v0.1.12
21432026-04-06T19:44:24.514Z Compiling unicode-width v0.1.14
21442026-04-06T19:44:24.637Z Compiling unicode-linebreak v0.1.5
21452026-04-06T19:44:24.754Z Compiling termtree v0.5.1
21462026-04-06T19:44:24.779Z Compiling swrite v0.1.0
21472026-04-06T19:44:24.886Z Compiling smawk v0.3.2
21482026-04-06T19:44:24.897Z Compiling foldhash v0.1.5
21492026-04-06T19:44:24.961Z Compiling humantime v2.3.0
21502026-04-06T19:44:25.055Z Compiling hashbrown v0.15.5
21512026-04-06T19:44:25.080Z Compiling textwrap v0.16.2
21522026-04-06T19:44:25.363Z Compiling csv v1.3.1
21532026-04-06T19:44:25.403Z Compiling expectorate v1.2.0
21542026-04-06T19:44:25.567Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21552026-04-06T19:44:25.621Z Compiling qorb v0.4.1
21562026-04-06T19:44:25.945Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21572026-04-06T19:44:27.566Z Compiling phf v0.12.1
21582026-04-06T19:44:27.728Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21592026-04-06T19:44:27.882Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21602026-04-06T19:44:28.036Z Compiling pin-project v1.1.10
21612026-04-06T19:44:28.150Z Compiling unicode-normalization v0.1.24
21622026-04-06T19:44:28.429Z Compiling libz-sys v1.1.22
21632026-04-06T19:44:28.549Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21642026-04-06T19:44:29.326Z Compiling libsw-core v0.3.2
21652026-04-06T19:44:29.567Z Compiling fixedbitset v0.5.7
21662026-04-06T19:44:29.742Z Compiling highway v1.3.0
21672026-04-06T19:44:29.782Z Compiling fixedbitset v0.4.2
21682026-04-06T19:44:30.141Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21692026-04-06T19:44:30.144Z Compiling petgraph v0.6.5
21702026-04-06T19:44:30.412Z Compiling progenitor v0.10.0
21712026-04-06T19:44:30.573Z Compiling petgraph v0.8.2
21722026-04-06T19:44:31.528Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21732026-04-06T19:44:31.686Z Compiling libsw v3.5.0
21742026-04-06T19:44:32.131Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21752026-04-06T19:44:32.373Z Compiling olpc-cjson v0.1.4
21762026-04-06T19:44:32.531Z Compiling libgit2-sys v0.17.0+1.8.1
21772026-04-06T19:44:32.553Z Compiling snafu v0.8.9
21782026-04-06T19:44:32.955Z Compiling chrono-tz v0.10.4
21792026-04-06T19:44:33.349Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21802026-04-06T19:44:33.516Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21812026-04-06T19:44:33.554Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21822026-04-06T19:44:34.625Z Compiling papergrid v0.11.0
21832026-04-06T19:44:34.761Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21842026-04-06T19:44:35.058Z Compiling globset v0.4.16
21852026-04-06T19:44:35.363Z Compiling const_format v0.2.34
21862026-04-06T19:44:35.665Z Compiling slog-dtrace v0.3.0
21872026-04-06T19:44:35.694Z Compiling cancel-safe-futures v0.1.5
21882026-04-06T19:44:35.708Z Compiling gethostname v0.5.0
21892026-04-06T19:44:35.998Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21902026-04-06T19:44:36.403Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-04-06T19:44:37.003Z Compiling pem v3.0.5
21922026-04-06T19:44:37.062Z Compiling bcs v0.1.6
21932026-04-06T19:44:37.438Z Compiling serde_plain v1.0.2
21942026-04-06T19:44:37.450Z Compiling cargo-platform v0.1.9
21952026-04-06T19:44:37.465Z Compiling tagptr v0.2.0
21962026-04-06T19:44:37.623Z Compiling typed-path v0.9.3
21972026-04-06T19:44:37.903Z Compiling linear-map v1.2.0
21982026-04-06T19:44:38.113Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21992026-04-06T19:44:38.762Z Compiling tough v0.20.0
22002026-04-06T19:44:40.919Z Compiling cargo_metadata v0.18.1
22012026-04-06T19:44:40.937Z Compiling moka v0.12.11
22022026-04-06T19:44:40.991Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22032026-04-06T19:44:41.377Z Compiling tabled v0.15.0
22042026-04-06T19:44:42.085Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22052026-04-06T19:44:42.096Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22062026-04-06T19:44:42.273Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22072026-04-06T19:44:42.382Z Compiling git2 v0.19.0
22082026-04-06T19:44:43.489Z Compiling steno v0.4.1
22092026-04-06T19:44:44.972Z Compiling cookie v0.18.1
22102026-04-06T19:44:45.085Z Compiling hickory-proto v0.25.2
22112026-04-06T19:44:47.051Z Compiling hickory-resolver v0.25.2
22122026-04-06T19:44:47.833Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-04-06T19:44:49.382Z Compiling vergen v8.3.2
22142026-04-06T19:44:50.760Z Compiling signal-hook v0.3.18
22152026-04-06T19:44:51.780Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22162026-04-06T19:44:51.793Z Compiling mockall_derive v0.13.1
22172026-04-06T19:44:52.030Z Compiling predicates-core v1.0.9
22182026-04-06T19:44:52.566Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22192026-04-06T19:44:52.728Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-04-06T19:44:53.167Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22212026-04-06T19:44:54.148Z Compiling sha2 v0.10.9
22222026-04-06T19:44:54.259Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22232026-04-06T19:44:54.562Z Compiling diff v0.1.13
22242026-04-06T19:44:54.835Z Compiling yansi v1.0.1
22252026-04-06T19:44:54.878Z Compiling adler2 v2.0.1
22262026-04-06T19:44:55.001Z Compiling miniz_oxide v0.8.9
22272026-04-06T19:44:55.171Z Compiling pretty_assertions v1.4.1
22282026-04-06T19:44:55.253Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22292026-04-06T19:44:55.714Z Compiling fs-err v3.1.2
22302026-04-06T19:44:56.393Z Compiling crc32fast v1.5.0
22312026-04-06T19:44:56.607Z Compiling predicates v3.1.3
22322026-04-06T19:44:57.031Z Compiling predicates-tree v1.0.12
22332026-04-06T19:44:57.621Z Compiling git-stub v1.0.0
22342026-04-06T19:44:57.919Z Compiling filetime v0.2.26
22352026-04-06T19:44:58.124Z Compiling xattr v1.6.1
22362026-04-06T19:44:58.318Z Compiling arrayvec v0.7.6
22372026-04-06T19:44:58.540Z Compiling constant_time_eq v0.3.1
22382026-04-06T19:44:58.636Z Compiling downcast v0.11.0
22392026-04-06T19:44:58.668Z Compiling is_ci v1.2.0
22402026-04-06T19:44:58.800Z Compiling arrayref v0.3.9
22412026-04-06T19:44:58.832Z Compiling fragile v2.0.1
22422026-04-06T19:44:58.891Z Compiling blake3 v1.8.2
22432026-04-06T19:44:59.166Z Compiling mockall v0.13.1
22442026-04-06T19:44:59.494Z Compiling toml v0.7.8
22452026-04-06T19:45:00.192Z Compiling supports-color v3.0.2
22462026-04-06T19:45:00.391Z Compiling tar v0.4.45
22472026-04-06T19:45:00.728Z Compiling git-stub-vcs v0.1.0
22482026-04-06T19:45:00.755Z Compiling curl-sys v0.4.83+curl-8.15.0
22492026-04-06T19:45:00.912Z Compiling signal-hook-tokio v0.3.1
22502026-04-06T19:45:01.062Z Compiling flate2 v1.1.2
22512026-04-06T19:45:01.283Z Compiling drift v0.1.3
22522026-04-06T19:45:01.464Z Compiling kstat-rs v0.2.4
22532026-04-06T19:45:01.481Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22542026-04-06T19:45:01.510Z Compiling topological-sort v0.2.2
22552026-04-06T19:45:01.668Z Compiling display-error-chain v0.2.2
22562026-04-06T19:45:01.780Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22572026-04-06T19:45:01.819Z Compiling hex-literal v1.0.0
22582026-04-06T19:45:01.943Z Compiling dropshot-api-manager v0.5.2
22592026-04-06T19:45:02.015Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22602026-04-06T19:45:02.742Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22612026-04-06T19:45:04.089Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22622026-04-06T19:45:04.194Z Compiling omicron-zone-package v0.12.2
22632026-04-06T19:45:05.219Z Compiling curl v0.4.49
22642026-04-06T19:45:05.285Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22652026-04-06T19:45:05.757Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22662026-04-06T19:45:06.011Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22672026-04-06T19:45:06.063Z Compiling search_path v0.1.4
22682026-04-06T19:45:06.481Z Compiling internet-checksum v0.2.1
22692026-04-06T19:45:06.639Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22702026-04-06T19:45:07.132Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22712026-04-06T19:45:08.256Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22722026-04-06T19:45:10.501Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22732026-04-06T19:45:55.315Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 16s
22742026-04-06T19:45:55.436Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
22752026-04-06T19:45:55.440Z
22762026-04-06T19:45:55.440Zrunning 5 tests
22772026-04-06T19:45:55.443Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22782026-04-06T19:45:55.443Ztest fuse::tests::chip_revision_b1 ... ok
22792026-04-06T19:45:55.443Ztest fuse::tests::chip_revision_b0 ... ok
22802026-04-06T19:45:55.443Ztest fuse::tests::chip_revision_a0 ... ok
22812026-04-06T19:45:55.443Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22822026-04-06T19:45:55.443Z
22832026-04-06T19:45:55.443Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22842026-04-06T19:45:55.443Z
22852026-04-06T19:45:55.443Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
22862026-04-06T19:45:55.446Z
22872026-04-06T19:45:55.446Zrunning 0 tests
22882026-04-06T19:45:55.446Z
22892026-04-06T19:45:55.446Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22902026-04-06T19:45:55.446Z
22912026-04-06T19:45:55.446Z Running unittests src/lib.rs (target/debug/deps/asic-b29062009ea962eb)
22922026-04-06T19:45:55.449Z
22932026-04-06T19:45:55.449Zrunning 0 tests
22942026-04-06T19:45:55.449Z
22952026-04-06T19:45:55.449Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22962026-04-06T19:45:55.449Z
22972026-04-06T19:45:55.449Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
22982026-04-06T19:45:55.450Z
22992026-04-06T19:45:55.450Zrunning 10 tests
23002026-04-06T19:45:55.452Ztest network::tests::test_eui64 ... ok
23012026-04-06T19:45:55.452Ztest nat::tests::test_vni ... ok
23022026-04-06T19:45:55.453Ztest network::tests::test_equal ... ok
23032026-04-06T19:45:55.453Ztest network::tests::test_generate_ipv6_link_local ... ok
23042026-04-06T19:45:55.453Ztest network::tests::test_into ... ok
23052026-04-06T19:45:55.453Ztest network::tests::test_not_equal ... ok
23062026-04-06T19:45:55.453Ztest network::tests::test_to_string ... ok
23072026-04-06T19:45:55.453Ztest network::tests::test_parse ... ok
23082026-04-06T19:45:55.453Ztest test_purge ... ok
23092026-04-06T19:45:55.456Ztest illumos::test::address_exists_handles_missing_object ... ok
23102026-04-06T19:45:55.456Z
23112026-04-06T19:45:55.456Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23122026-04-06T19:45:55.456Z
23132026-04-06T19:45:55.456Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f7ec59f9437a8ba0)
23142026-04-06T19:45:55.459Z
23152026-04-06T19:45:55.459Zrunning 1 test
23162026-04-06T19:45:56.767Ztest test::test_apis_up_to_date ... ok
23172026-04-06T19:45:56.767Z
23182026-04-06T19:45:56.767Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
23192026-04-06T19:45:56.767Z
23202026-04-06T19:45:56.818Z Running unittests src/main.rs (target/debug/deps/dpd-d53ba9f4ebecc44a)
23212026-04-06T19:45:56.824Z
23222026-04-06T19:45:56.824Zrunning 18 tests
23232026-04-06T19:45:56.827Ztest freemap::test_ordering ... ok
23242026-04-06T19:45:56.827Ztest freemap::test_split ... ok
23252026-04-06T19:45:56.827Ztest config::tests::test_updates ... ok
23262026-04-06T19:45:56.827Ztest macaddrs::tests::test_mac_offset ... ok
23272026-04-06T19:45:56.827Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23282026-04-06T19:45:56.827Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23292026-04-06T19:45:56.831Ztest macaddrs::tests::test_parse_port_id ... ok
23302026-04-06T19:45:56.831Ztest nat::test_mapping ... ok
23312026-04-06T19:45:56.831Ztest port_map::tests::dump_map ... ok
23322026-04-06T19:45:56.831Ztest port_map::tests::test_backplane_group ... ok
23332026-04-06T19:45:56.831Ztest port_map::tests::test_port_map ... ok
23342026-04-06T19:45:56.831ZApr 06 19:45:55.913 DEBG created new freemap, unit: freemap_test
23352026-04-06T19:45:56.831ZApr 06 19:45:55.913 DEBG initted freemap. size: 128, unit: freemap_test
23362026-04-06T19:45:56.831ZApr 06 19:45:55.913Apr 06 19:45:55.913 DEBGDEBG reset freemapcreated new freemap, unit:, unitfreemap_testApr 06 19:45:55.913:
23372026-04-06T19:45:56.831Z DEBGfreemap_test
23382026-04-06T19:45:56.831Zcreated new freemap, unitApr 06 19:45:55.913: Apr 06 19:45:55.913freemap_testDEBG
23392026-04-06T19:45:56.831Z DEBG created new freemapinitted freemap. size: 128, , unitunit:Apr 06 19:45:55.913 :freemap_test
23402026-04-06T19:45:56.831Z DEBGfreemap_test initted freemap. size: 128
23412026-04-06T19:45:56.831Z, unit:Apr 06 19:45:55.913 freemap_testDEBG
23422026-04-06T19:45:56.831ZApr 06 19:45:55.913 DEBGreset freemap , initted freemap. size: 128Apr 06 19:45:55.913, unitunit :DEBG : reset freemapfreemap_testfreemap_test,
23432026-04-06T19:45:56.831Z
23442026-04-06T19:45:56.831Zunit: freemap_test
23452026-04-06T19:45:56.831ZApr 06 19:45:55.913 DEBG reset freemap, unit: freemap_test
23462026-04-06T19:45:56.831ZApr 06 19:45:55.913 DEBG created new freemap, unit: freemap_test
23472026-04-06T19:45:56.831ZApr 06 19:45:55.913 DEBG initted freemap. size: 128, unit: freemap_test
23482026-04-06T19:45:56.831ZApr 06 19:45:55.913 DEBG reset freemap, unit: freemap_test
23492026-04-06T19:45:56.831Ztest freemap::test_free ... ok
23502026-04-06T19:45:56.831Ztest freemap::test_reclaim ... ok
23512026-04-06T19:45:56.831Ztest freemap::test_basic ... ok
23522026-04-06T19:45:56.831Ztest freemap::test_exhaustion ... ok
23532026-04-06T19:45:56.831Ztest freemap::test_span ... ok
23542026-04-06T19:45:56.831Ztest port_map::tests::parse_softnpu_revision ... ok
23552026-04-06T19:45:56.831Ztest api_server::tests::test_build_info ... ok
23562026-04-06T19:45:56.831Z
23572026-04-06T19:45:56.831Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23582026-04-06T19:45:56.831Z
23592026-04-06T19:45:56.834Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-be0f18ddd74acdb6)
23602026-04-06T19:45:56.834Z
23612026-04-06T19:45:56.834Zrunning 0 tests
23622026-04-06T19:45:56.834Z
23632026-04-06T19:45:56.834Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23642026-04-06T19:45:56.834Z
23652026-04-06T19:45:56.838Z Running unittests src/lib.rs (target/debug/deps/dpd_api-1183094212abf212)
23662026-04-06T19:45:56.838Z
23672026-04-06T19:45:56.838Zrunning 0 tests
23682026-04-06T19:45:56.838Z
23692026-04-06T19:45:56.838Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23702026-04-06T19:45:56.838Z
23712026-04-06T19:45:56.838Z Running unittests src/lib.rs (target/debug/deps/dpd_client-662010a3e2dd3db0)
23722026-04-06T19:45:56.840Z
23732026-04-06T19:45:56.841Zrunning 6 tests
23742026-04-06T19:45:56.841Ztest tests::test_parse_client_port_id ... ok
23752026-04-06T19:45:56.841Ztest tests::test_port_id_cmp ... ok
23762026-04-06T19:45:56.841Ztest tests::test_full_lot_id_neither_present ... ok
23772026-04-06T19:45:56.841Ztest tests::test_full_lot_id_lotnum_only ... ok
23782026-04-06T19:45:56.841Ztest tests::test_full_lot_id_lot_only ... ok
23792026-04-06T19:45:56.841Ztest tests::test_full_lot_id_both_present ... ok
23802026-04-06T19:45:56.841Z
23812026-04-06T19:45:56.841Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23822026-04-06T19:45:56.841Z
23832026-04-06T19:45:56.841Z Running tests/test_all.rs (target/debug/deps/test_all-db6b023943412d6d)
23842026-04-06T19:45:56.844Z
23852026-04-06T19:45:56.844Zrunning 0 tests
23862026-04-06T19:45:56.844Z
23872026-04-06T19:45:56.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23882026-04-06T19:45:56.844Z
23892026-04-06T19:45:56.844Z Running unittests src/lib.rs (target/debug/deps/dpd_types-5f44be03a468ec0c)
23902026-04-06T19:45:56.844Z
23912026-04-06T19:45:56.844Zrunning 0 tests
23922026-04-06T19:45:56.844Z
23932026-04-06T19:45:56.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23942026-04-06T19:45:56.844Z
23952026-04-06T19:45:56.844Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
23962026-04-06T19:45:56.847Z
23972026-04-06T19:45:56.847Zrunning 12 tests
23982026-04-06T19:45:56.847Ztest icmp::test_v6_checksum ... ok
23992026-04-06T19:45:56.847Ztest lldp::test_lldp_parse ... ok
24002026-04-06T19:45:56.847Ztest ipv6::test_ipv6_parse ... ok
24012026-04-06T19:45:56.847Ztest pbuf::test_byte ... ok
24022026-04-06T19:45:56.848Ztest icmp::test_v4_checksum ... ok
24032026-04-06T19:45:56.848Ztest pbuf::test_nibble ... ok
24042026-04-06T19:45:56.848Ztest pbuf::test_overflow ... ok
24052026-04-06T19:45:56.848Ztest pbuf::test_short ... ok
24062026-04-06T19:45:56.848Ztest pbuf::test_twelve ... ok
24072026-04-06T19:45:56.848Ztest pbuf::test_word ... ok
24082026-04-06T19:45:56.848Ztest tcp::test_checksum_syn_nodata ... ok
24092026-04-06T19:45:56.848Ztest tcp::test_checksum_ack_data ... ok
24102026-04-06T19:45:56.848Z
24112026-04-06T19:45:56.848Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24122026-04-06T19:45:56.848Z
24132026-04-06T19:45:56.848Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
24142026-04-06T19:45:56.851Z
24152026-04-06T19:45:56.851Zrunning 0 tests
24162026-04-06T19:45:56.851Z
24172026-04-06T19:45:56.851Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24182026-04-06T19:45:56.851Z
24192026-04-06T19:45:56.851Z Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b)
24202026-04-06T19:45:56.851Z
24212026-04-06T19:45:56.851Zrunning 5 tests
24222026-04-06T19:45:56.854Ztest switchport::test::test_compute_lanes ... ok
24232026-04-06T19:45:56.854Ztest switchport::test::port_id_ordering ... ok
24242026-04-06T19:45:56.854Z Lane 0 Lane 1 Lane 2 Lane 3
24252026-04-06T19:45:56.854Z Rx Loss-of-lock: Yes Yes Yes Yes
24262026-04-06T19:45:56.854Z Rx Loss-of-signal: Yes Yes Yes Yes
24272026-04-06T19:45:56.854Z Rx CDR Enabled: Yes Yes Yes Yes
24282026-04-06T19:45:56.854Z Tx Enabled: Yes Yes Yes Yes
24292026-04-06T19:45:56.854Z Tx Loss-of-lock: No No No No
24302026-04-06T19:45:56.854Z Tx Loss-of-signal: No Lane 0 No No Lane 1No
24312026-04-06T19:45:56.854ZLane 2 Tx CDR Enabled: No Lane 3
24322026-04-06T19:45:56.854ZNo State: ActivatedNo NoActivated
24332026-04-06T19:45:56.854Z Activated Tx Adaptive EQ Fault: No Activated
24342026-04-06T19:45:56.855ZNo Rx Output Enabled: false No falseNo
24352026-04-06T19:45:56.855Zfalse Tx Fault: Yes false
24362026-04-06T19:45:56.855ZYes Rx Output Status: validYes Yes
24372026-04-06T19:45:56.855Zvalid valid valid
24382026-04-06T19:45:56.855Z Rx Loss-of-lock: true true true true
24392026-04-06T19:45:56.855Z Rx Loss-of-signal: false false false false
24402026-04-06T19:45:56.855ZRx Auto-squelch Disable: true true true true
24412026-04-06T19:45:56.855Z Tx Output Enabled: true true true true
24422026-04-06T19:45:56.855Z Tx Output Status: invalid invalid invalid invalid
24432026-04-06T19:45:56.855Z Tx Loss-of-lock: false false false false
24442026-04-06T19:45:56.855Z Tx Loss-of-signal: true true true true
24452026-04-06T19:45:56.855ZTx Auto-squelch Disable: false false false false
24462026-04-06T19:45:56.855Z Tx Adaptive EQ Fail: true true true true
24472026-04-06T19:45:56.855Z Tx Failure: false false false false
24482026-04-06T19:45:56.855Z Tx Force Squelch: true true true true
24492026-04-06T19:45:56.855Z Tx Input Polarity: normal normal normal normal
24502026-04-06T19:45:56.855Ztest switchport::test::test_print_sff_datapath ... ok
24512026-04-06T19:45:56.855Ztest switchport::test::test_print_cmis_datapath ... ok
24522026-04-06T19:45:56.855Ztest link::test_filter ... ok
24532026-04-06T19:45:56.855Z
24542026-04-06T19:45:56.855Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24552026-04-06T19:45:56.855Z
24562026-04-06T19:45:56.855Z Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db)
24572026-04-06T19:45:56.859Z
24582026-04-06T19:45:56.859Zrunning 1 test
24592026-04-06T19:45:56.859Ztest test_p4_counter_list ... ignored
24602026-04-06T19:45:56.859Z
24612026-04-06T19:45:56.859Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
24622026-04-06T19:45:56.859Z
24632026-04-06T19:45:56.859Z Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086)
24642026-04-06T19:45:56.859Z
24652026-04-06T19:45:56.859Zrunning 5 tests
24662026-04-06T19:45:56.859Ztest test_an ... ignored
24672026-04-06T19:45:56.859Ztest test_enable ... ignored
24682026-04-06T19:45:56.859Ztest test_ip_addresses ... ignored
24692026-04-06T19:45:56.859Ztest test_kr ... ignored
24702026-04-06T19:45:56.859Ztest test_mac ... ignored
24712026-04-06T19:45:56.859Z
24722026-04-06T19:45:56.859Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
24732026-04-06T19:45:56.859Z
24742026-04-06T19:45:56.859Z Running unittests src/main.rs (target/debug/deps/tfportd-4775e0d654b48b32)
24752026-04-06T19:45:56.859Z
24762026-04-06T19:45:56.859Zrunning 3 tests
24772026-04-06T19:45:56.862Ztest linklocal::test_parse_ipadm ... ok
24782026-04-06T19:45:56.862Ztest tfport::test_parse_tfport ... ok
24792026-04-06T19:45:56.862Ztest config::tests::test_updates ... ok
24802026-04-06T19:45:56.862Z
24812026-04-06T19:45:56.862Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24822026-04-06T19:45:56.862Z
24832026-04-06T19:45:56.862Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
24842026-04-06T19:45:56.862Z
24852026-04-06T19:45:56.862Zrunning 0 tests
24862026-04-06T19:45:56.863Z
24872026-04-06T19:45:56.863Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24882026-04-06T19:45:56.863Z
24892026-04-06T19:45:56.863Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
24902026-04-06T19:45:56.865Z
24912026-04-06T19:45:56.865Zrunning 0 tests
24922026-04-06T19:45:56.865Z
24932026-04-06T19:45:56.865Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24942026-04-06T19:45:56.866Z
24952026-04-06T19:45:56.866Z Doc-tests aal
24962026-04-06T19:45:56.994Z
24972026-04-06T19:45:56.994Zrunning 0 tests
24982026-04-06T19:45:56.994Z
24992026-04-06T19:45:56.994Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25002026-04-06T19:45:56.994Z
25012026-04-06T19:45:57.013Z Doc-tests aal_macros
25022026-04-06T19:45:57.080Z
25032026-04-06T19:45:57.081Zrunning 0 tests
25042026-04-06T19:45:57.081Z
25052026-04-06T19:45:57.081Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25062026-04-06T19:45:57.081Z
25072026-04-06T19:45:57.092Z Doc-tests common
25082026-04-06T19:45:57.328Z
25092026-04-06T19:45:57.328Zrunning 0 tests
25102026-04-06T19:45:57.328Z
25112026-04-06T19:45:57.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25122026-04-06T19:45:57.328Z
25132026-04-06T19:45:57.348Z Doc-tests dpd_api
25142026-04-06T19:45:58.525Z
25152026-04-06T19:45:58.525Zrunning 2 tests
25162026-04-06T19:45:58.525Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
25172026-04-06T19:45:58.525Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
25182026-04-06T19:45:58.525Z
25192026-04-06T19:45:58.526Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25202026-04-06T19:45:58.526Z
25212026-04-06T19:45:58.568Z Doc-tests dpd_client
25222026-04-06T19:45:59.862Z
25232026-04-06T19:45:59.862Zrunning 0 tests
25242026-04-06T19:45:59.862Z
25252026-04-06T19:45:59.862Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25262026-04-06T19:45:59.862Z
25272026-04-06T19:45:59.905Z Doc-tests dpd_types
25282026-04-06T19:46:00.249Z
25292026-04-06T19:46:00.249Zrunning 0 tests
25302026-04-06T19:46:00.249Z
25312026-04-06T19:46:00.249Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25322026-04-06T19:46:00.249Z
25332026-04-06T19:46:00.279Z Doc-tests packet
25342026-04-06T19:46:00.392Z
25352026-04-06T19:46:00.392Zrunning 0 tests
25362026-04-06T19:46:00.393Z
25372026-04-06T19:46:00.393Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25382026-04-06T19:46:00.393Z
25392026-04-06T19:46:00.408Z Doc-tests pcap
25402026-04-06T19:46:00.461Z
25412026-04-06T19:46:00.461Zrunning 0 tests
25422026-04-06T19:46:00.461Z
25432026-04-06T19:46:00.461Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25442026-04-06T19:46:00.461Z
25452026-04-06T19:46:00.527Z+ for feat in tofino_stub tofino_asic softnpu chaos
25462026-04-06T19:46:00.527Z+ RUST_BACKTRACE=full
25472026-04-06T19:46:00.527Z+ cargo test --features tofino_asic --no-fail-fast
25482026-04-06T19:46:01.119Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25492026-04-06T19:46:01.194Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25502026-04-06T19:46:01.200Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25512026-04-06T19:46:01.207Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25522026-04-06T19:46:09.947Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25532026-04-06T19:46:10.974Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25542026-04-06T19:46:48.506Z Finished `test` profile [unoptimized + debuginfo] target(s) in 47.96s
25552026-04-06T19:46:48.623Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
25562026-04-06T19:46:48.627Z
25572026-04-06T19:46:48.627Zrunning 5 tests
25582026-04-06T19:46:48.630Ztest fuse::tests::chip_revision_b0 ... ok
25592026-04-06T19:46:48.630Ztest fuse::tests::chip_revision_b1 ... ok
25602026-04-06T19:46:48.630Ztest fuse::tests::chip_revision_a0 ... ok
25612026-04-06T19:46:48.630Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25622026-04-06T19:46:48.630Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
25632026-04-06T19:46:48.631Z
25642026-04-06T19:46:48.631Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25652026-04-06T19:46:48.631Z
25662026-04-06T19:46:48.631Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
25672026-04-06T19:46:48.634Z
25682026-04-06T19:46:48.634Zrunning 0 tests
25692026-04-06T19:46:48.634Z
25702026-04-06T19:46:48.634Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25712026-04-06T19:46:48.634Z
25722026-04-06T19:46:48.634Z Running unittests src/lib.rs (target/debug/deps/asic-23e26aff0e5482a3)
25732026-04-06T19:46:48.717Z
25742026-04-06T19:46:48.717Zrunning 8 tests
25752026-04-06T19:46:48.721Ztest tofino_asic::qsfp::tests::fix_link ... ok
25762026-04-06T19:46:48.721Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
25772026-04-06T19:46:48.721Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
25782026-04-06T19:46:48.721Ztest tofino_asic::stats::constants_sanity_check ... ok
25792026-04-06T19:46:48.721Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
25802026-04-06T19:46:48.721Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
25812026-04-06T19:46:48.728Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
25822026-04-06T19:46:49.220Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
25832026-04-06T19:46:49.220Z
25842026-04-06T19:46:49.220Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
25852026-04-06T19:46:49.220Z
25862026-04-06T19:46:49.230Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
25872026-04-06T19:46:49.234Z
25882026-04-06T19:46:49.234Zrunning 10 tests
25892026-04-06T19:46:49.237Ztest network::tests::test_equal ... ok
25902026-04-06T19:46:49.237Ztest nat::tests::test_vni ... ok
25912026-04-06T19:46:49.237Ztest network::tests::test_eui64 ... ok
25922026-04-06T19:46:49.237Ztest network::tests::test_generate_ipv6_link_local ... ok
25932026-04-06T19:46:49.237Ztest network::tests::test_into ... ok
25942026-04-06T19:46:49.237Ztest network::tests::test_not_equal ... ok
25952026-04-06T19:46:49.237Ztest network::tests::test_to_string ... ok
25962026-04-06T19:46:49.237Ztest network::tests::test_parse ... ok
25972026-04-06T19:46:49.237Ztest test_purge ... ok
25982026-04-06T19:46:49.237Ztest illumos::test::address_exists_handles_missing_object ... ok
25992026-04-06T19:46:49.237Z
26002026-04-06T19:46:49.237Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26012026-04-06T19:46:49.237Z
26022026-04-06T19:46:49.240Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f7ec59f9437a8ba0)
26032026-04-06T19:46:49.243Z
26042026-04-06T19:46:49.243Zrunning 1 test
26052026-04-06T19:46:50.517Ztest test::test_apis_up_to_date ... ok
26062026-04-06T19:46:50.517Z
26072026-04-06T19:46:50.517Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
26082026-04-06T19:46:50.517Z
26092026-04-06T19:46:50.567Z Running unittests src/main.rs (target/debug/deps/dpd-1551f12f257a1cdd)
26102026-04-06T19:46:50.633Z
26112026-04-06T19:46:50.633Zrunning 46 tests
26122026-04-06T19:46:50.636Ztest freemap::test_ordering ... ok
26132026-04-06T19:46:50.636Ztest freemap::test_split ... ok
26142026-04-06T19:46:50.636Ztest config::tests::test_updates ... ok
26152026-04-06T19:46:50.636Ztest macaddrs::tests::test_mac_offset ... ok
26162026-04-06T19:46:50.636Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26172026-04-06T19:46:50.637Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26182026-04-06T19:46:50.637Ztest macaddrs::tests::test_parse_port_id ... ok
26192026-04-06T19:46:50.637Ztest nat::test_mapping ... ok
26202026-04-06T19:46:50.637Ztest port_map::tests::dump_map ... ok
26212026-04-06T19:46:50.637Ztest port_map::tests::test_backplane_group ... ok
26222026-04-06T19:46:50.637Ztest port_map::tests::test_port_map ... ok
26232026-04-06T19:46:50.637Ztest transceivers::mpn_test::test_mpn_missing ... ok
26242026-04-06T19:46:50.637Ztest transceivers::mpn_test::test_mpn_present ... ok
26252026-04-06T19:46:50.637Ztest transceivers::mpn_test::test_xcvr_missing ... ok
26262026-04-06T19:46:50.637Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
26272026-04-06T19:46:50.637Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
26282026-04-06T19:46:50.641Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
26292026-04-06T19:46:50.641ZApr 06 19:46:49.721 DEBG Apr 06 19:46:49.721created new freemap DEBG Apr 06 19:46:49.721created new freemap DEBG created new freemap, , , unitunit:unit:: freemap_testfreemap_testfreemap_test
26302026-04-06T19:46:50.641Z
26312026-04-06T19:46:50.641Z
26322026-04-06T19:46:50.641ZApr 06 19:46:49.721Apr 06 19:46:49.721 DEBGDEBG initted freemap. size: 128initted freemap. size: 128Apr 06 19:46:49.721, , unitunit: DEBGfreemap_test :
26332026-04-06T19:46:50.641Zinitted freemap. size: 128 , freemap_testunit
26342026-04-06T19:46:50.641Z:Apr 06 19:46:49.721 freemap_testApr 06 19:46:49.721DEBG
26352026-04-06T19:46:50.641Zreset freemap, DEBGunit :Apr 06 19:46:49.721 created new freemapfreemap_test
26362026-04-06T19:46:50.641ZApr 06 19:46:49.721DEBG, unitDEBG: reset freemap, unit: freemap_testreset freemap
26372026-04-06T19:46:50.642Z, freemap_testunit:
26382026-04-06T19:46:50.642Z freemap_test
26392026-04-06T19:46:50.642ZApr 06 19:46:49.721 DEBG initted freemap. size: 128, unit: freemap_test
26402026-04-06T19:46:50.642ZApr 06 19:46:49.721 DEBG reset freemap, unit: freemap_test
26412026-04-06T19:46:50.642ZApr 06 19:46:49.721 DEBG created new freemap, unit: freemap_test
26422026-04-06T19:46:50.642ZApr 06 19:46:49.721 DEBG initted freemap. size: 128, unit: freemap_test
26432026-04-06T19:46:50.642ZApr 06 19:46:49.721 DEBG reset freemap, unit: freemap_test
26442026-04-06T19:46:50.642Ztest freemap::test_basic ... ok
26452026-04-06T19:46:50.642Ztest freemap::test_exhaustion ... ok
26462026-04-06T19:46:50.642Ztest freemap::test_span ... ok
26472026-04-06T19:46:50.642Ztest freemap::test_free ... ok
26482026-04-06T19:46:50.642Ztest freemap::test_reclaim ... ok
26492026-04-06T19:46:50.642Ztest port_map::tests::parse_softnpu_revision ... ok
26502026-04-06T19:46:50.642Ztest api_server::tests::test_build_info ... ok
26512026-04-06T19:46:50.642Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
26522026-04-06T19:46:50.642Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
26532026-04-06T19:46:50.642Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
26542026-04-06T19:46:50.642Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
26552026-04-06T19:46:50.642Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
26562026-04-06T19:46:50.642Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
26572026-04-06T19:46:50.642Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
26582026-04-06T19:46:50.642Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
26592026-04-06T19:46:50.642Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
26602026-04-06T19:46:50.643Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
26612026-04-06T19:46:50.643Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
26622026-04-06T19:46:50.643Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
26632026-04-06T19:46:50.643Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
26642026-04-06T19:46:50.643Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
26652026-04-06T19:46:50.643Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
26662026-04-06T19:46:50.643Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
26672026-04-06T19:46:50.643Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
26682026-04-06T19:46:50.643Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
26692026-04-06T19:46:50.643Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
26702026-04-06T19:46:50.643Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
26712026-04-06T19:46:50.643Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
26722026-04-06T19:46:50.643Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
26732026-04-06T19:46:50.643Z
26742026-04-06T19:46:50.643Ztest result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
26752026-04-06T19:46:50.643Z
26762026-04-06T19:46:50.652Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-7c6f875f31a8a7e5)
26772026-04-06T19:46:50.655Z
26782026-04-06T19:46:50.655Zrunning 0 tests
26792026-04-06T19:46:50.655Z
26802026-04-06T19:46:50.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26812026-04-06T19:46:50.655Z
26822026-04-06T19:46:50.655Z Running unittests src/lib.rs (target/debug/deps/dpd_api-1183094212abf212)
26832026-04-06T19:46:50.660Z
26842026-04-06T19:46:50.660Zrunning 0 tests
26852026-04-06T19:46:50.660Z
26862026-04-06T19:46:50.660Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26872026-04-06T19:46:50.660Z
26882026-04-06T19:46:50.660Z Running unittests src/lib.rs (target/debug/deps/dpd_client-987bf8e8e9caa972)
26892026-04-06T19:46:50.660Z
26902026-04-06T19:46:50.660Zrunning 6 tests
26912026-04-06T19:46:50.664Ztest tests::test_port_id_cmp ... ok
26922026-04-06T19:46:50.664Ztest tests::test_parse_client_port_id ... ok
26932026-04-06T19:46:50.664Ztest tests::test_full_lot_id_neither_present ... ok
26942026-04-06T19:46:50.664Ztest tests::test_full_lot_id_lotnum_only ... ok
26952026-04-06T19:46:50.664Ztest tests::test_full_lot_id_both_present ... ok
26962026-04-06T19:46:50.664Ztest tests::test_full_lot_id_lot_only ... ok
26972026-04-06T19:46:50.664Z
26982026-04-06T19:46:50.664Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26992026-04-06T19:46:50.664Z
27002026-04-06T19:46:50.664Z Running tests/test_all.rs (target/debug/deps/test_all-d28eac7483a362d9)
27012026-04-06T19:46:50.664Z
27022026-04-06T19:46:50.664Zrunning 0 tests
27032026-04-06T19:46:50.664Z
27042026-04-06T19:46:50.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27052026-04-06T19:46:50.664Z
27062026-04-06T19:46:50.664Z Running unittests src/lib.rs (target/debug/deps/dpd_types-5f44be03a468ec0c)
27072026-04-06T19:46:50.664Z
27082026-04-06T19:46:50.664Zrunning 0 tests
27092026-04-06T19:46:50.664Z
27102026-04-06T19:46:50.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27112026-04-06T19:46:50.664Z
27122026-04-06T19:46:50.664Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
27132026-04-06T19:46:50.668Z
27142026-04-06T19:46:50.668Zrunning 12 tests
27152026-04-06T19:46:50.668Ztest icmp::test_v6_checksum ... ok
27162026-04-06T19:46:50.668Ztest lldp::test_lldp_parse ... ok
27172026-04-06T19:46:50.668Ztest icmp::test_v4_checksum ... ok
27182026-04-06T19:46:50.668Ztest ipv6::test_ipv6_parse ... ok
27192026-04-06T19:46:50.668Ztest pbuf::test_byte ... ok
27202026-04-06T19:46:50.668Ztest pbuf::test_nibble ... ok
27212026-04-06T19:46:50.668Ztest pbuf::test_overflow ... ok
27222026-04-06T19:46:50.668Ztest pbuf::test_short ... ok
27232026-04-06T19:46:50.668Ztest pbuf::test_twelve ... ok
27242026-04-06T19:46:50.668Ztest pbuf::test_word ... ok
27252026-04-06T19:46:50.668Ztest tcp::test_checksum_ack_data ... ok
27262026-04-06T19:46:50.668Ztest tcp::test_checksum_syn_nodata ... ok
27272026-04-06T19:46:50.668Z
27282026-04-06T19:46:50.669Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27292026-04-06T19:46:50.669Z
27302026-04-06T19:46:50.669Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
27312026-04-06T19:46:50.672Z
27322026-04-06T19:46:50.672Zrunning 0 tests
27332026-04-06T19:46:50.672Z
27342026-04-06T19:46:50.672Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27352026-04-06T19:46:50.672Z
27362026-04-06T19:46:50.672Z Running unittests src/main.rs (target/debug/deps/swadm-520862971dd4ee37)
27372026-04-06T19:46:50.673Z
27382026-04-06T19:46:50.673Zrunning 5 tests
27392026-04-06T19:46:50.673Ztest switchport::test::test_compute_lanes ... ok
27402026-04-06T19:46:50.673Ztest switchport::test::port_id_ordering ... ok
27412026-04-06T19:46:50.673Z Lane 0 Lane 1 Lane 2 Lane 0 Lane 3
27422026-04-06T19:46:50.673ZLane 1 State: ActivatedLane 2 Activated Lane 3Activated
27432026-04-06T19:46:50.673Z Activated
27442026-04-06T19:46:50.673Z Rx Loss-of-lock: Yes Rx Output Enabled: false Yesfalse falseYes falseYes
27452026-04-06T19:46:50.673Z
27462026-04-06T19:46:50.673Z Rx Output Status: valid Rx Loss-of-signal: Yesvalid Yes valid Yes valid
27472026-04-06T19:46:50.673ZYes
27482026-04-06T19:46:50.673Z Rx Loss-of-lock: true Rx CDR Enabled: Yes true Yestrue trueYes
27492026-04-06T19:46:50.673Z Yes Rx Loss-of-signal: false
27502026-04-06T19:46:50.673Z Tx Enabled: Yesfalse falseYes falseYes
27512026-04-06T19:46:50.673Z Yes
27522026-04-06T19:46:50.673ZRx Auto-squelch Disable: true Tx Loss-of-lock: Notrue No trueNo true
27532026-04-06T19:46:50.673ZNo Tx Output Enabled: true
27542026-04-06T19:46:50.673Z Tx Loss-of-signal: No true Notrue trueNo
27552026-04-06T19:46:50.673Z No
27562026-04-06T19:46:50.673Z Tx Output Status: invalid Tx CDR Enabled: No invalidNo invalidNo invalidNo
27572026-04-06T19:46:50.673Z
27582026-04-06T19:46:50.673Z Tx Adaptive EQ Fault: No Tx Loss-of-lock: false Nofalse Nofalse Nofalse
27592026-04-06T19:46:50.673Z
27602026-04-06T19:46:50.673Z Tx Loss-of-signal: true Tx Fault: Yes trueYes trueYes Yes
27612026-04-06T19:46:50.673Ztrue
27622026-04-06T19:46:50.673ZTx Auto-squelch Disable: false false false false
27632026-04-06T19:46:50.673Z Tx Adaptive EQ Fail: true true true true
27642026-04-06T19:46:50.673Z Tx Failure: false false false false
27652026-04-06T19:46:50.673Z Tx Force Squelch: true true true true
27662026-04-06T19:46:50.673Z Tx Input Polarity: normal normal normal normal
27672026-04-06T19:46:50.673Ztest switchport::test::test_print_sff_datapath ... ok
27682026-04-06T19:46:50.673Ztest switchport::test::test_print_cmis_datapath ... ok
27692026-04-06T19:46:50.677Ztest link::test_filter ... ok
27702026-04-06T19:46:50.677Z
27712026-04-06T19:46:50.677Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27722026-04-06T19:46:50.677Z
27732026-04-06T19:46:50.677Z Running tests/counters.rs (target/debug/deps/counters-12223fda8f22af34)
27742026-04-06T19:46:50.677Z
27752026-04-06T19:46:50.677Zrunning 1 test
27762026-04-06T19:46:50.677Ztest test_p4_counter_list ... ignored
27772026-04-06T19:46:50.677Z
27782026-04-06T19:46:50.677Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
27792026-04-06T19:46:50.677Z
27802026-04-06T19:46:50.677Z Running tests/port-link.rs (target/debug/deps/port_link-ab27c4cf4b6b317d)
27812026-04-06T19:46:50.677Z
27822026-04-06T19:46:50.677Zrunning 5 tests
27832026-04-06T19:46:50.677Ztest test_an ... ignored
27842026-04-06T19:46:50.677Ztest test_enable ... ignored
27852026-04-06T19:46:50.677Ztest test_ip_addresses ... ignored
27862026-04-06T19:46:50.677Ztest test_kr ... ignored
27872026-04-06T19:46:50.677Ztest test_mac ... ignored
27882026-04-06T19:46:50.677Z
27892026-04-06T19:46:50.677Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
27902026-04-06T19:46:50.678Z
27912026-04-06T19:46:50.678Z Running unittests src/main.rs (target/debug/deps/tfportd-0b125c38c1a931aa)
27922026-04-06T19:46:50.681Z
27932026-04-06T19:46:50.681Zrunning 3 tests
27942026-04-06T19:46:50.681Ztest linklocal::test_parse_ipadm ... ok
27952026-04-06T19:46:50.681Ztest tfport::test_parse_tfport ... ok
27962026-04-06T19:46:50.681Ztest config::tests::test_updates ... ok
27972026-04-06T19:46:50.681Z
27982026-04-06T19:46:50.681Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27992026-04-06T19:46:50.681Z
28002026-04-06T19:46:50.681Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
28012026-04-06T19:46:50.684Z
28022026-04-06T19:46:50.684Zrunning 0 tests
28032026-04-06T19:46:50.685Z
28042026-04-06T19:46:50.685Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28052026-04-06T19:46:50.685Z
28062026-04-06T19:46:50.685Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
28072026-04-06T19:46:50.685Z
28082026-04-06T19:46:50.685Zrunning 0 tests
28092026-04-06T19:46:50.685Z
28102026-04-06T19:46:50.685Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28112026-04-06T19:46:50.685Z
28122026-04-06T19:46:50.685Z Doc-tests aal
28132026-04-06T19:46:50.805Z
28142026-04-06T19:46:50.805Zrunning 0 tests
28152026-04-06T19:46:50.805Z
28162026-04-06T19:46:50.806Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28172026-04-06T19:46:50.806Z
28182026-04-06T19:46:50.821Z Doc-tests aal_macros
28192026-04-06T19:46:50.890Z
28202026-04-06T19:46:50.891Zrunning 0 tests
28212026-04-06T19:46:50.891Z
28222026-04-06T19:46:50.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28232026-04-06T19:46:50.891Z
28242026-04-06T19:46:50.901Z Doc-tests common
28252026-04-06T19:46:51.134Z
28262026-04-06T19:46:51.134Zrunning 0 tests
28272026-04-06T19:46:51.134Z
28282026-04-06T19:46:51.134Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28292026-04-06T19:46:51.134Z
28302026-04-06T19:46:51.154Z Doc-tests dpd_api
28312026-04-06T19:46:52.341Z
28322026-04-06T19:46:52.341Zrunning 2 tests
28332026-04-06T19:46:52.341Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
28342026-04-06T19:46:52.341Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
28352026-04-06T19:46:52.341Z
28362026-04-06T19:46:52.341Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
28372026-04-06T19:46:52.341Z
28382026-04-06T19:46:52.384Z Doc-tests dpd_client
28392026-04-06T19:46:53.697Z
28402026-04-06T19:46:53.697Zrunning 0 tests
28412026-04-06T19:46:53.697Z
28422026-04-06T19:46:53.697Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28432026-04-06T19:46:53.697Z
28442026-04-06T19:46:53.747Z Doc-tests dpd_types
28452026-04-06T19:46:54.095Z
28462026-04-06T19:46:54.096Zrunning 0 tests
28472026-04-06T19:46:54.096Z
28482026-04-06T19:46:54.096Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28492026-04-06T19:46:54.096Z
28502026-04-06T19:46:54.126Z Doc-tests packet
28512026-04-06T19:46:54.241Z
28522026-04-06T19:46:54.241Zrunning 0 tests
28532026-04-06T19:46:54.241Z
28542026-04-06T19:46:54.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28552026-04-06T19:46:54.241Z
28562026-04-06T19:46:54.264Z Doc-tests pcap
28572026-04-06T19:46:54.308Z
28582026-04-06T19:46:54.309Zrunning 0 tests
28592026-04-06T19:46:54.309Z
28602026-04-06T19:46:54.309Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28612026-04-06T19:46:54.309Z
28622026-04-06T19:46:54.354Z+ for feat in tofino_stub tofino_asic softnpu chaos
28632026-04-06T19:46:54.354Z+ RUST_BACKTRACE=full
28642026-04-06T19:46:54.354Z+ cargo test --features softnpu --no-fail-fast
28652026-04-06T19:46:54.991Z Compiling num-integer v0.1.46
28662026-04-06T19:46:54.995Z Compiling num-complex v0.4.6
28672026-04-06T19:46:55.111Z Compiling bitstruct_derive v0.1.0
28682026-04-06T19:46:55.117Z Compiling tap v1.0.1
28692026-04-06T19:46:55.236Z Compiling wyz v0.5.1
28702026-04-06T19:46:55.368Z Compiling num-rational v0.4.2
28712026-04-06T19:46:55.403Z Compiling num-iter v0.1.45
28722026-04-06T19:46:55.425Z Compiling num-bigint v0.4.6
28732026-04-06T19:46:55.517Z Compiling radium v0.7.0
28742026-04-06T19:46:55.528Z Compiling funty v2.0.0
28752026-04-06T19:46:55.555Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
28762026-04-06T19:46:55.609Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28772026-04-06T19:46:55.725Z Compiling num v0.4.3
28782026-04-06T19:46:55.809Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
28792026-04-06T19:46:55.814Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28802026-04-06T19:46:55.831Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28812026-04-06T19:46:55.891Z Compiling bitvec v1.0.1
28822026-04-06T19:46:55.954Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28832026-04-06T19:46:56.111Z Compiling typeid v1.0.3
28842026-04-06T19:46:56.137Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
28852026-04-06T19:46:56.207Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28862026-04-06T19:46:56.229Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28872026-04-06T19:46:56.260Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28882026-04-06T19:46:56.581Z Compiling ascii v1.1.0
28892026-04-06T19:46:56.999Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28902026-04-06T19:46:57.060Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28912026-04-06T19:46:57.128Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28922026-04-06T19:46:57.189Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
28932026-04-06T19:46:57.341Z Compiling erased-serde v0.4.8
28942026-04-06T19:46:57.445Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
28952026-04-06T19:46:57.533Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
28962026-04-06T19:46:57.588Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
28972026-04-06T19:46:57.844Z Compiling bitstruct v0.1.1
28982026-04-06T19:46:57.953Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
28992026-04-06T19:46:58.213Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29002026-04-06T19:46:58.240Z Compiling serde_arrays v0.1.0
29012026-04-06T19:46:58.252Z Compiling libloading v0.7.4
29022026-04-06T19:46:58.380Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29032026-04-06T19:46:58.649Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29042026-04-06T19:46:59.039Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29052026-04-06T19:46:59.258Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29062026-04-06T19:47:00.414Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29072026-04-06T19:47:01.125Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29082026-04-06T19:47:07.286Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29092026-04-06T19:47:07.507Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29102026-04-06T19:47:07.510Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29112026-04-06T19:47:07.593Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29122026-04-06T19:47:07.884Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29132026-04-06T19:47:08.177Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
29142026-04-06T19:47:09.675Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
29152026-04-06T19:47:09.976Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29162026-04-06T19:47:10.967Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29172026-04-06T19:47:16.252Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
29182026-04-06T19:47:17.104Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
29192026-04-06T19:47:17.671Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29202026-04-06T19:47:18.013Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29212026-04-06T19:47:24.868Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29222026-04-06T19:47:27.454Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29232026-04-06T19:47:31.871Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
29242026-04-06T19:48:09.917Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
29252026-04-06T19:48:09.972Z Running unittests src/lib.rs (target/debug/deps/aal-4d25eaadfe042da1)
29262026-04-06T19:48:09.976Z
29272026-04-06T19:48:09.976Zrunning 5 tests
29282026-04-06T19:48:09.976Ztest fuse::tests::chip_revision_a0 ... ok
29292026-04-06T19:48:09.976Ztest fuse::tests::chip_revision_unknown_device_id ... ok
29302026-04-06T19:48:09.976Ztest fuse::tests::chip_revision_b0 ... ok
29312026-04-06T19:48:09.976Ztest fuse::tests::chip_revision_b1 ... ok
29322026-04-06T19:48:09.976Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
29332026-04-06T19:48:09.976Z
29342026-04-06T19:48:09.976Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29352026-04-06T19:48:09.976Z
29362026-04-06T19:48:09.979Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
29372026-04-06T19:48:09.983Z
29382026-04-06T19:48:09.983Zrunning 0 tests
29392026-04-06T19:48:09.983Z
29402026-04-06T19:48:09.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29412026-04-06T19:48:09.983Z
29422026-04-06T19:48:09.983Z Running unittests src/lib.rs (target/debug/deps/asic-b0da135c6117f9c6)
29432026-04-06T19:48:09.987Z
29442026-04-06T19:48:09.987Zrunning 0 tests
29452026-04-06T19:48:09.987Z
29462026-04-06T19:48:09.987Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29472026-04-06T19:48:09.987Z
29482026-04-06T19:48:09.988Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
29492026-04-06T19:48:09.991Z
29502026-04-06T19:48:09.991Zrunning 10 tests
29512026-04-06T19:48:09.999Ztest network::tests::test_equal ... ok
29522026-04-06T19:48:09.999Ztest network::tests::test_generate_ipv6_link_local ... ok
29532026-04-06T19:48:09.999Ztest network::tests::test_into ... ok
29542026-04-06T19:48:10.003Ztest network::tests::test_eui64 ... ok
29552026-04-06T19:48:10.003Ztest network::tests::test_not_equal ... ok
29562026-04-06T19:48:10.003Ztest nat::tests::test_vni ... ok
29572026-04-06T19:48:10.003Ztest network::tests::test_parse ... ok
29582026-04-06T19:48:10.004Ztest network::tests::test_to_string ... ok
29592026-04-06T19:48:10.004Ztest test_purge ... ok
29602026-04-06T19:48:10.004Ztest illumos::test::address_exists_handles_missing_object ... ok
29612026-04-06T19:48:10.004Z
29622026-04-06T19:48:10.004Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
29632026-04-06T19:48:10.004Z
29642026-04-06T19:48:10.004Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-ff7c4d0ad40e031b)
29652026-04-06T19:48:10.008Z
29662026-04-06T19:48:10.008Zrunning 1 test
29672026-04-06T19:48:11.343Ztest test::test_apis_up_to_date ... ok
29682026-04-06T19:48:11.343Z
29692026-04-06T19:48:11.343Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s
29702026-04-06T19:48:11.343Z
29712026-04-06T19:48:11.397Z Running unittests src/main.rs (target/debug/deps/dpd-202d1c3845a28744)
29722026-04-06T19:48:11.403Z
29732026-04-06T19:48:11.403Zrunning 18 tests
29742026-04-06T19:48:11.406Ztest freemap::test_ordering ... ok
29752026-04-06T19:48:11.406Ztest freemap::test_split ... ok
29762026-04-06T19:48:11.406Ztest config::tests::test_updates ... ok
29772026-04-06T19:48:11.406Ztest macaddrs::tests::test_mac_offset ... ok
29782026-04-06T19:48:11.406Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
29792026-04-06T19:48:11.406Ztest macaddrs::tests::test_parse_port_id ... ok
29802026-04-06T19:48:11.406Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
29812026-04-06T19:48:11.406Ztest nat::test_mapping ... ok
29822026-04-06T19:48:11.406Ztest port_map::tests::dump_map ... ok
29832026-04-06T19:48:11.406Ztest port_map::tests::test_backplane_group ... ok
29842026-04-06T19:48:11.409Ztest port_map::tests::test_port_map ... ok
29852026-04-06T19:48:11.410ZApr 06 19:48:10.492 DEBG created new freemapApr 06 19:48:10.492 DEBG, unitcreated new freemap: , freemap_testunit:
29862026-04-06T19:48:11.410Z freemap_test
29872026-04-06T19:48:11.410ZApr 06 19:48:10.493Apr 06 19:48:10.493 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
29882026-04-06T19:48:11.410Z
29892026-04-06T19:48:11.410ZApr 06 19:48:10.493Apr 06 19:48:10.493 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
29902026-04-06T19:48:11.410Z
29912026-04-06T19:48:11.410ZApr 06 19:48:10.492 DEBG created new freemap, unit: freemap_test
29922026-04-06T19:48:11.410ZApr 06 19:48:10.493 DEBG Apr 06 19:48:10.493created new freemap DEBG , initted freemap. size: 128unit, :unit :freemap_test freemap_test
29932026-04-06T19:48:11.410Z
29942026-04-06T19:48:11.410ZApr 06 19:48:10.493 DEBGApr 06 19:48:10.493 reset freemapDEBG, unitinitted freemap. size: 128:, unitfreemap_test:
29952026-04-06T19:48:11.410Z freemap_test
29962026-04-06T19:48:11.410ZApr 06 19:48:10.493 DEBG reset freemap, unit: freemap_test
29972026-04-06T19:48:11.410Ztest freemap::test_free ... ok
29982026-04-06T19:48:11.410Ztest freemap::test_span ... ok
29992026-04-06T19:48:11.410ZApr 06 19:48:10.493 DEBG created new freemap, unit: freemap_test
30002026-04-06T19:48:11.410Ztest freemap::test_reclaim ... ok
30012026-04-06T19:48:11.410Ztest freemap::test_basic ... ok
30022026-04-06T19:48:11.410ZApr 06 19:48:10.493 DEBG initted freemap. size: 128, unit: freemap_test
30032026-04-06T19:48:11.410ZApr 06 19:48:10.493 DEBG reset freemap, unit: freemap_test
30042026-04-06T19:48:11.410Ztest freemap::test_exhaustion ... ok
30052026-04-06T19:48:11.410Ztest api_server::tests::test_build_info ... ok
30062026-04-06T19:48:11.410Ztest port_map::tests::parse_softnpu_revision ... ok
30072026-04-06T19:48:11.410Z
30082026-04-06T19:48:11.410Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30092026-04-06T19:48:11.410Z
30102026-04-06T19:48:11.413Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-bf6c84eebd75a0fc)
30112026-04-06T19:48:11.416Z
30122026-04-06T19:48:11.416Zrunning 0 tests
30132026-04-06T19:48:11.416Z
30142026-04-06T19:48:11.416Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30152026-04-06T19:48:11.416Z
30162026-04-06T19:48:11.416Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a305eedecb39832c)
30172026-04-06T19:48:11.416Z
30182026-04-06T19:48:11.416Zrunning 0 tests
30192026-04-06T19:48:11.417Z
30202026-04-06T19:48:11.417Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30212026-04-06T19:48:11.417Z
30222026-04-06T19:48:11.417Z Running unittests src/lib.rs (target/debug/deps/dpd_client-ef59e181257aa5ad)
30232026-04-06T19:48:11.420Z
30242026-04-06T19:48:11.420Zrunning 6 tests
30252026-04-06T19:48:11.420Ztest tests::test_parse_client_port_id ... ok
30262026-04-06T19:48:11.420Ztest tests::test_port_id_cmp ... ok
30272026-04-06T19:48:11.420Ztest tests::test_full_lot_id_neither_present ... ok
30282026-04-06T19:48:11.420Ztest tests::test_full_lot_id_lotnum_only ... ok
30292026-04-06T19:48:11.420Ztest tests::test_full_lot_id_both_present ... ok
30302026-04-06T19:48:11.420Ztest tests::test_full_lot_id_lot_only ... ok
30312026-04-06T19:48:11.420Z
30322026-04-06T19:48:11.420Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30332026-04-06T19:48:11.420Z
30342026-04-06T19:48:11.420Z Running tests/test_all.rs (target/debug/deps/test_all-0fdbb7514b3fc733)
30352026-04-06T19:48:11.423Z
30362026-04-06T19:48:11.423Zrunning 0 tests
30372026-04-06T19:48:11.423Z
30382026-04-06T19:48:11.423Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30392026-04-06T19:48:11.424Z
30402026-04-06T19:48:11.424Z Running unittests src/lib.rs (target/debug/deps/dpd_types-e75d3bd74888eb1a)
30412026-04-06T19:48:11.424Z
30422026-04-06T19:48:11.424Zrunning 0 tests
30432026-04-06T19:48:11.424Z
30442026-04-06T19:48:11.424Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30452026-04-06T19:48:11.424Z
30462026-04-06T19:48:11.427Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
30472026-04-06T19:48:11.427Z
30482026-04-06T19:48:11.427Zrunning 12 tests
30492026-04-06T19:48:11.427Ztest icmp::test_v6_checksum ... ok
30502026-04-06T19:48:11.427Ztest icmp::test_v4_checksum ... ok
30512026-04-06T19:48:11.427Ztest lldp::test_lldp_parse ... ok
30522026-04-06T19:48:11.427Ztest pbuf::test_byte ... ok
30532026-04-06T19:48:11.427Ztest ipv6::test_ipv6_parse ... ok
30542026-04-06T19:48:11.427Ztest pbuf::test_nibble ... ok
30552026-04-06T19:48:11.427Ztest pbuf::test_overflow ... ok
30562026-04-06T19:48:11.427Ztest pbuf::test_short ... ok
30572026-04-06T19:48:11.427Ztest pbuf::test_twelve ... ok
30582026-04-06T19:48:11.427Ztest pbuf::test_word ... ok
30592026-04-06T19:48:11.427Ztest tcp::test_checksum_syn_nodata ... ok
30602026-04-06T19:48:11.427Ztest tcp::test_checksum_ack_data ... ok
30612026-04-06T19:48:11.427Z
30622026-04-06T19:48:11.427Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30632026-04-06T19:48:11.427Z
30642026-04-06T19:48:11.427Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
30652026-04-06T19:48:11.430Z
30662026-04-06T19:48:11.430Zrunning 0 tests
30672026-04-06T19:48:11.430Z
30682026-04-06T19:48:11.430Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30692026-04-06T19:48:11.430Z
30702026-04-06T19:48:11.430Z Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b)
30712026-04-06T19:48:11.437Z
30722026-04-06T19:48:11.437Zrunning 5 tests
30732026-04-06T19:48:11.441Ztest switchport::test::test_compute_lanes ... ok
30742026-04-06T19:48:11.444Ztest switchport::test::port_id_ordering ... ok
30752026-04-06T19:48:11.444Ztest link::test_filter ... ok
30762026-04-06T19:48:11.444Z Lane 0 Lane 1 Lane 2 Lane 3
30772026-04-06T19:48:11.444Z Rx Loss-of-lock: Yes Yes Yes Yes
30782026-04-06T19:48:11.444Z Rx Loss-of-signal: Yes Yes Yes Yes
30792026-04-06T19:48:11.444Z Rx CDR Enabled: Yes Yes Yes Yes
30802026-04-06T19:48:11.444Z Lane 0 Tx Enabled: Yes Yes Yes YesLane 1
30812026-04-06T19:48:11.444Z Lane 2 Tx Loss-of-lock: No Lane 3No
30822026-04-06T19:48:11.444ZNo No
30832026-04-06T19:48:11.444Z State: Activated Tx Loss-of-signal: No Activated No Activated NoActivated
30842026-04-06T19:48:11.444ZNo
30852026-04-06T19:48:11.444Z Rx Output Enabled: false Tx CDR Enabled: No false falseNo false
30862026-04-06T19:48:11.444ZNo Rx Output Status: validNo
30872026-04-06T19:48:11.444Zvalid valid Tx Adaptive EQ Fault: No valid
30882026-04-06T19:48:11.444ZNo Rx Loss-of-lock: true No trueNo
30892026-04-06T19:48:11.444Z Tx Fault: Yestrue true
30902026-04-06T19:48:11.444ZYes Rx Loss-of-signal: falseYes falseYes
30912026-04-06T19:48:11.444Zfalse false
30922026-04-06T19:48:11.444ZRx Auto-squelch Disable: true true true true
30932026-04-06T19:48:11.444Z Tx Output Enabled: true true true true
30942026-04-06T19:48:11.444Z Tx Output Status: invalid invalid invalid invalid
30952026-04-06T19:48:11.444Z Tx Loss-of-lock: false false false false
30962026-04-06T19:48:11.444Z Tx Loss-of-signal: true true true true
30972026-04-06T19:48:11.444ZTx Auto-squelch Disable: false false false false
30982026-04-06T19:48:11.444Z Tx Adaptive EQ Fail: true true true true
30992026-04-06T19:48:11.445Z Tx Failure: false false false false
31002026-04-06T19:48:11.445Z Tx Force Squelch: true true true true
31012026-04-06T19:48:11.445Z Tx Input Polarity: normal normal normal normal
31022026-04-06T19:48:11.445Ztest switchport::test::test_print_sff_datapath ... ok
31032026-04-06T19:48:11.445Ztest switchport::test::test_print_cmis_datapath ... ok
31042026-04-06T19:48:11.445Z
31052026-04-06T19:48:11.448Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31062026-04-06T19:48:11.448Z
31072026-04-06T19:48:11.448Z Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db)
31082026-04-06T19:48:11.451Z
31092026-04-06T19:48:11.452Zrunning 1 test
31102026-04-06T19:48:11.454Ztest test_p4_counter_list ... ignored
31112026-04-06T19:48:11.455Z
31122026-04-06T19:48:11.455Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31132026-04-06T19:48:11.455Z
31142026-04-06T19:48:11.455Z Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086)
31152026-04-06T19:48:11.459Z
31162026-04-06T19:48:11.459Zrunning 5 tests
31172026-04-06T19:48:11.463Ztest test_an ... ignored
31182026-04-06T19:48:11.463Ztest test_enable ... ignored
31192026-04-06T19:48:11.463Ztest test_ip_addresses ... ignored
31202026-04-06T19:48:11.463Ztest test_kr ... ignored
31212026-04-06T19:48:11.463Ztest test_mac ... ignored
31222026-04-06T19:48:11.463Z
31232026-04-06T19:48:11.463Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
31242026-04-06T19:48:11.463Z
31252026-04-06T19:48:11.464Z Running unittests src/main.rs (target/debug/deps/tfportd-6de78372f9c328fe)
31262026-04-06T19:48:11.467Z
31272026-04-06T19:48:11.467Zrunning 3 tests
31282026-04-06T19:48:11.467Ztest linklocal::test_parse_ipadm ... ok
31292026-04-06T19:48:11.467Ztest tfport::test_parse_tfport ... ok
31302026-04-06T19:48:11.467Ztest config::tests::test_updates ... ok
31312026-04-06T19:48:11.467Z
31322026-04-06T19:48:11.467Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31332026-04-06T19:48:11.467Z
31342026-04-06T19:48:11.467Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
31352026-04-06T19:48:11.467Z
31362026-04-06T19:48:11.467Zrunning 0 tests
31372026-04-06T19:48:11.470Z
31382026-04-06T19:48:11.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31392026-04-06T19:48:11.470Z
31402026-04-06T19:48:11.470Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
31412026-04-06T19:48:11.470Z
31422026-04-06T19:48:11.470Zrunning 0 tests
31432026-04-06T19:48:11.470Z
31442026-04-06T19:48:11.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31452026-04-06T19:48:11.470Z
31462026-04-06T19:48:11.470Z Doc-tests aal
31472026-04-06T19:48:11.594Z
31482026-04-06T19:48:11.594Zrunning 0 tests
31492026-04-06T19:48:11.594Z
31502026-04-06T19:48:11.594Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31512026-04-06T19:48:11.594Z
31522026-04-06T19:48:11.610Z Doc-tests aal_macros
31532026-04-06T19:48:11.681Z
31542026-04-06T19:48:11.681Zrunning 0 tests
31552026-04-06T19:48:11.681Z
31562026-04-06T19:48:11.681Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31572026-04-06T19:48:11.681Z
31582026-04-06T19:48:11.690Z Doc-tests common
31592026-04-06T19:48:11.924Z
31602026-04-06T19:48:11.924Zrunning 0 tests
31612026-04-06T19:48:11.924Z
31622026-04-06T19:48:11.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31632026-04-06T19:48:11.924Z
31642026-04-06T19:48:11.944Z Doc-tests dpd_api
31652026-04-06T19:48:13.139Z
31662026-04-06T19:48:13.139Zrunning 2 tests
31672026-04-06T19:48:13.139Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
31682026-04-06T19:48:13.139Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
31692026-04-06T19:48:13.139Z
31702026-04-06T19:48:13.139Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
31712026-04-06T19:48:13.139Z
31722026-04-06T19:48:13.167Z Doc-tests dpd_client
31732026-04-06T19:48:14.451Z
31742026-04-06T19:48:14.451Zrunning 0 tests
31752026-04-06T19:48:14.451Z
31762026-04-06T19:48:14.454Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31772026-04-06T19:48:14.454Z
31782026-04-06T19:48:14.499Z Doc-tests dpd_types
31792026-04-06T19:48:14.848Z
31802026-04-06T19:48:14.848Zrunning 0 tests
31812026-04-06T19:48:14.848Z
31822026-04-06T19:48:14.848Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31832026-04-06T19:48:14.848Z
31842026-04-06T19:48:14.879Z Doc-tests packet
31852026-04-06T19:48:14.995Z
31862026-04-06T19:48:14.995Zrunning 0 tests
31872026-04-06T19:48:14.995Z
31882026-04-06T19:48:14.995Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31892026-04-06T19:48:14.995Z
31902026-04-06T19:48:15.010Z Doc-tests pcap
31912026-04-06T19:48:15.064Z
31922026-04-06T19:48:15.064Zrunning 0 tests
31932026-04-06T19:48:15.064Z
31942026-04-06T19:48:15.067Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31952026-04-06T19:48:15.067Z
31962026-04-06T19:48:15.115Z+ for feat in tofino_stub tofino_asic softnpu chaos
31972026-04-06T19:48:15.116Z+ RUST_BACKTRACE=full
31982026-04-06T19:48:15.116Z+ cargo test --features chaos --no-fail-fast
31992026-04-06T19:48:15.709Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
32002026-04-06T19:48:15.785Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
32012026-04-06T19:48:15.798Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
32022026-04-06T19:48:24.238Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
32032026-04-06T19:48:24.368Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
32042026-04-06T19:48:57.794Z Finished `test` profile [unoptimized + debuginfo] target(s) in 42.66s
32052026-04-06T19:48:57.911Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
32062026-04-06T19:48:57.918Z
32072026-04-06T19:48:57.918Zrunning 5 tests
32082026-04-06T19:48:57.921Ztest fuse::tests::chip_revision_b0 ... ok
32092026-04-06T19:48:57.921Ztest fuse::tests::chip_revision_unknown_device_id ... ok
32102026-04-06T19:48:57.921Ztest fuse::tests::chip_revision_a0 ... ok
32112026-04-06T19:48:57.921Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
32122026-04-06T19:48:57.921Ztest fuse::tests::chip_revision_b1 ... ok
32132026-04-06T19:48:57.921Z
32142026-04-06T19:48:57.921Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32152026-04-06T19:48:57.921Z
32162026-04-06T19:48:57.921Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
32172026-04-06T19:48:57.924Z
32182026-04-06T19:48:57.924Zrunning 0 tests
32192026-04-06T19:48:57.924Z
32202026-04-06T19:48:57.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32212026-04-06T19:48:57.924Z
32222026-04-06T19:48:57.927Z Running unittests src/lib.rs (target/debug/deps/asic-1c2eb52c0a7a8a98)
32232026-04-06T19:48:57.931Z
32242026-04-06T19:48:57.931Zrunning 0 tests
32252026-04-06T19:48:57.931Z
32262026-04-06T19:48:57.940Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32272026-04-06T19:48:57.940Z
32282026-04-06T19:48:57.940Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
32292026-04-06T19:48:57.940Z
32302026-04-06T19:48:57.940Zrunning 10 tests
32312026-04-06T19:48:57.940Ztest nat::tests::test_vni ... ok
32322026-04-06T19:48:57.940Ztest network::tests::test_equal ... ok
32332026-04-06T19:48:57.940Ztest network::tests::test_eui64 ... ok
32342026-04-06T19:48:57.940Ztest network::tests::test_generate_ipv6_link_local ... ok
32352026-04-06T19:48:57.940Ztest network::tests::test_not_equal ... ok
32362026-04-06T19:48:57.940Ztest network::tests::test_into ... ok
32372026-04-06T19:48:57.944Ztest network::tests::test_to_string ... ok
32382026-04-06T19:48:57.944Ztest network::tests::test_parse ... ok
32392026-04-06T19:48:57.944Ztest test_purge ... ok
32402026-04-06T19:48:57.947Ztest illumos::test::address_exists_handles_missing_object ... ok
32412026-04-06T19:48:57.947Z
32422026-04-06T19:48:57.947Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32432026-04-06T19:48:57.947Z
32442026-04-06T19:48:57.947Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f7ec59f9437a8ba0)
32452026-04-06T19:48:57.970Z
32462026-04-06T19:48:57.970Zrunning 1 test
32472026-04-06T19:48:59.284Ztest test::test_apis_up_to_date ... ok
32482026-04-06T19:48:59.284Z
32492026-04-06T19:48:59.284Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
32502026-04-06T19:48:59.284Z
32512026-04-06T19:48:59.340Z Running unittests src/main.rs (target/debug/deps/dpd-f46c1f8fdecc9e9b)
32522026-04-06T19:48:59.346Z
32532026-04-06T19:48:59.346Zrunning 18 tests
32542026-04-06T19:48:59.349Ztest freemap::test_ordering ... ok
32552026-04-06T19:48:59.349Ztest freemap::test_split ... ok
32562026-04-06T19:48:59.349Ztest config::tests::test_updates ... ok
32572026-04-06T19:48:59.349Ztest macaddrs::tests::test_mac_offset ... ok
32582026-04-06T19:48:59.349Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
32592026-04-06T19:48:59.349Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
32602026-04-06T19:48:59.350Ztest macaddrs::tests::test_parse_port_id ... ok
32612026-04-06T19:48:59.350Ztest nat::test_mapping ... ok
32622026-04-06T19:48:59.353Ztest port_map::tests::dump_map ... ok
32632026-04-06T19:48:59.353Ztest port_map::tests::test_backplane_group ... ok
32642026-04-06T19:48:59.353Ztest port_map::tests::test_port_map ... ok
32652026-04-06T19:48:59.353ZApr 06 19:48:58.436Apr 06 19:48:58.436 DEBGDEBG created new freemapcreated new freemapApr 06 19:48:58.436 , DEBGunit :created new freemap, , unitfreemap_testunit::
32662026-04-06T19:48:59.353Z freemap_testfreemap_test
32672026-04-06T19:48:59.353Z
32682026-04-06T19:48:59.353ZApr 06 19:48:58.436 DEBG initted freemap. size: 128, unitApr 06 19:48:58.436: Apr 06 19:48:58.436 DEBGfreemap_test DEBGinitted freemap. size: 128
32692026-04-06T19:48:59.353Z , initted freemap. size: 128unit, :unit :freemap_test
32702026-04-06T19:48:59.353Zfreemap_test
32712026-04-06T19:48:59.353ZApr 06 19:48:58.436Apr 06 19:48:58.436 Apr 06 19:48:58.436 DEBGDEBGDEBG Apr 06 19:48:58.436 reset freemap , reset freemapunitDEBG :created new freemapreset freemap , , freemap_testunit
32722026-04-06T19:48:59.353Zunit: :freemap_test,
32732026-04-06T19:48:59.353Zunit :freemap_test
32742026-04-06T19:48:59.353Zfreemap_test
32752026-04-06T19:48:59.353ZApr 06 19:48:58.436 DEBG initted freemap. size: 128, unit: freemap_test
32762026-04-06T19:48:59.353ZApr 06 19:48:58.436 DEBG reset freemap, unit: freemap_test
32772026-04-06T19:48:59.353Ztest freemap::test_reclaim ... ok
32782026-04-06T19:48:59.353Ztest freemap::test_exhaustion ... ok
32792026-04-06T19:48:59.353Ztest freemap::test_basic ... ok
32802026-04-06T19:48:59.353Ztest freemap::test_span ... ok
32812026-04-06T19:48:59.353ZApr 06 19:48:58.436 DEBG created new freemap, unit: freemap_test
32822026-04-06T19:48:59.353ZApr 06 19:48:58.436 DEBG initted freemap. size: 128, unit: freemap_test
32832026-04-06T19:48:59.353ZApr 06 19:48:58.436 DEBG reset freemap, unit: freemap_test
32842026-04-06T19:48:59.353Ztest freemap::test_free ... ok
32852026-04-06T19:48:59.353Ztest port_map::tests::parse_softnpu_revision ... ok
32862026-04-06T19:48:59.353Ztest api_server::tests::test_build_info ... ok
32872026-04-06T19:48:59.353Z
32882026-04-06T19:48:59.353Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32892026-04-06T19:48:59.353Z
32902026-04-06T19:48:59.357Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-158fa2d6a9c99f81)
32912026-04-06T19:48:59.359Z
32922026-04-06T19:48:59.359Zrunning 0 tests
32932026-04-06T19:48:59.359Z
32942026-04-06T19:48:59.359Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32952026-04-06T19:48:59.359Z
32962026-04-06T19:48:59.359Z Running unittests src/lib.rs (target/debug/deps/dpd_api-1183094212abf212)
32972026-04-06T19:48:59.362Z
32982026-04-06T19:48:59.362Zrunning 0 tests
32992026-04-06T19:48:59.365Z
33002026-04-06T19:48:59.365Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33012026-04-06T19:48:59.365Z
33022026-04-06T19:48:59.365Z Running unittests src/lib.rs (target/debug/deps/dpd_client-8397d983114f8bb6)
33032026-04-06T19:48:59.372Z
33042026-04-06T19:48:59.372Zrunning 6 tests
33052026-04-06T19:48:59.376Ztest tests::test_full_lot_id_lot_only ... ok
33062026-04-06T19:48:59.376Ztest tests::test_full_lot_id_lotnum_only ... ok
33072026-04-06T19:48:59.376Ztest tests::test_full_lot_id_neither_present ... ok
33082026-04-06T19:48:59.376Ztest tests::test_full_lot_id_both_present ... ok
33092026-04-06T19:48:59.376Ztest tests::test_port_id_cmp ... ok
33102026-04-06T19:48:59.376Ztest tests::test_parse_client_port_id ... ok
33112026-04-06T19:48:59.379Z
33122026-04-06T19:48:59.379Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33132026-04-06T19:48:59.379Z
33142026-04-06T19:48:59.379Z Running tests/test_all.rs (target/debug/deps/test_all-91ce2df8c70628ed)
33152026-04-06T19:48:59.382Z
33162026-04-06T19:48:59.382Zrunning 6 tests
33172026-04-06T19:49:02.391Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
33182026-04-06T19:49:02.394Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
33192026-04-06T19:49:02.394Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
33202026-04-06T19:49:02.400Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
33212026-04-06T19:49:02.731Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
33222026-04-06T19:49:03.653Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
33232026-04-06T19:49:03.653Z
33242026-04-06T19:49:03.653Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.27s
33252026-04-06T19:49:03.653Z
33262026-04-06T19:49:03.659Z Running unittests src/lib.rs (target/debug/deps/dpd_types-5f44be03a468ec0c)
33272026-04-06T19:49:03.664Z
33282026-04-06T19:49:03.664Zrunning 0 tests
33292026-04-06T19:49:03.664Z
33302026-04-06T19:49:03.667Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33312026-04-06T19:49:03.667Z
33322026-04-06T19:49:03.667Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
33332026-04-06T19:49:03.670Z
33342026-04-06T19:49:03.670Zrunning 12 tests
33352026-04-06T19:49:03.673Ztest icmp::test_v4_checksum ... ok
33362026-04-06T19:49:03.673Ztest ipv6::test_ipv6_parse ... ok
33372026-04-06T19:49:03.673Ztest icmp::test_v6_checksum ... ok
33382026-04-06T19:49:03.673Ztest pbuf::test_byte ... ok
33392026-04-06T19:49:03.673Ztest lldp::test_lldp_parse ... ok
33402026-04-06T19:49:03.673Ztest pbuf::test_nibble ... ok
33412026-04-06T19:49:03.673Ztest pbuf::test_short ... ok
33422026-04-06T19:49:03.673Ztest pbuf::test_twelve ... ok
33432026-04-06T19:49:03.673Ztest pbuf::test_word ... ok
33442026-04-06T19:49:03.674Ztest pbuf::test_overflow ... ok
33452026-04-06T19:49:03.674Ztest tcp::test_checksum_ack_data ... ok
33462026-04-06T19:49:03.674Ztest tcp::test_checksum_syn_nodata ... ok
33472026-04-06T19:49:03.674Z
33482026-04-06T19:49:03.674Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33492026-04-06T19:49:03.674Z
33502026-04-06T19:49:03.674Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
33512026-04-06T19:49:03.677Z
33522026-04-06T19:49:03.677Zrunning 0 tests
33532026-04-06T19:49:03.677Z
33542026-04-06T19:49:03.677Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33552026-04-06T19:49:03.677Z
33562026-04-06T19:49:03.680Z Running unittests src/main.rs (target/debug/deps/swadm-2ba98d749d0a06fb)
33572026-04-06T19:49:03.683Z
33582026-04-06T19:49:03.683Zrunning 5 tests
33592026-04-06T19:49:03.683Ztest switchport::test::test_compute_lanes ... ok
33602026-04-06T19:49:03.683Ztest switchport::test::port_id_ordering ... ok
33612026-04-06T19:49:03.683Z Lane 0 Lane 1 Lane 2 Lane 3
33622026-04-06T19:49:03.683Z Rx Loss-of-lock: Yes Yes Yes Yes
33632026-04-06T19:49:03.683Z Rx Loss-of-signal: Yes Yes Yes Yes
33642026-04-06T19:49:03.683Z Rx CDR Enabled: Yes Yes Yes Yes
33652026-04-06T19:49:03.684Z Tx Enabled: Yes Yes Yes Yes
33662026-04-06T19:49:03.684Z Tx Loss-of-lock: No No No No
33672026-04-06T19:49:03.684Z Tx Loss-of-signal: No No No No
33682026-04-06T19:49:03.684Z Tx CDR Enabled: No No No No
33692026-04-06T19:49:03.684Z Tx Adaptive EQ Fault: No No No No
33702026-04-06T19:49:03.684Z Tx Fault: Yes Yes Yes Yes
33712026-04-06T19:49:03.684Z Lane 0 Lane 1 Lane 2 Lane 3
33722026-04-06T19:49:03.684Z State: Activated Activated Activated Activated
33732026-04-06T19:49:03.684Z Rx Output Enabled: false false false false
33742026-04-06T19:49:03.684Z Rx Output Status: valid valid valid valid
33752026-04-06T19:49:03.684Z Rx Loss-of-lock: true true true true
33762026-04-06T19:49:03.684Z Rx Loss-of-signal: false false false false
33772026-04-06T19:49:03.684Ztest switchport::test::test_print_sff_datapath ... okRx Auto-squelch Disable: true
33782026-04-06T19:49:03.684Ztrue true true
33792026-04-06T19:49:03.684Z Tx Output Enabled: true true true true
33802026-04-06T19:49:03.684Z Tx Output Status: invalid invalid invalid invalid
33812026-04-06T19:49:03.684Z Tx Loss-of-lock: false false false false
33822026-04-06T19:49:03.684Z Tx Loss-of-signal: true true true true
33832026-04-06T19:49:03.684ZTx Auto-squelch Disable: false false false false
33842026-04-06T19:49:03.684Z Tx Adaptive EQ Fail: true true true true
33852026-04-06T19:49:03.684Z Tx Failure: false false false false
33862026-04-06T19:49:03.684Z Tx Force Squelch: true true true true
33872026-04-06T19:49:03.684Z Tx Input Polarity: normal normal normal normal
33882026-04-06T19:49:03.684Ztest switchport::test::test_print_cmis_datapath ... ok
33892026-04-06T19:49:03.684Ztest link::test_filter ... ok
33902026-04-06T19:49:03.684Z
33912026-04-06T19:49:03.684Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33922026-04-06T19:49:03.684Z
33932026-04-06T19:49:03.684Z Running tests/counters.rs (target/debug/deps/counters-9829e695a9264972)
33942026-04-06T19:49:03.688Z
33952026-04-06T19:49:03.688Zrunning 1 test
33962026-04-06T19:49:03.688Ztest test_p4_counter_list ... ignored
33972026-04-06T19:49:03.688Z
33982026-04-06T19:49:03.688Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33992026-04-06T19:49:03.688Z
34002026-04-06T19:49:03.688Z Running tests/port-link.rs (target/debug/deps/port_link-0e1965947f5236f3)
34012026-04-06T19:49:03.691Z
34022026-04-06T19:49:03.691Zrunning 5 tests
34032026-04-06T19:49:03.695Ztest test_an ... ignored
34042026-04-06T19:49:03.695Ztest test_enable ... ignored
34052026-04-06T19:49:03.695Ztest test_ip_addresses ... ignored
34062026-04-06T19:49:03.695Ztest test_kr ... ignored
34072026-04-06T19:49:03.695Ztest test_mac ... ignored
34082026-04-06T19:49:03.695Z
34092026-04-06T19:49:03.695Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
34102026-04-06T19:49:03.695Z
34112026-04-06T19:49:03.695Z Running unittests src/main.rs (target/debug/deps/tfportd-f683aee15d8a81d6)
34122026-04-06T19:49:03.695Z
34132026-04-06T19:49:03.695Zrunning 3 tests
34142026-04-06T19:49:03.698Ztest linklocal::test_parse_ipadm ... ok
34152026-04-06T19:49:03.698Ztest tfport::test_parse_tfport ... ok
34162026-04-06T19:49:03.698Ztest config::tests::test_updates ... ok
34172026-04-06T19:49:03.698Z
34182026-04-06T19:49:03.698Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34192026-04-06T19:49:03.698Z
34202026-04-06T19:49:03.698Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
34212026-04-06T19:49:03.701Z
34222026-04-06T19:49:03.701Zrunning 0 tests
34232026-04-06T19:49:03.701Z
34242026-04-06T19:49:03.701Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34252026-04-06T19:49:03.701Z
34262026-04-06T19:49:03.701Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
34272026-04-06T19:49:03.704Z
34282026-04-06T19:49:03.704Zrunning 0 tests
34292026-04-06T19:49:03.704Z
34302026-04-06T19:49:03.704Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34312026-04-06T19:49:03.704Z
34322026-04-06T19:49:03.707Z Doc-tests aal
34332026-04-06T19:49:03.877Z
34342026-04-06T19:49:03.877Zrunning 0 tests
34352026-04-06T19:49:03.877Z
34362026-04-06T19:49:03.881Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34372026-04-06T19:49:03.881Z
34382026-04-06T19:49:03.894Z Doc-tests aal_macros
34392026-04-06T19:49:03.968Z
34402026-04-06T19:49:03.968Zrunning 0 tests
34412026-04-06T19:49:03.968Z
34422026-04-06T19:49:03.968Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34432026-04-06T19:49:03.968Z
34442026-04-06T19:49:03.979Z Doc-tests common
34452026-04-06T19:49:04.217Z
34462026-04-06T19:49:04.217Zrunning 0 tests
34472026-04-06T19:49:04.217Z
34482026-04-06T19:49:04.217Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34492026-04-06T19:49:04.217Z
34502026-04-06T19:49:04.236Z Doc-tests dpd_api
34512026-04-06T19:49:05.472Z
34522026-04-06T19:49:05.472Zrunning 2 tests
34532026-04-06T19:49:05.472Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
34542026-04-06T19:49:05.472Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
34552026-04-06T19:49:05.472Z
34562026-04-06T19:49:05.472Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
34572026-04-06T19:49:05.472Z
34582026-04-06T19:49:05.517Z Doc-tests dpd_client
34592026-04-06T19:49:06.814Z
34602026-04-06T19:49:06.814Zrunning 0 tests
34612026-04-06T19:49:06.814Z
34622026-04-06T19:49:06.814Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34632026-04-06T19:49:06.814Z
34642026-04-06T19:49:06.861Z Doc-tests dpd_types
34652026-04-06T19:49:07.207Z
34662026-04-06T19:49:07.207Zrunning 0 tests
34672026-04-06T19:49:07.207Z
34682026-04-06T19:49:07.207Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34692026-04-06T19:49:07.208Z
34702026-04-06T19:49:07.238Z Doc-tests packet
34712026-04-06T19:49:07.351Z
34722026-04-06T19:49:07.351Zrunning 0 tests
34732026-04-06T19:49:07.351Z
34742026-04-06T19:49:07.351Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34752026-04-06T19:49:07.351Z
34762026-04-06T19:49:07.367Z Doc-tests pcap
34772026-04-06T19:49:07.420Z
34782026-04-06T19:49:07.420Zrunning 0 tests
34792026-04-06T19:49:07.420Z
34802026-04-06T19:49:07.420Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34812026-04-06T19:49:07.420Z
34822026-04-06T19:49:07.468Zprocess exited: duration 620929 ms, exit code 0
 
34832026-04-06T19:49:07.475Zfound 0 output files