01KK0D94Q516EM4HM8NMJAHC12: test

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

Buildomat Job: 01KK0D9JAR1XPTQ5ATFW47WZSR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-06T01:49:11.492Zjob assigned to worker 01KK0D9RV9E4Z4X5AN9ZQABXGV [factory aws, i-0902b636f835a47e0] (queued for 54 s)
 
22026-03-06T01:49:19.790Zstarting task 0: "setup"
32026-03-06T01:49:19.795Z++ uname -s
42026-03-06T01:49:19.798Z+ kern=SunOS
52026-03-06T01:49:19.798Z+ build_user=build
62026-03-06T01:49:19.798Z+ build_uid=12345
72026-03-06T01:49:19.798Z+ work_dir=/work
82026-03-06T01:49:19.798Z+ input_dir=/input
92026-03-06T01:49:19.798Z+ [[ 0 == 12345 ]]
102026-03-06T01:49:19.798Z+ case "$kern" in
112026-03-06T01:49:19.798Z+ groupadd -g 12345 build
122026-03-06T01:49:19.801Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-06T01:49:21.807Z+ zfs create -o mountpoint=/work rpool/work
142026-03-06T01:49:21.933Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-06T01:49:21.935Z+ home_fs=zfs
162026-03-06T01:49:21.936Z+ [[ zfs == autofs ]]
172026-03-06T01:49:21.936Z+ mkdir -p /home/build
182026-03-06T01:49:21.938Z+ chown build:build /home/build /work
192026-03-06T01:49:23.940Z+ chmod 0700 /home/build /work
202026-03-06T01:49:23.944Zprocess exited: duration 4154 ms, exit code 0
 
212026-03-06T01:49:23.953Zstarting task 1: "rust-toolchain"
222026-03-06T01:49:23.960Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-03-06T01:49:23.960Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-06T01:49:23.960Z * rust toolchain channel = "1.90.0"
252026-03-06T01:49:23.960Z * rust toolchain profile = "default"
262026-03-06T01:49:23.961Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-06T01:49:23.961Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-06T01:49:23.965Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-06T01:49:23.965Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-03-06T01:49:24.064Zinfo: downloading installer
312026-03-06T01:49:25.951Zwarn: It looks like you have an existing installation of Rust at:
322026-03-06T01:49:25.951Zwarn: /opt/ooce/bin
332026-03-06T01:49:25.951Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-06T01:49:25.951Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-06T01:49:25.951Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-06T01:49:25.951Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-06T01:49:25.951Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-06T01:49:25.951Zerror: cannot install while Rust is installed
392026-03-06T01:49:25.951Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-06T01:49:25.964Zinfo: profile set to 'default'
412026-03-06T01:49:25.964Zinfo: default host triple is x86_64-unknown-illumos
422026-03-06T01:49:25.967Zinfo: syncing channel updates for '1.90.0-x86_64-unknown-illumos'
432026-03-06T01:49:26.176Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
442026-03-06T01:49:26.176Zinfo: downloading component 'cargo'
452026-03-06T01:49:27.740Zinfo: downloading component 'clippy'
462026-03-06T01:49:28.440Zinfo: downloading component 'rust-docs'
472026-03-06T01:49:30.534Zinfo: downloading component 'rust-std'
482026-03-06T01:49:33.030Zinfo: downloading component 'rustc'
492026-03-06T01:49:42.583Zinfo: downloading component 'rustfmt'
502026-03-06T01:49:43.096Zinfo: installing component 'cargo'
512026-03-06T01:49:44.012Zinfo: installing component 'clippy'
522026-03-06T01:49:44.410Zinfo: installing component 'rust-docs'
532026-03-06T01:49:46.261Zinfo: installing component 'rust-std'
542026-03-06T01:49:48.207Zinfo: installing component 'rustc'
552026-03-06T01:49:54.845Zinfo: installing component 'rustfmt'
562026-03-06T01:49:55.184Zinfo: default toolchain set to '1.90.0-x86_64-unknown-illumos'
572026-03-06T01:49:55.184Z
582026-03-06T01:49:55.632Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
592026-03-06T01:49:55.632Z
602026-03-06T01:49:55.632Z
612026-03-06T01:49:55.632ZRust is installed now. Great!
622026-03-06T01:49:55.633Z
632026-03-06T01:49:55.633ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-06T01:49:55.633Zenvironment variable. This has not been done automatically.
652026-03-06T01:49:55.633Z
662026-03-06T01:49:55.633ZTo configure your current shell, you need to source
672026-03-06T01:49:55.633Zthe corresponding env file under $HOME/.cargo.
682026-03-06T01:49:55.633Z
692026-03-06T01:49:55.633ZThis is usually done by running one of the following (note the leading DOT):
702026-03-06T01:49:55.633Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-06T01:49:55.633Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-06T01:49:55.633Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-06T01:49:55.753Z+ rustup --version
742026-03-06T01:49:55.767Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-06T01:49:55.767Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-06T01:49:55.854Zinfo: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
772026-03-06T01:49:55.858Z+ cargo --version
782026-03-06T01:49:55.925Zcargo 1.90.0 (840b83a10 2025-07-30)
792026-03-06T01:49:55.928Z+ rustc --version
802026-03-06T01:49:56.005Zrustc 1.90.0 (1159e78c4 2025-09-14)
812026-03-06T01:49:56.009Zprocess exited: duration 32050 ms, exit code 0
 
822026-03-06T01:49:56.015Zstarting task 2: "authentication"
832026-03-06T01:49:56.038Zprocess exited: duration 22 ms, exit code 0
 
842026-03-06T01:49:56.045Zstarting task 3: "clone repository"
852026-03-06T01:49:56.049Z+ mkdir -p /work/oxidecomputer/dendrite
862026-03-06T01:49:56.053Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
872026-03-06T01:49:56.087ZCloning into '/work/oxidecomputer/dendrite'...
882026-03-06T01:49:57.107Z+ cd /work/oxidecomputer/dendrite
892026-03-06T01:49:57.107Z+ git fetch origin fab5e87e5d6d0bef49ddad3fbb09234cbbb68da1
902026-03-06T01:49:57.345ZFrom https://github.com/oxidecomputer/dendrite
912026-03-06T01:49:57.346Z * branch fab5e87e5d6d0bef49ddad3fbb09234cbbb68da1 -> FETCH_HEAD
922026-03-06T01:49:57.354Z+ [[ -n zl/p4-stages-18-cleanup ]]
932026-03-06T01:49:57.358Z++ git branch --show-current
942026-03-06T01:49:57.359Z+ current=main
952026-03-06T01:49:57.359Z+ [[ main != zl/p4-stages-18-cleanup ]]
962026-03-06T01:49:57.359Z+ git branch -f zl/p4-stages-18-cleanup fab5e87e5d6d0bef49ddad3fbb09234cbbb68da1
972026-03-06T01:49:57.363Z+ git checkout -f zl/p4-stages-18-cleanup
982026-03-06T01:49:57.389ZSwitched to branch 'zl/p4-stages-18-cleanup'
992026-03-06T01:49:57.393Z+ git reset --hard fab5e87e5d6d0bef49ddad3fbb09234cbbb68da1
1002026-03-06T01:49:57.417ZHEAD is now at fab5e87 merge in multicast-e2e
1012026-03-06T01:49:57.421Zprocess exited: duration 1372 ms, exit code 0
 
1022026-03-06T01:49:57.428Zstarting task 4: "build"
1032026-03-06T01:49:57.433Z+ source .github/buildomat/common.sh
1042026-03-06T01:49:57.433Z++ TOFINO_STAGES=18
1052026-03-06T01:49:57.433Z++ SDE_COMMIT=53519b8cf74fe832cc7838ea92683564ce4026f2
1062026-03-06T01:49:57.436Z++ SDE_PKG_SHA256=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0
1072026-03-06T01:49:57.436Z++ SDE_DEB_SHA256=90a18b65a6c65f4d15d5f75a00e42ae55a27ffaff2066061aa95feefbe85e163
1082026-03-06T01:49:57.436Z+++ uname -s
1092026-03-06T01:49:57.436Z++ '[' SunOS == SunOS ']'
1102026-03-06T01:49:57.436Z++ SERIES=illumos
1112026-03-06T01:49:57.440Z+++ uname -s
1122026-03-06T01:49:57.440Z++ '[' SunOS == SunOS ']'
1132026-03-06T01:49:57.440Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/53519b8cf74fe832cc7838ea92683564ce4026f2
1142026-03-06T01:49:57.440Z++ rustup show active-toolchain
1152026-03-06T01:49:57.489Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1162026-03-06T01:49:57.493Z+ source .github/buildomat/illumos.sh
1172026-03-06T01:49:57.497Z++ banner 'sde setup'
1182026-03-06T01:49:57.497Z
1192026-03-06T01:49:57.497Z #### ##### ###### #### ###### ##### # # #####
1202026-03-06T01:49:57.497Z # # # # # # # # # # #
1212026-03-06T01:49:57.497Z #### # # ##### #### ##### # # # # #
1222026-03-06T01:49:57.497Z # # # # # # # # # #####
1232026-03-06T01:49:57.497Z # # # # # # # # # # # #
1242026-03-06T01:49:57.497Z #### ##### ###### #### ###### # #### #
1252026-03-06T01:49:57.497Z
1262026-03-06T01:49:57.498Z++ export PKG=tofino_sde.p5p
1272026-03-06T01:49:57.498Z++ PKG=tofino_sde.p5p
1282026-03-06T01:49:57.498Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/53519b8cf74fe832cc7838ea92683564ce4026f2/tofino_sde.p5p
1292026-03-06T01:49:57.505Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-03-06T01:49:57.508Z Dload Upload Total Spent Left Speed
1312026-03-06T01:49:59.065Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 36 76.0M 36 28.0M 0 0 52.8M 0 0:00:01 --:--:-- 0:00:01 52.8M 96 76.0M 96 73.2M 0 0 47.8M 0 0:00:01 0:00:01 --:--:-- 47.8M 100 76.0M 100 76.0M 0 0 48.8M 0 0:00:01 0:00:01 --:--:-- 48.8M
1322026-03-06T01:49:59.068Z+++ digest -a sha256 tofino_sde.p5p
1332026-03-06T01:49:59.125Z++ SDE_CALC=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0
1342026-03-06T01:49:59.125Z++ '[' ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 '!=' ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 ']'
1352026-03-06T01:49:59.128Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1362026-03-06T01:50:09.049Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-06T01:50:19.823Z Startup: Caching catalogs ... Done
1382026-03-06T01:50:19.984Z Startup: Refreshing catalog 'oxide' ... Done
1392026-03-06T01:50:47.985ZPlanning: Solver setup ... Done
1402026-03-06T01:50:48.150ZPlanning: Running solver ... Done
1412026-03-06T01:50:48.326ZPlanning: Finding local manifests ... Done
1422026-03-06T01:50:48.329ZPlanning: Fetching manifests: 1/1 100% complete
1432026-03-06T01:50:48.336ZPlanning: Fetching manifests: 1/1 100% complete
1442026-03-06T01:50:48.356ZPlanning: Package planning ... Done
1452026-03-06T01:50:48.360ZPlanning: Merging actions ... Done
1462026-03-06T01:50:48.504ZPlanning: Checking for conflicting actions ... Done
1472026-03-06T01:50:48.507ZPlanning: Consolidating action changes ... Done
1482026-03-06T01:50:49.532ZPlanning: Evaluating mediators ... Done
1492026-03-06T01:50:49.535ZPlanning: Planning completed in 29.57 seconds
1502026-03-06T01:50:49.542Z Packages to install: 1
1512026-03-06T01:50:49.542Z Create boot environment: No
1522026-03-06T01:50:49.546ZCreate backup boot environment: No
1532026-03-06T01:50:49.593Z
1542026-03-06T01:50:49.593ZDownload: 0/242 items 0.0/75.3MB 0% complete
1552026-03-06T01:50:49.830ZDownload: Completed 75.30 MB in 0.24 seconds (318M/s)
1562026-03-06T01:50:50.016Z Actions: 1/293 actions (Installing new actions)
1572026-03-06T01:50:51.365Z Actions: Completed 293 actions in 1.35 seconds.
1582026-03-06T01:50:51.369Z Done
1592026-03-06T01:50:51.435Z Done
1602026-03-06T01:50:52.520Z Done
1612026-03-06T01:50:56.741Z Done
1622026-03-06T01:50:56.822Z Done
1632026-03-06T01:50:56.825Z Done
1642026-03-06T01:50:56.923Z Done
1652026-03-06T01:50:57.610Z++ export SDE=/opt/oxide/tofino_sde
1662026-03-06T01:50:57.610Z++ SDE=/opt/oxide/tofino_sde
1672026-03-06T01:50:57.610Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1682026-03-06T01:50:57.610Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1692026-03-06T01:50:57.610Z++ banner packages
1702026-03-06T01:50:57.613Z
1712026-03-06T01:50:57.613Z ##### ## #### # # ## #### ###### ####
1722026-03-06T01:50:57.613Z # # # # # # # # # # # # # #
1732026-03-06T01:50:57.613Z # # # # # #### # # # ##### ####
1742026-03-06T01:50:57.613Z ##### ###### # # # ###### # ### # #
1752026-03-06T01:50:57.613Z # # # # # # # # # # # # # #
1762026-03-06T01:50:57.613Z # # # #### # # # # #### ###### ####
1772026-03-06T01:50:57.613Z
1782026-03-06T01:50:57.613Z++ pfexec pkg install clang-15 pcap
1792026-03-06T01:50:58.217Z Startup: Refreshing catalog 'helios-dev' ... Done
1802026-03-06T01:50:58.220Z Startup: Refreshing catalog 'oxide' ... Done
1812026-03-06T01:51:22.107ZPlanning: Solver setup ... Done
1822026-03-06T01:51:22.277ZPlanning: Running solver ... Done
1832026-03-06T01:51:22.453ZPlanning: Finding local manifests ... Done
1842026-03-06T01:51:22.456ZPlanning: Fetching manifests: 0/2 0% complete
1852026-03-06T01:51:22.726ZPlanning: Fetching manifests: 2/2 100% complete
1862026-03-06T01:51:22.776ZPlanning: Package planning ... Done
1872026-03-06T01:51:22.824ZPlanning: Merging actions ... Done
1882026-03-06T01:51:22.994ZPlanning: Checking for conflicting actions ... Done
1892026-03-06T01:51:23.005ZPlanning: Consolidating action changes ... Done
1902026-03-06T01:51:23.470ZPlanning: Evaluating mediators ... Done
1912026-03-06T01:51:23.479ZPlanning: Planning completed in 25.26 seconds
1922026-03-06T01:51:23.491Z Packages to install: 2
1932026-03-06T01:51:23.491Z Mediators to change: 2
1942026-03-06T01:51:23.494Z Services to change: 1
1952026-03-06T01:51:23.494Z Create boot environment: No
1962026-03-06T01:51:23.494ZCreate backup boot environment: No
1972026-03-06T01:51:23.536Z
1982026-03-06T01:51:23.536ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1992026-03-06T01:51:28.537ZDownload: 1962/3076 items 117.7/211.3MB 55% complete (23.8M/s)
2002026-03-06T01:51:34.359ZDownload: 3031/3076 items 201.8/211.3MB 95% complete (22.3M/s)
2012026-03-06T01:51:35.833ZDownload: Completed 211.31 MB in 12.30 seconds (17.2M/s)
2022026-03-06T01:51:36.137Z Actions: 1/3418 actions (Installing new actions)
2032026-03-06T01:51:40.573Z Actions: Completed 3418 actions in 4.44 seconds.
2042026-03-06T01:51:41.239Z Done
2052026-03-06T01:51:41.239Z Done
2062026-03-06T01:51:42.355Z Done
2072026-03-06T01:51:46.504Z Done
2082026-03-06T01:51:46.596Z Done
2092026-03-06T01:51:46.602Z Done
2102026-03-06T01:51:46.772Z Done
2112026-03-06T01:51:46.951Z++ pfexec pkg set-mediator -V 15 clang llvm
2122026-03-06T01:51:47.267ZPlanning: Evaluating mediator changes ... Done
2132026-03-06T01:51:47.431ZPlanning: Checking for conflicting actions ... Done
2142026-03-06T01:51:47.434ZPlanning: Consolidating action changes ... Done
2152026-03-06T01:51:47.714ZPlanning: Evaluating mediators ... Done
2162026-03-06T01:51:47.717ZPlanning: Planning completed in 0.45 seconds
2172026-03-06T01:51:47.748Z Mediators to change: 2
2182026-03-06T01:51:47.748Z Create boot environment: No
2192026-03-06T01:51:47.748ZCreate backup boot environment: No
2202026-03-06T01:51:47.843Z Done
2212026-03-06T01:51:47.843Z Done
2222026-03-06T01:51:48.661Z Done
2232026-03-06T01:51:52.429Z Done
2242026-03-06T01:51:52.518Z Done
2252026-03-06T01:51:52.521Z Done
2262026-03-06T01:51:52.685Z Done
2272026-03-06T01:51:52.773Z++ cargo --version
2282026-03-06T01:51:52.831Zcargo 1.90.0 (840b83a10 2025-07-30)
2292026-03-06T01:51:52.834Z++ rustc --version
2302026-03-06T01:51:52.906Zrustc 1.90.0 (1159e78c4 2025-09-14)
2312026-03-06T01:51:52.909Z+ banner copyrights
2322026-03-06T01:51:52.912Z
2332026-03-06T01:51:52.912Z #### #### ##### # # ##### # #### # # ##### ####
2342026-03-06T01:51:52.912Z # # # # # # # # # # # # # # # # #
2352026-03-06T01:51:52.912Z # # # # # # # # # # ###### # ####
2362026-03-06T01:51:52.912Z # # # ##### # ##### # # ### # # # #
2372026-03-06T01:51:52.912Z # # # # # # # # # # # # # # # #
2382026-03-06T01:51:52.912Z #### #### # # # # # #### # # # ####
2392026-03-06T01:51:52.912Z
2402026-03-06T01:51:52.912Z+ ./tools/check_copyrights.sh
2412026-03-06T01:51:55.376Z+ banner clippy
2422026-03-06T01:51:55.379Z
2432026-03-06T01:51:55.379Z #### # # ##### ##### # #
2442026-03-06T01:51:55.379Z # # # # # # # # # #
2452026-03-06T01:51:55.379Z # # # # # # # #
2462026-03-06T01:51:55.379Z # # # ##### ##### #
2472026-03-06T01:51:55.379Z # # # # # # #
2482026-03-06T01:51:55.379Z #### ###### # # # #
2492026-03-06T01:51:55.379Z
2502026-03-06T01:51:55.379Z+ for feat in tofino_stub tofino_asic softnpu chaos
2512026-03-06T01:51:55.379Z+ cargo clippy --features tofino_stub -- --deny warnings
2522026-03-06T01:51:55.675Z Updating git repository `https://github.com/oxidecomputer/omicron`
2532026-03-06T01:52:08.315Z Updating crates.io index
2542026-03-06T01:52:08.318Z Updating git repository `https://github.com/illumos/smf-rs`
2552026-03-06T01:52:08.589Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562026-03-06T01:52:09.768Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2572026-03-06T01:52:10.082Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582026-03-06T01:52:10.343Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-03-06T01:52:11.607Z Updating git repository `https://github.com/oxidecomputer/ispf`
2602026-03-06T01:52:11.867Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2612026-03-06T01:52:12.221Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-03-06T01:52:12.548Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632026-03-06T01:52:12.868Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2642026-03-06T01:52:13.188Z Updating git repository `https://github.com/oxidecomputer/p4`
2652026-03-06T01:52:13.615Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662026-03-06T01:52:13.889Z Updating git repository `https://github.com/oxidecomputer/lldp`
2672026-03-06T01:52:14.317Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-03-06T01:52:15.188Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-03-06T01:52:15.408Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2702026-03-06T01:52:15.679Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2712026-03-06T01:52:15.988Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722026-03-06T01:52:16.547Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2732026-03-06T01:52:16.912Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2742026-03-06T01:52:17.178Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2752026-03-06T01:52:18.394Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-03-06T01:52:19.100Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772026-03-06T01:52:19.821Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782026-03-06T01:52:22.404Z Updating git repository `https://github.com/oxidecomputer/opte`
2792026-03-06T01:52:23.123Z Updating git repository `https://github.com/oxidecomputer/tofino`
2802026-03-06T01:52:23.381Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812026-03-06T01:52:23.717Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2822026-03-06T01:52:25.481Z Downloading crates ...
2832026-03-06T01:52:25.558Z Downloaded atomic-waker v1.1.2
2842026-03-06T01:52:25.562Z Downloaded anstyle-query v1.1.4
2852026-03-06T01:52:25.566Z Downloaded aead v0.5.2
2862026-03-06T01:52:25.571Z Downloaded byteorder v1.5.0
2872026-03-06T01:52:25.576Z Downloaded const_format_proc_macros v0.2.34
2882026-03-06T01:52:25.579Z Downloaded defmt v1.0.1
2892026-03-06T01:52:25.584Z Downloaded adler2 v2.0.1
2902026-03-06T01:52:25.589Z Downloaded aho-corasick v1.1.3
2912026-03-06T01:52:25.596Z Downloaded bcs v0.1.6
2922026-03-06T01:52:25.602Z Downloaded foreign-types v0.3.2
2932026-03-06T01:52:25.606Z Downloaded form_urlencoded v1.2.2
2942026-03-06T01:52:25.609Z Downloaded cexpr v0.6.0
2952026-03-06T01:52:25.615Z Downloaded base16ct v0.2.0
2962026-03-06T01:52:25.620Z Downloaded futures-core v0.3.32
2972026-03-06T01:52:25.623Z Downloaded bit-set v0.8.0
2982026-03-06T01:52:25.623Z Downloaded anstyle v1.0.11
2992026-03-06T01:52:25.626Z Downloaded dtrace-parser v0.2.0
3002026-03-06T01:52:25.630Z Downloaded globset v0.4.16
3012026-03-06T01:52:25.633Z Downloaded drift v0.1.3
3022026-03-06T01:52:25.638Z Downloaded futures-task v0.3.31
3032026-03-06T01:52:25.641Z Downloaded elliptic-curve v0.13.8
3042026-03-06T01:52:25.646Z Downloaded bitflags v1.3.2
3052026-03-06T01:52:25.651Z Downloaded cpufeatures v0.2.17
3062026-03-06T01:52:25.656Z Downloaded foreign-types-shared v0.1.1
3072026-03-06T01:52:25.659Z Downloaded defmt v0.3.100
3082026-03-06T01:52:25.662Z Downloaded clap_lex v0.7.5
3092026-03-06T01:52:25.665Z Downloaded icu_normalizer v2.0.0
3102026-03-06T01:52:25.669Z Downloaded flate2 v1.1.2
3112026-03-06T01:52:25.674Z Downloaded hubpack_derive v0.1.1
3122026-03-06T01:52:25.677Z Downloaded heapless v0.8.0
3132026-03-06T01:52:25.682Z Downloaded defmt-macros v1.0.1
3142026-03-06T01:52:25.686Z Downloaded hyper-util v0.1.19
3152026-03-06T01:52:25.693Z Downloaded half v2.7.1
3162026-03-06T01:52:25.698Z Downloaded fixedbitset v0.4.2
3172026-03-06T01:52:25.701Z Downloaded anstream v0.6.20
3182026-03-06T01:52:25.704Z Downloaded git-stub v1.0.0
3192026-03-06T01:52:25.709Z Downloaded heck v0.4.1
3202026-03-06T01:52:25.713Z Downloaded futures-sink v0.3.31
3212026-03-06T01:52:25.717Z Downloaded hex v0.4.3
3222026-03-06T01:52:25.720Z Downloaded find-msvc-tools v0.1.2
3232026-03-06T01:52:25.724Z Downloaded deranged v0.5.3
3242026-03-06T01:52:25.724Z Downloaded dropshot-api-manager-types v0.5.2
3252026-03-06T01:52:25.728Z Downloaded hostname v0.3.1
3262026-03-06T01:52:25.731Z Downloaded hostname v0.4.2
3272026-03-06T01:52:25.734Z Downloaded daft v0.1.4
3282026-03-06T01:52:25.737Z Downloaded colored v3.0.0
3292026-03-06T01:52:25.741Z Downloaded foreign-types v0.5.0
3302026-03-06T01:52:25.744Z Downloaded git-stub-vcs v0.1.0
3312026-03-06T01:52:25.747Z Downloaded instant v0.1.13
3322026-03-06T01:52:25.751Z Downloaded futures-macro v0.3.31
3332026-03-06T01:52:25.754Z Downloaded arrayvec v0.7.6
3342026-03-06T01:52:25.757Z Downloaded hyper-tls v0.6.0
3352026-03-06T01:52:25.760Z Downloaded darling_macro v0.21.3
3362026-03-06T01:52:25.760Z Downloaded allocator-api2 v0.2.21
3372026-03-06T01:52:25.765Z Downloaded debug-ignore v1.0.5
3382026-03-06T01:52:25.768Z Downloaded inout v0.1.4
3392026-03-06T01:52:25.771Z Downloaded idna_adapter v1.2.1
3402026-03-06T01:52:25.775Z Downloaded cipher v0.4.4
3412026-03-06T01:52:25.778Z Downloaded is-terminal v0.4.16
3422026-03-06T01:52:25.781Z Downloaded group v0.13.0
3432026-03-06T01:52:25.784Z Downloaded internet-checksum v0.2.1
3442026-03-06T01:52:25.784Z Downloaded crc32fast v1.5.0
3452026-03-06T01:52:25.787Z Downloaded cobs v0.3.0
3462026-03-06T01:52:25.790Z Downloaded cargo_metadata v0.18.1
3472026-03-06T01:52:25.793Z Downloaded keccak v0.1.5
3482026-03-06T01:52:25.797Z Downloaded crossbeam-utils v0.8.21
3492026-03-06T01:52:25.800Z Downloaded clap v4.5.50
3502026-03-06T01:52:25.809Z Downloaded heck v0.5.0
3512026-03-06T01:52:25.814Z Downloaded lazy_static v1.5.0
3522026-03-06T01:52:25.817Z Downloaded kstat-rs v0.2.4
3532026-03-06T01:52:25.821Z Downloaded hubpack v0.1.2
3542026-03-06T01:52:25.821Z Downloaded cookie v0.18.1
3552026-03-06T01:52:25.824Z Downloaded crossbeam-epoch v0.9.18
3562026-03-06T01:52:25.827Z Downloaded libscf-sys v1.1.0
3572026-03-06T01:52:25.830Z Downloaded macaddr v1.0.1
3582026-03-06T01:52:25.833Z Downloaded match_cfg v0.1.0
3592026-03-06T01:52:25.836Z Downloaded displaydoc v0.2.5
3602026-03-06T01:52:25.839Z Downloaded mime v0.3.17
3612026-03-06T01:52:25.842Z Downloaded memoffset v0.9.1
3622026-03-06T01:52:25.845Z Downloaded fs-err v3.1.2
3632026-03-06T01:52:25.848Z Downloaded derive-ex v0.1.8
3642026-03-06T01:52:25.850Z Downloaded either v1.15.0
3652026-03-06T01:52:25.853Z Downloaded iana-time-zone v0.1.64
3662026-03-06T01:52:25.856Z Downloaded num v0.4.3
3672026-03-06T01:52:25.859Z Downloaded num-iter v0.1.45
3682026-03-06T01:52:25.862Z Downloaded num-conv v0.1.0
3692026-03-06T01:52:25.865Z Downloaded num_threads v0.1.7
3702026-03-06T01:52:25.865Z Downloaded newline-converter v0.3.0
3712026-03-06T01:52:25.868Z Downloaded darling v0.21.3
3722026-03-06T01:52:25.873Z Downloaded num-derive v0.4.2
3732026-03-06T01:52:25.876Z Downloaded num-derive v0.3.3
3742026-03-06T01:52:25.878Z Downloaded derive_more v0.99.20
3752026-03-06T01:52:25.884Z Downloaded openssl-probe v0.1.6
3762026-03-06T01:52:25.887Z Downloaded libsw-core v0.3.2
3772026-03-06T01:52:25.890Z Downloaded fastrand v2.3.0
3782026-03-06T01:52:25.893Z Downloaded ipnetwork v0.21.1
3792026-03-06T01:52:25.896Z Downloaded ingot-types v0.1.2
3802026-03-06T01:52:25.899Z Downloaded linear-map v1.2.0
3812026-03-06T01:52:25.902Z Downloaded libsw v3.5.0
3822026-03-06T01:52:25.905Z Downloaded ipnet v2.11.0
3832026-03-06T01:52:25.908Z Downloaded percent-encoding v2.3.2
3842026-03-06T01:52:25.908Z Downloaded omicron-workspace-hack v0.1.0
3852026-03-06T01:52:25.911Z Downloaded humantime v2.3.0
3862026-03-06T01:52:25.914Z Downloaded httparse v1.10.1
3872026-03-06T01:52:25.917Z Downloaded futures-channel v0.3.31
3882026-03-06T01:52:25.920Z Downloaded parse-display v0.10.0
3892026-03-06T01:52:25.923Z Downloaded phf_shared v0.12.1
3902026-03-06T01:52:25.923Z Downloaded clang-sys v1.8.1
3912026-03-06T01:52:25.926Z Downloaded pin-utils v0.1.0
3922026-03-06T01:52:25.930Z Downloaded potential_utf v0.1.3
3932026-03-06T01:52:25.933Z Downloaded proc-macro-crate v1.3.1
3942026-03-06T01:52:25.933Z Downloaded lock_api v0.4.13
3952026-03-06T01:52:25.936Z Downloaded futures v0.3.31
3962026-03-06T01:52:25.941Z Downloaded proc-macro-error-attr2 v2.0.0
3972026-03-06T01:52:25.944Z Downloaded num-integer v0.1.46
3982026-03-06T01:52:25.947Z Downloaded num_enum v0.5.11
3992026-03-06T01:52:25.951Z Downloaded highway v1.3.0
4002026-03-06T01:52:25.954Z Downloaded bytes v1.11.1
4012026-03-06T01:52:25.959Z Downloaded chacha20poly1305 v0.10.1
4022026-03-06T01:52:25.962Z Downloaded progenitor-client v0.10.0
4032026-03-06T01:52:25.965Z Downloaded progenitor-macro v0.11.1
4042026-03-06T01:52:25.968Z Downloaded progenitor-macro v0.13.0
4052026-03-06T01:52:25.971Z Downloaded indexmap v1.9.3
4062026-03-06T01:52:25.974Z Downloaded rand_chacha v0.3.1
4072026-03-06T01:52:25.974Z Downloaded progenitor-macro v0.10.0
4082026-03-06T01:52:25.979Z Downloaded cc v1.2.38
4092026-03-06T01:52:25.982Z Downloaded num_enum_derive v0.7.5
4102026-03-06T01:52:25.985Z Downloaded owo-colors v4.3.0
4112026-03-06T01:52:25.988Z Downloaded password-hash v0.5.0
4122026-03-06T01:52:25.988Z Downloaded darling_core v0.21.3
4132026-03-06T01:52:25.993Z Downloaded native-tls v0.2.14
4142026-03-06T01:52:25.996Z Downloaded ref-cast v1.0.25
4152026-03-06T01:52:26.000Z Downloaded ref-cast-impl v1.0.25
4162026-03-06T01:52:26.003Z Downloaded quick-error v1.2.3
4172026-03-06T01:52:26.006Z Downloaded rand_xorshift v0.4.0
4182026-03-06T01:52:26.006Z Downloaded oxnet v0.1.4
4192026-03-06T01:52:26.009Z Downloaded paste v1.0.15
4202026-03-06T01:52:26.012Z Downloaded icu_provider v2.0.0
4212026-03-06T01:52:26.016Z Downloaded pkg-config v0.3.32
4222026-03-06T01:52:26.019Z Downloaded phf v0.12.1
4232026-03-06T01:52:26.022Z Downloaded pem v3.0.5
4242026-03-06T01:52:26.025Z Downloaded pin-project-internal v1.1.10
4252026-03-06T01:52:26.027Z Downloaded rustc-hash v2.1.1
4262026-03-06T01:52:26.028Z Downloaded poly1305 v0.8.0
4272026-03-06T01:52:26.031Z Downloaded ppv-lite86 v0.2.21
4282026-03-06T01:52:26.035Z Downloaded proc-macro-error v1.0.4
4292026-03-06T01:52:26.038Z Downloaded rustc_version v0.4.1
4302026-03-06T01:52:26.041Z Downloaded rustc_version v0.1.7
4312026-03-06T01:52:26.043Z Downloaded progenitor v0.11.1
4322026-03-06T01:52:26.046Z Downloaded progenitor-client v0.11.1
4332026-03-06T01:52:26.046Z Downloaded progenitor v0.10.0
4342026-03-06T01:52:26.049Z Downloaded proc-macro-error2 v2.0.1
4352026-03-06T01:52:26.052Z Downloaded const_format v0.2.34
4362026-03-06T01:52:26.057Z Downloaded parking_lot_core v0.9.11
4372026-03-06T01:52:26.060Z Downloaded search_path v0.1.4
4382026-03-06T01:52:26.063Z Downloaded progenitor-client v0.13.0
4392026-03-06T01:52:26.066Z Downloaded progenitor v0.13.0
4402026-03-06T01:52:26.069Z Downloaded memmap2 v0.9.8
4412026-03-06T01:52:26.072Z Downloaded parking_lot v0.12.4
4422026-03-06T01:52:26.075Z Downloaded same-file v1.0.6
4432026-03-06T01:52:26.075Z Downloaded log v0.4.29
4442026-03-06T01:52:26.078Z Downloaded rand_core v0.9.3
4452026-03-06T01:52:26.081Z Downloaded scroll_derive v0.13.1
4462026-03-06T01:52:26.084Z Downloaded dropshot_endpoint v0.16.7
4472026-03-06T01:52:26.087Z Downloaded pest_meta v2.8.2
4482026-03-06T01:52:26.089Z Downloaded powerfmt v0.2.0
4492026-03-06T01:52:26.092Z Downloaded icu_properties v2.0.1
4502026-03-06T01:52:26.095Z Downloaded resolv-conf v0.7.5
4512026-03-06T01:52:26.098Z Downloaded serde_repr v0.1.20
4522026-03-06T01:52:26.098Z Downloaded omicron-zone-package v0.12.2
4532026-03-06T01:52:26.102Z Downloaded sha1 v0.10.6
4542026-03-06T01:52:26.105Z Downloaded semver v0.1.20
4552026-03-06T01:52:26.108Z Downloaded secrecy v0.10.3
4562026-03-06T01:52:26.108Z Downloaded scroll_derive v0.12.1
4572026-03-06T01:52:26.111Z Downloaded rand_chacha v0.9.0
4582026-03-06T01:52:26.114Z Downloaded num-traits v0.2.19
4592026-03-06T01:52:26.116Z Downloaded curl v0.4.49
4602026-03-06T01:52:26.119Z Downloaded pin-project-lite v0.2.16
4612026-03-06T01:52:26.125Z Downloaded slog-bunyan v2.5.0
4622026-03-06T01:52:26.128Z Downloaded serde_urlencoded v0.7.1
4632026-03-06T01:52:26.130Z Downloaded signal-hook-tokio v0.3.1
4642026-03-06T01:52:26.130Z Downloaded serde_plain v1.0.2
4652026-03-06T01:52:26.167Z Downloaded papergrid v0.11.0
4662026-03-06T01:52:26.167Z Downloaded icu_normalizer_data v2.0.0
4672026-03-06T01:52:26.167Z Downloaded icu_locale_core v2.0.0
4682026-03-06T01:52:26.167Z Downloaded stable_deref_trait v1.2.0
4692026-03-06T01:52:26.167Z Downloaded siphasher v1.0.1
4702026-03-06T01:52:26.167Z Downloaded scroll v0.13.0
4712026-03-06T01:52:26.167Z Downloaded quote v1.0.44
4722026-03-06T01:52:26.167Z Downloaded structmeta v0.3.0
4732026-03-06T01:52:26.167Z Downloaded swrite v0.1.0
4742026-03-06T01:52:26.167Z Downloaded smawk v0.3.2
4752026-03-06T01:52:26.167Z Downloaded sigpipe v0.1.3
4762026-03-06T01:52:26.167Z Downloaded semver v1.0.27
4772026-03-06T01:52:26.167Z Downloaded quinn-udp v0.5.14
4782026-03-06T01:52:26.172Z Downloaded postcard v1.1.3
4792026-03-06T01:52:26.172Z Downloaded jiff-static v0.2.15
4802026-03-06T01:52:26.175Z Downloaded crypto-bigint v0.5.5
4812026-03-06T01:52:26.179Z Downloaded serde_path_to_error v0.1.20
4822026-03-06T01:52:26.182Z Downloaded sync_wrapper v1.0.2
4832026-03-06T01:52:26.185Z Downloaded crossbeam-channel v0.5.15
4842026-03-06T01:52:26.188Z Downloaded sha2 v0.10.9
4852026-03-06T01:52:26.193Z Downloaded strsim v0.11.1
4862026-03-06T01:52:26.196Z Downloaded schemars_derive v0.8.22
4872026-03-06T01:52:26.196Z Downloaded serde_tokenstream v0.2.3
4882026-03-06T01:52:26.199Z Downloaded signal-hook-registry v1.4.6
4892026-03-06T01:52:26.199Z Downloaded shlex v1.3.0
4902026-03-06T01:52:26.202Z Downloaded supports-color v3.0.2
4912026-03-06T01:52:26.202Z Downloaded strum v0.27.2
4922026-03-06T01:52:26.205Z Downloaded papergrid v0.17.0
4932026-03-06T01:52:26.208Z Downloaded slog-async v2.8.0
4942026-03-06T01:52:26.211Z Downloaded tabwriter v1.4.1
4952026-03-06T01:52:26.214Z Downloaded tabled_derive v0.11.0
4962026-03-06T01:52:26.214Z Downloaded structmeta-derive v0.3.0
4972026-03-06T01:52:26.217Z Downloaded strum v0.26.3
4982026-03-06T01:52:26.217Z Downloaded termtree v0.5.1
4992026-03-06T01:52:26.220Z Downloaded slog-dtrace v0.3.0
5002026-03-06T01:52:26.224Z Downloaded smf v0.2.3
5012026-03-06T01:52:26.225Z Downloaded terminal_size v0.4.3
5022026-03-06T01:52:26.228Z Downloaded icu_collections v2.0.0
5032026-03-06T01:52:26.232Z Downloaded snafu-derive v0.8.9
5042026-03-06T01:52:26.235Z Downloaded rand_core v0.6.4
5052026-03-06T01:52:26.235Z Downloaded pin-project v1.1.10
5062026-03-06T01:52:26.244Z Downloaded thread-id v4.2.2
5072026-03-06T01:52:26.247Z Downloaded tabled_derive v0.7.0
5082026-03-06T01:52:26.250Z Downloaded subtle v2.6.1
5092026-03-06T01:52:26.250Z Downloaded static_assertions v1.1.0
5102026-03-06T01:52:26.253Z Downloaded prettyplease v0.2.37
5112026-03-06T01:52:26.257Z Downloaded serde_derive_internals v0.29.1
5122026-03-06T01:52:26.257Z Downloaded indexmap v2.13.0
5132026-03-06T01:52:26.261Z Downloaded tinyvec_macros v0.1.1
5142026-03-06T01:52:26.264Z Downloaded thread-id v5.0.0
5152026-03-06T01:52:26.267Z Downloaded slab v0.4.11
5162026-03-06T01:52:26.267Z Downloaded testing_table v0.3.0
5172026-03-06T01:52:26.267Z Downloaded take_mut v0.2.2
5182026-03-06T01:52:26.271Z Downloaded proc-macro2 v1.0.106
5192026-03-06T01:52:26.273Z Downloaded rustversion v1.0.22
5202026-03-06T01:52:26.276Z Downloaded miniz_oxide v0.8.9
5212026-03-06T01:52:26.279Z Downloaded serde_spanned v1.0.4
5222026-03-06T01:52:26.279Z Downloaded serde_spanned v0.6.9
5232026-03-06T01:52:26.282Z Downloaded serde-big-array v0.5.1
5242026-03-06T01:52:26.282Z Downloaded scopeguard v1.2.0
5252026-03-06T01:52:26.285Z Downloaded rustls-pemfile v2.2.0
5262026-03-06T01:52:26.288Z Downloaded rusty-fork v0.3.0
5272026-03-06T01:52:26.291Z Downloaded slog-json v2.6.1
5282026-03-06T01:52:26.291Z Downloaded ryu v1.0.20
5292026-03-06T01:52:26.294Z Downloaded toml_write v0.1.2
5302026-03-06T01:52:26.297Z Downloaded time-core v0.1.6
5312026-03-06T01:52:26.300Z Downloaded thiserror-impl-no-std v2.0.2
5322026-03-06T01:52:26.300Z Downloaded tagptr v0.2.0
5332026-03-06T01:52:26.303Z Downloaded aws-lc-rs v1.14.0
5342026-03-06T01:52:26.309Z Downloaded spin v0.9.8
5352026-03-06T01:52:26.313Z Downloaded thiserror-no-std v2.0.2
5362026-03-06T01:52:26.317Z Downloaded thiserror-impl v1.0.69
5372026-03-06T01:52:26.320Z Downloaded openssl-sys v0.9.109
5382026-03-06T01:52:26.323Z Downloaded serde_yaml v0.9.34+deprecated
5392026-03-06T01:52:26.326Z Downloaded minimal-lexical v0.2.1
5402026-03-06T01:52:26.330Z Downloaded strum_macros v0.27.2
5412026-03-06T01:52:26.333Z Downloaded try-lock v0.2.5
5422026-03-06T01:52:26.336Z Downloaded tower-layer v0.3.3
5432026-03-06T01:52:26.336Z Downloaded dropshot-api-manager v0.5.2
5442026-03-06T01:52:26.339Z Downloaded topological-sort v0.2.2
5452026-03-06T01:52:26.342Z Downloaded tokio-dtrace v0.1.1
5462026-03-06T01:52:26.342Z Downloaded serde_with_macros v3.14.1
5472026-03-06T01:52:26.345Z Downloaded scroll v0.12.0
5482026-03-06T01:52:26.348Z Downloaded synstructure v0.13.2
5492026-03-06T01:52:26.348Z Downloaded progenitor-impl v0.13.0
5502026-03-06T01:52:26.352Z Downloaded progenitor-impl v0.10.0
5512026-03-06T01:52:26.355Z Downloaded tokio-rustls v0.25.0
5522026-03-06T01:52:26.355Z Downloaded tokio-native-tls v0.3.1
5532026-03-06T01:52:26.358Z Downloaded toml_datetime v0.6.11
5542026-03-06T01:52:26.358Z Downloaded tinystr v0.8.1
5552026-03-06T01:52:26.361Z Downloaded unarray v0.1.4
5562026-03-06T01:52:26.361Z Downloaded unicode-linebreak v0.1.5
5572026-03-06T01:52:26.364Z Downloaded unicode-xid v0.2.6
5582026-03-06T01:52:26.364Z Downloaded typify-macro v0.4.3
5592026-03-06T01:52:26.366Z Downloaded tower-service v0.3.3
5602026-03-06T01:52:26.367Z Downloaded litemap v0.8.0
5612026-03-06T01:52:26.370Z Downloaded universal-hash v0.5.1
5622026-03-06T01:52:26.370Z Downloaded untrusted v0.7.1
5632026-03-06T01:52:26.372Z Downloaded signal-hook v0.3.18
5642026-03-06T01:52:26.375Z Downloaded schemars v0.9.0
5652026-03-06T01:52:26.385Z Downloaded usdt-attr-macro v0.6.0
5662026-03-06T01:52:26.388Z Downloaded usdt-attr-macro v0.5.0
5672026-03-06T01:52:26.388Z Downloaded hashbrown v0.12.3
5682026-03-06T01:52:26.391Z Downloaded usdt v0.6.0
5692026-03-06T01:52:26.394Z Downloaded expectorate v1.2.0
5702026-03-06T01:52:26.394Z Downloaded thiserror-impl v2.0.18
5712026-03-06T01:52:26.397Z Downloaded smallvec v1.15.1
5722026-03-06T01:52:26.400Z Downloaded time-macros v0.2.24
5732026-03-06T01:52:26.400Z Downloaded term v1.2.0
5742026-03-06T01:52:26.403Z Downloaded utf8parse v0.2.2
5752026-03-06T01:52:26.406Z Downloaded usdt-macro v0.5.0
5762026-03-06T01:52:26.406Z Downloaded thiserror v1.0.69
5772026-03-06T01:52:26.410Z Downloaded utf8_iter v1.0.4
5782026-03-06T01:52:26.413Z Downloaded quinn v0.11.9
5792026-03-06T01:52:26.416Z Downloaded untrusted v0.9.0
5802026-03-06T01:52:26.419Z Downloaded schemars v0.8.22
5812026-03-06T01:52:26.428Z Downloaded typify-macro v0.6.1
5822026-03-06T01:52:26.432Z Downloaded waitgroup v0.1.2
5832026-03-06T01:52:26.432Z Downloaded wait-timeout v0.2.1
5842026-03-06T01:52:26.432Z Downloaded serde_core v1.0.228
5852026-03-06T01:52:26.435Z Downloaded version_check v0.9.5
5862026-03-06T01:52:26.438Z Downloaded rayon-core v1.13.0
5872026-03-06T01:52:26.441Z Downloaded thread_local v1.1.9
5882026-03-06T01:52:26.441Z Downloaded tokio-rustls v0.26.3
5892026-03-06T01:52:26.444Z Downloaded strum_macros v0.26.4
5902026-03-06T01:52:26.447Z Downloaded serde_derive v1.0.228
5912026-03-06T01:52:26.450Z Downloaded slog-term v2.9.2
5922026-03-06T01:52:26.450Z Downloaded xattr v1.6.1
5932026-03-06T01:52:26.453Z Downloaded tempfile v3.23.0
5942026-03-06T01:52:26.456Z Downloaded toml_writer v1.0.6+spec-1.1.0
5952026-03-06T01:52:26.456Z Downloaded want v0.3.1
5962026-03-06T01:52:26.459Z Downloaded memchr v2.7.5
5972026-03-06T01:52:26.462Z Downloaded progenitor-impl v0.11.1
5982026-03-06T01:52:26.465Z Downloaded socket2 v0.6.0
5992026-03-06T01:52:26.468Z Downloaded hickory-resolver v0.25.2
6002026-03-06T01:52:26.471Z Downloaded usdt v0.5.0
6012026-03-06T01:52:26.471Z Downloaded hickory-resolver v0.24.4
6022026-03-06T01:52:26.474Z Downloaded thiserror v2.0.18
6032026-03-06T01:52:26.479Z Downloaded yoke-derive v0.8.0
6042026-03-06T01:52:26.482Z Downloaded snafu v0.8.9
6052026-03-06T01:52:26.486Z Downloaded zeroize_derive v1.4.3
6062026-03-06T01:52:26.490Z Downloaded http v1.4.0
6072026-03-06T01:52:26.493Z Downloaded zerofrom v0.1.6
6082026-03-06T01:52:26.493Z Downloaded usdt-impl v0.6.0
6092026-03-06T01:52:26.493Z Downloaded test-strategy v0.4.3
6102026-03-06T01:52:26.497Z Downloaded rustls-pki-types v1.12.0
6112026-03-06T01:52:26.500Z Downloaded toml v0.8.23
6122026-03-06T01:52:26.503Z Downloaded tokio-stream v0.1.17
6132026-03-06T01:52:26.507Z Downloaded zerofrom-derive v0.1.6
6142026-03-06T01:52:26.510Z Downloaded vsss-rs v3.3.4
6152026-03-06T01:52:26.514Z Downloaded tokio-macros v2.6.0
6162026-03-06T01:52:26.514Z Downloaded idna v1.1.0
6172026-03-06T01:52:26.517Z Downloaded zone_cfg_derive v0.3.1
6182026-03-06T01:52:26.517Z Downloaded rustls-webpki v0.103.6
6192026-03-06T01:52:26.520Z Downloaded rand v0.8.5
6202026-03-06T01:52:26.523Z Downloaded tar v0.4.44
6212026-03-06T01:52:26.526Z Downloaded usdt-impl v0.5.0
6222026-03-06T01:52:26.526Z Downloaded toml_parser v1.0.6+spec-1.1.0
6232026-03-06T01:52:26.529Z Downloaded usdt-macro v0.6.0
6242026-03-06T01:52:26.529Z Downloaded tinyvec v1.10.0
6252026-03-06T01:52:26.532Z Downloaded similar v2.7.0
6262026-03-06T01:52:26.536Z Downloaded ucd-trie v0.1.7
6272026-03-06T01:52:26.539Z Downloaded toml v0.9.11+spec-1.1.0
6282026-03-06T01:52:26.542Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6292026-03-06T01:52:26.545Z Downloaded pest_derive v2.8.2
6302026-03-06T01:52:26.548Z Downloaded once_cell v1.21.3
6312026-03-06T01:52:26.548Z Downloaded walkdir v2.5.0
6322026-03-06T01:52:26.551Z Downloaded iddqd v0.3.17
6332026-03-06T01:52:26.556Z Downloaded tracing-attributes v0.1.30
6342026-03-06T01:52:26.559Z Downloaded zeroize v1.8.1
6352026-03-06T01:52:26.562Z Downloaded textwrap v0.16.2
6362026-03-06T01:52:26.565Z Downloaded slog v2.8.2
6372026-03-06T01:52:26.568Z Downloaded mio v1.0.4
6382026-03-06T01:52:26.571Z Downloaded yoke v0.8.0
6392026-03-06T01:52:26.574Z Downloaded pest v2.8.2
6402026-03-06T01:52:26.577Z Downloaded itertools v0.14.0
6412026-03-06T01:52:26.583Z Downloaded zerovec-derive v0.11.1
6422026-03-06T01:52:26.586Z Downloaded zone v0.3.1
6432026-03-06T01:52:26.586Z Downloaded zmij v1.0.17
6442026-03-06T01:52:26.589Z Downloaded nom v7.1.3
6452026-03-06T01:52:26.592Z Downloaded typify v0.4.3
6462026-03-06T01:52:26.595Z Downloaded qorb v0.4.1
6472026-03-06T01:52:26.599Z Downloaded rand v0.9.2
6482026-03-06T01:52:26.602Z Downloaded vergen v8.3.2
6492026-03-06T01:52:26.605Z Downloaded unsafe-libyaml v0.2.11
6502026-03-06T01:52:26.608Z Downloaded serde v1.0.228
6512026-03-06T01:52:26.611Z Downloaded tracing-core v0.1.34
6522026-03-06T01:52:26.614Z Downloaded steno v0.4.1
6532026-03-06T01:52:26.618Z Downloaded hashbrown v0.15.5
6542026-03-06T01:52:26.622Z Downloaded unicode-ident v1.0.24
6552026-03-06T01:52:26.625Z Downloaded typify v0.6.1
6562026-03-06T01:52:26.628Z Downloaded toml v0.7.8
6572026-03-06T01:52:26.632Z Downloaded iri-string v0.7.8
6582026-03-06T01:52:26.637Z Downloaded writeable v0.6.1
6592026-03-06T01:52:26.640Z Downloaded typenum v1.18.0
6602026-03-06T01:52:26.643Z Downloaded zerocopy-derive v0.7.35
6612026-03-06T01:52:26.646Z Downloaded schemars v1.2.0
6622026-03-06T01:52:26.659Z Downloaded toml_edit v0.22.27
6632026-03-06T01:52:26.663Z Downloaded hyper v1.8.1
6642026-03-06T01:52:26.668Z Downloaded hashbrown v0.16.1
6652026-03-06T01:52:26.673Z Downloaded whoami v1.6.1
6662026-03-06T01:52:26.676Z Downloaded clap_builder v4.5.50
6672026-03-06T01:52:26.681Z Downloaded ingot-macros v0.1.1
6682026-03-06T01:52:26.684Z Downloaded pest_generator v2.8.2
6692026-03-06T01:52:26.684Z Downloaded parse-display-derive v0.10.0
6702026-03-06T01:52:26.684Z Downloaded oxide-tokio-rt v0.1.2
6712026-03-06T01:52:26.687Z Downloaded derive-where v1.6.0
6722026-03-06T01:52:26.690Z Downloaded fs_extra v1.3.0
6732026-03-06T01:52:26.693Z Downloaded futures-util v0.3.31
6742026-03-06T01:52:26.702Z Downloaded uuid v1.20.0
6752026-03-06T01:52:26.705Z Downloaded tracing v0.1.41
6762026-03-06T01:52:26.708Z Downloaded itertools v0.12.1
6772026-03-06T01:52:26.714Z Downloaded hkdf v0.12.4
6782026-03-06T01:52:26.717Z Downloaded opaque-debug v0.3.1
6792026-03-06T01:52:26.720Z Downloaded toml_edit v0.19.15
6802026-03-06T01:52:26.733Z Downloaded url v2.5.7
6812026-03-06T01:52:26.736Z Downloaded blake3 v1.8.2
6822026-03-06T01:52:26.742Z Downloaded libm v0.2.15
6832026-03-06T01:52:26.752Z Downloaded typed-path v0.9.3
6842026-03-06T01:52:26.759Z Downloaded reqwest v0.13.2
6852026-03-06T01:52:26.762Z Downloaded icu_properties_data v2.0.1
6862026-03-06T01:52:26.770Z Downloaded num_enum_derive v0.5.11
6872026-03-06T01:52:26.772Z Downloaded num_enum v0.7.5
6882026-03-06T01:52:26.775Z Downloaded h2 v0.4.12
6892026-03-06T01:52:26.781Z Downloaded zerotrie v0.2.2
6902026-03-06T01:52:26.784Z Downloaded rayon v1.11.0
6912026-03-06T01:52:26.792Z Downloaded tower v0.5.2
6922026-03-06T01:52:26.800Z Downloaded reqwest v0.12.23
6932026-03-06T01:52:26.805Z Downloaded chrono v0.4.43
6942026-03-06T01:52:26.811Z Downloaded regex v1.12.3
6952026-03-06T01:52:26.816Z Downloaded portable-atomic v1.11.1
6962026-03-06T01:52:26.822Z Downloaded tokio-util v0.7.16
6972026-03-06T01:52:26.828Z Downloaded goblin v0.8.2
6982026-03-06T01:52:26.833Z Downloaded serde_json v1.0.149
6992026-03-06T01:52:26.839Z Downloaded time v0.3.44
7002026-03-06T01:52:26.847Z Downloaded unicode-normalization v0.1.24
7012026-03-06T01:52:26.850Z Downloaded bindgen v0.72.1
7022026-03-06T01:52:26.856Z Downloaded tough v0.20.0
7032026-03-06T01:52:26.863Z Downloaded git2 v0.19.0
7042026-03-06T01:52:26.870Z Downloaded tower-http v0.6.8
7052026-03-06T01:52:26.877Z Downloaded proptest v1.8.0
7062026-03-06T01:52:26.884Z Downloaded zerocopy-derive v0.8.27
7072026-03-06T01:52:26.890Z Downloaded unicode-segmentation v1.12.0
7082026-03-06T01:52:26.893Z Downloaded num-rational v0.4.2
7092026-03-06T01:52:26.896Z Downloaded num-complex v0.4.6
7102026-03-06T01:52:26.896Z Downloaded libloading v0.8.9
7112026-03-06T01:52:26.901Z Downloaded base64 v0.22.1
7122026-03-06T01:52:26.904Z Downloaded proc-macro-error-attr v1.0.4
7132026-03-06T01:52:26.904Z Downloaded pretty-hex v0.4.1
7142026-03-06T01:52:26.904Z Downloaded plain v0.2.3
7152026-03-06T01:52:26.907Z Downloaded rustls-webpki v0.102.8
7162026-03-06T01:52:26.922Z Downloaded zerovec v0.11.4
7172026-03-06T01:52:26.927Z Downloaded curve25519-dalek v4.1.3
7182026-03-06T01:52:26.935Z Downloaded winnow v0.5.40
7192026-03-06T01:52:26.942Z Downloaded goblin v0.10.1
7202026-03-06T01:52:26.948Z Downloaded serde_with v3.14.1
7212026-03-06T01:52:26.958Z Downloaded quinn-proto v0.11.13
7222026-03-06T01:52:26.964Z Downloaded ingot v0.1.1
7232026-03-06T01:52:26.967Z Downloaded zerocopy v0.7.35
7242026-03-06T01:52:26.980Z Downloaded hyper-rustls v0.27.7
7252026-03-06T01:52:26.983Z Downloaded openssl v0.10.73
7262026-03-06T01:52:26.991Z Downloaded moka v0.12.11
7272026-03-06T01:52:27.000Z Downloaded tabled v0.15.0
7282026-03-06T01:52:27.014Z Downloaded winnow v0.7.14
7292026-03-06T01:52:27.022Z Downloaded bstr v1.12.0
7302026-03-06T01:52:27.029Z Downloaded syn v1.0.109
7312026-03-06T01:52:27.038Z Downloaded vcpkg v0.2.15
7322026-03-06T01:52:27.075Z Downloaded tabled v0.20.0
7332026-03-06T01:52:27.090Z Downloaded webpki-roots v1.0.2
7342026-03-06T01:52:27.093Z Downloaded dropshot v0.16.7
7352026-03-06T01:52:27.113Z Downloaded hickory-proto v0.24.4
7362026-03-06T01:52:27.126Z Downloaded hickory-proto v0.25.2
7372026-03-06T01:52:27.139Z Downloaded nix v0.30.1
7382026-03-06T01:52:27.149Z Downloaded rustls v0.22.4
7392026-03-06T01:52:27.160Z Downloaded syn v2.0.117
7402026-03-06T01:52:27.170Z Downloaded zerocopy v0.8.27
7412026-03-06T01:52:27.190Z Downloaded unicode-width v0.2.1
7422026-03-06T01:52:27.195Z Downloaded rustix v1.1.2
7432026-03-06T01:52:27.216Z Downloaded unicode-width v0.1.14
7442026-03-06T01:52:27.221Z Downloaded smoltcp v0.11.0
7452026-03-06T01:52:27.231Z Downloaded regex-syntax v0.8.6
7462026-03-06T01:52:27.237Z Downloaded rustls v0.23.32
7472026-03-06T01:52:27.249Z Downloaded openapiv3 v2.2.0
7482026-03-06T01:52:27.256Z Downloaded rustix v0.38.44
7492026-03-06T01:52:27.277Z Downloaded regress v0.10.5
7502026-03-06T01:52:27.283Z Downloaded regex-automata v0.4.13
7512026-03-06T01:52:27.297Z Downloaded newtype-uuid v1.3.2
7522026-03-06T01:52:27.300Z Downloaded multer v3.1.0
7532026-03-06T01:52:27.301Z Downloaded cancel-safe-futures v0.1.5
7542026-03-06T01:52:27.304Z Downloaded erased-serde v0.3.31
7552026-03-06T01:52:27.307Z Downloaded http-body-util v0.1.3
7562026-03-06T01:52:27.307Z Downloaded embedded-io v0.6.1
7572026-03-06T01:52:27.310Z Downloaded openssl-macros v0.1.1
7582026-03-06T01:52:27.310Z Downloaded olpc-cjson v0.1.4
7592026-03-06T01:52:27.310Z Downloaded jobserver v0.1.34
7602026-03-06T01:52:27.313Z Downloaded newtype_derive v0.1.6
7612026-03-06T01:52:27.313Z Downloaded newtype-uuid-macros v0.1.0
7622026-03-06T01:52:27.313Z Downloaded memmap v0.7.0
7632026-03-06T01:52:27.316Z Downloaded console v0.15.11
7642026-03-06T01:52:27.316Z Downloaded camino-tempfile v1.4.1
7652026-03-06T01:52:27.319Z Downloaded managed v0.8.0
7662026-03-06T01:52:27.319Z Downloaded lru-cache v0.1.2
7672026-03-06T01:52:27.319Z Downloaded linked-hash-map v0.5.6
7682026-03-06T01:52:27.322Z Downloaded lru-slab v0.1.2
7692026-03-06T01:52:27.322Z Downloaded indent_write v2.2.0
7702026-03-06T01:52:27.322Z Downloaded digest v0.10.7
7712026-03-06T01:52:27.325Z Downloaded ciborium v0.2.2
7722026-03-06T01:52:27.325Z Downloaded glob v0.3.3
7732026-03-06T01:52:27.329Z Downloaded foldhash v0.1.5
7742026-03-06T01:52:27.329Z Downloaded ff v0.13.1
7752026-03-06T01:52:27.329Z Downloaded is_terminal_polyfill v1.70.1
7762026-03-06T01:52:27.332Z Downloaded errno v0.3.14
7772026-03-06T01:52:27.332Z Downloaded anyhow v1.0.100
7782026-03-06T01:52:27.335Z Downloaded itoa v1.0.15
7792026-03-06T01:52:27.338Z Downloaded is_ci v1.2.0
7802026-03-06T01:52:27.338Z Downloaded httpdate v1.0.3
7812026-03-06T01:52:27.338Z Downloaded camino v1.2.2
7822026-03-06T01:52:27.341Z Downloaded filetime v0.2.26
7832026-03-06T01:52:27.341Z Downloaded anstyle-parse v0.2.7
7842026-03-06T01:52:27.344Z Downloaded foreign-types-macros v0.2.3
7852026-03-06T01:52:27.344Z Downloaded float-ord v0.3.2
7862026-03-06T01:52:27.344Z Downloaded autocfg v1.5.0
7872026-03-06T01:52:27.348Z Downloaded ident_case v1.0.1
7882026-03-06T01:52:27.348Z Downloaded dof v0.4.0
7892026-03-06T01:52:27.348Z Downloaded cfg-if v1.0.3
7902026-03-06T01:52:27.348Z Downloaded block-buffer v0.10.4
7912026-03-06T01:52:27.351Z Downloaded atomicwrites v0.4.4
7922026-03-06T01:52:27.351Z Downloaded colorchoice v1.0.4
7932026-03-06T01:52:27.351Z Downloaded http-body v1.0.1
7942026-03-06T01:52:27.351Z Downloaded fixedbitset v0.5.7
7952026-03-06T01:52:27.354Z Downloaded csv-core v0.1.12
7962026-03-06T01:52:27.354Z Downloaded libz-sys v1.1.22
7972026-03-06T01:52:27.372Z Downloaded crypto-common v0.1.6
7982026-03-06T01:52:27.375Z Downloaded crossbeam-deque v0.8.6
7992026-03-06T01:52:27.375Z Downloaded clap_derive v4.5.49
8002026-03-06T01:52:27.378Z Downloaded sha3 v0.10.8
8012026-03-06T01:52:27.381Z Downloaded async-stream v0.3.6
8022026-03-06T01:52:27.384Z Downloaded futures-executor v0.3.31
8032026-03-06T01:52:27.384Z Downloaded fnv v1.0.7
8042026-03-06T01:52:27.387Z Downloaded dtrace-parser v0.3.0
8052026-03-06T01:52:27.387Z Downloaded blake2 v0.10.6
8062026-03-06T01:52:27.387Z Downloaded futures-io v0.3.31
8072026-03-06T01:52:27.390Z Downloaded embedded-io v0.4.0
8082026-03-06T01:52:27.390Z Downloaded constant_time_eq v0.3.1
8092026-03-06T01:52:27.393Z Downloaded typify-impl v0.6.1
8102026-03-06T01:52:27.401Z Downloaded dof v0.3.0
8112026-03-06T01:52:27.404Z Downloaded critical-section v1.2.0
8122026-03-06T01:52:27.404Z Downloaded cmake v0.1.54
8132026-03-06T01:52:27.407Z Downloaded chacha20 v0.9.1
8142026-03-06T01:52:27.407Z Downloaded argon2 v0.5.3
8152026-03-06T01:52:27.411Z Downloaded typify-impl v0.4.3
8162026-03-06T01:52:27.418Z Downloaded dyn-clone v1.0.20
8172026-03-06T01:52:27.421Z Downloaded base64ct v1.8.0
8182026-03-06T01:52:27.424Z Downloaded cfg_aliases v0.2.1
8192026-03-06T01:52:27.424Z Downloaded enum-as-inner v0.6.1
8202026-03-06T01:52:27.424Z Downloaded daft-derive v0.1.4
8212026-03-06T01:52:27.427Z Downloaded bytecount v0.6.9
8222026-03-06T01:52:27.430Z Downloaded getrandom v0.2.16
8232026-03-06T01:52:27.433Z Downloaded foldhash v0.2.0
8242026-03-06T01:52:27.433Z Downloaded defmt-parser v1.0.0
8252026-03-06T01:52:27.433Z Downloaded crc8 v0.1.1
8262026-03-06T01:52:27.436Z Downloaded ciborium-io v0.2.2
8272026-03-06T01:52:27.436Z Downloaded cargo-platform v0.1.9
8282026-03-06T01:52:27.436Z Downloaded gethostname v0.5.0
8292026-03-06T01:52:27.436Z Downloaded generic-array v0.14.7
8302026-03-06T01:52:27.439Z Downloaded foreign-types-shared v0.3.1
8312026-03-06T01:52:27.439Z Downloaded display-error-chain v0.2.2
8322026-03-06T01:52:27.439Z Downloaded ciborium-ll v0.2.2
8332026-03-06T01:52:27.442Z Downloaded hash32 v0.3.1
8342026-03-06T01:52:27.442Z Downloaded getrandom v0.3.3
8352026-03-06T01:52:27.445Z Downloaded data-encoding v2.9.0
8362026-03-06T01:52:27.445Z Downloaded encoding_rs v0.8.35
8372026-03-06T01:52:27.463Z Downloaded backoff v0.4.0
8382026-03-06T01:52:27.466Z Downloaded hmac v0.12.1
8392026-03-06T01:52:27.466Z Downloaded dunce v1.0.5
8402026-03-06T01:52:27.466Z Downloaded cstr-argument v0.1.2
8412026-03-06T01:52:27.469Z Downloaded async-stream-impl v0.3.6
8422026-03-06T01:52:27.469Z Downloaded curve25519-dalek-derive v0.1.1
8432026-03-06T01:52:27.469Z Downloaded async-recursion v1.1.1
8442026-03-06T01:52:27.472Z Downloaded arrayref v0.3.9
8452026-03-06T01:52:27.472Z Downloaded bit-vec v0.8.0
8462026-03-06T01:52:27.475Z Downloaded crucible-workspace-hack v0.1.0
8472026-03-06T01:52:27.475Z Downloaded convert_case v0.4.0
8482026-03-06T01:52:27.475Z Downloaded equivalent v1.0.2
8492026-03-06T01:52:27.475Z Downloaded bitflags v2.9.4
8502026-03-06T01:52:27.478Z Downloaded async-trait v0.1.89
8512026-03-06T01:52:27.508Z Downloaded jiff v0.2.15
8522026-03-06T01:52:27.524Z Downloaded petgraph v0.6.5
8532026-03-06T01:52:27.553Z Downloaded chrono-tz v0.10.4
8542026-03-06T01:52:27.591Z Downloaded libc v0.2.176
8552026-03-06T01:52:27.622Z Downloaded petgraph v0.8.2
8562026-03-06T01:52:27.663Z Downloaded csv v1.3.1
8572026-03-06T01:52:27.698Z Downloaded tokio v1.49.0
8582026-03-06T01:52:27.921Z Downloaded ring v0.17.14
8592026-03-06T01:52:27.984Z Downloaded libgit2-sys v0.17.0+1.8.1
8602026-03-06T01:52:28.034Z Downloaded curl-sys v0.4.83+curl-8.15.0
8612026-03-06T01:52:28.706Z Downloaded aws-lc-sys v0.31.0
8622026-03-06T01:52:29.213Z Compiling proc-macro2 v1.0.106
8632026-03-06T01:52:29.213Z Compiling quote v1.0.44
8642026-03-06T01:52:29.213Z Compiling unicode-ident v1.0.24
8652026-03-06T01:52:29.216Z Compiling serde_core v1.0.228
8662026-03-06T01:52:29.216Z Compiling serde v1.0.228
8672026-03-06T01:52:29.216Z Compiling libc v0.2.176
8682026-03-06T01:52:29.216Z Compiling autocfg v1.5.0
8692026-03-06T01:52:29.695Z Checking cfg-if v1.0.3
8702026-03-06T01:52:29.812Z Compiling memchr v2.7.5
8712026-03-06T01:52:30.159Z Compiling zmij v1.0.17
8722026-03-06T01:52:30.360Z Compiling getrandom v0.3.3
8732026-03-06T01:52:30.751Z Compiling libm v0.2.15
8742026-03-06T01:52:31.156Z Checking smallvec v1.15.1
8752026-03-06T01:52:31.188Z Checking itoa v1.0.15
8762026-03-06T01:52:31.386Z Compiling shlex v1.3.0
8772026-03-06T01:52:31.417Z Compiling jobserver v0.1.34
8782026-03-06T01:52:31.512Z Compiling thiserror v2.0.18
8792026-03-06T01:52:31.756Z Compiling version_check v0.9.5
8802026-03-06T01:52:32.003Z Compiling syn v2.0.117
8812026-03-06T01:52:32.028Z Compiling find-msvc-tools v0.1.2
8822026-03-06T01:52:32.080Z Compiling icu_properties_data v2.0.1
8832026-03-06T01:52:32.139Z Compiling icu_normalizer_data v2.0.0
8842026-03-06T01:52:32.351Z Compiling cc v1.2.38
8852026-03-06T01:52:32.516Z Compiling lock_api v0.4.13
8862026-03-06T01:52:32.633Z Compiling parking_lot_core v0.9.11
8872026-03-06T01:52:32.661Z Checking stable_deref_trait v1.2.0
8882026-03-06T01:52:32.801Z Compiling serde_json v1.0.149
8892026-03-06T01:52:33.172Z Compiling log v0.4.29
8902026-03-06T01:52:33.271Z Compiling heck v0.5.0
8912026-03-06T01:52:33.594Z Checking litemap v0.8.0
8922026-03-06T01:52:33.730Z Checking writeable v0.6.1
8932026-03-06T01:52:33.796Z Compiling num-traits v0.2.19
8942026-03-06T01:52:33.823Z Checking percent-encoding v2.3.2
8952026-03-06T01:52:34.242Z Checking form_urlencoded v1.2.2
8962026-03-06T01:52:34.331Z Checking utf8_iter v1.0.4
8972026-03-06T01:52:34.474Z Compiling zerocopy v0.8.27
8982026-03-06T01:52:34.477Z Checking pin-project-lite v0.2.16
8992026-03-06T01:52:34.547Z Compiling rustversion v1.0.22
9002026-03-06T01:52:34.652Z Checking iana-time-zone v0.1.64
9012026-03-06T01:52:34.955Z Compiling foldhash v0.2.0
9022026-03-06T01:52:35.301Z Compiling equivalent v1.0.2
9032026-03-06T01:52:35.329Z Compiling allocator-api2 v0.2.21
9042026-03-06T01:52:35.365Z Compiling regex-syntax v0.8.6
9052026-03-06T01:52:35.511Z Compiling semver v1.0.27
9062026-03-06T01:52:35.704Z Checking socket2 v0.6.0
9072026-03-06T01:52:36.037Z Compiling hashbrown v0.16.1
9082026-03-06T01:52:36.135Z Compiling aho-corasick v1.1.3
9092026-03-06T01:52:36.249Z Checking uuid v1.20.0
9102026-03-06T01:52:36.608Z Checking scopeguard v1.2.0
9112026-03-06T01:52:37.244Z Checking signal-hook-registry v1.4.6
9122026-03-06T01:52:37.302Z Checking getrandom v0.2.16
9132026-03-06T01:52:37.334Z Checking mio v1.0.4
9142026-03-06T01:52:37.369Z Checking dyn-clone v1.0.20
9152026-03-06T01:52:37.517Z Compiling portable-atomic v1.11.1
9162026-03-06T01:52:37.547Z Checking parking_lot v0.12.4
9172026-03-06T01:52:37.574Z Compiling schemars v0.8.22
9182026-03-06T01:52:38.310Z Checking critical-section v1.2.0
9192026-03-06T01:52:38.337Z Compiling bitflags v2.9.4
9202026-03-06T01:52:38.479Z Checking futures-core v0.3.32
9212026-03-06T01:52:38.711Z Compiling ring v0.17.14
9222026-03-06T01:52:38.740Z Compiling typenum v1.18.0
9232026-03-06T01:52:39.172Z Compiling synstructure v0.13.2
9242026-03-06T01:52:39.466Z Compiling serde_derive_internals v0.29.1
9252026-03-06T01:52:39.578Z Compiling regex-automata v0.4.13
9262026-03-06T01:52:39.908Z Checking once_cell v1.21.3
9272026-03-06T01:52:40.435Z Compiling indexmap v2.13.0
9282026-03-06T01:52:40.642Z Compiling thiserror v1.0.69
9292026-03-06T01:52:41.506Z Compiling httparse v1.10.1
9302026-03-06T01:52:41.740Z Checking futures-sink v0.3.31
9312026-03-06T01:52:41.901Z Compiling rustix v1.1.2
9322026-03-06T01:52:42.019Z Checking slab v0.4.11
9332026-03-06T01:52:42.114Z Checking subtle v2.6.1
9342026-03-06T01:52:42.224Z Compiling either v1.15.0
9352026-03-06T01:52:42.311Z Compiling ucd-trie v0.1.7
9362026-03-06T01:52:42.403Z Compiling anyhow v1.0.100
9372026-03-06T01:52:42.471Z Checking futures-channel v0.3.31
9382026-03-06T01:52:42.790Z Checking rand_core v0.6.4
9392026-03-06T01:52:42.866Z Compiling serde_derive v1.0.228
9402026-03-06T01:52:42.900Z Compiling zerofrom-derive v0.1.6
9412026-03-06T01:52:42.928Z Compiling yoke-derive v0.8.0
9422026-03-06T01:52:43.044Z Compiling zerovec-derive v0.11.1
9432026-03-06T01:52:43.099Z Compiling displaydoc v0.2.5
9442026-03-06T01:52:43.966Z Compiling thiserror-impl v2.0.18
9452026-03-06T01:52:44.552Z Compiling schemars_derive v0.8.22
9462026-03-06T01:52:45.189Z Compiling tokio-macros v2.6.0
9472026-03-06T01:52:45.443Z Compiling zerocopy-derive v0.8.27
9482026-03-06T01:52:45.730Z Checking zerofrom v0.1.6
9492026-03-06T01:52:45.830Z Compiling futures-macro v0.3.31
9502026-03-06T01:52:45.976Z Checking yoke v0.8.0
9512026-03-06T01:52:46.087Z Compiling regex v1.12.3
9522026-03-06T01:52:46.327Z Checking zerovec v0.11.4
9532026-03-06T01:52:46.663Z Checking zerotrie v0.2.2
9542026-03-06T01:52:47.015Z Compiling zeroize_derive v1.4.3
9552026-03-06T01:52:47.045Z Compiling thiserror-impl v1.0.69
9562026-03-06T01:52:47.174Z Compiling pest v2.8.2
9572026-03-06T01:52:47.546Z Checking pin-utils v0.1.0
9582026-03-06T01:52:47.671Z Checking futures-task v0.3.31
9592026-03-06T01:52:47.709Z Checking futures-io v0.3.31
9602026-03-06T01:52:47.917Z Compiling pkg-config v0.3.32
9612026-03-06T01:52:47.944Z Checking futures-util v0.3.31
9622026-03-06T01:52:48.164Z Checking tinystr v0.8.1
9632026-03-06T01:52:48.292Z Checking potential_utf v0.1.3
9642026-03-06T01:52:48.386Z Checking zeroize v1.8.1
9652026-03-06T01:52:48.545Z Checking icu_collections v2.0.0
9662026-03-06T01:52:48.574Z Checking icu_locale_core v2.0.0
9672026-03-06T01:52:48.968Z Compiling tracing-attributes v0.1.30
9682026-03-06T01:52:49.133Z Checking tracing-core v0.1.34
9692026-03-06T01:52:49.735Z Checking icu_provider v2.0.0
9702026-03-06T01:52:49.793Z Compiling pest_meta v2.8.2
9712026-03-06T01:52:50.085Z Compiling generic-array v0.14.7
9722026-03-06T01:52:50.261Z Checking icu_normalizer v2.0.0
9732026-03-06T01:52:50.482Z Checking icu_properties v2.0.1
9742026-03-06T01:52:50.560Z Checking bytes v1.11.1
9752026-03-06T01:52:50.924Z Checking chrono v0.4.43
9762026-03-06T01:52:51.672Z Compiling serde_tokenstream v0.2.3
9772026-03-06T01:52:51.908Z Checking tokio v1.49.0
9782026-03-06T01:52:52.302Z Compiling pest_generator v2.8.2
9792026-03-06T01:52:52.469Z Checking tracing v0.1.41
9802026-03-06T01:52:52.569Z Compiling vcpkg v0.2.15
9812026-03-06T01:52:52.636Z Checking idna_adapter v1.2.1
9822026-03-06T01:52:52.868Z Checking idna v1.1.0
9832026-03-06T01:52:53.037Z Checking fnv v1.0.7
9842026-03-06T01:52:53.273Z Compiling http v1.4.0
9852026-03-06T01:52:53.357Z Checking url v2.5.7
9862026-03-06T01:52:53.917Z Compiling pest_derive v2.8.2
9872026-03-06T01:52:54.023Z Compiling prettyplease v0.2.37
9882026-03-06T01:52:54.415Z Compiling rustc-hash v2.1.1
9892026-03-06T01:52:54.804Z Compiling regress v0.10.5
9902026-03-06T01:52:55.151Z Compiling byteorder v1.5.0
9912026-03-06T01:52:55.267Z Compiling time-core v0.1.6
9922026-03-06T01:52:55.518Z Compiling num-conv v0.1.0
9932026-03-06T01:52:55.648Z Checking errno v0.3.14
9942026-03-06T01:52:55.828Z Compiling time-macros v0.2.24
9952026-03-06T01:52:55.866Z Compiling minimal-lexical v0.2.1
9962026-03-06T01:52:55.906Z Compiling glob v0.3.3
9972026-03-06T01:52:56.367Z Compiling nom v7.1.3
9982026-03-06T01:52:56.611Z Compiling clang-sys v1.8.1
9992026-03-06T01:52:57.686Z Checking base64 v0.22.1
10002026-03-06T01:52:58.216Z Checking ipnet v2.11.0
10012026-03-06T01:52:58.339Z Checking crypto-common v0.1.6
10022026-03-06T01:52:58.713Z Compiling scroll_derive v0.13.1
10032026-03-06T01:52:59.344Z Checking tokio-util v0.7.16
10042026-03-06T01:52:59.681Z Compiling libloading v0.8.9
10052026-03-06T01:53:00.056Z Compiling bindgen v0.72.1
10062026-03-06T01:53:00.232Z Compiling camino v1.2.2
10072026-03-06T01:53:00.440Z Compiling cexpr v0.6.0
10082026-03-06T01:53:00.467Z Checking http-body v1.0.1
10092026-03-06T01:53:00.633Z Checking ppv-lite86 v0.2.21
10102026-03-06T01:53:00.698Z Compiling itertools v0.12.1
10112026-03-06T01:53:00.822Z Checking atomic-waker v1.1.2
10122026-03-06T01:53:00.825Z Compiling syn v1.0.109
10132026-03-06T01:53:00.896Z Compiling crossbeam-utils v0.8.21
10142026-03-06T01:53:01.349Z Compiling slog v2.8.2
10152026-03-06T01:53:01.486Z Checking tower-layer v0.3.3
10162026-03-06T01:53:01.539Z Compiling paste v1.0.15
10172026-03-06T01:53:01.567Z Checking tower-service v0.3.3
10182026-03-06T01:53:01.715Z Checking try-lock v0.2.5
10192026-03-06T01:53:01.772Z Checking h2 v0.4.12
10202026-03-06T01:53:01.821Z Checking ipnetwork v0.21.1
10212026-03-06T01:53:01.845Z Checking erased-serde v0.3.31
10222026-03-06T01:53:01.876Z Checking want v0.3.1
10232026-03-06T01:53:02.104Z Checking rustls-pki-types v1.12.0
10242026-03-06T01:53:02.143Z Checking httpdate v1.0.3
10252026-03-06T01:53:02.238Z Checking pretty-hex v0.4.1
10262026-03-06T01:53:02.462Z Checking ryu v1.0.20
10272026-03-06T01:53:02.778Z Compiling async-trait v0.1.89
10282026-03-06T01:53:02.858Z Checking untrusted v0.9.0
10292026-03-06T01:53:03.191Z Compiling scroll v0.13.0
10302026-03-06T01:53:03.550Z Compiling openssl-sys v0.9.109
10312026-03-06T01:53:03.586Z Compiling strsim v0.11.1
10322026-03-06T01:53:03.699Z Compiling plain v0.2.3
10332026-03-06T01:53:04.093Z Compiling usdt-impl v0.6.0
10342026-03-06T01:53:04.581Z Compiling goblin v0.10.1
10352026-03-06T01:53:04.778Z Checking http-body-util v0.1.3
10362026-03-06T01:53:05.062Z Checking block-buffer v0.10.4
10372026-03-06T01:53:05.244Z Compiling openapiv3 v2.2.0
10382026-03-06T01:53:05.319Z Checking rand_core v0.9.3
10392026-03-06T01:53:05.629Z Compiling slog-async v2.8.0
10402026-03-06T01:53:06.074Z Checking hyper v1.8.1
10412026-03-06T01:53:08.181Z Checking hyper-util v0.1.19
10422026-03-06T01:53:08.689Z Checking digest v0.10.7
10432026-03-06T01:53:09.081Z Checking serde_urlencoded v0.7.1
10442026-03-06T01:53:09.153Z Checking oxnet v0.1.4
10452026-03-06T01:53:09.180Z Compiling typify-impl v0.4.3
10462026-03-06T01:53:09.305Z Compiling dtrace-parser v0.3.0
10472026-03-06T01:53:09.541Z Compiling cmake v0.1.54
10482026-03-06T01:53:09.638Z Compiling thread-id v5.0.0
10492026-03-06T01:53:09.787Z Compiling dunce v1.0.5
10502026-03-06T01:53:09.950Z Compiling ident_case v1.0.1
10512026-03-06T01:53:10.165Z Compiling omicron-workspace-hack v0.1.0
10522026-03-06T01:53:10.297Z Compiling fs_extra v1.3.0
10532026-03-06T01:53:10.575Z Compiling darling_core v0.21.3
10542026-03-06T01:53:10.653Z Checking rand_chacha v0.9.0
10552026-03-06T01:53:10.848Z Compiling daft-derive v0.1.4
10562026-03-06T01:53:10.966Z Compiling unsafe-libyaml v0.2.11
10572026-03-06T01:53:11.041Z Checking rand v0.9.2
10582026-03-06T01:53:12.116Z Compiling dof v0.4.0
10592026-03-06T01:53:12.434Z Checking powerfmt v0.2.0
10602026-03-06T01:53:12.567Z Compiling serde_yaml v0.9.34+deprecated
10612026-03-06T01:53:12.677Z Checking sync_wrapper v1.0.2
10622026-03-06T01:53:12.783Z Checking deranged v0.5.3
10632026-03-06T01:53:14.266Z Checking num_threads v0.1.7
10642026-03-06T01:53:14.423Z Compiling rustls v0.22.4
10652026-03-06T01:53:14.898Z Compiling aws-lc-rs v1.14.0
10662026-03-06T01:53:15.102Z Checking cpufeatures v0.2.17
10672026-03-06T01:53:15.347Z Compiling usdt-attr-macro v0.6.0
10682026-03-06T01:53:15.398Z Compiling usdt-macro v0.6.0
10692026-03-06T01:53:15.455Z Checking time v0.3.44
10702026-03-06T01:53:15.874Z Checking tower v0.5.2
10712026-03-06T01:53:16.334Z Compiling darling_macro v0.21.3
10722026-03-06T01:53:16.502Z Compiling aws-lc-sys v0.31.0
10732026-03-06T01:53:17.021Z Compiling structmeta-derive v0.3.0
10742026-03-06T01:53:17.365Z Compiling darling v0.21.3
10752026-03-06T01:53:17.508Z Checking encoding_rs v0.8.35
10762026-03-06T01:53:17.995Z Checking iri-string v0.7.8
10772026-03-06T01:53:18.144Z Checking mime v0.3.17
10782026-03-06T01:53:18.513Z Checking crossbeam-channel v0.5.15
10792026-03-06T01:53:18.547Z Compiling typify-macro v0.4.3
10802026-03-06T01:53:18.720Z Checking futures-executor v0.3.31
10812026-03-06T01:53:18.994Z Compiling multer v3.1.0
10822026-03-06T01:53:19.248Z Checking foreign-types-shared v0.1.1
10832026-03-06T01:53:19.385Z Checking hex v0.4.3
10842026-03-06T01:53:19.411Z Compiling openssl v0.10.73
10852026-03-06T01:53:19.462Z Compiling structmeta v0.3.0
10862026-03-06T01:53:19.762Z Checking untrusted v0.7.1
10872026-03-06T01:53:19.838Z Checking unicode-width v0.2.1
10882026-03-06T01:53:19.907Z Checking fastrand v2.3.0
10892026-03-06T01:53:19.991Z Checking foreign-types v0.3.2
10902026-03-06T01:53:20.044Z Checking futures v0.3.31
10912026-03-06T01:53:20.120Z Compiling async-stream-impl v0.3.6
10922026-03-06T01:53:20.168Z Compiling openssl-macros v0.1.1
10932026-03-06T01:53:20.227Z Checking tempfile v3.23.0
10942026-03-06T01:53:20.328Z Compiling strum_macros v0.26.4
10952026-03-06T01:53:20.530Z Checking tower-http v0.6.8
10962026-03-06T01:53:20.660Z Checking thread_local v1.1.9
10972026-03-06T01:53:20.955Z Compiling native-tls v0.2.14
10982026-03-06T01:53:21.321Z Checking openssl-probe v0.1.6
10992026-03-06T01:53:21.393Z Compiling rustls v0.23.32
11002026-03-06T01:53:21.740Z Compiling newtype-uuid-macros v0.1.0
11012026-03-06T01:53:21.787Z Compiling typify v0.4.3
11022026-03-06T01:53:21.945Z Compiling dropshot v0.16.7
11032026-03-06T01:53:21.971Z Checking is-terminal v0.4.16
11042026-03-06T01:53:22.060Z Checking memmap2 v0.9.8
11052026-03-06T01:53:22.110Z Checking take_mut v0.2.2
11062026-03-06T01:53:22.299Z Compiling ref-cast v1.0.25
11072026-03-06T01:53:22.331Z Checking match_cfg v0.1.0
11082026-03-06T01:53:22.381Z Checking winnow v0.7.14
11092026-03-06T01:53:22.446Z Checking term v1.2.0
11102026-03-06T01:53:22.970Z Checking slog-term v2.9.2
11112026-03-06T01:53:23.032Z Checking hostname v0.3.1
11122026-03-06T01:53:23.544Z Checking slog-json v2.6.1
11132026-03-06T01:53:23.605Z Compiling dropshot_endpoint v0.16.7
11142026-03-06T01:53:23.823Z Compiling ref-cast-impl v1.0.25
11152026-03-06T01:53:23.989Z Checking slog-bunyan v2.5.0
11162026-03-06T01:53:24.173Z Compiling derive-ex v0.1.8
11172026-03-06T01:53:24.707Z Checking webpki-roots v1.0.2
11182026-03-06T01:53:24.938Z Compiling strum_macros v0.27.2
11192026-03-06T01:53:25.293Z Compiling progenitor-impl v0.11.1
11202026-03-06T01:53:25.478Z Checking newtype-uuid v1.3.2
11212026-03-06T01:53:26.250Z Checking daft v0.1.4
11222026-03-06T01:53:26.725Z Compiling serde_with_macros v3.14.1
11232026-03-06T01:53:27.101Z Checking tokio-native-tls v0.3.1
11242026-03-06T01:53:27.358Z Checking hyper-tls v0.6.0
11252026-03-06T01:53:27.939Z Compiling test-strategy v0.4.3
11262026-03-06T01:53:27.993Z Checking rustls-webpki v0.102.8
11272026-03-06T01:53:28.285Z Checking debug-ignore v1.0.5
11282026-03-06T01:53:28.453Z Checking toml_parser v1.0.6+spec-1.1.0
11292026-03-06T01:53:29.178Z Compiling parse-display-derive v0.10.0
11302026-03-06T01:53:29.498Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11312026-03-06T01:53:30.344Z Checking serde_spanned v1.0.4
11322026-03-06T01:53:30.593Z Checking toml_datetime v0.7.5+spec-1.1.0
11332026-03-06T01:53:30.844Z Compiling progenitor-macro v0.11.1
11342026-03-06T01:53:30.934Z Checking usdt v0.6.0
11352026-03-06T01:53:31.010Z Checking spin v0.9.8
11362026-03-06T01:53:31.065Z Checking toml_writer v1.0.6+spec-1.1.0
11372026-03-06T01:53:31.446Z Checking toml v0.9.11+spec-1.1.0
11382026-03-06T01:53:31.674Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11392026-03-06T01:53:31.817Z Checking strum v0.26.3
11402026-03-06T01:53:31.998Z Checking async-stream v0.3.6
11412026-03-06T01:53:32.198Z Checking tokio-rustls v0.25.0
11422026-03-06T01:53:32.229Z Checking sha1 v0.10.6
11432026-03-06T01:53:32.459Z Checking rustls-pemfile v2.2.0
11442026-03-06T01:53:32.543Z Checking rand_chacha v0.3.1
11452026-03-06T01:53:32.570Z Checking waitgroup v0.1.2
11462026-03-06T01:53:32.621Z Compiling toml_datetime v0.6.11
11472026-03-06T01:53:32.766Z Checking macaddr v1.0.1
11482026-03-06T01:53:32.793Z Checking serde_path_to_error v0.1.20
11492026-03-06T01:53:32.817Z Checking hostname v0.4.2
11502026-03-06T01:53:32.974Z Checking wait-timeout v0.2.1
11512026-03-06T01:53:33.001Z Checking bit-vec v0.8.0
11522026-03-06T01:53:33.134Z Checking quick-error v1.2.3
11532026-03-06T01:53:33.201Z Checking lazy_static v1.5.0
11542026-03-06T01:53:33.232Z Checking rand v0.8.5
11552026-03-06T01:53:33.317Z Checking rusty-fork v0.3.0
11562026-03-06T01:53:33.372Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11572026-03-06T01:53:33.399Z Checking bit-set v0.8.0
11582026-03-06T01:53:33.680Z Checking tabwriter v1.4.1
11592026-03-06T01:53:33.792Z Checking rand_xorshift v0.4.0
11602026-03-06T01:53:34.012Z Compiling clap_derive v4.5.49
11612026-03-06T01:53:34.161Z Checking colored v3.0.0
11622026-03-06T01:53:34.380Z Checking utf8parse v0.2.2
11632026-03-06T01:53:34.407Z Checking unarray v0.1.4
11642026-03-06T01:53:34.533Z Checking strum v0.27.2
11652026-03-06T01:53:34.558Z Checking anstyle-parse v0.2.7
11662026-03-06T01:53:34.594Z Checking proptest v1.8.0
11672026-03-06T01:53:34.854Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11682026-03-06T01:53:34.900Z Checking terminal_size v0.4.3
11692026-03-06T01:53:35.703Z Checking is_terminal_polyfill v1.70.1
11702026-03-06T01:53:35.858Z Checking colorchoice v1.0.4
11712026-03-06T01:53:36.029Z Checking anstyle-query v1.1.4
11722026-03-06T01:53:36.056Z Checking anstyle v1.0.11
11732026-03-06T01:53:36.411Z Checking anstream v0.6.20
11742026-03-06T01:53:36.607Z Checking itertools v0.14.0
11752026-03-06T01:53:37.754Z Checking clap_lex v0.7.5
11762026-03-06T01:53:38.098Z Checking clap_builder v4.5.50
11772026-03-06T01:53:38.888Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11782026-03-06T01:53:39.619Z Checking serde_with v3.14.1
11792026-03-06T01:53:41.156Z Checking clap v4.5.50
11802026-03-06T01:53:41.430Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11812026-03-06T01:53:41.513Z Checking instant v0.1.13
11822026-03-06T01:53:42.105Z Checking iddqd v0.3.17
11832026-03-06T01:53:42.191Z Checking backoff v0.4.0
11842026-03-06T01:53:42.529Z Checking parse-display v0.10.0
11852026-03-06T01:53:42.821Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11862026-03-06T01:53:43.006Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11872026-03-06T01:53:47.169Z Compiling rustls-webpki v0.103.6
11882026-03-06T01:53:53.725Z Checking serde_spanned v0.6.9
11892026-03-06T01:53:53.876Z Compiling memoffset v0.9.1
11902026-03-06T01:53:53.965Z Compiling cfg_aliases v0.2.1
11912026-03-06T01:53:54.642Z Compiling nix v0.30.1
11922026-03-06T01:53:54.927Z Compiling tokio-rustls v0.26.3
11932026-03-06T01:53:56.132Z Checking crossbeam-epoch v0.9.18
11942026-03-06T01:53:56.305Z Compiling hyper-rustls v0.27.7
11952026-03-06T01:53:56.596Z Compiling winnow v0.5.40
11962026-03-06T01:53:56.857Z Compiling reqwest v0.12.23
11972026-03-06T01:53:59.496Z Compiling progenitor-client v0.11.1
11982026-03-06T01:53:59.745Z Compiling toml_edit v0.19.15
11992026-03-06T01:54:02.854Z Compiling proc-macro-crate v1.3.1
12002026-03-06T01:54:03.836Z Compiling progenitor v0.11.1
12012026-03-06T01:54:05.217Z Compiling num-integer v0.1.46
12022026-03-06T01:54:05.961Z Compiling rayon-core v1.13.0
12032026-03-06T01:54:06.387Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12042026-03-06T01:54:06.628Z Compiling progenitor-client v0.10.0
12052026-03-06T01:54:08.293Z Compiling hubpack_derive v0.1.1
12062026-03-06T01:54:08.910Z Compiling zerocopy-derive v0.7.35
12072026-03-06T01:54:09.260Z Checking toml_write v0.1.2
12082026-03-06T01:54:09.720Z Checking toml_edit v0.22.27
12092026-03-06T01:54:09.749Z Checking hubpack v0.1.2
12102026-03-06T01:54:10.103Z Checking num-rational v0.4.2
12112026-03-06T01:54:10.372Z Checking num-iter v0.1.45
12122026-03-06T01:54:10.779Z Checking crossbeam-deque v0.8.6
12132026-03-06T01:54:11.158Z Compiling num-complex v0.4.6
12142026-03-06T01:54:11.364Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12152026-03-06T01:54:12.109Z Checking static_assertions v1.1.0
12162026-03-06T01:54:12.135Z Checking num v0.4.3
12172026-03-06T01:54:12.375Z Checking toml v0.8.23
12182026-03-06T01:54:12.449Z Compiling proc-macro-error-attr v1.0.4
12192026-03-06T01:54:12.878Z Checking float-ord v0.3.2
12202026-03-06T01:54:13.073Z Compiling heapless v0.8.0
12212026-03-06T01:54:13.241Z Compiling ingot-macros v0.1.1
12222026-03-06T01:54:13.305Z Checking hash32 v0.3.1
12232026-03-06T01:54:13.552Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12242026-03-06T01:54:14.012Z Compiling proc-macro-error v1.0.4
12252026-03-06T01:54:14.433Z Checking bytecount v0.6.9
12262026-03-06T01:54:14.515Z Compiling smoltcp v0.11.0
12272026-03-06T01:54:14.626Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12282026-03-06T01:54:15.389Z Compiling zerocopy v0.7.35
12292026-03-06T01:54:16.114Z Compiling num_enum_derive v0.7.5
12302026-03-06T01:54:16.945Z Compiling num-derive v0.3.3
12312026-03-06T01:54:18.361Z Checking cobs v0.3.0
12322026-03-06T01:54:18.414Z Compiling foreign-types-macros v0.2.3
12332026-03-06T01:54:18.646Z Compiling scroll_derive v0.12.1
12342026-03-06T01:54:18.675Z Compiling usdt-impl v0.5.0
12352026-03-06T01:54:19.092Z Compiling crucible-workspace-hack v0.1.0
12362026-03-06T01:54:19.118Z Checking managed v0.8.0
12372026-03-06T01:54:19.213Z Checking foreign-types-shared v0.3.1
12382026-03-06T01:54:19.371Z Checking bitflags v1.3.2
12392026-03-06T01:54:19.545Z Checking libscf-sys v1.1.0
12402026-03-06T01:54:19.604Z Checking foreign-types v0.5.0
12412026-03-06T01:54:19.663Z Checking postcard v1.1.3
12422026-03-06T01:54:19.736Z Checking num_enum v0.7.5
12432026-03-06T01:54:19.765Z Compiling dof v0.3.0
12442026-03-06T01:54:19.793Z Checking ingot-types v0.1.2
12452026-03-06T01:54:20.199Z Checking scroll v0.12.0
12462026-03-06T01:54:20.502Z Compiling dtrace-parser v0.2.0
12472026-03-06T01:54:20.579Z Checking ingot v0.1.1
12482026-03-06T01:54:20.624Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12492026-03-06T01:54:20.649Z Checking camino-tempfile v1.4.1
12502026-03-06T01:54:20.718Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12512026-03-06T01:54:20.974Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12522026-03-06T01:54:21.459Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12532026-03-06T01:54:21.661Z Checking cstr-argument v0.1.2
12542026-03-06T01:54:21.795Z Compiling thread-id v4.2.2
12552026-03-06T01:54:21.873Z Compiling heck v0.4.1
12562026-03-06T01:54:21.901Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12572026-03-06T01:54:22.199Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12582026-03-06T01:54:22.256Z Checking goblin v0.8.2
12592026-03-06T01:54:22.273Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12602026-03-06T01:54:22.310Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12612026-03-06T01:54:22.522Z Checking rayon v1.11.0
12622026-03-06T01:54:22.724Z Compiling num_enum_derive v0.5.11
12632026-03-06T01:54:23.192Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12642026-03-06T01:54:23.979Z Compiling rustc_version v0.4.1
12652026-03-06T01:54:23.983Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12662026-03-06T01:54:24.508Z Compiling rustix v0.38.44
12672026-03-06T01:54:24.602Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12682026-03-06T01:54:24.845Z Checking tinyvec_macros v0.1.1
12692026-03-06T01:54:24.974Z Compiling convert_case v0.4.0
12702026-03-06T01:54:25.041Z Checking tinyvec v1.10.0
12712026-03-06T01:54:25.336Z Checking num_enum v0.5.11
12722026-03-06T01:54:25.701Z Compiling derive_more v0.99.20
12732026-03-06T01:54:25.779Z Compiling libz-sys v1.1.22
12742026-03-06T01:54:26.236Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12752026-03-06T01:54:26.263Z Compiling proc-macro-error-attr2 v2.0.0
12762026-03-06T01:54:26.561Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12772026-03-06T01:54:26.658Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12782026-03-06T01:54:26.997Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12792026-03-06T01:54:27.053Z Compiling proc-macro-error2 v2.0.1
12802026-03-06T01:54:27.884Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12812026-03-06T01:54:28.448Z Compiling usdt-attr-macro v0.5.0
12822026-03-06T01:54:28.667Z Compiling usdt-macro v0.5.0
12832026-03-06T01:54:28.889Z Compiling zone_cfg_derive v0.3.1
12842026-03-06T01:54:29.375Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12852026-03-06T01:54:29.861Z Compiling num-derive v0.4.2
12862026-03-06T01:54:30.057Z Checking sigpipe v0.1.3
12872026-03-06T01:54:30.204Z Checking memmap v0.7.0
12882026-03-06T01:54:30.232Z Checking jiff v0.2.15
12892026-03-06T01:54:30.453Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12902026-03-06T01:54:31.284Z Checking usdt v0.5.0
12912026-03-06T01:54:31.336Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12922026-03-06T01:54:31.601Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12932026-03-06T01:54:31.632Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12942026-03-06T01:54:31.992Z Compiling tabled_derive v0.11.0
12952026-03-06T01:54:32.099Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12962026-03-06T01:54:32.261Z Checking zone v0.3.1
12972026-03-06T01:54:32.307Z Checking papergrid v0.17.0
12982026-03-06T01:54:32.591Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12992026-03-06T01:54:33.113Z Checking testing_table v0.3.0
13002026-03-06T01:54:33.287Z Checking smf v0.2.3
13012026-03-06T01:54:33.793Z Checking secrecy v0.10.3
13022026-03-06T01:54:33.943Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13032026-03-06T01:54:34.024Z Checking bstr v1.12.0
13042026-03-06T01:54:34.310Z Checking whoami v1.6.1
13052026-03-06T01:54:34.448Z Compiling curve25519-dalek v4.1.3
13062026-03-06T01:54:34.485Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13072026-03-06T01:54:34.577Z Checking tabled v0.20.0
13082026-03-06T01:54:34.620Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13092026-03-06T01:54:34.649Z Checking hmac v0.12.1
13102026-03-06T01:54:34.805Z Checking inout v0.1.4
13112026-03-06T01:54:34.886Z Checking ff v0.13.1
13122026-03-06T01:54:34.956Z Compiling enum-as-inner v0.6.1
13132026-03-06T01:54:35.048Z Checking data-encoding v2.9.0
13142026-03-06T01:54:35.131Z Compiling semver v0.1.20
13152026-03-06T01:54:35.646Z Compiling rustc_version v0.1.7
13162026-03-06T01:54:35.672Z Checking group v0.13.0
13172026-03-06T01:54:35.863Z Checking cipher v0.4.4
13182026-03-06T01:54:36.073Z Checking hkdf v0.12.4
13192026-03-06T01:54:36.148Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13202026-03-06T01:54:36.184Z Checking atomicwrites v0.4.4
13212026-03-06T01:54:36.246Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13222026-03-06T01:54:36.332Z Compiling thiserror-impl-no-std v2.0.2
13232026-03-06T01:54:36.427Z Checking universal-hash v0.5.1
13242026-03-06T01:54:36.431Z Checking crypto-bigint v0.5.5
13252026-03-06T01:54:36.597Z Checking half v2.7.1
13262026-03-06T01:54:36.639Z Compiling curve25519-dalek-derive v0.1.1
13272026-03-06T01:54:37.172Z Checking base16ct v0.2.0
13282026-03-06T01:54:37.408Z Checking opaque-debug v0.3.1
13292026-03-06T01:54:37.538Z Checking indent_write v2.2.0
13302026-03-06T01:54:37.828Z Checking base64ct v1.8.0
13312026-03-06T01:54:37.976Z Checking ciborium-io v0.2.2
13322026-03-06T01:54:38.144Z Checking ciborium-ll v0.2.2
13332026-03-06T01:54:38.336Z Checking password-hash v0.5.0
13342026-03-06T01:54:38.784Z Checking poly1305 v0.8.0
13352026-03-06T01:54:38.819Z Checking thiserror-no-std v2.0.2
13362026-03-06T01:54:38.965Z Checking chacha20 v0.9.1
13372026-03-06T01:54:39.206Z Checking elliptic-curve v0.13.8
13382026-03-06T01:54:39.249Z Compiling newtype_derive v0.1.6
13392026-03-06T01:54:39.278Z Checking similar v2.7.0
13402026-03-06T01:54:39.307Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13412026-03-06T01:54:39.335Z Checking blake2 v0.10.6
13422026-03-06T01:54:39.663Z Checking aead v0.5.2
13432026-03-06T01:54:39.706Z Compiling typify-impl v0.6.1
13442026-03-06T01:54:39.751Z Compiling owo-colors v4.3.0
13452026-03-06T01:54:39.795Z Checking resolv-conf v0.7.5
13462026-03-06T01:54:39.908Z Checking linked-hash-map v0.5.6
13472026-03-06T01:54:40.002Z Checking keccak v0.1.5
13482026-03-06T01:54:40.177Z Checking chacha20poly1305 v0.10.1
13492026-03-06T01:54:40.207Z Checking vsss-rs v3.3.4
13502026-03-06T01:54:40.247Z Checking lru-cache v0.1.2
13512026-03-06T01:54:40.329Z Checking sha3 v0.10.8
13522026-03-06T01:54:40.395Z Checking argon2 v0.5.3
13532026-03-06T01:54:40.476Z Checking ciborium v0.2.2
13542026-03-06T01:54:40.538Z Checking hickory-proto v0.24.4
13552026-03-06T01:54:41.026Z Checking tokio-dtrace v0.1.1
13562026-03-06T01:54:41.139Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13572026-03-06T01:54:41.321Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13582026-03-06T01:54:41.344Z Checking serde-big-array v0.5.1
13592026-03-06T01:54:41.502Z Compiling serde_repr v0.1.20
13602026-03-06T01:54:41.589Z Compiling derive-where v1.6.0
13612026-03-06T01:54:41.773Z Checking unicode-segmentation v1.12.0
13622026-03-06T01:54:41.801Z Checking same-file v1.0.6
13632026-03-06T01:54:42.014Z Checking siphasher v1.0.1
13642026-03-06T01:54:42.369Z Checking phf_shared v0.12.1
13652026-03-06T01:54:42.492Z Checking newline-converter v0.3.0
13662026-03-06T01:54:42.698Z Checking walkdir v2.5.0
13672026-03-06T01:54:42.728Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13682026-03-06T01:54:42.731Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13692026-03-06T01:54:43.042Z Checking oxide-tokio-rt v0.1.2
13702026-03-06T01:54:43.298Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13712026-03-06T01:54:43.689Z Compiling progenitor-impl v0.10.0
13722026-03-06T01:54:44.287Z Checking hickory-resolver v0.24.4
13732026-03-06T01:54:44.479Z Checking console v0.15.11
13742026-03-06T01:54:45.126Z Checking tokio-stream v0.1.17
13752026-03-06T01:54:45.201Z Compiling pin-project-internal v1.1.10
13762026-03-06T01:54:45.777Z Compiling slog-dtrace v0.3.0
13772026-03-06T01:54:45.862Z Checking csv-core v0.1.12
13782026-03-06T01:54:45.992Z Checking unicode-linebreak v0.1.5
13792026-03-06T01:54:46.205Z Compiling chrono-tz v0.10.4
13802026-03-06T01:54:46.231Z Checking unicode-width v0.1.14
13812026-03-06T01:54:46.425Z Compiling cancel-safe-futures v0.1.5
13822026-03-06T01:54:46.561Z Checking swrite v0.1.0
13832026-03-06T01:54:46.726Z Compiling unicode-xid v0.2.6
13842026-03-06T01:54:46.754Z Checking foldhash v0.1.5
13852026-03-06T01:54:46.874Z Checking smawk v0.3.2
13862026-03-06T01:54:46.957Z Compiling const_format_proc_macros v0.2.34
13872026-03-06T01:54:47.020Z Checking hashbrown v0.15.5
13882026-03-06T01:54:47.126Z Checking textwrap v0.16.2
13892026-03-06T01:54:47.709Z Checking csv v1.3.1
13902026-03-06T01:54:47.739Z Checking pin-project v1.1.10
13912026-03-06T01:54:48.010Z Checking qorb v0.4.1
13922026-03-06T01:54:48.186Z Checking expectorate v1.2.0
13932026-03-06T01:54:48.216Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13942026-03-06T01:54:48.429Z Checking phf v0.12.1
13952026-03-06T01:54:48.584Z Checking unicode-normalization v0.1.24
13962026-03-06T01:54:48.712Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13972026-03-06T01:54:49.143Z Compiling typify-macro v0.6.1
13982026-03-06T01:54:49.228Z Compiling progenitor-macro v0.10.0
13992026-03-06T01:54:49.519Z Checking libsw-core v0.3.2
14002026-03-06T01:54:49.732Z Compiling libgit2-sys v0.17.0+1.8.1
14012026-03-06T01:54:49.788Z Compiling async-recursion v1.1.1
14022026-03-06T01:54:50.152Z Compiling snafu-derive v0.8.9
14032026-03-06T01:54:50.532Z Compiling cookie v0.18.1
14042026-03-06T01:54:50.727Z Compiling moka v0.12.11
14052026-03-06T01:54:50.931Z Checking fixedbitset v0.4.2
14062026-03-06T01:54:51.120Z Checking fixedbitset v0.5.7
14072026-03-06T01:54:51.208Z Checking highway v1.3.0
14082026-03-06T01:54:51.533Z Checking petgraph v0.8.2
14092026-03-06T01:54:51.722Z Checking petgraph v0.6.5
14102026-03-06T01:54:51.739Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14112026-03-06T01:54:52.771Z Compiling typify v0.6.1
14122026-03-06T01:54:52.926Z Checking libsw v3.5.0
14132026-03-06T01:54:53.256Z Checking olpc-cjson v0.1.4
14142026-03-06T01:54:53.527Z Checking const_format v0.2.34
14152026-03-06T01:54:54.348Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14162026-03-06T01:54:54.420Z Checking snafu v0.8.9
14172026-03-06T01:54:54.897Z Checking papergrid v0.11.0
14182026-03-06T01:54:55.194Z Checking globset v0.4.16
14192026-03-06T01:54:55.220Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14202026-03-06T01:54:55.247Z Checking gethostname v0.5.0
14212026-03-06T01:54:55.575Z Compiling tabled_derive v0.7.0
14222026-03-06T01:54:55.667Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14232026-03-06T01:54:56.350Z Checking reqwest v0.13.2
14242026-03-06T01:54:56.353Z Checking bcs v0.1.6
14252026-03-06T01:54:56.828Z Checking pem v3.0.5
14262026-03-06T01:54:57.134Z Checking serde_plain v1.0.2
14272026-03-06T01:54:57.432Z Compiling signal-hook v0.3.18
14282026-03-06T01:54:57.489Z Checking linear-map v1.2.0
14292026-03-06T01:54:57.493Z Checking typed-path v0.9.3
14302026-03-06T01:54:57.816Z Checking tagptr v0.2.0
14312026-03-06T01:54:57.843Z Checking termtree v0.5.1
14322026-03-06T01:54:58.083Z Checking crc8 v0.1.1
14332026-03-06T01:54:58.229Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14342026-03-06T01:54:59.374Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14352026-03-06T01:54:59.454Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14362026-03-06T01:55:00.199Z Checking progenitor v0.10.0
14372026-03-06T01:55:00.433Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14382026-03-06T01:55:00.467Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14392026-03-06T01:55:00.826Z Checking tough v0.20.0
14402026-03-06T01:55:01.281Z Checking tabled v0.15.0
14412026-03-06T01:55:01.851Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14422026-03-06T01:55:02.250Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14432026-03-06T01:55:02.549Z Checking steno v0.4.1
14442026-03-06T01:55:02.829Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14452026-03-06T01:55:03.691Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14462026-03-06T01:55:03.912Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14472026-03-06T01:55:04.105Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14482026-03-06T01:55:04.544Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-03-06T01:55:04.745Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14502026-03-06T01:55:05.092Z Compiling progenitor-impl v0.13.0
14512026-03-06T01:55:05.287Z Checking hickory-proto v0.25.2
14522026-03-06T01:55:05.382Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14532026-03-06T01:55:05.509Z Checking dropshot-api-manager-types v0.5.2
14542026-03-06T01:55:05.689Z Compiling cargo-platform v0.1.9
14552026-03-06T01:55:05.745Z Compiling curl-sys v0.4.83+curl-8.15.0
14562026-03-06T01:55:05.813Z Compiling vergen v8.3.2
14572026-03-06T01:55:06.154Z Compiling fs-err v3.1.2
14582026-03-06T01:55:06.196Z Compiling crc32fast v1.5.0
14592026-03-06T01:55:06.438Z Checking humantime v2.3.0
14602026-03-06T01:55:06.460Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14612026-03-06T01:55:06.816Z Compiling cargo_metadata v0.18.1
14622026-03-06T01:55:06.845Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
14632026-03-06T01:55:06.873Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14642026-03-06T01:55:09.004Z Checking hickory-resolver v0.25.2
14652026-03-06T01:55:09.566Z Checking progenitor-client v0.13.0
14662026-03-06T01:55:10.996Z Checking sha2 v0.10.9
14672026-03-06T01:55:10.999Z Compiling blake3 v1.8.2
14682026-03-06T01:55:10.999Z Checking adler2 v2.0.1
14692026-03-06T01:55:10.999Z Checking miniz_oxide v0.8.9
14702026-03-06T01:55:10.999Z Compiling progenitor-macro v0.13.0
14712026-03-06T01:55:11.148Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-03-06T01:55:11.241Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
14732026-03-06T01:55:11.270Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14742026-03-06T01:55:11.952Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14752026-03-06T01:55:12.032Z Checking git-stub v1.0.0
14762026-03-06T01:55:12.255Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14772026-03-06T01:55:14.257Z Checking filetime v0.2.26
14782026-03-06T01:55:14.344Z Compiling curl v0.4.49
14792026-03-06T01:55:14.504Z Checking arrayvec v0.7.6
14802026-03-06T01:55:14.801Z Checking is_ci v1.2.0
14812026-03-06T01:55:14.918Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14822026-03-06T01:55:14.991Z Checking arrayref v0.3.9
14832026-03-06T01:55:15.134Z Checking constant_time_eq v0.3.1
14842026-03-06T01:55:15.308Z Checking xattr v1.6.1
14852026-03-06T01:55:15.560Z Checking tar v0.4.44
14862026-03-06T01:55:15.796Z Checking toml v0.7.8
14872026-03-06T01:55:15.966Z Checking supports-color v3.0.2
14882026-03-06T01:55:16.418Z Checking git-stub-vcs v0.1.0
14892026-03-06T01:55:16.774Z Checking flate2 v1.1.2
14902026-03-06T01:55:17.013Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-03-06T01:55:17.094Z Checking drift v0.1.3
14922026-03-06T01:55:17.234Z Checking kstat-rs v0.2.4
14932026-03-06T01:55:17.411Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14942026-03-06T01:55:17.561Z Checking topological-sort v0.2.2
14952026-03-06T01:55:17.622Z Checking dropshot-api-manager v0.5.2
14962026-03-06T01:55:17.812Z Checking omicron-zone-package v0.12.2
14972026-03-06T01:55:18.120Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-03-06T01:55:18.929Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-03-06T01:55:20.512Z Checking signal-hook-tokio v0.3.1
15002026-03-06T01:55:20.745Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15012026-03-06T01:55:20.969Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15022026-03-06T01:55:20.993Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15032026-03-06T01:55:21.359Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15042026-03-06T01:55:21.423Z Checking progenitor v0.13.0
15052026-03-06T01:55:21.644Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15062026-03-06T01:55:21.704Z Checking display-error-chain v0.2.2
15072026-03-06T01:55:21.917Z Checking internet-checksum v0.2.1
15082026-03-06T01:55:21.939Z Checking search_path v0.1.4
15092026-03-06T01:55:22.133Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15102026-03-06T01:55:22.208Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15112026-03-06T01:55:22.475Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15122026-03-06T01:55:24.503Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15132026-03-06T01:55:24.714Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15142026-03-06T01:55:26.644Z Compiling git2 v0.19.0
15152026-03-06T01:55:31.051Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15162026-03-06T01:55:36.283Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15172026-03-06T01:55:42.736Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-03-06T01:55:44.931Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-03-06T01:55:53.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 58s
15202026-03-06T01:55:54.372Z+ for feat in tofino_stub tofino_asic softnpu chaos
15212026-03-06T01:55:54.372Z+ cargo clippy --features tofino_asic -- --deny warnings
15222026-03-06T01:55:55.228Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15232026-03-06T01:55:55.231Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15242026-03-06T01:55:55.330Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15252026-03-06T01:55:55.333Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15262026-03-06T01:56:08.050Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15272026-03-06T01:56:08.053Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15282026-03-06T01:56:12.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.90s
15292026-03-06T01:56:12.624Z+ for feat in tofino_stub tofino_asic softnpu chaos
15302026-03-06T01:56:12.624Z+ cargo clippy --features softnpu -- --deny warnings
15312026-03-06T01:56:13.173Z Downloading crates ...
15322026-03-06T01:56:13.377Z Downloaded bitstruct_derive v0.1.0
15332026-03-06T01:56:13.386Z Downloaded libloading v0.7.4
15342026-03-06T01:56:13.394Z Downloaded funty v2.0.0
15352026-03-06T01:56:13.396Z Downloaded typeid v1.0.3
15362026-03-06T01:56:13.396Z Downloaded bitstruct v0.1.1
15372026-03-06T01:56:13.399Z Downloaded tap v1.0.1
15382026-03-06T01:56:13.399Z Downloaded serde_arrays v0.1.0
15392026-03-06T01:56:13.400Z Downloaded radium v0.7.0
15402026-03-06T01:56:13.404Z Downloaded wyz v0.5.1
15412026-03-06T01:56:13.408Z Downloaded ascii v1.1.0
15422026-03-06T01:56:13.408Z Downloaded erased-serde v0.4.8
15432026-03-06T01:56:13.416Z Downloaded bitvec v1.0.1
15442026-03-06T01:56:13.429Z Downloaded num-bigint v0.4.6
15452026-03-06T01:56:13.603Z Checking num-integer v0.1.46
15462026-03-06T01:56:13.703Z Checking num-complex v0.4.6
15472026-03-06T01:56:13.719Z Compiling radium v0.7.0
15482026-03-06T01:56:13.732Z Checking tap v1.0.1
15492026-03-06T01:56:13.745Z Checking funty v2.0.0
15502026-03-06T01:56:13.758Z Compiling typeid v1.0.3
15512026-03-06T01:56:13.761Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15522026-03-06T01:56:13.784Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15532026-03-06T01:56:13.895Z Checking wyz v0.5.1
15542026-03-06T01:56:14.111Z Checking num-bigint v0.4.6
15552026-03-06T01:56:14.124Z Checking num-iter v0.1.45
15562026-03-06T01:56:14.138Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15572026-03-06T01:56:14.300Z Compiling erased-serde v0.4.8
15582026-03-06T01:56:14.315Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15592026-03-06T01:56:14.491Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15602026-03-06T01:56:14.507Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15612026-03-06T01:56:14.510Z Compiling bitstruct_derive v0.1.0
15622026-03-06T01:56:14.541Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15632026-03-06T01:56:14.559Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-03-06T01:56:14.581Z Checking bitvec v1.0.1
15652026-03-06T01:56:14.703Z Checking ascii v1.1.0
15662026-03-06T01:56:14.716Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-03-06T01:56:14.738Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15682026-03-06T01:56:14.915Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15692026-03-06T01:56:14.968Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-03-06T01:56:15.015Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15712026-03-06T01:56:15.080Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-03-06T01:56:15.734Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-03-06T01:56:15.771Z Checking serde_arrays v0.1.0
15742026-03-06T01:56:15.805Z Checking bitstruct v0.1.1
15752026-03-06T01:56:15.927Z Checking libloading v0.7.4
15762026-03-06T01:56:15.942Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15772026-03-06T01:56:16.222Z Checking num-rational v0.4.2
15782026-03-06T01:56:16.709Z Checking num v0.4.3
15792026-03-06T01:56:16.800Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15802026-03-06T01:56:17.582Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15812026-03-06T01:56:18.074Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15822026-03-06T01:56:18.077Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15832026-03-06T01:56:18.362Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-03-06T01:56:18.932Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15852026-03-06T01:56:18.932Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15862026-03-06T01:56:19.640Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15872026-03-06T01:56:19.923Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15882026-03-06T01:56:19.926Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15892026-03-06T01:56:19.926Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15902026-03-06T01:56:20.014Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15912026-03-06T01:56:20.548Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15922026-03-06T01:56:21.447Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15932026-03-06T01:56:22.810Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-03-06T01:56:22.828Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15952026-03-06T01:56:28.127Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15962026-03-06T01:56:30.218Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15972026-03-06T01:56:30.372Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15982026-03-06T01:56:41.973Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-03-06T01:56:44.213Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-03-06T01:56:44.955Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16012026-03-06T01:56:53.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.56s
16022026-03-06T01:56:53.529Z+ for feat in tofino_stub tofino_asic softnpu chaos
16032026-03-06T01:56:53.529Z+ cargo clippy --features chaos -- --deny warnings
16042026-03-06T01:56:54.360Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16052026-03-06T01:56:54.363Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16062026-03-06T01:56:54.363Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16072026-03-06T01:57:07.189Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16082026-03-06T01:57:07.192Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16092026-03-06T01:57:11.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.76s
16102026-03-06T01:57:11.621Z+ banner fmt
16112026-03-06T01:57:11.624Z
16122026-03-06T01:57:11.624Z ###### # # #####
16132026-03-06T01:57:11.624Z # ## ## #
16142026-03-06T01:57:11.624Z ##### # ## # #
16152026-03-06T01:57:11.624Z # # # #
16162026-03-06T01:57:11.624Z # # # #
16172026-03-06T01:57:11.624Z # # # #
16182026-03-06T01:57:11.624Z
16192026-03-06T01:57:11.624Z+ cargo fmt -- --check
16202026-03-06T01:57:12.485Z+ banner test
16212026-03-06T01:57:12.488Z
16222026-03-06T01:57:12.489Z ##### ###### #### #####
16232026-03-06T01:57:12.489Z # # # #
16242026-03-06T01:57:12.489Z # ##### #### #
16252026-03-06T01:57:12.489Z # # # #
16262026-03-06T01:57:12.489Z # # # # #
16272026-03-06T01:57:12.489Z # ###### #### #
16282026-03-06T01:57:12.489Z
16292026-03-06T01:57:12.489Z+ for feat in tofino_stub tofino_asic softnpu chaos
16302026-03-06T01:57:12.489Z+ RUST_BACKTRACE=full
16312026-03-06T01:57:12.489Z+ cargo test --features tofino_stub --no-fail-fast
16322026-03-06T01:57:13.902Z Compiling unicode-ident v1.0.24
16332026-03-06T01:57:13.905Z Compiling cfg-if v1.0.3
16342026-03-06T01:57:13.905Z Compiling memchr v2.7.5
16352026-03-06T01:57:14.049Z Compiling serde_core v1.0.228
16362026-03-06T01:57:14.079Z Compiling itoa v1.0.15
16372026-03-06T01:57:14.080Z Compiling libc v0.2.176
16382026-03-06T01:57:14.084Z Compiling zmij v1.0.17
16392026-03-06T01:57:14.137Z Compiling log v0.4.29
16402026-03-06T01:57:14.205Z Compiling proc-macro2 v1.0.106
16412026-03-06T01:57:14.309Z Compiling libm v0.2.15
16422026-03-06T01:57:14.495Z Compiling heck v0.5.0
16432026-03-06T01:57:15.084Z Compiling quote v1.0.44
16442026-03-06T01:57:15.479Z Compiling equivalent v1.0.2
16452026-03-06T01:57:15.553Z Compiling syn v2.0.117
16462026-03-06T01:57:15.635Z Compiling smallvec v1.15.1
16472026-03-06T01:57:15.656Z Compiling allocator-api2 v0.2.21
16482026-03-06T01:57:15.816Z Compiling iana-time-zone v0.1.64
16492026-03-06T01:57:15.917Z Compiling foldhash v0.2.0
16502026-03-06T01:57:16.068Z Compiling dyn-clone v1.0.20
16512026-03-06T01:57:16.346Z Compiling hashbrown v0.16.1
16522026-03-06T01:57:16.368Z Compiling regex-syntax v0.8.6
16532026-03-06T01:57:16.390Z Compiling aho-corasick v1.1.3
16542026-03-06T01:57:16.409Z Compiling stable_deref_trait v1.2.0
16552026-03-06T01:57:16.554Z Compiling pin-project-lite v0.2.16
16562026-03-06T01:57:16.734Z Compiling fnv v1.0.7
16572026-03-06T01:57:16.896Z Compiling percent-encoding v2.3.2
16582026-03-06T01:57:17.246Z Compiling litemap v0.8.0
16592026-03-06T01:57:17.294Z Compiling writeable v0.6.1
16602026-03-06T01:57:17.677Z Compiling icu_normalizer_data v2.0.0
16612026-03-06T01:57:17.713Z Compiling icu_properties_data v2.0.1
16622026-03-06T01:57:17.818Z Compiling form_urlencoded v1.2.2
16632026-03-06T01:57:17.984Z Compiling utf8_iter v1.0.4
16642026-03-06T01:57:18.005Z Compiling scopeguard v1.2.0
16652026-03-06T01:57:18.180Z Compiling lock_api v0.4.13
16662026-03-06T01:57:18.203Z Compiling num-traits v0.2.19
16672026-03-06T01:57:18.261Z Compiling getrandom v0.3.3
16682026-03-06T01:57:18.604Z Compiling semver v1.0.27
16692026-03-06T01:57:18.633Z Compiling serde_json v1.0.149
16702026-03-06T01:57:18.904Z Compiling indexmap v2.13.0
16712026-03-06T01:57:19.467Z Compiling byteorder v1.5.0
16722026-03-06T01:57:19.980Z Compiling regex-automata v0.4.13
16732026-03-06T01:57:20.075Z Compiling ucd-trie v0.1.7
16742026-03-06T01:57:20.148Z Compiling uuid v1.20.0
16752026-03-06T01:57:20.435Z Compiling futures-core v0.3.32
16762026-03-06T01:57:20.849Z Compiling num-conv v0.1.0
16772026-03-06T01:57:20.995Z Compiling time-core v0.1.6
16782026-03-06T01:57:21.059Z Compiling futures-sink v0.3.31
16792026-03-06T01:57:21.101Z Compiling ryu v1.0.20
16802026-03-06T01:57:21.158Z Compiling regress v0.10.5
16812026-03-06T01:57:21.307Z Compiling time-macros v0.2.24
16822026-03-06T01:57:21.474Z Compiling glob v0.3.3
16832026-03-06T01:57:22.504Z Compiling slab v0.4.11
16842026-03-06T01:57:22.863Z Compiling pretty-hex v0.4.1
16852026-03-06T01:57:22.952Z Compiling synstructure v0.13.2
16862026-03-06T01:57:23.055Z Compiling serde_derive_internals v0.29.1
16872026-03-06T01:57:23.113Z Compiling minimal-lexical v0.2.1
16882026-03-06T01:57:23.465Z Compiling clang-sys v1.8.1
16892026-03-06T01:57:23.641Z Compiling nom v7.1.3
16902026-03-06T01:57:23.853Z Compiling strsim v0.11.1
16912026-03-06T01:57:24.137Z Compiling regex v1.12.3
16922026-03-06T01:57:24.227Z Compiling prettyplease v0.2.37
16932026-03-06T01:57:24.701Z Compiling plain v0.2.3
16942026-03-06T01:57:24.925Z Compiling libloading v0.8.9
16952026-03-06T01:57:25.316Z Compiling bindgen v0.72.1
16962026-03-06T01:57:25.369Z Compiling futures-channel v0.3.31
16972026-03-06T01:57:25.458Z Compiling pin-utils v0.1.0
16982026-03-06T01:57:25.580Z Compiling syn v1.0.109
16992026-03-06T01:57:25.812Z Compiling futures-io v0.3.31
17002026-03-06T01:57:26.141Z Compiling futures-task v0.3.31
17012026-03-06T01:57:26.492Z Compiling socket2 v0.6.0
17022026-03-06T01:57:26.673Z Compiling serde_derive v1.0.228
17032026-03-06T01:57:27.045Z Compiling zerofrom-derive v0.1.6
17042026-03-06T01:57:27.493Z Compiling yoke-derive v0.8.0
17052026-03-06T01:57:27.528Z Compiling zerovec-derive v0.11.1
17062026-03-06T01:57:27.570Z Compiling displaydoc v0.2.5
17072026-03-06T01:57:29.225Z Compiling thiserror-impl v2.0.18
17082026-03-06T01:57:29.995Z Compiling schemars_derive v0.8.22
17092026-03-06T01:57:30.106Z Compiling tokio-macros v2.6.0
17102026-03-06T01:57:30.155Z Compiling zerocopy-derive v0.8.27
17112026-03-06T01:57:31.124Z Compiling zeroize_derive v1.4.3
17122026-03-06T01:57:31.696Z Compiling futures-macro v0.3.31
17132026-03-06T01:57:32.084Z Compiling thiserror v2.0.18
17142026-03-06T01:57:32.279Z Compiling zerofrom v0.1.6
17152026-03-06T01:57:32.493Z Compiling thiserror-impl v1.0.69
17162026-03-06T01:57:32.522Z Compiling yoke v0.8.0
17172026-03-06T01:57:32.862Z Compiling tracing-attributes v0.1.30
17182026-03-06T01:57:32.936Z Compiling zerovec v0.11.4
17192026-03-06T01:57:33.133Z Compiling zerocopy v0.8.27
17202026-03-06T01:57:33.539Z Compiling zerotrie v0.2.2
17212026-03-06T01:57:33.577Z Compiling serde v1.0.228
17222026-03-06T01:57:34.235Z Compiling pest v2.8.2
17232026-03-06T01:57:34.799Z Compiling bytes v1.11.1
17242026-03-06T01:57:34.891Z Compiling serde_tokenstream v0.2.3
17252026-03-06T01:57:34.913Z Compiling tinystr v0.8.1
17262026-03-06T01:57:35.264Z Compiling potential_utf v0.1.3
17272026-03-06T01:57:35.330Z Compiling icu_locale_core v2.0.0
17282026-03-06T01:57:35.367Z Compiling chrono v0.4.43
17292026-03-06T01:57:35.447Z Compiling cexpr v0.6.0
17302026-03-06T01:57:35.577Z Compiling icu_collections v2.0.0
17312026-03-06T01:57:35.840Z Compiling http v1.4.0
17322026-03-06T01:57:36.702Z Compiling icu_provider v2.0.0
17332026-03-06T01:57:36.880Z Compiling pest_meta v2.8.2
17342026-03-06T01:57:37.367Z Compiling icu_normalizer v2.0.0
17352026-03-06T01:57:37.402Z Compiling icu_properties v2.0.1
17362026-03-06T01:57:37.430Z Compiling scroll_derive v0.13.1
17372026-03-06T01:57:37.750Z Compiling schemars v0.8.22
17382026-03-06T01:57:38.219Z Compiling async-trait v0.1.89
17392026-03-06T01:57:38.846Z Compiling pest_generator v2.8.2
17402026-03-06T01:57:39.432Z Compiling scroll v0.13.0
17412026-03-06T01:57:40.041Z Compiling idna_adapter v1.2.1
17422026-03-06T01:57:40.317Z Compiling idna v1.1.0
17432026-03-06T01:57:40.484Z Compiling thiserror v1.0.69
17442026-03-06T01:57:40.505Z Compiling goblin v0.10.1
17452026-03-06T01:57:40.634Z Compiling parking_lot_core v0.9.11
17462026-03-06T01:57:40.657Z Compiling signal-hook-registry v1.4.6
17472026-03-06T01:57:40.677Z Compiling pest_derive v2.8.2
17482026-03-06T01:57:40.680Z Compiling mio v1.0.4
17492026-03-06T01:57:41.243Z Compiling url v2.5.7
17502026-03-06T01:57:41.480Z Compiling parking_lot v0.12.4
17512026-03-06T01:57:41.692Z Compiling dtrace-parser v0.3.0
17522026-03-06T01:57:41.895Z Compiling thread-id v5.0.0
17532026-03-06T01:57:42.091Z Compiling tokio v1.49.0
17542026-03-06T01:57:42.202Z Compiling openapiv3 v2.2.0
17552026-03-06T01:57:43.183Z Compiling daft-derive v0.1.4
17562026-03-06T01:57:43.271Z Compiling darling_core v0.21.3
17572026-03-06T01:57:44.361Z Compiling typify-impl v0.4.3
17582026-03-06T01:57:45.480Z Compiling serde_yaml v0.9.34+deprecated
17592026-03-06T01:57:48.337Z Compiling dof v0.4.0
17602026-03-06T01:57:48.752Z Compiling ppv-lite86 v0.2.21
17612026-03-06T01:57:48.951Z Compiling bitflags v2.9.4
17622026-03-06T01:57:49.218Z Compiling darling_macro v0.21.3
17632026-03-06T01:57:49.418Z Compiling openssl-macros v0.1.1
17642026-03-06T01:57:49.551Z Compiling aws-lc-sys v0.31.0
17652026-03-06T01:57:49.571Z Compiling usdt-impl v0.6.0
17662026-03-06T01:57:50.248Z Compiling getrandom v0.2.16
17672026-03-06T01:57:50.270Z Compiling darling v0.21.3
17682026-03-06T01:57:50.409Z Compiling base64 v0.22.1
17692026-03-06T01:57:50.598Z Compiling http-body v1.0.1
17702026-03-06T01:57:50.888Z Compiling erased-serde v0.3.31
17712026-03-06T01:57:51.037Z Compiling typenum v1.18.0
17722026-03-06T01:57:51.117Z Compiling portable-atomic v1.11.1
17732026-03-06T01:57:51.135Z Compiling ipnet v2.11.0
17742026-03-06T01:57:52.207Z Compiling atomic-waker v1.1.2
17752026-03-06T01:57:52.297Z Compiling anyhow v1.0.100
17762026-03-06T01:57:52.324Z Compiling httparse v1.10.1
17772026-03-06T01:57:52.423Z Compiling tower-layer v0.3.3
17782026-03-06T01:57:52.427Z Compiling tower-service v0.3.3
17792026-03-06T01:57:52.598Z Compiling untrusted v0.9.0
17802026-03-06T01:57:52.630Z Compiling usdt-macro v0.6.0
17812026-03-06T01:57:52.772Z Compiling usdt-attr-macro v0.6.0
17822026-03-06T01:57:52.834Z Compiling critical-section v1.2.0
17832026-03-06T01:57:52.996Z Compiling once_cell v1.21.3
17842026-03-06T01:57:53.183Z Compiling zeroize v1.8.1
17852026-03-06T01:57:53.797Z Compiling try-lock v0.2.5
17862026-03-06T01:57:54.211Z Compiling want v0.3.1
17872026-03-06T01:57:54.750Z Compiling httpdate v1.0.3
17882026-03-06T01:57:54.910Z Compiling structmeta-derive v0.3.0
17892026-03-06T01:57:55.913Z Compiling newtype-uuid-macros v0.1.0
17902026-03-06T01:57:56.000Z Compiling strum_macros v0.26.4
17912026-03-06T01:57:57.299Z Compiling structmeta v0.3.0
17922026-03-06T01:57:57.715Z Compiling async-stream-impl v0.3.6
17932026-03-06T01:57:57.926Z Compiling powerfmt v0.2.0
17942026-03-06T01:57:58.360Z Compiling deranged v0.5.3
17952026-03-06T01:57:58.889Z Compiling num_threads v0.1.7
17962026-03-06T01:57:59.029Z Compiling omicron-workspace-hack v0.1.0
17972026-03-06T01:57:59.062Z Compiling dropshot_endpoint v0.16.7
17982026-03-06T01:57:59.161Z Compiling http-body-util v0.1.3
17992026-03-06T01:57:59.543Z Compiling ref-cast-impl v1.0.25
18002026-03-06T01:57:59.660Z Compiling typify-macro v0.4.3
18012026-03-06T01:57:59.681Z Compiling derive-ex v0.1.8
18022026-03-06T01:58:00.403Z Compiling serde_urlencoded v0.7.1
18032026-03-06T01:58:00.803Z Compiling strum_macros v0.27.2
18042026-03-06T01:58:00.989Z Compiling sync_wrapper v1.0.2
18052026-03-06T01:58:01.182Z Compiling serde_with_macros v3.14.1
18062026-03-06T01:58:02.129Z Compiling subtle v2.6.1
18072026-03-06T01:58:02.470Z Compiling iri-string v0.7.8
18082026-03-06T01:58:03.023Z Compiling rand_core v0.6.4
18092026-03-06T01:58:03.450Z Compiling test-strategy v0.4.3
18102026-03-06T01:58:03.507Z Compiling futures-util v0.3.31
18112026-03-06T01:58:03.759Z Compiling thread_local v1.1.9
18122026-03-06T01:58:04.355Z Compiling typify v0.4.3
18132026-03-06T01:58:04.516Z Compiling progenitor-impl v0.11.1
18142026-03-06T01:58:05.386Z Compiling match_cfg v0.1.0
18152026-03-06T01:58:05.516Z Compiling parse-display-derive v0.10.0
18162026-03-06T01:58:05.621Z Compiling tracing-core v0.1.34
18172026-03-06T01:58:06.572Z Compiling toml_datetime v0.6.11
18182026-03-06T01:58:06.681Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18192026-03-06T01:58:06.983Z Compiling take_mut v0.2.2
18202026-03-06T01:58:07.007Z Compiling term v1.2.0
18212026-03-06T01:58:07.178Z Compiling tracing v0.1.41
18222026-03-06T01:58:08.281Z Compiling clap_derive v4.5.49
18232026-03-06T01:58:08.558Z Compiling camino v1.2.2
18242026-03-06T01:58:09.275Z Compiling fastrand v2.3.0
18252026-03-06T01:58:09.421Z Compiling cpufeatures v0.2.17
18262026-03-06T01:58:09.491Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18272026-03-06T01:58:09.657Z Compiling encoding_rs v0.8.35
18282026-03-06T01:58:09.843Z Compiling mime v0.3.17
18292026-03-06T01:58:09.892Z Compiling unicode-width v0.2.1
18302026-03-06T01:58:10.940Z Compiling errno v0.3.14
18312026-03-06T01:58:11.218Z Compiling generic-array v0.14.7
18322026-03-06T01:58:12.459Z Compiling hex v0.4.3
18332026-03-06T01:58:13.367Z Compiling progenitor-macro v0.11.1
18342026-03-06T01:58:13.502Z Compiling ipnetwork v0.21.1
18352026-03-06T01:58:13.749Z Compiling crossbeam-utils v0.8.21
18362026-03-06T01:58:14.075Z Compiling rustix v1.1.2
18372026-03-06T01:58:14.438Z Compiling slog v2.8.2
18382026-03-06T01:58:14.669Z Compiling tokio-util v0.7.16
18392026-03-06T01:58:14.952Z Compiling winnow v0.7.14
18402026-03-06T01:58:15.502Z Compiling crypto-common v0.1.6
18412026-03-06T01:58:15.750Z Compiling rand_core v0.9.3
18422026-03-06T01:58:16.200Z Compiling h2 v0.4.12
18432026-03-06T01:58:16.256Z Compiling oxnet v0.1.4
18442026-03-06T01:58:17.190Z Compiling itertools v0.14.0
18452026-03-06T01:58:17.952Z Compiling rand_chacha v0.9.0
18462026-03-06T01:58:19.297Z Compiling rand v0.9.2
18472026-03-06T01:58:20.303Z Compiling rustls-pki-types v1.12.0
18482026-03-06T01:58:20.688Z Compiling debug-ignore v1.0.5
18492026-03-06T01:58:21.080Z Compiling quick-error v1.2.3
18502026-03-06T01:58:21.265Z Compiling hyper v1.8.1
18512026-03-06T01:58:21.343Z Compiling spin v0.9.8
18522026-03-06T01:58:21.564Z Compiling toml_parser v1.0.6+spec-1.1.0
18532026-03-06T01:58:23.081Z Compiling tabwriter v1.4.1
18542026-03-06T01:58:23.248Z Compiling serde_spanned v1.0.4
18552026-03-06T01:58:23.539Z Compiling toml_datetime v0.7.5+spec-1.1.0
18562026-03-06T01:58:23.561Z Compiling lazy_static v1.5.0
18572026-03-06T01:58:23.712Z Compiling hyper-util v0.1.19
18582026-03-06T01:58:23.734Z Compiling bit-vec v0.8.0
18592026-03-06T01:58:24.188Z Compiling colored v3.0.0
18602026-03-06T01:58:24.191Z Compiling toml_writer v1.0.6+spec-1.1.0
18612026-03-06T01:58:24.632Z Compiling toml v0.9.11+spec-1.1.0
18622026-03-06T01:58:24.702Z Compiling bit-set v0.8.0
18632026-03-06T01:58:24.725Z Compiling time v0.3.44
18642026-03-06T01:58:24.984Z Compiling strum v0.26.3
18652026-03-06T01:58:25.018Z Compiling async-stream v0.3.6
18662026-03-06T01:58:25.199Z Compiling ring v0.17.14
18672026-03-06T01:58:25.241Z Compiling waitgroup v0.1.2
18682026-03-06T01:58:25.328Z Compiling serde_path_to_error v0.1.20
18692026-03-06T01:58:25.500Z Compiling unarray v0.1.4
18702026-03-06T01:58:25.701Z Compiling anstyle v1.0.11
18712026-03-06T01:58:26.153Z Compiling crossbeam-channel v0.5.15
18722026-03-06T01:58:26.174Z Compiling block-buffer v0.10.4
18732026-03-06T01:58:26.194Z Compiling macaddr v1.0.1
18742026-03-06T01:58:26.456Z Compiling utf8parse v0.2.2
18752026-03-06T01:58:26.654Z Compiling anstyle-parse v0.2.7
18762026-03-06T01:58:26.676Z Compiling digest v0.10.7
18772026-03-06T01:58:27.136Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18782026-03-06T01:58:27.203Z Compiling ref-cast v1.0.25
18792026-03-06T01:58:27.381Z Compiling colorchoice v1.0.4
18802026-03-06T01:58:27.484Z Compiling is_terminal_polyfill v1.70.1
18812026-03-06T01:58:27.510Z Compiling anstyle-query v1.1.4
18822026-03-06T01:58:27.589Z Compiling strum v0.27.2
18832026-03-06T01:58:27.640Z Compiling is-terminal v0.4.16
18842026-03-06T01:58:27.726Z Compiling anstream v0.6.20
18852026-03-06T01:58:28.144Z Compiling clap_lex v0.7.5
18862026-03-06T01:58:28.417Z Compiling slog-term v2.9.2
18872026-03-06T01:58:28.533Z Compiling slog-json v2.6.1
18882026-03-06T01:58:28.672Z Compiling slog-async v2.8.0
18892026-03-06T01:58:28.813Z Compiling tower v0.5.2
18902026-03-06T01:58:28.928Z Compiling hostname v0.3.1
18912026-03-06T01:58:29.872Z Compiling tower-http v0.6.8
18922026-03-06T01:58:29.913Z Compiling slog-bunyan v2.5.0
18932026-03-06T01:58:30.635Z Compiling futures-executor v0.3.31
18942026-03-06T01:58:30.776Z Compiling instant v0.1.13
18952026-03-06T01:58:30.966Z Compiling futures v0.3.31
18962026-03-06T01:58:31.113Z Compiling openssl-sys v0.9.109
18972026-03-06T01:58:32.917Z Compiling memmap2 v0.9.8
18982026-03-06T01:58:33.049Z Compiling foreign-types-shared v0.1.1
18992026-03-06T01:58:33.192Z Compiling untrusted v0.7.1
19002026-03-06T01:58:33.239Z Compiling foreign-types v0.3.2
19012026-03-06T01:58:33.371Z Compiling tempfile v3.23.0
19022026-03-06T01:58:34.290Z Compiling openssl-probe v0.1.6
19032026-03-06T01:58:35.046Z Compiling openssl v0.10.73
19042026-03-06T01:58:35.690Z Compiling either v1.15.0
19052026-03-06T01:58:36.167Z Compiling webpki-roots v1.0.2
19062026-03-06T01:58:37.706Z Compiling usdt v0.6.0
19072026-03-06T01:58:38.260Z Compiling newtype-uuid v1.3.2
19082026-03-06T01:58:39.828Z Compiling daft v0.1.4
19092026-03-06T01:58:41.005Z Compiling native-tls v0.2.14
19102026-03-06T01:58:41.682Z Compiling tokio-native-tls v0.3.1
19112026-03-06T01:58:41.970Z Compiling hyper-tls v0.6.0
19122026-03-06T01:58:42.278Z Compiling rustls-webpki v0.102.8
19132026-03-06T01:58:43.333Z Compiling rustls v0.22.4
19142026-03-06T01:58:47.334Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19152026-03-06T01:58:47.880Z Compiling tokio-rustls v0.25.0
19162026-03-06T01:58:48.788Z Compiling sha1 v0.10.6
19172026-03-06T01:58:48.890Z Compiling multer v3.1.0
19182026-03-06T01:58:49.233Z Compiling rustls-pemfile v2.2.0
19192026-03-06T01:58:49.635Z Compiling terminal_size v0.4.3
19202026-03-06T01:58:50.005Z Compiling rand_chacha v0.3.1
19212026-03-06T01:58:50.770Z Compiling hostname v0.4.2
19222026-03-06T01:58:50.815Z Compiling wait-timeout v0.2.1
19232026-03-06T01:58:51.519Z Compiling rusty-fork v0.3.0
19242026-03-06T01:58:51.812Z Compiling dropshot v0.16.7
19252026-03-06T01:58:53.189Z Compiling rand v0.8.5
19262026-03-06T01:58:53.337Z Compiling rustls-webpki v0.103.6
19272026-03-06T01:58:54.746Z Compiling rand_xorshift v0.4.0
19282026-03-06T01:58:55.323Z Compiling proptest v1.8.0
19292026-03-06T01:58:56.401Z Compiling rustls v0.23.32
19302026-03-06T01:58:59.330Z Compiling clap_builder v4.5.50
19312026-03-06T01:59:01.329Z Compiling hubpack_derive v0.1.1
19322026-03-06T01:59:02.195Z Compiling aws-lc-rs v1.14.0
19332026-03-06T01:59:03.412Z Compiling clap v4.5.50
19342026-03-06T01:59:03.563Z Compiling tokio-rustls v0.26.3
19352026-03-06T01:59:04.876Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19362026-03-06T01:59:05.829Z Compiling serde_spanned v0.6.9
19372026-03-06T01:59:06.126Z Compiling winnow v0.5.40
19382026-03-06T01:59:06.840Z Compiling hyper-rustls v0.27.7
19392026-03-06T01:59:08.526Z Compiling serde_with v3.14.1
19402026-03-06T01:59:08.910Z Compiling reqwest v0.12.23
19412026-03-06T01:59:09.626Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19422026-03-06T01:59:10.360Z Compiling rustc-hash v2.1.1
19432026-03-06T01:59:10.563Z Compiling iddqd v0.3.17
19442026-03-06T01:59:12.090Z Compiling backoff v0.4.0
19452026-03-06T01:59:12.552Z Compiling parse-display v0.10.0
19462026-03-06T01:59:12.855Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19472026-03-06T01:59:13.204Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19482026-03-06T01:59:16.468Z Compiling progenitor-client v0.11.1
19492026-03-06T01:59:18.406Z Compiling num-derive v0.3.3
19502026-03-06T01:59:20.505Z Compiling progenitor-client v0.10.0
19512026-03-06T01:59:20.527Z Compiling progenitor v0.11.1
19522026-03-06T01:59:20.778Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19532026-03-06T01:59:21.078Z Compiling toml_write v0.1.2
19542026-03-06T01:59:22.663Z Compiling toml_edit v0.22.27
19552026-03-06T01:59:26.960Z Compiling toml_edit v0.19.15
19562026-03-06T01:59:28.145Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19572026-03-06T01:59:28.254Z Compiling num-integer v0.1.46
19582026-03-06T01:59:28.538Z Compiling float-ord v0.3.2
19592026-03-06T01:59:29.158Z Compiling toml v0.8.23
19602026-03-06T01:59:30.788Z Compiling proc-macro-crate v1.3.1
19612026-03-06T01:59:34.399Z Compiling num-iter v0.1.45
19622026-03-06T01:59:34.626Z Compiling num-rational v0.4.2
19632026-03-06T01:59:36.662Z Compiling num-complex v0.4.6
19642026-03-06T01:59:39.295Z Compiling num v0.4.3
19652026-03-06T01:59:46.709Z Compiling zerocopy-derive v0.7.35
19662026-03-06T01:59:48.477Z Compiling ingot-macros v0.1.1
19672026-03-06T01:59:48.668Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19682026-03-06T01:59:48.704Z Compiling scroll_derive v0.12.1
19692026-03-06T01:59:50.183Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19702026-03-06T01:59:51.242Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19712026-03-06T01:59:51.382Z Compiling zerocopy v0.7.35
19722026-03-06T01:59:52.883Z Compiling num_enum_derive v0.7.5
19732026-03-06T01:59:55.255Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19742026-03-06T01:59:56.545Z Compiling memoffset v0.9.1
19752026-03-06T01:59:57.148Z Compiling foreign-types-macros v0.2.3
19762026-03-06T01:59:59.210Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-03-06T01:59:59.852Z Compiling nix v0.30.1
19782026-03-06T02:00:01.078Z Compiling libscf-sys v1.1.0
19792026-03-06T02:00:02.798Z Compiling proc-macro-error-attr2 v2.0.0
19802026-03-06T02:00:02.954Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19812026-03-06T02:00:03.298Z Compiling proc-macro-error-attr v1.0.4
19822026-03-06T02:00:03.688Z Compiling proc-macro-error2 v2.0.1
19832026-03-06T02:00:04.036Z Compiling dtrace-parser v0.2.0
19842026-03-06T02:00:04.105Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19852026-03-06T02:00:04.212Z Compiling tabled_derive v0.11.0
19862026-03-06T02:00:04.761Z Compiling proc-macro-error v1.0.4
19872026-03-06T02:00:05.264Z Compiling dof v0.3.0
19882026-03-06T02:00:05.283Z Compiling num_enum_derive v0.5.11
19892026-03-06T02:00:06.123Z Compiling hubpack v0.1.2
19902026-03-06T02:00:06.412Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19912026-03-06T02:00:06.596Z Compiling thread-id v4.2.2
19922026-03-06T02:00:07.153Z Compiling static_assertions v1.1.0
19932026-03-06T02:00:07.366Z Compiling usdt-impl v0.5.0
19942026-03-06T02:00:09.244Z Compiling derive_more v0.99.20
19952026-03-06T02:00:12.465Z Compiling bytecount v0.6.9
19962026-03-06T02:00:13.579Z Compiling usdt-attr-macro v0.5.0
19972026-03-06T02:00:14.057Z Compiling usdt-macro v0.5.0
19982026-03-06T02:00:15.493Z Compiling zone_cfg_derive v0.3.1
19992026-03-06T02:00:15.514Z Compiling num-derive v0.4.2
20002026-03-06T02:00:15.534Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20012026-03-06T02:00:16.680Z Compiling rustc_version v0.4.1
20022026-03-06T02:00:16.872Z Compiling crossbeam-epoch v0.9.18
20032026-03-06T02:00:17.272Z Compiling papergrid v0.17.0
20042026-03-06T02:00:17.560Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20052026-03-06T02:00:17.609Z Compiling testing_table v0.3.0
20062026-03-06T02:00:17.764Z Compiling enum-as-inner v0.6.1
20072026-03-06T02:00:17.956Z Compiling curve25519-dalek v4.1.3
20082026-03-06T02:00:18.511Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20092026-03-06T02:00:19.069Z Compiling crossbeam-deque v0.8.6
20102026-03-06T02:00:19.157Z Compiling typify-impl v0.6.1
20112026-03-06T02:00:19.264Z Compiling thiserror-impl-no-std v2.0.2
20122026-03-06T02:00:19.470Z Compiling curve25519-dalek-derive v0.1.1
20132026-03-06T02:00:20.978Z Compiling tabled v0.20.0
20142026-03-06T02:00:21.126Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20152026-03-06T02:00:21.668Z Compiling rayon-core v1.13.0
20162026-03-06T02:00:21.819Z Compiling scroll v0.12.0
20172026-03-06T02:00:22.406Z Compiling hash32 v0.3.1
20182026-03-06T02:00:22.747Z Compiling heapless v0.8.0
20192026-03-06T02:00:23.072Z Compiling goblin v0.8.2
20202026-03-06T02:00:23.496Z Compiling ingot-types v0.1.2
20212026-03-06T02:00:24.435Z Compiling cobs v0.3.0
20222026-03-06T02:00:24.535Z Compiling managed v0.8.0
20232026-03-06T02:00:24.800Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20242026-03-06T02:00:25.034Z Compiling foreign-types-shared v0.3.1
20252026-03-06T02:00:25.112Z Compiling bitflags v1.3.2
20262026-03-06T02:00:25.143Z Compiling postcard v1.1.3
20272026-03-06T02:00:25.189Z Compiling foreign-types v0.5.0
20282026-03-06T02:00:25.258Z Compiling smoltcp v0.11.0
20292026-03-06T02:00:25.879Z Compiling ingot v0.1.1
20302026-03-06T02:00:27.313Z Compiling num_enum v0.7.5
20312026-03-06T02:00:27.549Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20322026-03-06T02:00:27.793Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20332026-03-06T02:00:27.990Z Compiling camino-tempfile v1.4.1
20342026-03-06T02:00:28.299Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20352026-03-06T02:00:28.420Z Compiling derive-where v1.6.0
20362026-03-06T02:00:28.514Z Compiling serde_repr v0.1.20
20372026-03-06T02:00:29.749Z Compiling cstr-argument v0.1.2
20382026-03-06T02:00:30.067Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20392026-03-06T02:00:30.662Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20402026-03-06T02:00:31.611Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20412026-03-06T02:00:32.021Z Compiling rayon v1.11.0
20422026-03-06T02:00:33.509Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20432026-03-06T02:00:33.692Z Compiling crucible-workspace-hack v0.1.0
20442026-03-06T02:00:34.653Z Compiling typify-macro v0.6.1
20452026-03-06T02:00:35.163Z Compiling memmap v0.7.0
20462026-03-06T02:00:35.167Z Compiling tinyvec_macros v0.1.1
20472026-03-06T02:00:35.542Z Compiling usdt v0.5.0
20482026-03-06T02:00:35.563Z Compiling tinyvec v1.10.0
20492026-03-06T02:00:35.944Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20502026-03-06T02:00:36.391Z Compiling num_enum v0.5.11
20512026-03-06T02:00:36.989Z Compiling pin-project-internal v1.1.10
20522026-03-06T02:00:39.195Z Compiling typify v0.6.1
20532026-03-06T02:00:39.214Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20542026-03-06T02:00:39.357Z Compiling progenitor-impl v0.13.0
20552026-03-06T02:00:39.530Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20562026-03-06T02:00:39.852Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20572026-03-06T02:00:40.238Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20582026-03-06T02:00:41.066Z Compiling rustix v0.38.44
20592026-03-06T02:00:41.452Z Compiling itertools v0.12.1
20602026-03-06T02:00:41.605Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20612026-03-06T02:00:41.857Z Compiling progenitor-impl v0.10.0
20622026-03-06T02:00:42.548Z Compiling sigpipe v0.1.3
20632026-03-06T02:00:42.764Z Compiling jiff v0.2.15
20642026-03-06T02:00:43.084Z Compiling const_format_proc_macros v0.2.34
20652026-03-06T02:00:43.497Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20662026-03-06T02:00:43.929Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20672026-03-06T02:00:44.504Z Compiling zone v0.3.1
20682026-03-06T02:00:46.065Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20692026-03-06T02:00:46.514Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20702026-03-06T02:00:47.641Z Compiling secrecy v0.10.3
20712026-03-06T02:00:47.708Z Compiling smf v0.2.3
20722026-03-06T02:00:47.967Z Compiling snafu-derive v0.8.9
20732026-03-06T02:00:48.168Z Compiling progenitor-macro v0.13.0
20742026-03-06T02:00:49.128Z Compiling async-recursion v1.1.1
20752026-03-06T02:00:49.507Z Compiling bstr v1.12.0
20762026-03-06T02:00:50.037Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20772026-03-06T02:00:50.597Z Compiling progenitor-macro v0.10.0
20782026-03-06T02:00:50.681Z Compiling whoami v1.6.1
20792026-03-06T02:00:51.358Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20802026-03-06T02:00:55.230Z Compiling hmac v0.12.1
20812026-03-06T02:00:55.800Z Compiling inout v0.1.4
20822026-03-06T02:00:55.903Z Compiling ff v0.13.1
20832026-03-06T02:00:56.094Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20842026-03-06T02:00:56.169Z Compiling crc8 v0.1.1
20852026-03-06T02:00:56.389Z Compiling data-encoding v2.9.0
20862026-03-06T02:00:57.314Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20872026-03-06T02:00:58.625Z Compiling group v0.13.0
20882026-03-06T02:00:58.847Z Compiling cipher v0.4.4
20892026-03-06T02:00:59.230Z Compiling hkdf v0.12.4
20902026-03-06T02:00:59.316Z Compiling atomicwrites v0.4.4
20912026-03-06T02:00:59.705Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20922026-03-06T02:00:59.725Z Compiling tokio-dtrace v0.1.1
20932026-03-06T02:01:00.258Z Compiling tabled_derive v0.7.0
20942026-03-06T02:01:02.201Z Compiling reqwest v0.13.2
20952026-03-06T02:01:02.334Z Compiling universal-hash v0.5.1
20962026-03-06T02:01:02.576Z Compiling crypto-bigint v0.5.5
20972026-03-06T02:01:02.630Z Compiling dropshot-api-manager-types v0.5.2
20982026-03-06T02:01:03.399Z Compiling half v2.7.1
20992026-03-06T02:01:03.484Z Compiling base64ct v1.8.0
21002026-03-06T02:01:04.161Z Compiling ciborium-io v0.2.2
21012026-03-06T02:01:04.250Z Compiling base16ct v0.2.0
21022026-03-06T02:01:04.330Z Compiling opaque-debug v0.3.1
21032026-03-06T02:01:04.422Z Compiling indent_write v2.2.0
21042026-03-06T02:01:04.472Z Compiling poly1305 v0.8.0
21052026-03-06T02:01:04.578Z Compiling progenitor-client v0.13.0
21062026-03-06T02:01:04.701Z Compiling ciborium-ll v0.2.2
21072026-03-06T02:01:05.168Z Compiling password-hash v0.5.0
21082026-03-06T02:01:06.058Z Compiling elliptic-curve v0.13.8
21092026-03-06T02:01:06.641Z Compiling oxide-tokio-rt v0.1.2
21102026-03-06T02:01:06.684Z Compiling chacha20 v0.9.1
21112026-03-06T02:01:06.997Z Compiling similar v2.7.0
21122026-03-06T02:01:07.164Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21132026-03-06T02:01:08.106Z Compiling thiserror-no-std v2.0.2
21142026-03-06T02:01:09.924Z Compiling blake2 v0.10.6
21152026-03-06T02:01:10.984Z Compiling aead v0.5.2
21162026-03-06T02:01:11.044Z Compiling resolv-conf v0.7.5
21172026-03-06T02:01:11.335Z Compiling linked-hash-map v0.5.6
21182026-03-06T02:01:11.339Z Compiling keccak v0.1.5
21192026-03-06T02:01:11.687Z Compiling sha3 v0.10.8
21202026-03-06T02:01:11.844Z Compiling lru-cache v0.1.2
21212026-03-06T02:01:12.084Z Compiling chacha20poly1305 v0.10.1
21222026-03-06T02:01:12.101Z Compiling argon2 v0.5.3
21232026-03-06T02:01:12.322Z Compiling vsss-rs v3.3.4
21242026-03-06T02:01:12.517Z Compiling progenitor v0.13.0
21252026-03-06T02:01:12.931Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21262026-03-06T02:01:13.969Z Compiling ciborium v0.2.2
21272026-03-06T02:01:14.006Z Compiling hickory-proto v0.24.4
21282026-03-06T02:01:16.031Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21292026-03-06T02:01:16.311Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21302026-03-06T02:01:16.544Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21312026-03-06T02:01:17.110Z Compiling serde-big-array v0.5.1
21322026-03-06T02:01:17.224Z Compiling same-file v1.0.6
21332026-03-06T02:01:17.568Z Compiling unicode-segmentation v1.12.0
21342026-03-06T02:01:18.039Z Compiling siphasher v1.0.1
21352026-03-06T02:01:18.343Z Compiling newline-converter v0.3.0
21362026-03-06T02:01:18.469Z Compiling hickory-resolver v0.24.4
21372026-03-06T02:01:18.522Z Compiling phf_shared v0.12.1
21382026-03-06T02:01:18.900Z Compiling walkdir v2.5.0
21392026-03-06T02:01:18.920Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21402026-03-06T02:01:19.128Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21412026-03-06T02:01:20.727Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21422026-03-06T02:01:21.963Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21432026-03-06T02:01:22.481Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
21442026-03-06T02:01:23.515Z Compiling newtype_derive v0.1.6
21452026-03-06T02:01:23.578Z Compiling owo-colors v4.3.0
21462026-03-06T02:01:23.662Z Compiling tokio-stream v0.1.17
21472026-03-06T02:01:24.708Z Compiling console v0.15.11
21482026-03-06T02:01:25.051Z Compiling csv-core v0.1.12
21492026-03-06T02:01:25.641Z Compiling swrite v0.1.0
21502026-03-06T02:01:25.729Z Compiling foldhash v0.1.5
21512026-03-06T02:01:25.821Z Compiling smawk v0.3.2
21522026-03-06T02:01:25.998Z Compiling termtree v0.5.1
21532026-03-06T02:01:26.074Z Compiling unicode-width v0.1.14
21542026-03-06T02:01:26.095Z Compiling unicode-linebreak v0.1.5
21552026-03-06T02:01:26.288Z Compiling hashbrown v0.15.5
21562026-03-06T02:01:26.650Z Compiling textwrap v0.16.2
21572026-03-06T02:01:26.697Z Compiling csv v1.3.1
21582026-03-06T02:01:26.862Z Compiling expectorate v1.2.0
21592026-03-06T02:01:27.440Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21602026-03-06T02:01:27.872Z Compiling qorb v0.4.1
21612026-03-06T02:01:28.019Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21622026-03-06T02:01:32.109Z Compiling phf v0.12.1
21632026-03-06T02:01:32.432Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21642026-03-06T02:01:32.944Z Compiling pin-project v1.1.10
21652026-03-06T02:01:33.132Z Compiling unicode-normalization v0.1.24
21662026-03-06T02:01:33.258Z Compiling libz-sys v1.1.22
21672026-03-06T02:01:33.472Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21682026-03-06T02:01:36.081Z Compiling libsw-core v0.3.2
21692026-03-06T02:01:36.081Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21702026-03-06T02:01:36.672Z Compiling highway v1.3.0
21712026-03-06T02:01:36.803Z Compiling fixedbitset v0.4.2
21722026-03-06T02:01:37.910Z Compiling fixedbitset v0.5.7
21732026-03-06T02:01:37.974Z Compiling progenitor v0.10.0
21742026-03-06T02:01:38.247Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21752026-03-06T02:01:38.666Z Compiling petgraph v0.8.2
21762026-03-06T02:01:39.200Z Compiling petgraph v0.6.5
21772026-03-06T02:01:42.202Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-03-06T02:01:42.957Z Compiling libsw v3.5.0
21792026-03-06T02:01:43.084Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21802026-03-06T02:01:43.268Z Compiling olpc-cjson v0.1.4
21812026-03-06T02:01:43.291Z Compiling libgit2-sys v0.17.0+1.8.1
21822026-03-06T02:01:43.598Z Compiling snafu v0.8.9
21832026-03-06T02:01:43.983Z Compiling chrono-tz v0.10.4
21842026-03-06T02:01:44.412Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21852026-03-06T02:01:44.761Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21862026-03-06T02:01:45.909Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21872026-03-06T02:01:47.208Z Compiling papergrid v0.11.0
21882026-03-06T02:01:48.234Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-03-06T02:01:48.731Z Compiling globset v0.4.16
21902026-03-06T02:01:50.618Z Compiling const_format v0.2.34
21912026-03-06T02:01:51.090Z Compiling slog-dtrace v0.3.0
21922026-03-06T02:01:51.354Z Compiling cancel-safe-futures v0.1.5
21932026-03-06T02:01:51.487Z Compiling gethostname v0.5.0
21942026-03-06T02:01:51.882Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21952026-03-06T02:01:52.880Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21962026-03-06T02:01:54.026Z Compiling pem v3.0.5
21972026-03-06T02:01:54.181Z Compiling bcs v0.1.6
21982026-03-06T02:01:54.866Z Compiling cargo-platform v0.1.9
21992026-03-06T02:01:54.869Z Compiling serde_plain v1.0.2
22002026-03-06T02:01:55.300Z Compiling linear-map v1.2.0
22012026-03-06T02:01:55.368Z Compiling tagptr v0.2.0
22022026-03-06T02:01:55.695Z Compiling typed-path v0.9.3
22032026-03-06T02:01:58.666Z Compiling tough v0.20.0
22042026-03-06T02:02:00.772Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22052026-03-06T02:02:01.317Z Compiling moka v0.12.11
22062026-03-06T02:02:03.257Z Compiling cargo_metadata v0.18.1
22072026-03-06T02:02:03.730Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22082026-03-06T02:02:04.807Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-03-06T02:02:04.976Z Compiling tabled v0.15.0
22102026-03-06T02:02:05.231Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-03-06T02:02:06.104Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-03-06T02:02:06.331Z Compiling git2 v0.19.0
22132026-03-06T02:02:09.884Z Compiling steno v0.4.1
22142026-03-06T02:02:12.777Z Compiling cookie v0.18.1
22152026-03-06T02:02:12.952Z Compiling hickory-proto v0.25.2
22162026-03-06T02:02:17.088Z Compiling humantime v2.3.0
22172026-03-06T02:02:17.475Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-03-06T02:02:17.626Z Compiling hickory-resolver v0.25.2
22192026-03-06T02:02:23.498Z Compiling vergen v8.3.2
22202026-03-06T02:02:27.139Z Compiling signal-hook v0.3.18
22212026-03-06T02:02:28.829Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22222026-03-06T02:02:29.616Z Compiling predicates-core v1.0.9
22232026-03-06T02:02:30.025Z Compiling mockall_derive v0.13.1
22242026-03-06T02:02:30.801Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22252026-03-06T02:02:31.329Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22262026-03-06T02:02:32.342Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22272026-03-06T02:02:34.019Z Compiling sha2 v0.10.9
22282026-03-06T02:02:34.736Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22292026-03-06T02:02:35.154Z Compiling yansi v1.0.1
22302026-03-06T02:02:35.950Z Compiling adler2 v2.0.1
22312026-03-06T02:02:36.135Z Compiling diff v0.1.13
22322026-03-06T02:02:36.210Z Compiling miniz_oxide v0.8.9
22332026-03-06T02:02:36.441Z Compiling pretty_assertions v1.4.1
22342026-03-06T02:02:37.024Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22352026-03-06T02:02:37.934Z Compiling fs-err v3.1.2
22362026-03-06T02:02:38.568Z Compiling crc32fast v1.5.0
22372026-03-06T02:02:39.728Z Compiling predicates-tree v1.0.12
22382026-03-06T02:02:40.266Z Compiling predicates v3.1.3
22392026-03-06T02:02:42.263Z Compiling git-stub v1.0.0
22402026-03-06T02:02:42.878Z Compiling filetime v0.2.26
22412026-03-06T02:02:43.276Z Compiling constant_time_eq v0.3.1
22422026-03-06T02:02:43.495Z Compiling is_ci v1.2.0
22432026-03-06T02:02:43.789Z Compiling fragile v2.0.1
22442026-03-06T02:02:44.445Z Compiling downcast v0.11.0
22452026-03-06T02:02:44.747Z Compiling arrayref v0.3.9
22462026-03-06T02:02:44.888Z Compiling xattr v1.6.1
22472026-03-06T02:02:45.248Z Compiling arrayvec v0.7.6
22482026-03-06T02:02:45.683Z Compiling blake3 v1.8.2
22492026-03-06T02:02:45.733Z Compiling mockall v0.13.1
22502026-03-06T02:02:47.037Z Compiling tar v0.4.44
22512026-03-06T02:02:49.521Z Compiling toml v0.7.8
22522026-03-06T02:02:49.578Z Compiling supports-color v3.0.2
22532026-03-06T02:02:49.609Z Compiling git-stub-vcs v0.1.0
22542026-03-06T02:02:49.935Z Compiling signal-hook-tokio v0.3.1
22552026-03-06T02:02:50.180Z Compiling curl-sys v0.4.83+curl-8.15.0
22562026-03-06T02:02:50.468Z Compiling flate2 v1.1.2
22572026-03-06T02:02:50.765Z Compiling drift v0.1.3
22582026-03-06T02:02:50.989Z Compiling kstat-rs v0.2.4
22592026-03-06T02:02:51.180Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22602026-03-06T02:02:51.489Z Compiling hex-literal v1.0.0
22612026-03-06T02:02:51.687Z Compiling display-error-chain v0.2.2
22622026-03-06T02:02:51.692Z Compiling topological-sort v0.2.2
22632026-03-06T02:02:51.999Z Compiling omicron-zone-package v0.12.2
22642026-03-06T02:02:52.036Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22652026-03-06T02:02:52.065Z Compiling curl v0.4.49
22662026-03-06T02:02:54.133Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22672026-03-06T02:02:56.316Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22682026-03-06T02:02:57.602Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22692026-03-06T02:02:58.309Z Compiling dropshot-api-manager v0.5.2
22702026-03-06T02:02:59.039Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22712026-03-06T02:03:01.034Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22722026-03-06T02:03:01.955Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22732026-03-06T02:03:02.457Z Compiling internet-checksum v0.2.1
22742026-03-06T02:03:02.480Z Compiling search_path v0.1.4
22752026-03-06T02:03:02.573Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22762026-03-06T02:03:03.422Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22772026-03-06T02:03:05.085Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22782026-03-06T02:03:13.818Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22792026-03-06T02:04:27.733Z Finished `test` profile [unoptimized + debuginfo] target(s) in 7m 15s
22802026-03-06T02:04:27.928Z Running unittests src/lib.rs (target/debug/deps/aal-8a2f49f84a5b6e99)
22812026-03-06T02:04:27.931Z
22822026-03-06T02:04:27.931Zrunning 5 tests
22832026-03-06T02:04:27.934Ztest fuse::tests::chip_revision_b0 ... ok
22842026-03-06T02:04:27.934Ztest fuse::tests::chip_revision_a0 ... ok
22852026-03-06T02:04:27.934Ztest fuse::tests::chip_revision_b1 ... ok
22862026-03-06T02:04:27.935Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22872026-03-06T02:04:27.935Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22882026-03-06T02:04:27.935Z
22892026-03-06T02:04:27.935Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22902026-03-06T02:04:27.935Z
22912026-03-06T02:04:27.935Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
22922026-03-06T02:04:27.939Z
22932026-03-06T02:04:27.939Zrunning 0 tests
22942026-03-06T02:04:27.939Z
22952026-03-06T02:04:27.939Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22962026-03-06T02:04:27.939Z
22972026-03-06T02:04:27.939Z Running unittests src/lib.rs (target/debug/deps/asic-ef582105709503ff)
22982026-03-06T02:04:27.942Z
22992026-03-06T02:04:27.942Zrunning 0 tests
23002026-03-06T02:04:27.942Z
23012026-03-06T02:04:27.942Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23022026-03-06T02:04:27.942Z
23032026-03-06T02:04:27.942Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
23042026-03-06T02:04:27.945Z
23052026-03-06T02:04:27.945Zrunning 10 tests
23062026-03-06T02:04:27.945Ztest nat::tests::test_vni ... ok
23072026-03-06T02:04:27.945Ztest network::tests::test_equal ... ok
23082026-03-06T02:04:27.945Ztest network::tests::test_eui64 ... ok
23092026-03-06T02:04:27.945Ztest network::tests::test_generate_ipv6_link_local ... ok
23102026-03-06T02:04:27.945Ztest network::tests::test_into ... ok
23112026-03-06T02:04:27.945Ztest network::tests::test_not_equal ... ok
23122026-03-06T02:04:27.945Ztest network::tests::test_to_string ... ok
23132026-03-06T02:04:27.945Ztest network::tests::test_parse ... ok
23142026-03-06T02:04:27.945Ztest test_purge ... ok
23152026-03-06T02:04:27.949Ztest illumos::test::address_exists_handles_missing_object ... ok
23162026-03-06T02:04:27.949Z
23172026-03-06T02:04:27.949Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23182026-03-06T02:04:27.949Z
23192026-03-06T02:04:27.952Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9cac1d34cd5cc78b)
23202026-03-06T02:04:27.956Z
23212026-03-06T02:04:27.956Zrunning 1 test
23222026-03-06T02:04:30.088Ztest test::test_apis_up_to_date ... ok
23232026-03-06T02:04:30.088Z
23242026-03-06T02:04:30.088Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.13s
23252026-03-06T02:04:30.088Z
23262026-03-06T02:04:30.134Z Running unittests src/main.rs (target/debug/deps/dpd-90ee02e799b68742)
23272026-03-06T02:04:30.140Z
23282026-03-06T02:04:30.140Zrunning 44 tests
23292026-03-06T02:04:30.144Ztest freemap::test_ordering ... ok
23302026-03-06T02:04:30.144Ztest freemap::test_split ... ok
23312026-03-06T02:04:30.144Ztest config::tests::test_updates ... ok
23322026-03-06T02:04:30.144Ztest macaddrs::tests::test_mac_offset ... ok
23332026-03-06T02:04:30.147Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23342026-03-06T02:04:30.147Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23352026-03-06T02:04:30.148Ztest macaddrs::tests::test_parse_port_id ... ok
23362026-03-06T02:04:30.148Ztest mcast::tests::test_canonicalize_sources ... ok
23372026-03-06T02:04:30.151Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
23382026-03-06T02:04:30.151Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
23392026-03-06T02:04:30.151Ztest mcast::tests::test_concurrent_id_allocation ... ok
23402026-03-06T02:04:30.151Ztest mcast::tests::test_create_port_bitmap_empty ... ok
23412026-03-06T02:04:30.151Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
23422026-03-06T02:04:30.151ZMar 06 02:04:29.442 DEBG created new freemap, unit: freemap_test
23432026-03-06T02:04:30.151ZMar 06 02:04:29.442 DEBG initted freemap. size: 128, unit: freemap_test
23442026-03-06T02:04:30.151ZMar 06 02:04:29.442 DEBG reset freemap, unit: freemap_test
23452026-03-06T02:04:30.152ZMar 06 02:04:29.442 DEBG created new freemap, unit: freemap_test
23462026-03-06T02:04:30.152ZMar 06 02:04:29.442 DEBG initted freemap. size: 128, unit: freemap_test
23472026-03-06T02:04:30.152ZMar 06 02:04:29.442 DEBG reset freemap, unit: freemap_test
23482026-03-06T02:04:30.152Ztest freemap::test_basic ... ok
23492026-03-06T02:04:30.152Ztest freemap::test_reclaim ... ok
23502026-03-06T02:04:30.152ZMar 06 02:04:29.442 DEBG created new freemap, unit: freemap_test
23512026-03-06T02:04:30.152ZMar 06 02:04:29.442 DEBG initted freemap. size: 128, unit: freemap_test
23522026-03-06T02:04:30.152ZMar 06 02:04:29.442 DEBG reset freemap, unit: freemap_test
23532026-03-06T02:04:30.152ZMar 06 02:04:29.442 DEBG created new freemap, unit: freemap_test
23542026-03-06T02:04:30.152ZMar 06 02:04:29.442 DEBG initted freemap. size: 128, unit: freemap_test
23552026-03-06T02:04:30.152Ztest freemap::test_span ... ok
23562026-03-06T02:04:30.152ZMar 06 02:04:29.443 DEBG reset freemap, unit: freemap_test
23572026-03-06T02:04:30.152ZMar 06 02:04:29.442 DEBG created new freemap, unit: freemap_test
23582026-03-06T02:04:30.152ZMar 06 02:04:29.443 DEBG initted freemap. size: 128, unit: freemap_test
23592026-03-06T02:04:30.152ZMar 06 02:04:29.443 DEBG reset freemap, unit: freemap_test
23602026-03-06T02:04:30.152Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
23612026-03-06T02:04:30.152Ztest freemap::test_exhaustion ... ok
23622026-03-06T02:04:30.152Ztest freemap::test_free ... ok
23632026-03-06T02:04:30.152Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
23642026-03-06T02:04:30.152Ztest mcast::tests::test_sources_contain_any ... ok
23652026-03-06T02:04:30.152Ztest mcast::validate::tests::test_address_validation_integrated ... ok
23662026-03-06T02:04:30.152Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
23672026-03-06T02:04:30.152Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
23682026-03-06T02:04:30.152Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
23692026-03-06T02:04:30.152Ztest mcast::validate::tests::test_ipv4_validation ... ok
23702026-03-06T02:04:30.152Ztest mcast::validate::tests::test_validate_nat_target ... ok
23712026-03-06T02:04:30.152Ztest mcast::validate::tests::test_is_ssm_function ... ok
23722026-03-06T02:04:30.152Ztest mcast::validate::tests::test_ipv6_validation ... ok
23732026-03-06T02:04:30.156Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
23742026-03-06T02:04:30.156Ztest mcast::validate::tests::test_validate_source_addresses ... ok
23752026-03-06T02:04:30.156Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
23762026-03-06T02:04:30.156Ztest mcast::validate::tests::test_validate_tag ... ok
23772026-03-06T02:04:30.156Ztest nat::test_mapping ... ok
23782026-03-06T02:04:30.156Ztest mcast::validate::tests::test_validate_tag_format ... ok
23792026-03-06T02:04:30.156Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
23802026-03-06T02:04:30.156Ztest port_map::tests::test_backplane_group ... ok
23812026-03-06T02:04:30.156Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
23822026-03-06T02:04:30.156Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
23832026-03-06T02:04:30.157Ztest port_map::tests::test_port_map ... ok
23842026-03-06T02:04:30.157Ztest port_map::tests::dump_map ... ok
23852026-03-06T02:04:30.157Ztest api_server::tests::test_build_info ... ok
23862026-03-06T02:04:30.157Ztest mcast::tests::test_id_range_boundaries ... ok
23872026-03-06T02:04:30.157Ztest port_map::tests::parse_softnpu_revision ... ok
23882026-03-06T02:04:30.157Z
23892026-03-06T02:04:30.157Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23902026-03-06T02:04:30.157Z
23912026-03-06T02:04:30.160Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-00ab0fbce0e1f301)
23922026-03-06T02:04:30.164Z
23932026-03-06T02:04:30.164Zrunning 0 tests
23942026-03-06T02:04:30.164Z
23952026-03-06T02:04:30.164Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23962026-03-06T02:04:30.164Z
23972026-03-06T02:04:30.164Z Running unittests src/lib.rs (target/debug/deps/dpd_api-da6c92b619791a35)
23982026-03-06T02:04:30.164Z
23992026-03-06T02:04:30.164Zrunning 0 tests
24002026-03-06T02:04:30.164Z
24012026-03-06T02:04:30.164Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24022026-03-06T02:04:30.164Z
24032026-03-06T02:04:30.167Z Running unittests src/lib.rs (target/debug/deps/dpd_client-a5a59fe8e42a67b7)
24042026-03-06T02:04:30.167Z
24052026-03-06T02:04:30.167Zrunning 6 tests
24062026-03-06T02:04:30.171Ztest tests::test_port_id_cmp ... ok
24072026-03-06T02:04:30.171Ztest tests::test_parse_client_port_id ... ok
24082026-03-06T02:04:30.171Ztest tests::test_full_lot_id_neither_present ... ok
24092026-03-06T02:04:30.171Ztest tests::test_full_lot_id_lotnum_only ... ok
24102026-03-06T02:04:30.171Ztest tests::test_full_lot_id_lot_only ... ok
24112026-03-06T02:04:30.171Ztest tests::test_full_lot_id_both_present ... ok
24122026-03-06T02:04:30.171Z
24132026-03-06T02:04:30.171Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24142026-03-06T02:04:30.171Z
24152026-03-06T02:04:30.171Z Running tests/test_all.rs (target/debug/deps/test_all-40400c13d1320bce)
24162026-03-06T02:04:30.171Z
24172026-03-06T02:04:30.171Zrunning 0 tests
24182026-03-06T02:04:30.171Z
24192026-03-06T02:04:30.171Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24202026-03-06T02:04:30.171Z
24212026-03-06T02:04:30.174Z Running unittests src/lib.rs (target/debug/deps/dpd_types-7f0cdf6e479abfd5)
24222026-03-06T02:04:30.175Z
24232026-03-06T02:04:30.175Zrunning 0 tests
24242026-03-06T02:04:30.175Z
24252026-03-06T02:04:30.175Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24262026-03-06T02:04:30.175Z
24272026-03-06T02:04:30.175Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
24282026-03-06T02:04:30.178Z
24292026-03-06T02:04:30.178Zrunning 12 tests
24302026-03-06T02:04:30.178Ztest icmp::test_v4_checksum ... ok
24312026-03-06T02:04:30.178Ztest lldp::test_lldp_parse ... ok
24322026-03-06T02:04:30.178Ztest icmp::test_v6_checksum ... ok
24332026-03-06T02:04:30.178Ztest pbuf::test_byte ... ok
24342026-03-06T02:04:30.178Ztest ipv6::test_ipv6_parse ... ok
24352026-03-06T02:04:30.178Ztest pbuf::test_nibble ... ok
24362026-03-06T02:04:30.178Ztest pbuf::test_overflow ... ok
24372026-03-06T02:04:30.178Ztest pbuf::test_short ... ok
24382026-03-06T02:04:30.178Ztest pbuf::test_twelve ... ok
24392026-03-06T02:04:30.178Ztest pbuf::test_word ... ok
24402026-03-06T02:04:30.183Ztest tcp::test_checksum_ack_data ... ok
24412026-03-06T02:04:30.183Ztest tcp::test_checksum_syn_nodata ... ok
24422026-03-06T02:04:30.183Z
24432026-03-06T02:04:30.183Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24442026-03-06T02:04:30.183Z
24452026-03-06T02:04:30.183Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
24462026-03-06T02:04:30.183Z
24472026-03-06T02:04:30.183Zrunning 0 tests
24482026-03-06T02:04:30.183Z
24492026-03-06T02:04:30.183Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24502026-03-06T02:04:30.183Z
24512026-03-06T02:04:30.183Z Running unittests src/main.rs (target/debug/deps/swadm-28cb891c64b1d99f)
24522026-03-06T02:04:30.186Z
24532026-03-06T02:04:30.186Zrunning 4 tests
24542026-03-06T02:04:30.186Ztest switchport::test::test_compute_lanes ... ok
24552026-03-06T02:04:30.186Ztest switchport::test::port_id_ordering ... ok
24562026-03-06T02:04:30.186Z Lane 0 Lane 1 Lane 2 Lane 3
24572026-03-06T02:04:30.186Z Rx Loss-of-lock: Yes Lane 0 Yes Lane 1Yes YesLane 2
24582026-03-06T02:04:30.186Z Rx Loss-of-signal: YesLane 3
24592026-03-06T02:04:30.186ZYes Yes State: Activated Yes
24602026-03-06T02:04:30.186ZActivated Rx CDR Enabled: YesActivated Activated
24612026-03-06T02:04:30.186ZYes Rx Output Enabled: falseYes Yes
24622026-03-06T02:04:30.186Zfalse Tx Enabled: Yesfalse Yesfalse
24632026-03-06T02:04:30.186ZYes Rx Output Status: valid Yes
24642026-03-06T02:04:30.186Zvalid Tx Loss-of-lock: No validNo validNo
24652026-03-06T02:04:30.186Z Rx Loss-of-lock: trueNo
24662026-03-06T02:04:30.186Ztrue Tx Loss-of-signal: No Notrue trueNo
24672026-03-06T02:04:30.186Z No Rx Loss-of-signal: false
24682026-03-06T02:04:30.187Z Tx CDR Enabled: Nofalse Nofalse falseNo
24692026-03-06T02:04:30.187Z Rx Auto-squelch Disable: trueNo
24702026-03-06T02:04:30.187Ztrue Tx Adaptive EQ Fault: Notrue trueNo
24712026-03-06T02:04:30.187Z No Tx Output Enabled: true No
24722026-03-06T02:04:30.187Ztrue Tx Fault: Yes true Yestrue
24732026-03-06T02:04:30.187ZYes Tx Output Status: invalidYes
24742026-03-06T02:04:30.187Zinvalid invalid invalid
24752026-03-06T02:04:30.187Z Tx Loss-of-lock: false false false false
24762026-03-06T02:04:30.187Z Tx Loss-of-signal: true true true true
24772026-03-06T02:04:30.187ZTx Auto-squelch Disable: false false false false
24782026-03-06T02:04:30.187Z Tx Adaptive EQ Fail: true true true true
24792026-03-06T02:04:30.187Z Tx Failure: false false false false
24802026-03-06T02:04:30.187Z Tx Force Squelch: true true true true
24812026-03-06T02:04:30.187Z Tx Input Polarity: normal normal normal normal
24822026-03-06T02:04:30.187Ztest switchport::test::test_print_sff_datapath ... ok
24832026-03-06T02:04:30.187Ztest switchport::test::test_print_cmis_datapath ... ok
24842026-03-06T02:04:30.187Z
24852026-03-06T02:04:30.187Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24862026-03-06T02:04:30.187Z
24872026-03-06T02:04:30.191Z Running tests/counters.rs (target/debug/deps/counters-d88dca8304571f93)
24882026-03-06T02:04:30.191Z
24892026-03-06T02:04:30.191Zrunning 1 test
24902026-03-06T02:04:30.191Ztest test_p4_counter_list ... ignored
24912026-03-06T02:04:30.191Z
24922026-03-06T02:04:30.191Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
24932026-03-06T02:04:30.191Z
24942026-03-06T02:04:30.191Z Running tests/port-link.rs (target/debug/deps/port_link-3a45eaf0c6a4bd06)
24952026-03-06T02:04:30.194Z
24962026-03-06T02:04:30.194Zrunning 5 tests
24972026-03-06T02:04:30.194Ztest test_an ... ignored
24982026-03-06T02:04:30.194Ztest test_enable ... ignored
24992026-03-06T02:04:30.194Ztest test_ip_addresses ... ignored
25002026-03-06T02:04:30.194Ztest test_kr ... ignored
25012026-03-06T02:04:30.194Ztest test_mac ... ignored
25022026-03-06T02:04:30.194Z
25032026-03-06T02:04:30.194Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25042026-03-06T02:04:30.194Z
25052026-03-06T02:04:30.194Z Running unittests src/main.rs (target/debug/deps/tfportd-056d5efdf20df813)
25062026-03-06T02:04:30.199Z
25072026-03-06T02:04:30.199Zrunning 3 tests
25082026-03-06T02:04:30.203Ztest linklocal::test_parse_ipadm ... ok
25092026-03-06T02:04:30.203Ztest tfport::test_parse_tfport ... ok
25102026-03-06T02:04:30.203Ztest config::tests::test_updates ... ok
25112026-03-06T02:04:30.203Z
25122026-03-06T02:04:30.203Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25132026-03-06T02:04:30.203Z
25142026-03-06T02:04:30.203Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
25152026-03-06T02:04:30.203Z
25162026-03-06T02:04:30.203Zrunning 0 tests
25172026-03-06T02:04:30.203Z
25182026-03-06T02:04:30.203Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25192026-03-06T02:04:30.203Z
25202026-03-06T02:04:30.207Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
25212026-03-06T02:04:30.207Z
25222026-03-06T02:04:30.207Zrunning 0 tests
25232026-03-06T02:04:30.207Z
25242026-03-06T02:04:30.207Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25252026-03-06T02:04:30.207Z
25262026-03-06T02:04:30.207Z Doc-tests aal
25272026-03-06T02:04:30.373Z
25282026-03-06T02:04:30.373Zrunning 0 tests
25292026-03-06T02:04:30.373Z
25302026-03-06T02:04:30.373Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25312026-03-06T02:04:30.373Z
25322026-03-06T02:04:30.391Z Doc-tests aal_macros
25332026-03-06T02:04:30.486Z
25342026-03-06T02:04:30.486Zrunning 0 tests
25352026-03-06T02:04:30.486Z
25362026-03-06T02:04:30.486Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25372026-03-06T02:04:30.486Z
25382026-03-06T02:04:30.500Z Doc-tests common
25392026-03-06T02:04:30.836Z
25402026-03-06T02:04:30.836Zrunning 0 tests
25412026-03-06T02:04:30.836Z
25422026-03-06T02:04:30.836Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25432026-03-06T02:04:30.836Z
25442026-03-06T02:04:30.857Z Doc-tests dpd_api
25452026-03-06T02:04:32.515Z
25462026-03-06T02:04:32.515Zrunning 2 tests
25472026-03-06T02:04:32.515Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored
25482026-03-06T02:04:32.515Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored
25492026-03-06T02:04:32.515Z
25502026-03-06T02:04:32.515Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25512026-03-06T02:04:32.515Z
25522026-03-06T02:04:32.557Z Doc-tests dpd_client
25532026-03-06T02:04:34.533Z
25542026-03-06T02:04:34.533Zrunning 0 tests
25552026-03-06T02:04:34.533Z
25562026-03-06T02:04:34.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25572026-03-06T02:04:34.533Z
25582026-03-06T02:04:34.581Z Doc-tests dpd_types
25592026-03-06T02:04:35.088Z
25602026-03-06T02:04:35.088Zrunning 0 tests
25612026-03-06T02:04:35.089Z
25622026-03-06T02:04:35.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25632026-03-06T02:04:35.089Z
25642026-03-06T02:04:35.120Z Doc-tests packet
25652026-03-06T02:04:35.275Z
25662026-03-06T02:04:35.276Zrunning 0 tests
25672026-03-06T02:04:35.276Z
25682026-03-06T02:04:35.276Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25692026-03-06T02:04:35.276Z
25702026-03-06T02:04:35.293Z Doc-tests pcap
25712026-03-06T02:04:35.361Z
25722026-03-06T02:04:35.361Zrunning 0 tests
25732026-03-06T02:04:35.361Z
25742026-03-06T02:04:35.361Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25752026-03-06T02:04:35.361Z
25762026-03-06T02:04:35.430Z+ for feat in tofino_stub tofino_asic softnpu chaos
25772026-03-06T02:04:35.430Z+ RUST_BACKTRACE=full
25782026-03-06T02:04:35.430Z+ cargo test --features tofino_asic --no-fail-fast
25792026-03-06T02:04:36.403Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25802026-03-06T02:04:36.505Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25812026-03-06T02:04:36.517Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25822026-03-06T02:04:36.532Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25832026-03-06T02:04:54.201Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25842026-03-06T02:04:54.450Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25852026-03-06T02:05:59.734Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 24s
25862026-03-06T02:05:59.874Z Running unittests src/lib.rs (target/debug/deps/aal-8a2f49f84a5b6e99)
25872026-03-06T02:05:59.878Z
25882026-03-06T02:05:59.878Zrunning 5 tests
25892026-03-06T02:05:59.881Ztest fuse::tests::chip_revision_a0 ... ok
25902026-03-06T02:05:59.881Ztest fuse::tests::chip_revision_b1 ... ok
25912026-03-06T02:05:59.881Ztest fuse::tests::chip_revision_b0 ... ok
25922026-03-06T02:05:59.881Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25932026-03-06T02:05:59.881Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
25942026-03-06T02:05:59.881Z
25952026-03-06T02:05:59.881Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25962026-03-06T02:05:59.881Z
25972026-03-06T02:05:59.881Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
25982026-03-06T02:05:59.885Z
25992026-03-06T02:05:59.885Zrunning 0 tests
26002026-03-06T02:05:59.885Z
26012026-03-06T02:05:59.885Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26022026-03-06T02:05:59.885Z
26032026-03-06T02:05:59.885Z Running unittests src/lib.rs (target/debug/deps/asic-f60993ed38106d76)
26042026-03-06T02:05:59.998Z
26052026-03-06T02:05:59.998Zrunning 8 tests
26062026-03-06T02:06:00.002Ztest tofino_asic::qsfp::tests::fix_link ... ok
26072026-03-06T02:06:00.002Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26082026-03-06T02:06:00.002Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26092026-03-06T02:06:00.002Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26102026-03-06T02:06:00.002Ztest tofino_asic::stats::constants_sanity_check ... ok
26112026-03-06T02:06:00.002Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26122026-03-06T02:06:00.009Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26132026-03-06T02:06:00.500Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26142026-03-06T02:06:00.500Z
26152026-03-06T02:06:00.500Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26162026-03-06T02:06:00.500Z
26172026-03-06T02:06:00.511Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
26182026-03-06T02:06:00.514Z
26192026-03-06T02:06:00.515Zrunning 10 tests
26202026-03-06T02:06:00.518Ztest nat::tests::test_vni ... ok
26212026-03-06T02:06:00.518Ztest network::tests::test_eui64 ... ok
26222026-03-06T02:06:00.518Ztest network::tests::test_equal ... ok
26232026-03-06T02:06:00.518Ztest network::tests::test_generate_ipv6_link_local ... ok
26242026-03-06T02:06:00.518Ztest network::tests::test_into ... ok
26252026-03-06T02:06:00.518Ztest network::tests::test_not_equal ... ok
26262026-03-06T02:06:00.518Ztest network::tests::test_parse ... ok
26272026-03-06T02:06:00.518Ztest network::tests::test_to_string ... ok
26282026-03-06T02:06:00.518Ztest test_purge ... ok
26292026-03-06T02:06:00.522Ztest illumos::test::address_exists_handles_missing_object ... ok
26302026-03-06T02:06:00.522Z
26312026-03-06T02:06:00.522Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26322026-03-06T02:06:00.522Z
26332026-03-06T02:06:00.522Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9cac1d34cd5cc78b)
26342026-03-06T02:06:00.525Z
26352026-03-06T02:06:00.526Zrunning 1 test
26362026-03-06T02:06:02.612Ztest test::test_apis_up_to_date ... ok
26372026-03-06T02:06:02.612Z
26382026-03-06T02:06:02.612Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.09s
26392026-03-06T02:06:02.612Z
26402026-03-06T02:06:02.659Z Running unittests src/main.rs (target/debug/deps/dpd-d74783441d650da7)
26412026-03-06T02:06:02.763Z
26422026-03-06T02:06:02.763Zrunning 72 tests
26432026-03-06T02:06:02.770Ztest freemap::test_ordering ... ok
26442026-03-06T02:06:02.774ZMar 06 02:06:02.049 DEBG created new freemap, unit: freemap_test
26452026-03-06T02:06:02.774ZMar 06 02:06:02.049 DEBG initted freemap. size: 128, unit: freemap_test
26462026-03-06T02:06:02.774ZMar 06 02:06:02.049 DEBG reset freemap, unit: freemap_test
26472026-03-06T02:06:02.774Ztest freemap::test_exhaustion ... ok
26482026-03-06T02:06:02.774Ztest freemap::test_split ... ok
26492026-03-06T02:06:02.774Ztest macaddrs::tests::test_mac_offset ... ok
26502026-03-06T02:06:02.777Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26512026-03-06T02:06:02.777Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26522026-03-06T02:06:02.777Ztest macaddrs::tests::test_parse_port_id ... ok
26532026-03-06T02:06:02.777Ztest mcast::tests::test_canonicalize_sources ... ok
26542026-03-06T02:06:02.777ZMar 06 02:06:02.054 DEBG created new freemap, unit: freemap_test
26552026-03-06T02:06:02.777ZMar 06 02:06:02.054 DEBG initted freemap. size: 128, unit: freemap_test
26562026-03-06T02:06:02.777ZMar 06 02:06:02.054 DEBG reset freemap, unit: freemap_test
26572026-03-06T02:06:02.781Ztest freemap::test_span ... ok
26582026-03-06T02:06:02.781Ztest api_server::tests::test_build_info ... ok
26592026-03-06T02:06:02.784Ztest config::tests::test_updates ... ok
26602026-03-06T02:06:02.784ZMar 06 02:06:02.060 DEBG created new freemap, unit: freemap_test
26612026-03-06T02:06:02.784ZMar 06 02:06:02.060 DEBG initted freemap. size: 128, unit: freemap_test
26622026-03-06T02:06:02.784ZMar 06 02:06:02.060 DEBG reset freemap, unit: freemap_test
26632026-03-06T02:06:02.784Ztest freemap::test_free ... ok
26642026-03-06T02:06:02.784Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
26652026-03-06T02:06:02.784Ztest mcast::tests::test_create_port_bitmap_empty ... ok
26662026-03-06T02:06:02.784Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
26672026-03-06T02:06:02.788Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
26682026-03-06T02:06:02.788Ztest mcast::tests::test_concurrent_id_allocation ... ok
26692026-03-06T02:06:02.788Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
26702026-03-06T02:06:02.788Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
26712026-03-06T02:06:02.788Ztest mcast::tests::test_sources_contain_any ... ok
26722026-03-06T02:06:02.788Ztest mcast::validate::tests::test_address_validation_integrated ... ok
26732026-03-06T02:06:02.788Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
26742026-03-06T02:06:02.788Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
26752026-03-06T02:06:02.791Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
26762026-03-06T02:06:02.791ZMar 06 02:06:02.068 DEBG created new freemap, unit: freemap_test
26772026-03-06T02:06:02.791ZMar 06 02:06:02.068 DEBG initted freemap. size: 128, unit: freemap_test
26782026-03-06T02:06:02.791ZMar 06 02:06:02.069 DEBG reset freemap, unit: freemap_test
26792026-03-06T02:06:02.794ZMar 06 02:06:02.070 DEBG created new freemap, unit: freemap_test
26802026-03-06T02:06:02.795ZMar 06 02:06:02.070 DEBG initted freemap. size: 128, unit: freemap_test
26812026-03-06T02:06:02.795ZMar 06 02:06:02.070 DEBG reset freemap, unit: freemap_test
26822026-03-06T02:06:02.795Ztest mcast::validate::tests::test_ipv6_validation ... ok
26832026-03-06T02:06:02.795Ztest mcast::tests::test_id_range_boundaries ... ok
26842026-03-06T02:06:02.795Ztest freemap::test_reclaim ... ok
26852026-03-06T02:06:02.795Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
26862026-03-06T02:06:02.795Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
26872026-03-06T02:06:02.795Ztest freemap::test_basic ... ok
26882026-03-06T02:06:02.795Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
26892026-03-06T02:06:02.795Ztest mcast::validate::tests::test_ipv4_validation ... ok
26902026-03-06T02:06:02.795Ztest mcast::validate::tests::test_is_ssm_function ... ok
26912026-03-06T02:06:02.795Ztest mcast::validate::tests::test_validate_nat_target ... ok
26922026-03-06T02:06:02.795Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
26932026-03-06T02:06:02.795Ztest mcast::validate::tests::test_validate_tag ... ok
26942026-03-06T02:06:02.795Ztest nat::test_mapping ... ok
26952026-03-06T02:06:02.795Ztest port_map::tests::test_backplane_group ... ok
26962026-03-06T02:06:02.795Ztest mcast::validate::tests::test_validate_source_addresses ... ok
26972026-03-06T02:06:02.795Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
26982026-03-06T02:06:02.795Ztest transceivers::mpn_test::test_mpn_missing ... ok
26992026-03-06T02:06:02.795Ztest transceivers::mpn_test::test_mpn_present ... ok
27002026-03-06T02:06:02.795Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27012026-03-06T02:06:02.795Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27022026-03-06T02:06:02.795Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27032026-03-06T02:06:02.795Ztest mcast::validate::tests::test_validate_tag_format ... ok
27042026-03-06T02:06:02.795Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27052026-03-06T02:06:02.795Ztest port_map::tests::test_port_map ... ok
27062026-03-06T02:06:02.795Ztest port_map::tests::dump_map ... ok
27072026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27082026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27092026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27102026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27112026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27122026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27132026-03-06T02:06:02.799Ztest port_map::tests::parse_softnpu_revision ... ok
27142026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27152026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27162026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27172026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27182026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27192026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27202026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27212026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27222026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27232026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27242026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27252026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27262026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27272026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27282026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27292026-03-06T02:06:02.799Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27302026-03-06T02:06:02.799Z
27312026-03-06T02:06:02.799Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
27322026-03-06T02:06:02.799Z
27332026-03-06T02:06:02.816Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-9fd86ca2ff634216)
27342026-03-06T02:06:02.819Z
27352026-03-06T02:06:02.819Zrunning 0 tests
27362026-03-06T02:06:02.819Z
27372026-03-06T02:06:02.819Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27382026-03-06T02:06:02.819Z
27392026-03-06T02:06:02.822Z Running unittests src/lib.rs (target/debug/deps/dpd_api-da6c92b619791a35)
27402026-03-06T02:06:02.822Z
27412026-03-06T02:06:02.822Zrunning 0 tests
27422026-03-06T02:06:02.822Z
27432026-03-06T02:06:02.822Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27442026-03-06T02:06:02.822Z
27452026-03-06T02:06:02.826Z Running unittests src/lib.rs (target/debug/deps/dpd_client-a0cf2fabbe4225c2)
27462026-03-06T02:06:02.826Z
27472026-03-06T02:06:02.826Zrunning 6 tests
27482026-03-06T02:06:02.829Ztest tests::test_full_lot_id_neither_present ... ok
27492026-03-06T02:06:02.829Ztest tests::test_full_lot_id_lotnum_only ... ok
27502026-03-06T02:06:02.829Ztest tests::test_full_lot_id_lot_only ... ok
27512026-03-06T02:06:02.829Ztest tests::test_full_lot_id_both_present ... ok
27522026-03-06T02:06:02.829Ztest tests::test_parse_client_port_id ... ok
27532026-03-06T02:06:02.829Ztest tests::test_port_id_cmp ... ok
27542026-03-06T02:06:02.829Z
27552026-03-06T02:06:02.829Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27562026-03-06T02:06:02.829Z
27572026-03-06T02:06:02.829Z Running tests/test_all.rs (target/debug/deps/test_all-1d7b0d66e63f66ae)
27582026-03-06T02:06:02.832Z
27592026-03-06T02:06:02.832Zrunning 0 tests
27602026-03-06T02:06:02.832Z
27612026-03-06T02:06:02.832Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27622026-03-06T02:06:02.832Z
27632026-03-06T02:06:02.832Z Running unittests src/lib.rs (target/debug/deps/dpd_types-7f0cdf6e479abfd5)
27642026-03-06T02:06:02.838Z
27652026-03-06T02:06:02.838Zrunning 0 tests
27662026-03-06T02:06:02.838Z
27672026-03-06T02:06:02.838Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27682026-03-06T02:06:02.838Z
27692026-03-06T02:06:02.838Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
27702026-03-06T02:06:02.838Z
27712026-03-06T02:06:02.838Zrunning 12 tests
27722026-03-06T02:06:02.841Ztest icmp::test_v6_checksum ... ok
27732026-03-06T02:06:02.841Ztest icmp::test_v4_checksum ... ok
27742026-03-06T02:06:02.841Ztest ipv6::test_ipv6_parse ... ok
27752026-03-06T02:06:02.841Ztest lldp::test_lldp_parse ... ok
27762026-03-06T02:06:02.841Ztest pbuf::test_byte ... ok
27772026-03-06T02:06:02.841Ztest pbuf::test_nibble ... ok
27782026-03-06T02:06:02.841Ztest pbuf::test_short ... ok
27792026-03-06T02:06:02.841Ztest pbuf::test_overflow ... ok
27802026-03-06T02:06:02.841Ztest pbuf::test_word ... ok
27812026-03-06T02:06:02.841Ztest pbuf::test_twelve ... ok
27822026-03-06T02:06:02.841Ztest tcp::test_checksum_ack_data ... ok
27832026-03-06T02:06:02.841Ztest tcp::test_checksum_syn_nodata ... ok
27842026-03-06T02:06:02.841Z
27852026-03-06T02:06:02.841Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27862026-03-06T02:06:02.841Z
27872026-03-06T02:06:02.841Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
27882026-03-06T02:06:02.841Z
27892026-03-06T02:06:02.841Zrunning 0 tests
27902026-03-06T02:06:02.841Z
27912026-03-06T02:06:02.841Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27922026-03-06T02:06:02.841Z
27932026-03-06T02:06:02.842Z Running unittests src/main.rs (target/debug/deps/swadm-2edcb9ada29c98bd)
27942026-03-06T02:06:02.845Z
27952026-03-06T02:06:02.845Zrunning 4 tests
27962026-03-06T02:06:02.845Ztest switchport::test::test_compute_lanes ... ok
27972026-03-06T02:06:02.845Ztest switchport::test::port_id_ordering ... ok
27982026-03-06T02:06:02.848Z Lane 0 Lane 1 Lane 2 Lane 3
27992026-03-06T02:06:02.848Z State: Activated Lane 0 Activated ActivatedLane 1 Activated
28002026-03-06T02:06:02.848ZLane 2 Rx Output Enabled: false Lane 3false
28012026-03-06T02:06:02.848Z false Rx Loss-of-lock: Yes false
28022026-03-06T02:06:02.848ZYes Rx Output Status: valid Yesvalid Yes
28032026-03-06T02:06:02.848Zvalid valid Rx Loss-of-signal: Yes
28042026-03-06T02:06:02.848Z Rx Loss-of-lock: trueYes true Yes trueYes
28052026-03-06T02:06:02.848Ztrue
28062026-03-06T02:06:02.848Z Rx Loss-of-signal: false Rx CDR Enabled: Yes false falseYes false
28072026-03-06T02:06:02.848ZYesRx Auto-squelch Disable: true Yestrue
28082026-03-06T02:06:02.848Ztrue true
28092026-03-06T02:06:02.849Z Tx Output Enabled: true Tx Enabled: Yes true true Yestrue
28102026-03-06T02:06:02.849ZYes Tx Output Status: invalid Yesinvalid
28112026-03-06T02:06:02.849Zinvalid invalid
28122026-03-06T02:06:02.849Z Tx Loss-of-lock: false Tx Loss-of-lock: No false false Nofalse
28132026-03-06T02:06:02.849ZNo Tx Loss-of-signal: trueNo
28142026-03-06T02:06:02.849Ztrue true Tx Loss-of-signal: Notrue
28152026-03-06T02:06:02.849ZTx Auto-squelch Disable: falseNo false No falseNo
28162026-03-06T02:06:02.849Zfalse
28172026-03-06T02:06:02.849Z Tx Adaptive EQ Fail: true Tx CDR Enabled: No true trueNo true
28182026-03-06T02:06:02.849Z Tx Failure: falseNo falseNo
28192026-03-06T02:06:02.849Zfalse false
28202026-03-06T02:06:02.849Z Tx Force Squelch: true Tx Adaptive EQ Fault: No true Notrue true
28212026-03-06T02:06:02.849ZNo Tx Input Polarity: normal No
28222026-03-06T02:06:02.849Znormal normal Tx Fault: Yes normal
28232026-03-06T02:06:02.849ZYes Yes Yes
28242026-03-06T02:06:02.849Ztest switchport::test::test_print_cmis_datapath ... ok
28252026-03-06T02:06:02.849Ztest switchport::test::test_print_sff_datapath ... ok
28262026-03-06T02:06:02.849Z
28272026-03-06T02:06:02.849Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28282026-03-06T02:06:02.849Z
28292026-03-06T02:06:02.849Z Running tests/counters.rs (target/debug/deps/counters-8bd2e1c6fdb04b1c)
28302026-03-06T02:06:02.853Z
28312026-03-06T02:06:02.853Zrunning 1 test
28322026-03-06T02:06:02.853Ztest test_p4_counter_list ... ignored
28332026-03-06T02:06:02.853Z
28342026-03-06T02:06:02.853Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28352026-03-06T02:06:02.853Z
28362026-03-06T02:06:02.853Z Running tests/port-link.rs (target/debug/deps/port_link-938b9b5e47a5f856)
28372026-03-06T02:06:02.853Z
28382026-03-06T02:06:02.853Zrunning 5 tests
28392026-03-06T02:06:02.853Ztest test_an ... ignored
28402026-03-06T02:06:02.853Ztest test_enable ... ignored
28412026-03-06T02:06:02.853Ztest test_ip_addresses ... ignored
28422026-03-06T02:06:02.853Ztest test_kr ... ignored
28432026-03-06T02:06:02.853Ztest test_mac ... ignored
28442026-03-06T02:06:02.853Z
28452026-03-06T02:06:02.853Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28462026-03-06T02:06:02.853Z
28472026-03-06T02:06:02.853Z Running unittests src/main.rs (target/debug/deps/tfportd-d1716ad5ffa9ed6a)
28482026-03-06T02:06:02.858Z
28492026-03-06T02:06:02.858Zrunning 3 tests
28502026-03-06T02:06:02.861Ztest linklocal::test_parse_ipadm ... ok
28512026-03-06T02:06:02.861Ztest tfport::test_parse_tfport ... ok
28522026-03-06T02:06:02.861Ztest config::tests::test_updates ... ok
28532026-03-06T02:06:02.861Z
28542026-03-06T02:06:02.861Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28552026-03-06T02:06:02.861Z
28562026-03-06T02:06:02.861Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
28572026-03-06T02:06:02.865Z
28582026-03-06T02:06:02.865Zrunning 0 tests
28592026-03-06T02:06:02.865Z
28602026-03-06T02:06:02.865Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28612026-03-06T02:06:02.865Z
28622026-03-06T02:06:02.865Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
28632026-03-06T02:06:02.868Z
28642026-03-06T02:06:02.868Zrunning 0 tests
28652026-03-06T02:06:02.868Z
28662026-03-06T02:06:02.868Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28672026-03-06T02:06:02.868Z
28682026-03-06T02:06:02.868Z Doc-tests aal
28692026-03-06T02:06:03.041Z
28702026-03-06T02:06:03.041Zrunning 0 tests
28712026-03-06T02:06:03.041Z
28722026-03-06T02:06:03.041Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28732026-03-06T02:06:03.041Z
28742026-03-06T02:06:03.059Z Doc-tests aal_macros
28752026-03-06T02:06:03.159Z
28762026-03-06T02:06:03.159Zrunning 0 tests
28772026-03-06T02:06:03.159Z
28782026-03-06T02:06:03.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28792026-03-06T02:06:03.160Z
28802026-03-06T02:06:03.173Z Doc-tests common
28812026-03-06T02:06:03.534Z
28822026-03-06T02:06:03.534Zrunning 0 tests
28832026-03-06T02:06:03.535Z
28842026-03-06T02:06:03.535Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28852026-03-06T02:06:03.535Z
28862026-03-06T02:06:03.557Z Doc-tests dpd_api
28872026-03-06T02:06:05.204Z
28882026-03-06T02:06:05.204Zrunning 2 tests
28892026-03-06T02:06:05.204Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored
28902026-03-06T02:06:05.204Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored
28912026-03-06T02:06:05.204Z
28922026-03-06T02:06:05.204Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
28932026-03-06T02:06:05.204Z
28942026-03-06T02:06:05.248Z Doc-tests dpd_client
28952026-03-06T02:06:07.231Z
28962026-03-06T02:06:07.231Zrunning 0 tests
28972026-03-06T02:06:07.231Z
28982026-03-06T02:06:07.231Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28992026-03-06T02:06:07.231Z
29002026-03-06T02:06:07.277Z Doc-tests dpd_types
29012026-03-06T02:06:07.758Z
29022026-03-06T02:06:07.759Zrunning 0 tests
29032026-03-06T02:06:07.759Z
29042026-03-06T02:06:07.759Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29052026-03-06T02:06:07.759Z
29062026-03-06T02:06:07.791Z Doc-tests packet
29072026-03-06T02:06:07.943Z
29082026-03-06T02:06:07.943Zrunning 0 tests
29092026-03-06T02:06:07.943Z
29102026-03-06T02:06:07.943Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29112026-03-06T02:06:07.943Z
29122026-03-06T02:06:07.960Z Doc-tests pcap
29132026-03-06T02:06:08.028Z
29142026-03-06T02:06:08.029Zrunning 0 tests
29152026-03-06T02:06:08.029Z
29162026-03-06T02:06:08.029Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29172026-03-06T02:06:08.029Z
29182026-03-06T02:06:08.077Z+ for feat in tofino_stub tofino_asic softnpu chaos
29192026-03-06T02:06:08.077Z+ RUST_BACKTRACE=full
29202026-03-06T02:06:08.077Z+ cargo test --features softnpu --no-fail-fast
29212026-03-06T02:06:09.115Z Compiling num-integer v0.1.46
29222026-03-06T02:06:09.223Z Compiling num-complex v0.4.6
29232026-03-06T02:06:09.295Z Compiling bitstruct_derive v0.1.0
29242026-03-06T02:06:09.298Z Compiling tap v1.0.1
29252026-03-06T02:06:09.555Z Compiling wyz v0.5.1
29262026-03-06T02:06:09.857Z Compiling num-rational v0.4.2
29272026-03-06T02:06:09.957Z Compiling num-iter v0.1.45
29282026-03-06T02:06:10.014Z Compiling num-bigint v0.4.6
29292026-03-06T02:06:10.246Z Compiling radium v0.7.0
29302026-03-06T02:06:10.265Z Compiling funty v2.0.0
29312026-03-06T02:06:10.396Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29322026-03-06T02:06:10.414Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29332026-03-06T02:06:10.706Z Compiling num v0.4.3
29342026-03-06T02:06:10.730Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29352026-03-06T02:06:10.818Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29362026-03-06T02:06:10.854Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29372026-03-06T02:06:10.983Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29382026-03-06T02:06:11.230Z Compiling bitvec v1.0.1
29392026-03-06T02:06:11.298Z Compiling typeid v1.0.3
29402026-03-06T02:06:11.352Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29412026-03-06T02:06:11.481Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29422026-03-06T02:06:11.547Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29432026-03-06T02:06:11.814Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29442026-03-06T02:06:12.007Z Compiling ascii v1.1.0
29452026-03-06T02:06:12.229Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29462026-03-06T02:06:13.230Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29472026-03-06T02:06:13.385Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29482026-03-06T02:06:14.156Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29492026-03-06T02:06:14.671Z Compiling erased-serde v0.4.8
29502026-03-06T02:06:14.671Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29512026-03-06T02:06:14.671Z Compiling bitstruct v0.1.1
29522026-03-06T02:06:14.759Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29532026-03-06T02:06:15.254Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29542026-03-06T02:06:15.482Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29552026-03-06T02:06:15.543Z Compiling serde_arrays v0.1.0
29562026-03-06T02:06:15.762Z Compiling libloading v0.7.4
29572026-03-06T02:06:16.215Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29582026-03-06T02:06:16.354Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29592026-03-06T02:06:16.614Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29602026-03-06T02:06:18.060Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29612026-03-06T02:06:18.948Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29622026-03-06T02:06:21.615Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29632026-03-06T02:06:23.161Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29642026-03-06T02:06:31.821Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29652026-03-06T02:06:32.328Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29662026-03-06T02:06:32.358Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29672026-03-06T02:06:33.761Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
29682026-03-06T02:06:34.104Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29692026-03-06T02:06:34.372Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29702026-03-06T02:06:38.100Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
29712026-03-06T02:06:38.401Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29722026-03-06T02:06:43.673Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29732026-03-06T02:06:53.776Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
29742026-03-06T02:06:56.427Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
29752026-03-06T02:06:59.335Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29762026-03-06T02:07:00.364Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29772026-03-06T02:07:11.646Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29782026-03-06T02:07:16.995Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29792026-03-06T02:07:25.602Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
29802026-03-06T02:08:26.946Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 18s
29812026-03-06T02:08:27.099Z Running unittests src/lib.rs (target/debug/deps/aal-88e0722e597a4cb0)
29822026-03-06T02:08:27.102Z
29832026-03-06T02:08:27.102Zrunning 5 tests
29842026-03-06T02:08:27.106Ztest fuse::tests::chip_revision_b0 ... ok
29852026-03-06T02:08:27.106Ztest fuse::tests::chip_revision_a0 ... ok
29862026-03-06T02:08:27.106Ztest fuse::tests::chip_revision_b1 ... ok
29872026-03-06T02:08:27.106Ztest fuse::tests::chip_revision_unknown_device_id ... ok
29882026-03-06T02:08:27.106Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
29892026-03-06T02:08:27.106Z
29902026-03-06T02:08:27.106Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29912026-03-06T02:08:27.106Z
29922026-03-06T02:08:27.106Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
29932026-03-06T02:08:27.110Z
29942026-03-06T02:08:27.110Zrunning 0 tests
29952026-03-06T02:08:27.110Z
29962026-03-06T02:08:27.113Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29972026-03-06T02:08:27.113Z
29982026-03-06T02:08:27.113Z Running unittests src/lib.rs (target/debug/deps/asic-213d0c9f46541eeb)
29992026-03-06T02:08:27.117Z
30002026-03-06T02:08:27.117Zrunning 0 tests
30012026-03-06T02:08:27.117Z
30022026-03-06T02:08:27.117Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30032026-03-06T02:08:27.117Z
30042026-03-06T02:08:27.117Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
30052026-03-06T02:08:27.123Z
30062026-03-06T02:08:27.123Zrunning 10 tests
30072026-03-06T02:08:27.126Ztest nat::tests::test_vni ... ok
30082026-03-06T02:08:27.126Ztest network::tests::test_equal ... ok
30092026-03-06T02:08:27.126Ztest network::tests::test_eui64 ... ok
30102026-03-06T02:08:27.126Ztest network::tests::test_generate_ipv6_link_local ... ok
30112026-03-06T02:08:27.126Ztest network::tests::test_into ... ok
30122026-03-06T02:08:27.126Ztest network::tests::test_not_equal ... ok
30132026-03-06T02:08:27.130Ztest network::tests::test_to_string ... ok
30142026-03-06T02:08:27.130Ztest network::tests::test_parse ... ok
30152026-03-06T02:08:27.130Ztest test_purge ... ok
30162026-03-06T02:08:27.133Ztest illumos::test::address_exists_handles_missing_object ... ok
30172026-03-06T02:08:27.133Z
30182026-03-06T02:08:27.133Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30192026-03-06T02:08:27.133Z
30202026-03-06T02:08:27.136Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-82e8c1d1465f6c04)
30212026-03-06T02:08:27.141Z
30222026-03-06T02:08:27.141Zrunning 1 test
30232026-03-06T02:08:29.308Ztest test::test_apis_up_to_date ... ok
30242026-03-06T02:08:29.308Z
30252026-03-06T02:08:29.308Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.17s
30262026-03-06T02:08:29.309Z
30272026-03-06T02:08:29.354Z Running unittests src/main.rs (target/debug/deps/dpd-8e28b16c7b20e6ce)
30282026-03-06T02:08:29.361Z
30292026-03-06T02:08:29.361Zrunning 44 tests
30302026-03-06T02:08:29.364Ztest freemap::test_ordering ... ok
30312026-03-06T02:08:29.364Ztest freemap::test_split ... ok
30322026-03-06T02:08:29.364Ztest config::tests::test_updates ... ok
30332026-03-06T02:08:29.364Ztest macaddrs::tests::test_mac_offset ... ok
30342026-03-06T02:08:29.367Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
30352026-03-06T02:08:29.367Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
30362026-03-06T02:08:29.368Ztest macaddrs::tests::test_parse_port_id ... ok
30372026-03-06T02:08:29.368Ztest mcast::tests::test_canonicalize_sources ... ok
30382026-03-06T02:08:29.371Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
30392026-03-06T02:08:29.371Ztest mcast::tests::test_concurrent_id_allocation ... ok
30402026-03-06T02:08:29.371ZMar 06 02:08:28.626 DEBG created new freemapMar 06 02:08:28.626 DEBG created new freemap, unit:, unitfreemap_test: freemap_test
30412026-03-06T02:08:29.371Z
30422026-03-06T02:08:29.371ZMar 06 02:08:28.626Mar 06 02:08:28.626 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
30432026-03-06T02:08:29.371Z
30442026-03-06T02:08:29.371ZMar 06 02:08:28.626Mar 06 02:08:28.626 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
30452026-03-06T02:08:29.371Z
30462026-03-06T02:08:29.371Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
30472026-03-06T02:08:29.371Ztest mcast::tests::test_create_port_bitmap_empty ... ok
30482026-03-06T02:08:29.371ZMar 06 02:08:28.626 DEBG created new freemap, unit: freemap_test
30492026-03-06T02:08:29.371ZMar 06 02:08:28.626 DEBG initted freemap. size: 128, unit: freemap_test
30502026-03-06T02:08:29.371ZMar 06 02:08:28.626 DEBG reset freemap, unit: freemap_test
30512026-03-06T02:08:29.371Ztest freemap::test_free ... ok
30522026-03-06T02:08:29.371Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
30532026-03-06T02:08:29.371Ztest freemap::test_exhaustion ... ok
30542026-03-06T02:08:29.371Ztest freemap::test_basic ... ok
30552026-03-06T02:08:29.371ZMar 06 02:08:28.626 DEBG created new freemap, unit: freemap_test
30562026-03-06T02:08:29.371ZMar 06 02:08:28.626 DEBG created new freemap, unitMar 06 02:08:28.626: DEBGfreemap_test
30572026-03-06T02:08:29.371Zinitted freemap. size: 128, unit: freemap_test
30582026-03-06T02:08:29.371ZMar 06 02:08:28.626 DEBG initted freemap. size: 128Mar 06 02:08:28.626, unitDEBG: reset freemapfreemap_test,
30592026-03-06T02:08:29.371Zunit: freemap_test
30602026-03-06T02:08:29.371ZMar 06 02:08:28.627 DEBG reset freemap, unit: freemap_test
30612026-03-06T02:08:29.375Ztest freemap::test_reclaim ... ok
30622026-03-06T02:08:29.375Ztest freemap::test_span ... ok
30632026-03-06T02:08:29.375Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
30642026-03-06T02:08:29.375Ztest mcast::tests::test_sources_contain_any ... ok
30652026-03-06T02:08:29.375Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
30662026-03-06T02:08:29.375Ztest mcast::validate::tests::test_address_validation_integrated ... ok
30672026-03-06T02:08:29.375Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
30682026-03-06T02:08:29.375Ztest mcast::validate::tests::test_ipv4_validation ... ok
30692026-03-06T02:08:29.375Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
30702026-03-06T02:08:29.375Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
30712026-03-06T02:08:29.375Ztest mcast::validate::tests::test_ipv6_validation ... ok
30722026-03-06T02:08:29.375Ztest mcast::validate::tests::test_is_ssm_function ... ok
30732026-03-06T02:08:29.375Ztest mcast::validate::tests::test_validate_nat_target ... ok
30742026-03-06T02:08:29.375Ztest api_server::tests::test_build_info ... ok
30752026-03-06T02:08:29.375Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
30762026-03-06T02:08:29.375Ztest mcast::validate::tests::test_validate_source_addresses ... ok
30772026-03-06T02:08:29.375Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
30782026-03-06T02:08:29.375Ztest mcast::validate::tests::test_validate_tag ... ok
30792026-03-06T02:08:29.376Ztest nat::test_mapping ... ok
30802026-03-06T02:08:29.376Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
30812026-03-06T02:08:29.376Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
30822026-03-06T02:08:29.376Ztest mcast::validate::tests::test_validate_tag_format ... ok
30832026-03-06T02:08:29.376Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
30842026-03-06T02:08:29.376Ztest port_map::tests::test_backplane_group ... ok
30852026-03-06T02:08:29.376Ztest port_map::tests::test_port_map ... ok
30862026-03-06T02:08:29.376Ztest port_map::tests::dump_map ... ok
30872026-03-06T02:08:29.376Ztest mcast::tests::test_id_range_boundaries ... ok
30882026-03-06T02:08:29.376Ztest port_map::tests::parse_softnpu_revision ... ok
30892026-03-06T02:08:29.376Z
30902026-03-06T02:08:29.376Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30912026-03-06T02:08:29.376Z
30922026-03-06T02:08:29.380Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-c633122300bb4891)
30932026-03-06T02:08:29.383Z
30942026-03-06T02:08:29.383Zrunning 0 tests
30952026-03-06T02:08:29.383Z
30962026-03-06T02:08:29.383Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30972026-03-06T02:08:29.383Z
30982026-03-06T02:08:29.383Z Running unittests src/lib.rs (target/debug/deps/dpd_api-0ebc9ebd13619687)
30992026-03-06T02:08:29.387Z
31002026-03-06T02:08:29.387Zrunning 0 tests
31012026-03-06T02:08:29.387Z
31022026-03-06T02:08:29.387Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31032026-03-06T02:08:29.387Z
31042026-03-06T02:08:29.387Z Running unittests src/lib.rs (target/debug/deps/dpd_client-a562522ba115df9c)
31052026-03-06T02:08:29.390Z
31062026-03-06T02:08:29.390Zrunning 6 tests
31072026-03-06T02:08:29.390Ztest tests::test_full_lot_id_neither_present ... ok
31082026-03-06T02:08:29.390Ztest tests::test_full_lot_id_both_present ... ok
31092026-03-06T02:08:29.390Ztest tests::test_full_lot_id_lot_only ... ok
31102026-03-06T02:08:29.390Ztest tests::test_port_id_cmp ... ok
31112026-03-06T02:08:29.390Ztest tests::test_full_lot_id_lotnum_only ... ok
31122026-03-06T02:08:29.390Ztest tests::test_parse_client_port_id ... ok
31132026-03-06T02:08:29.390Z
31142026-03-06T02:08:29.390Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31152026-03-06T02:08:29.390Z
31162026-03-06T02:08:29.394Z Running tests/test_all.rs (target/debug/deps/test_all-d53666c028c25f26)
31172026-03-06T02:08:29.394Z
31182026-03-06T02:08:29.394Zrunning 0 tests
31192026-03-06T02:08:29.394Z
31202026-03-06T02:08:29.394Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31212026-03-06T02:08:29.394Z
31222026-03-06T02:08:29.394Z Running unittests src/lib.rs (target/debug/deps/dpd_types-0b3f59d39e03ea80)
31232026-03-06T02:08:29.397Z
31242026-03-06T02:08:29.397Zrunning 0 tests
31252026-03-06T02:08:29.397Z
31262026-03-06T02:08:29.397Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31272026-03-06T02:08:29.397Z
31282026-03-06T02:08:29.397Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
31292026-03-06T02:08:29.401Z
31302026-03-06T02:08:29.401Zrunning 12 tests
31312026-03-06T02:08:29.401Ztest icmp::test_v6_checksum ... ok
31322026-03-06T02:08:29.401Ztest icmp::test_v4_checksum ... ok
31332026-03-06T02:08:29.401Ztest lldp::test_lldp_parse ... ok
31342026-03-06T02:08:29.401Ztest ipv6::test_ipv6_parse ... ok
31352026-03-06T02:08:29.401Ztest pbuf::test_byte ... ok
31362026-03-06T02:08:29.401Ztest pbuf::test_nibble ... ok
31372026-03-06T02:08:29.401Ztest pbuf::test_short ... ok
31382026-03-06T02:08:29.401Ztest pbuf::test_overflow ... ok
31392026-03-06T02:08:29.401Ztest pbuf::test_twelve ... ok
31402026-03-06T02:08:29.401Ztest pbuf::test_word ... ok
31412026-03-06T02:08:29.401Ztest tcp::test_checksum_ack_data ... ok
31422026-03-06T02:08:29.401Ztest tcp::test_checksum_syn_nodata ... ok
31432026-03-06T02:08:29.401Z
31442026-03-06T02:08:29.401Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31452026-03-06T02:08:29.401Z
31462026-03-06T02:08:29.401Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
31472026-03-06T02:08:29.404Z
31482026-03-06T02:08:29.404Zrunning 0 tests
31492026-03-06T02:08:29.405Z
31502026-03-06T02:08:29.405Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31512026-03-06T02:08:29.405Z
31522026-03-06T02:08:29.405Z Running unittests src/main.rs (target/debug/deps/swadm-28cb891c64b1d99f)
31532026-03-06T02:08:29.416Z
31542026-03-06T02:08:29.416Zrunning 4 tests
31552026-03-06T02:08:29.419Ztest switchport::test::test_compute_lanes ... ok
31562026-03-06T02:08:29.422Ztest switchport::test::port_id_ordering ... ok
31572026-03-06T02:08:29.426Z Lane 0 Lane 1 Lane 2 Lane 3
31582026-03-06T02:08:29.426Z Rx Loss-of-lock: Yes Yes Yes Yes
31592026-03-06T02:08:29.426Z Rx Loss-of-signal: Yes Yes Yes Yes
31602026-03-06T02:08:29.426Z Rx CDR Enabled: Yes Yes Yes Lane 0 Yes
31612026-03-06T02:08:29.426ZLane 1 Tx Enabled: Yes Lane 2Yes Lane 3Yes
31622026-03-06T02:08:29.426ZYes
31632026-03-06T02:08:29.426Z State: Activated Tx Loss-of-lock: No ActivatedNo Activated NoActivated
31642026-03-06T02:08:29.426ZNo
31652026-03-06T02:08:29.426Z Rx Output Enabled: false Tx Loss-of-signal: Nofalse Nofalse Nofalse
31662026-03-06T02:08:29.426ZNo
31672026-03-06T02:08:29.426Z Rx Output Status: valid Tx CDR Enabled: No Novalid No validNo
31682026-03-06T02:08:29.426Zvalid Tx Adaptive EQ Fault: No
31692026-03-06T02:08:29.426Z Rx Loss-of-lock: trueNo true Notrue Notrue
31702026-03-06T02:08:29.426Z
31712026-03-06T02:08:29.426Z Tx Fault: Yes Rx Loss-of-signal: false Yesfalse Yesfalse Yesfalse
31722026-03-06T02:08:29.426Z
31732026-03-06T02:08:29.426ZRx Auto-squelch Disable: true true true true
31742026-03-06T02:08:29.426Z Tx Output Enabled: true true true true
31752026-03-06T02:08:29.426Z Tx Output Status: invalid invalid invalid invalid
31762026-03-06T02:08:29.426Z Tx Loss-of-lock: false false false false
31772026-03-06T02:08:29.426Z Tx Loss-of-signal: true true true true
31782026-03-06T02:08:29.426ZTx Auto-squelch Disable: false false false false
31792026-03-06T02:08:29.426Z Tx Adaptive EQ Fail: true true true true
31802026-03-06T02:08:29.426Z Tx Failure: false false false false
31812026-03-06T02:08:29.426Z Tx Force Squelch: true true true true
31822026-03-06T02:08:29.426Z Tx Input Polarity: normal normal normal normal
31832026-03-06T02:08:29.426Ztest switchport::test::test_print_sff_datapath ... ok
31842026-03-06T02:08:29.426Ztest switchport::test::test_print_cmis_datapath ... ok
31852026-03-06T02:08:29.426Z
31862026-03-06T02:08:29.426Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31872026-03-06T02:08:29.427Z
31882026-03-06T02:08:29.430Z Running tests/counters.rs (target/debug/deps/counters-d88dca8304571f93)
31892026-03-06T02:08:29.434Z
31902026-03-06T02:08:29.434Zrunning 1 test
31912026-03-06T02:08:29.437Ztest test_p4_counter_list ... ignored
31922026-03-06T02:08:29.437Z
31932026-03-06T02:08:29.437Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31942026-03-06T02:08:29.437Z
31952026-03-06T02:08:29.437Z Running tests/port-link.rs (target/debug/deps/port_link-3a45eaf0c6a4bd06)
31962026-03-06T02:08:29.442Z
31972026-03-06T02:08:29.442Zrunning 5 tests
31982026-03-06T02:08:29.445Ztest test_an ... ignored
31992026-03-06T02:08:29.445Ztest test_enable ... ignored
32002026-03-06T02:08:29.445Ztest test_ip_addresses ... ignored
32012026-03-06T02:08:29.445Ztest test_kr ... ignored
32022026-03-06T02:08:29.445Ztest test_mac ... ignored
32032026-03-06T02:08:29.446Z
32042026-03-06T02:08:29.446Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32052026-03-06T02:08:29.446Z
32062026-03-06T02:08:29.446Z Running unittests src/main.rs (target/debug/deps/tfportd-a1f7f34a21fed298)
32072026-03-06T02:08:29.449Z
32082026-03-06T02:08:29.449Zrunning 3 tests
32092026-03-06T02:08:29.452Ztest tfport::test_parse_tfport ... ok
32102026-03-06T02:08:29.452Ztest linklocal::test_parse_ipadm ... ok
32112026-03-06T02:08:29.452Ztest config::tests::test_updates ... ok
32122026-03-06T02:08:29.452Z
32132026-03-06T02:08:29.452Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32142026-03-06T02:08:29.452Z
32152026-03-06T02:08:29.452Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
32162026-03-06T02:08:29.456Z
32172026-03-06T02:08:29.456Zrunning 0 tests
32182026-03-06T02:08:29.456Z
32192026-03-06T02:08:29.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32202026-03-06T02:08:29.456Z
32212026-03-06T02:08:29.456Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
32222026-03-06T02:08:29.459Z
32232026-03-06T02:08:29.459Zrunning 0 tests
32242026-03-06T02:08:29.459Z
32252026-03-06T02:08:29.459Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32262026-03-06T02:08:29.459Z
32272026-03-06T02:08:29.459Z Doc-tests aal
32282026-03-06T02:08:29.625Z
32292026-03-06T02:08:29.626Zrunning 0 tests
32302026-03-06T02:08:29.626Z
32312026-03-06T02:08:29.626Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32322026-03-06T02:08:29.626Z
32332026-03-06T02:08:29.645Z Doc-tests aal_macros
32342026-03-06T02:08:29.743Z
32352026-03-06T02:08:29.743Zrunning 0 tests
32362026-03-06T02:08:29.743Z
32372026-03-06T02:08:29.743Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32382026-03-06T02:08:29.743Z
32392026-03-06T02:08:29.758Z Doc-tests common
32402026-03-06T02:08:30.103Z
32412026-03-06T02:08:30.103Zrunning 0 tests
32422026-03-06T02:08:30.103Z
32432026-03-06T02:08:30.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32442026-03-06T02:08:30.103Z
32452026-03-06T02:08:30.126Z Doc-tests dpd_api
32462026-03-06T02:08:31.794Z
32472026-03-06T02:08:31.795Zrunning 2 tests
32482026-03-06T02:08:31.795Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored
32492026-03-06T02:08:31.795Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored
32502026-03-06T02:08:31.795Z
32512026-03-06T02:08:31.795Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
32522026-03-06T02:08:31.795Z
32532026-03-06T02:08:31.840Z Doc-tests dpd_client
32542026-03-06T02:08:33.821Z
32552026-03-06T02:08:33.822Zrunning 0 tests
32562026-03-06T02:08:33.822Z
32572026-03-06T02:08:33.822Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32582026-03-06T02:08:33.822Z
32592026-03-06T02:08:33.871Z Doc-tests dpd_types
32602026-03-06T02:08:34.352Z
32612026-03-06T02:08:34.352Zrunning 0 tests
32622026-03-06T02:08:34.352Z
32632026-03-06T02:08:34.352Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32642026-03-06T02:08:34.352Z
32652026-03-06T02:08:34.386Z Doc-tests packet
32662026-03-06T02:08:34.542Z
32672026-03-06T02:08:34.542Zrunning 0 tests
32682026-03-06T02:08:34.542Z
32692026-03-06T02:08:34.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32702026-03-06T02:08:34.542Z
32712026-03-06T02:08:34.562Z Doc-tests pcap
32722026-03-06T02:08:34.635Z
32732026-03-06T02:08:34.635Zrunning 0 tests
32742026-03-06T02:08:34.635Z
32752026-03-06T02:08:34.635Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32762026-03-06T02:08:34.635Z
32772026-03-06T02:08:34.699Z+ for feat in tofino_stub tofino_asic softnpu chaos
32782026-03-06T02:08:34.699Z+ RUST_BACKTRACE=full
32792026-03-06T02:08:34.699Z+ cargo test --features chaos --no-fail-fast
32802026-03-06T02:08:35.677Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
32812026-03-06T02:08:35.778Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
32822026-03-06T02:08:35.794Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
32832026-03-06T02:08:51.303Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
32842026-03-06T02:08:51.787Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
32852026-03-06T02:09:48.717Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 13s
32862026-03-06T02:09:48.864Z Running unittests src/lib.rs (target/debug/deps/aal-8a2f49f84a5b6e99)
32872026-03-06T02:09:48.870Z
32882026-03-06T02:09:48.870Zrunning 5 tests
32892026-03-06T02:09:48.873Ztest fuse::tests::chip_revision_a0 ... ok
32902026-03-06T02:09:48.873Ztest fuse::tests::chip_revision_b1 ... ok
32912026-03-06T02:09:48.873Ztest fuse::tests::chip_revision_unknown_device_id ... ok
32922026-03-06T02:09:48.873Ztest fuse::tests::chip_revision_b0 ... ok
32932026-03-06T02:09:48.873Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
32942026-03-06T02:09:48.873Z
32952026-03-06T02:09:48.873Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32962026-03-06T02:09:48.873Z
32972026-03-06T02:09:48.873Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
32982026-03-06T02:09:48.878Z
32992026-03-06T02:09:48.878Zrunning 0 tests
33002026-03-06T02:09:48.879Z
33012026-03-06T02:09:48.881Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33022026-03-06T02:09:48.881Z
33032026-03-06T02:09:48.881Z Running unittests src/lib.rs (target/debug/deps/asic-5a9c37b3d1c1025a)
33042026-03-06T02:09:48.886Z
33052026-03-06T02:09:48.886Zrunning 0 tests
33062026-03-06T02:09:48.886Z
33072026-03-06T02:09:48.889Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33082026-03-06T02:09:48.889Z
33092026-03-06T02:09:48.889Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
33102026-03-06T02:09:48.895Z
33112026-03-06T02:09:48.895Zrunning 10 tests
33122026-03-06T02:09:48.899Ztest nat::tests::test_vni ... ok
33132026-03-06T02:09:48.899Ztest network::tests::test_equal ... ok
33142026-03-06T02:09:48.899Ztest network::tests::test_eui64 ... ok
33152026-03-06T02:09:48.899Ztest network::tests::test_generate_ipv6_link_local ... ok
33162026-03-06T02:09:48.899Ztest network::tests::test_into ... ok
33172026-03-06T02:09:48.899Ztest network::tests::test_not_equal ... ok
33182026-03-06T02:09:48.902Ztest network::tests::test_to_string ... ok
33192026-03-06T02:09:48.902Ztest test_purge ... ok
33202026-03-06T02:09:48.902Ztest network::tests::test_parse ... ok
33212026-03-06T02:09:48.905Ztest illumos::test::address_exists_handles_missing_object ... ok
33222026-03-06T02:09:48.905Z
33232026-03-06T02:09:48.905Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33242026-03-06T02:09:48.905Z
33252026-03-06T02:09:48.908Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9cac1d34cd5cc78b)
33262026-03-06T02:09:48.936Z
33272026-03-06T02:09:48.936Zrunning 1 test
33282026-03-06T02:09:51.085Ztest test::test_apis_up_to_date ... ok
33292026-03-06T02:09:51.086Z
33302026-03-06T02:09:51.086Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.15s
33312026-03-06T02:09:51.086Z
33322026-03-06T02:09:51.135Z Running unittests src/main.rs (target/debug/deps/dpd-09df7d9d8466b872)
33332026-03-06T02:09:51.142Z
33342026-03-06T02:09:51.142Zrunning 44 tests
33352026-03-06T02:09:51.146Ztest freemap::test_ordering ... ok
33362026-03-06T02:09:51.146Ztest freemap::test_split ... ok
33372026-03-06T02:09:51.146Ztest config::tests::test_updates ... ok
33382026-03-06T02:09:51.146Ztest macaddrs::tests::test_mac_offset ... ok
33392026-03-06T02:09:51.149Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
33402026-03-06T02:09:51.149Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
33412026-03-06T02:09:51.149Ztest macaddrs::tests::test_parse_port_id ... ok
33422026-03-06T02:09:51.149Ztest mcast::tests::test_canonicalize_sources ... ok
33432026-03-06T02:09:51.152Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
33442026-03-06T02:09:51.152Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
33452026-03-06T02:09:51.152Ztest mcast::tests::test_create_port_bitmap_empty ... ok
33462026-03-06T02:09:51.152Ztest mcast::tests::test_concurrent_id_allocation ... ok
33472026-03-06T02:09:51.152Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
33482026-03-06T02:09:51.152ZMar 06 02:09:50.395 DEBGMar 06 02:09:50.395 created new freemapDEBG created new freemap, , unitunit:: freemap_testfreemap_test
33492026-03-06T02:09:51.153ZMar 06 02:09:50.395
33502026-03-06T02:09:51.153Z DEBG created new freemap, unit: Mar 06 02:09:50.395freemap_testMar 06 02:09:50.395
33512026-03-06T02:09:51.153Z DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unitMar 06 02:09:50.395: DEBGfreemap_test
33522026-03-06T02:09:51.153Zfreemap_testinitted freemap. size: 128
33532026-03-06T02:09:51.153Z, unit: freemap_testMar 06 02:09:50.395
33542026-03-06T02:09:51.153ZMar 06 02:09:50.395 Mar 06 02:09:50.395 DEBG created new freemap, unit: freemap_test
33552026-03-06T02:09:51.153ZMar 06 02:09:50.395Mar 06 02:09:50.395 DEBGDEBG created new freemapinitted freemap. size: 128Mar 06 02:09:50.395, , unitunit: :freemap_test
33562026-03-06T02:09:51.153Zfreemap_testDEBG
33572026-03-06T02:09:51.153Z reset freemap, unitMar 06 02:09:50.395: DEBGfreemap_test
33582026-03-06T02:09:51.153Zreset freemapMar 06 02:09:50.395, unitDEBG: initted freemap. size: 128freemap_test,
33592026-03-06T02:09:51.153Zunit: freemap_test
33602026-03-06T02:09:51.153ZDEBGMar 06 02:09:50.395 DEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
33612026-03-06T02:09:51.153Z
33622026-03-06T02:09:51.153Z DEBG reset freemap, unit: freemap_test
33632026-03-06T02:09:51.153Ztest api_server::tests::test_build_info ... ok
33642026-03-06T02:09:51.157Ztest freemap::test_span ... ok
33652026-03-06T02:09:51.157Ztest freemap::test_free ... ok
33662026-03-06T02:09:51.157Ztest freemap::test_basic ... ok
33672026-03-06T02:09:51.157Ztest freemap::test_reclaim ... ok
33682026-03-06T02:09:51.157Ztest freemap::test_exhaustion ... ok
33692026-03-06T02:09:51.157Ztest mcast::tests::test_sources_contain_any ... ok
33702026-03-06T02:09:51.157Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
33712026-03-06T02:09:51.157Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
33722026-03-06T02:09:51.157Ztest mcast::validate::tests::test_address_validation_integrated ... ok
33732026-03-06T02:09:51.157Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
33742026-03-06T02:09:51.157Ztest mcast::validate::tests::test_ipv4_validation ... ok
33752026-03-06T02:09:51.157Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
33762026-03-06T02:09:51.157Ztest mcast::validate::tests::test_is_ssm_function ... ok
33772026-03-06T02:09:51.157Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
33782026-03-06T02:09:51.157Ztest mcast::validate::tests::test_validate_nat_target ... ok
33792026-03-06T02:09:51.157Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
33802026-03-06T02:09:51.157Ztest mcast::validate::tests::test_ipv6_validation ... ok
33812026-03-06T02:09:51.157Ztest mcast::validate::tests::test_validate_source_addresses ... ok
33822026-03-06T02:09:51.157Ztest mcast::validate::tests::test_validate_tag ... ok
33832026-03-06T02:09:51.157Ztest nat::test_mapping ... ok
33842026-03-06T02:09:51.157Ztest port_map::tests::test_backplane_group ... ok
33852026-03-06T02:09:51.157Ztest mcast::validate::tests::test_validate_tag_format ... ok
33862026-03-06T02:09:51.157Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
33872026-03-06T02:09:51.157Ztest port_map::tests::dump_map ... ok
33882026-03-06T02:09:51.157Ztest port_map::tests::test_port_map ... ok
33892026-03-06T02:09:51.157Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
33902026-03-06T02:09:51.157Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
33912026-03-06T02:09:51.157Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
33922026-03-06T02:09:51.157Ztest mcast::tests::test_id_range_boundaries ... ok
33932026-03-06T02:09:51.157Ztest port_map::tests::parse_softnpu_revision ... ok
33942026-03-06T02:09:51.158Z
33952026-03-06T02:09:51.158Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33962026-03-06T02:09:51.158Z
33972026-03-06T02:09:51.161Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-f929a413dd6411e7)
33982026-03-06T02:09:51.164Z
33992026-03-06T02:09:51.164Zrunning 0 tests
34002026-03-06T02:09:51.164Z
34012026-03-06T02:09:51.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34022026-03-06T02:09:51.168Z
34032026-03-06T02:09:51.168Z Running unittests src/lib.rs (target/debug/deps/dpd_api-da6c92b619791a35)
34042026-03-06T02:09:51.172Z
34052026-03-06T02:09:51.172Zrunning 0 tests
34062026-03-06T02:09:51.172Z
34072026-03-06T02:09:51.175Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34082026-03-06T02:09:51.175Z
34092026-03-06T02:09:51.175Z Running unittests src/lib.rs (target/debug/deps/dpd_client-5257cf1c1dcb5258)
34102026-03-06T02:09:51.185Z
34112026-03-06T02:09:51.185Zrunning 6 tests
34122026-03-06T02:09:51.190Ztest tests::test_full_lot_id_neither_present ... ok
34132026-03-06T02:09:51.190Ztest tests::test_full_lot_id_lotnum_only ... ok
34142026-03-06T02:09:51.190Ztest tests::test_full_lot_id_both_present ... ok
34152026-03-06T02:09:51.190Ztest tests::test_full_lot_id_lot_only ... ok
34162026-03-06T02:09:51.193Ztest tests::test_parse_client_port_id ... ok
34172026-03-06T02:09:51.193Ztest tests::test_port_id_cmp ... ok
34182026-03-06T02:09:51.193Z
34192026-03-06T02:09:51.193Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34202026-03-06T02:09:51.193Z
34212026-03-06T02:09:51.193Z Running tests/test_all.rs (target/debug/deps/test_all-7bf30511aec8edba)
34222026-03-06T02:09:51.198Z
34232026-03-06T02:09:51.198Zrunning 6 tests
34242026-03-06T02:09:54.214Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34252026-03-06T02:09:54.217Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34262026-03-06T02:09:54.217Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34272026-03-06T02:09:54.228Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34282026-03-06T02:09:54.604Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34292026-03-06T02:09:56.675Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34302026-03-06T02:09:56.675Z
34312026-03-06T02:09:56.675Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.48s
34322026-03-06T02:09:56.675Z
34332026-03-06T02:09:56.684Z Running unittests src/lib.rs (target/debug/deps/dpd_types-7f0cdf6e479abfd5)
34342026-03-06T02:09:56.689Z
34352026-03-06T02:09:56.689Zrunning 0 tests
34362026-03-06T02:09:56.689Z
34372026-03-06T02:09:56.693Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34382026-03-06T02:09:56.693Z
34392026-03-06T02:09:56.693Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
34402026-03-06T02:09:56.698Z
34412026-03-06T02:09:56.698Zrunning 12 tests
34422026-03-06T02:09:56.702Ztest icmp::test_v6_checksum ... ok
34432026-03-06T02:09:56.702Ztest icmp::test_v4_checksum ... ok
34442026-03-06T02:09:56.702Ztest ipv6::test_ipv6_parse ... ok
34452026-03-06T02:09:56.702Ztest lldp::test_lldp_parse ... ok
34462026-03-06T02:09:56.702Ztest pbuf::test_byte ... ok
34472026-03-06T02:09:56.702Ztest pbuf::test_nibble ... ok
34482026-03-06T02:09:56.702Ztest pbuf::test_short ... ok
34492026-03-06T02:09:56.703Ztest pbuf::test_twelve ... ok
34502026-03-06T02:09:56.703Ztest pbuf::test_overflow ... ok
34512026-03-06T02:09:56.703Ztest pbuf::test_word ... ok
34522026-03-06T02:09:56.706Ztest tcp::test_checksum_ack_data ... ok
34532026-03-06T02:09:56.706Ztest tcp::test_checksum_syn_nodata ... ok
34542026-03-06T02:09:56.706Z
34552026-03-06T02:09:56.707Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34562026-03-06T02:09:56.707Z
34572026-03-06T02:09:56.707Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
34582026-03-06T02:09:56.710Z
34592026-03-06T02:09:56.710Zrunning 0 tests
34602026-03-06T02:09:56.710Z
34612026-03-06T02:09:56.710Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34622026-03-06T02:09:56.710Z
34632026-03-06T02:09:56.714Z Running unittests src/main.rs (target/debug/deps/swadm-540a6c17bd48bc91)
34642026-03-06T02:09:56.714Z
34652026-03-06T02:09:56.714Zrunning 4 tests
34662026-03-06T02:09:56.714Ztest switchport::test::test_compute_lanes ... ok
34672026-03-06T02:09:56.718Ztest switchport::test::port_id_ordering ... ok
34682026-03-06T02:09:56.718Z Lane 0 Lane 1 Lane 2 Lane 3
34692026-03-06T02:09:56.718Z Rx Loss-of-lock: Yes Lane 0 Yes Lane 1Yes Lane 2Yes
34702026-03-06T02:09:56.718ZLane 3
34712026-03-06T02:09:56.718Z Rx Loss-of-signal: Yes State: ActivatedYes ActivatedYes Yes
34722026-03-06T02:09:56.718ZActivated Activated Rx CDR Enabled: Yes
34732026-03-06T02:09:56.718ZYes Rx Output Enabled: false Yesfalse Yes
34742026-03-06T02:09:56.718Zfalse Tx Enabled: Yes false
34752026-03-06T02:09:56.718ZYes Rx Output Status: valid Yesvalid Yesvalid
34762026-03-06T02:09:56.718Z Tx Loss-of-lock: Novalid
34772026-03-06T02:09:56.718ZNo Rx Loss-of-lock: true Notrue No
34782026-03-06T02:09:56.718Ztrue Tx Loss-of-signal: No true
34792026-03-06T02:09:56.718ZNo Rx Loss-of-signal: falseNo Nofalse
34802026-03-06T02:09:56.718Z Tx CDR Enabled: Nofalse falseNo
34812026-03-06T02:09:56.718Z Rx Auto-squelch Disable: true No trueNo
34822026-03-06T02:09:56.718Ztrue Tx Adaptive EQ Fault: Notrue
34832026-03-06T02:09:56.718Z Tx Output Enabled: trueNo trueNo Notrue
34842026-03-06T02:09:56.718Z true Tx Fault: Yes
34852026-03-06T02:09:56.718Z Tx Output Status: invalidYes invalid Yesinvalid Yesinvalid
34862026-03-06T02:09:56.718Z
34872026-03-06T02:09:56.718Z Tx Loss-of-lock: false false false false
34882026-03-06T02:09:56.718Z Tx Loss-of-signal: true true true true
34892026-03-06T02:09:56.719ZTx Auto-squelch Disable: false false false false
34902026-03-06T02:09:56.719Z Tx Adaptive EQ Fail: true true true true
34912026-03-06T02:09:56.719Z Tx Failure: false false false false
34922026-03-06T02:09:56.719Z Tx Force Squelch: true true true true
34932026-03-06T02:09:56.719Z Tx Input Polarity: normal normal normal normal
34942026-03-06T02:09:56.719Ztest switchport::test::test_print_sff_datapath ... ok
34952026-03-06T02:09:56.719Ztest switchport::test::test_print_cmis_datapath ... ok
34962026-03-06T02:09:56.719Z
34972026-03-06T02:09:56.719Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34982026-03-06T02:09:56.719Z
34992026-03-06T02:09:56.719Z Running tests/counters.rs (target/debug/deps/counters-7b0a7f591074c274)
35002026-03-06T02:09:56.723Z
35012026-03-06T02:09:56.723Zrunning 1 test
35022026-03-06T02:09:56.723Ztest test_p4_counter_list ... ignored
35032026-03-06T02:09:56.723Z
35042026-03-06T02:09:56.723Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35052026-03-06T02:09:56.723Z
35062026-03-06T02:09:56.723Z Running tests/port-link.rs (target/debug/deps/port_link-a8d526adc4f8c21c)
35072026-03-06T02:09:56.726Z
35082026-03-06T02:09:56.726Zrunning 5 tests
35092026-03-06T02:09:56.726Ztest test_an ... ignored
35102026-03-06T02:09:56.726Ztest test_enable ... ignored
35112026-03-06T02:09:56.726Ztest test_ip_addresses ... ignored
35122026-03-06T02:09:56.726Ztest test_kr ... ignored
35132026-03-06T02:09:56.727Ztest test_mac ... ignored
35142026-03-06T02:09:56.727Z
35152026-03-06T02:09:56.727Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35162026-03-06T02:09:56.727Z
35172026-03-06T02:09:56.727Z Running unittests src/main.rs (target/debug/deps/tfportd-a5363bacba764e3a)
35182026-03-06T02:09:56.730Z
35192026-03-06T02:09:56.730Zrunning 3 tests
35202026-03-06T02:09:56.733Ztest linklocal::test_parse_ipadm ... ok
35212026-03-06T02:09:56.733Ztest tfport::test_parse_tfport ... ok
35222026-03-06T02:09:56.733Ztest config::tests::test_updates ... ok
35232026-03-06T02:09:56.733Z
35242026-03-06T02:09:56.734Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35252026-03-06T02:09:56.734Z
35262026-03-06T02:09:56.734Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
35272026-03-06T02:09:56.738Z
35282026-03-06T02:09:56.738Zrunning 0 tests
35292026-03-06T02:09:56.738Z
35302026-03-06T02:09:56.745Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35312026-03-06T02:09:56.745Z
35322026-03-06T02:09:56.745Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
35332026-03-06T02:09:56.745Z
35342026-03-06T02:09:56.745Zrunning 0 tests
35352026-03-06T02:09:56.745Z
35362026-03-06T02:09:56.745Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35372026-03-06T02:09:56.745Z
35382026-03-06T02:09:56.749Z Doc-tests aal
35392026-03-06T02:09:56.971Z
35402026-03-06T02:09:56.971Zrunning 0 tests
35412026-03-06T02:09:56.971Z
35422026-03-06T02:09:56.974Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35432026-03-06T02:09:56.974Z
35442026-03-06T02:09:56.990Z Doc-tests aal_macros
35452026-03-06T02:09:57.091Z
35462026-03-06T02:09:57.091Zrunning 0 tests
35472026-03-06T02:09:57.091Z
35482026-03-06T02:09:57.091Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35492026-03-06T02:09:57.091Z
35502026-03-06T02:09:57.105Z Doc-tests common
35512026-03-06T02:09:57.441Z
35522026-03-06T02:09:57.441Zrunning 0 tests
35532026-03-06T02:09:57.441Z
35542026-03-06T02:09:57.441Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35552026-03-06T02:09:57.441Z
35562026-03-06T02:09:57.464Z Doc-tests dpd_api
35572026-03-06T02:09:59.229Z
35582026-03-06T02:09:59.229Zrunning 2 tests
35592026-03-06T02:09:59.229Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored
35602026-03-06T02:09:59.229Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored
35612026-03-06T02:09:59.229Z
35622026-03-06T02:09:59.229Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
35632026-03-06T02:09:59.229Z
35642026-03-06T02:09:59.274Z Doc-tests dpd_client
35652026-03-06T02:10:01.290Z
35662026-03-06T02:10:01.290Zrunning 0 tests
35672026-03-06T02:10:01.290Z
35682026-03-06T02:10:01.290Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35692026-03-06T02:10:01.290Z
35702026-03-06T02:10:01.340Z Doc-tests dpd_types
35712026-03-06T02:10:01.831Z
35722026-03-06T02:10:01.831Zrunning 0 tests
35732026-03-06T02:10:01.831Z
35742026-03-06T02:10:01.831Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35752026-03-06T02:10:01.831Z
35762026-03-06T02:10:01.865Z Doc-tests packet
35772026-03-06T02:10:02.023Z
35782026-03-06T02:10:02.023Zrunning 0 tests
35792026-03-06T02:10:02.023Z
35802026-03-06T02:10:02.023Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35812026-03-06T02:10:02.023Z
35822026-03-06T02:10:02.041Z Doc-tests pcap
35832026-03-06T02:10:02.112Z
35842026-03-06T02:10:02.112Zrunning 0 tests
35852026-03-06T02:10:02.112Z
35862026-03-06T02:10:02.112Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35872026-03-06T02:10:02.112Z
35882026-03-06T02:10:02.166Zprocess exited: duration 1204553 ms, exit code 0
 
35892026-03-06T02:10:02.174Zfound 0 output files