01KM5J03TV3DF3J6PCGP4FAGJH: test

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

Buildomat Job: 01KM5J0D33XG2QH43WDG2TFRMZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T12:03:55.549Zjob assigned to worker 01KM5J0H8HCC2RXNJ4RQ065Q36 [factory aws, i-0f46b75518a8f2f23] (queued for 1 m 22 s)
 
22026-03-20T12:04:03.170Zstarting task 0: "setup"
32026-03-20T12:04:03.174Z++ uname -s
42026-03-20T12:04:03.178Z+ kern=SunOS
52026-03-20T12:04:03.178Z+ build_user=build
62026-03-20T12:04:03.178Z+ build_uid=12345
72026-03-20T12:04:03.178Z+ work_dir=/work
82026-03-20T12:04:03.178Z+ input_dir=/input
92026-03-20T12:04:03.178Z+ [[ 0 == 12345 ]]
102026-03-20T12:04:03.178Z+ case "$kern" in
112026-03-20T12:04:03.178Z+ groupadd -g 12345 build
122026-03-20T12:04:03.183Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T12:04:05.185Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T12:04:05.267Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T12:04:05.270Z+ home_fs=zfs
162026-03-20T12:04:05.270Z+ [[ zfs == autofs ]]
172026-03-20T12:04:05.271Z+ mkdir -p /home/build
182026-03-20T12:04:05.274Z+ chown build:build /home/build /work
192026-03-20T12:04:07.273Z+ chmod 0700 /home/build /work
202026-03-20T12:04:07.277Zprocess exited: duration 4107 ms, exit code 0
 
212026-03-20T12:04:07.283Zstarting task 1: "rust-toolchain"
222026-03-20T12:04:07.288Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-03-20T12:04:07.288Z * rust toolchain channel = "1.90.0"
242026-03-20T12:04:07.288Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-20T12:04:07.288Z * rust toolchain profile = "default"
262026-03-20T12:04:07.288Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T12:04:07.288Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T12:04:07.291Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T12:04:07.291Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-03-20T12:04:07.402Zinfo: downloading installer
312026-03-20T12:04:09.428Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T12:04:09.428Zwarn: /opt/ooce/bin
332026-03-20T12:04:09.428Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T12:04:09.428Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T12:04:09.428Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T12:04:09.428Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T12:04:09.428Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T12:04:09.428Zerror: cannot install while Rust is installed
392026-03-20T12:04:09.428Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T12:04:09.431Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T12:04:09.431Zwarn: /home/build/.rustup/settings.toml
422026-03-20T12:04:09.431Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T12:04:09.431Zwarn: instead of the one inferred from the default host triple.
442026-03-20T12:04:09.441Zinfo: profile set to default
452026-03-20T12:04:09.441Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T12:04:09.444Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-03-20T12:04:09.620Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-03-20T12:04:09.624Zinfo: downloading 6 components
492026-03-20T12:04:26.329Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-03-20T12:04:26.329Z
512026-03-20T12:04:26.365Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-03-20T12:04:26.365Z
532026-03-20T12:04:26.368Z
542026-03-20T12:04:26.368ZRust is installed now. Great!
552026-03-20T12:04:26.368Z
562026-03-20T12:04:26.368ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T12:04:26.369Zenvironment variable. This has not been done automatically.
582026-03-20T12:04:26.369Z
592026-03-20T12:04:26.369ZTo configure your current shell, you need to source
602026-03-20T12:04:26.369Zthe corresponding env file under $HOME/.cargo.
612026-03-20T12:04:26.369Z
622026-03-20T12:04:26.369ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T12:04:26.369Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T12:04:26.369Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T12:04:26.369Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T12:04:26.369Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T12:04:26.369Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T12:04:26.369Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T12:04:26.369Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T12:04:26.369Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T12:04:26.492Z+ rustup --version
722026-03-20T12:04:26.503Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T12:04:26.506Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T12:04:26.531Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-03-20T12:04:26.534Z+ cargo --version
762026-03-20T12:04:26.550Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-03-20T12:04:26.554Z+ rustc --version
782026-03-20T12:04:26.579Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-03-20T12:04:26.583Zprocess exited: duration 19296 ms, exit code 0
 
802026-03-20T12:04:26.589Zstarting task 2: "authentication"
812026-03-20T12:04:26.609Zprocess exited: duration 19 ms, exit code 0
 
822026-03-20T12:04:26.616Zstarting task 3: "clone repository"
832026-03-20T12:04:26.619Z+ mkdir -p /work/oxidecomputer/dendrite
842026-03-20T12:04:26.622Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-03-20T12:04:26.752ZCloning into '/work/oxidecomputer/dendrite'...
862026-03-20T12:04:27.826Z+ cd /work/oxidecomputer/dendrite
872026-03-20T12:04:27.826Z+ git fetch origin 25cbcaec66bccdd311f7dbe86bfd33df67afd046
882026-03-20T12:04:28.100ZFrom https://github.com/oxidecomputer/dendrite
892026-03-20T12:04:28.100Z * branch 25cbcaec66bccdd311f7dbe86bfd33df67afd046 -> FETCH_HEAD
902026-03-20T12:04:28.108Z+ [[ -n qol ]]
912026-03-20T12:04:28.111Z++ git branch --show-current
922026-03-20T12:04:28.114Z+ current=main
932026-03-20T12:04:28.114Z+ [[ main != qol ]]
942026-03-20T12:04:28.114Z+ git branch -f qol 25cbcaec66bccdd311f7dbe86bfd33df67afd046
952026-03-20T12:04:28.117Z+ git checkout -f qol
962026-03-20T12:04:28.138ZSwitched to branch 'qol'
972026-03-20T12:04:28.141Z+ git reset --hard 25cbcaec66bccdd311f7dbe86bfd33df67afd046
982026-03-20T12:04:28.163ZHEAD is now at 25cbcae Fixes: 79 Add ls -> list alias for arp subcommand 121 swadm link history could report better timestamps for link events 221 swadm link ls filter matching
992026-03-20T12:04:28.166Zprocess exited: duration 1547 ms, exit code 0
 
1002026-03-20T12:04:28.172Zstarting task 4: "build"
1012026-03-20T12:04:28.180Z+ source .github/buildomat/common.sh
1022026-03-20T12:04:28.180Z++ TOFINO_STAGES=20
1032026-03-20T12:04:28.180Z++ SDE_COMMIT=53519b8cf74fe832cc7838ea92683564ce4026f2
1042026-03-20T12:04:28.180Z++ SDE_PKG_SHA256=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0
1052026-03-20T12:04:28.180Z++ SDE_DEB_SHA256=90a18b65a6c65f4d15d5f75a00e42ae55a27ffaff2066061aa95feefbe85e163
1062026-03-20T12:04:28.180Z+++ uname -s
1072026-03-20T12:04:28.183Z++ '[' SunOS == SunOS ']'
1082026-03-20T12:04:28.183Z++ SERIES=illumos
1092026-03-20T12:04:28.183Z+++ uname -s
1102026-03-20T12:04:28.183Z++ '[' SunOS == SunOS ']'
1112026-03-20T12:04:28.183Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/53519b8cf74fe832cc7838ea92683564ce4026f2
1122026-03-20T12:04:28.183Z++ rustup show active-toolchain
1132026-03-20T12:04:28.187Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1142026-03-20T12:04:28.190Z+ source .github/buildomat/illumos.sh
1152026-03-20T12:04:28.190Z++ banner 'sde setup'
1162026-03-20T12:04:28.190Z
1172026-03-20T12:04:28.190Z #### ##### ###### #### ###### ##### # # #####
1182026-03-20T12:04:28.190Z # # # # # # # # # # #
1192026-03-20T12:04:28.190Z #### # # ##### #### ##### # # # # #
1202026-03-20T12:04:28.190Z # # # # # # # # # #####
1212026-03-20T12:04:28.190Z # # # # # # # # # # # #
1222026-03-20T12:04:28.190Z #### ##### ###### #### ###### # #### #
1232026-03-20T12:04:28.190Z
1242026-03-20T12:04:28.190Z++ export PKG=tofino_sde.p5p
1252026-03-20T12:04:28.191Z++ PKG=tofino_sde.p5p
1262026-03-20T12:04:28.191Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/53519b8cf74fe832cc7838ea92683564ce4026f2/tofino_sde.p5p
1272026-03-20T12:04:28.198Z % Total % Received % Xferd Average Speed Time Time Time Current
1282026-03-20T12:04:28.201Z Dload Upload Total Spent Left Speed
1292026-03-20T12:04:29.621Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 51 76.0M 51 38.8M 0 0 45.4M 0 0:00:01 --:--:-- 0:00:01 45.4M 100 76.0M 100 76.0M 0 0 53.4M 0 0:00:01 0:00:01 --:--:-- 53.4M
1302026-03-20T12:04:29.626Z+++ digest -a sha256 tofino_sde.p5p
1312026-03-20T12:04:29.684Z++ SDE_CALC=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0
1322026-03-20T12:04:29.687Z++ '[' ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 '!=' ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 ']'
1332026-03-20T12:04:29.688Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1342026-03-20T12:04:37.965Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-20T12:04:48.029Z Startup: Caching catalogs ... Done
1362026-03-20T12:04:48.196Z Startup: Refreshing catalog 'oxide' ... Done
1372026-03-20T12:05:13.094ZPlanning: Solver setup ... Done
1382026-03-20T12:05:13.245ZPlanning: Running solver ... Done
1392026-03-20T12:05:13.428ZPlanning: Finding local manifests ... Done
1402026-03-20T12:05:13.431ZPlanning: Fetching manifests: 1/1 100% complete
1412026-03-20T12:05:13.437ZPlanning: Fetching manifests: 1/1 100% complete
1422026-03-20T12:05:13.453ZPlanning: Package planning ... Done
1432026-03-20T12:05:13.456ZPlanning: Merging actions ... Done
1442026-03-20T12:05:13.746ZPlanning: Checking for conflicting actions ... Done
1452026-03-20T12:05:13.749ZPlanning: Consolidating action changes ... Done
1462026-03-20T12:05:14.763ZPlanning: Evaluating mediators ... Done
1472026-03-20T12:05:14.766ZPlanning: Planning completed in 26.56 seconds
1482026-03-20T12:05:14.772Z Packages to install: 1
1492026-03-20T12:05:14.775Z Create boot environment: No
1502026-03-20T12:05:14.775ZCreate backup boot environment: No
1512026-03-20T12:05:14.813Z
1522026-03-20T12:05:14.813ZDownload: 0/242 items 0.0/75.3MB 0% complete
1532026-03-20T12:05:15.019ZDownload: Completed 75.30 MB in 0.21 seconds (365M/s)
1542026-03-20T12:05:15.196Z Actions: 1/293 actions (Installing new actions)
1552026-03-20T12:05:16.451Z Actions: Completed 293 actions in 1.26 seconds.
1562026-03-20T12:05:16.454Z Done
1572026-03-20T12:05:16.509Z Done
1582026-03-20T12:05:17.456Z Done
1592026-03-20T12:05:22.192Z Done
1602026-03-20T12:05:22.273Z Done
1612026-03-20T12:05:22.277Z Done
1622026-03-20T12:05:22.378Z Done
1632026-03-20T12:05:23.093Z++ export SDE=/opt/oxide/tofino_sde
1642026-03-20T12:05:23.093Z++ SDE=/opt/oxide/tofino_sde
1652026-03-20T12:05:23.093Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1662026-03-20T12:05:23.093Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1672026-03-20T12:05:23.093Z++ banner packages
1682026-03-20T12:05:23.096Z
1692026-03-20T12:05:23.096Z ##### ## #### # # ## #### ###### ####
1702026-03-20T12:05:23.096Z # # # # # # # # # # # # # #
1712026-03-20T12:05:23.096Z # # # # # #### # # # ##### ####
1722026-03-20T12:05:23.096Z ##### ###### # # # ###### # ### # #
1732026-03-20T12:05:23.096Z # # # # # # # # # # # # # #
1742026-03-20T12:05:23.096Z # # # #### # # # # #### ###### ####
1752026-03-20T12:05:23.096Z
1762026-03-20T12:05:23.096Z++ pfexec pkg install clang-15 pcap
1772026-03-20T12:05:23.621Z Startup: Refreshing catalog 'helios-dev' ... Done
1782026-03-20T12:05:23.624Z Startup: Refreshing catalog 'oxide' ... Done
1792026-03-20T12:05:45.874ZPlanning: Solver setup ... Done
1802026-03-20T12:05:46.031ZPlanning: Running solver ... Done
1812026-03-20T12:05:46.213ZPlanning: Finding local manifests ... Done
1822026-03-20T12:05:46.216ZPlanning: Fetching manifests: 0/2 0% complete
1832026-03-20T12:05:46.438ZPlanning: Fetching manifests: 2/2 100% complete
1842026-03-20T12:05:46.480ZPlanning: Package planning ... Done
1852026-03-20T12:05:46.517ZPlanning: Merging actions ... Done
1862026-03-20T12:05:46.656ZPlanning: Checking for conflicting actions ... Done
1872026-03-20T12:05:46.665ZPlanning: Consolidating action changes ... Done
1882026-03-20T12:05:46.886ZPlanning: Evaluating mediators ... Done
1892026-03-20T12:05:46.893ZPlanning: Planning completed in 23.27 seconds
1902026-03-20T12:05:46.902Z Packages to install: 2
1912026-03-20T12:05:46.905Z Mediators to change: 2
1922026-03-20T12:05:46.905Z Services to change: 1
1932026-03-20T12:05:46.905Z Create boot environment: No
1942026-03-20T12:05:46.905ZCreate backup boot environment: No
1952026-03-20T12:05:46.941Z
1962026-03-20T12:05:46.941ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1972026-03-20T12:05:51.943ZDownload: 2704/3076 items 119.9/211.3MB 56% complete (24.2M/s)
1982026-03-20T12:05:53.971ZDownload: Completed 211.31 MB in 7.03 seconds (30.1M/s)
1992026-03-20T12:05:54.346Z Actions: 1/3418 actions (Installing new actions)
2002026-03-20T12:05:58.484Z Actions: Completed 3418 actions in 4.14 seconds.
2012026-03-20T12:05:58.902Z Done
2022026-03-20T12:05:58.902Z Done
2032026-03-20T12:05:59.896Z Done
2042026-03-20T12:06:03.688Z Done
2052026-03-20T12:06:03.772Z Done
2062026-03-20T12:06:03.776Z Done
2072026-03-20T12:06:03.970Z Done
2082026-03-20T12:06:04.142Z++ pfexec pkg set-mediator -V 15 clang llvm
2092026-03-20T12:06:04.403ZPlanning: Evaluating mediator changes ... Done
2102026-03-20T12:06:04.545ZPlanning: Checking for conflicting actions ... Done
2112026-03-20T12:06:04.548ZPlanning: Consolidating action changes ... Done
2122026-03-20T12:06:04.767ZPlanning: Evaluating mediators ... Done
2132026-03-20T12:06:04.770ZPlanning: Planning completed in 0.37 seconds
2142026-03-20T12:06:04.796Z Mediators to change: 2
2152026-03-20T12:06:04.796Z Create boot environment: No
2162026-03-20T12:06:04.799ZCreate backup boot environment: No
2172026-03-20T12:06:04.876Z Done
2182026-03-20T12:06:04.876Z Done
2192026-03-20T12:06:05.605Z Done
2202026-03-20T12:06:08.932Z Done
2212026-03-20T12:06:09.019Z Done
2222026-03-20T12:06:09.022Z Done
2232026-03-20T12:06:09.181Z Done
2242026-03-20T12:06:09.267Z++ cargo --version
2252026-03-20T12:06:09.280Zcargo 1.90.0 (840b83a10 2025-07-30)
2262026-03-20T12:06:09.283Z++ rustc --version
2272026-03-20T12:06:09.308Zrustc 1.90.0 (1159e78c4 2025-09-14)
2282026-03-20T12:06:09.311Z+ banner copyrights
2292026-03-20T12:06:09.314Z
2302026-03-20T12:06:09.314Z #### #### ##### # # ##### # #### # # ##### ####
2312026-03-20T12:06:09.314Z # # # # # # # # # # # # # # # # #
2322026-03-20T12:06:09.314Z # # # # # # # # # # ###### # ####
2332026-03-20T12:06:09.314Z # # # ##### # ##### # # ### # # # #
2342026-03-20T12:06:09.314Z # # # # # # # # # # # # # # # #
2352026-03-20T12:06:09.314Z #### #### # # # # # #### # # # ####
2362026-03-20T12:06:09.314Z
2372026-03-20T12:06:09.314Z+ ./tools/check_copyrights.sh
2382026-03-20T12:06:09.678Zcommon/src/illumos.rs: Copyright with wrong year
2392026-03-20T12:06:10.734Zpacket/src/eth.rs: Copyright with wrong year
2402026-03-20T12:06:10.910Zswadm/src/counters.rs: Copyright with wrong year
2412026-03-20T12:06:11.352Z+ banner clippy
2422026-03-20T12:06:11.356Z
2432026-03-20T12:06:11.356Z #### # # ##### ##### # #
2442026-03-20T12:06:11.356Z # # # # # # # # # #
2452026-03-20T12:06:11.356Z # # # # # # # #
2462026-03-20T12:06:11.356Z # # # ##### ##### #
2472026-03-20T12:06:11.356Z # # # # # # #
2482026-03-20T12:06:11.356Z #### ###### # # # #
2492026-03-20T12:06:11.356Z
2502026-03-20T12:06:11.356Z+ for feat in tofino_stub tofino_asic softnpu chaos
2512026-03-20T12:06:11.356Z+ cargo clippy --features tofino_stub -- --deny warnings
2522026-03-20T12:06:11.543Z Updating git repository `https://github.com/oxidecomputer/omicron`
2532026-03-20T12:06:23.451Z Updating crates.io index
2542026-03-20T12:06:23.454Z Updating git repository `https://github.com/illumos/smf-rs`
2552026-03-20T12:06:23.791Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562026-03-20T12:06:25.078Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2572026-03-20T12:06:25.363Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582026-03-20T12:06:25.657Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-03-20T12:06:26.128Z Updating git repository `https://github.com/oxidecomputer/ispf`
2602026-03-20T12:06:27.087Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2612026-03-20T12:06:27.400Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-03-20T12:06:27.712Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632026-03-20T12:06:28.054Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2642026-03-20T12:06:28.431Z Updating git repository `https://github.com/oxidecomputer/p4`
2652026-03-20T12:06:28.908Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662026-03-20T12:06:29.135Z Updating git repository `https://github.com/oxidecomputer/lldp`
2672026-03-20T12:06:29.497Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-03-20T12:06:30.138Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-03-20T12:06:30.437Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2702026-03-20T12:06:30.669Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2712026-03-20T12:06:30.992Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722026-03-20T12:06:31.496Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2732026-03-20T12:06:31.898Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2742026-03-20T12:06:32.162Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2752026-03-20T12:06:33.300Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-03-20T12:06:34.014Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772026-03-20T12:06:34.642Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782026-03-20T12:06:36.233Z Updating git repository `https://github.com/oxidecomputer/opte`
2792026-03-20T12:06:36.912Z Updating git repository `https://github.com/oxidecomputer/tofino`
2802026-03-20T12:06:37.233Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812026-03-20T12:06:37.527Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2822026-03-20T12:06:39.357Z Downloading crates ...
2832026-03-20T12:06:39.424Z Downloaded aead v0.5.2
2842026-03-20T12:06:39.428Z Downloaded convert_case v0.4.0
2852026-03-20T12:06:39.431Z Downloaded clap_lex v0.7.5
2862026-03-20T12:06:39.435Z Downloaded adler2 v2.0.1
2872026-03-20T12:06:39.438Z Downloaded camino-tempfile v1.4.1
2882026-03-20T12:06:39.442Z Downloaded defmt-parser v1.0.0
2892026-03-20T12:06:39.445Z Downloaded ciborium-io v0.2.2
2902026-03-20T12:06:39.448Z Downloaded bit-set v0.8.0
2912026-03-20T12:06:39.451Z Downloaded constant_time_eq v0.3.1
2922026-03-20T12:06:39.453Z Downloaded cobs v0.3.0
2932026-03-20T12:06:39.457Z Downloaded debug-ignore v1.0.5
2942026-03-20T12:06:39.460Z Downloaded float-ord v0.3.2
2952026-03-20T12:06:39.462Z Downloaded futures-core v0.3.32
2962026-03-20T12:06:39.466Z Downloaded embedded-io v0.4.0
2972026-03-20T12:06:39.469Z Downloaded dof v0.4.0
2982026-03-20T12:06:39.473Z Downloaded httpdate v1.0.3
2992026-03-20T12:06:39.476Z Downloaded dof v0.3.0
3002026-03-20T12:06:39.479Z Downloaded crypto-common v0.1.6
3012026-03-20T12:06:39.482Z Downloaded cipher v0.4.4
3022026-03-20T12:06:39.485Z Downloaded fnv v1.0.7
3032026-03-20T12:06:39.487Z Downloaded crc8 v0.1.1
3042026-03-20T12:06:39.490Z Downloaded anstyle-query v1.1.4
3052026-03-20T12:06:39.493Z Downloaded displaydoc v0.2.5
3062026-03-20T12:06:39.497Z Downloaded http-body v1.0.1
3072026-03-20T12:06:39.500Z Downloaded hash32 v0.3.1
3082026-03-20T12:06:39.504Z Downloaded futures-macro v0.3.31
3092026-03-20T12:06:39.506Z Downloaded hyper-tls v0.6.0
3102026-03-20T12:06:39.509Z Downloaded errno v0.3.14
3112026-03-20T12:06:39.513Z Downloaded hubpack_derive v0.1.1
3122026-03-20T12:06:39.516Z Downloaded cstr-argument v0.1.2
3132026-03-20T12:06:39.519Z Downloaded gethostname v0.5.0
3142026-03-20T12:06:39.521Z Downloaded hostname v0.3.1
3152026-03-20T12:06:39.524Z Downloaded filetime v0.2.26
3162026-03-20T12:06:39.527Z Downloaded drift v0.1.3
3172026-03-20T12:06:39.532Z Downloaded foreign-types-macros v0.2.3
3182026-03-20T12:06:39.535Z Downloaded console v0.15.11
3192026-03-20T12:06:39.539Z Downloaded fixedbitset v0.4.2
3202026-03-20T12:06:39.542Z Downloaded hostname v0.4.2
3212026-03-20T12:06:39.545Z Downloaded dtrace-parser v0.3.0
3222026-03-20T12:06:39.548Z Downloaded idna_adapter v1.2.1
3232026-03-20T12:06:39.551Z Downloaded indent_write v2.2.0
3242026-03-20T12:06:39.553Z Downloaded futures-io v0.3.31
3252026-03-20T12:06:39.556Z Downloaded bytecount v0.6.9
3262026-03-20T12:06:39.559Z Downloaded enum-as-inner v0.6.1
3272026-03-20T12:06:39.562Z Downloaded git-stub v1.0.0
3282026-03-20T12:06:39.565Z Downloaded crucible-workspace-hack v0.1.0
3292026-03-20T12:06:39.567Z Downloaded crossbeam-deque v0.8.6
3302026-03-20T12:06:39.570Z Downloaded critical-section v1.2.0
3312026-03-20T12:06:39.573Z Downloaded is-terminal v0.4.16
3322026-03-20T12:06:39.576Z Downloaded inout v0.1.4
3332026-03-20T12:06:39.579Z Downloaded equivalent v1.0.2
3342026-03-20T12:06:39.581Z Downloaded fixedbitset v0.5.7
3352026-03-20T12:06:39.584Z Downloaded fs-err v3.1.2
3362026-03-20T12:06:39.587Z Downloaded const_format_proc_macros v0.2.34
3372026-03-20T12:06:39.589Z Downloaded kstat-rs v0.2.4
3382026-03-20T12:06:39.592Z Downloaded keccak v0.1.5
3392026-03-20T12:06:39.595Z Downloaded futures-channel v0.3.31
3402026-03-20T12:06:39.598Z Downloaded hyper-rustls v0.27.7
3412026-03-20T12:06:39.601Z Downloaded dropshot_endpoint v0.16.7
3422026-03-20T12:06:39.605Z Downloaded lazy_static v1.5.0
3432026-03-20T12:06:39.608Z Downloaded instant v0.1.13
3442026-03-20T12:06:39.611Z Downloaded match_cfg v0.1.0
3452026-03-20T12:06:39.614Z Downloaded daft v0.1.4
3462026-03-20T12:06:39.617Z Downloaded cancel-safe-futures v0.1.5
3472026-03-20T12:06:39.620Z Downloaded linked-hash-map v0.5.6
3482026-03-20T12:06:39.624Z Downloaded lru-cache v0.1.2
3492026-03-20T12:06:39.627Z Downloaded http-body-util v0.1.3
3502026-03-20T12:06:39.630Z Downloaded ipnet v2.11.0
3512026-03-20T12:06:39.632Z Downloaded mime v0.3.17
3522026-03-20T12:06:39.635Z Downloaded humantime v2.3.0
3532026-03-20T12:06:39.636Z Downloaded crossbeam-epoch v0.9.18
3542026-03-20T12:06:39.639Z Downloaded glob v0.3.3
3552026-03-20T12:06:39.641Z Downloaded num-conv v0.1.0
3562026-03-20T12:06:39.644Z Downloaded memoffset v0.9.1
3572026-03-20T12:06:39.647Z Downloaded newline-converter v0.3.0
3582026-03-20T12:06:39.654Z Downloaded libloading v0.8.9
3592026-03-20T12:06:39.654Z Downloaded memmap v0.7.0
3602026-03-20T12:06:39.654Z Downloaded blake2 v0.10.6
3612026-03-20T12:06:39.658Z Downloaded num v0.4.3
3622026-03-20T12:06:39.661Z Downloaded jobserver v0.1.34
3632026-03-20T12:06:39.663Z Downloaded openssl-probe v0.1.6
3642026-03-20T12:06:39.666Z Downloaded openssl-macros v0.1.1
3652026-03-20T12:06:39.669Z Downloaded opaque-debug v0.3.1
3662026-03-20T12:06:39.669Z Downloaded newtype_derive v0.1.6
3672026-03-20T12:06:39.672Z Downloaded num-derive v0.4.2
3682026-03-20T12:06:39.675Z Downloaded parse-display v0.10.0
3692026-03-20T12:06:39.677Z Downloaded omicron-workspace-hack v0.1.0
3702026-03-20T12:06:39.680Z Downloaded phf_shared v0.12.1
3712026-03-20T12:06:39.683Z Downloaded olpc-cjson v0.1.4
3722026-03-20T12:06:39.683Z Downloaded internet-checksum v0.2.1
3732026-03-20T12:06:39.686Z Downloaded ipnetwork v0.21.1
3742026-03-20T12:06:39.689Z Downloaded anyhow v1.0.100
3752026-03-20T12:06:39.691Z Downloaded pin-utils v0.1.0
3762026-03-20T12:06:39.694Z Downloaded linear-map v1.2.0
3772026-03-20T12:06:39.697Z Downloaded clap v4.5.50
3782026-03-20T12:06:39.704Z Downloaded potential_utf v0.1.3
3792026-03-20T12:06:39.707Z Downloaded num_enum v0.7.5
3802026-03-20T12:06:39.711Z Downloaded pretty-hex v0.4.1
3812026-03-20T12:06:39.714Z Downloaded proc-macro-crate v1.3.1
3822026-03-20T12:06:39.717Z Downloaded proc-macro-error-attr2 v2.0.0
3832026-03-20T12:06:39.720Z Downloaded progenitor-client v0.11.1
3842026-03-20T12:06:39.720Z Downloaded plain v0.2.3
3852026-03-20T12:06:39.723Z Downloaded progenitor-macro v0.13.0
3862026-03-20T12:06:39.725Z Downloaded progenitor-client v0.10.0
3872026-03-20T12:06:39.728Z Downloaded powerfmt v0.2.0
3882026-03-20T12:06:39.728Z Downloaded derive_more v0.99.20
3892026-03-20T12:06:39.732Z Downloaded icu_provider v2.0.0
3902026-03-20T12:06:39.735Z Downloaded num_enum v0.5.11
3912026-03-20T12:06:39.740Z Downloaded percent-encoding v2.3.2
3922026-03-20T12:06:39.743Z Downloaded progenitor-macro v0.11.1
3932026-03-20T12:06:39.746Z Downloaded oxnet v0.1.4
3942026-03-20T12:06:39.749Z Downloaded newtype-uuid-macros v0.1.0
3952026-03-20T12:06:39.749Z Downloaded native-tls v0.2.14
3962026-03-20T12:06:39.752Z Downloaded quick-error v1.2.3
3972026-03-20T12:06:39.755Z Downloaded progenitor-macro v0.10.0
3982026-03-20T12:06:39.757Z Downloaded bytes v1.11.1
3992026-03-20T12:06:39.760Z Downloaded rand_xorshift v0.4.0
4002026-03-20T12:06:39.763Z Downloaded rand_chacha v0.3.1
4012026-03-20T12:06:39.766Z Downloaded num-integer v0.1.46
4022026-03-20T12:06:39.769Z Downloaded ingot-macros v0.1.1
4032026-03-20T12:06:39.769Z Downloaded pin-project-internal v1.1.10
4042026-03-20T12:06:39.772Z Downloaded pin-project-lite v0.2.16
4052026-03-20T12:06:39.776Z Downloaded num_enum_derive v0.7.5
4062026-03-20T12:06:39.779Z Downloaded ref-cast-impl v1.0.25
4072026-03-20T12:06:39.781Z Downloaded proc-macro-error v1.0.4
4082026-03-20T12:06:39.784Z Downloaded rustc-hash v2.1.1
4092026-03-20T12:06:39.787Z Downloaded same-file v1.0.6
4102026-03-20T12:06:39.790Z Downloaded ref-cast v1.0.25
4112026-03-20T12:06:39.793Z Downloaded half v2.7.1
4122026-03-20T12:06:39.796Z Downloaded indexmap v1.9.3
4132026-03-20T12:06:39.799Z Downloaded icu_normalizer v2.0.0
4142026-03-20T12:06:39.802Z Downloaded once_cell v1.21.3
4152026-03-20T12:06:39.805Z Downloaded scopeguard v1.2.0
4162026-03-20T12:06:39.807Z Downloaded semver v0.1.20
4172026-03-20T12:06:39.810Z Downloaded secrecy v0.10.3
4182026-03-20T12:06:39.810Z Downloaded search_path v0.1.4
4192026-03-20T12:06:39.813Z Downloaded scroll_derive v0.13.1
4202026-03-20T12:06:39.816Z Downloaded rustc_version v0.1.7
4212026-03-20T12:06:39.818Z Downloaded crypto-bigint v0.5.5
4222026-03-20T12:06:39.822Z Downloaded rand_core v0.9.3
4232026-03-20T12:06:39.824Z Downloaded const_format v0.2.34
4242026-03-20T12:06:39.828Z Downloaded serde_urlencoded v0.7.1
4252026-03-20T12:06:39.831Z Downloaded serde_spanned v1.0.4
4262026-03-20T12:06:39.835Z Downloaded curl v0.4.49
4272026-03-20T12:06:39.838Z Downloaded scroll_derive v0.12.1
4282026-03-20T12:06:39.841Z Downloaded crossbeam-channel v0.5.15
4292026-03-20T12:06:39.843Z Downloaded progenitor v0.10.0
4302026-03-20T12:06:39.846Z Downloaded proc-macro-error2 v2.0.1
4312026-03-20T12:06:39.849Z Downloaded serde_spanned v0.6.9
4322026-03-20T12:06:39.851Z Downloaded progenitor-client v0.13.0
4332026-03-20T12:06:39.854Z Downloaded serde-big-array v0.5.1
4342026-03-20T12:06:39.854Z Downloaded postcard v1.1.3
4352026-03-20T12:06:39.857Z Downloaded sha1 v0.10.6
4362026-03-20T12:06:39.860Z Downloaded siphasher v1.0.1
4372026-03-20T12:06:39.863Z Downloaded sigpipe v0.1.3
4382026-03-20T12:06:39.863Z Downloaded smawk v0.3.2
4392026-03-20T12:06:39.866Z Downloaded quote v1.0.44
4402026-03-20T12:06:39.869Z Downloaded rusty-fork v0.3.0
4412026-03-20T12:06:39.869Z Downloaded rand_chacha v0.9.0
4422026-03-20T12:06:39.872Z Downloaded parking_lot v0.12.4
4432026-03-20T12:06:39.875Z Downloaded omicron-zone-package v0.12.2
4442026-03-20T12:06:39.878Z Downloaded slog-bunyan v2.5.0
4452026-03-20T12:06:39.880Z Downloaded pest_meta v2.8.2
4462026-03-20T12:06:39.883Z Downloaded quinn-udp v0.5.14
4472026-03-20T12:06:39.886Z Downloaded serde_plain v1.0.2
4482026-03-20T12:06:39.886Z Downloaded strsim v0.11.1
4492026-03-20T12:06:39.888Z Downloaded scroll v0.13.0
4502026-03-20T12:06:39.890Z Downloaded log v0.4.29
4512026-03-20T12:06:39.893Z Downloaded scroll v0.12.0
4522026-03-20T12:06:39.896Z Downloaded resolv-conf v0.7.5
4532026-03-20T12:06:39.896Z Downloaded pest_derive v2.8.2
4542026-03-20T12:06:39.898Z Downloaded serde_derive_internals v0.29.1
4552026-03-20T12:06:39.900Z Downloaded swrite v0.1.0
4562026-03-20T12:06:39.903Z Downloaded pin-project v1.1.10
4572026-03-20T12:06:39.911Z Downloaded schemars_derive v0.8.22
4582026-03-20T12:06:39.914Z Downloaded sha2 v0.10.9
4592026-03-20T12:06:39.917Z Downloaded jiff-static v0.2.15
4602026-03-20T12:06:39.920Z Downloaded icu_collections v2.0.0
4612026-03-20T12:06:39.924Z Downloaded stable_deref_trait v1.2.0
4622026-03-20T12:06:39.926Z Downloaded strum v0.26.3
4632026-03-20T12:06:39.929Z Downloaded slab v0.4.11
4642026-03-20T12:06:39.929Z Downloaded testing_table v0.3.0
4652026-03-20T12:06:39.932Z Downloaded terminal_size v0.4.3
4662026-03-20T12:06:39.932Z Downloaded sync_wrapper v1.0.2
4672026-03-20T12:06:39.935Z Downloaded supports-color v3.0.2
4682026-03-20T12:06:39.935Z Downloaded thread-id v4.2.2
4692026-03-20T12:06:39.938Z Downloaded thiserror-impl-no-std v2.0.2
4702026-03-20T12:06:39.941Z Downloaded thread-id v5.0.0
4712026-03-20T12:06:39.941Z Downloaded progenitor-impl v0.10.0
4722026-03-20T12:06:39.943Z Downloaded strum v0.27.2
4732026-03-20T12:06:39.946Z Downloaded serde_path_to_error v0.1.20
4742026-03-20T12:06:39.946Z Downloaded semver v1.0.27
4752026-03-20T12:06:39.949Z Downloaded take_mut v0.2.2
4762026-03-20T12:06:39.949Z Downloaded tagptr v0.2.0
4772026-03-20T12:06:39.952Z Downloaded subtle v2.6.1
4782026-03-20T12:06:39.955Z Downloaded tabwriter v1.4.1
4792026-03-20T12:06:39.955Z Downloaded tabled_derive v0.11.0
4802026-03-20T12:06:39.958Z Downloaded smf v0.2.3
4812026-03-20T12:06:39.958Z Downloaded signal-hook-registry v1.4.6
4822026-03-20T12:06:39.960Z Downloaded rustversion v1.0.22
4832026-03-20T12:06:39.963Z Downloaded shlex v1.3.0
4842026-03-20T12:06:39.963Z Downloaded serde_tokenstream v0.2.3
4852026-03-20T12:06:39.966Z Downloaded termtree v0.5.1
4862026-03-20T12:06:39.968Z Downloaded rand_core v0.6.4
4872026-03-20T12:06:39.969Z Downloaded slog-term v2.9.2
4882026-03-20T12:06:39.971Z Downloaded slog-async v2.8.0
4892026-03-20T12:06:39.974Z Downloaded hickory-resolver v0.25.2
4902026-03-20T12:06:39.977Z Downloaded serde_with_macros v3.14.1
4912026-03-20T12:06:39.980Z Downloaded memmap2 v0.9.8
4922026-03-20T12:06:39.982Z Downloaded flate2 v1.1.2
4932026-03-20T12:06:39.985Z Downloaded slog-json v2.6.1
4942026-03-20T12:06:39.988Z Downloaded hickory-resolver v0.24.4
4952026-03-20T12:06:39.991Z Downloaded tinyvec_macros v0.1.1
4962026-03-20T12:06:39.994Z Downloaded time-core v0.1.6
4972026-03-20T12:06:39.994Z Downloaded snafu-derive v0.8.9
4982026-03-20T12:06:39.996Z Downloaded toml_write v0.1.2
4992026-03-20T12:06:39.996Z Downloaded tower-layer v0.3.3
5002026-03-20T12:06:39.999Z Downloaded elliptic-curve v0.13.8
5012026-03-20T12:06:40.002Z Downloaded structmeta-derive v0.3.0
5022026-03-20T12:06:40.005Z Downloaded structmeta v0.3.0
5032026-03-20T12:06:40.005Z Downloaded slog-dtrace v0.3.0
5042026-03-20T12:06:40.008Z Downloaded static_assertions v1.1.0
5052026-03-20T12:06:40.008Z Downloaded strum_macros v0.27.2
5062026-03-20T12:06:40.011Z Downloaded thiserror-no-std v2.0.2
5072026-03-20T12:06:40.014Z Downloaded try-lock v0.2.5
5082026-03-20T12:06:40.016Z Downloaded thiserror v2.0.18
5092026-03-20T12:06:40.019Z Downloaded tower-service v0.3.3
5102026-03-20T12:06:40.022Z Downloaded openssl-sys v0.9.109
5112026-03-20T12:06:40.025Z Downloaded topological-sort v0.2.2
5122026-03-20T12:06:40.028Z Downloaded serde_derive v1.0.228
5132026-03-20T12:06:40.030Z Downloaded progenitor-impl v0.13.0
5142026-03-20T12:06:40.033Z Downloaded unarray v0.1.4
5152026-03-20T12:06:40.033Z Downloaded progenitor-impl v0.11.1
5162026-03-20T12:06:40.036Z Downloaded toml_datetime v0.6.11
5172026-03-20T12:06:40.036Z Downloaded tabled_derive v0.7.0
5182026-03-20T12:06:40.039Z Downloaded thiserror-impl v2.0.18
5192026-03-20T12:06:40.039Z Downloaded thiserror v1.0.69
5202026-03-20T12:06:40.043Z Downloaded time-macros v0.2.24
5212026-03-20T12:06:40.046Z Downloaded tokio-native-tls v0.3.1
5222026-03-20T12:06:40.049Z Downloaded tokio-macros v2.6.0
5232026-03-20T12:06:40.049Z Downloaded untrusted v0.7.1
5242026-03-20T12:06:40.051Z Downloaded tokio-dtrace v0.1.1
5252026-03-20T12:06:40.051Z Downloaded usdt-attr-macro v0.6.0
5262026-03-20T12:06:40.054Z Downloaded usdt v0.6.0
5272026-03-20T12:06:40.054Z Downloaded miniz_oxide v0.8.9
5282026-03-20T12:06:40.057Z Downloaded unicode-linebreak v0.1.5
5292026-03-20T12:06:40.057Z Downloaded typify-macro v0.4.3
5302026-03-20T12:06:40.060Z Downloaded tokio-rustls v0.25.0
5312026-03-20T12:06:40.060Z Downloaded unicode-xid v0.2.6
5322026-03-20T12:06:40.063Z Downloaded universal-hash v0.5.1
5332026-03-20T12:06:40.063Z Downloaded typify-macro v0.6.1
5342026-03-20T12:06:40.066Z Downloaded usdt v0.5.0
5352026-03-20T12:06:40.066Z Downloaded term v1.2.0
5362026-03-20T12:06:40.069Z Downloaded memchr v2.7.5
5372026-03-20T12:06:40.072Z Downloaded http v1.4.0
5382026-03-20T12:06:40.075Z Downloaded thread_local v1.1.9
5392026-03-20T12:06:40.078Z Downloaded strum_macros v0.26.4
5402026-03-20T12:06:40.080Z Downloaded similar v2.7.0
5412026-03-20T12:06:40.083Z Downloaded signal-hook v0.3.18
5422026-03-20T12:06:40.086Z Downloaded utf8_iter v1.0.4
5432026-03-20T12:06:40.089Z Downloaded tinystr v0.8.1
5442026-03-20T12:06:40.089Z Downloaded utf8parse v0.2.2
5452026-03-20T12:06:40.091Z Downloaded usdt-macro v0.5.0
5462026-03-20T12:06:40.091Z Downloaded usdt-macro v0.6.0
5472026-03-20T12:06:40.094Z Downloaded rustls-pki-types v1.12.0
5482026-03-20T12:06:40.097Z Downloaded thiserror-impl v1.0.69
5492026-03-20T12:06:40.097Z Downloaded socket2 v0.6.0
5502026-03-20T12:06:40.100Z Downloaded prettyplease v0.2.37
5512026-03-20T12:06:40.103Z Downloaded yoke-derive v0.8.0
5522026-03-20T12:06:40.103Z Downloaded rand v0.8.5
5532026-03-20T12:06:40.105Z Downloaded spin v0.9.8
5542026-03-20T12:06:40.108Z Downloaded wait-timeout v0.2.1
5552026-03-20T12:06:40.111Z Downloaded want v0.3.1
5562026-03-20T12:06:40.111Z Downloaded minimal-lexical v0.2.1
5572026-03-20T12:06:40.114Z Downloaded waitgroup v0.1.2
5582026-03-20T12:06:40.116Z Downloaded version_check v0.9.5
5592026-03-20T12:06:40.116Z Downloaded synstructure v0.13.2
5602026-03-20T12:06:40.119Z Downloaded serde_core v1.0.228
5612026-03-20T12:06:40.122Z Downloaded usdt-impl v0.5.0
5622026-03-20T12:06:40.122Z Downloaded usdt-attr-macro v0.5.0
5632026-03-20T12:06:40.124Z Downloaded proc-macro2 v1.0.106
5642026-03-20T12:06:40.125Z Downloaded zeroize_derive v1.4.3
5652026-03-20T12:06:40.127Z Downloaded toml_writer v1.0.6+spec-1.1.0
5662026-03-20T12:06:40.127Z Downloaded smallvec v1.15.1
5672026-03-20T12:06:40.130Z Downloaded xattr v1.6.1
5682026-03-20T12:06:40.133Z Downloaded ryu v1.0.20
5692026-03-20T12:06:40.136Z Downloaded zerofrom-derive v0.1.6
5702026-03-20T12:06:40.136Z Downloaded zerofrom v0.1.6
5712026-03-20T12:06:40.136Z Downloaded serde_yaml v0.9.34+deprecated
5722026-03-20T12:06:40.138Z Downloaded indexmap v2.13.0
5732026-03-20T12:06:40.142Z Downloaded tokio-stream v0.1.17
5742026-03-20T12:06:40.145Z Downloaded tempfile v3.23.0
5752026-03-20T12:06:40.148Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5762026-03-20T12:06:40.151Z Downloaded zone v0.3.1
5772026-03-20T12:06:40.151Z Downloaded untrusted v0.9.0
5782026-03-20T12:06:40.155Z Downloaded textwrap v0.16.2
5792026-03-20T12:06:40.155Z Downloaded tracing-attributes v0.1.30
5802026-03-20T12:06:40.157Z Downloaded test-strategy v0.4.3
5812026-03-20T12:06:40.160Z Downloaded schemars v1.2.0
5822026-03-20T12:06:40.171Z Downloaded zone_cfg_derive v0.3.1
5832026-03-20T12:06:40.174Z Downloaded usdt-impl v0.6.0
5842026-03-20T12:06:40.174Z Downloaded yoke v0.8.0
5852026-03-20T12:06:40.177Z Downloaded toml v0.8.23
5862026-03-20T12:06:40.179Z Downloaded rand v0.9.2
5872026-03-20T12:06:40.182Z Downloaded tokio-rustls v0.26.3
5882026-03-20T12:06:40.182Z Downloaded toml_parser v1.0.6+spec-1.1.0
5892026-03-20T12:06:40.185Z Downloaded walkdir v2.5.0
5902026-03-20T12:06:40.185Z Downloaded tinyvec v1.10.0
5912026-03-20T12:06:40.188Z Downloaded schemars v0.8.22
5922026-03-20T12:06:40.196Z Downloaded writeable v0.6.1
5932026-03-20T12:06:40.199Z Downloaded whoami v1.6.1
5942026-03-20T12:06:40.202Z Downloaded hyper-util v0.1.19
5952026-03-20T12:06:40.205Z Downloaded zerovec-derive v0.11.1
5962026-03-20T12:06:40.208Z Downloaded rayon-core v1.13.0
5972026-03-20T12:06:40.211Z Downloaded hashbrown v0.12.3
5982026-03-20T12:06:40.214Z Downloaded itertools v0.12.1
5992026-03-20T12:06:40.217Z Downloaded expectorate v1.2.0
6002026-03-20T12:06:40.220Z Downloaded idna v1.1.0
6012026-03-20T12:06:40.223Z Downloaded iddqd v0.3.17
6022026-03-20T12:06:40.227Z Downloaded typify v0.6.1
6032026-03-20T12:06:40.230Z Downloaded snafu v0.8.9
6042026-03-20T12:06:40.235Z Downloaded zmij v1.0.17
6052026-03-20T12:06:40.238Z Downloaded aho-corasick v1.1.3
6062026-03-20T12:06:40.241Z Downloaded vsss-rs v3.3.4
6072026-03-20T12:06:40.244Z Downloaded unsafe-libyaml v0.2.11
6082026-03-20T12:06:40.247Z Downloaded zeroize v1.8.1
6092026-03-20T12:06:40.249Z Downloaded serde v1.0.228
6102026-03-20T12:06:40.252Z Downloaded tracing-core v0.1.34
6112026-03-20T12:06:40.252Z Downloaded toml_edit v0.22.27
6122026-03-20T12:06:40.255Z Downloaded zerocopy-derive v0.7.35
6132026-03-20T12:06:40.259Z Downloaded nom v7.1.3
6142026-03-20T12:06:40.263Z Downloaded unicode-ident v1.0.24
6152026-03-20T12:06:40.266Z Downloaded quinn v0.11.9
6162026-03-20T12:06:40.269Z Downloaded mio v1.0.4
6172026-03-20T12:06:40.272Z Downloaded iri-string v0.7.8
6182026-03-20T12:06:40.277Z Downloaded pest v2.8.2
6192026-03-20T12:06:40.281Z Downloaded uuid v1.20.0
6202026-03-20T12:06:40.284Z Downloaded vergen v8.3.2
6212026-03-20T12:06:40.287Z Downloaded schemars v0.9.0
6222026-03-20T12:06:40.296Z Downloaded toml_edit v0.19.15
6232026-03-20T12:06:40.309Z Downloaded typenum v1.18.0
6242026-03-20T12:06:40.312Z Downloaded libm v0.2.15
6252026-03-20T12:06:40.320Z Downloaded steno v0.4.1
6262026-03-20T12:06:40.323Z Downloaded hashbrown v0.16.1
6272026-03-20T12:06:40.327Z Downloaded zerotrie v0.2.2
6282026-03-20T12:06:40.330Z Downloaded tracing v0.1.41
6292026-03-20T12:06:40.333Z Downloaded itertools v0.14.0
6302026-03-20T12:06:40.338Z Downloaded qorb v0.4.1
6312026-03-20T12:06:40.341Z Downloaded hashbrown v0.15.5
6322026-03-20T12:06:40.345Z Downloaded url v2.5.7
6332026-03-20T12:06:40.348Z Downloaded futures-util v0.3.31
6342026-03-20T12:06:40.356Z Downloaded h2 v0.4.12
6352026-03-20T12:06:40.361Z Downloaded regex v1.12.3
6362026-03-20T12:06:40.366Z Downloaded hkdf v0.12.4
6372026-03-20T12:06:40.368Z Downloaded hyper v1.8.1
6382026-03-20T12:06:40.373Z Downloaded tower v0.5.2
6392026-03-20T12:06:40.379Z Downloaded zerocopy-derive v0.8.27
6402026-03-20T12:06:40.384Z Downloaded blake3 v1.8.2
6412026-03-20T12:06:40.390Z Downloaded serde_json v1.0.149
6422026-03-20T12:06:40.396Z Downloaded unicode-segmentation v1.12.0
6432026-03-20T12:06:40.398Z Downloaded rayon v1.11.0
6442026-03-20T12:06:40.405Z Downloaded typed-path v0.9.3
6452026-03-20T12:06:40.409Z Downloaded tokio-util v0.7.16
6462026-03-20T12:06:40.414Z Downloaded reqwest v0.12.23
6472026-03-20T12:06:40.418Z Downloaded aws-lc-rs v1.14.0
6482026-03-20T12:06:40.425Z Downloaded unicode-normalization v0.1.24
6492026-03-20T12:06:40.428Z Downloaded goblin v0.8.2
6502026-03-20T12:06:40.432Z Downloaded reqwest v0.13.2
6512026-03-20T12:06:40.437Z Downloaded portable-atomic v1.11.1
6522026-03-20T12:06:40.442Z Downloaded tower-http v0.6.8
6532026-03-20T12:06:40.448Z Downloaded time v0.3.44
6542026-03-20T12:06:40.454Z Downloaded zerovec v0.11.4
6552026-03-20T12:06:40.458Z Downloaded serde_with v3.14.1
6562026-03-20T12:06:40.468Z Downloaded proptest v1.8.0
6572026-03-20T12:06:40.474Z Downloaded bindgen v0.72.1
6582026-03-20T12:06:40.479Z Downloaded tough v0.20.0
6592026-03-20T12:06:40.486Z Downloaded toml v0.9.11+spec-1.1.0
6602026-03-20T12:06:40.489Z Downloaded git2 v0.19.0
6612026-03-20T12:06:40.495Z Downloaded zerocopy v0.7.35
6622026-03-20T12:06:40.507Z Downloaded winnow v0.5.40
6632026-03-20T12:06:40.513Z Downloaded goblin v0.10.1
6642026-03-20T12:06:40.518Z Downloaded tabled v0.15.0
6652026-03-20T12:06:40.530Z Downloaded rustls-webpki v0.102.8
6662026-03-20T12:06:40.545Z Downloaded syn v1.0.109
6672026-03-20T12:06:40.552Z Downloaded openssl v0.10.73
6682026-03-20T12:06:40.559Z Downloaded tabled v0.20.0
6692026-03-20T12:06:40.572Z Downloaded quinn-proto v0.11.13
6702026-03-20T12:06:40.577Z Downloaded curve25519-dalek v4.1.3
6712026-03-20T12:06:40.583Z Downloaded moka v0.12.11
6722026-03-20T12:06:40.590Z Downloaded bstr v1.12.0
6732026-03-20T12:06:40.596Z Downloaded winnow v0.7.14
6742026-03-20T12:06:40.603Z Downloaded vcpkg v0.2.15
6752026-03-20T12:06:40.633Z Downloaded zerocopy v0.8.27
6762026-03-20T12:06:40.649Z Downloaded dropshot v0.16.7
6772026-03-20T12:06:40.665Z Downloaded regress v0.10.5
6782026-03-20T12:06:40.671Z Downloaded openapiv3 v2.2.0
6792026-03-20T12:06:40.679Z Downloaded rustls v0.23.32
6802026-03-20T12:06:40.687Z Downloaded regex-syntax v0.8.6
6812026-03-20T12:06:40.694Z Downloaded webpki-roots v1.0.2
6822026-03-20T12:06:40.696Z Downloaded hickory-proto v0.24.4
6832026-03-20T12:06:40.707Z Downloaded unicode-width v0.2.1
6842026-03-20T12:06:40.712Z Downloaded unicode-width v0.1.14
6852026-03-20T12:06:40.716Z Downloaded toml v0.7.8
6862026-03-20T12:06:40.719Z Downloaded rustls v0.22.4
6872026-03-20T12:06:40.730Z Downloaded smoltcp v0.11.0
6882026-03-20T12:06:40.738Z Downloaded syn v2.0.117
6892026-03-20T12:06:40.746Z Downloaded typify-impl v0.4.3
6902026-03-20T12:06:40.756Z Downloaded hickory-proto v0.25.2
6912026-03-20T12:06:40.767Z Downloaded rustix v0.38.44
6922026-03-20T12:06:40.784Z Downloaded nix v0.30.1
6932026-03-20T12:06:40.792Z Downloaded typify v0.4.3
6942026-03-20T12:06:40.795Z Downloaded rustls-webpki v0.103.6
6952026-03-20T12:06:40.798Z Downloaded icu_properties_data v2.0.1
6962026-03-20T12:06:40.803Z Downloaded clap_builder v4.5.50
6972026-03-20T12:06:40.809Z Downloaded rustix v1.1.2
6982026-03-20T12:06:40.826Z Downloaded regex-automata v0.4.13
6992026-03-20T12:06:40.837Z Downloaded typify-impl v0.6.1
7002026-03-20T12:06:40.846Z Downloaded ucd-trie v0.1.7
7012026-03-20T12:06:40.848Z Downloaded tar v0.4.44
7022026-03-20T12:06:40.848Z Downloaded slog v2.8.2
7032026-03-20T12:06:40.851Z Downloaded rustls-pemfile v2.2.0
7042026-03-20T12:06:40.854Z Downloaded cc v1.2.38
7052026-03-20T12:06:40.857Z Downloaded icu_normalizer_data v2.0.0
7062026-03-20T12:06:40.857Z Downloaded heapless v0.8.0
7072026-03-20T12:06:40.860Z Downloaded parking_lot_core v0.9.11
7082026-03-20T12:06:40.863Z Downloaded papergrid v0.17.0
7092026-03-20T12:06:40.866Z Downloaded papergrid v0.11.0
7102026-03-20T12:06:40.868Z Downloaded progenitor v0.11.1
7112026-03-20T12:06:40.871Z Downloaded signal-hook-tokio v0.3.1
7122026-03-20T12:06:40.871Z Downloaded num-traits v0.2.19
7132026-03-20T12:06:40.874Z Downloaded serde_repr v0.1.20
7142026-03-20T12:06:40.874Z Downloaded chrono-tz v0.10.4
7152026-03-20T12:06:40.885Z Downloaded base64 v0.22.1
7162026-03-20T12:06:40.889Z Downloaded petgraph v0.8.2
7172026-03-20T12:06:40.903Z Downloaded chacha20poly1305 v0.10.1
7182026-03-20T12:06:40.906Z Downloaded csv v1.3.1
7192026-03-20T12:06:40.919Z Downloaded rustc_version v0.4.1
7202026-03-20T12:06:40.922Z Downloaded ppv-lite86 v0.2.21
7212026-03-20T12:06:40.922Z Downloaded pkg-config v0.3.32
7222026-03-20T12:06:40.922Z Downloaded pest_generator v2.8.2
7232026-03-20T12:06:40.925Z Downloaded pem v3.0.5
7242026-03-20T12:06:40.925Z Downloaded getrandom v0.3.3
7252026-03-20T12:06:40.927Z Downloaded futures v0.3.31
7262026-03-20T12:06:40.930Z Downloaded darling_core v0.21.3
7272026-03-20T12:06:40.933Z Downloaded sha3 v0.10.8
7282026-03-20T12:06:40.937Z Downloaded progenitor v0.13.0
7292026-03-20T12:06:40.940Z Downloaded password-hash v0.5.0
7302026-03-20T12:06:40.940Z Downloaded hmac v0.12.1
7312026-03-20T12:06:40.942Z Downloaded jiff v0.2.15
7322026-03-20T12:06:40.953Z Downloaded poly1305 v0.8.0
7332026-03-20T12:06:40.956Z Downloaded petgraph v0.6.5
7342026-03-20T12:06:40.967Z Downloaded num-complex v0.4.6
7352026-03-20T12:06:40.970Z Downloaded litemap v0.8.0
7362026-03-20T12:06:40.970Z Downloaded phf v0.12.1
7372026-03-20T12:06:40.973Z Downloaded icu_locale_core v2.0.0
7382026-03-20T12:06:40.975Z Downloaded paste v1.0.15
7392026-03-20T12:06:40.978Z Downloaded parse-display-derive v0.10.0
7402026-03-20T12:06:40.978Z Downloaded oxide-tokio-rt v0.1.2
7412026-03-20T12:06:40.981Z Downloaded libc v0.2.176
7422026-03-20T12:06:40.997Z Downloaded owo-colors v4.3.0
7432026-03-20T12:06:41.000Z Downloaded icu_properties v2.0.1
7442026-03-20T12:06:41.003Z Downloaded anstream v0.6.20
7452026-03-20T12:06:41.003Z Downloaded proc-macro-error-attr v1.0.4
7462026-03-20T12:06:41.003Z Downloaded num-rational v0.4.2
7472026-03-20T12:06:41.006Z Downloaded highway v1.3.0
7482026-03-20T12:06:41.006Z Downloaded newtype-uuid v1.3.2
7492026-03-20T12:06:41.006Z Downloaded multer v3.1.0
7502026-03-20T12:06:41.009Z Downloaded lock_api v0.4.13
7512026-03-20T12:06:41.009Z Downloaded git-stub-vcs v0.1.0
7522026-03-20T12:06:41.009Z Downloaded foldhash v0.2.0
7532026-03-20T12:06:41.012Z Downloaded libz-sys v1.1.22
7542026-03-20T12:06:41.025Z Downloaded find-msvc-tools v0.1.2
7552026-03-20T12:06:41.028Z Downloaded derive-where v1.6.0
7562026-03-20T12:06:41.031Z Downloaded allocator-api2 v0.2.21
7572026-03-20T12:06:41.034Z Downloaded ingot v0.1.1
7582026-03-20T12:06:41.034Z Downloaded crc32fast v1.5.0
7592026-03-20T12:06:41.034Z Downloaded libsw-core v0.3.2
7602026-03-20T12:06:41.036Z Downloaded tokio v1.49.0
7612026-03-20T12:06:41.062Z Downloaded num_threads v0.1.7
7622026-03-20T12:06:41.065Z Downloaded num_enum_derive v0.5.11
7632026-03-20T12:06:41.065Z Downloaded num-iter v0.1.45
7642026-03-20T12:06:41.065Z Downloaded num-derive v0.3.3
7652026-03-20T12:06:41.068Z Downloaded libsw v3.5.0
7662026-03-20T12:06:41.068Z Downloaded iana-time-zone v0.1.64
7672026-03-20T12:06:41.071Z Downloaded httparse v1.10.1
7682026-03-20T12:06:41.071Z Downloaded group v0.13.0
7692026-03-20T12:06:41.073Z Downloaded getrandom v0.2.16
7702026-03-20T12:06:41.073Z Downloaded erased-serde v0.3.31
7712026-03-20T12:06:41.076Z Downloaded fs_extra v1.3.0
7722026-03-20T12:06:41.076Z Downloaded clang-sys v1.8.1
7732026-03-20T12:06:41.079Z Downloaded generic-array v0.14.7
7742026-03-20T12:06:41.079Z Downloaded ingot-types v0.1.2
7752026-03-20T12:06:41.082Z Downloaded globset v0.4.16
7762026-03-20T12:06:41.082Z Downloaded futures-executor v0.3.31
7772026-03-20T12:06:41.082Z Downloaded foldhash v0.1.5
7782026-03-20T12:06:41.085Z Downloaded ff v0.13.1
7792026-03-20T12:06:41.085Z Downloaded data-encoding v2.9.0
7802026-03-20T12:06:41.085Z Downloaded fastrand v2.3.0
7812026-03-20T12:06:41.088Z Downloaded clap_derive v4.5.49
7822026-03-20T12:06:41.088Z Downloaded crossbeam-utils v0.8.21
7832026-03-20T12:06:41.091Z Downloaded cexpr v0.6.0
7842026-03-20T12:06:41.091Z Downloaded managed v0.8.0
7852026-03-20T12:06:41.093Z Downloaded macaddr v1.0.1
7862026-03-20T12:06:41.093Z Downloaded lru-slab v0.1.2
7872026-03-20T12:06:41.093Z Downloaded libscf-sys v1.1.0
7882026-03-20T12:06:41.096Z Downloaded is_terminal_polyfill v1.70.1
7892026-03-20T12:06:41.096Z Downloaded is_ci v1.2.0
7902026-03-20T12:06:41.096Z Downloaded display-error-chain v0.2.2
7912026-03-20T12:06:41.096Z Downloaded digest v0.10.7
7922026-03-20T12:06:41.099Z Downloaded daft-derive v0.1.4
7932026-03-20T12:06:41.102Z Downloaded bcs v0.1.6
7942026-03-20T12:06:41.102Z Downloaded dropshot-api-manager v0.5.2
7952026-03-20T12:06:41.105Z Downloaded backoff v0.4.0
7962026-03-20T12:06:41.107Z Downloaded itoa v1.0.15
7972026-03-20T12:06:41.107Z Downloaded arrayvec v0.7.6
7982026-03-20T12:06:41.110Z Downloaded bitflags v2.9.4
7992026-03-20T12:06:41.113Z Downloaded foreign-types v0.5.0
8002026-03-20T12:06:41.113Z Downloaded either v1.15.0
8012026-03-20T12:06:41.113Z Downloaded darling v0.21.3
8022026-03-20T12:06:41.117Z Downloaded colored v3.0.0
8032026-03-20T12:06:41.119Z Downloaded curl-sys v0.4.83+curl-8.15.0
8042026-03-20T12:06:41.161Z Downloaded ciborium v0.2.2
8052026-03-20T12:06:41.164Z Downloaded cookie v0.18.1
8062026-03-20T12:06:41.167Z Downloaded defmt v1.0.1
8072026-03-20T12:06:41.167Z Downloaded csv-core v0.1.12
8082026-03-20T12:06:41.170Z Downloaded autocfg v1.5.0
8092026-03-20T12:06:41.170Z Downloaded hubpack v0.1.2
8102026-03-20T12:06:41.170Z Downloaded deranged v0.5.3
8112026-03-20T12:06:41.173Z Downloaded async-trait v0.1.89
8122026-03-20T12:06:41.176Z Downloaded chacha20 v0.9.1
8132026-03-20T12:06:41.176Z Downloaded cargo_metadata v0.18.1
8142026-03-20T12:06:41.176Z Downloaded byteorder v1.5.0
8152026-03-20T12:06:41.179Z Downloaded base64ct v1.8.0
8162026-03-20T12:06:41.179Z Downloaded anstyle-parse v0.2.7
8172026-03-20T12:06:41.182Z Downloaded futures-task v0.3.31
8182026-03-20T12:06:41.182Z Downloaded foreign-types v0.3.2
8192026-03-20T12:06:41.182Z Downloaded dtrace-parser v0.2.0
8202026-03-20T12:06:41.182Z Downloaded dunce v1.0.5
8212026-03-20T12:06:41.185Z Downloaded bitflags v1.3.2
8222026-03-20T12:06:41.185Z Downloaded bit-vec v0.8.0
8232026-03-20T12:06:41.187Z Downloaded argon2 v0.5.3
8242026-03-20T12:06:41.187Z Downloaded encoding_rs v0.8.35
8252026-03-20T12:06:41.202Z Downloaded heck v0.5.0
8262026-03-20T12:06:41.205Z Downloaded heck v0.4.1
8272026-03-20T12:06:41.208Z Downloaded futures-sink v0.3.31
8282026-03-20T12:06:41.208Z Downloaded ident_case v1.0.1
8292026-03-20T12:06:41.208Z Downloaded foreign-types-shared v0.3.1
8302026-03-20T12:06:41.208Z Downloaded ring v0.17.14
8312026-03-20T12:06:41.236Z Downloaded foreign-types-shared v0.1.1
8322026-03-20T12:06:41.239Z Downloaded cfg_aliases v0.2.1
8332026-03-20T12:06:41.239Z Downloaded dyn-clone v1.0.20
8342026-03-20T12:06:41.239Z Downloaded darling_macro v0.21.3
8352026-03-20T12:06:41.239Z Downloaded atomicwrites v0.4.4
8362026-03-20T12:06:41.242Z Downloaded cmake v0.1.54
8372026-03-20T12:06:41.242Z Downloaded camino v1.2.2
8382026-03-20T12:06:41.242Z Downloaded hex v0.4.3
8392026-03-20T12:06:41.245Z Downloaded defmt-macros v1.0.1
8402026-03-20T12:06:41.245Z Downloaded defmt v0.3.100
8412026-03-20T12:06:41.248Z Downloaded chrono v0.4.43
8422026-03-20T12:06:41.251Z Downloaded form_urlencoded v1.2.2
8432026-03-20T12:06:41.253Z Downloaded embedded-io v0.6.1
8442026-03-20T12:06:41.253Z Downloaded cargo-platform v0.1.9
8452026-03-20T12:06:41.253Z Downloaded atomic-waker v1.1.2
8462026-03-20T12:06:41.256Z Downloaded async-stream-impl v0.3.6
8472026-03-20T12:06:41.256Z Downloaded async-stream v0.3.6
8482026-03-20T12:06:41.256Z Downloaded curve25519-dalek-derive v0.1.1
8492026-03-20T12:06:41.259Z Downloaded colorchoice v1.0.4
8502026-03-20T12:06:41.259Z Downloaded cfg-if v1.0.3
8512026-03-20T12:06:41.259Z Downloaded arrayref v0.3.9
8522026-03-20T12:06:41.259Z Downloaded async-recursion v1.1.1
8532026-03-20T12:06:41.262Z Downloaded anstyle v1.0.11
8542026-03-20T12:06:41.265Z Downloaded ciborium-ll v0.2.2
8552026-03-20T12:06:41.265Z Downloaded libgit2-sys v0.17.0+1.8.1
8562026-03-20T12:06:41.302Z Downloaded dropshot-api-manager-types v0.5.2
8572026-03-20T12:06:41.305Z Downloaded cpufeatures v0.2.17
8582026-03-20T12:06:41.305Z Downloaded base16ct v0.2.0
8592026-03-20T12:06:41.305Z Downloaded derive-ex v0.1.8
8602026-03-20T12:06:41.308Z Downloaded block-buffer v0.10.4
8612026-03-20T12:06:41.730Z Downloaded aws-lc-sys v0.31.0
8622026-03-20T12:06:42.130Z Compiling proc-macro2 v1.0.106
8632026-03-20T12:06:42.133Z Compiling quote v1.0.44
8642026-03-20T12:06:42.133Z Compiling unicode-ident v1.0.24
8652026-03-20T12:06:42.133Z Compiling serde_core v1.0.228
8662026-03-20T12:06:42.133Z Compiling serde v1.0.228
8672026-03-20T12:06:42.133Z Compiling libc v0.2.176
8682026-03-20T12:06:42.133Z Compiling autocfg v1.5.0
8692026-03-20T12:06:42.514Z Checking cfg-if v1.0.3
8702026-03-20T12:06:42.599Z Compiling memchr v2.7.5
8712026-03-20T12:06:42.856Z Compiling zmij v1.0.17
8722026-03-20T12:06:43.340Z Compiling getrandom v0.3.3
8732026-03-20T12:06:43.377Z Compiling libm v0.2.15
8742026-03-20T12:06:43.783Z Compiling shlex v1.3.0
8752026-03-20T12:06:43.809Z Checking smallvec v1.15.1
8762026-03-20T12:06:43.894Z Checking itoa v1.0.15
8772026-03-20T12:06:44.048Z Compiling jobserver v0.1.34
8782026-03-20T12:06:44.068Z Compiling version_check v0.9.5
8792026-03-20T12:06:44.099Z Compiling thiserror v2.0.18
8802026-03-20T12:06:44.212Z Compiling find-msvc-tools v0.1.2
8812026-03-20T12:06:44.439Z Compiling syn v2.0.117
8822026-03-20T12:06:44.479Z Compiling cc v1.2.38
8832026-03-20T12:06:44.506Z Compiling icu_properties_data v2.0.1
8842026-03-20T12:06:44.528Z Compiling icu_normalizer_data v2.0.0
8852026-03-20T12:06:44.695Z Compiling lock_api v0.4.13
8862026-03-20T12:06:44.814Z Compiling parking_lot_core v0.9.11
8872026-03-20T12:06:44.865Z Checking stable_deref_trait v1.2.0
8882026-03-20T12:06:44.895Z Compiling serde_json v1.0.149
8892026-03-20T12:06:45.171Z Compiling log v0.4.29
8902026-03-20T12:06:45.244Z Compiling heck v0.5.0
8912026-03-20T12:06:45.456Z Checking writeable v0.6.1
8922026-03-20T12:06:45.540Z Checking litemap v0.8.0
8932026-03-20T12:06:45.576Z Compiling num-traits v0.2.19
8942026-03-20T12:06:45.620Z Checking percent-encoding v2.3.2
8952026-03-20T12:06:45.895Z Checking form_urlencoded v1.2.2
8962026-03-20T12:06:46.057Z Checking utf8_iter v1.0.4
8972026-03-20T12:06:46.078Z Compiling zerocopy v0.8.27
8982026-03-20T12:06:46.114Z Checking pin-project-lite v0.2.16
8992026-03-20T12:06:46.217Z Compiling rustversion v1.0.22
9002026-03-20T12:06:46.239Z Checking iana-time-zone v0.1.64
9012026-03-20T12:06:46.272Z Compiling foldhash v0.2.0
9022026-03-20T12:06:46.370Z Compiling regex-syntax v0.8.6
9032026-03-20T12:06:46.478Z Compiling equivalent v1.0.2
9042026-03-20T12:06:46.527Z Compiling allocator-api2 v0.2.21
9052026-03-20T12:06:46.602Z Compiling semver v1.0.27
9062026-03-20T12:06:46.646Z Checking socket2 v0.6.0
9072026-03-20T12:06:46.968Z Compiling hashbrown v0.16.1
9082026-03-20T12:06:46.971Z Compiling aho-corasick v1.1.3
9092026-03-20T12:06:47.035Z Checking uuid v1.20.0
9102026-03-20T12:06:47.363Z Checking scopeguard v1.2.0
9112026-03-20T12:06:47.580Z Checking getrandom v0.2.16
9122026-03-20T12:06:47.722Z Checking signal-hook-registry v1.4.6
9132026-03-20T12:06:47.753Z Checking mio v1.0.4
9142026-03-20T12:06:47.775Z Compiling portable-atomic v1.11.1
9152026-03-20T12:06:47.797Z Checking dyn-clone v1.0.20
9162026-03-20T12:06:47.801Z Checking parking_lot v0.12.4
9172026-03-20T12:06:47.915Z Compiling schemars v0.8.22
9182026-03-20T12:06:48.335Z Checking critical-section v1.2.0
9192026-03-20T12:06:48.422Z Compiling regex-automata v0.4.13
9202026-03-20T12:06:48.468Z Compiling bitflags v2.9.4
9212026-03-20T12:06:48.572Z Compiling synstructure v0.13.2
9222026-03-20T12:06:48.756Z Compiling serde_derive_internals v0.29.1
9232026-03-20T12:06:49.029Z Checking futures-core v0.3.32
9242026-03-20T12:06:49.049Z Checking once_cell v1.21.3
9252026-03-20T12:06:49.312Z Compiling ring v0.17.14
9262026-03-20T12:06:49.464Z Compiling typenum v1.18.0
9272026-03-20T12:06:49.529Z Compiling indexmap v2.13.0
9282026-03-20T12:06:49.849Z Compiling thiserror v1.0.69
9292026-03-20T12:06:50.187Z Compiling httparse v1.10.1
9302026-03-20T12:06:50.416Z Compiling serde_derive v1.0.228
9312026-03-20T12:06:50.437Z Compiling zerofrom-derive v0.1.6
9322026-03-20T12:06:50.460Z Compiling yoke-derive v0.8.0
9332026-03-20T12:06:50.552Z Compiling zerovec-derive v0.11.1
9342026-03-20T12:06:50.614Z Compiling displaydoc v0.2.5
9352026-03-20T12:06:50.830Z Compiling thiserror-impl v2.0.18
9362026-03-20T12:06:51.549Z Compiling schemars_derive v0.8.22
9372026-03-20T12:06:51.819Z Compiling tokio-macros v2.6.0
9382026-03-20T12:06:51.948Z Compiling zerocopy-derive v0.8.27
9392026-03-20T12:06:52.043Z Checking zerofrom v0.1.6
9402026-03-20T12:06:52.092Z Compiling futures-macro v0.3.31
9412026-03-20T12:06:52.197Z Checking yoke v0.8.0
9422026-03-20T12:06:52.422Z Checking zerovec v0.11.4
9432026-03-20T12:06:52.445Z Checking zerotrie v0.2.2
9442026-03-20T12:06:52.770Z Compiling regex v1.12.3
9452026-03-20T12:06:53.010Z Compiling zeroize_derive v1.4.3
9462026-03-20T12:06:53.103Z Compiling thiserror-impl v1.0.69
9472026-03-20T12:06:53.234Z Checking futures-sink v0.3.31
9482026-03-20T12:06:53.305Z Compiling rustix v1.1.2
9492026-03-20T12:06:53.358Z Checking slab v0.4.11
9502026-03-20T12:06:53.398Z Checking tinystr v0.8.1
9512026-03-20T12:06:53.552Z Checking potential_utf v0.1.3
9522026-03-20T12:06:53.638Z Checking icu_locale_core v2.0.0
9532026-03-20T12:06:53.715Z Checking icu_collections v2.0.0
9542026-03-20T12:06:53.857Z Checking zeroize v1.8.1
9552026-03-20T12:06:54.051Z Compiling either v1.15.0
9562026-03-20T12:06:54.149Z Checking subtle v2.6.1
9572026-03-20T12:06:54.318Z Checking icu_provider v2.0.0
9582026-03-20T12:06:54.341Z Compiling anyhow v1.0.100
9592026-03-20T12:06:54.344Z Compiling ucd-trie v0.1.7
9602026-03-20T12:06:54.551Z Checking bytes v1.11.1
9612026-03-20T12:06:54.631Z Checking icu_properties v2.0.1
9622026-03-20T12:06:54.655Z Checking icu_normalizer v2.0.0
9632026-03-20T12:06:54.741Z Checking chrono v0.4.43
9642026-03-20T12:06:54.744Z Compiling serde_tokenstream v0.2.3
9652026-03-20T12:06:55.159Z Checking tokio v1.49.0
9662026-03-20T12:06:55.253Z Compiling pest v2.8.2
9672026-03-20T12:06:55.395Z Checking futures-channel v0.3.31
9682026-03-20T12:06:55.503Z Checking rand_core v0.6.4
9692026-03-20T12:06:55.636Z Checking pin-utils v0.1.0
9702026-03-20T12:06:55.721Z Checking futures-io v0.3.31
9712026-03-20T12:06:55.743Z Checking futures-task v0.3.31
9722026-03-20T12:06:55.782Z Checking idna_adapter v1.2.1
9732026-03-20T12:06:55.865Z Compiling pkg-config v0.3.32
9742026-03-20T12:06:55.919Z Checking futures-util v0.3.31
9752026-03-20T12:06:55.922Z Compiling tracing-attributes v0.1.30
9762026-03-20T12:06:55.963Z Checking idna v1.1.0
9772026-03-20T12:06:56.244Z Checking tracing-core v0.1.34
9782026-03-20T12:06:56.273Z Checking url v2.5.7
9792026-03-20T12:06:56.653Z Compiling generic-array v0.14.7
9802026-03-20T12:06:56.823Z Compiling pest_meta v2.8.2
9812026-03-20T12:06:56.929Z Compiling vcpkg v0.2.15
9822026-03-20T12:06:57.098Z Checking fnv v1.0.7
9832026-03-20T12:06:57.571Z Checking tracing v0.1.41
9842026-03-20T12:06:57.691Z Compiling pest_generator v2.8.2
9852026-03-20T12:06:57.761Z Compiling http v1.4.0
9862026-03-20T12:06:58.033Z Compiling rustc-hash v2.1.1
9872026-03-20T12:06:58.192Z Compiling prettyplease v0.2.37
9882026-03-20T12:06:58.550Z Compiling regress v0.10.5
9892026-03-20T12:06:58.554Z Compiling byteorder v1.5.0
9902026-03-20T12:06:58.554Z Compiling time-core v0.1.6
9912026-03-20T12:06:58.727Z Compiling pest_derive v2.8.2
9922026-03-20T12:06:58.755Z Compiling num-conv v0.1.0
9932026-03-20T12:06:58.872Z Checking errno v0.3.14
9942026-03-20T12:06:58.907Z Compiling glob v0.3.3
9952026-03-20T12:06:58.951Z Compiling time-macros v0.2.24
9962026-03-20T12:06:59.020Z Compiling minimal-lexical v0.2.1
9972026-03-20T12:06:59.359Z Compiling nom v7.1.3
9982026-03-20T12:06:59.383Z Compiling clang-sys v1.8.1
9992026-03-20T12:06:59.452Z Checking base64 v0.22.1
10002026-03-20T12:06:59.773Z Checking ipnet v2.11.0
10012026-03-20T12:06:59.878Z Checking tokio-util v0.7.16
10022026-03-20T12:07:00.071Z Checking crypto-common v0.1.6
10032026-03-20T12:07:00.398Z Compiling scroll_derive v0.13.1
10042026-03-20T12:07:00.524Z Compiling libloading v0.8.9
10052026-03-20T12:07:00.772Z Compiling bindgen v0.72.1
10062026-03-20T12:07:00.794Z Compiling camino v1.2.2
10072026-03-20T12:07:01.184Z Compiling cexpr v0.6.0
10082026-03-20T12:07:01.275Z Checking http-body v1.0.1
10092026-03-20T12:07:01.397Z Checking ppv-lite86 v0.2.21
10102026-03-20T12:07:01.463Z Compiling itertools v0.12.1
10112026-03-20T12:07:01.485Z Compiling syn v1.0.109
10122026-03-20T12:07:01.508Z Compiling crossbeam-utils v0.8.21
10132026-03-20T12:07:01.562Z Checking atomic-waker v1.1.2
10142026-03-20T12:07:01.809Z Compiling slog v2.8.2
10152026-03-20T12:07:01.934Z Checking tower-layer v0.3.3
10162026-03-20T12:07:01.956Z Compiling paste v1.0.15
10172026-03-20T12:07:01.979Z Checking tower-service v0.3.3
10182026-03-20T12:07:01.982Z Checking try-lock v0.2.5
10192026-03-20T12:07:02.103Z Checking h2 v0.4.12
10202026-03-20T12:07:02.145Z Checking ipnetwork v0.21.1
10212026-03-20T12:07:02.148Z Checking want v0.3.1
10222026-03-20T12:07:02.148Z Checking erased-serde v0.3.31
10232026-03-20T12:07:02.332Z Checking rustls-pki-types v1.12.0
10242026-03-20T12:07:02.372Z Checking pretty-hex v0.4.1
10252026-03-20T12:07:02.411Z Checking httpdate v1.0.3
10262026-03-20T12:07:02.540Z Checking ryu v1.0.20
10272026-03-20T12:07:02.687Z Compiling async-trait v0.1.89
10282026-03-20T12:07:02.711Z Checking untrusted v0.9.0
10292026-03-20T12:07:02.999Z Compiling scroll v0.13.0
10302026-03-20T12:07:03.093Z Compiling openssl-sys v0.9.109
10312026-03-20T12:07:03.226Z Checking plain v0.2.3
10322026-03-20T12:07:03.343Z Compiling strsim v0.11.1
10332026-03-20T12:07:03.733Z Compiling usdt-impl v0.6.0
10342026-03-20T12:07:03.925Z Compiling goblin v0.10.1
10352026-03-20T12:07:04.072Z Checking http-body-util v0.1.3
10362026-03-20T12:07:04.125Z Checking block-buffer v0.10.4
10372026-03-20T12:07:04.230Z Compiling openapiv3 v2.2.0
10382026-03-20T12:07:04.300Z Checking rand_core v0.9.3
10392026-03-20T12:07:04.626Z Checking hyper v1.8.1
10402026-03-20T12:07:04.737Z Compiling slog-async v2.8.0
10412026-03-20T12:07:05.824Z Checking digest v0.10.7
10422026-03-20T12:07:05.847Z Checking hyper-util v0.1.19
10432026-03-20T12:07:06.077Z Checking serde_urlencoded v0.7.1
10442026-03-20T12:07:06.312Z Checking oxnet v0.1.4
10452026-03-20T12:07:06.337Z Compiling typify-impl v0.4.3
10462026-03-20T12:07:06.357Z Compiling dtrace-parser v0.3.0
10472026-03-20T12:07:06.617Z Compiling cmake v0.1.54
10482026-03-20T12:07:06.654Z Compiling thread-id v5.0.0
10492026-03-20T12:07:06.767Z Compiling fs_extra v1.3.0
10502026-03-20T12:07:07.072Z Compiling dunce v1.0.5
10512026-03-20T12:07:07.097Z Compiling omicron-workspace-hack v0.1.0
10522026-03-20T12:07:07.197Z Compiling ident_case v1.0.1
10532026-03-20T12:07:07.224Z Checking rand_chacha v0.9.0
10542026-03-20T12:07:07.271Z Compiling daft-derive v0.1.4
10552026-03-20T12:07:07.351Z Compiling darling_core v0.21.3
10562026-03-20T12:07:07.399Z Checking powerfmt v0.2.0
10572026-03-20T12:07:07.472Z Checking rand v0.9.2
10582026-03-20T12:07:07.598Z Compiling unsafe-libyaml v0.2.11
10592026-03-20T12:07:07.794Z Compiling dof v0.4.0
10602026-03-20T12:07:08.087Z Checking deranged v0.5.3
10612026-03-20T12:07:08.213Z Checking sync_wrapper v1.0.2
10622026-03-20T12:07:08.347Z Compiling serde_yaml v0.9.34+deprecated
10632026-03-20T12:07:09.183Z Compiling rustls v0.22.4
10642026-03-20T12:07:09.221Z Compiling usdt-macro v0.6.0
10652026-03-20T12:07:09.448Z Compiling usdt-attr-macro v0.6.0
10662026-03-20T12:07:09.702Z Checking num_threads v0.1.7
10672026-03-20T12:07:09.818Z Checking cpufeatures v0.2.17
10682026-03-20T12:07:09.912Z Compiling aws-lc-rs v1.14.0
10692026-03-20T12:07:09.976Z Compiling aws-lc-sys v0.31.0
10702026-03-20T12:07:10.032Z Checking time v0.3.44
10712026-03-20T12:07:10.268Z Checking tower v0.5.2
10722026-03-20T12:07:10.441Z Compiling darling_macro v0.21.3
10732026-03-20T12:07:10.783Z Compiling structmeta-derive v0.3.0
10742026-03-20T12:07:10.999Z Checking encoding_rs v0.8.35
10752026-03-20T12:07:11.137Z Compiling darling v0.21.3
10762026-03-20T12:07:11.245Z Checking iri-string v0.7.8
10772026-03-20T12:07:11.285Z Compiling typify-macro v0.4.3
10782026-03-20T12:07:11.527Z Checking mime v0.3.17
10792026-03-20T12:07:11.754Z Checking crossbeam-channel v0.5.15
10802026-03-20T12:07:12.069Z Checking futures-executor v0.3.31
10812026-03-20T12:07:12.145Z Compiling structmeta v0.3.0
10822026-03-20T12:07:12.187Z Compiling multer v3.1.0
10832026-03-20T12:07:12.253Z Checking hex v0.4.3
10842026-03-20T12:07:12.256Z Checking unicode-width v0.2.1
10852026-03-20T12:07:12.298Z Checking untrusted v0.7.1
10862026-03-20T12:07:12.402Z Checking foreign-types-shared v0.1.1
10872026-03-20T12:07:12.442Z Checking fastrand v2.3.0
10882026-03-20T12:07:12.464Z Compiling openssl v0.10.73
10892026-03-20T12:07:12.507Z Checking foreign-types v0.3.2
10902026-03-20T12:07:12.594Z Checking futures v0.3.31
10912026-03-20T12:07:12.643Z Compiling openssl-macros v0.1.1
10922026-03-20T12:07:12.669Z Checking tempfile v3.23.0
10932026-03-20T12:07:12.691Z Compiling async-stream-impl v0.3.6
10942026-03-20T12:07:12.718Z Checking tower-http v0.6.8
10952026-03-20T12:07:12.822Z Compiling strum_macros v0.26.4
10962026-03-20T12:07:12.947Z Checking thread_local v1.1.9
10972026-03-20T12:07:13.210Z Checking openssl-probe v0.1.6
10982026-03-20T12:07:13.297Z Compiling typify v0.4.3
10992026-03-20T12:07:13.320Z Compiling native-tls v0.2.14
11002026-03-20T12:07:13.342Z Compiling rustls v0.23.32
11012026-03-20T12:07:13.601Z Compiling newtype-uuid-macros v0.1.0
11022026-03-20T12:07:13.652Z Compiling dropshot v0.16.7
11032026-03-20T12:07:13.776Z Checking is-terminal v0.4.16
11042026-03-20T12:07:13.776Z Checking memmap2 v0.9.8
11052026-03-20T12:07:13.891Z Checking winnow v0.7.14
11062026-03-20T12:07:13.930Z Checking take_mut v0.2.2
11072026-03-20T12:07:13.999Z Compiling ref-cast v1.0.25
11082026-03-20T12:07:14.082Z Checking match_cfg v0.1.0
11092026-03-20T12:07:14.229Z Checking term v1.2.0
11102026-03-20T12:07:14.508Z Checking hostname v0.3.1
11112026-03-20T12:07:14.530Z Checking slog-term v2.9.2
11122026-03-20T12:07:14.839Z Checking slog-json v2.6.1
11132026-03-20T12:07:14.874Z Compiling dropshot_endpoint v0.16.7
11142026-03-20T12:07:14.900Z Compiling ref-cast-impl v1.0.25
11152026-03-20T12:07:15.032Z Checking slog-bunyan v2.5.0
11162026-03-20T12:07:15.076Z Compiling derive-ex v0.1.8
11172026-03-20T12:07:15.485Z Checking webpki-roots v1.0.2
11182026-03-20T12:07:15.587Z Compiling strum_macros v0.27.2
11192026-03-20T12:07:15.738Z Compiling progenitor-impl v0.11.1
11202026-03-20T12:07:15.872Z Checking newtype-uuid v1.3.2
11212026-03-20T12:07:16.353Z Checking daft v0.1.4
11222026-03-20T12:07:16.606Z Checking tokio-native-tls v0.3.1
11232026-03-20T12:07:16.647Z Compiling serde_with_macros v3.14.1
11242026-03-20T12:07:16.801Z Checking hyper-tls v0.6.0
11252026-03-20T12:07:17.173Z Compiling test-strategy v0.4.3
11262026-03-20T12:07:17.397Z Checking rustls-webpki v0.102.8
11272026-03-20T12:07:17.441Z Checking debug-ignore v1.0.5
11282026-03-20T12:07:17.566Z Checking toml_parser v1.0.6+spec-1.1.0
11292026-03-20T12:07:18.024Z Compiling parse-display-derive v0.10.0
11302026-03-20T12:07:18.180Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11312026-03-20T12:07:18.682Z Compiling progenitor-macro v0.11.1
11322026-03-20T12:07:18.766Z Checking serde_spanned v1.0.4
11332026-03-20T12:07:18.831Z Checking usdt v0.6.0
11342026-03-20T12:07:18.933Z Checking toml_datetime v0.7.5+spec-1.1.0
11352026-03-20T12:07:19.012Z Checking spin v0.9.8
11362026-03-20T12:07:19.034Z Checking toml_writer v1.0.6+spec-1.1.0
11372026-03-20T12:07:19.319Z Checking toml v0.9.11+spec-1.1.0
11382026-03-20T12:07:19.486Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11392026-03-20T12:07:19.675Z Checking strum v0.26.3
11402026-03-20T12:07:19.819Z Checking async-stream v0.3.6
11412026-03-20T12:07:19.855Z Checking tokio-rustls v0.25.0
11422026-03-20T12:07:19.928Z Checking sha1 v0.10.6
11432026-03-20T12:07:19.982Z Checking rustls-pemfile v2.2.0
11442026-03-20T12:07:20.110Z Checking rand_chacha v0.3.1
11452026-03-20T12:07:20.113Z Checking waitgroup v0.1.2
11462026-03-20T12:07:20.155Z Compiling toml_datetime v0.6.11
11472026-03-20T12:07:20.158Z Checking macaddr v1.0.1
11482026-03-20T12:07:20.198Z Checking serde_path_to_error v0.1.20
11492026-03-20T12:07:20.257Z Checking hostname v0.4.2
11502026-03-20T12:07:20.364Z Checking wait-timeout v0.2.1
11512026-03-20T12:07:20.386Z Checking bit-vec v0.8.0
11522026-03-20T12:07:20.390Z Checking lazy_static v1.5.0
11532026-03-20T12:07:20.464Z Checking quick-error v1.2.3
11542026-03-20T12:07:20.504Z Checking rand v0.8.5
11552026-03-20T12:07:20.527Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11562026-03-20T12:07:20.604Z Checking rusty-fork v0.3.0
11572026-03-20T12:07:20.654Z Checking bit-set v0.8.0
11582026-03-20T12:07:20.847Z Checking tabwriter v1.4.1
11592026-03-20T12:07:20.871Z Checking rand_xorshift v0.4.0
11602026-03-20T12:07:21.023Z Compiling clap_derive v4.5.49
11612026-03-20T12:07:21.149Z Checking colored v3.0.0
11622026-03-20T12:07:21.152Z Checking unarray v0.1.4
11632026-03-20T12:07:21.305Z Checking utf8parse v0.2.2
11642026-03-20T12:07:21.308Z Checking proptest v1.8.0
11652026-03-20T12:07:21.403Z Checking strum v0.27.2
11662026-03-20T12:07:21.458Z Checking anstyle-parse v0.2.7
11672026-03-20T12:07:21.661Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11682026-03-20T12:07:21.684Z Checking terminal_size v0.4.3
11692026-03-20T12:07:22.153Z Checking colorchoice v1.0.4
11702026-03-20T12:07:22.280Z Checking is_terminal_polyfill v1.70.1
11712026-03-20T12:07:22.350Z Checking anstyle v1.0.11
11722026-03-20T12:07:22.390Z Checking anstyle-query v1.1.4
11732026-03-20T12:07:22.587Z Checking anstream v0.6.20
11742026-03-20T12:07:22.780Z Checking itertools v0.14.0
11752026-03-20T12:07:23.345Z Checking clap_lex v0.7.5
11762026-03-20T12:07:23.542Z Checking clap_builder v4.5.50
11772026-03-20T12:07:23.598Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11782026-03-20T12:07:24.295Z Checking serde_with v3.14.1
11792026-03-20T12:07:25.226Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11802026-03-20T12:07:25.283Z Checking clap v4.5.50
11812026-03-20T12:07:25.366Z Checking instant v0.1.13
11822026-03-20T12:07:25.548Z Checking iddqd v0.3.17
11832026-03-20T12:07:25.714Z Checking backoff v0.4.0
11842026-03-20T12:07:25.929Z Checking parse-display v0.10.0
11852026-03-20T12:07:26.110Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11862026-03-20T12:07:26.241Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11872026-03-20T12:07:28.632Z Compiling rustls-webpki v0.103.6
11882026-03-20T12:07:32.446Z Checking serde_spanned v0.6.9
11892026-03-20T12:07:32.468Z Compiling memoffset v0.9.1
11902026-03-20T12:07:32.814Z Compiling cfg_aliases v0.2.1
11912026-03-20T12:07:32.913Z Compiling nix v0.30.1
11922026-03-20T12:07:33.029Z Compiling tokio-rustls v0.26.3
11932026-03-20T12:07:33.678Z Checking crossbeam-epoch v0.9.18
11942026-03-20T12:07:33.970Z Compiling hyper-rustls v0.27.7
11952026-03-20T12:07:34.336Z Compiling reqwest v0.12.23
11962026-03-20T12:07:34.360Z Compiling winnow v0.5.40
11972026-03-20T12:07:35.903Z Compiling progenitor-client v0.11.1
11982026-03-20T12:07:36.129Z Compiling toml_edit v0.19.15
11992026-03-20T12:07:37.762Z Compiling proc-macro-crate v1.3.1
12002026-03-20T12:07:38.207Z Compiling progenitor v0.11.1
12012026-03-20T12:07:38.933Z Compiling num-integer v0.1.46
12022026-03-20T12:07:39.374Z Compiling rayon-core v1.13.0
12032026-03-20T12:07:39.675Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12042026-03-20T12:07:39.731Z Compiling progenitor-client v0.10.0
12052026-03-20T12:07:40.613Z Compiling hubpack_derive v0.1.1
12062026-03-20T12:07:41.262Z Compiling zerocopy-derive v0.7.35
12072026-03-20T12:07:41.745Z Checking toml_write v0.1.2
12082026-03-20T12:07:41.966Z Checking toml_edit v0.22.27
12092026-03-20T12:07:42.027Z Checking hubpack v0.1.2
12102026-03-20T12:07:42.211Z Checking num-rational v0.4.2
12112026-03-20T12:07:42.246Z Checking num-iter v0.1.45
12122026-03-20T12:07:42.402Z Checking crossbeam-deque v0.8.6
12132026-03-20T12:07:42.630Z Compiling num-complex v0.4.6
12142026-03-20T12:07:42.771Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12152026-03-20T12:07:43.072Z Checking static_assertions v1.1.0
12162026-03-20T12:07:43.190Z Compiling num v0.4.3
12172026-03-20T12:07:43.445Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12182026-03-20T12:07:43.468Z Checking toml v0.8.23
12192026-03-20T12:07:43.760Z Compiling proc-macro-error-attr v1.0.4
12202026-03-20T12:07:43.913Z Compiling float-ord v0.3.2
12212026-03-20T12:07:44.096Z Compiling heapless v0.8.0
12222026-03-20T12:07:44.185Z Compiling ingot-macros v0.1.1
12232026-03-20T12:07:44.207Z Checking hash32 v0.3.1
12242026-03-20T12:07:44.371Z Compiling proc-macro-error v1.0.4
12252026-03-20T12:07:44.510Z Checking bytecount v0.6.9
12262026-03-20T12:07:44.649Z Compiling smoltcp v0.11.0
12272026-03-20T12:07:44.671Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12282026-03-20T12:07:45.130Z Compiling zerocopy v0.7.35
12292026-03-20T12:07:45.224Z Compiling num_enum_derive v0.7.5
12302026-03-20T12:07:45.920Z Compiling num-derive v0.3.3
12312026-03-20T12:07:46.607Z Checking cobs v0.3.0
12322026-03-20T12:07:46.655Z Compiling scroll_derive v0.12.1
12332026-03-20T12:07:46.793Z Compiling foreign-types-macros v0.2.3
12342026-03-20T12:07:47.054Z Compiling usdt-impl v0.5.0
12352026-03-20T12:07:47.097Z Checking foreign-types-shared v0.3.1
12362026-03-20T12:07:47.188Z Checking managed v0.8.0
12372026-03-20T12:07:47.213Z Compiling crucible-workspace-hack v0.1.0
12382026-03-20T12:07:47.373Z Checking bitflags v1.3.2
12392026-03-20T12:07:47.523Z Checking libscf-sys v1.1.0
12402026-03-20T12:07:47.562Z Checking scroll v0.12.0
12412026-03-20T12:07:47.588Z Checking postcard v1.1.3
12422026-03-20T12:07:47.609Z Checking foreign-types v0.5.0
12432026-03-20T12:07:47.685Z Checking num_enum v0.7.5
12442026-03-20T12:07:47.708Z Compiling dof v0.3.0
12452026-03-20T12:07:47.753Z Checking ingot-types v0.1.2
12462026-03-20T12:07:47.998Z Compiling dtrace-parser v0.2.0
12472026-03-20T12:07:48.101Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12482026-03-20T12:07:48.170Z Checking camino-tempfile v1.4.1
12492026-03-20T12:07:48.194Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12502026-03-20T12:07:48.215Z Checking ingot v0.1.1
12512026-03-20T12:07:48.379Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12522026-03-20T12:07:48.665Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12532026-03-20T12:07:48.811Z Checking cstr-argument v0.1.2
12542026-03-20T12:07:48.833Z Compiling thread-id v4.2.2
12552026-03-20T12:07:48.878Z Compiling heck v0.4.1
12562026-03-20T12:07:48.967Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12572026-03-20T12:07:49.055Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12582026-03-20T12:07:49.125Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12592026-03-20T12:07:49.161Z Checking goblin v0.8.2
12602026-03-20T12:07:49.220Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12612026-03-20T12:07:49.308Z Checking rayon v1.11.0
12622026-03-20T12:07:49.490Z Compiling num_enum_derive v0.5.11
12632026-03-20T12:07:49.732Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12642026-03-20T12:07:50.052Z Compiling rustc_version v0.4.1
12652026-03-20T12:07:50.105Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12662026-03-20T12:07:50.423Z Checking tinyvec_macros v0.1.1
12672026-03-20T12:07:50.513Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12682026-03-20T12:07:50.682Z Compiling rustix v0.38.44
12692026-03-20T12:07:50.786Z Compiling convert_case v0.4.0
12702026-03-20T12:07:50.810Z Checking num_enum v0.5.11
12712026-03-20T12:07:50.947Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12722026-03-20T12:07:51.212Z Compiling derive_more v0.99.20
12732026-03-20T12:07:51.328Z Checking tinyvec v1.10.0
12742026-03-20T12:07:51.524Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12752026-03-20T12:07:51.597Z Compiling libz-sys v1.1.22
12762026-03-20T12:07:51.759Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12772026-03-20T12:07:51.762Z Compiling proc-macro-error-attr2 v2.0.0
12782026-03-20T12:07:52.226Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12792026-03-20T12:07:52.313Z Compiling proc-macro-error2 v2.0.1
12802026-03-20T12:07:52.664Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12812026-03-20T12:07:52.893Z Compiling usdt-macro v0.5.0
12822026-03-20T12:07:53.233Z Compiling usdt-attr-macro v0.5.0
12832026-03-20T12:07:53.423Z Compiling zone_cfg_derive v0.3.1
12842026-03-20T12:07:53.462Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12852026-03-20T12:07:53.698Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12862026-03-20T12:07:53.765Z Compiling num-derive v0.4.2
12872026-03-20T12:07:54.205Z Checking memmap v0.7.0
12882026-03-20T12:07:54.327Z Checking sigpipe v0.1.3
12892026-03-20T12:07:54.396Z Checking jiff v0.2.15
12902026-03-20T12:07:54.432Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12912026-03-20T12:07:54.615Z Checking usdt v0.5.0
12922026-03-20T12:07:54.743Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12932026-03-20T12:07:54.765Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12942026-03-20T12:07:54.931Z Checking zone v0.3.1
12952026-03-20T12:07:54.954Z Compiling tabled_derive v0.11.0
12962026-03-20T12:07:55.014Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12972026-03-20T12:07:55.018Z Checking papergrid v0.17.0
12982026-03-20T12:07:55.060Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12992026-03-20T12:07:55.307Z Checking testing_table v0.3.0
13002026-03-20T12:07:55.357Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13012026-03-20T12:07:55.401Z Checking smf v0.2.3
13022026-03-20T12:07:55.423Z Checking secrecy v0.10.3
13032026-03-20T12:07:55.571Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13042026-03-20T12:07:55.698Z Checking bstr v1.12.0
13052026-03-20T12:07:55.856Z Checking whoami v1.6.1
13062026-03-20T12:07:56.063Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13072026-03-20T12:07:56.108Z Compiling curve25519-dalek v4.1.3
13082026-03-20T12:07:56.150Z Checking hmac v0.12.1
13092026-03-20T12:07:56.171Z Checking inout v0.1.4
13102026-03-20T12:07:56.322Z Checking ff v0.13.1
13112026-03-20T12:07:56.345Z Compiling enum-as-inner v0.6.1
13122026-03-20T12:07:56.398Z Checking tabled v0.20.0
13132026-03-20T12:07:56.452Z Compiling semver v0.1.20
13142026-03-20T12:07:56.484Z Checking data-encoding v2.9.0
13152026-03-20T12:07:56.790Z Compiling rustc_version v0.1.7
13162026-03-20T12:07:56.840Z Checking group v0.13.0
13172026-03-20T12:07:57.050Z Checking cipher v0.4.4
13182026-03-20T12:07:57.053Z Checking hkdf v0.12.4
13192026-03-20T12:07:57.092Z Checking atomicwrites v0.4.4
13202026-03-20T12:07:57.241Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13212026-03-20T12:07:57.263Z Compiling thiserror-impl-no-std v2.0.2
13222026-03-20T12:07:57.266Z Checking universal-hash v0.5.1
13232026-03-20T12:07:57.307Z Checking crypto-bigint v0.5.5
13242026-03-20T12:07:57.440Z Checking half v2.7.1
13252026-03-20T12:07:57.777Z Compiling curve25519-dalek-derive v0.1.1
13262026-03-20T12:07:57.823Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13272026-03-20T12:07:58.025Z Checking indent_write v2.2.0
13282026-03-20T12:07:58.192Z Checking base64ct v1.8.0
13292026-03-20T12:07:58.505Z Checking base16ct v0.2.0
13302026-03-20T12:07:58.660Z Checking ciborium-io v0.2.2
13312026-03-20T12:07:58.682Z Checking opaque-debug v0.3.1
13322026-03-20T12:07:58.706Z Checking thiserror-no-std v2.0.2
13332026-03-20T12:07:58.774Z Checking poly1305 v0.8.0
13342026-03-20T12:07:58.797Z Checking ciborium-ll v0.2.2
13352026-03-20T12:07:58.852Z Checking elliptic-curve v0.13.8
13362026-03-20T12:07:59.020Z Checking password-hash v0.5.0
13372026-03-20T12:07:59.139Z Checking chacha20 v0.9.1
13382026-03-20T12:07:59.164Z Compiling newtype_derive v0.1.6
13392026-03-20T12:07:59.219Z Checking similar v2.7.0
13402026-03-20T12:07:59.340Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13412026-03-20T12:07:59.401Z Checking blake2 v0.10.6
13422026-03-20T12:07:59.425Z Compiling typify-impl v0.6.1
13432026-03-20T12:07:59.447Z Checking aead v0.5.2
13442026-03-20T12:07:59.625Z Checking resolv-conf v0.7.5
13452026-03-20T12:07:59.658Z Checking linked-hash-map v0.5.6
13462026-03-20T12:07:59.683Z Checking keccak v0.1.5
13472026-03-20T12:07:59.686Z Compiling owo-colors v4.3.0
13482026-03-20T12:07:59.809Z Checking vsss-rs v3.3.4
13492026-03-20T12:07:59.865Z Checking argon2 v0.5.3
13502026-03-20T12:07:59.888Z Checking sha3 v0.10.8
13512026-03-20T12:07:59.891Z Checking lru-cache v0.1.2
13522026-03-20T12:08:00.048Z Checking chacha20poly1305 v0.10.1
13532026-03-20T12:08:00.177Z Checking ciborium v0.2.2
13542026-03-20T12:08:00.201Z Checking hickory-proto v0.24.4
13552026-03-20T12:08:00.222Z Checking tokio-dtrace v0.1.1
13562026-03-20T12:08:00.225Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13572026-03-20T12:08:00.267Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13582026-03-20T12:08:00.445Z Checking serde-big-array v0.5.1
13592026-03-20T12:08:00.560Z Compiling derive-where v1.6.0
13602026-03-20T12:08:00.613Z Compiling serde_repr v0.1.20
13612026-03-20T12:08:00.636Z Checking same-file v1.0.6
13622026-03-20T12:08:00.744Z Checking unicode-segmentation v1.12.0
13632026-03-20T12:08:00.788Z Checking siphasher v1.0.1
13642026-03-20T12:08:01.002Z Checking phf_shared v0.12.1
13652026-03-20T12:08:01.164Z Checking newline-converter v0.3.0
13662026-03-20T12:08:01.193Z Checking walkdir v2.5.0
13672026-03-20T12:08:01.307Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13682026-03-20T12:08:01.341Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13692026-03-20T12:08:01.404Z Checking oxide-tokio-rt v0.1.2
13702026-03-20T12:08:01.435Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13712026-03-20T12:08:01.703Z Compiling progenitor-impl v0.10.0
13722026-03-20T12:08:02.216Z Checking console v0.15.11
13732026-03-20T12:08:02.266Z Checking hickory-resolver v0.24.4
13742026-03-20T12:08:02.543Z Checking tokio-stream v0.1.17
13752026-03-20T12:08:02.578Z Compiling pin-project-internal v1.1.10
13762026-03-20T12:08:02.983Z Compiling slog-dtrace v0.3.0
13772026-03-20T12:08:03.045Z Checking csv-core v0.1.12
13782026-03-20T12:08:03.131Z Checking smawk v0.3.2
13792026-03-20T12:08:03.270Z Checking unicode-width v0.1.14
13802026-03-20T12:08:03.293Z Checking foldhash v0.1.5
13812026-03-20T12:08:03.314Z Checking swrite v0.1.0
13822026-03-20T12:08:03.434Z Compiling cancel-safe-futures v0.1.5
13832026-03-20T12:08:03.471Z Compiling unicode-xid v0.2.6
13842026-03-20T12:08:03.598Z Compiling chrono-tz v0.10.4
13852026-03-20T12:08:03.634Z Checking unicode-linebreak v0.1.5
13862026-03-20T12:08:03.778Z Compiling const_format_proc_macros v0.2.34
13872026-03-20T12:08:03.916Z Checking hashbrown v0.15.5
13882026-03-20T12:08:03.932Z Checking textwrap v0.16.2
13892026-03-20T12:08:04.037Z Checking pin-project v1.1.10
13902026-03-20T12:08:04.226Z Checking csv v1.3.1
13912026-03-20T12:08:04.320Z Checking qorb v0.4.1
13922026-03-20T12:08:04.404Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13932026-03-20T12:08:04.429Z Compiling typify-macro v0.6.1
13942026-03-20T12:08:04.585Z Checking expectorate v1.2.0
13952026-03-20T12:08:04.677Z Compiling progenitor-macro v0.10.0
13962026-03-20T12:08:04.743Z Checking phf v0.12.1
13972026-03-20T12:08:04.765Z Checking unicode-normalization v0.1.24
13982026-03-20T12:08:04.882Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13992026-03-20T12:08:05.333Z Checking libsw-core v0.3.2
14002026-03-20T12:08:05.522Z Compiling libgit2-sys v0.17.0+1.8.1
14012026-03-20T12:08:05.545Z Compiling snafu-derive v0.8.9
14022026-03-20T12:08:05.605Z Compiling async-recursion v1.1.1
14032026-03-20T12:08:06.072Z Compiling cookie v0.18.1
14042026-03-20T12:08:06.097Z Checking highway v1.3.0
14052026-03-20T12:08:06.383Z Compiling moka v0.12.11
14062026-03-20T12:08:06.408Z Checking fixedbitset v0.4.2
14072026-03-20T12:08:06.480Z Checking fixedbitset v0.5.7
14082026-03-20T12:08:06.508Z Compiling typify v0.6.1
14092026-03-20T12:08:06.607Z Checking petgraph v0.6.5
14102026-03-20T12:08:06.631Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14112026-03-20T12:08:06.741Z Checking petgraph v0.8.2
14122026-03-20T12:08:06.891Z Checking libsw v3.5.0
14132026-03-20T12:08:07.084Z Checking olpc-cjson v0.1.4
14142026-03-20T12:08:07.900Z Checking snafu v0.8.9
14152026-03-20T12:08:08.088Z Checking const_format v0.2.34
14162026-03-20T12:08:08.211Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14172026-03-20T12:08:08.570Z Checking papergrid v0.11.0
14182026-03-20T12:08:08.598Z Checking globset v0.4.16
14192026-03-20T12:08:08.697Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14202026-03-20T12:08:08.735Z Checking gethostname v0.5.0
14212026-03-20T12:08:08.920Z Compiling tabled_derive v0.7.0
14222026-03-20T12:08:08.988Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14232026-03-20T12:08:09.407Z Checking reqwest v0.13.2
14242026-03-20T12:08:09.432Z Checking bcs v0.1.6
14252026-03-20T12:08:09.749Z Checking pem v3.0.5
14262026-03-20T12:08:10.140Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14272026-03-20T12:08:10.205Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14282026-03-20T12:08:10.648Z Checking progenitor v0.10.0
14292026-03-20T12:08:10.819Z Checking serde_plain v1.0.2
14302026-03-20T12:08:10.844Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14312026-03-20T12:08:10.886Z Checking humantime v2.3.0
14322026-03-20T12:08:11.009Z Checking typed-path v0.9.3
14332026-03-20T12:08:11.123Z Checking tagptr v0.2.0
14342026-03-20T12:08:11.309Z Checking crc8 v0.1.1
14352026-03-20T12:08:11.360Z Compiling signal-hook v0.3.18
14362026-03-20T12:08:11.434Z Checking linear-map v1.2.0
14372026-03-20T12:08:11.626Z Checking termtree v0.5.1
14382026-03-20T12:08:11.649Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14392026-03-20T12:08:11.670Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14402026-03-20T12:08:12.050Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14412026-03-20T12:08:12.081Z Checking tough v0.20.0
14422026-03-20T12:08:12.187Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14432026-03-20T12:08:12.665Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14442026-03-20T12:08:12.775Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14452026-03-20T12:08:12.800Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14462026-03-20T12:08:13.077Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14472026-03-20T12:08:13.301Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14482026-03-20T12:08:13.324Z Checking tabled v0.15.0
14492026-03-20T12:08:13.813Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-03-20T12:08:13.842Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-03-20T12:08:14.045Z Checking steno v0.4.1
14522026-03-20T12:08:14.441Z Compiling progenitor-impl v0.13.0
14532026-03-20T12:08:14.595Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14542026-03-20T12:08:14.697Z Checking hickory-proto v0.25.2
14552026-03-20T12:08:14.881Z Checking dropshot-api-manager-types v0.5.2
14562026-03-20T12:08:14.905Z Compiling curl-sys v0.4.83+curl-8.15.0
14572026-03-20T12:08:15.102Z Compiling cargo-platform v0.1.9
14582026-03-20T12:08:15.376Z Compiling vergen v8.3.2
14592026-03-20T12:08:15.410Z Compiling fs-err v3.1.2
14602026-03-20T12:08:15.432Z Compiling crc32fast v1.5.0
14612026-03-20T12:08:15.737Z Compiling cargo_metadata v0.18.1
14622026-03-20T12:08:15.836Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
14632026-03-20T12:08:15.867Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14642026-03-20T12:08:16.839Z Checking hickory-resolver v0.25.2
14652026-03-20T12:08:17.166Z Checking progenitor-client v0.13.0
14662026-03-20T12:08:17.266Z Checking sha2 v0.10.9
14672026-03-20T12:08:17.290Z Compiling blake3 v1.8.2
14682026-03-20T12:08:17.409Z Compiling progenitor-macro v0.13.0
14692026-03-20T12:08:17.610Z Checking adler2 v2.0.1
14702026-03-20T12:08:17.663Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-03-20T12:08:17.686Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
14722026-03-20T12:08:17.748Z Checking miniz_oxide v0.8.9
14732026-03-20T12:08:18.209Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14742026-03-20T12:08:18.688Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14752026-03-20T12:08:18.736Z Checking git-stub v1.0.0
14762026-03-20T12:08:18.931Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14772026-03-20T12:08:20.390Z Checking filetime v0.2.26
14782026-03-20T12:08:20.421Z Compiling curl v0.4.49
14792026-03-20T12:08:20.496Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-03-20T12:08:20.543Z Checking arrayref v0.3.9
14812026-03-20T12:08:20.566Z Checking constant_time_eq v0.3.1
14822026-03-20T12:08:20.638Z Checking arrayvec v0.7.6
14832026-03-20T12:08:20.688Z Checking is_ci v1.2.0
14842026-03-20T12:08:20.726Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14852026-03-20T12:08:20.815Z Checking xattr v1.6.1
14862026-03-20T12:08:20.979Z Checking tar v0.4.44
14872026-03-20T12:08:21.033Z Checking supports-color v3.0.2
14882026-03-20T12:08:21.227Z Checking toml v0.7.8
14892026-03-20T12:08:21.509Z Checking git-stub-vcs v0.1.0
14902026-03-20T12:08:21.683Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-03-20T12:08:21.761Z Checking flate2 v1.1.2
14922026-03-20T12:08:21.859Z Checking drift v0.1.3
14932026-03-20T12:08:21.971Z Checking kstat-rs v0.2.4
14942026-03-20T12:08:22.149Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14952026-03-20T12:08:22.188Z Checking topological-sort v0.2.2
14962026-03-20T12:08:22.214Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-03-20T12:08:22.358Z Checking omicron-zone-package v0.12.2
14982026-03-20T12:08:22.645Z Checking dropshot-api-manager v0.5.2
14992026-03-20T12:08:22.920Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15002026-03-20T12:08:23.407Z Checking progenitor v0.13.0
15012026-03-20T12:08:23.565Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15022026-03-20T12:08:23.762Z Checking signal-hook-tokio v0.3.1
15032026-03-20T12:08:23.821Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15042026-03-20T12:08:23.913Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15052026-03-20T12:08:24.565Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15062026-03-20T12:08:24.709Z Checking search_path v0.1.4
15072026-03-20T12:08:24.823Z Checking internet-checksum v0.2.1
15082026-03-20T12:08:24.884Z Checking display-error-chain v0.2.2
15092026-03-20T12:08:24.949Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15102026-03-20T12:08:24.976Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15112026-03-20T12:08:25.037Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15122026-03-20T12:08:25.837Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15132026-03-20T12:08:26.001Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15142026-03-20T12:08:27.760Z Compiling git2 v0.19.0
15152026-03-20T12:08:30.965Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15162026-03-20T12:08:33.967Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15172026-03-20T12:08:38.624Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-03-20T12:08:40.428Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-03-20T12:08:47.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
15202026-03-20T12:08:47.415Z+ for feat in tofino_stub tofino_asic softnpu chaos
15212026-03-20T12:08:47.415Z+ cargo clippy --features tofino_asic -- --deny warnings
15222026-03-20T12:08:48.076Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15232026-03-20T12:08:48.079Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15242026-03-20T12:08:48.166Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15252026-03-20T12:08:48.169Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15262026-03-20T12:08:58.069Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15272026-03-20T12:08:58.072Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15282026-03-20T12:09:01.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.09s
15292026-03-20T12:09:01.734Z+ for feat in tofino_stub tofino_asic softnpu chaos
15302026-03-20T12:09:01.734Z+ cargo clippy --features softnpu -- --deny warnings
15312026-03-20T12:09:02.135Z Downloading crates ...
15322026-03-20T12:09:02.310Z Downloaded typeid v1.0.3
15332026-03-20T12:09:02.322Z Downloaded ascii v1.1.0
15342026-03-20T12:09:02.325Z Downloaded bitstruct_derive v0.1.0
15352026-03-20T12:09:02.328Z Downloaded tap v1.0.1
15362026-03-20T12:09:02.328Z Downloaded serde_arrays v0.1.0
15372026-03-20T12:09:02.328Z Downloaded radium v0.7.0
15382026-03-20T12:09:02.328Z Downloaded bitstruct v0.1.1
15392026-03-20T12:09:02.331Z Downloaded wyz v0.5.1
15402026-03-20T12:09:02.331Z Downloaded libloading v0.7.4
15412026-03-20T12:09:02.334Z Downloaded erased-serde v0.4.8
15422026-03-20T12:09:02.334Z Downloaded funty v2.0.0
15432026-03-20T12:09:02.343Z Downloaded bitvec v1.0.1
15442026-03-20T12:09:02.353Z Downloaded num-bigint v0.4.6
15452026-03-20T12:09:02.511Z Checking num-integer v0.1.46
15462026-03-20T12:09:02.600Z Checking num-complex v0.4.6
15472026-03-20T12:09:02.615Z Compiling radium v0.7.0
15482026-03-20T12:09:02.625Z Checking tap v1.0.1
15492026-03-20T12:09:02.634Z Checking funty v2.0.0
15502026-03-20T12:09:02.646Z Compiling typeid v1.0.3
15512026-03-20T12:09:02.649Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15522026-03-20T12:09:02.668Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15532026-03-20T12:09:02.735Z Checking wyz v0.5.1
15542026-03-20T12:09:02.875Z Checking num-bigint v0.4.6
15552026-03-20T12:09:02.878Z Checking num-iter v0.1.45
15562026-03-20T12:09:02.913Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15572026-03-20T12:09:02.971Z Compiling erased-serde v0.4.8
15582026-03-20T12:09:03.037Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15592026-03-20T12:09:03.068Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15602026-03-20T12:09:03.080Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15612026-03-20T12:09:03.125Z Compiling bitstruct_derive v0.1.0
15622026-03-20T12:09:03.154Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15632026-03-20T12:09:03.166Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-03-20T12:09:03.191Z Checking bitvec v1.0.1
15652026-03-20T12:09:03.224Z Checking ascii v1.1.0
15662026-03-20T12:09:03.240Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15672026-03-20T12:09:03.269Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-03-20T12:09:03.413Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15692026-03-20T12:09:03.433Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-03-20T12:09:03.446Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15712026-03-20T12:09:03.457Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-03-20T12:09:03.857Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-03-20T12:09:03.869Z Checking serde_arrays v0.1.0
15742026-03-20T12:09:03.943Z Checking bitstruct v0.1.1
15752026-03-20T12:09:03.985Z Checking libloading v0.7.4
15762026-03-20T12:09:04.022Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15772026-03-20T12:09:04.094Z Checking num-rational v0.4.2
15782026-03-20T12:09:04.472Z Checking num v0.4.3
15792026-03-20T12:09:04.552Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15802026-03-20T12:09:05.230Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15812026-03-20T12:09:05.603Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15822026-03-20T12:09:05.603Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15832026-03-20T12:09:05.843Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-03-20T12:09:06.185Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15852026-03-20T12:09:06.188Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15862026-03-20T12:09:06.779Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15872026-03-20T12:09:07.042Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15882026-03-20T12:09:07.042Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15892026-03-20T12:09:07.045Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15902026-03-20T12:09:07.068Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15912026-03-20T12:09:07.545Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15922026-03-20T12:09:08.118Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15932026-03-20T12:09:09.258Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-03-20T12:09:09.274Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15952026-03-20T12:09:13.419Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15962026-03-20T12:09:14.990Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15972026-03-20T12:09:15.134Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15982026-03-20T12:09:24.382Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-03-20T12:09:26.148Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-03-20T12:09:26.831Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16012026-03-20T12:09:32.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.95s
16022026-03-20T12:09:32.921Z+ for feat in tofino_stub tofino_asic softnpu chaos
16032026-03-20T12:09:32.921Z+ cargo clippy --features chaos -- --deny warnings
16042026-03-20T12:09:33.569Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16052026-03-20T12:09:33.576Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16062026-03-20T12:09:33.576Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16072026-03-20T12:09:43.536Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16082026-03-20T12:09:43.539Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16092026-03-20T12:09:46.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s
16102026-03-20T12:09:47.135Z+ banner fmt
16112026-03-20T12:09:47.138Z
16122026-03-20T12:09:47.138Z ###### # # #####
16132026-03-20T12:09:47.138Z # ## ## #
16142026-03-20T12:09:47.138Z ##### # ## # #
16152026-03-20T12:09:47.138Z # # # #
16162026-03-20T12:09:47.138Z # # # #
16172026-03-20T12:09:47.138Z # # # #
16182026-03-20T12:09:47.138Z
16192026-03-20T12:09:47.138Z+ cargo fmt -- --check
16202026-03-20T12:09:47.745Z+ banner test
16212026-03-20T12:09:47.750Z
16222026-03-20T12:09:47.750Z ##### ###### #### #####
16232026-03-20T12:09:47.750Z # # # #
16242026-03-20T12:09:47.750Z # ##### #### #
16252026-03-20T12:09:47.750Z # # # #
16262026-03-20T12:09:47.750Z # # # # #
16272026-03-20T12:09:47.750Z # ###### #### #
16282026-03-20T12:09:47.750Z
16292026-03-20T12:09:47.750Z+ for feat in tofino_stub tofino_asic softnpu chaos
16302026-03-20T12:09:47.750Z+ RUST_BACKTRACE=full
16312026-03-20T12:09:47.750Z+ cargo test --features tofino_stub --no-fail-fast
16322026-03-20T12:09:48.927Z Compiling unicode-ident v1.0.24
16332026-03-20T12:09:48.930Z Compiling cfg-if v1.0.3
16342026-03-20T12:09:48.930Z Compiling memchr v2.7.5
16352026-03-20T12:09:49.057Z Compiling serde_core v1.0.228
16362026-03-20T12:09:49.081Z Compiling itoa v1.0.15
16372026-03-20T12:09:49.084Z Compiling libc v0.2.176
16382026-03-20T12:09:49.084Z Compiling zmij v1.0.17
16392026-03-20T12:09:49.159Z Compiling proc-macro2 v1.0.106
16402026-03-20T12:09:49.180Z Compiling log v0.4.29
16412026-03-20T12:09:49.302Z Compiling libm v0.2.15
16422026-03-20T12:09:49.420Z Compiling heck v0.5.0
16432026-03-20T12:09:49.774Z Compiling quote v1.0.44
16442026-03-20T12:09:49.868Z Compiling equivalent v1.0.2
16452026-03-20T12:09:49.882Z Compiling smallvec v1.15.1
16462026-03-20T12:09:49.967Z Compiling iana-time-zone v0.1.64
16472026-03-20T12:09:49.982Z Compiling allocator-api2 v0.2.21
16482026-03-20T12:09:50.146Z Compiling syn v2.0.117
16492026-03-20T12:09:50.161Z Compiling foldhash v0.2.0
16502026-03-20T12:09:50.177Z Compiling dyn-clone v1.0.20
16512026-03-20T12:09:50.338Z Compiling regex-syntax v0.8.6
16522026-03-20T12:09:50.353Z Compiling hashbrown v0.16.1
16532026-03-20T12:09:50.402Z Compiling aho-corasick v1.1.3
16542026-03-20T12:09:50.444Z Compiling stable_deref_trait v1.2.0
16552026-03-20T12:09:50.545Z Compiling pin-project-lite v0.2.16
16562026-03-20T12:09:50.669Z Compiling fnv v1.0.7
16572026-03-20T12:09:50.793Z Compiling percent-encoding v2.3.2
16582026-03-20T12:09:50.905Z Compiling writeable v0.6.1
16592026-03-20T12:09:51.038Z Compiling litemap v0.8.0
16602026-03-20T12:09:51.144Z Compiling icu_properties_data v2.0.1
16612026-03-20T12:09:51.298Z Compiling icu_normalizer_data v2.0.0
16622026-03-20T12:09:51.316Z Compiling form_urlencoded v1.2.2
16632026-03-20T12:09:51.319Z Compiling utf8_iter v1.0.4
16642026-03-20T12:09:51.393Z Compiling scopeguard v1.2.0
16652026-03-20T12:09:51.517Z Compiling semver v1.0.27
16662026-03-20T12:09:51.533Z Compiling serde_json v1.0.149
16672026-03-20T12:09:51.548Z Compiling indexmap v2.13.0
16682026-03-20T12:09:51.647Z Compiling lock_api v0.4.13
16692026-03-20T12:09:51.936Z Compiling num-traits v0.2.19
16702026-03-20T12:09:51.971Z Compiling getrandom v0.3.3
16712026-03-20T12:09:52.195Z Compiling ucd-trie v0.1.7
16722026-03-20T12:09:52.405Z Compiling regex-automata v0.4.13
16732026-03-20T12:09:52.421Z Compiling byteorder v1.5.0
16742026-03-20T12:09:52.570Z Compiling uuid v1.20.0
16752026-03-20T12:09:52.724Z Compiling futures-core v0.3.32
16762026-03-20T12:09:52.915Z Compiling num-conv v0.1.0
16772026-03-20T12:09:52.938Z Compiling time-core v0.1.6
16782026-03-20T12:09:53.095Z Compiling futures-sink v0.3.31
16792026-03-20T12:09:53.118Z Compiling ryu v1.0.20
16802026-03-20T12:09:53.134Z Compiling time-macros v0.2.24
16812026-03-20T12:09:53.151Z Compiling regress v0.10.5
16822026-03-20T12:09:53.360Z Compiling glob v0.3.3
16832026-03-20T12:09:53.955Z Compiling slab v0.4.11
16842026-03-20T12:09:53.971Z Compiling minimal-lexical v0.2.1
16852026-03-20T12:09:54.171Z Compiling synstructure v0.13.2
16862026-03-20T12:09:54.199Z Compiling serde_derive_internals v0.29.1
16872026-03-20T12:09:54.310Z Compiling pretty-hex v0.4.1
16882026-03-20T12:09:54.431Z Compiling nom v7.1.3
16892026-03-20T12:09:54.492Z Compiling clang-sys v1.8.1
16902026-03-20T12:09:54.555Z Compiling strsim v0.11.1
16912026-03-20T12:09:54.869Z Compiling regex v1.12.3
16922026-03-20T12:09:55.010Z Compiling prettyplease v0.2.37
16932026-03-20T12:09:55.260Z Compiling plain v0.2.3
16942026-03-20T12:09:55.358Z Compiling libloading v0.8.9
16952026-03-20T12:09:55.503Z Compiling bindgen v0.72.1
16962026-03-20T12:09:55.527Z Compiling futures-channel v0.3.31
16972026-03-20T12:09:55.607Z Compiling pin-utils v0.1.0
16982026-03-20T12:09:55.702Z Compiling syn v1.0.109
16992026-03-20T12:09:55.809Z Compiling futures-io v0.3.31
17002026-03-20T12:09:55.998Z Compiling serde_derive v1.0.228
17012026-03-20T12:09:56.020Z Compiling zerofrom-derive v0.1.6
17022026-03-20T12:09:56.099Z Compiling yoke-derive v0.8.0
17032026-03-20T12:09:56.299Z Compiling zerovec-derive v0.11.1
17042026-03-20T12:09:56.915Z Compiling displaydoc v0.2.5
17052026-03-20T12:09:57.533Z Compiling thiserror-impl v2.0.18
17062026-03-20T12:09:57.709Z Compiling schemars_derive v0.8.22
17072026-03-20T12:09:57.763Z Compiling tokio-macros v2.6.0
17082026-03-20T12:09:57.919Z Compiling zerocopy-derive v0.8.27
17092026-03-20T12:09:58.479Z Compiling zeroize_derive v1.4.3
17102026-03-20T12:09:58.763Z Compiling futures-macro v0.3.31
17112026-03-20T12:09:59.227Z Compiling thiserror v2.0.18
17122026-03-20T12:09:59.351Z Compiling zerofrom v0.1.6
17132026-03-20T12:09:59.367Z Compiling thiserror-impl v1.0.69
17142026-03-20T12:09:59.430Z Compiling tracing-attributes v0.1.30
17152026-03-20T12:09:59.520Z Compiling yoke v0.8.0
17162026-03-20T12:09:59.658Z Compiling zerocopy v0.8.27
17172026-03-20T12:09:59.683Z Compiling serde v1.0.228
17182026-03-20T12:09:59.934Z Compiling zerovec v0.11.4
17192026-03-20T12:10:00.115Z Compiling zerotrie v0.2.2
17202026-03-20T12:10:00.423Z Compiling bytes v1.11.1
17212026-03-20T12:10:00.491Z Compiling serde_tokenstream v0.2.3
17222026-03-20T12:10:00.516Z Compiling chrono v0.4.43
17232026-03-20T12:10:00.671Z Compiling pest v2.8.2
17242026-03-20T12:10:00.858Z Compiling cexpr v0.6.0
17252026-03-20T12:10:01.095Z Compiling tinystr v0.8.1
17262026-03-20T12:10:01.159Z Compiling potential_utf v0.1.3
17272026-03-20T12:10:01.307Z Compiling http v1.4.0
17282026-03-20T12:10:01.369Z Compiling icu_locale_core v2.0.0
17292026-03-20T12:10:01.385Z Compiling icu_collections v2.0.0
17302026-03-20T12:10:01.802Z Compiling scroll_derive v0.13.1
17312026-03-20T12:10:01.830Z Compiling schemars v0.8.22
17322026-03-20T12:10:02.085Z Compiling icu_provider v2.0.0
17332026-03-20T12:10:02.469Z Compiling icu_properties v2.0.1
17342026-03-20T12:10:02.506Z Compiling icu_normalizer v2.0.0
17352026-03-20T12:10:02.553Z Compiling pest_meta v2.8.2
17362026-03-20T12:10:02.622Z Compiling futures-task v0.3.31
17372026-03-20T12:10:02.647Z Compiling async-trait v0.1.89
17382026-03-20T12:10:02.914Z Compiling scroll v0.13.0
17392026-03-20T12:10:03.263Z Compiling thiserror v1.0.69
17402026-03-20T12:10:03.315Z Compiling socket2 v0.6.0
17412026-03-20T12:10:03.390Z Compiling pest_generator v2.8.2
17422026-03-20T12:10:03.416Z Compiling goblin v0.10.1
17432026-03-20T12:10:03.932Z Compiling idna_adapter v1.2.1
17442026-03-20T12:10:04.179Z Compiling idna v1.1.0
17452026-03-20T12:10:04.214Z Compiling parking_lot_core v0.9.11
17462026-03-20T12:10:04.313Z Compiling signal-hook-registry v1.4.6
17472026-03-20T12:10:04.485Z Compiling pest_derive v2.8.2
17482026-03-20T12:10:04.601Z Compiling url v2.5.7
17492026-03-20T12:10:04.644Z Compiling parking_lot v0.12.4
17502026-03-20T12:10:04.833Z Compiling mio v1.0.4
17512026-03-20T12:10:05.024Z Compiling thread-id v5.0.0
17522026-03-20T12:10:05.198Z Compiling openapiv3 v2.2.0
17532026-03-20T12:10:05.215Z Compiling dtrace-parser v0.3.0
17542026-03-20T12:10:05.245Z Compiling daft-derive v0.1.4
17552026-03-20T12:10:05.400Z Compiling tokio v1.49.0
17562026-03-20T12:10:05.806Z Compiling darling_core v0.21.3
17572026-03-20T12:10:06.472Z Compiling typify-impl v0.4.3
17582026-03-20T12:10:06.862Z Compiling serde_yaml v0.9.34+deprecated
17592026-03-20T12:10:07.393Z Compiling dof v0.4.0
17602026-03-20T12:10:08.286Z Compiling aws-lc-sys v0.31.0
17612026-03-20T12:10:08.642Z Compiling usdt-impl v0.6.0
17622026-03-20T12:10:08.830Z Compiling darling_macro v0.21.3
17632026-03-20T12:10:09.094Z Compiling ppv-lite86 v0.2.21
17642026-03-20T12:10:09.589Z Compiling bitflags v2.9.4
17652026-03-20T12:10:09.605Z Compiling openssl-macros v0.1.1
17662026-03-20T12:10:09.624Z Compiling darling v0.21.3
17672026-03-20T12:10:09.731Z Compiling getrandom v0.2.16
17682026-03-20T12:10:09.910Z Compiling base64 v0.22.1
17692026-03-20T12:10:09.974Z Compiling http-body v1.0.1
17702026-03-20T12:10:10.097Z Compiling erased-serde v0.3.31
17712026-03-20T12:10:10.173Z Compiling typenum v1.18.0
17722026-03-20T12:10:10.206Z Compiling usdt-attr-macro v0.6.0
17732026-03-20T12:10:10.222Z Compiling usdt-macro v0.6.0
17742026-03-20T12:10:10.367Z Compiling portable-atomic v1.11.1
17752026-03-20T12:10:10.854Z Compiling ipnet v2.11.0
17762026-03-20T12:10:10.891Z Compiling atomic-waker v1.1.2
17772026-03-20T12:10:11.054Z Compiling anyhow v1.0.100
17782026-03-20T12:10:11.099Z Compiling httparse v1.10.1
17792026-03-20T12:10:11.508Z Compiling tower-service v0.3.3
17802026-03-20T12:10:11.578Z Compiling untrusted v0.9.0
17812026-03-20T12:10:11.581Z Compiling tower-layer v0.3.3
17822026-03-20T12:10:11.627Z Compiling critical-section v1.2.0
17832026-03-20T12:10:11.707Z Compiling zeroize v1.8.1
17842026-03-20T12:10:11.764Z Compiling once_cell v1.21.3
17852026-03-20T12:10:11.950Z Compiling try-lock v0.2.5
17862026-03-20T12:10:12.086Z Compiling want v0.3.1
17872026-03-20T12:10:12.246Z Compiling httpdate v1.0.3
17882026-03-20T12:10:12.438Z Compiling structmeta-derive v0.3.0
17892026-03-20T12:10:12.554Z Compiling newtype-uuid-macros v0.1.0
17902026-03-20T12:10:13.364Z Compiling strum_macros v0.26.4
17912026-03-20T12:10:13.848Z Compiling structmeta v0.3.0
17922026-03-20T12:10:14.129Z Compiling async-stream-impl v0.3.6
17932026-03-20T12:10:14.474Z Compiling powerfmt v0.2.0
17942026-03-20T12:10:14.740Z Compiling deranged v0.5.3
17952026-03-20T12:10:14.847Z Compiling num_threads v0.1.7
17962026-03-20T12:10:14.950Z Compiling omicron-workspace-hack v0.1.0
17972026-03-20T12:10:14.973Z Compiling dropshot_endpoint v0.16.7
17982026-03-20T12:10:15.019Z Compiling http-body-util v0.1.3
17992026-03-20T12:10:15.040Z Compiling ref-cast-impl v1.0.25
18002026-03-20T12:10:15.155Z Compiling typify-macro v0.4.3
18012026-03-20T12:10:15.418Z Compiling derive-ex v0.1.8
18022026-03-20T12:10:15.684Z Compiling serde_urlencoded v0.7.1
18032026-03-20T12:10:15.844Z Compiling strum_macros v0.27.2
18042026-03-20T12:10:16.389Z Compiling sync_wrapper v1.0.2
18052026-03-20T12:10:16.461Z Compiling serde_with_macros v3.14.1
18062026-03-20T12:10:16.524Z Compiling subtle v2.6.1
18072026-03-20T12:10:17.031Z Compiling iri-string v0.7.8
18082026-03-20T12:10:17.256Z Compiling rand_core v0.6.4
18092026-03-20T12:10:17.561Z Compiling futures-util v0.3.31
18102026-03-20T12:10:17.579Z Compiling test-strategy v0.4.3
18112026-03-20T12:10:17.885Z Compiling typify v0.4.3
18122026-03-20T12:10:17.986Z Compiling thread_local v1.1.9
18132026-03-20T12:10:18.002Z Compiling progenitor-impl v0.11.1
18142026-03-20T12:10:18.398Z Compiling match_cfg v0.1.0
18152026-03-20T12:10:18.490Z Compiling parse-display-derive v0.10.0
18162026-03-20T12:10:18.892Z Compiling tracing-core v0.1.34
18172026-03-20T12:10:19.180Z Compiling toml_datetime v0.6.11
18182026-03-20T12:10:19.393Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18192026-03-20T12:10:19.546Z Compiling term v1.2.0
18202026-03-20T12:10:19.585Z Compiling take_mut v0.2.2
18212026-03-20T12:10:19.771Z Compiling tracing v0.1.41
18222026-03-20T12:10:20.079Z Compiling camino v1.2.2
18232026-03-20T12:10:20.647Z Compiling clap_derive v4.5.49
18242026-03-20T12:10:20.808Z Compiling fastrand v2.3.0
18252026-03-20T12:10:20.915Z Compiling cpufeatures v0.2.17
18262026-03-20T12:10:21.012Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18272026-03-20T12:10:21.163Z Compiling encoding_rs v0.8.35
18282026-03-20T12:10:21.166Z Compiling unicode-width v0.2.1
18292026-03-20T12:10:21.297Z Compiling mime v0.3.17
18302026-03-20T12:10:21.981Z Compiling errno v0.3.14
18312026-03-20T12:10:22.176Z Compiling generic-array v0.14.7
18322026-03-20T12:10:22.873Z Compiling progenitor-macro v0.11.1
18332026-03-20T12:10:22.987Z Compiling hex v0.4.3
18342026-03-20T12:10:23.426Z Compiling ipnetwork v0.21.1
18352026-03-20T12:10:23.584Z Compiling crossbeam-utils v0.8.21
18362026-03-20T12:10:23.838Z Compiling rustix v1.1.2
18372026-03-20T12:10:24.007Z Compiling slog v2.8.2
18382026-03-20T12:10:24.099Z Compiling tokio-util v0.7.16
18392026-03-20T12:10:24.306Z Compiling winnow v0.7.14
18402026-03-20T12:10:24.734Z Compiling crypto-common v0.1.6
18412026-03-20T12:10:24.910Z Compiling rand_core v0.9.3
18422026-03-20T12:10:25.093Z Compiling h2 v0.4.12
18432026-03-20T12:10:25.207Z Compiling oxnet v0.1.4
18442026-03-20T12:10:25.642Z Compiling itertools v0.14.0
18452026-03-20T12:10:26.221Z Compiling rand_chacha v0.9.0
18462026-03-20T12:10:26.870Z Compiling rand v0.9.2
18472026-03-20T12:10:27.340Z Compiling rustls-pki-types v1.12.0
18482026-03-20T12:10:27.681Z Compiling spin v0.9.8
18492026-03-20T12:10:27.972Z Compiling hyper v1.8.1
18502026-03-20T12:10:27.997Z Compiling debug-ignore v1.0.5
18512026-03-20T12:10:28.133Z Compiling quick-error v1.2.3
18522026-03-20T12:10:28.269Z Compiling toml_parser v1.0.6+spec-1.1.0
18532026-03-20T12:10:28.538Z Compiling tabwriter v1.4.1
18542026-03-20T12:10:28.858Z Compiling toml_datetime v0.7.5+spec-1.1.0
18552026-03-20T12:10:29.243Z Compiling serde_spanned v1.0.4
18562026-03-20T12:10:29.333Z Compiling bit-vec v0.8.0
18572026-03-20T12:10:29.447Z Compiling hyper-util v0.1.19
18582026-03-20T12:10:29.538Z Compiling toml_writer v1.0.6+spec-1.1.0
18592026-03-20T12:10:29.611Z Compiling lazy_static v1.5.0
18602026-03-20T12:10:29.654Z Compiling colored v3.0.0
18612026-03-20T12:10:29.742Z Compiling bit-set v0.8.0
18622026-03-20T12:10:29.836Z Compiling toml v0.9.11+spec-1.1.0
18632026-03-20T12:10:29.873Z Compiling time v0.3.44
18642026-03-20T12:10:29.955Z Compiling strum v0.26.3
18652026-03-20T12:10:30.113Z Compiling async-stream v0.3.6
18662026-03-20T12:10:30.175Z Compiling ring v0.17.14
18672026-03-20T12:10:30.242Z Compiling waitgroup v0.1.2
18682026-03-20T12:10:30.328Z Compiling serde_path_to_error v0.1.20
18692026-03-20T12:10:30.345Z Compiling anstyle v1.0.11
18702026-03-20T12:10:30.417Z Compiling unarray v0.1.4
18712026-03-20T12:10:30.556Z Compiling crossbeam-channel v0.5.15
18722026-03-20T12:10:30.638Z Compiling block-buffer v0.10.4
18732026-03-20T12:10:30.801Z Compiling macaddr v1.0.1
18742026-03-20T12:10:30.829Z Compiling utf8parse v0.2.2
18752026-03-20T12:10:30.977Z Compiling anstyle-parse v0.2.7
18762026-03-20T12:10:31.090Z Compiling digest v0.10.7
18772026-03-20T12:10:31.222Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18782026-03-20T12:10:31.370Z Compiling ref-cast v1.0.25
18792026-03-20T12:10:31.457Z Compiling colorchoice v1.0.4
18802026-03-20T12:10:31.497Z Compiling is_terminal_polyfill v1.70.1
18812026-03-20T12:10:31.567Z Compiling anstyle-query v1.1.4
18822026-03-20T12:10:31.602Z Compiling strum v0.27.2
18832026-03-20T12:10:31.619Z Compiling is-terminal v0.4.16
18842026-03-20T12:10:31.706Z Compiling anstream v0.6.20
18852026-03-20T12:10:31.761Z Compiling clap_lex v0.7.5
18862026-03-20T12:10:32.087Z Compiling slog-term v2.9.2
18872026-03-20T12:10:32.147Z Compiling slog-json v2.6.1
18882026-03-20T12:10:32.179Z Compiling slog-async v2.8.0
18892026-03-20T12:10:32.182Z Compiling tower v0.5.2
18902026-03-20T12:10:32.396Z Compiling hostname v0.3.1
18912026-03-20T12:10:32.901Z Compiling tower-http v0.6.8
18922026-03-20T12:10:32.918Z Compiling slog-bunyan v2.5.0
18932026-03-20T12:10:33.389Z Compiling futures-executor v0.3.31
18942026-03-20T12:10:33.458Z Compiling instant v0.1.13
18952026-03-20T12:10:33.596Z Compiling futures v0.3.31
18962026-03-20T12:10:33.701Z Compiling openssl-sys v0.9.109
18972026-03-20T12:10:34.605Z Compiling memmap2 v0.9.8
18982026-03-20T12:10:34.847Z Compiling untrusted v0.7.1
18992026-03-20T12:10:34.897Z Compiling foreign-types-shared v0.1.1
19002026-03-20T12:10:35.002Z Compiling foreign-types v0.3.2
19012026-03-20T12:10:35.005Z Compiling tempfile v3.23.0
19022026-03-20T12:10:35.592Z Compiling openssl-probe v0.1.6
19032026-03-20T12:10:35.980Z Compiling openssl v0.10.73
19042026-03-20T12:10:36.424Z Compiling either v1.15.0
19052026-03-20T12:10:36.831Z Compiling webpki-roots v1.0.2
19062026-03-20T12:10:37.588Z Compiling usdt v0.6.0
19072026-03-20T12:10:37.774Z Compiling newtype-uuid v1.3.2
19082026-03-20T12:10:39.181Z Compiling native-tls v0.2.14
19092026-03-20T12:10:39.197Z Compiling daft v0.1.4
19102026-03-20T12:10:39.565Z Compiling tokio-native-tls v0.3.1
19112026-03-20T12:10:39.788Z Compiling hyper-tls v0.6.0
19122026-03-20T12:10:40.290Z Compiling rustls-webpki v0.102.8
19132026-03-20T12:10:41.337Z Compiling rustls v0.22.4
19142026-03-20T12:10:42.404Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19152026-03-20T12:10:43.388Z Compiling sha1 v0.10.6
19162026-03-20T12:10:43.402Z Compiling multer v3.1.0
19172026-03-20T12:10:43.826Z Compiling tokio-rustls v0.25.0
19182026-03-20T12:10:44.085Z Compiling rustls-pemfile v2.2.0
19192026-03-20T12:10:44.162Z Compiling terminal_size v0.4.3
19202026-03-20T12:10:44.361Z Compiling rand_chacha v0.3.1
19212026-03-20T12:10:44.906Z Compiling hostname v0.4.2
19222026-03-20T12:10:45.015Z Compiling wait-timeout v0.2.1
19232026-03-20T12:10:45.407Z Compiling rusty-fork v0.3.0
19242026-03-20T12:10:45.479Z Compiling dropshot v0.16.7
19252026-03-20T12:10:46.391Z Compiling rand v0.8.5
19262026-03-20T12:10:46.503Z Compiling rustls-webpki v0.103.6
19272026-03-20T12:10:47.277Z Compiling rand_xorshift v0.4.0
19282026-03-20T12:10:47.664Z Compiling proptest v1.8.0
19292026-03-20T12:10:48.261Z Compiling rustls v0.23.32
19302026-03-20T12:10:49.436Z Compiling aws-lc-rs v1.14.0
19312026-03-20T12:10:49.890Z Compiling clap_builder v4.5.50
19322026-03-20T12:10:50.866Z Compiling hubpack_derive v0.1.1
19332026-03-20T12:10:51.978Z Compiling tokio-rustls v0.26.3
19342026-03-20T12:10:52.384Z Compiling clap v4.5.50
19352026-03-20T12:10:53.136Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19362026-03-20T12:10:54.048Z Compiling serde_spanned v0.6.9
19372026-03-20T12:10:54.130Z Compiling winnow v0.5.40
19382026-03-20T12:10:54.282Z Compiling hyper-rustls v0.27.7
19392026-03-20T12:10:55.066Z Compiling serde_with v3.14.1
19402026-03-20T12:10:55.359Z Compiling reqwest v0.12.23
19412026-03-20T12:10:55.454Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19422026-03-20T12:10:56.132Z Compiling rustc-hash v2.1.1
19432026-03-20T12:10:56.293Z Compiling iddqd v0.3.17
19442026-03-20T12:10:57.318Z Compiling backoff v0.4.0
19452026-03-20T12:10:57.787Z Compiling parse-display v0.10.0
19462026-03-20T12:10:58.011Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19472026-03-20T12:10:58.177Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19482026-03-20T12:10:59.873Z Compiling progenitor-client v0.11.1
19492026-03-20T12:10:59.889Z Compiling progenitor-client v0.10.0
19502026-03-20T12:11:00.266Z Compiling progenitor v0.11.1
19512026-03-20T12:11:00.412Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19522026-03-20T12:11:01.926Z Compiling num-derive v0.3.3
19532026-03-20T12:11:03.007Z Compiling toml_write v0.1.2
19542026-03-20T12:11:03.690Z Compiling toml_edit v0.22.27
19552026-03-20T12:11:04.418Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19562026-03-20T12:11:06.011Z Compiling toml_edit v0.19.15
19572026-03-20T12:11:06.502Z Compiling num-integer v0.1.46
19582026-03-20T12:11:06.857Z Compiling float-ord v0.3.2
19592026-03-20T12:11:07.004Z Compiling toml v0.8.23
19602026-03-20T12:11:07.963Z Compiling proc-macro-crate v1.3.1
19612026-03-20T12:11:09.770Z Compiling num-rational v0.4.2
19622026-03-20T12:11:10.669Z Compiling num-iter v0.1.45
19632026-03-20T12:11:11.328Z Compiling num-complex v0.4.6
19642026-03-20T12:11:12.490Z Compiling num v0.4.3
19652026-03-20T12:11:16.815Z Compiling zerocopy-derive v0.7.35
19662026-03-20T12:11:17.401Z Compiling ingot-macros v0.1.1
19672026-03-20T12:11:17.430Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19682026-03-20T12:11:17.825Z Compiling scroll_derive v0.12.1
19692026-03-20T12:11:18.300Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19702026-03-20T12:11:18.944Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19712026-03-20T12:11:19.492Z Compiling zerocopy v0.7.35
19722026-03-20T12:11:20.467Z Compiling num_enum_derive v0.7.5
19732026-03-20T12:11:21.242Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19742026-03-20T12:11:22.166Z Compiling memoffset v0.9.1
19752026-03-20T12:11:22.543Z Compiling foreign-types-macros v0.2.3
19762026-03-20T12:11:23.528Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-03-20T12:11:24.516Z Compiling nix v0.30.1
19782026-03-20T12:11:25.442Z Compiling libscf-sys v1.1.0
19792026-03-20T12:11:25.992Z Compiling proc-macro-error-attr2 v2.0.0
19802026-03-20T12:11:26.296Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19812026-03-20T12:11:26.352Z Compiling proc-macro-error-attr v1.0.4
19822026-03-20T12:11:26.555Z Compiling proc-macro-error2 v2.0.1
19832026-03-20T12:11:26.819Z Compiling dtrace-parser v0.2.0
19842026-03-20T12:11:26.914Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19852026-03-20T12:11:26.945Z Compiling tabled_derive v0.11.0
19862026-03-20T12:11:27.297Z Compiling proc-macro-error v1.0.4
19872026-03-20T12:11:27.648Z Compiling dof v0.3.0
19882026-03-20T12:11:27.718Z Compiling num_enum_derive v0.5.11
19892026-03-20T12:11:28.059Z Compiling hubpack v0.1.2
19902026-03-20T12:11:28.228Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19912026-03-20T12:11:28.388Z Compiling thread-id v4.2.2
19922026-03-20T12:11:28.616Z Compiling static_assertions v1.1.0
19932026-03-20T12:11:28.773Z Compiling usdt-impl v0.5.0
19942026-03-20T12:11:29.920Z Compiling derive_more v0.99.20
19952026-03-20T12:11:32.017Z Compiling bytecount v0.6.9
19962026-03-20T12:11:32.731Z Compiling usdt-attr-macro v0.5.0
19972026-03-20T12:11:33.090Z Compiling usdt-macro v0.5.0
19982026-03-20T12:11:34.084Z Compiling zone_cfg_derive v0.3.1
19992026-03-20T12:11:34.216Z Compiling num-derive v0.4.2
20002026-03-20T12:11:34.235Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20012026-03-20T12:11:34.722Z Compiling rustc_version v0.4.1
20022026-03-20T12:11:34.860Z Compiling crossbeam-epoch v0.9.18
20032026-03-20T12:11:34.890Z Compiling papergrid v0.17.0
20042026-03-20T12:11:35.097Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20052026-03-20T12:11:35.333Z Compiling testing_table v0.3.0
20062026-03-20T12:11:35.508Z Compiling enum-as-inner v0.6.1
20072026-03-20T12:11:35.551Z Compiling curve25519-dalek v4.1.3
20082026-03-20T12:11:35.931Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20092026-03-20T12:11:36.122Z Compiling crossbeam-deque v0.8.6
20102026-03-20T12:11:36.289Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20112026-03-20T12:11:36.379Z Compiling tabled v0.20.0
20122026-03-20T12:11:36.553Z Compiling typify-impl v0.6.1
20132026-03-20T12:11:37.366Z Compiling thiserror-impl-no-std v2.0.2
20142026-03-20T12:11:37.385Z Compiling curve25519-dalek-derive v0.1.1
20152026-03-20T12:11:37.820Z Compiling rayon-core v1.13.0
20162026-03-20T12:11:38.301Z Compiling scroll v0.12.0
20172026-03-20T12:11:38.520Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20182026-03-20T12:11:38.822Z Compiling hash32 v0.3.1
20192026-03-20T12:11:38.881Z Compiling goblin v0.8.2
20202026-03-20T12:11:39.023Z Compiling heapless v0.8.0
20212026-03-20T12:11:39.165Z Compiling ingot-types v0.1.2
20222026-03-20T12:11:39.710Z Compiling cobs v0.3.0
20232026-03-20T12:11:39.822Z Compiling bitflags v1.3.2
20242026-03-20T12:11:39.897Z Compiling managed v0.8.0
20252026-03-20T12:11:39.922Z Compiling foreign-types-shared v0.3.1
20262026-03-20T12:11:40.048Z Compiling foreign-types v0.5.0
20272026-03-20T12:11:40.073Z Compiling postcard v1.1.3
20282026-03-20T12:11:40.156Z Compiling smoltcp v0.11.0
20292026-03-20T12:11:40.235Z Compiling ingot v0.1.1
20302026-03-20T12:11:40.532Z Compiling num_enum v0.7.5
20312026-03-20T12:11:40.684Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20322026-03-20T12:11:40.833Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20332026-03-20T12:11:40.848Z Compiling camino-tempfile v1.4.1
20342026-03-20T12:11:41.132Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20352026-03-20T12:11:41.165Z Compiling derive-where v1.6.0
20362026-03-20T12:11:41.235Z Compiling serde_repr v0.1.20
20372026-03-20T12:11:41.659Z Compiling cstr-argument v0.1.2
20382026-03-20T12:11:42.461Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20392026-03-20T12:11:42.889Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20402026-03-20T12:11:43.700Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20412026-03-20T12:11:43.938Z Compiling rayon v1.11.0
20422026-03-20T12:11:44.063Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20432026-03-20T12:11:44.255Z Compiling crucible-workspace-hack v0.1.0
20442026-03-20T12:11:45.017Z Compiling memmap v0.7.0
20452026-03-20T12:11:45.283Z Compiling tinyvec_macros v0.1.1
20462026-03-20T12:11:45.342Z Compiling typify-macro v0.6.1
20472026-03-20T12:11:45.374Z Compiling tinyvec v1.10.0
20482026-03-20T12:11:45.399Z Compiling usdt v0.5.0
20492026-03-20T12:11:45.433Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20502026-03-20T12:11:46.265Z Compiling num_enum v0.5.11
20512026-03-20T12:11:46.296Z Compiling pin-project-internal v1.1.10
20522026-03-20T12:11:47.720Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20532026-03-20T12:11:47.904Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20542026-03-20T12:11:48.086Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20552026-03-20T12:11:48.167Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20562026-03-20T12:11:48.182Z Compiling typify v0.6.1
20572026-03-20T12:11:48.302Z Compiling progenitor-impl v0.13.0
20582026-03-20T12:11:48.761Z Compiling rustix v0.38.44
20592026-03-20T12:11:48.985Z Compiling itertools v0.12.1
20602026-03-20T12:11:49.003Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20612026-03-20T12:11:49.271Z Compiling progenitor-impl v0.10.0
20622026-03-20T12:11:49.797Z Compiling sigpipe v0.1.3
20632026-03-20T12:11:49.868Z Compiling jiff v0.2.15
20642026-03-20T12:11:49.914Z Compiling const_format_proc_macros v0.2.34
20652026-03-20T12:11:50.209Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20662026-03-20T12:11:50.543Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20672026-03-20T12:11:50.724Z Compiling zone v0.3.1
20682026-03-20T12:11:51.591Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20692026-03-20T12:11:51.892Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20702026-03-20T12:11:52.711Z Compiling secrecy v0.10.3
20712026-03-20T12:11:52.727Z Compiling smf v0.2.3
20722026-03-20T12:11:52.920Z Compiling async-recursion v1.1.1
20732026-03-20T12:11:53.218Z Compiling progenitor-macro v0.13.0
20742026-03-20T12:11:53.265Z Compiling snafu-derive v0.8.9
20752026-03-20T12:11:53.666Z Compiling bstr v1.12.0
20762026-03-20T12:11:54.114Z Compiling progenitor-macro v0.10.0
20772026-03-20T12:11:54.319Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20782026-03-20T12:11:54.349Z Compiling whoami v1.6.1
20792026-03-20T12:11:54.759Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20802026-03-20T12:11:57.147Z Compiling hmac v0.12.1
20812026-03-20T12:11:57.553Z Compiling inout v0.1.4
20822026-03-20T12:11:57.651Z Compiling ff v0.13.1
20832026-03-20T12:11:57.683Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20842026-03-20T12:11:57.826Z Compiling data-encoding v2.9.0
20852026-03-20T12:11:58.382Z Compiling crc8 v0.1.1
20862026-03-20T12:11:59.031Z Compiling group v0.13.0
20872026-03-20T12:11:59.052Z Compiling cipher v0.4.4
20882026-03-20T12:11:59.228Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20892026-03-20T12:11:59.352Z Compiling hkdf v0.12.4
20902026-03-20T12:11:59.555Z Compiling atomicwrites v0.4.4
20912026-03-20T12:11:59.993Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20922026-03-20T12:12:00.128Z Compiling tokio-dtrace v0.1.1
20932026-03-20T12:12:00.491Z Compiling tabled_derive v0.7.0
20942026-03-20T12:12:00.963Z Compiling reqwest v0.13.2
20952026-03-20T12:12:01.002Z Compiling universal-hash v0.5.1
20962026-03-20T12:12:01.175Z Compiling crypto-bigint v0.5.5
20972026-03-20T12:12:01.442Z Compiling dropshot-api-manager-types v0.5.2
20982026-03-20T12:12:01.796Z Compiling half v2.7.1
20992026-03-20T12:12:01.953Z Compiling base64ct v1.8.0
21002026-03-20T12:12:02.205Z Compiling base16ct v0.2.0
21012026-03-20T12:12:02.367Z Compiling ciborium-io v0.2.2
21022026-03-20T12:12:02.422Z Compiling opaque-debug v0.3.1
21032026-03-20T12:12:02.490Z Compiling indent_write v2.2.0
21042026-03-20T12:12:03.525Z Compiling poly1305 v0.8.0
21052026-03-20T12:12:03.528Z Compiling ciborium-ll v0.2.2
21062026-03-20T12:12:03.528Z Compiling password-hash v0.5.0
21072026-03-20T12:12:03.528Z Compiling elliptic-curve v0.13.8
21082026-03-20T12:12:03.528Z Compiling progenitor-client v0.13.0
21092026-03-20T12:12:03.651Z Compiling oxide-tokio-rt v0.1.2
21102026-03-20T12:12:03.884Z Compiling chacha20 v0.9.1
21112026-03-20T12:12:03.901Z Compiling similar v2.7.0
21122026-03-20T12:12:04.108Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21132026-03-20T12:12:04.722Z Compiling thiserror-no-std v2.0.2
21142026-03-20T12:12:05.619Z Compiling blake2 v0.10.6
21152026-03-20T12:12:06.081Z Compiling aead v0.5.2
21162026-03-20T12:12:06.391Z Compiling resolv-conf v0.7.5
21172026-03-20T12:12:06.568Z Compiling keccak v0.1.5
21182026-03-20T12:12:06.583Z Compiling linked-hash-map v0.5.6
21192026-03-20T12:12:06.773Z Compiling sha3 v0.10.8
21202026-03-20T12:12:06.808Z Compiling lru-cache v0.1.2
21212026-03-20T12:12:06.930Z Compiling chacha20poly1305 v0.10.1
21222026-03-20T12:12:06.969Z Compiling vsss-rs v3.3.4
21232026-03-20T12:12:07.099Z Compiling argon2 v0.5.3
21242026-03-20T12:12:07.182Z Compiling progenitor v0.13.0
21252026-03-20T12:12:07.370Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21262026-03-20T12:12:07.964Z Compiling ciborium v0.2.2
21272026-03-20T12:12:08.087Z Compiling hickory-proto v0.24.4
21282026-03-20T12:12:08.890Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21292026-03-20T12:12:09.286Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21302026-03-20T12:12:09.472Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21312026-03-20T12:12:09.584Z Compiling serde-big-array v0.5.1
21322026-03-20T12:12:09.859Z Compiling unicode-segmentation v1.12.0
21332026-03-20T12:12:09.915Z Compiling siphasher v1.0.1
21342026-03-20T12:12:10.403Z Compiling same-file v1.0.6
21352026-03-20T12:12:10.406Z Compiling newline-converter v0.3.0
21362026-03-20T12:12:10.570Z Compiling walkdir v2.5.0
21372026-03-20T12:12:10.629Z Compiling hickory-resolver v0.24.4
21382026-03-20T12:12:10.819Z Compiling phf_shared v0.12.1
21392026-03-20T12:12:11.002Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21402026-03-20T12:12:11.055Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21412026-03-20T12:12:12.004Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21422026-03-20T12:12:12.558Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21432026-03-20T12:12:12.908Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
21442026-03-20T12:12:13.497Z Compiling newtype_derive v0.1.6
21452026-03-20T12:12:13.537Z Compiling owo-colors v4.3.0
21462026-03-20T12:12:13.606Z Compiling tokio-stream v0.1.17
21472026-03-20T12:12:14.215Z Compiling console v0.15.11
21482026-03-20T12:12:14.276Z Compiling csv-core v0.1.12
21492026-03-20T12:12:14.452Z Compiling foldhash v0.1.5
21502026-03-20T12:12:14.643Z Compiling swrite v0.1.0
21512026-03-20T12:12:14.682Z Compiling unicode-width v0.1.14
21522026-03-20T12:12:14.704Z Compiling termtree v0.5.1
21532026-03-20T12:12:14.776Z Compiling unicode-linebreak v0.1.5
21542026-03-20T12:12:14.904Z Compiling smawk v0.3.2
21552026-03-20T12:12:15.062Z Compiling humantime v2.3.0
21562026-03-20T12:12:15.193Z Compiling textwrap v0.16.2
21572026-03-20T12:12:15.294Z Compiling expectorate v1.2.0
21582026-03-20T12:12:15.433Z Compiling hashbrown v0.15.5
21592026-03-20T12:12:15.497Z Compiling csv v1.3.1
21602026-03-20T12:12:15.919Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21612026-03-20T12:12:16.195Z Compiling qorb v0.4.1
21622026-03-20T12:12:16.269Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21632026-03-20T12:12:18.469Z Compiling phf v0.12.1
21642026-03-20T12:12:18.678Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21652026-03-20T12:12:19.052Z Compiling pin-project v1.1.10
21662026-03-20T12:12:19.194Z Compiling unicode-normalization v0.1.24
21672026-03-20T12:12:19.209Z Compiling libz-sys v1.1.22
21682026-03-20T12:12:19.355Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21692026-03-20T12:12:20.722Z Compiling libsw-core v0.3.2
21702026-03-20T12:12:20.766Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21712026-03-20T12:12:21.306Z Compiling fixedbitset v0.4.2
21722026-03-20T12:12:21.642Z Compiling highway v1.3.0
21732026-03-20T12:12:21.676Z Compiling fixedbitset v0.5.7
21742026-03-20T12:12:22.086Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21752026-03-20T12:12:22.138Z Compiling petgraph v0.8.2
21762026-03-20T12:12:22.942Z Compiling petgraph v0.6.5
21772026-03-20T12:12:23.052Z Compiling progenitor v0.10.0
21782026-03-20T12:12:23.597Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21792026-03-20T12:12:24.749Z Compiling libsw v3.5.0
21802026-03-20T12:12:24.988Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21812026-03-20T12:12:25.092Z Compiling olpc-cjson v0.1.4
21822026-03-20T12:12:25.114Z Compiling libgit2-sys v0.17.0+1.8.1
21832026-03-20T12:12:25.316Z Compiling snafu v0.8.9
21842026-03-20T12:12:25.844Z Compiling chrono-tz v0.10.4
21852026-03-20T12:12:26.035Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21862026-03-20T12:12:26.284Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21872026-03-20T12:12:26.735Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21882026-03-20T12:12:27.702Z Compiling papergrid v0.11.0
21892026-03-20T12:12:28.181Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21902026-03-20T12:12:28.538Z Compiling globset v0.4.16
21912026-03-20T12:12:28.831Z Compiling const_format v0.2.34
21922026-03-20T12:12:29.316Z Compiling slog-dtrace v0.3.0
21932026-03-20T12:12:29.422Z Compiling cancel-safe-futures v0.1.5
21942026-03-20T12:12:29.554Z Compiling gethostname v0.5.0
21952026-03-20T12:12:29.825Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21962026-03-20T12:12:30.376Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-03-20T12:12:31.155Z Compiling pem v3.0.5
21982026-03-20T12:12:31.185Z Compiling bcs v0.1.6
21992026-03-20T12:12:31.611Z Compiling serde_plain v1.0.2
22002026-03-20T12:12:31.669Z Compiling cargo-platform v0.1.9
22012026-03-20T12:12:31.995Z Compiling linear-map v1.2.0
22022026-03-20T12:12:32.203Z Compiling tagptr v0.2.0
22032026-03-20T12:12:32.252Z Compiling typed-path v0.9.3
22042026-03-20T12:12:34.065Z Compiling tough v0.20.0
22052026-03-20T12:12:34.117Z Compiling moka v0.12.11
22062026-03-20T12:12:34.575Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22072026-03-20T12:12:35.339Z Compiling cargo_metadata v0.18.1
22082026-03-20T12:12:36.860Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-03-20T12:12:37.231Z Compiling tabled v0.15.0
22102026-03-20T12:12:37.248Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-03-20T12:12:37.533Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-03-20T12:12:38.112Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-03-20T12:12:38.371Z Compiling git2 v0.19.0
22142026-03-20T12:12:40.516Z Compiling steno v0.4.1
22152026-03-20T12:12:41.914Z Compiling cookie v0.18.1
22162026-03-20T12:12:42.066Z Compiling hickory-proto v0.25.2
22172026-03-20T12:12:44.813Z Compiling hickory-resolver v0.25.2
22182026-03-20T12:12:45.459Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-03-20T12:12:46.995Z Compiling vergen v8.3.2
22202026-03-20T12:12:49.370Z Compiling signal-hook v0.3.18
22212026-03-20T12:12:51.602Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22222026-03-20T12:12:51.995Z Compiling predicates-core v1.0.9
22232026-03-20T12:12:52.085Z Compiling mockall_derive v0.13.1
22242026-03-20T12:12:52.393Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22252026-03-20T12:12:52.451Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22262026-03-20T12:12:52.854Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22272026-03-20T12:12:54.598Z Compiling sha2 v0.10.9
22282026-03-20T12:12:54.636Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22292026-03-20T12:12:54.653Z Compiling yansi v1.0.1
22302026-03-20T12:12:55.122Z Compiling adler2 v2.0.1
22312026-03-20T12:12:55.311Z Compiling diff v0.1.13
22322026-03-20T12:12:55.326Z Compiling miniz_oxide v0.8.9
22332026-03-20T12:12:55.616Z Compiling pretty_assertions v1.4.1
22342026-03-20T12:12:55.723Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22352026-03-20T12:12:56.884Z Compiling fs-err v3.1.2
22362026-03-20T12:12:57.303Z Compiling crc32fast v1.5.0
22372026-03-20T12:12:57.577Z Compiling predicates-tree v1.0.12
22382026-03-20T12:12:57.935Z Compiling predicates v3.1.3
22392026-03-20T12:12:59.136Z Compiling git-stub v1.0.0
22402026-03-20T12:12:59.519Z Compiling filetime v0.2.26
22412026-03-20T12:12:59.776Z Compiling downcast v0.11.0
22422026-03-20T12:12:59.810Z Compiling xattr v1.6.1
22432026-03-20T12:12:59.988Z Compiling is_ci v1.2.0
22442026-03-20T12:13:00.053Z Compiling arrayref v0.3.9
22452026-03-20T12:13:00.161Z Compiling fragile v2.0.1
22462026-03-20T12:13:00.189Z Compiling constant_time_eq v0.3.1
22472026-03-20T12:13:00.346Z Compiling arrayvec v0.7.6
22482026-03-20T12:13:00.570Z Compiling mockall v0.13.1
22492026-03-20T12:13:00.630Z Compiling blake3 v1.8.2
22502026-03-20T12:13:00.822Z Compiling toml v0.7.8
22512026-03-20T12:13:01.772Z Compiling supports-color v3.0.2
22522026-03-20T12:13:02.019Z Compiling tar v0.4.44
22532026-03-20T12:13:02.503Z Compiling git-stub-vcs v0.1.0
22542026-03-20T12:13:03.018Z Compiling signal-hook-tokio v0.3.1
22552026-03-20T12:13:03.161Z Compiling curl-sys v0.4.83+curl-8.15.0
22562026-03-20T12:13:03.197Z Compiling flate2 v1.1.2
22572026-03-20T12:13:03.406Z Compiling drift v0.1.3
22582026-03-20T12:13:03.563Z Compiling kstat-rs v0.2.4
22592026-03-20T12:13:03.785Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22602026-03-20T12:13:03.995Z Compiling display-error-chain v0.2.2
22612026-03-20T12:13:04.173Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22622026-03-20T12:13:04.247Z Compiling topological-sort v0.2.2
22632026-03-20T12:13:04.416Z Compiling hex-literal v1.0.0
22642026-03-20T12:13:04.440Z Compiling omicron-zone-package v0.12.2
22652026-03-20T12:13:04.570Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22662026-03-20T12:13:05.401Z Compiling dropshot-api-manager v0.5.2
22672026-03-20T12:13:07.327Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22682026-03-20T12:13:07.478Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22692026-03-20T12:13:08.324Z Compiling curl v0.4.49
22702026-03-20T12:13:09.046Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22712026-03-20T12:13:09.560Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22722026-03-20T12:13:09.584Z Compiling internet-checksum v0.2.1
22732026-03-20T12:13:09.774Z Compiling search_path v0.1.4
22742026-03-20T12:13:09.891Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22752026-03-20T12:13:10.335Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22762026-03-20T12:13:10.804Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22772026-03-20T12:13:12.109Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22782026-03-20T12:13:14.174Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22792026-03-20T12:14:16.397Z Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 28s
22802026-03-20T12:14:16.543Z Running unittests src/lib.rs (target/debug/deps/aal-0d7e926d17acc60d)
22812026-03-20T12:14:16.545Z
22822026-03-20T12:14:16.546Zrunning 5 tests
22832026-03-20T12:14:16.548Ztest fuse::tests::chip_revision_a0 ... ok
22842026-03-20T12:14:16.549Ztest fuse::tests::chip_revision_b0 ... ok
22852026-03-20T12:14:16.549Ztest fuse::tests::chip_revision_b1 ... ok
22862026-03-20T12:14:16.549Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22872026-03-20T12:14:16.549Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22882026-03-20T12:14:16.549Z
22892026-03-20T12:14:16.549Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22902026-03-20T12:14:16.549Z
22912026-03-20T12:14:16.549Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
22922026-03-20T12:14:16.552Z
22932026-03-20T12:14:16.552Zrunning 0 tests
22942026-03-20T12:14:16.552Z
22952026-03-20T12:14:16.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22962026-03-20T12:14:16.552Z
22972026-03-20T12:14:16.552Z Running unittests src/lib.rs (target/debug/deps/asic-1d7da80ed3d32b1f)
22982026-03-20T12:14:16.555Z
22992026-03-20T12:14:16.555Zrunning 0 tests
23002026-03-20T12:14:16.555Z
23012026-03-20T12:14:16.555Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23022026-03-20T12:14:16.555Z
23032026-03-20T12:14:16.555Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
23042026-03-20T12:14:16.558Z
23052026-03-20T12:14:16.558Zrunning 10 tests
23062026-03-20T12:14:16.558Ztest nat::tests::test_vni ... ok
23072026-03-20T12:14:16.558Ztest network::tests::test_eui64 ... ok
23082026-03-20T12:14:16.558Ztest network::tests::test_equal ... ok
23092026-03-20T12:14:16.558Ztest network::tests::test_into ... ok
23102026-03-20T12:14:16.558Ztest network::tests::test_generate_ipv6_link_local ... ok
23112026-03-20T12:14:16.558Ztest network::tests::test_not_equal ... ok
23122026-03-20T12:14:16.558Ztest network::tests::test_to_string ... ok
23132026-03-20T12:14:16.558Ztest network::tests::test_parse ... ok
23142026-03-20T12:14:16.558Ztest test_purge ... ok
23152026-03-20T12:14:16.561Ztest illumos::test::address_exists_handles_missing_object ... ok
23162026-03-20T12:14:16.561Z
23172026-03-20T12:14:16.564Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23182026-03-20T12:14:16.564Z
23192026-03-20T12:14:16.564Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0f783ce3d5c93e6a)
23202026-03-20T12:14:16.568Z
23212026-03-20T12:14:16.568Zrunning 1 test
23222026-03-20T12:14:18.116Ztest test::test_apis_up_to_date ... ok
23232026-03-20T12:14:18.116Z
23242026-03-20T12:14:18.116Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.55s
23252026-03-20T12:14:18.116Z
23262026-03-20T12:14:18.164Z Running unittests src/main.rs (target/debug/deps/dpd-b73a0c33cecba41a)
23272026-03-20T12:14:18.171Z
23282026-03-20T12:14:18.171Zrunning 18 tests
23292026-03-20T12:14:18.174Ztest freemap::test_ordering ... ok
23302026-03-20T12:14:18.174Ztest freemap::test_split ... ok
23312026-03-20T12:14:18.174Ztest config::tests::test_updates ... ok
23322026-03-20T12:14:18.174Ztest macaddrs::tests::test_mac_offset ... ok
23332026-03-20T12:14:18.174Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23342026-03-20T12:14:18.174Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23352026-03-20T12:14:18.174Ztest macaddrs::tests::test_parse_port_id ... ok
23362026-03-20T12:14:18.174Ztest nat::test_mapping ... ok
23372026-03-20T12:14:18.177Ztest port_map::tests::dump_map ... ok
23382026-03-20T12:14:18.177Ztest port_map::tests::test_backplane_group ... ok
23392026-03-20T12:14:18.177Ztest port_map::tests::test_port_map ... ok
23402026-03-20T12:14:18.177ZMar 20 12:14:17.468Mar 20 12:14:17.468 DEBGDEBG created new freemapcreated new freemap, unit: , freemap_testunitMar 20 12:14:17.468:
23412026-03-20T12:14:18.177ZDEBGfreemap_test
23422026-03-20T12:14:18.177Zcreated new freemap, unit: Mar 20 12:14:17.468freemap_test
23432026-03-20T12:14:18.177ZMar 20 12:14:17.468DEBG initted freemap. size: 128DEBGMar 20 12:14:17.468 initted freemap. size: 128, DEBG, unit unit:: freemap_testinitted freemap. size: 128freemap_testMar 20 12:14:17.468
23442026-03-20T12:14:18.177Z
23452026-03-20T12:14:18.177Z DEBG, unitMar 20 12:14:17.468created new freemap :, unitDEBG:freemap_test Mar 20 12:14:17.468freemap_test reset freemap
23462026-03-20T12:14:18.178ZDEBG
23472026-03-20T12:14:18.178Z, reset freemapunit, :Mar 20 12:14:17.468Mar 20 12:14:17.468 DEBGunitfreemap_test
23482026-03-20T12:14:18.178Zinitted freemap. size: 128:, Mar 20 12:14:17.468 DEBG created new freemap , freemap_testunit: freemap_test
23492026-03-20T12:14:18.178Z
23502026-03-20T12:14:18.178ZDEBG reset freemap, unitMar 20 12:14:17.468unit DEBG initted freemap. size: 128, unit: freemap_test
23512026-03-20T12:14:18.178Z: Mar 20 12:14:17.468 DEBG reset freemap:, unit: freemap_test
23522026-03-20T12:14:18.178Zfreemap_test
23532026-03-20T12:14:18.178Z freemap_test
23542026-03-20T12:14:18.178Ztest freemap::test_exhaustion ... ok
23552026-03-20T12:14:18.178ZMar 20 12:14:17.468 DEBG reset freemap, unit: freemap_test
23562026-03-20T12:14:18.178Ztest freemap::test_reclaim ... ok
23572026-03-20T12:14:18.178Ztest freemap::test_free ... ok
23582026-03-20T12:14:18.178Ztest freemap::test_span ... ok
23592026-03-20T12:14:18.178Ztest freemap::test_basic ... ok
23602026-03-20T12:14:18.178Ztest port_map::tests::parse_softnpu_revision ... ok
23612026-03-20T12:14:18.178Ztest api_server::tests::test_build_info ... ok
23622026-03-20T12:14:18.178Z
23632026-03-20T12:14:18.178Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23642026-03-20T12:14:18.178Z
23652026-03-20T12:14:18.181Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-50ff7125eda53d64)
23662026-03-20T12:14:18.184Z
23672026-03-20T12:14:18.184Zrunning 0 tests
23682026-03-20T12:14:18.184Z
23692026-03-20T12:14:18.184Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23702026-03-20T12:14:18.184Z
23712026-03-20T12:14:18.184Z Running unittests src/lib.rs (target/debug/deps/dpd_api-513fa6c2a7080978)
23722026-03-20T12:14:18.186Z
23732026-03-20T12:14:18.186Zrunning 0 tests
23742026-03-20T12:14:18.186Z
23752026-03-20T12:14:18.186Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23762026-03-20T12:14:18.187Z
23772026-03-20T12:14:18.187Z Running unittests src/lib.rs (target/debug/deps/dpd_client-eb373a352e17e928)
23782026-03-20T12:14:18.190Z
23792026-03-20T12:14:18.190Zrunning 6 tests
23802026-03-20T12:14:18.190Ztest tests::test_full_lot_id_neither_present ... ok
23812026-03-20T12:14:18.190Ztest tests::test_full_lot_id_both_present ... ok
23822026-03-20T12:14:18.190Ztest tests::test_parse_client_port_id ... ok
23832026-03-20T12:14:18.190Ztest tests::test_full_lot_id_lot_only ... ok
23842026-03-20T12:14:18.190Ztest tests::test_full_lot_id_lotnum_only ... ok
23852026-03-20T12:14:18.190Ztest tests::test_port_id_cmp ... ok
23862026-03-20T12:14:18.190Z
23872026-03-20T12:14:18.190Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23882026-03-20T12:14:18.190Z
23892026-03-20T12:14:18.190Z Running tests/test_all.rs (target/debug/deps/test_all-1268644c25aa8eb5)
23902026-03-20T12:14:18.193Z
23912026-03-20T12:14:18.193Zrunning 0 tests
23922026-03-20T12:14:18.193Z
23932026-03-20T12:14:18.193Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23942026-03-20T12:14:18.193Z
23952026-03-20T12:14:18.193Z Running unittests src/lib.rs (target/debug/deps/dpd_types-b423f5940a7ecd65)
23962026-03-20T12:14:18.196Z
23972026-03-20T12:14:18.196Zrunning 0 tests
23982026-03-20T12:14:18.196Z
23992026-03-20T12:14:18.196Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24002026-03-20T12:14:18.196Z
24012026-03-20T12:14:18.196Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
24022026-03-20T12:14:18.198Z
24032026-03-20T12:14:18.198Zrunning 12 tests
24042026-03-20T12:14:18.198Ztest icmp::test_v6_checksum ... ok
24052026-03-20T12:14:18.199Ztest pbuf::test_byte ... ok
24062026-03-20T12:14:18.199Ztest icmp::test_v4_checksum ... ok
24072026-03-20T12:14:18.199Ztest lldp::test_lldp_parse ... ok
24082026-03-20T12:14:18.199Ztest pbuf::test_nibble ... ok
24092026-03-20T12:14:18.199Ztest ipv6::test_ipv6_parse ... ok
24102026-03-20T12:14:18.199Ztest pbuf::test_overflow ... ok
24112026-03-20T12:14:18.199Ztest pbuf::test_short ... ok
24122026-03-20T12:14:18.199Ztest pbuf::test_twelve ... ok
24132026-03-20T12:14:18.199Ztest pbuf::test_word ... ok
24142026-03-20T12:14:18.199Ztest tcp::test_checksum_ack_data ... ok
24152026-03-20T12:14:18.199Ztest tcp::test_checksum_syn_nodata ... ok
24162026-03-20T12:14:18.199Z
24172026-03-20T12:14:18.199Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24182026-03-20T12:14:18.199Z
24192026-03-20T12:14:18.199Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
24202026-03-20T12:14:18.202Z
24212026-03-20T12:14:18.202Zrunning 0 tests
24222026-03-20T12:14:18.202Z
24232026-03-20T12:14:18.202Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24242026-03-20T12:14:18.202Z
24252026-03-20T12:14:18.202Z Running unittests src/main.rs (target/debug/deps/swadm-e32305cc5b1ba9a3)
24262026-03-20T12:14:18.205Z
24272026-03-20T12:14:18.205Zrunning 5 tests
24282026-03-20T12:14:18.205Ztest switchport::test::test_compute_lanes ... ok
24292026-03-20T12:14:18.205Ztest switchport::test::port_id_ordering ... ok
24302026-03-20T12:14:18.205Z Lane 0 Lane 1 Lane 2 Lane 3
24312026-03-20T12:14:18.205Z Rx Loss-of-lock: Yes Yes Yes Yes
24322026-03-20T12:14:18.205Z Rx Loss-of-signal: Yes Yes Yes Yes
24332026-03-20T12:14:18.205Z Rx CDR Enabled: Yes Yes Yes Yes
24342026-03-20T12:14:18.205Z Tx Enabled: Yes Yes Yes Yes
24352026-03-20T12:14:18.205Z Tx Loss-of-lock: No No No No
24362026-03-20T12:14:18.205Z Tx Loss-of-signal: No No No No
24372026-03-20T12:14:18.205Z Tx CDR Enabled: No No No No
24382026-03-20T12:14:18.205Z Tx Adaptive EQ Fault: No No No No
24392026-03-20T12:14:18.205Z Tx Fault: Yes Yes Yes Yes
24402026-03-20T12:14:18.205Z Lane 0 Lane 1 Lane 2 Lane 3
24412026-03-20T12:14:18.205Z State: Activated Activated Activated Activated
24422026-03-20T12:14:18.205Z Rx Output Enabled: false false false false
24432026-03-20T12:14:18.205Z Rx Output Status: valid valid valid valid
24442026-03-20T12:14:18.205Z Rx Loss-of-lock: true true true true
24452026-03-20T12:14:18.205Z Rx Loss-of-signal: false false false false
24462026-03-20T12:14:18.205ZRx Auto-squelch Disable: true true true true
24472026-03-20T12:14:18.205Ztest switchport::test::test_print_sff_datapath ... Tx Output Enabled: trueok
24482026-03-20T12:14:18.206Ztrue true true
24492026-03-20T12:14:18.206Z Tx Output Status: invalid invalid invalid invalid
24502026-03-20T12:14:18.206Z Tx Loss-of-lock: false false false false
24512026-03-20T12:14:18.206Z Tx Loss-of-signal: true true true true
24522026-03-20T12:14:18.206ZTx Auto-squelch Disable: false false false false
24532026-03-20T12:14:18.206Z Tx Adaptive EQ Fail: true true true true
24542026-03-20T12:14:18.206Z Tx Failure: false false false false
24552026-03-20T12:14:18.206Z Tx Force Squelch: true true true true
24562026-03-20T12:14:18.206Z Tx Input Polarity: normal normal normal normal
24572026-03-20T12:14:18.206Ztest switchport::test::test_print_cmis_datapath ... ok
24582026-03-20T12:14:18.209Ztest link::test_filter ... ok
24592026-03-20T12:14:18.209Z
24602026-03-20T12:14:18.209Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24612026-03-20T12:14:18.209Z
24622026-03-20T12:14:18.209Z Running tests/counters.rs (target/debug/deps/counters-820843d2992d1a07)
24632026-03-20T12:14:18.209Z
24642026-03-20T12:14:18.209Zrunning 1 test
24652026-03-20T12:14:18.209Ztest test_p4_counter_list ... ignored
24662026-03-20T12:14:18.209Z
24672026-03-20T12:14:18.209Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
24682026-03-20T12:14:18.209Z
24692026-03-20T12:14:18.212Z Running tests/port-link.rs (target/debug/deps/port_link-9487fdc482e182f4)
24702026-03-20T12:14:18.212Z
24712026-03-20T12:14:18.212Zrunning 5 tests
24722026-03-20T12:14:18.212Ztest test_an ... ignored
24732026-03-20T12:14:18.212Ztest test_enable ... ignored
24742026-03-20T12:14:18.212Ztest test_ip_addresses ... ignored
24752026-03-20T12:14:18.212Ztest test_kr ... ignored
24762026-03-20T12:14:18.212Ztest test_mac ... ignored
24772026-03-20T12:14:18.212Z
24782026-03-20T12:14:18.212Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
24792026-03-20T12:14:18.212Z
24802026-03-20T12:14:18.212Z Running unittests src/main.rs (target/debug/deps/tfportd-bd3f96b8cac39b69)
24812026-03-20T12:14:18.217Z
24822026-03-20T12:14:18.217Zrunning 3 tests
24832026-03-20T12:14:18.220Ztest linklocal::test_parse_ipadm ... ok
24842026-03-20T12:14:18.220Ztest tfport::test_parse_tfport ... ok
24852026-03-20T12:14:18.220Ztest config::tests::test_updates ... ok
24862026-03-20T12:14:18.220Z
24872026-03-20T12:14:18.220Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24882026-03-20T12:14:18.220Z
24892026-03-20T12:14:18.220Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
24902026-03-20T12:14:18.223Z
24912026-03-20T12:14:18.223Zrunning 0 tests
24922026-03-20T12:14:18.223Z
24932026-03-20T12:14:18.223Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24942026-03-20T12:14:18.223Z
24952026-03-20T12:14:18.223Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
24962026-03-20T12:14:18.226Z
24972026-03-20T12:14:18.226Zrunning 0 tests
24982026-03-20T12:14:18.226Z
24992026-03-20T12:14:18.226Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25002026-03-20T12:14:18.226Z
25012026-03-20T12:14:18.226Z Doc-tests aal
25022026-03-20T12:14:18.380Z
25032026-03-20T12:14:18.380Zrunning 0 tests
25042026-03-20T12:14:18.381Z
25052026-03-20T12:14:18.381Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25062026-03-20T12:14:18.381Z
25072026-03-20T12:14:18.397Z Doc-tests aal_macros
25082026-03-20T12:14:18.483Z
25092026-03-20T12:14:18.484Zrunning 0 tests
25102026-03-20T12:14:18.484Z
25112026-03-20T12:14:18.484Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25122026-03-20T12:14:18.484Z
25132026-03-20T12:14:18.495Z Doc-tests common
25142026-03-20T12:14:18.801Z
25152026-03-20T12:14:18.801Zrunning 0 tests
25162026-03-20T12:14:18.801Z
25172026-03-20T12:14:18.801Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25182026-03-20T12:14:18.801Z
25192026-03-20T12:14:18.823Z Doc-tests dpd_api
25202026-03-20T12:14:20.277Z
25212026-03-20T12:14:20.277Zrunning 2 tests
25222026-03-20T12:14:20.277Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 101) ... ignored
25232026-03-20T12:14:20.277Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 107) ... ignored
25242026-03-20T12:14:20.277Z
25252026-03-20T12:14:20.280Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25262026-03-20T12:14:20.280Z
25272026-03-20T12:14:20.320Z Doc-tests dpd_client
25282026-03-20T12:14:21.957Z
25292026-03-20T12:14:21.957Zrunning 0 tests
25302026-03-20T12:14:21.957Z
25312026-03-20T12:14:21.957Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25322026-03-20T12:14:21.957Z
25332026-03-20T12:14:22.008Z Doc-tests dpd_types
25342026-03-20T12:14:22.442Z
25352026-03-20T12:14:22.442Zrunning 0 tests
25362026-03-20T12:14:22.442Z
25372026-03-20T12:14:22.442Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25382026-03-20T12:14:22.442Z
25392026-03-20T12:14:22.474Z Doc-tests packet
25402026-03-20T12:14:22.614Z
25412026-03-20T12:14:22.614Zrunning 0 tests
25422026-03-20T12:14:22.614Z
25432026-03-20T12:14:22.614Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25442026-03-20T12:14:22.614Z
25452026-03-20T12:14:22.630Z Doc-tests pcap
25462026-03-20T12:14:22.694Z
25472026-03-20T12:14:22.694Zrunning 0 tests
25482026-03-20T12:14:22.694Z
25492026-03-20T12:14:22.694Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25502026-03-20T12:14:22.694Z
25512026-03-20T12:14:22.768Z+ for feat in tofino_stub tofino_asic softnpu chaos
25522026-03-20T12:14:22.768Z+ RUST_BACKTRACE=full
25532026-03-20T12:14:22.768Z+ cargo test --features tofino_asic --no-fail-fast
25542026-03-20T12:14:23.588Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25552026-03-20T12:14:23.679Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25562026-03-20T12:14:23.689Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25572026-03-20T12:14:23.701Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25582026-03-20T12:14:35.394Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25592026-03-20T12:14:36.871Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25602026-03-20T12:15:26.939Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s
25612026-03-20T12:15:27.080Z Running unittests src/lib.rs (target/debug/deps/aal-0d7e926d17acc60d)
25622026-03-20T12:15:27.083Z
25632026-03-20T12:15:27.083Zrunning 5 tests
25642026-03-20T12:15:27.086Ztest fuse::tests::chip_revision_a0 ... ok
25652026-03-20T12:15:27.086Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25662026-03-20T12:15:27.086Ztest fuse::tests::chip_revision_b1 ... ok
25672026-03-20T12:15:27.086Ztest fuse::tests::chip_revision_b0 ... ok
25682026-03-20T12:15:27.086Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
25692026-03-20T12:15:27.086Z
25702026-03-20T12:15:27.086Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25712026-03-20T12:15:27.086Z
25722026-03-20T12:15:27.086Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
25732026-03-20T12:15:27.089Z
25742026-03-20T12:15:27.089Zrunning 0 tests
25752026-03-20T12:15:27.089Z
25762026-03-20T12:15:27.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25772026-03-20T12:15:27.089Z
25782026-03-20T12:15:27.089Z Running unittests src/lib.rs (target/debug/deps/asic-64c28bdcd2a22fef)
25792026-03-20T12:15:27.200Z
25802026-03-20T12:15:27.201Zrunning 8 tests
25812026-03-20T12:15:27.203Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
25822026-03-20T12:15:27.203Ztest tofino_asic::qsfp::tests::fix_link ... ok
25832026-03-20T12:15:27.204Ztest tofino_asic::stats::constants_sanity_check ... ok
25842026-03-20T12:15:27.204Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
25852026-03-20T12:15:27.204Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
25862026-03-20T12:15:27.204Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
25872026-03-20T12:15:27.211Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
25882026-03-20T12:15:27.702Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
25892026-03-20T12:15:27.702Z
25902026-03-20T12:15:27.702Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
25912026-03-20T12:15:27.702Z
25922026-03-20T12:15:27.714Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
25932026-03-20T12:15:27.717Z
25942026-03-20T12:15:27.717Zrunning 10 tests
25952026-03-20T12:15:27.722Ztest illumos::test::address_exists_handles_missing_object ... ok
25962026-03-20T12:15:27.722Ztest nat::tests::test_vni ... ok
25972026-03-20T12:15:27.722Ztest network::tests::test_equal ... ok
25982026-03-20T12:15:27.722Ztest network::tests::test_generate_ipv6_link_local ... ok
25992026-03-20T12:15:27.722Ztest network::tests::test_not_equal ... ok
26002026-03-20T12:15:27.725Ztest network::tests::test_eui64 ... ok
26012026-03-20T12:15:27.725Ztest network::tests::test_into ... ok
26022026-03-20T12:15:27.725Ztest network::tests::test_parse ... ok
26032026-03-20T12:15:27.725Ztest network::tests::test_to_string ... ok
26042026-03-20T12:15:27.725Ztest test_purge ... ok
26052026-03-20T12:15:27.725Z
26062026-03-20T12:15:27.725Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
26072026-03-20T12:15:27.725Z
26082026-03-20T12:15:27.725Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0f783ce3d5c93e6a)
26092026-03-20T12:15:27.732Z
26102026-03-20T12:15:27.732Zrunning 1 test
26112026-03-20T12:15:29.341Ztest test::test_apis_up_to_date ... ok
26122026-03-20T12:15:29.341Z
26132026-03-20T12:15:29.341Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.61s
26142026-03-20T12:15:29.341Z
26152026-03-20T12:15:29.398Z Running unittests src/main.rs (target/debug/deps/dpd-3e6cac36a7653c59)
26162026-03-20T12:15:29.485Z
26172026-03-20T12:15:29.485Zrunning 46 tests
26182026-03-20T12:15:29.488Ztest freemap::test_ordering ... ok
26192026-03-20T12:15:29.488Ztest freemap::test_split ... ok
26202026-03-20T12:15:29.488Ztest config::tests::test_updates ... ok
26212026-03-20T12:15:29.488Ztest macaddrs::tests::test_mac_offset ... ok
26222026-03-20T12:15:29.488Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26232026-03-20T12:15:29.488Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26242026-03-20T12:15:29.488Ztest macaddrs::tests::test_parse_port_id ... ok
26252026-03-20T12:15:29.488Ztest nat::test_mapping ... ok
26262026-03-20T12:15:29.488Ztest port_map::tests::dump_map ... ok
26272026-03-20T12:15:29.488Ztest port_map::tests::test_backplane_group ... ok
26282026-03-20T12:15:29.488Ztest port_map::tests::test_port_map ... ok
26292026-03-20T12:15:29.488Ztest transceivers::mpn_test::test_mpn_missing ... ok
26302026-03-20T12:15:29.488Ztest transceivers::mpn_test::test_mpn_present ... ok
26312026-03-20T12:15:29.488Ztest transceivers::mpn_test::test_xcvr_missing ... ok
26322026-03-20T12:15:29.488Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
26332026-03-20T12:15:29.488Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
26342026-03-20T12:15:29.488Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
26352026-03-20T12:15:29.491Ztest port_map::tests::parse_softnpu_revision ... ok
26362026-03-20T12:15:29.491ZMar 20 12:15:28.771Mar 20 12:15:28.771 DEBGDEBG created new freemapcreated new freemapMar 20 12:15:28.771 , , DEBGunit :unit :freemap_test created new freemapfreemap_test, unit
26372026-03-20T12:15:29.491Z
26382026-03-20T12:15:29.491Z: freemap_test
26392026-03-20T12:15:29.491ZMar 20 12:15:28.771 DEBGMar 20 12:15:28.771 Mar 20 12:15:28.771 initted freemap. size: 128DEBG, unitMar 20 12:15:28.771: DEBG DEBGfreemap_test
26402026-03-20T12:15:29.491Zcreated new freemap , initted freemap. size: 128unit, :unitMar 20 12:15:28.771: freemap_testfreemap_test
26412026-03-20T12:15:29.491Z
26422026-03-20T12:15:29.491ZDEBG reset freemapMar 20 12:15:28.771, unitDEBG: reset freemapMar 20 12:15:28.771freemap_test,
26432026-03-20T12:15:29.491Z unitDEBG: initted freemap. size: 128Mar 20 12:15:28.771 DEBG , created new freemap, unit: freemap_test
26442026-03-20T12:15:29.492Zfreemap_test
26452026-03-20T12:15:29.492ZMar 20 12:15:28.771 DEBG initted freemap. size: 128initted freemap. size: 128, , unit: freemap_test
26462026-03-20T12:15:29.492ZMar 20 12:15:28.771 DEBG reset freemap, unit: freemap_test
26472026-03-20T12:15:29.492Zunit: freemap_test
26482026-03-20T12:15:29.492Zunit: freemap_test
26492026-03-20T12:15:29.492Ztest api_server::tests::test_build_info ... ok
26502026-03-20T12:15:29.492Ztest freemap::test_span ... ok
26512026-03-20T12:15:29.492ZMar 20 12:15:28.771Mar 20 12:15:28.771 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
26522026-03-20T12:15:29.492Ztest freemap::test_basic ... ok
26532026-03-20T12:15:29.492Z
26542026-03-20T12:15:29.492Ztest freemap::test_reclaim ... ok
26552026-03-20T12:15:29.492Ztest freemap::test_exhaustion ... ok
26562026-03-20T12:15:29.492Ztest freemap::test_free ... ok
26572026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
26582026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
26592026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
26602026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
26612026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
26622026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
26632026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
26642026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
26652026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
26662026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
26672026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
26682026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
26692026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
26702026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
26712026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
26722026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
26732026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
26742026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
26752026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
26762026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
26772026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
26782026-03-20T12:15:29.492Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
26792026-03-20T12:15:29.492Z
26802026-03-20T12:15:29.492Ztest result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
26812026-03-20T12:15:29.493Z
26822026-03-20T12:15:29.507Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-3e2a52195fef326e)
26832026-03-20T12:15:29.510Z
26842026-03-20T12:15:29.510Zrunning 0 tests
26852026-03-20T12:15:29.510Z
26862026-03-20T12:15:29.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26872026-03-20T12:15:29.510Z
26882026-03-20T12:15:29.510Z Running unittests src/lib.rs (target/debug/deps/dpd_api-513fa6c2a7080978)
26892026-03-20T12:15:29.512Z
26902026-03-20T12:15:29.512Zrunning 0 tests
26912026-03-20T12:15:29.512Z
26922026-03-20T12:15:29.512Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26932026-03-20T12:15:29.512Z
26942026-03-20T12:15:29.512Z Running unittests src/lib.rs (target/debug/deps/dpd_client-13decc51ae393b55)
26952026-03-20T12:15:29.515Z
26962026-03-20T12:15:29.515Zrunning 6 tests
26972026-03-20T12:15:29.515Ztest tests::test_full_lot_id_neither_present ... ok
26982026-03-20T12:15:29.515Ztest tests::test_full_lot_id_both_present ... ok
26992026-03-20T12:15:29.515Ztest tests::test_full_lot_id_lot_only ... ok
27002026-03-20T12:15:29.515Ztest tests::test_full_lot_id_lotnum_only ... ok
27012026-03-20T12:15:29.516Ztest tests::test_parse_client_port_id ... ok
27022026-03-20T12:15:29.516Ztest tests::test_port_id_cmp ... ok
27032026-03-20T12:15:29.516Z
27042026-03-20T12:15:29.518Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27052026-03-20T12:15:29.518Z
27062026-03-20T12:15:29.518Z Running tests/test_all.rs (target/debug/deps/test_all-5fe95bf569e4cf93)
27072026-03-20T12:15:29.518Z
27082026-03-20T12:15:29.518Zrunning 0 tests
27092026-03-20T12:15:29.518Z
27102026-03-20T12:15:29.518Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27112026-03-20T12:15:29.519Z
27122026-03-20T12:15:29.519Z Running unittests src/lib.rs (target/debug/deps/dpd_types-b423f5940a7ecd65)
27132026-03-20T12:15:29.522Z
27142026-03-20T12:15:29.522Zrunning 0 tests
27152026-03-20T12:15:29.522Z
27162026-03-20T12:15:29.522Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27172026-03-20T12:15:29.522Z
27182026-03-20T12:15:29.522Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
27192026-03-20T12:15:29.525Z
27202026-03-20T12:15:29.525Zrunning 12 tests
27212026-03-20T12:15:29.525Ztest lldp::test_lldp_parse ... ok
27222026-03-20T12:15:29.525Ztest icmp::test_v6_checksum ... ok
27232026-03-20T12:15:29.525Ztest icmp::test_v4_checksum ... ok
27242026-03-20T12:15:29.525Ztest ipv6::test_ipv6_parse ... ok
27252026-03-20T12:15:29.525Ztest pbuf::test_byte ... ok
27262026-03-20T12:15:29.525Ztest pbuf::test_nibble ... ok
27272026-03-20T12:15:29.525Ztest pbuf::test_overflow ... ok
27282026-03-20T12:15:29.525Ztest pbuf::test_short ... ok
27292026-03-20T12:15:29.525Ztest pbuf::test_twelve ... ok
27302026-03-20T12:15:29.525Ztest pbuf::test_word ... ok
27312026-03-20T12:15:29.525Ztest tcp::test_checksum_ack_data ... ok
27322026-03-20T12:15:29.525Ztest tcp::test_checksum_syn_nodata ... ok
27332026-03-20T12:15:29.525Z
27342026-03-20T12:15:29.525Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27352026-03-20T12:15:29.525Z
27362026-03-20T12:15:29.528Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
27372026-03-20T12:15:29.528Z
27382026-03-20T12:15:29.528Zrunning 0 tests
27392026-03-20T12:15:29.528Z
27402026-03-20T12:15:29.528Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27412026-03-20T12:15:29.528Z
27422026-03-20T12:15:29.528Z Running unittests src/main.rs (target/debug/deps/swadm-fdc1de96a7da25d4)
27432026-03-20T12:15:29.531Z
27442026-03-20T12:15:29.531Zrunning 5 tests
27452026-03-20T12:15:29.531Ztest switchport::test::test_compute_lanes ... ok
27462026-03-20T12:15:29.531Ztest switchport::test::port_id_ordering ... ok
27472026-03-20T12:15:29.535Z Lane 0 Lane 1 Lane 2 Lane 3
27482026-03-20T12:15:29.535Z Rx Loss-of-lock: Yes Yes Yes Yes
27492026-03-20T12:15:29.535Z Rx Loss-of-signal: Yes Yes Yes Yes
27502026-03-20T12:15:29.535Z Rx CDR Enabled: Yes Yes Yes Yes
27512026-03-20T12:15:29.535Z Tx Enabled: Yes Yes Yes Yes
27522026-03-20T12:15:29.535Z Tx Loss-of-lock: No No No No
27532026-03-20T12:15:29.535Z Tx Loss-of-signal: No No No No
27542026-03-20T12:15:29.535Z Tx CDR Enabled: No No No No
27552026-03-20T12:15:29.535Z Tx Adaptive EQ Fault: No No No No
27562026-03-20T12:15:29.535Z Tx Fault: Yes Yes Yes Yes
27572026-03-20T12:15:29.535Z Lane 0 Lane 1 Lane 2 Lane 3
27582026-03-20T12:15:29.535Ztest switchport::test::test_print_sff_datapath ... ok State: Activated
27592026-03-20T12:15:29.535Z Activated Activated Activated
27602026-03-20T12:15:29.535Z Rx Output Enabled: false false false false
27612026-03-20T12:15:29.535Z Rx Output Status: valid valid valid valid
27622026-03-20T12:15:29.535Z Rx Loss-of-lock: true true true true
27632026-03-20T12:15:29.535Z Rx Loss-of-signal: false false false false
27642026-03-20T12:15:29.535ZRx Auto-squelch Disable: true true true true
27652026-03-20T12:15:29.535Z Tx Output Enabled: true true true true
27662026-03-20T12:15:29.535Z Tx Output Status: invalid invalid invalid invalid
27672026-03-20T12:15:29.535Z Tx Loss-of-lock: false false false false
27682026-03-20T12:15:29.535Z Tx Loss-of-signal: true true true true
27692026-03-20T12:15:29.535ZTx Auto-squelch Disable: false false false false
27702026-03-20T12:15:29.535Z Tx Adaptive EQ Fail: true true true true
27712026-03-20T12:15:29.535Z Tx Failure: false false false false
27722026-03-20T12:15:29.535Z Tx Force Squelch: true true true true
27732026-03-20T12:15:29.535Z Tx Input Polarity: normal normal normal normal
27742026-03-20T12:15:29.535Ztest switchport::test::test_print_cmis_datapath ... ok
27752026-03-20T12:15:29.535Ztest link::test_filter ... ok
27762026-03-20T12:15:29.535Z
27772026-03-20T12:15:29.535Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27782026-03-20T12:15:29.535Z
27792026-03-20T12:15:29.535Z Running tests/counters.rs (target/debug/deps/counters-9168e686f961a02c)
27802026-03-20T12:15:29.538Z
27812026-03-20T12:15:29.538Zrunning 1 test
27822026-03-20T12:15:29.538Ztest test_p4_counter_list ... ignored
27832026-03-20T12:15:29.539Z
27842026-03-20T12:15:29.539Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
27852026-03-20T12:15:29.539Z
27862026-03-20T12:15:29.539Z Running tests/port-link.rs (target/debug/deps/port_link-37e89675d7c713f0)
27872026-03-20T12:15:29.539Z
27882026-03-20T12:15:29.539Zrunning 5 tests
27892026-03-20T12:15:29.539Ztest test_an ... ignored
27902026-03-20T12:15:29.539Ztest test_enable ... ignored
27912026-03-20T12:15:29.539Ztest test_ip_addresses ... ignored
27922026-03-20T12:15:29.539Ztest test_kr ... ignored
27932026-03-20T12:15:29.539Ztest test_mac ... ignored
27942026-03-20T12:15:29.539Z
27952026-03-20T12:15:29.539Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
27962026-03-20T12:15:29.539Z
27972026-03-20T12:15:29.539Z Running unittests src/main.rs (target/debug/deps/tfportd-24628c79dd9e4c4a)
27982026-03-20T12:15:29.544Z
27992026-03-20T12:15:29.544Zrunning 3 tests
28002026-03-20T12:15:29.546Ztest linklocal::test_parse_ipadm ... ok
28012026-03-20T12:15:29.546Ztest tfport::test_parse_tfport ... ok
28022026-03-20T12:15:29.546Ztest config::tests::test_updates ... ok
28032026-03-20T12:15:29.547Z
28042026-03-20T12:15:29.547Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28052026-03-20T12:15:29.547Z
28062026-03-20T12:15:29.547Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
28072026-03-20T12:15:29.549Z
28082026-03-20T12:15:29.549Zrunning 0 tests
28092026-03-20T12:15:29.549Z
28102026-03-20T12:15:29.549Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28112026-03-20T12:15:29.549Z
28122026-03-20T12:15:29.549Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
28132026-03-20T12:15:29.552Z
28142026-03-20T12:15:29.552Zrunning 0 tests
28152026-03-20T12:15:29.552Z
28162026-03-20T12:15:29.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28172026-03-20T12:15:29.552Z
28182026-03-20T12:15:29.552Z Doc-tests aal
28192026-03-20T12:15:29.703Z
28202026-03-20T12:15:29.703Zrunning 0 tests
28212026-03-20T12:15:29.703Z
28222026-03-20T12:15:29.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28232026-03-20T12:15:29.703Z
28242026-03-20T12:15:29.721Z Doc-tests aal_macros
28252026-03-20T12:15:29.810Z
28262026-03-20T12:15:29.810Zrunning 0 tests
28272026-03-20T12:15:29.810Z
28282026-03-20T12:15:29.810Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28292026-03-20T12:15:29.810Z
28302026-03-20T12:15:29.822Z Doc-tests common
28312026-03-20T12:15:30.132Z
28322026-03-20T12:15:30.132Zrunning 0 tests
28332026-03-20T12:15:30.132Z
28342026-03-20T12:15:30.132Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28352026-03-20T12:15:30.132Z
28362026-03-20T12:15:30.154Z Doc-tests dpd_api
28372026-03-20T12:15:31.599Z
28382026-03-20T12:15:31.599Zrunning 2 tests
28392026-03-20T12:15:31.599Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 101) ... ignored
28402026-03-20T12:15:31.599Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 107) ... ignored
28412026-03-20T12:15:31.602Z
28422026-03-20T12:15:31.602Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
28432026-03-20T12:15:31.602Z
28442026-03-20T12:15:31.645Z Doc-tests dpd_client
28452026-03-20T12:15:33.288Z
28462026-03-20T12:15:33.288Zrunning 0 tests
28472026-03-20T12:15:33.288Z
28482026-03-20T12:15:33.291Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28492026-03-20T12:15:33.291Z
28502026-03-20T12:15:33.341Z Doc-tests dpd_types
28512026-03-20T12:15:33.786Z
28522026-03-20T12:15:33.786Zrunning 0 tests
28532026-03-20T12:15:33.786Z
28542026-03-20T12:15:33.786Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28552026-03-20T12:15:33.786Z
28562026-03-20T12:15:33.819Z Doc-tests packet
28572026-03-20T12:15:33.961Z
28582026-03-20T12:15:33.962Zrunning 0 tests
28592026-03-20T12:15:33.962Z
28602026-03-20T12:15:33.962Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28612026-03-20T12:15:33.962Z
28622026-03-20T12:15:33.979Z Doc-tests pcap
28632026-03-20T12:15:34.043Z
28642026-03-20T12:15:34.043Zrunning 0 tests
28652026-03-20T12:15:34.043Z
28662026-03-20T12:15:34.043Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28672026-03-20T12:15:34.043Z
28682026-03-20T12:15:34.095Z+ for feat in tofino_stub tofino_asic softnpu chaos
28692026-03-20T12:15:34.095Z+ RUST_BACKTRACE=full
28702026-03-20T12:15:34.095Z+ cargo test --features softnpu --no-fail-fast
28712026-03-20T12:15:34.975Z Compiling num-integer v0.1.46
28722026-03-20T12:15:35.071Z Compiling num-complex v0.4.6
28732026-03-20T12:15:35.137Z Compiling bitstruct_derive v0.1.0
28742026-03-20T12:15:35.140Z Compiling tap v1.0.1
28752026-03-20T12:15:35.298Z Compiling wyz v0.5.1
28762026-03-20T12:15:35.469Z Compiling num-iter v0.1.45
28772026-03-20T12:15:35.526Z Compiling num-rational v0.4.2
28782026-03-20T12:15:35.548Z Compiling num-bigint v0.4.6
28792026-03-20T12:15:35.686Z Compiling radium v0.7.0
28802026-03-20T12:15:35.704Z Compiling funty v2.0.0
28812026-03-20T12:15:35.743Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28822026-03-20T12:15:35.783Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
28832026-03-20T12:15:35.972Z Compiling num v0.4.3
28842026-03-20T12:15:36.021Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28852026-03-20T12:15:36.035Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28862026-03-20T12:15:36.073Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
28872026-03-20T12:15:36.189Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28882026-03-20T12:15:36.281Z Compiling bitvec v1.0.1
28892026-03-20T12:15:36.363Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
28902026-03-20T12:15:36.411Z Compiling typeid v1.0.3
28912026-03-20T12:15:36.515Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28922026-03-20T12:15:36.557Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28932026-03-20T12:15:36.700Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28942026-03-20T12:15:36.750Z Compiling ascii v1.1.0
28952026-03-20T12:15:37.126Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28962026-03-20T12:15:37.823Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28972026-03-20T12:15:37.849Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28982026-03-20T12:15:37.943Z Compiling erased-serde v0.4.8
28992026-03-20T12:15:38.027Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29002026-03-20T12:15:38.111Z Compiling bitstruct v0.1.1
29012026-03-20T12:15:38.235Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29022026-03-20T12:15:38.333Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29032026-03-20T12:15:38.636Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29042026-03-20T12:15:38.947Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29052026-03-20T12:15:39.319Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29062026-03-20T12:15:39.353Z Compiling serde_arrays v0.1.0
29072026-03-20T12:15:39.416Z Compiling libloading v0.7.4
29082026-03-20T12:15:39.514Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29092026-03-20T12:15:39.669Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29102026-03-20T12:15:40.458Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29112026-03-20T12:15:40.690Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29122026-03-20T12:15:42.329Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29132026-03-20T12:15:43.461Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29142026-03-20T12:15:51.362Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29152026-03-20T12:15:51.642Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29162026-03-20T12:15:51.642Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29172026-03-20T12:15:51.741Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29182026-03-20T12:15:52.043Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29192026-03-20T12:15:52.474Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
29202026-03-20T12:15:54.600Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
29212026-03-20T12:15:55.230Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29222026-03-20T12:15:56.152Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29232026-03-20T12:16:03.579Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
29242026-03-20T12:16:03.973Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
29252026-03-20T12:16:05.054Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29262026-03-20T12:16:06.287Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29272026-03-20T12:16:15.660Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29282026-03-20T12:16:19.018Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29292026-03-20T12:16:24.911Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
29302026-03-20T12:17:14.521Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 40s
29312026-03-20T12:17:14.662Z Running unittests src/lib.rs (target/debug/deps/aal-bb60838731184978)
29322026-03-20T12:17:14.665Z
29332026-03-20T12:17:14.665Zrunning 5 tests
29342026-03-20T12:17:14.668Ztest fuse::tests::chip_revision_b1 ... ok
29352026-03-20T12:17:14.668Ztest fuse::tests::chip_revision_a0 ... ok
29362026-03-20T12:17:14.668Ztest fuse::tests::chip_revision_b0 ... ok
29372026-03-20T12:17:14.668Ztest fuse::tests::chip_revision_unknown_device_id ... ok
29382026-03-20T12:17:14.668Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
29392026-03-20T12:17:14.668Z
29402026-03-20T12:17:14.668Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29412026-03-20T12:17:14.668Z
29422026-03-20T12:17:14.668Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
29432026-03-20T12:17:14.671Z
29442026-03-20T12:17:14.671Zrunning 0 tests
29452026-03-20T12:17:14.671Z
29462026-03-20T12:17:14.671Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29472026-03-20T12:17:14.671Z
29482026-03-20T12:17:14.671Z Running unittests src/lib.rs (target/debug/deps/asic-e3250f8f9e53e673)
29492026-03-20T12:17:14.674Z
29502026-03-20T12:17:14.674Zrunning 0 tests
29512026-03-20T12:17:14.674Z
29522026-03-20T12:17:14.674Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29532026-03-20T12:17:14.674Z
29542026-03-20T12:17:14.674Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
29552026-03-20T12:17:14.677Z
29562026-03-20T12:17:14.677Zrunning 10 tests
29572026-03-20T12:17:14.677Ztest nat::tests::test_vni ... ok
29582026-03-20T12:17:14.677Ztest network::tests::test_equal ... ok
29592026-03-20T12:17:14.677Ztest network::tests::test_eui64 ... ok
29602026-03-20T12:17:14.677Ztest network::tests::test_into ... ok
29612026-03-20T12:17:14.680Ztest network::tests::test_generate_ipv6_link_local ... ok
29622026-03-20T12:17:14.680Ztest network::tests::test_not_equal ... ok
29632026-03-20T12:17:14.680Ztest network::tests::test_to_string ... ok
29642026-03-20T12:17:14.680Ztest network::tests::test_parse ... ok
29652026-03-20T12:17:14.680Ztest test_purge ... ok
29662026-03-20T12:17:14.682Ztest illumos::test::address_exists_handles_missing_object ... ok
29672026-03-20T12:17:14.683Z
29682026-03-20T12:17:14.683Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29692026-03-20T12:17:14.683Z
29702026-03-20T12:17:14.683Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-09a0c3c5734c5169)
29712026-03-20T12:17:14.687Z
29722026-03-20T12:17:14.687Zrunning 1 test
29732026-03-20T12:17:16.208Ztest test::test_apis_up_to_date ... ok
29742026-03-20T12:17:16.208Z
29752026-03-20T12:17:16.208Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.52s
29762026-03-20T12:17:16.208Z
29772026-03-20T12:17:16.264Z Running unittests src/main.rs (target/debug/deps/dpd-2cc2715f080c1670)
29782026-03-20T12:17:16.271Z
29792026-03-20T12:17:16.271Zrunning 18 tests
29802026-03-20T12:17:16.274Ztest freemap::test_ordering ... ok
29812026-03-20T12:17:16.274Ztest freemap::test_split ... ok
29822026-03-20T12:17:16.274Ztest config::tests::test_updates ... ok
29832026-03-20T12:17:16.274Ztest macaddrs::tests::test_mac_offset ... ok
29842026-03-20T12:17:16.274Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
29852026-03-20T12:17:16.274Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
29862026-03-20T12:17:16.274Ztest nat::test_mapping ... ok
29872026-03-20T12:17:16.274Ztest macaddrs::tests::test_parse_port_id ... ok
29882026-03-20T12:17:16.278Ztest port_map::tests::dump_map ... ok
29892026-03-20T12:17:16.278Ztest port_map::tests::test_backplane_group ... ok
29902026-03-20T12:17:16.278Ztest port_map::tests::test_port_map ... ok
29912026-03-20T12:17:16.278ZMar 20 12:17:15.544Mar 20 12:17:15.544 DEBGDEBG created new freemapcreated new freemapMar 20 12:17:15.544, , unitunit: :DEBG freemap_test freemap_testcreated new freemap, unit:
29922026-03-20T12:17:16.278Z
29932026-03-20T12:17:16.278Zfreemap_test
29942026-03-20T12:17:16.278ZMar 20 12:17:15.544Mar 20 12:17:15.544 DEBGDEBG Mar 20 12:17:15.544initted freemap. size: 128initted freemap. size: 128, unitDEBG:, unit :initted freemap. size: 128freemap_test ,
29952026-03-20T12:17:16.278Zunitfreemap_test:
29962026-03-20T12:17:16.278Z freemap_testMar 20 12:17:15.544
29972026-03-20T12:17:16.278ZDEBG Mar 20 12:17:15.544reset freemap, unitDEBG: Mar 20 12:17:15.544reset freemapfreemap_test, unit
29982026-03-20T12:17:16.278ZDEBGMar 20 12:17:15.544 :reset freemap DEBG, unitfreemap_test:
29992026-03-20T12:17:16.278Zcreated new freemap freemap_test,
30002026-03-20T12:17:16.278Zunit: freemap_test
30012026-03-20T12:17:16.278ZMar 20 12:17:15.544 DEBG initted freemap. size: 128, unit: freemap_test
30022026-03-20T12:17:16.278ZMar 20 12:17:15.544 Mar 20 12:17:15.544DEBG DEBGcreated new freemap , reset freemapunit, : freemap_test
30032026-03-20T12:17:16.278Zunit: freemap_test
30042026-03-20T12:17:16.278ZMar 20 12:17:15.544 DEBG initted freemap. size: 128, unit: freemap_test
30052026-03-20T12:17:16.278ZMar 20 12:17:15.544 DEBG reset freemap, unit: freemap_test
30062026-03-20T12:17:16.278Ztest freemap::test_free ... ok
30072026-03-20T12:17:16.278Ztest freemap::test_exhaustion ... ok
30082026-03-20T12:17:16.278Ztest freemap::test_span ... ok
30092026-03-20T12:17:16.278Ztest freemap::test_reclaim ... ok
30102026-03-20T12:17:16.278Ztest freemap::test_basic ... ok
30112026-03-20T12:17:16.278Ztest port_map::tests::parse_softnpu_revision ... ok
30122026-03-20T12:17:16.278Ztest api_server::tests::test_build_info ... ok
30132026-03-20T12:17:16.278Z
30142026-03-20T12:17:16.278Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30152026-03-20T12:17:16.279Z
30162026-03-20T12:17:16.282Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-b7c04691d97e771d)
30172026-03-20T12:17:16.284Z
30182026-03-20T12:17:16.284Zrunning 0 tests
30192026-03-20T12:17:16.284Z
30202026-03-20T12:17:16.284Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30212026-03-20T12:17:16.284Z
30222026-03-20T12:17:16.284Z Running unittests src/lib.rs (target/debug/deps/dpd_api-b570bfc4ac4fceab)
30232026-03-20T12:17:16.287Z
30242026-03-20T12:17:16.287Zrunning 0 tests
30252026-03-20T12:17:16.287Z
30262026-03-20T12:17:16.287Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30272026-03-20T12:17:16.287Z
30282026-03-20T12:17:16.287Z Running unittests src/lib.rs (target/debug/deps/dpd_client-657060a014220687)
30292026-03-20T12:17:16.291Z
30302026-03-20T12:17:16.291Zrunning 6 tests
30312026-03-20T12:17:16.291Ztest tests::test_full_lot_id_neither_present ... ok
30322026-03-20T12:17:16.291Ztest tests::test_full_lot_id_both_present ... ok
30332026-03-20T12:17:16.291Ztest tests::test_full_lot_id_lotnum_only ... ok
30342026-03-20T12:17:16.291Ztest tests::test_full_lot_id_lot_only ... ok
30352026-03-20T12:17:16.291Ztest tests::test_parse_client_port_id ... ok
30362026-03-20T12:17:16.291Ztest tests::test_port_id_cmp ... ok
30372026-03-20T12:17:16.291Z
30382026-03-20T12:17:16.291Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30392026-03-20T12:17:16.291Z
30402026-03-20T12:17:16.291Z Running tests/test_all.rs (target/debug/deps/test_all-68e2118271530066)
30412026-03-20T12:17:16.293Z
30422026-03-20T12:17:16.294Zrunning 0 tests
30432026-03-20T12:17:16.294Z
30442026-03-20T12:17:16.294Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30452026-03-20T12:17:16.294Z
30462026-03-20T12:17:16.294Z Running unittests src/lib.rs (target/debug/deps/dpd_types-721067c811af9dbe)
30472026-03-20T12:17:16.296Z
30482026-03-20T12:17:16.296Zrunning 0 tests
30492026-03-20T12:17:16.296Z
30502026-03-20T12:17:16.296Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30512026-03-20T12:17:16.297Z
30522026-03-20T12:17:16.297Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
30532026-03-20T12:17:16.299Z
30542026-03-20T12:17:16.299Zrunning 12 tests
30552026-03-20T12:17:16.299Ztest icmp::test_v6_checksum ... ok
30562026-03-20T12:17:16.299Ztest lldp::test_lldp_parse ... ok
30572026-03-20T12:17:16.300Ztest icmp::test_v4_checksum ... ok
30582026-03-20T12:17:16.300Ztest ipv6::test_ipv6_parse ... ok
30592026-03-20T12:17:16.300Ztest pbuf::test_byte ... ok
30602026-03-20T12:17:16.300Ztest pbuf::test_nibble ... ok
30612026-03-20T12:17:16.300Ztest pbuf::test_overflow ... ok
30622026-03-20T12:17:16.300Ztest pbuf::test_short ... ok
30632026-03-20T12:17:16.300Ztest pbuf::test_twelve ... ok
30642026-03-20T12:17:16.300Ztest pbuf::test_word ... ok
30652026-03-20T12:17:16.300Ztest tcp::test_checksum_ack_data ... ok
30662026-03-20T12:17:16.300Ztest tcp::test_checksum_syn_nodata ... ok
30672026-03-20T12:17:16.300Z
30682026-03-20T12:17:16.300Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30692026-03-20T12:17:16.300Z
30702026-03-20T12:17:16.300Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
30712026-03-20T12:17:16.303Z
30722026-03-20T12:17:16.303Zrunning 0 tests
30732026-03-20T12:17:16.303Z
30742026-03-20T12:17:16.303Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30752026-03-20T12:17:16.303Z
30762026-03-20T12:17:16.303Z Running unittests src/main.rs (target/debug/deps/swadm-e32305cc5b1ba9a3)
30772026-03-20T12:17:16.312Z
30782026-03-20T12:17:16.312Zrunning 5 tests
30792026-03-20T12:17:16.317Ztest switchport::test::test_compute_lanes ... ok
30802026-03-20T12:17:16.320Ztest switchport::test::port_id_ordering ... ok
30812026-03-20T12:17:16.320Ztest link::test_filter ... ok
30822026-03-20T12:17:16.320Z Lane 0 Lane 1 Lane 2 Lane 3
30832026-03-20T12:17:16.320Z Rx Loss-of-lock: Yes Yes Yes Yes
30842026-03-20T12:17:16.320Z Rx Loss-of-signal: Yes Yes Lane 0 YesLane 1 YesLane 2
30852026-03-20T12:17:16.320Z Rx CDR Enabled: YesLane 3
30862026-03-20T12:17:16.320ZYes State: ActivatedYes ActivatedYes
30872026-03-20T12:17:16.320ZActivated Tx Enabled: Yes ActivatedYes
30882026-03-20T12:17:16.320Z Rx Output Enabled: false Yesfalse Yes
30892026-03-20T12:17:16.320Zfalse Tx Loss-of-lock: No falseNo
30902026-03-20T12:17:16.320Z Rx Output Status: validNo Novalid
30912026-03-20T12:17:16.320Z valid Tx Loss-of-signal: No valid
30922026-03-20T12:17:16.320ZNo Rx Loss-of-lock: true Notrue No
30932026-03-20T12:17:16.320Z Tx CDR Enabled: No trueNo trueNo
30942026-03-20T12:17:16.320Z Rx Loss-of-signal: falseNo
30952026-03-20T12:17:16.320Zfalse Tx Adaptive EQ Fault: No falseNo false
30962026-03-20T12:17:16.320ZNoRx Auto-squelch Disable: true Notrue
30972026-03-20T12:17:16.321Z Tx Fault: Yestrue Yestrue
30982026-03-20T12:17:16.321ZYes Tx Output Enabled: true Yestrue
30992026-03-20T12:17:16.321Z true true
31002026-03-20T12:17:16.321Z Tx Output Status: invalid invalid invalid invalid
31012026-03-20T12:17:16.321Z Tx Loss-of-lock: false false false false
31022026-03-20T12:17:16.321Z Tx Loss-of-signal: true true true true
31032026-03-20T12:17:16.321ZTx Auto-squelch Disable: false false false false
31042026-03-20T12:17:16.321Z Tx Adaptive EQ Fail: true true true true
31052026-03-20T12:17:16.321Z Tx Failure: false false false false
31062026-03-20T12:17:16.321Z Tx Force Squelch: true true true true
31072026-03-20T12:17:16.321Z Tx Input Polarity: normal normal normal normal
31082026-03-20T12:17:16.321Ztest switchport::test::test_print_sff_datapath ... ok
31092026-03-20T12:17:16.321Ztest switchport::test::test_print_cmis_datapath ... ok
31102026-03-20T12:17:16.321Z
31112026-03-20T12:17:16.321Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31122026-03-20T12:17:16.321Z
31132026-03-20T12:17:16.324Z Running tests/counters.rs (target/debug/deps/counters-820843d2992d1a07)
31142026-03-20T12:17:16.329Z
31152026-03-20T12:17:16.329Zrunning 1 test
31162026-03-20T12:17:16.332Ztest test_p4_counter_list ... ignored
31172026-03-20T12:17:16.332Z
31182026-03-20T12:17:16.332Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31192026-03-20T12:17:16.332Z
31202026-03-20T12:17:16.332Z Running tests/port-link.rs (target/debug/deps/port_link-9487fdc482e182f4)
31212026-03-20T12:17:16.337Z
31222026-03-20T12:17:16.337Zrunning 5 tests
31232026-03-20T12:17:16.340Ztest test_an ... ignored
31242026-03-20T12:17:16.340Ztest test_enable ... ignored
31252026-03-20T12:17:16.340Ztest test_ip_addresses ... ignored
31262026-03-20T12:17:16.340Ztest test_kr ... ignored
31272026-03-20T12:17:16.340Ztest test_mac ... ignored
31282026-03-20T12:17:16.340Z
31292026-03-20T12:17:16.340Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
31302026-03-20T12:17:16.340Z
31312026-03-20T12:17:16.340Z Running unittests src/main.rs (target/debug/deps/tfportd-37e7e1f15a73414d)
31322026-03-20T12:17:16.344Z
31332026-03-20T12:17:16.344Zrunning 3 tests
31342026-03-20T12:17:16.347Ztest linklocal::test_parse_ipadm ... ok
31352026-03-20T12:17:16.347Ztest tfport::test_parse_tfport ... ok
31362026-03-20T12:17:16.347Ztest config::tests::test_updates ... ok
31372026-03-20T12:17:16.347Z
31382026-03-20T12:17:16.347Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31392026-03-20T12:17:16.347Z
31402026-03-20T12:17:16.347Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
31412026-03-20T12:17:16.350Z
31422026-03-20T12:17:16.350Zrunning 0 tests
31432026-03-20T12:17:16.350Z
31442026-03-20T12:17:16.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31452026-03-20T12:17:16.350Z
31462026-03-20T12:17:16.350Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
31472026-03-20T12:17:16.353Z
31482026-03-20T12:17:16.353Zrunning 0 tests
31492026-03-20T12:17:16.353Z
31502026-03-20T12:17:16.353Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31512026-03-20T12:17:16.353Z
31522026-03-20T12:17:16.353Z Doc-tests aal
31532026-03-20T12:17:16.504Z
31542026-03-20T12:17:16.504Zrunning 0 tests
31552026-03-20T12:17:16.504Z
31562026-03-20T12:17:16.504Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31572026-03-20T12:17:16.504Z
31582026-03-20T12:17:16.522Z Doc-tests aal_macros
31592026-03-20T12:17:16.610Z
31602026-03-20T12:17:16.610Zrunning 0 tests
31612026-03-20T12:17:16.610Z
31622026-03-20T12:17:16.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31632026-03-20T12:17:16.610Z
31642026-03-20T12:17:16.622Z Doc-tests common
31652026-03-20T12:17:16.927Z
31662026-03-20T12:17:16.927Zrunning 0 tests
31672026-03-20T12:17:16.927Z
31682026-03-20T12:17:16.927Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31692026-03-20T12:17:16.927Z
31702026-03-20T12:17:16.950Z Doc-tests dpd_api
31712026-03-20T12:17:18.432Z
31722026-03-20T12:17:18.432Zrunning 2 tests
31732026-03-20T12:17:18.432Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 101) ... ignored
31742026-03-20T12:17:18.432Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 107) ... ignored
31752026-03-20T12:17:18.432Z
31762026-03-20T12:17:18.432Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
31772026-03-20T12:17:18.432Z
31782026-03-20T12:17:18.482Z Doc-tests dpd_client
31792026-03-20T12:17:20.137Z
31802026-03-20T12:17:20.137Zrunning 0 tests
31812026-03-20T12:17:20.137Z
31822026-03-20T12:17:20.137Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31832026-03-20T12:17:20.137Z
31842026-03-20T12:17:20.190Z Doc-tests dpd_types
31852026-03-20T12:17:20.630Z
31862026-03-20T12:17:20.630Zrunning 0 tests
31872026-03-20T12:17:20.630Z
31882026-03-20T12:17:20.630Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31892026-03-20T12:17:20.630Z
31902026-03-20T12:17:20.664Z Doc-tests packet
31912026-03-20T12:17:20.807Z
31922026-03-20T12:17:20.807Zrunning 0 tests
31932026-03-20T12:17:20.808Z
31942026-03-20T12:17:20.808Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31952026-03-20T12:17:20.808Z
31962026-03-20T12:17:20.825Z Doc-tests pcap
31972026-03-20T12:17:20.892Z
31982026-03-20T12:17:20.892Zrunning 0 tests
31992026-03-20T12:17:20.892Z
32002026-03-20T12:17:20.892Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32012026-03-20T12:17:20.892Z
32022026-03-20T12:17:20.949Z+ for feat in tofino_stub tofino_asic softnpu chaos
32032026-03-20T12:17:20.950Z+ RUST_BACKTRACE=full
32042026-03-20T12:17:20.950Z+ cargo test --features chaos --no-fail-fast
32052026-03-20T12:17:21.767Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
32062026-03-20T12:17:21.857Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
32072026-03-20T12:17:21.870Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
32082026-03-20T12:17:33.317Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
32092026-03-20T12:17:33.877Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
32102026-03-20T12:18:19.392Z Finished `test` profile [unoptimized + debuginfo] target(s) in 58.41s
32112026-03-20T12:18:19.531Z Running unittests src/lib.rs (target/debug/deps/aal-0d7e926d17acc60d)
32122026-03-20T12:18:19.538Z
32132026-03-20T12:18:19.538Zrunning 5 tests
32142026-03-20T12:18:19.541Ztest fuse::tests::chip_revision_b0 ... ok
32152026-03-20T12:18:19.541Ztest fuse::tests::chip_revision_a0 ... ok
32162026-03-20T12:18:19.541Ztest fuse::tests::chip_revision_unknown_device_id ... ok
32172026-03-20T12:18:19.541Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
32182026-03-20T12:18:19.541Ztest fuse::tests::chip_revision_b1 ... ok
32192026-03-20T12:18:19.541Z
32202026-03-20T12:18:19.541Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32212026-03-20T12:18:19.541Z
32222026-03-20T12:18:19.541Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
32232026-03-20T12:18:19.545Z
32242026-03-20T12:18:19.545Zrunning 0 tests
32252026-03-20T12:18:19.545Z
32262026-03-20T12:18:19.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32272026-03-20T12:18:19.548Z
32282026-03-20T12:18:19.548Z Running unittests src/lib.rs (target/debug/deps/asic-13ed8881661abd05)
32292026-03-20T12:18:19.554Z
32302026-03-20T12:18:19.554Zrunning 0 tests
32312026-03-20T12:18:19.557Z
32322026-03-20T12:18:19.557Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32332026-03-20T12:18:19.557Z
32342026-03-20T12:18:19.557Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
32352026-03-20T12:18:19.563Z
32362026-03-20T12:18:19.564Zrunning 10 tests
32372026-03-20T12:18:19.566Ztest nat::tests::test_vni ... ok
32382026-03-20T12:18:19.566Ztest network::tests::test_equal ... ok
32392026-03-20T12:18:19.566Ztest network::tests::test_eui64 ... ok
32402026-03-20T12:18:19.566Ztest network::tests::test_into ... ok
32412026-03-20T12:18:19.566Ztest network::tests::test_not_equal ... ok
32422026-03-20T12:18:19.566Ztest network::tests::test_generate_ipv6_link_local ... ok
32432026-03-20T12:18:19.567Ztest network::tests::test_to_string ... ok
32442026-03-20T12:18:19.567Ztest network::tests::test_parse ... ok
32452026-03-20T12:18:19.569Ztest test_purge ... ok
32462026-03-20T12:18:19.572Ztest illumos::test::address_exists_handles_missing_object ... ok
32472026-03-20T12:18:19.572Z
32482026-03-20T12:18:19.572Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32492026-03-20T12:18:19.572Z
32502026-03-20T12:18:19.575Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0f783ce3d5c93e6a)
32512026-03-20T12:18:19.601Z
32522026-03-20T12:18:19.601Zrunning 1 test
32532026-03-20T12:18:21.157Ztest test::test_apis_up_to_date ... ok
32542026-03-20T12:18:21.157Z
32552026-03-20T12:18:21.157Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.56s
32562026-03-20T12:18:21.157Z
32572026-03-20T12:18:21.215Z Running unittests src/main.rs (target/debug/deps/dpd-23ac965eb82549e2)
32582026-03-20T12:18:21.222Z
32592026-03-20T12:18:21.222Zrunning 18 tests
32602026-03-20T12:18:21.225Ztest freemap::test_ordering ... ok
32612026-03-20T12:18:21.225Ztest freemap::test_split ... ok
32622026-03-20T12:18:21.225Ztest config::tests::test_updates ... ok
32632026-03-20T12:18:21.225Ztest macaddrs::tests::test_mac_offset ... ok
32642026-03-20T12:18:21.225Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
32652026-03-20T12:18:21.225Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
32662026-03-20T12:18:21.229Ztest nat::test_mapping ... ok
32672026-03-20T12:18:21.229Ztest macaddrs::tests::test_parse_port_id ... ok
32682026-03-20T12:18:21.229Ztest port_map::tests::dump_map ... ok
32692026-03-20T12:18:21.229Ztest port_map::tests::test_backplane_group ... ok
32702026-03-20T12:18:21.229Ztest port_map::tests::test_port_map ... ok
32712026-03-20T12:18:21.229ZMar 20 12:18:20.486 DEBG created new freemap, unit: freemap_test
32722026-03-20T12:18:21.229ZMar 20 12:18:20.486 DEBG initted freemap. size: 128, unit: freemap_test
32732026-03-20T12:18:21.229ZMar 20 12:18:20.486Mar 20 12:18:20.486 DEBGDEBG reset freemapcreated new freemap, unit, :unit :freemap_test
32742026-03-20T12:18:21.229Zfreemap_test
32752026-03-20T12:18:21.229ZMar 20 12:18:20.486 DEBG initted freemap. size: 128, unit: freemap_test
32762026-03-20T12:18:21.229ZMar 20 12:18:20.486 DEBG reset freemap, unit: freemap_test
32772026-03-20T12:18:21.229ZMar 20 12:18:20.486 DEBG created new freemap, unit: freemap_test
32782026-03-20T12:18:21.230ZMar 20 12:18:20.486 DEBG initted freemap. size: 128, unit: freemap_test
32792026-03-20T12:18:21.230ZMar 20 12:18:20.486 DEBG reset freemap, unit: freemap_test
32802026-03-20T12:18:21.230ZMar 20 12:18:20.486 DEBG created new freemap, unit: freemap_test
32812026-03-20T12:18:21.230Ztest freemap::test_basic ... ok
32822026-03-20T12:18:21.230ZMar 20 12:18:20.486 DEBG initted freemap. size: 128, unit: freemap_test
32832026-03-20T12:18:21.230ZMar 20 12:18:20.486 DEBG reset freemapMar 20 12:18:20.486, unitDEBG: created new freemapfreemap_test
32842026-03-20T12:18:21.230Ztest freemap::test_exhaustion ... ok
32852026-03-20T12:18:21.230Ztest freemap::test_free ... ok
32862026-03-20T12:18:21.230Z, unit: freemap_test
32872026-03-20T12:18:21.230ZMar 20 12:18:20.486 DEBG initted freemap. size: 128, unit: freemap_test
32882026-03-20T12:18:21.230ZMar 20 12:18:20.486 DEBG reset freemap, unit: freemap_test
32892026-03-20T12:18:21.230Ztest freemap::test_span ... ok
32902026-03-20T12:18:21.230Ztest freemap::test_reclaim ... ok
32912026-03-20T12:18:21.234Ztest port_map::tests::parse_softnpu_revision ... ok
32922026-03-20T12:18:21.234Ztest api_server::tests::test_build_info ... ok
32932026-03-20T12:18:21.234Z
32942026-03-20T12:18:21.234Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32952026-03-20T12:18:21.234Z
32962026-03-20T12:18:21.234Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-7f7cd0a040d7d945)
32972026-03-20T12:18:21.239Z
32982026-03-20T12:18:21.239Zrunning 0 tests
32992026-03-20T12:18:21.239Z
33002026-03-20T12:18:21.242Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33012026-03-20T12:18:21.242Z
33022026-03-20T12:18:21.242Z Running unittests src/lib.rs (target/debug/deps/dpd_api-513fa6c2a7080978)
33032026-03-20T12:18:21.246Z
33042026-03-20T12:18:21.246Zrunning 0 tests
33052026-03-20T12:18:21.249Z
33062026-03-20T12:18:21.249Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33072026-03-20T12:18:21.249Z
33082026-03-20T12:18:21.249Z Running unittests src/lib.rs (target/debug/deps/dpd_client-aebf87b370e5ad17)
33092026-03-20T12:18:21.259Z
33102026-03-20T12:18:21.259Zrunning 6 tests
33112026-03-20T12:18:21.264Ztest tests::test_full_lot_id_lot_only ... ok
33122026-03-20T12:18:21.264Ztest tests::test_full_lot_id_lotnum_only ... ok
33132026-03-20T12:18:21.264Ztest tests::test_full_lot_id_both_present ... ok
33142026-03-20T12:18:21.264Ztest tests::test_full_lot_id_neither_present ... ok
33152026-03-20T12:18:21.264Ztest tests::test_port_id_cmp ... ok
33162026-03-20T12:18:21.266Ztest tests::test_parse_client_port_id ... ok
33172026-03-20T12:18:21.267Z
33182026-03-20T12:18:21.267Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33192026-03-20T12:18:21.267Z
33202026-03-20T12:18:21.267Z Running tests/test_all.rs (target/debug/deps/test_all-eb21f1bec2bd0646)
33212026-03-20T12:18:21.270Z
33222026-03-20T12:18:21.270Zrunning 6 tests
33232026-03-20T12:18:24.281Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
33242026-03-20T12:18:24.284Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
33252026-03-20T12:18:24.284Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
33262026-03-20T12:18:24.290Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
33272026-03-20T12:18:24.633Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
33282026-03-20T12:18:26.152Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
33292026-03-20T12:18:26.152Z
33302026-03-20T12:18:26.152Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.88s
33312026-03-20T12:18:26.152Z
33322026-03-20T12:18:26.159Z Running unittests src/lib.rs (target/debug/deps/dpd_types-b423f5940a7ecd65)
33332026-03-20T12:18:26.166Z
33342026-03-20T12:18:26.166Zrunning 0 tests
33352026-03-20T12:18:26.166Z
33362026-03-20T12:18:26.169Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33372026-03-20T12:18:26.169Z
33382026-03-20T12:18:26.169Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
33392026-03-20T12:18:26.174Z
33402026-03-20T12:18:26.174Zrunning 12 tests
33412026-03-20T12:18:26.177Ztest icmp::test_v6_checksum ... ok
33422026-03-20T12:18:26.177Ztest icmp::test_v4_checksum ... ok
33432026-03-20T12:18:26.177Ztest ipv6::test_ipv6_parse ... ok
33442026-03-20T12:18:26.177Ztest lldp::test_lldp_parse ... ok
33452026-03-20T12:18:26.177Ztest pbuf::test_byte ... ok
33462026-03-20T12:18:26.177Ztest pbuf::test_nibble ... ok
33472026-03-20T12:18:26.177Ztest pbuf::test_short ... ok
33482026-03-20T12:18:26.177Ztest pbuf::test_twelve ... ok
33492026-03-20T12:18:26.177Ztest pbuf::test_overflow ... ok
33502026-03-20T12:18:26.177Ztest pbuf::test_word ... ok
33512026-03-20T12:18:26.180Ztest tcp::test_checksum_ack_data ... ok
33522026-03-20T12:18:26.180Ztest tcp::test_checksum_syn_nodata ... ok
33532026-03-20T12:18:26.180Z
33542026-03-20T12:18:26.180Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33552026-03-20T12:18:26.180Z
33562026-03-20T12:18:26.180Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
33572026-03-20T12:18:26.183Z
33582026-03-20T12:18:26.183Zrunning 0 tests
33592026-03-20T12:18:26.183Z
33602026-03-20T12:18:26.183Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33612026-03-20T12:18:26.183Z
33622026-03-20T12:18:26.186Z Running unittests src/main.rs (target/debug/deps/swadm-d6cefe4231b92751)
33632026-03-20T12:18:26.191Z
33642026-03-20T12:18:26.191Zrunning 5 tests
33652026-03-20T12:18:26.194Ztest switchport::test::test_compute_lanes ... ok
33662026-03-20T12:18:26.194Ztest switchport::test::port_id_ordering ... ok
33672026-03-20T12:18:26.194Z Lane 0 Lane 1 Lane 2 Lane 3
33682026-03-20T12:18:26.194Z Rx Loss-of-lock: Yes Yes Yes Yes
33692026-03-20T12:18:26.194Z Rx Loss-of-signal: Yes Yes Yes Yes
33702026-03-20T12:18:26.194Z Rx CDR Enabled: Yes Yes Yes Yes
33712026-03-20T12:18:26.194Z Tx Enabled: Yes Yes Yes Yes
33722026-03-20T12:18:26.194Z Tx Loss-of-lock: No No No No
33732026-03-20T12:18:26.194Z Tx Loss-of-signal: No No No No
33742026-03-20T12:18:26.194Z Tx CDR Enabled: No No No No
33752026-03-20T12:18:26.194Z Tx Adaptive EQ Fault: No No No No
33762026-03-20T12:18:26.194Z Tx Fault: Yes Yes Yes Yes
33772026-03-20T12:18:26.194Z Lane 0 Lane 1 Lane 2 Lane 3
33782026-03-20T12:18:26.194Z State: Activated Activated test switchport::test::test_print_sff_datapath ... okActivated
33792026-03-20T12:18:26.194ZActivated
33802026-03-20T12:18:26.194Z Rx Output Enabled: false false false false
33812026-03-20T12:18:26.194Z Rx Output Status: valid valid valid valid
33822026-03-20T12:18:26.194Z Rx Loss-of-lock: true true true true
33832026-03-20T12:18:26.194Z Rx Loss-of-signal: false false false false
33842026-03-20T12:18:26.194ZRx Auto-squelch Disable: true true true true
33852026-03-20T12:18:26.194Z Tx Output Enabled: true true true true
33862026-03-20T12:18:26.194Z Tx Output Status: invalid invalid invalid invalid
33872026-03-20T12:18:26.194Z Tx Loss-of-lock: false false false false
33882026-03-20T12:18:26.194Z Tx Loss-of-signal: true true true true
33892026-03-20T12:18:26.194ZTx Auto-squelch Disable: false false false false
33902026-03-20T12:18:26.194Z Tx Adaptive EQ Fail: true true true true
33912026-03-20T12:18:26.194Z Tx Failure: false false false false
33922026-03-20T12:18:26.194Z Tx Force Squelch: true true true true
33932026-03-20T12:18:26.194Z Tx Input Polarity: normal normal normal normal
33942026-03-20T12:18:26.194Ztest switchport::test::test_print_cmis_datapath ... ok
33952026-03-20T12:18:26.197Ztest link::test_filter ... ok
33962026-03-20T12:18:26.197Z
33972026-03-20T12:18:26.197Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33982026-03-20T12:18:26.198Z
33992026-03-20T12:18:26.198Z Running tests/counters.rs (target/debug/deps/counters-d26fc5a60172399f)
34002026-03-20T12:18:26.200Z
34012026-03-20T12:18:26.200Zrunning 1 test
34022026-03-20T12:18:26.200Ztest test_p4_counter_list ... ignored
34032026-03-20T12:18:26.200Z
34042026-03-20T12:18:26.200Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
34052026-03-20T12:18:26.200Z
34062026-03-20T12:18:26.200Z Running tests/port-link.rs (target/debug/deps/port_link-ac02ed42f3a26534)
34072026-03-20T12:18:26.203Z
34082026-03-20T12:18:26.203Zrunning 5 tests
34092026-03-20T12:18:26.203Ztest test_an ... ignored
34102026-03-20T12:18:26.203Ztest test_enable ... ignored
34112026-03-20T12:18:26.203Ztest test_ip_addresses ... ignored
34122026-03-20T12:18:26.203Ztest test_kr ... ignored
34132026-03-20T12:18:26.203Ztest test_mac ... ignored
34142026-03-20T12:18:26.203Z
34152026-03-20T12:18:26.203Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
34162026-03-20T12:18:26.204Z
34172026-03-20T12:18:26.207Z Running unittests src/main.rs (target/debug/deps/tfportd-40270ce48812325a)
34182026-03-20T12:18:26.209Z
34192026-03-20T12:18:26.209Zrunning 3 tests
34202026-03-20T12:18:26.212Ztest linklocal::test_parse_ipadm ... ok
34212026-03-20T12:18:26.212Ztest tfport::test_parse_tfport ... ok
34222026-03-20T12:18:26.212Ztest config::tests::test_updates ... ok
34232026-03-20T12:18:26.212Z
34242026-03-20T12:18:26.212Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34252026-03-20T12:18:26.212Z
34262026-03-20T12:18:26.212Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
34272026-03-20T12:18:26.217Z
34282026-03-20T12:18:26.217Zrunning 0 tests
34292026-03-20T12:18:26.217Z
34302026-03-20T12:18:26.220Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34312026-03-20T12:18:26.220Z
34322026-03-20T12:18:26.220Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
34332026-03-20T12:18:26.223Z
34342026-03-20T12:18:26.223Zrunning 0 tests
34352026-03-20T12:18:26.223Z
34362026-03-20T12:18:26.223Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34372026-03-20T12:18:26.223Z
34382026-03-20T12:18:26.226Z Doc-tests aal
34392026-03-20T12:18:26.439Z
34402026-03-20T12:18:26.439Zrunning 0 tests
34412026-03-20T12:18:26.439Z
34422026-03-20T12:18:26.442Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34432026-03-20T12:18:26.442Z
34442026-03-20T12:18:26.456Z Doc-tests aal_macros
34452026-03-20T12:18:26.547Z
34462026-03-20T12:18:26.547Zrunning 0 tests
34472026-03-20T12:18:26.547Z
34482026-03-20T12:18:26.547Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34492026-03-20T12:18:26.547Z
34502026-03-20T12:18:26.559Z Doc-tests common
34512026-03-20T12:18:26.871Z
34522026-03-20T12:18:26.871Zrunning 0 tests
34532026-03-20T12:18:26.871Z
34542026-03-20T12:18:26.871Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34552026-03-20T12:18:26.871Z
34562026-03-20T12:18:26.893Z Doc-tests dpd_api
34572026-03-20T12:18:28.457Z
34582026-03-20T12:18:28.457Zrunning 2 tests
34592026-03-20T12:18:28.457Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 101) ... ignored
34602026-03-20T12:18:28.457Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 107) ... ignored
34612026-03-20T12:18:28.457Z
34622026-03-20T12:18:28.457Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
34632026-03-20T12:18:28.457Z
34642026-03-20T12:18:28.502Z Doc-tests dpd_client
34652026-03-20T12:18:30.347Z
34662026-03-20T12:18:30.347Zrunning 0 tests
34672026-03-20T12:18:30.347Z
34682026-03-20T12:18:30.347Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34692026-03-20T12:18:30.347Z
34702026-03-20T12:18:30.399Z Doc-tests dpd_types
34712026-03-20T12:18:30.841Z
34722026-03-20T12:18:30.842Zrunning 0 tests
34732026-03-20T12:18:30.842Z
34742026-03-20T12:18:30.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34752026-03-20T12:18:30.842Z
34762026-03-20T12:18:30.874Z Doc-tests packet
34772026-03-20T12:18:31.016Z
34782026-03-20T12:18:31.016Zrunning 0 tests
34792026-03-20T12:18:31.016Z
34802026-03-20T12:18:31.016Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34812026-03-20T12:18:31.016Z
34822026-03-20T12:18:31.032Z Doc-tests pcap
34832026-03-20T12:18:31.098Z
34842026-03-20T12:18:31.098Zrunning 0 tests
34852026-03-20T12:18:31.098Z
34862026-03-20T12:18:31.098Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34872026-03-20T12:18:31.098Z
34882026-03-20T12:18:31.151Zprocess exited: duration 842862 ms, exit code 0
 
34892026-03-20T12:18:31.158Zfound 0 output files