01KKVZ1TSNCWA5X25V1YE4E0S3: test

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

Buildomat Job: 01KKVZ23HY5NEQ94AT7G23B05V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T18:40:07.875Zjob assigned to worker 01KKVZ2817PSBYRKF975GTCVKQ [factory aws, i-010aa9b62fc9e5013] (queued for 1 m 51 s)
 
22026-03-16T18:40:15.654Zstarting task 0: "setup"
32026-03-16T18:40:15.658Z++ uname -s
42026-03-16T18:40:15.661Z+ kern=SunOS
52026-03-16T18:40:15.661Z+ build_user=build
62026-03-16T18:40:15.661Z+ build_uid=12345
72026-03-16T18:40:15.661Z+ work_dir=/work
82026-03-16T18:40:15.661Z+ input_dir=/input
92026-03-16T18:40:15.661Z+ [[ 0 == 12345 ]]
102026-03-16T18:40:15.661Z+ case "$kern" in
112026-03-16T18:40:15.661Z+ groupadd -g 12345 build
122026-03-16T18:40:15.664Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T18:40:17.669Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T18:40:17.814Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T18:40:17.818Z+ home_fs=zfs
162026-03-16T18:40:17.818Z+ [[ zfs == autofs ]]
172026-03-16T18:40:17.818Z+ mkdir -p /home/build
182026-03-16T18:40:17.818Z+ chown build:build /home/build /work
192026-03-16T18:40:19.820Z+ chmod 0700 /home/build /work
202026-03-16T18:40:19.823Zprocess exited: duration 4171 ms, exit code 0
 
212026-03-16T18:40:19.829Zstarting task 1: "rust-toolchain"
222026-03-16T18:40:19.834Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-03-16T18:40:19.834Z * rust toolchain channel = "1.90.0"
242026-03-16T18:40:19.834Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-16T18:40:19.834Z * rust toolchain profile = "default"
262026-03-16T18:40:19.834Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-16T18:40:19.834Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T18:40:19.836Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T18:40:19.836Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-03-16T18:40:19.923Zinfo: downloading installer
312026-03-16T18:40:21.809Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T18:40:21.809Zwarn: /opt/ooce/bin
332026-03-16T18:40:21.809Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T18:40:21.809Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T18:40:21.809Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T18:40:21.809Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T18:40:21.809Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T18:40:21.809Zerror: cannot install while Rust is installed
392026-03-16T18:40:21.809Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T18:40:21.809Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T18:40:21.809Zwarn: /home/build/.rustup/settings.toml
422026-03-16T18:40:21.809Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T18:40:21.809Zwarn: instead of the one inferred from the default host triple.
442026-03-16T18:40:21.825Zinfo: profile set to default
452026-03-16T18:40:21.825Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T18:40:21.827Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-03-16T18:40:21.976Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-03-16T18:40:21.978Zinfo: downloading 6 components
492026-03-16T18:40:37.042Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-03-16T18:40:37.042Z
512026-03-16T18:40:37.080Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-03-16T18:40:37.080Z
532026-03-16T18:40:37.083Z
542026-03-16T18:40:37.083ZRust is installed now. Great!
552026-03-16T18:40:37.083Z
562026-03-16T18:40:37.083ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T18:40:37.083Zenvironment variable. This has not been done automatically.
582026-03-16T18:40:37.083Z
592026-03-16T18:40:37.083ZTo configure your current shell, you need to source
602026-03-16T18:40:37.083Zthe corresponding env file under $HOME/.cargo.
612026-03-16T18:40:37.083Z
622026-03-16T18:40:37.083ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T18:40:37.083Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T18:40:37.083Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T18:40:37.083Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T18:40:37.083Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T18:40:37.083Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T18:40:37.083Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T18:40:37.083Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T18:40:37.083Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T18:40:37.180Z+ rustup --version
722026-03-16T18:40:37.191Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T18:40:37.194Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T18:40:37.219Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-03-16T18:40:37.222Z+ cargo --version
762026-03-16T18:40:37.238Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-03-16T18:40:37.241Z+ rustc --version
782026-03-16T18:40:37.266Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-03-16T18:40:37.269Zprocess exited: duration 17441 ms, exit code 0
 
802026-03-16T18:40:37.275Zstarting task 2: "authentication"
812026-03-16T18:40:37.294Zprocess exited: duration 19 ms, exit code 0
 
822026-03-16T18:40:37.300Zstarting task 3: "clone repository"
832026-03-16T18:40:37.304Z+ mkdir -p /work/oxidecomputer/dendrite
842026-03-16T18:40:37.307Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-03-16T18:40:37.338ZCloning into '/work/oxidecomputer/dendrite'...
862026-03-16T18:40:38.475Z+ cd /work/oxidecomputer/dendrite
872026-03-16T18:40:38.475Z+ git fetch origin 3254541e77ed91fa6eb2a541011e1fc976e4c040
882026-03-16T18:40:38.716ZFrom https://github.com/oxidecomputer/dendrite
892026-03-16T18:40:38.716Z * branch 3254541e77ed91fa6eb2a541011e1fc976e4c040 -> FETCH_HEAD
902026-03-16T18:40:38.723Z+ [[ -n zl/p4-stages-18-cleanup ]]
912026-03-16T18:40:38.726Z++ git branch --show-current
922026-03-16T18:40:38.728Z+ current=main
932026-03-16T18:40:38.728Z+ [[ main != zl/p4-stages-18-cleanup ]]
942026-03-16T18:40:38.728Z+ git branch -f zl/p4-stages-18-cleanup 3254541e77ed91fa6eb2a541011e1fc976e4c040
952026-03-16T18:40:38.731Z+ git checkout -f zl/p4-stages-18-cleanup
962026-03-16T18:40:38.754ZSwitched to branch 'zl/p4-stages-18-cleanup'
972026-03-16T18:40:38.757Z+ git reset --hard 3254541e77ed91fa6eb2a541011e1fc976e4c040
982026-03-16T18:40:38.778ZHEAD is now at 3254541 P4 cleanup and a return to 18 stages
992026-03-16T18:40:38.781Zprocess exited: duration 1478 ms, exit code 0
 
1002026-03-16T18:40:38.786Zstarting task 4: "build"
1012026-03-16T18:40:38.790Z+ source .github/buildomat/common.sh
1022026-03-16T18:40:38.793Z++ TOFINO_STAGES=18
1032026-03-16T18:40:38.793Z++ SDE_COMMIT=53519b8cf74fe832cc7838ea92683564ce4026f2
1042026-03-16T18:40:38.793Z++ SDE_PKG_SHA256=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0
1052026-03-16T18:40:38.793Z++ SDE_DEB_SHA256=90a18b65a6c65f4d15d5f75a00e42ae55a27ffaff2066061aa95feefbe85e163
1062026-03-16T18:40:38.793Z+++ uname -s
1072026-03-16T18:40:38.793Z++ '[' SunOS == SunOS ']'
1082026-03-16T18:40:38.793Z++ SERIES=illumos
1092026-03-16T18:40:38.796Z+++ uname -s
1102026-03-16T18:40:38.796Z++ '[' SunOS == SunOS ']'
1112026-03-16T18:40:38.796Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/53519b8cf74fe832cc7838ea92683564ce4026f2
1122026-03-16T18:40:38.796Z++ rustup show active-toolchain
1132026-03-16T18:40:38.801Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1142026-03-16T18:40:38.804Z+ source .github/buildomat/illumos.sh
1152026-03-16T18:40:38.804Z++ banner 'sde setup'
1162026-03-16T18:40:38.804Z
1172026-03-16T18:40:38.804Z #### ##### ###### #### ###### ##### # # #####
1182026-03-16T18:40:38.804Z # # # # # # # # # # #
1192026-03-16T18:40:38.805Z #### # # ##### #### ##### # # # # #
1202026-03-16T18:40:38.805Z # # # # # # # # # #####
1212026-03-16T18:40:38.805Z # # # # # # # # # # # #
1222026-03-16T18:40:38.805Z #### ##### ###### #### ###### # #### #
1232026-03-16T18:40:38.805Z
1242026-03-16T18:40:38.807Z++ export PKG=tofino_sde.p5p
1252026-03-16T18:40:38.807Z++ PKG=tofino_sde.p5p
1262026-03-16T18:40:38.807Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/53519b8cf74fe832cc7838ea92683564ce4026f2/tofino_sde.p5p
1272026-03-16T18:40:38.812Z % Total % Received % Xferd Average Speed Time Time Time Current
1282026-03-16T18:40:38.815Z Dload Upload Total Spent Left Speed
1292026-03-16T18:40:40.875Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 37 76.0M 37 28.5M 0 0 32.5M 0 0:00:02 --:--:-- 0:00:02 32.5M 85 76.0M 85 64.6M 0 0 34.4M 0 0:00:02 0:00:01 0:00:01 34.4M 100 76.0M 100 76.0M 0 0 36.8M 0 0:00:02 0:00:02 --:--:-- 36.8M
1302026-03-16T18:40:40.879Z+++ digest -a sha256 tofino_sde.p5p
1312026-03-16T18:40:40.939Z++ SDE_CALC=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0
1322026-03-16T18:40:40.943Z++ '[' ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 '!=' ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 ']'
1332026-03-16T18:40:40.943Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1342026-03-16T18:40:51.148Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-16T18:41:00.984Z Startup: Caching catalogs ... Done
1362026-03-16T18:41:01.154Z Startup: Refreshing catalog 'oxide' ... Done
1372026-03-16T18:41:25.530ZPlanning: Solver setup ... Done
1382026-03-16T18:41:25.680ZPlanning: Running solver ... Done
1392026-03-16T18:41:25.857ZPlanning: Finding local manifests ... Done
1402026-03-16T18:41:25.860ZPlanning: Fetching manifests: 1/1 100% complete
1412026-03-16T18:41:25.866ZPlanning: Fetching manifests: 1/1 100% complete
1422026-03-16T18:41:25.882ZPlanning: Package planning ... Done
1432026-03-16T18:41:25.885ZPlanning: Merging actions ... Done
1442026-03-16T18:41:26.044ZPlanning: Checking for conflicting actions ... Done
1452026-03-16T18:41:26.047ZPlanning: Consolidating action changes ... Done
1462026-03-16T18:41:28.007ZPlanning: Evaluating mediators ... Done
1472026-03-16T18:41:28.010ZPlanning: Planning completed in 26.85 seconds
1482026-03-16T18:41:28.015Z Packages to install: 1
1492026-03-16T18:41:28.018Z Create boot environment: No
1502026-03-16T18:41:28.018ZCreate backup boot environment: No
1512026-03-16T18:41:28.120Z
1522026-03-16T18:41:28.120ZDownload: 0/242 items 0.0/75.3MB 0% complete
1532026-03-16T18:41:28.339ZDownload: Completed 75.30 MB in 0.22 seconds (344M/s)
1542026-03-16T18:41:28.527Z Actions: 1/293 actions (Installing new actions)
1552026-03-16T18:41:29.788Z Actions: Completed 293 actions in 1.26 seconds.
1562026-03-16T18:41:29.791Z Done
1572026-03-16T18:41:29.846Z Done
1582026-03-16T18:41:30.808Z Done
1592026-03-16T18:41:34.922Z Done
1602026-03-16T18:41:35.004Z Done
1612026-03-16T18:41:35.006Z Done
1622026-03-16T18:41:35.071Z Done
1632026-03-16T18:41:35.796Z++ export SDE=/opt/oxide/tofino_sde
1642026-03-16T18:41:35.796Z++ SDE=/opt/oxide/tofino_sde
1652026-03-16T18:41:35.796Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1662026-03-16T18:41:35.796Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1672026-03-16T18:41:35.796Z++ banner packages
1682026-03-16T18:41:35.799Z
1692026-03-16T18:41:35.799Z ##### ## #### # # ## #### ###### ####
1702026-03-16T18:41:35.799Z # # # # # # # # # # # # # #
1712026-03-16T18:41:35.799Z # # # # # #### # # # ##### ####
1722026-03-16T18:41:35.799Z ##### ###### # # # ###### # ### # #
1732026-03-16T18:41:35.799Z # # # # # # # # # # # # # #
1742026-03-16T18:41:35.799Z # # # #### # # # # #### ###### ####
1752026-03-16T18:41:35.799Z
1762026-03-16T18:41:35.799Z++ pfexec pkg install clang-15 pcap
1772026-03-16T18:41:36.340Z Startup: Refreshing catalog 'helios-dev' ... Done
1782026-03-16T18:41:36.343Z Startup: Refreshing catalog 'oxide' ... Done
1792026-03-16T18:41:58.434ZPlanning: Solver setup ... Done
1802026-03-16T18:41:58.587ZPlanning: Running solver ... Done
1812026-03-16T18:41:58.771ZPlanning: Finding local manifests ... Done
1822026-03-16T18:41:58.774ZPlanning: Fetching manifests: 0/2 0% complete
1832026-03-16T18:41:59.001ZPlanning: Fetching manifests: 2/2 100% complete
1842026-03-16T18:41:59.041ZPlanning: Package planning ... Done
1852026-03-16T18:41:59.077ZPlanning: Merging actions ... Done
1862026-03-16T18:41:59.215ZPlanning: Checking for conflicting actions ... Done
1872026-03-16T18:41:59.224ZPlanning: Consolidating action changes ... Done
1882026-03-16T18:41:59.442ZPlanning: Evaluating mediators ... Done
1892026-03-16T18:41:59.450ZPlanning: Planning completed in 23.11 seconds
1902026-03-16T18:41:59.459Z Packages to install: 2
1912026-03-16T18:41:59.462Z Mediators to change: 2
1922026-03-16T18:41:59.462Z Services to change: 1
1932026-03-16T18:41:59.462Z Create boot environment: No
1942026-03-16T18:41:59.462ZCreate backup boot environment: No
1952026-03-16T18:41:59.498Z
1962026-03-16T18:41:59.498ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1972026-03-16T18:42:04.514ZDownload: 2002/3076 items 117.9/211.3MB 55% complete (24.0M/s)
1982026-03-16T18:42:10.478ZDownload: 3069/3076 items 209.5/211.3MB 99% complete (21.1M/s)
1992026-03-16T18:42:10.518ZDownload: Completed 211.31 MB in 11.02 seconds (19.2M/s)
2002026-03-16T18:42:11.442Z Actions: 1/3418 actions (Installing new actions)
2012026-03-16T18:42:15.515Z Actions: Completed 3418 actions in 4.07 seconds.
2022026-03-16T18:42:15.930Z Done
2032026-03-16T18:42:15.930Z Done
2042026-03-16T18:42:16.916Z Done
2052026-03-16T18:42:20.546Z Done
2062026-03-16T18:42:20.630Z Done
2072026-03-16T18:42:20.633Z Done
2082026-03-16T18:42:20.778Z Done
2092026-03-16T18:42:20.950Z++ pfexec pkg set-mediator -V 15 clang llvm
2102026-03-16T18:42:21.219ZPlanning: Evaluating mediator changes ... Done
2112026-03-16T18:42:21.364ZPlanning: Checking for conflicting actions ... Done
2122026-03-16T18:42:21.367ZPlanning: Consolidating action changes ... Done
2132026-03-16T18:42:21.583ZPlanning: Evaluating mediators ... Done
2142026-03-16T18:42:21.586ZPlanning: Planning completed in 0.37 seconds
2152026-03-16T18:42:21.612Z Mediators to change: 2
2162026-03-16T18:42:21.612Z Create boot environment: No
2172026-03-16T18:42:21.615ZCreate backup boot environment: No
2182026-03-16T18:42:21.678Z Done
2192026-03-16T18:42:21.678Z Done
2202026-03-16T18:42:22.418Z Done
2212026-03-16T18:42:25.728Z Done
2222026-03-16T18:42:25.812Z Done
2232026-03-16T18:42:25.815Z Done
2242026-03-16T18:42:25.946Z Done
2252026-03-16T18:42:26.030Z++ cargo --version
2262026-03-16T18:42:26.043Zcargo 1.90.0 (840b83a10 2025-07-30)
2272026-03-16T18:42:26.046Z++ rustc --version
2282026-03-16T18:42:26.071Zrustc 1.90.0 (1159e78c4 2025-09-14)
2292026-03-16T18:42:26.074Z+ banner copyrights
2302026-03-16T18:42:26.077Z
2312026-03-16T18:42:26.077Z #### #### ##### # # ##### # #### # # ##### ####
2322026-03-16T18:42:26.077Z # # # # # # # # # # # # # # # # #
2332026-03-16T18:42:26.077Z # # # # # # # # # # ###### # ####
2342026-03-16T18:42:26.077Z # # # ##### # ##### # # ### # # # #
2352026-03-16T18:42:26.077Z # # # # # # # # # # # # # # # #
2362026-03-16T18:42:26.077Z #### #### # # # # # #### # # # ####
2372026-03-16T18:42:26.077Z
2382026-03-16T18:42:26.077Z+ ./tools/check_copyrights.sh
2392026-03-16T18:42:28.116Z+ banner clippy
2402026-03-16T18:42:28.119Z
2412026-03-16T18:42:28.119Z #### # # ##### ##### # #
2422026-03-16T18:42:28.119Z # # # # # # # # # #
2432026-03-16T18:42:28.119Z # # # # # # # #
2442026-03-16T18:42:28.119Z # # # ##### ##### #
2452026-03-16T18:42:28.119Z # # # # # # #
2462026-03-16T18:42:28.119Z #### ###### # # # #
2472026-03-16T18:42:28.119Z
2482026-03-16T18:42:28.119Z+ for feat in tofino_stub tofino_asic softnpu chaos
2492026-03-16T18:42:28.119Z+ cargo clippy --features tofino_stub -- --deny warnings
2502026-03-16T18:42:28.309Z Updating git repository `https://github.com/oxidecomputer/omicron`
2512026-03-16T18:42:40.155Z Updating crates.io index
2522026-03-16T18:42:40.191Z Updating git repository `https://github.com/illumos/smf-rs`
2532026-03-16T18:42:40.513Z Updating git repository `https://github.com/oxidecomputer/propolis`
2542026-03-16T18:42:41.666Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2552026-03-16T18:42:41.974Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-03-16T18:42:42.263Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-03-16T18:42:43.594Z Updating git repository `https://github.com/oxidecomputer/ispf`
2582026-03-16T18:42:43.847Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2592026-03-16T18:42:44.254Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-16T18:42:44.675Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-03-16T18:42:45.042Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2622026-03-16T18:42:45.401Z Updating git repository `https://github.com/oxidecomputer/p4`
2632026-03-16T18:42:46.130Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-03-16T18:42:46.555Z Updating git repository `https://github.com/oxidecomputer/lldp`
2652026-03-16T18:42:46.943Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2662026-03-16T18:42:47.867Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672026-03-16T18:42:48.176Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2682026-03-16T18:42:48.463Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-03-16T18:42:48.778Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2702026-03-16T18:42:49.443Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2712026-03-16T18:42:49.851Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2722026-03-16T18:42:50.142Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2732026-03-16T18:42:51.589Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-03-16T18:42:52.362Z Updating git repository `https://github.com/oxidecomputer/propolis`
2752026-03-16T18:42:53.177Z Updating git repository `https://github.com/oxidecomputer/crucible`
2762026-03-16T18:42:56.589Z Updating git repository `https://github.com/oxidecomputer/opte`
2772026-03-16T18:42:57.294Z Updating git repository `https://github.com/oxidecomputer/tofino`
2782026-03-16T18:42:57.589Z Updating git repository `https://github.com/oxidecomputer/clickward`
2792026-03-16T18:42:57.978Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-03-16T18:42:59.770Z Downloading crates ...
2812026-03-16T18:42:59.858Z Downloaded aead v0.5.2
2822026-03-16T18:42:59.864Z Downloaded anstream v0.6.20
2832026-03-16T18:42:59.876Z Downloaded http-body v1.0.1
2842026-03-16T18:42:59.878Z Downloaded dropshot-api-manager-types v0.5.2
2852026-03-16T18:42:59.881Z Downloaded foldhash v0.1.5
2862026-03-16T18:42:59.884Z Downloaded futures-macro v0.3.31
2872026-03-16T18:42:59.886Z Downloaded crossbeam-epoch v0.9.18
2882026-03-16T18:42:59.889Z Downloaded dof v0.3.0
2892026-03-16T18:42:59.892Z Downloaded clap_derive v4.5.49
2902026-03-16T18:42:59.895Z Downloaded ciborium-io v0.2.2
2912026-03-16T18:42:59.899Z Downloaded drift v0.1.3
2922026-03-16T18:42:59.905Z Downloaded icu_properties v2.0.1
2932026-03-16T18:42:59.908Z Downloaded dof v0.4.0
2942026-03-16T18:42:59.911Z Downloaded ciborium-ll v0.2.2
2952026-03-16T18:42:59.914Z Downloaded defmt-macros v1.0.1
2962026-03-16T18:42:59.917Z Downloaded async-recursion v1.1.1
2972026-03-16T18:42:59.921Z Downloaded bytecount v0.6.9
2982026-03-16T18:42:59.925Z Downloaded indexmap v1.9.3
2992026-03-16T18:42:59.928Z Downloaded find-msvc-tools v0.1.2
3002026-03-16T18:42:59.931Z Downloaded futures-executor v0.3.31
3012026-03-16T18:42:59.934Z Downloaded ff v0.13.1
3022026-03-16T18:42:59.937Z Downloaded derive-where v1.6.0
3032026-03-16T18:42:59.941Z Downloaded foreign-types-macros v0.2.3
3042026-03-16T18:42:59.944Z Downloaded crypto-bigint v0.5.5
3052026-03-16T18:42:59.950Z Downloaded fs_extra v1.3.0
3062026-03-16T18:42:59.953Z Downloaded defmt-parser v1.0.0
3072026-03-16T18:42:59.956Z Downloaded httparse v1.10.1
3082026-03-16T18:42:59.959Z Downloaded crc8 v0.1.1
3092026-03-16T18:42:59.962Z Downloaded highway v1.3.0
3102026-03-16T18:42:59.965Z Downloaded hostname v0.4.2
3112026-03-16T18:42:59.968Z Downloaded http-body-util v0.1.3
3122026-03-16T18:42:59.971Z Downloaded group v0.13.0
3132026-03-16T18:42:59.974Z Downloaded curve25519-dalek-derive v0.1.1
3142026-03-16T18:42:59.976Z Downloaded base16ct v0.2.0
3152026-03-16T18:42:59.979Z Downloaded hostname v0.3.1
3162026-03-16T18:42:59.982Z Downloaded dtrace-parser v0.3.0
3172026-03-16T18:42:59.984Z Downloaded colorchoice v1.0.4
3182026-03-16T18:42:59.987Z Downloaded futures v0.3.31
3192026-03-16T18:42:59.992Z Downloaded hubpack_derive v0.1.1
3202026-03-16T18:42:59.994Z Downloaded httpdate v1.0.3
3212026-03-16T18:42:59.997Z Downloaded git-stub v1.0.0
3222026-03-16T18:43:00.000Z Downloaded dtrace-parser v0.2.0
3232026-03-16T18:43:00.003Z Downloaded hex v0.4.3
3242026-03-16T18:43:00.005Z Downloaded darling_macro v0.21.3
3252026-03-16T18:43:00.008Z Downloaded gethostname v0.5.0
3262026-03-16T18:43:00.011Z Downloaded heck v0.4.1
3272026-03-16T18:43:00.011Z Downloaded fastrand v2.3.0
3282026-03-16T18:43:00.014Z Downloaded hash32 v0.3.1
3292026-03-16T18:43:00.016Z Downloaded getrandom v0.2.16
3302026-03-16T18:43:00.020Z Downloaded defmt v0.3.100
3312026-03-16T18:43:00.022Z Downloaded foldhash v0.2.0
3322026-03-16T18:43:00.025Z Downloaded cobs v0.3.0
3332026-03-16T18:43:00.028Z Downloaded generic-array v0.14.7
3342026-03-16T18:43:00.030Z Downloaded cfg-if v1.0.3
3352026-03-16T18:43:00.033Z Downloaded indent_write v2.2.0
3362026-03-16T18:43:00.036Z Downloaded anstyle v1.0.11
3372026-03-16T18:43:00.039Z Downloaded atomic-waker v1.1.2
3382026-03-16T18:43:00.039Z Downloaded async-stream-impl v0.3.6
3392026-03-16T18:43:00.041Z Downloaded futures-io v0.3.31
3402026-03-16T18:43:00.044Z Downloaded embedded-io v0.4.0
3412026-03-16T18:43:00.047Z Downloaded is_ci v1.2.0
3422026-03-16T18:43:00.050Z Downloaded internet-checksum v0.2.1
3432026-03-16T18:43:00.050Z Downloaded hyper-tls v0.6.0
3442026-03-16T18:43:00.052Z Downloaded futures-sink v0.3.31
3452026-03-16T18:43:00.055Z Downloaded futures-core v0.3.32
3462026-03-16T18:43:00.058Z Downloaded foreign-types-shared v0.3.1
3472026-03-16T18:43:00.058Z Downloaded daft v0.1.4
3482026-03-16T18:43:00.061Z Downloaded atomicwrites v0.4.4
3492026-03-16T18:43:00.064Z Downloaded heck v0.5.0
3502026-03-16T18:43:00.066Z Downloaded is_terminal_polyfill v1.70.1
3512026-03-16T18:43:00.069Z Downloaded ident_case v1.0.1
3522026-03-16T18:43:00.071Z Downloaded futures-task v0.3.31
3532026-03-16T18:43:00.071Z Downloaded filetime v0.2.26
3542026-03-16T18:43:00.074Z Downloaded is-terminal v0.4.16
3552026-03-16T18:43:00.077Z Downloaded clap_lex v0.7.5
3562026-03-16T18:43:00.080Z Downloaded derive-ex v0.1.8
3572026-03-16T18:43:00.082Z Downloaded arrayref v0.3.9
3582026-03-16T18:43:00.085Z Downloaded deranged v0.5.3
3592026-03-16T18:43:00.088Z Downloaded lru-cache v0.1.2
3602026-03-16T18:43:00.090Z Downloaded libscf-sys v1.1.0
3612026-03-16T18:43:00.090Z Downloaded keccak v0.1.5
3622026-03-16T18:43:00.093Z Downloaded idna_adapter v1.2.1
3632026-03-16T18:43:00.096Z Downloaded memoffset v0.9.1
3642026-03-16T18:43:00.098Z Downloaded memmap v0.7.0
3652026-03-16T18:43:00.101Z Downloaded newtype-uuid-macros v0.1.0
3662026-03-16T18:43:00.101Z Downloaded cargo_metadata v0.18.1
3672026-03-16T18:43:00.104Z Downloaded glob v0.3.3
3682026-03-16T18:43:00.107Z Downloaded either v1.15.0
3692026-03-16T18:43:00.109Z Downloaded humantime v2.3.0
3702026-03-16T18:43:00.112Z Downloaded defmt v1.0.1
3712026-03-16T18:43:00.116Z Downloaded critical-section v1.2.0
3722026-03-16T18:43:00.119Z Downloaded num v0.4.3
3732026-03-16T18:43:00.122Z Downloaded hyper-rustls v0.27.7
3742026-03-16T18:43:00.124Z Downloaded hyper-util v0.1.19
3752026-03-16T18:43:00.128Z Downloaded num-iter v0.1.45
3762026-03-16T18:43:00.130Z Downloaded dropshot_endpoint v0.16.7
3772026-03-16T18:43:00.133Z Downloaded crossbeam-utils v0.8.21
3782026-03-16T18:43:00.136Z Downloaded bcs v0.1.6
3792026-03-16T18:43:00.139Z Downloaded num_threads v0.1.7
3802026-03-16T18:43:00.142Z Downloaded omicron-workspace-hack v0.1.0
3812026-03-16T18:43:00.145Z Downloaded openssl-probe v0.1.6
3822026-03-16T18:43:00.147Z Downloaded num-derive v0.4.2
3832026-03-16T18:43:00.147Z Downloaded openssl-macros v0.1.1
3842026-03-16T18:43:00.150Z Downloaded num-conv v0.1.0
3852026-03-16T18:43:00.153Z Downloaded olpc-cjson v0.1.4
3862026-03-16T18:43:00.153Z Downloaded cexpr v0.6.0
3872026-03-16T18:43:00.156Z Downloaded newline-converter v0.3.0
3882026-03-16T18:43:00.158Z Downloaded macaddr v1.0.1
3892026-03-16T18:43:00.161Z Downloaded ingot-types v0.1.2
3902026-03-16T18:43:00.164Z Downloaded camino-tempfile v1.4.1
3912026-03-16T18:43:00.166Z Downloaded kstat-rs v0.2.4
3922026-03-16T18:43:00.166Z Downloaded mime v0.3.17
3932026-03-16T18:43:00.169Z Downloaded lock_api v0.4.13
3942026-03-16T18:43:00.172Z Downloaded percent-encoding v2.3.2
3952026-03-16T18:43:00.172Z Downloaded num-derive v0.3.3
3962026-03-16T18:43:00.175Z Downloaded linear-map v1.2.0
3972026-03-16T18:43:00.177Z Downloaded parse-display v0.10.0
3982026-03-16T18:43:00.180Z Downloaded multer v3.1.0
3992026-03-16T18:43:00.183Z Downloaded libloading v0.8.9
4002026-03-16T18:43:00.186Z Downloaded blake2 v0.10.6
4012026-03-16T18:43:00.188Z Downloaded cookie v0.18.1
4022026-03-16T18:43:00.191Z Downloaded daft-derive v0.1.4
4032026-03-16T18:43:00.194Z Downloaded pin-utils v0.1.0
4042026-03-16T18:43:00.197Z Downloaded colored v3.0.0
4052026-03-16T18:43:00.199Z Downloaded ingot-macros v0.1.1
4062026-03-16T18:43:00.202Z Downloaded phf_shared v0.12.1
4072026-03-16T18:43:00.205Z Downloaded potential_utf v0.1.3
4082026-03-16T18:43:00.205Z Downloaded libsw-core v0.3.2
4092026-03-16T18:43:00.208Z Downloaded proc-macro-error-attr v1.0.4
4102026-03-16T18:43:00.211Z Downloaded proc-macro-error-attr2 v2.0.0
4112026-03-16T18:43:00.211Z Downloaded num_enum v0.7.5
4122026-03-16T18:43:00.215Z Downloaded num-rational v0.4.2
4132026-03-16T18:43:00.218Z Downloaded plain v0.2.3
4142026-03-16T18:43:00.220Z Downloaded pretty-hex v0.4.1
4152026-03-16T18:43:00.223Z Downloaded num_enum_derive v0.7.5
4162026-03-16T18:43:00.223Z Downloaded proc-macro-crate v1.3.1
4172026-03-16T18:43:00.226Z Downloaded progenitor-client v0.11.1
4182026-03-16T18:43:00.226Z Downloaded progenitor-client v0.10.0
4192026-03-16T18:43:00.229Z Downloaded oxide-tokio-rt v0.1.2
4202026-03-16T18:43:00.232Z Downloaded owo-colors v4.3.0
4212026-03-16T18:43:00.235Z Downloaded hmac v0.12.1
4222026-03-16T18:43:00.235Z Downloaded erased-serde v0.3.31
4232026-03-16T18:43:00.237Z Downloaded litemap v0.8.0
4242026-03-16T18:43:00.241Z Downloaded quick-error v1.2.3
4252026-03-16T18:43:00.243Z Downloaded pest_generator v2.8.2
4262026-03-16T18:43:00.246Z Downloaded rand_chacha v0.3.1
4272026-03-16T18:43:00.246Z Downloaded parse-display-derive v0.10.0
4282026-03-16T18:43:00.249Z Downloaded newtype_derive v0.1.6
4292026-03-16T18:43:00.249Z Downloaded oxnet v0.1.4
4302026-03-16T18:43:00.252Z Downloaded pem v3.0.5
4312026-03-16T18:43:00.254Z Downloaded progenitor-macro v0.13.0
4322026-03-16T18:43:00.257Z Downloaded progenitor-macro v0.10.0
4332026-03-16T18:43:00.257Z Downloaded paste v1.0.15
4342026-03-16T18:43:00.260Z Downloaded iana-time-zone v0.1.64
4352026-03-16T18:43:00.263Z Downloaded rand_xorshift v0.4.0
4362026-03-16T18:43:00.265Z Downloaded half v2.7.1
4372026-03-16T18:43:00.268Z Downloaded getrandom v0.3.3
4382026-03-16T18:43:00.271Z Downloaded hashbrown v0.12.3
4392026-03-16T18:43:00.274Z Downloaded pin-project-internal v1.1.10
4402026-03-16T18:43:00.276Z Downloaded pin-project-lite v0.2.16
4412026-03-16T18:43:00.280Z Downloaded same-file v1.0.6
4422026-03-16T18:43:00.283Z Downloaded ref-cast-impl v1.0.25
4432026-03-16T18:43:00.285Z Downloaded phf v0.12.1
4442026-03-16T18:43:00.286Z Downloaded derive_more v0.99.20
4452026-03-16T18:43:00.290Z Downloaded rustc_version v0.4.1
4462026-03-16T18:43:00.292Z Downloaded memmap2 v0.9.8
4472026-03-16T18:43:00.295Z Downloaded progenitor v0.11.1
4482026-03-16T18:43:00.298Z Downloaded rustc_version v0.1.7
4492026-03-16T18:43:00.298Z Downloaded progenitor v0.10.0
4502026-03-16T18:43:00.301Z Downloaded semver v0.1.20
4512026-03-16T18:43:00.301Z Downloaded proc-macro-error2 v2.0.1
4522026-03-16T18:43:00.304Z Downloaded ref-cast v1.0.25
4532026-03-16T18:43:00.306Z Downloaded native-tls v0.2.14
4542026-03-16T18:43:00.309Z Downloaded rustc-hash v2.1.1
4552026-03-16T18:43:00.312Z Downloaded scopeguard v1.2.0
4562026-03-16T18:43:00.312Z Downloaded hickory-resolver v0.25.2
4572026-03-16T18:43:00.316Z Downloaded scroll_derive v0.13.1
4582026-03-16T18:43:00.319Z Downloaded scroll_derive v0.12.1
4592026-03-16T18:43:00.321Z Downloaded quote v1.0.44
4602026-03-16T18:43:00.324Z Downloaded serde_spanned v0.6.9
4612026-03-16T18:43:00.324Z Downloaded progenitor v0.13.0
4622026-03-16T18:43:00.327Z Downloaded proc-macro-error v1.0.4
4632026-03-16T18:43:00.330Z Downloaded log v0.4.29
4642026-03-16T18:43:00.333Z Downloaded poly1305 v0.8.0
4652026-03-16T18:43:00.336Z Downloaded icu_provider v2.0.0
4662026-03-16T18:43:00.336Z Downloaded const_format v0.2.34
4672026-03-16T18:43:00.340Z Downloaded serde_spanned v1.0.4
4682026-03-16T18:43:00.343Z Downloaded sha1 v0.10.6
4692026-03-16T18:43:00.346Z Downloaded signal-hook-tokio v0.3.1
4702026-03-16T18:43:00.348Z Downloaded secrecy v0.10.3
4712026-03-16T18:43:00.348Z Downloaded serde_urlencoded v0.7.1
4722026-03-16T18:43:00.351Z Downloaded serde_plain v1.0.2
4732026-03-16T18:43:00.351Z Downloaded resolv-conf v0.7.5
4742026-03-16T18:43:00.354Z Downloaded pkg-config v0.3.32
4752026-03-16T18:43:00.356Z Downloaded serde-big-array v0.5.1
4762026-03-16T18:43:00.359Z Downloaded siphasher v1.0.1
4772026-03-16T18:43:00.359Z Downloaded sigpipe v0.1.3
4782026-03-16T18:43:00.362Z Downloaded rand_chacha v0.9.0
4792026-03-16T18:43:00.362Z Downloaded ppv-lite86 v0.2.21
4802026-03-16T18:43:00.364Z Downloaded parking_lot v0.12.4
4812026-03-16T18:43:00.367Z Downloaded rusty-fork v0.3.0
4822026-03-16T18:43:00.370Z Downloaded papergrid v0.11.0
4832026-03-16T18:43:00.372Z Downloaded once_cell v1.21.3
4842026-03-16T18:43:00.375Z Downloaded http v1.4.0
4852026-03-16T18:43:00.378Z Downloaded bytes v1.11.1
4862026-03-16T18:43:00.382Z Downloaded stable_deref_trait v1.2.0
4872026-03-16T18:43:00.384Z Downloaded slog-bunyan v2.5.0
4882026-03-16T18:43:00.387Z Downloaded scroll v0.12.0
4892026-03-16T18:43:00.387Z Downloaded pest_meta v2.8.2
4902026-03-16T18:43:00.390Z Downloaded num-traits v0.2.19
4912026-03-16T18:43:00.393Z Downloaded rustls-pemfile v2.2.0
4922026-03-16T18:43:00.395Z Downloaded pest_derive v2.8.2
4932026-03-16T18:43:00.398Z Downloaded rand_core v0.9.3
4942026-03-16T18:43:00.398Z Downloaded schemars_derive v0.8.22
4952026-03-16T18:43:00.401Z Downloaded rustversion v1.0.22
4962026-03-16T18:43:00.403Z Downloaded rand_core v0.6.4
4972026-03-16T18:43:00.406Z Downloaded strum v0.27.2
4982026-03-16T18:43:00.406Z Downloaded smawk v0.3.2
4992026-03-16T18:43:00.409Z Downloaded serde_path_to_error v0.1.20
5002026-03-16T18:43:00.412Z Downloaded structmeta-derive v0.3.0
5012026-03-16T18:43:00.412Z Downloaded scroll v0.13.0
5022026-03-16T18:43:00.415Z Downloaded icu_locale_core v2.0.0
5032026-03-16T18:43:00.417Z Downloaded flate2 v1.1.2
5042026-03-16T18:43:00.421Z Downloaded papergrid v0.17.0
5052026-03-16T18:43:00.426Z Downloaded tabled_derive v0.11.0
5062026-03-16T18:43:00.428Z Downloaded shlex v1.3.0
5072026-03-16T18:43:00.431Z Downloaded search_path v0.1.4
5082026-03-16T18:43:00.434Z Downloaded strum v0.26.3
5092026-03-16T18:43:00.434Z Downloaded tabwriter v1.4.1
5102026-03-16T18:43:00.436Z Downloaded sync_wrapper v1.0.2
5112026-03-16T18:43:00.436Z Downloaded termtree v0.5.1
5122026-03-16T18:43:00.439Z Downloaded supports-color v3.0.2
5132026-03-16T18:43:00.439Z Downloaded swrite v0.1.0
5142026-03-16T18:43:00.442Z Downloaded slog-json v2.6.1
5152026-03-16T18:43:00.442Z Downloaded serde_derive_internals v0.29.1
5162026-03-16T18:43:00.445Z Downloaded slog-async v2.8.0
5172026-03-16T18:43:00.447Z Downloaded slab v0.4.11
5182026-03-16T18:43:00.447Z Downloaded sha2 v0.10.9
5192026-03-16T18:43:00.450Z Downloaded cc v1.2.38
5202026-03-16T18:43:00.453Z Downloaded smf v0.2.3
5212026-03-16T18:43:00.453Z Downloaded snafu-derive v0.8.9
5222026-03-16T18:43:00.456Z Downloaded slog-term v2.9.2
5232026-03-16T18:43:00.459Z Downloaded tabled_derive v0.7.0
5242026-03-16T18:43:00.459Z Downloaded tagptr v0.2.0
5252026-03-16T18:43:00.461Z Downloaded darling_core v0.21.3
5262026-03-16T18:43:00.464Z Downloaded ryu v1.0.20
5272026-03-16T18:43:00.467Z Downloaded chacha20poly1305 v0.10.1
5282026-03-16T18:43:00.470Z Downloaded terminal_size v0.4.3
5292026-03-16T18:43:00.470Z Downloaded testing_table v0.3.0
5302026-03-16T18:43:00.473Z Downloaded signal-hook-registry v1.4.6
5312026-03-16T18:43:00.473Z Downloaded semver v1.0.27
5322026-03-16T18:43:00.476Z Downloaded subtle v2.6.1
5332026-03-16T18:43:00.476Z Downloaded thiserror-impl-no-std v2.0.2
5342026-03-16T18:43:00.478Z Downloaded quinn-udp v0.5.14
5352026-03-16T18:43:00.481Z Downloaded thread-id v5.0.0
5362026-03-16T18:43:00.481Z Downloaded tinyvec_macros v0.1.1
5372026-03-16T18:43:00.484Z Downloaded time-core v0.1.6
5382026-03-16T18:43:00.484Z Downloaded thread-id v4.2.2
5392026-03-16T18:43:00.487Z Downloaded postcard v1.1.3
5402026-03-16T18:43:00.487Z Downloaded structmeta v0.3.0
5412026-03-16T18:43:00.490Z Downloaded pin-project v1.1.10
5422026-03-16T18:43:00.496Z Downloaded strsim v0.11.1
5432026-03-16T18:43:00.499Z Downloaded slog-dtrace v0.3.0
5442026-03-16T18:43:00.502Z Downloaded strum_macros v0.27.2
5452026-03-16T18:43:00.502Z Downloaded serde_tokenstream v0.2.3
5462026-03-16T18:43:00.505Z Downloaded elliptic-curve v0.13.8
5472026-03-16T18:43:00.510Z Downloaded jiff-static v0.2.15
5482026-03-16T18:43:00.510Z Downloaded toml_write v0.1.2
5492026-03-16T18:43:00.513Z Downloaded toml_datetime v0.6.11
5502026-03-16T18:43:00.513Z Downloaded base64 v0.22.1
5512026-03-16T18:43:00.515Z Downloaded omicron-zone-package v0.12.2
5522026-03-16T18:43:00.518Z Downloaded take_mut v0.2.2
5532026-03-16T18:43:00.521Z Downloaded miniz_oxide v0.8.9
5542026-03-16T18:43:00.521Z Downloaded icu_normalizer_data v2.0.0
5552026-03-16T18:43:00.524Z Downloaded hickory-resolver v0.24.4
5562026-03-16T18:43:00.526Z Downloaded proc-macro2 v1.0.106
5572026-03-16T18:43:00.529Z Downloaded topological-sort v0.2.2
5582026-03-16T18:43:00.532Z Downloaded openssl-sys v0.9.109
5592026-03-16T18:43:00.534Z Downloaded strum_macros v0.26.4
5602026-03-16T18:43:00.537Z Downloaded static_assertions v1.1.0
5612026-03-16T18:43:00.540Z Downloaded thiserror-impl v1.0.69
5622026-03-16T18:43:00.540Z Downloaded thiserror v2.0.18
5632026-03-16T18:43:00.543Z Downloaded thread_local v1.1.9
5642026-03-16T18:43:00.546Z Downloaded progenitor-impl v0.13.0
5652026-03-16T18:43:00.548Z Downloaded indexmap v2.13.0
5662026-03-16T18:43:00.551Z Downloaded memchr v2.7.5
5672026-03-16T18:43:00.554Z Downloaded typify-macro v0.4.3
5682026-03-16T18:43:00.557Z Downloaded universal-hash v0.5.1
5692026-03-16T18:43:00.557Z Downloaded usdt v0.5.0
5702026-03-16T18:43:00.559Z Downloaded unicode-xid v0.2.6
5712026-03-16T18:43:00.560Z Downloaded serde_with_macros v3.14.1
5722026-03-16T18:43:00.562Z Downloaded untrusted v0.9.0
5732026-03-16T18:43:00.562Z Downloaded unicode-linebreak v0.1.5
5742026-03-16T18:43:00.565Z Downloaded usdt-macro v0.5.0
5752026-03-16T18:43:00.565Z Downloaded thiserror v1.0.69
5762026-03-16T18:43:00.568Z Downloaded try-lock v0.2.5
5772026-03-16T18:43:00.571Z Downloaded unarray v0.1.4
5782026-03-16T18:43:00.571Z Downloaded tokio-native-tls v0.3.1
5792026-03-16T18:43:00.574Z Downloaded tokio-macros v2.6.0
5802026-03-16T18:43:00.574Z Downloaded heapless v0.8.0
5812026-03-16T18:43:00.577Z Downloaded tower-service v0.3.3
5822026-03-16T18:43:00.579Z Downloaded utf8_iter v1.0.4
5832026-03-16T18:43:00.579Z Downloaded usdt-macro v0.6.0
5842026-03-16T18:43:00.582Z Downloaded usdt-attr-macro v0.5.0
5852026-03-16T18:43:00.582Z Downloaded synstructure v0.13.2
5862026-03-16T18:43:00.582Z Downloaded tower-layer v0.3.3
5872026-03-16T18:43:00.585Z Downloaded dropshot-api-manager v0.5.2
5882026-03-16T18:43:00.588Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5892026-03-16T18:43:00.588Z Downloaded thiserror-impl v2.0.18
5902026-03-16T18:43:00.590Z Downloaded serde_yaml v0.9.34+deprecated
5912026-03-16T18:43:00.593Z Downloaded similar v2.7.0
5922026-03-16T18:43:00.596Z Downloaded waitgroup v0.1.2
5932026-03-16T18:43:00.596Z Downloaded spin v0.9.8
5942026-03-16T18:43:00.599Z Downloaded slog v2.8.2
5952026-03-16T18:43:00.601Z Downloaded tokio-dtrace v0.1.1
5962026-03-16T18:43:00.604Z Downloaded schemars v0.9.0
5972026-03-16T18:43:00.610Z Downloaded usdt-attr-macro v0.6.0
5982026-03-16T18:43:00.613Z Downloaded untrusted v0.7.1
5992026-03-16T18:43:00.613Z Downloaded xattr v1.6.1
6002026-03-16T18:43:00.616Z Downloaded prettyplease v0.2.37
6012026-03-16T18:43:00.619Z Downloaded tinystr v0.8.1
6022026-03-16T18:43:00.619Z Downloaded time-macros v0.2.24
6032026-03-16T18:43:00.622Z Downloaded thiserror-no-std v2.0.2
6042026-03-16T18:43:00.625Z Downloaded quinn v0.11.9
6052026-03-16T18:43:00.627Z Downloaded qorb v0.4.1
6062026-03-16T18:43:00.630Z Downloaded minimal-lexical v0.2.1
6072026-03-16T18:43:00.633Z Downloaded smallvec v1.15.1
6082026-03-16T18:43:00.635Z Downloaded tokio-rustls v0.25.0
6092026-03-16T18:43:00.638Z Downloaded progenitor-impl v0.11.1
6102026-03-16T18:43:00.638Z Downloaded futures-util v0.3.31
6112026-03-16T18:43:00.648Z Downloaded yoke-derive v0.8.0
6122026-03-16T18:43:00.648Z Downloaded utf8parse v0.2.2
6132026-03-16T18:43:00.648Z Downloaded typify-macro v0.6.1
6142026-03-16T18:43:00.651Z Downloaded serde_derive v1.0.228
6152026-03-16T18:43:00.651Z Downloaded progenitor-impl v0.10.0
6162026-03-16T18:43:00.654Z Downloaded serde_repr v0.1.20
6172026-03-16T18:43:00.657Z Downloaded wait-timeout v0.2.1
6182026-03-16T18:43:00.657Z Downloaded progenitor-macro v0.11.1
6192026-03-16T18:43:00.659Z Downloaded progenitor-client v0.13.0
6202026-03-16T18:43:00.659Z Downloaded parking_lot_core v0.9.11
6212026-03-16T18:43:00.662Z Downloaded password-hash v0.5.0
6222026-03-16T18:43:00.662Z Downloaded crossbeam-channel v0.5.15
6232026-03-16T18:43:00.665Z Downloaded usdt-impl v0.6.0
6242026-03-16T18:43:00.667Z Downloaded bitflags v2.9.4
6252026-03-16T18:43:00.670Z Downloaded zeroize_derive v1.4.3
6262026-03-16T18:43:00.670Z Downloaded zone v0.3.1
6272026-03-16T18:43:00.673Z Downloaded want v0.3.1
6282026-03-16T18:43:00.673Z Downloaded zerofrom v0.1.6
6292026-03-16T18:43:00.673Z Downloaded toml_writer v1.0.6+spec-1.1.0
6302026-03-16T18:43:00.676Z Downloaded tokio-rustls v0.26.3
6312026-03-16T18:43:00.676Z Downloaded curl v0.4.49
6322026-03-16T18:43:00.679Z Downloaded signal-hook v0.3.18
6332026-03-16T18:43:00.681Z Downloaded tempfile v3.23.0
6342026-03-16T18:43:00.684Z Downloaded zone_cfg_derive v0.3.1
6352026-03-16T18:43:00.684Z Downloaded schemars v0.8.22
6362026-03-16T18:43:00.692Z Downloaded whoami v1.6.1
6372026-03-16T18:43:00.695Z Downloaded walkdir v2.5.0
6382026-03-16T18:43:00.697Z Downloaded schemars v1.2.0
6392026-03-16T18:43:00.706Z Downloaded yoke v0.8.0
6402026-03-16T18:43:00.709Z Downloaded socket2 v0.6.0
6412026-03-16T18:43:00.711Z Downloaded usdt v0.6.0
6422026-03-16T18:43:00.711Z Downloaded rayon-core v1.13.0
6432026-03-16T18:43:00.714Z Downloaded rand v0.9.2
6442026-03-16T18:43:00.717Z Downloaded mio v1.0.4
6452026-03-16T18:43:00.719Z Downloaded usdt-impl v0.5.0
6462026-03-16T18:43:00.722Z Downloaded toml v0.8.23
6472026-03-16T18:43:00.725Z Downloaded rustls-pki-types v1.12.0
6482026-03-16T18:43:00.727Z Downloaded serde_core v1.0.228
6492026-03-16T18:43:00.730Z Downloaded iddqd v0.3.17
6502026-03-16T18:43:00.733Z Downloaded zerovec-derive v0.11.1
6512026-03-16T18:43:00.736Z Downloaded toml_parser v1.0.6+spec-1.1.0
6522026-03-16T18:43:00.739Z Downloaded rand v0.8.5
6532026-03-16T18:43:00.739Z Downloaded zerofrom-derive v0.1.6
6542026-03-16T18:43:00.742Z Downloaded vsss-rs v3.3.4
6552026-03-16T18:43:00.745Z Downloaded zmij v1.0.17
6562026-03-16T18:43:00.745Z Downloaded tracing-core v0.1.34
6572026-03-16T18:43:00.753Z Downloaded writeable v0.6.1
6582026-03-16T18:43:00.753Z Downloaded textwrap v0.16.2
6592026-03-16T18:43:00.753Z Downloaded tracing-attributes v0.1.30
6602026-03-16T18:43:00.753Z Downloaded snafu v0.8.9
6612026-03-16T18:43:00.756Z Downloaded term v1.2.0
6622026-03-16T18:43:00.759Z Downloaded typify v0.6.1
6632026-03-16T18:43:00.761Z Downloaded unicode-ident v1.0.24
6642026-03-16T18:43:00.764Z Downloaded steno v0.4.1
6652026-03-16T18:43:00.767Z Downloaded zeroize v1.8.1
6662026-03-16T18:43:00.767Z Downloaded icu_properties_data v2.0.1
6672026-03-16T18:43:00.773Z Downloaded zerocopy-derive v0.7.35
6682026-03-16T18:43:00.776Z Downloaded toml v0.9.11+spec-1.1.0
6692026-03-16T18:43:00.779Z Downloaded hashbrown v0.15.5
6702026-03-16T18:43:00.783Z Downloaded vergen v8.3.2
6712026-03-16T18:43:00.786Z Downloaded toml_edit v0.22.27
6722026-03-16T18:43:00.788Z Downloaded itertools v0.12.1
6732026-03-16T18:43:00.793Z Downloaded toml v0.7.8
6742026-03-16T18:43:00.796Z Downloaded goblin v0.8.2
6752026-03-16T18:43:00.799Z Downloaded serde v1.0.228
6762026-03-16T18:43:00.802Z Downloaded iri-string v0.7.8
6772026-03-16T18:43:00.807Z Downloaded pest v2.8.2
6782026-03-16T18:43:00.810Z Downloaded tokio-stream v0.1.17
6792026-03-16T18:43:00.814Z Downloaded typify v0.4.3
6802026-03-16T18:43:00.817Z Downloaded toml_edit v0.19.15
6812026-03-16T18:43:00.828Z Downloaded tracing v0.1.41
6822026-03-16T18:43:00.831Z Downloaded h2 v0.4.12
6832026-03-16T18:43:00.836Z Downloaded rustls-webpki v0.103.6
6842026-03-16T18:43:00.849Z Downloaded url v2.5.7
6852026-03-16T18:43:00.852Z Downloaded unsafe-libyaml v0.2.11
6862026-03-16T18:43:00.855Z Downloaded libm v0.2.15
6872026-03-16T18:43:00.862Z Downloaded hkdf v0.12.4
6882026-03-16T18:43:00.865Z Downloaded tinyvec v1.10.0
6892026-03-16T18:43:00.868Z Downloaded hashbrown v0.16.1
6902026-03-16T18:43:00.870Z Downloaded typenum v1.18.0
6912026-03-16T18:43:00.873Z Downloaded regex v1.12.3
6922026-03-16T18:43:00.877Z Downloaded test-strategy v0.4.3
6932026-03-16T18:43:00.880Z Downloaded ucd-trie v0.1.7
6942026-03-16T18:43:00.882Z Downloaded reqwest v0.13.2
6952026-03-16T18:43:00.885Z Downloaded reqwest v0.12.23
6962026-03-16T18:43:00.890Z Downloaded nom v7.1.3
6972026-03-16T18:43:00.893Z Downloaded hyper v1.8.1
6982026-03-16T18:43:00.898Z Downloaded serde_json v1.0.149
6992026-03-16T18:43:00.903Z Downloaded uuid v1.20.0
7002026-03-16T18:43:00.906Z Downloaded itertools v0.14.0
7012026-03-16T18:43:00.910Z Downloaded tar v0.4.44
7022026-03-16T18:43:00.913Z Downloaded idna v1.1.0
7032026-03-16T18:43:00.916Z Downloaded version_check v0.9.5
7042026-03-16T18:43:00.919Z Downloaded icu_normalizer v2.0.0
7052026-03-16T18:43:00.921Z Downloaded typed-path v0.9.3
7062026-03-16T18:43:00.924Z Downloaded git2 v0.19.0
7072026-03-16T18:43:00.929Z Downloaded zerotrie v0.2.2
7082026-03-16T18:43:00.932Z Downloaded num-complex v0.4.6
7092026-03-16T18:43:00.935Z Downloaded num-integer v0.1.46
7102026-03-16T18:43:00.935Z Downloaded tower-http v0.6.8
7112026-03-16T18:43:00.941Z Downloaded clap_builder v4.5.50
7122026-03-16T18:43:00.946Z Downloaded newtype-uuid v1.3.2
7132026-03-16T18:43:00.949Z Downloaded goblin v0.10.1
7142026-03-16T18:43:00.952Z Downloaded serde_with v3.14.1
7152026-03-16T18:43:00.961Z Downloaded icu_collections v2.0.0
7162026-03-16T18:43:00.965Z Downloaded time v0.3.44
7172026-03-16T18:43:00.971Z Downloaded zerocopy-derive v0.8.27
7182026-03-16T18:43:00.976Z Downloaded winnow v0.5.40
7192026-03-16T18:43:00.983Z Downloaded num_enum v0.5.11
7202026-03-16T18:43:00.986Z Downloaded powerfmt v0.2.0
7212026-03-16T18:43:00.989Z Downloaded zerocopy v0.7.35
7222026-03-16T18:43:01.001Z Downloaded foreign-types-shared v0.1.1
7232026-03-16T18:43:01.004Z Downloaded ciborium v0.2.2
7242026-03-16T18:43:01.004Z Downloaded tower v0.5.2
7252026-03-16T18:43:01.010Z Downloaded libsw v3.5.0
7262026-03-16T18:43:01.013Z Downloaded cancel-safe-futures v0.1.5
7272026-03-16T18:43:01.015Z Downloaded unicode-segmentation v1.12.0
7282026-03-16T18:43:01.018Z Downloaded quinn-proto v0.11.13
7292026-03-16T18:43:01.022Z Downloaded autocfg v1.5.0
7302026-03-16T18:43:01.025Z Downloaded darling v0.21.3
7312026-03-16T18:43:01.027Z Downloaded console v0.15.11
7322026-03-16T18:43:01.030Z Downloaded ipnet v2.11.0
7332026-03-16T18:43:01.033Z Downloaded jobserver v0.1.34
7342026-03-16T18:43:01.033Z Downloaded ipnetwork v0.21.1
7352026-03-16T18:43:01.036Z Downloaded ingot v0.1.1
7362026-03-16T18:43:01.036Z Downloaded data-encoding v2.9.0
7372026-03-16T18:43:01.038Z Downloaded opaque-debug v0.3.1
7382026-03-16T18:43:01.038Z Downloaded lru-slab v0.1.2
7392026-03-16T18:43:01.038Z Downloaded num_enum_derive v0.5.11
7402026-03-16T18:43:01.041Z Downloaded const_format_proc_macros v0.2.34
7412026-03-16T18:43:01.041Z Downloaded rayon v1.11.0
7422026-03-16T18:43:01.048Z Downloaded aws-lc-rs v1.14.0
7432026-03-16T18:43:01.056Z Downloaded camino v1.2.2
7442026-03-16T18:43:01.059Z Downloaded syn v1.0.109
7452026-03-16T18:43:01.066Z Downloaded portable-atomic v1.11.1
7462026-03-16T18:43:01.072Z Downloaded tokio-util v0.7.16
7472026-03-16T18:43:01.077Z Downloaded clang-sys v1.8.1
7482026-03-16T18:43:01.080Z Downloaded backoff v0.4.0
7492026-03-16T18:43:01.083Z Downloaded tough v0.20.0
7502026-03-16T18:43:01.087Z Downloaded bitflags v1.3.2
7512026-03-16T18:43:01.090Z Downloaded chacha20 v0.9.1
7522026-03-16T18:43:01.092Z Downloaded dropshot v0.16.7
7532026-03-16T18:43:01.108Z Downloaded unicode-width v0.2.1
7542026-03-16T18:43:01.112Z Downloaded globset v0.4.16
7552026-03-16T18:43:01.115Z Downloaded futures-channel v0.3.31
7562026-03-16T18:43:01.115Z Downloaded fs-err v3.1.2
7572026-03-16T18:43:01.118Z Downloaded fixedbitset v0.5.7
7582026-03-16T18:43:01.118Z Downloaded webpki-roots v1.0.2
7592026-03-16T18:43:01.121Z Downloaded smoltcp v0.11.0
7602026-03-16T18:43:01.129Z Downloaded zerovec v0.11.4
7612026-03-16T18:43:01.133Z Downloaded unicode-normalization v0.1.24
7622026-03-16T18:43:01.136Z Downloaded base64ct v1.8.0
7632026-03-16T18:43:01.139Z Downloaded rustls-webpki v0.102.8
7642026-03-16T18:43:01.152Z Downloaded openapiv3 v2.2.0
7652026-03-16T18:43:01.160Z Downloaded regress v0.10.5
7662026-03-16T18:43:01.167Z Downloaded hickory-proto v0.25.2
7672026-03-16T18:43:01.179Z Downloaded proptest v1.8.0
7682026-03-16T18:43:01.186Z Downloaded chrono v0.4.43
7692026-03-16T18:43:01.192Z Downloaded hickory-proto v0.24.4
7702026-03-16T18:43:01.203Z Downloaded cipher v0.4.4
7712026-03-16T18:43:01.206Z Downloaded bindgen v0.72.1
7722026-03-16T18:43:01.209Z Downloaded winnow v0.7.14
7732026-03-16T18:43:01.217Z Downloaded moka v0.12.11
7742026-03-16T18:43:01.225Z Downloaded csv-core v0.1.12
7752026-03-16T18:43:01.228Z Downloaded byteorder v1.5.0
7762026-03-16T18:43:01.228Z Downloaded anstyle-parse v0.2.7
7772026-03-16T18:43:01.231Z Downloaded bit-vec v0.8.0
7782026-03-16T18:43:01.231Z Downloaded match_cfg v0.1.0
7792026-03-16T18:43:01.231Z Downloaded managed v0.8.0
7802026-03-16T18:43:01.231Z Downloaded linked-hash-map v0.5.6
7812026-03-16T18:43:01.233Z Downloaded async-trait v0.1.89
7822026-03-16T18:43:01.236Z Downloaded itoa v1.0.15
7832026-03-16T18:43:01.236Z Downloaded lazy_static v1.5.0
7842026-03-16T18:43:01.239Z Downloaded tabled v0.20.0
7852026-03-16T18:43:01.249Z Downloaded tabled v0.15.0
7862026-03-16T18:43:01.261Z Downloaded openssl v0.10.73
7872026-03-16T18:43:01.268Z Downloaded instant v0.1.13
7882026-03-16T18:43:01.270Z Downloaded inout v0.1.4
7892026-03-16T18:43:01.270Z Downloaded crossbeam-deque v0.8.6
7902026-03-16T18:43:01.271Z Downloaded digest v0.10.7
7912026-03-16T18:43:01.273Z Downloaded foreign-types v0.5.0
7922026-03-16T18:43:01.273Z Downloaded vcpkg v0.2.15
7932026-03-16T18:43:01.302Z Downloaded curve25519-dalek v4.1.3
7942026-03-16T18:43:01.308Z Downloaded bit-set v0.8.0
7952026-03-16T18:43:01.311Z Downloaded hubpack v0.1.2
7962026-03-16T18:43:01.311Z Downloaded equivalent v1.0.2
7972026-03-16T18:43:01.311Z Downloaded enum-as-inner v0.6.1
7982026-03-16T18:43:01.314Z Downloaded crucible-workspace-hack v0.1.0
7992026-03-16T18:43:01.314Z Downloaded arrayvec v0.7.6
8002026-03-16T18:43:01.314Z Downloaded zerocopy v0.8.27
8012026-03-16T18:43:01.331Z Downloaded form_urlencoded v1.2.2
8022026-03-16T18:43:01.333Z Downloaded async-stream v0.3.6
8032026-03-16T18:43:01.333Z Downloaded bstr v1.12.0
8042026-03-16T18:43:01.339Z Downloaded cargo-platform v0.1.9
8052026-03-16T18:43:01.342Z Downloaded cstr-argument v0.1.2
8062026-03-16T18:43:01.342Z Downloaded block-buffer v0.10.4
8072026-03-16T18:43:01.342Z Downloaded syn v2.0.117
8082026-03-16T18:43:01.349Z Downloaded regex-automata v0.4.13
8092026-03-16T18:43:01.361Z Downloaded unicode-width v0.1.14
8102026-03-16T18:43:01.365Z Downloaded nix v0.30.1
8112026-03-16T18:43:01.374Z Downloaded rustls v0.23.32
8122026-03-16T18:43:01.383Z Downloaded jiff v0.2.15
8132026-03-16T18:43:01.395Z Downloaded regex-syntax v0.8.6
8142026-03-16T18:43:01.400Z Downloaded rustls v0.22.4
8152026-03-16T18:43:01.409Z Downloaded rustix v0.38.44
8162026-03-16T18:43:01.425Z Downloaded libc v0.2.176
8172026-03-16T18:43:01.443Z Downloaded petgraph v0.8.2
8182026-03-16T18:43:01.457Z Downloaded rustix v1.1.2
8192026-03-16T18:43:01.475Z Downloaded dyn-clone v1.0.20
8202026-03-16T18:43:01.477Z Downloaded cpufeatures v0.2.17
8212026-03-16T18:43:01.477Z Downloaded constant_time_eq v0.3.1
8222026-03-16T18:43:01.477Z Downloaded crypto-common v0.1.6
8232026-03-16T18:43:01.480Z Downloaded expectorate v1.2.0
8242026-03-16T18:43:01.480Z Downloaded dunce v1.0.5
8252026-03-16T18:43:01.480Z Downloaded displaydoc v0.2.5
8262026-03-16T18:43:01.483Z Downloaded debug-ignore v1.0.5
8272026-03-16T18:43:01.485Z Downloaded cfg_aliases v0.2.1
8282026-03-16T18:43:01.485Z Downloaded git-stub-vcs v0.1.0
8292026-03-16T18:43:01.488Z Downloaded fnv v1.0.7
8302026-03-16T18:43:01.488Z Downloaded clap v4.5.50
8312026-03-16T18:43:01.493Z Downloaded allocator-api2 v0.2.21
8322026-03-16T18:43:01.496Z Downloaded convert_case v0.4.0
8332026-03-16T18:43:01.496Z Downloaded foreign-types v0.3.2
8342026-03-16T18:43:01.499Z Downloaded float-ord v0.3.2
8352026-03-16T18:43:01.499Z Downloaded fixedbitset v0.4.2
8362026-03-16T18:43:01.499Z Downloaded sha3 v0.10.8
8372026-03-16T18:43:01.502Z Downloaded errno v0.3.14
8382026-03-16T18:43:01.504Z Downloaded cmake v0.1.54
8392026-03-16T18:43:01.504Z Downloaded argon2 v0.5.3
8402026-03-16T18:43:01.507Z Downloaded anstyle-query v1.1.4
8412026-03-16T18:43:01.507Z Downloaded adler2 v2.0.1
8422026-03-16T18:43:01.507Z Downloaded embedded-io v0.6.1
8432026-03-16T18:43:01.510Z Downloaded blake3 v1.8.2
8442026-03-16T18:43:01.514Z Downloaded typify-impl v0.6.1
8452026-03-16T18:43:01.523Z Downloaded tokio v1.49.0
8462026-03-16T18:43:01.552Z Downloaded display-error-chain v0.2.2
8472026-03-16T18:43:01.556Z Downloaded crc32fast v1.5.0
8482026-03-16T18:43:01.556Z Downloaded aho-corasick v1.1.3
8492026-03-16T18:43:01.561Z Downloaded anyhow v1.0.100
8502026-03-16T18:43:01.565Z Downloaded typify-impl v0.4.3
8512026-03-16T18:43:01.608Z Downloaded petgraph v0.6.5
8522026-03-16T18:43:01.630Z Downloaded chrono-tz v0.10.4
8532026-03-16T18:43:01.643Z Downloaded encoding_rs v0.8.35
8542026-03-16T18:43:01.659Z Downloaded csv v1.3.1
8552026-03-16T18:43:01.673Z Downloaded ring v0.17.14
8562026-03-16T18:43:01.703Z Downloaded libz-sys v1.1.22
8572026-03-16T18:43:01.735Z Downloaded libgit2-sys v0.17.0+1.8.1
8582026-03-16T18:43:01.880Z Downloaded curl-sys v0.4.83+curl-8.15.0
8592026-03-16T18:43:02.511Z Downloaded aws-lc-sys v0.31.0
8602026-03-16T18:43:02.919Z Compiling proc-macro2 v1.0.106
8612026-03-16T18:43:02.922Z Compiling quote v1.0.44
8622026-03-16T18:43:02.922Z Compiling unicode-ident v1.0.24
8632026-03-16T18:43:02.922Z Compiling serde_core v1.0.228
8642026-03-16T18:43:02.922Z Compiling serde v1.0.228
8652026-03-16T18:43:02.923Z Compiling libc v0.2.176
8662026-03-16T18:43:02.923Z Compiling autocfg v1.5.0
8672026-03-16T18:43:03.309Z Checking cfg-if v1.0.3
8682026-03-16T18:43:03.391Z Compiling memchr v2.7.5
8692026-03-16T18:43:03.632Z Compiling zmij v1.0.17
8702026-03-16T18:43:03.652Z Compiling getrandom v0.3.3
8712026-03-16T18:43:04.040Z Compiling libm v0.2.15
8722026-03-16T18:43:04.228Z Compiling shlex v1.3.0
8732026-03-16T18:43:04.312Z Checking itoa v1.0.15
8742026-03-16T18:43:04.398Z Checking smallvec v1.15.1
8752026-03-16T18:43:04.468Z Compiling jobserver v0.1.34
8762026-03-16T18:43:04.471Z Compiling version_check v0.9.5
8772026-03-16T18:43:04.629Z Compiling thiserror v2.0.18
8782026-03-16T18:43:04.705Z Compiling find-msvc-tools v0.1.2
8792026-03-16T18:43:04.777Z Compiling syn v2.0.117
8802026-03-16T18:43:04.842Z Compiling icu_properties_data v2.0.1
8812026-03-16T18:43:04.864Z Compiling icu_normalizer_data v2.0.0
8822026-03-16T18:43:05.006Z Compiling cc v1.2.38
8832026-03-16T18:43:05.051Z Compiling lock_api v0.4.13
8842026-03-16T18:43:05.157Z Compiling parking_lot_core v0.9.11
8852026-03-16T18:43:05.177Z Checking stable_deref_trait v1.2.0
8862026-03-16T18:43:05.280Z Compiling serde_json v1.0.149
8872026-03-16T18:43:05.520Z Compiling log v0.4.29
8882026-03-16T18:43:05.615Z Compiling heck v0.5.0
8892026-03-16T18:43:05.782Z Checking writeable v0.6.1
8902026-03-16T18:43:05.993Z Checking litemap v0.8.0
8912026-03-16T18:43:06.016Z Compiling num-traits v0.2.19
8922026-03-16T18:43:06.037Z Checking percent-encoding v2.3.2
8932026-03-16T18:43:06.361Z Checking form_urlencoded v1.2.2
8942026-03-16T18:43:06.490Z Checking utf8_iter v1.0.4
8952026-03-16T18:43:06.515Z Compiling zerocopy v0.8.27
8962026-03-16T18:43:06.536Z Checking pin-project-lite v0.2.16
8972026-03-16T18:43:06.654Z Checking iana-time-zone v0.1.64
8982026-03-16T18:43:06.675Z Compiling rustversion v1.0.22
8992026-03-16T18:43:06.781Z Compiling allocator-api2 v0.2.21
9002026-03-16T18:43:06.802Z Compiling foldhash v0.2.0
9012026-03-16T18:43:06.875Z Compiling regex-syntax v0.8.6
9022026-03-16T18:43:07.063Z Compiling equivalent v1.0.2
9032026-03-16T18:43:07.108Z Compiling semver v1.0.27
9042026-03-16T18:43:07.211Z Compiling hashbrown v0.16.1
9052026-03-16T18:43:07.244Z Checking socket2 v0.6.0
9062026-03-16T18:43:07.569Z Compiling aho-corasick v1.1.3
9072026-03-16T18:43:07.591Z Checking uuid v1.20.0
9082026-03-16T18:43:07.613Z Checking scopeguard v1.2.0
9092026-03-16T18:43:08.020Z Checking signal-hook-registry v1.4.6
9102026-03-16T18:43:08.023Z Checking getrandom v0.2.16
9112026-03-16T18:43:08.023Z Checking mio v1.0.4
9122026-03-16T18:43:08.217Z Compiling schemars v0.8.22
9132026-03-16T18:43:08.220Z Compiling portable-atomic v1.11.1
9142026-03-16T18:43:08.220Z Checking dyn-clone v1.0.20
9152026-03-16T18:43:08.281Z Checking parking_lot v0.12.4
9162026-03-16T18:43:08.564Z Checking critical-section v1.2.0
9172026-03-16T18:43:08.761Z Compiling bitflags v2.9.4
9182026-03-16T18:43:08.899Z Checking futures-core v0.3.32
9192026-03-16T18:43:08.986Z Compiling synstructure v0.13.2
9202026-03-16T18:43:09.041Z Compiling serde_derive_internals v0.29.1
9212026-03-16T18:43:09.065Z Compiling regex-automata v0.4.13
9222026-03-16T18:43:09.650Z Checking once_cell v1.21.3
9232026-03-16T18:43:09.869Z Compiling ring v0.17.14
9242026-03-16T18:43:09.890Z Compiling typenum v1.18.0
9252026-03-16T18:43:10.070Z Compiling indexmap v2.13.0
9262026-03-16T18:43:10.327Z Compiling thiserror v1.0.69
9272026-03-16T18:43:10.459Z Compiling httparse v1.10.1
9282026-03-16T18:43:10.788Z Compiling rustix v1.1.2
9292026-03-16T18:43:10.816Z Compiling serde_derive v1.0.228
9302026-03-16T18:43:10.918Z Compiling zerofrom-derive v0.1.6
9312026-03-16T18:43:10.961Z Compiling yoke-derive v0.8.0
9322026-03-16T18:43:10.999Z Compiling zerovec-derive v0.11.1
9332026-03-16T18:43:11.253Z Compiling displaydoc v0.2.5
9342026-03-16T18:43:11.283Z Compiling thiserror-impl v2.0.18
9352026-03-16T18:43:12.195Z Compiling schemars_derive v0.8.22
9362026-03-16T18:43:12.351Z Compiling tokio-macros v2.6.0
9372026-03-16T18:43:12.415Z Compiling zerocopy-derive v0.8.27
9382026-03-16T18:43:12.568Z Checking zerofrom v0.1.6
9392026-03-16T18:43:12.700Z Compiling futures-macro v0.3.31
9402026-03-16T18:43:12.727Z Checking yoke v0.8.0
9412026-03-16T18:43:12.958Z Checking zerovec v0.11.4
9422026-03-16T18:43:13.056Z Checking zerotrie v0.2.2
9432026-03-16T18:43:13.304Z Compiling regex v1.12.3
9442026-03-16T18:43:13.512Z Compiling zeroize_derive v1.4.3
9452026-03-16T18:43:13.769Z Compiling thiserror-impl v1.0.69
9462026-03-16T18:43:13.868Z Checking futures-sink v0.3.31
9472026-03-16T18:43:13.939Z Checking tinystr v0.8.1
9482026-03-16T18:43:13.992Z Checking potential_utf v0.1.3
9492026-03-16T18:43:14.158Z Checking icu_collections v2.0.0
9502026-03-16T18:43:14.180Z Checking icu_locale_core v2.0.0
9512026-03-16T18:43:14.280Z Checking slab v0.4.11
9522026-03-16T18:43:14.358Z Checking zeroize v1.8.1
9532026-03-16T18:43:14.537Z Compiling either v1.15.0
9542026-03-16T18:43:14.559Z Checking subtle v2.6.1
9552026-03-16T18:43:14.751Z Compiling ucd-trie v0.1.7
9562026-03-16T18:43:14.803Z Checking icu_provider v2.0.0
9572026-03-16T18:43:14.824Z Compiling anyhow v1.0.100
9582026-03-16T18:43:14.950Z Checking bytes v1.11.1
9592026-03-16T18:43:14.973Z Checking chrono v0.4.43
9602026-03-16T18:43:15.127Z Checking icu_properties v2.0.1
9612026-03-16T18:43:15.168Z Checking icu_normalizer v2.0.0
9622026-03-16T18:43:15.263Z Compiling serde_tokenstream v0.2.3
9632026-03-16T18:43:15.561Z Checking tokio v1.49.0
9642026-03-16T18:43:15.631Z Compiling pest v2.8.2
9652026-03-16T18:43:15.870Z Checking futures-channel v0.3.31
9662026-03-16T18:43:16.086Z Checking rand_core v0.6.4
9672026-03-16T18:43:16.168Z Checking pin-utils v0.1.0
9682026-03-16T18:43:16.191Z Checking futures-io v0.3.31
9692026-03-16T18:43:16.259Z Checking futures-task v0.3.31
9702026-03-16T18:43:16.307Z Compiling pkg-config v0.3.32
9712026-03-16T18:43:16.337Z Checking idna_adapter v1.2.1
9722026-03-16T18:43:16.359Z Compiling tracing-attributes v0.1.30
9732026-03-16T18:43:16.445Z Checking futures-util v0.3.31
9742026-03-16T18:43:16.498Z Checking idna v1.1.0
9752026-03-16T18:43:16.835Z Checking url v2.5.7
9762026-03-16T18:43:16.933Z Checking tracing-core v0.1.34
9772026-03-16T18:43:17.126Z Compiling pest_meta v2.8.2
9782026-03-16T18:43:17.351Z Compiling generic-array v0.14.7
9792026-03-16T18:43:17.372Z Checking fnv v1.0.7
9802026-03-16T18:43:17.621Z Compiling vcpkg v0.2.15
9812026-03-16T18:43:18.024Z Compiling pest_generator v2.8.2
9822026-03-16T18:43:18.206Z Checking tracing v0.1.41
9832026-03-16T18:43:18.302Z Compiling http v1.4.0
9842026-03-16T18:43:18.441Z Compiling rustc-hash v2.1.1
9852026-03-16T18:43:18.601Z Compiling prettyplease v0.2.37
9862026-03-16T18:43:18.926Z Compiling regress v0.10.5
9872026-03-16T18:43:19.018Z Compiling pest_derive v2.8.2
9882026-03-16T18:43:19.106Z Compiling num-conv v0.1.0
9892026-03-16T18:43:19.128Z Compiling byteorder v1.5.0
9902026-03-16T18:43:19.152Z Compiling time-core v0.1.6
9912026-03-16T18:43:19.350Z Compiling time-macros v0.2.24
9922026-03-16T18:43:19.430Z Checking errno v0.3.14
9932026-03-16T18:43:19.451Z Compiling glob v0.3.3
9942026-03-16T18:43:19.583Z Compiling minimal-lexical v0.2.1
9952026-03-16T18:43:19.910Z Compiling clang-sys v1.8.1
9962026-03-16T18:43:19.914Z Compiling nom v7.1.3
9972026-03-16T18:43:19.937Z Checking base64 v0.22.1
9982026-03-16T18:43:20.253Z Checking ipnet v2.11.0
9992026-03-16T18:43:20.391Z Checking tokio-util v0.7.16
10002026-03-16T18:43:20.552Z Checking crypto-common v0.1.6
10012026-03-16T18:43:20.729Z Compiling scroll_derive v0.13.1
10022026-03-16T18:43:21.098Z Compiling libloading v0.8.9
10032026-03-16T18:43:21.120Z Compiling bindgen v0.72.1
10042026-03-16T18:43:21.481Z Compiling camino v1.2.2
10052026-03-16T18:43:21.652Z Compiling cexpr v0.6.0
10062026-03-16T18:43:21.809Z Checking http-body v1.0.1
10072026-03-16T18:43:21.839Z Checking ppv-lite86 v0.2.21
10082026-03-16T18:43:21.982Z Compiling itertools v0.12.1
10092026-03-16T18:43:21.985Z Compiling crossbeam-utils v0.8.21
10102026-03-16T18:43:22.061Z Compiling syn v1.0.109
10112026-03-16T18:43:22.085Z Checking atomic-waker v1.1.2
10122026-03-16T18:43:22.256Z Compiling slog v2.8.2
10132026-03-16T18:43:22.412Z Checking tower-layer v0.3.3
10142026-03-16T18:43:22.437Z Checking try-lock v0.2.5
10152026-03-16T18:43:22.483Z Compiling paste v1.0.15
10162026-03-16T18:43:22.509Z Checking tower-service v0.3.3
10172026-03-16T18:43:22.573Z Checking want v0.3.1
10182026-03-16T18:43:22.597Z Checking h2 v0.4.12
10192026-03-16T18:43:22.618Z Checking ipnetwork v0.21.1
10202026-03-16T18:43:22.621Z Checking erased-serde v0.3.31
10212026-03-16T18:43:22.724Z Checking rustls-pki-types v1.12.0
10222026-03-16T18:43:22.889Z Checking ryu v1.0.20
10232026-03-16T18:43:22.974Z Checking pretty-hex v0.4.1
10242026-03-16T18:43:23.066Z Checking httpdate v1.0.3
10252026-03-16T18:43:23.170Z Compiling async-trait v0.1.89
10262026-03-16T18:43:23.193Z Checking untrusted v0.9.0
10272026-03-16T18:43:23.471Z Compiling scroll v0.13.0
10282026-03-16T18:43:23.566Z Compiling openssl-sys v0.9.109
10292026-03-16T18:43:23.731Z Compiling strsim v0.11.1
10302026-03-16T18:43:23.818Z Compiling usdt-impl v0.6.0
10312026-03-16T18:43:24.124Z Checking plain v0.2.3
10322026-03-16T18:43:24.404Z Compiling goblin v0.10.1
10332026-03-16T18:43:24.425Z Checking http-body-util v0.1.3
10342026-03-16T18:43:24.469Z Checking block-buffer v0.10.4
10352026-03-16T18:43:24.645Z Compiling openapiv3 v2.2.0
10362026-03-16T18:43:24.683Z Checking rand_core v0.9.3
10372026-03-16T18:43:24.716Z Compiling slog-async v2.8.0
10382026-03-16T18:43:25.055Z Checking hyper v1.8.1
10392026-03-16T18:43:26.279Z Checking hyper-util v0.1.19
10402026-03-16T18:43:26.377Z Checking digest v0.10.7
10412026-03-16T18:43:26.637Z Checking serde_urlencoded v0.7.1
10422026-03-16T18:43:26.792Z Checking oxnet v0.1.4
10432026-03-16T18:43:26.795Z Compiling typify-impl v0.4.3
10442026-03-16T18:43:26.916Z Compiling dtrace-parser v0.3.0
10452026-03-16T18:43:26.953Z Compiling cmake v0.1.54
10462026-03-16T18:43:27.115Z Compiling thread-id v5.0.0
10472026-03-16T18:43:27.226Z Compiling fs_extra v1.3.0
10482026-03-16T18:43:27.410Z Compiling ident_case v1.0.1
10492026-03-16T18:43:27.562Z Compiling omicron-workspace-hack v0.1.0
10502026-03-16T18:43:27.565Z Compiling dunce v1.0.5
10512026-03-16T18:43:27.710Z Compiling darling_core v0.21.3
10522026-03-16T18:43:27.752Z Checking rand_chacha v0.9.0
10532026-03-16T18:43:27.795Z Compiling daft-derive v0.1.4
10542026-03-16T18:43:27.854Z Compiling unsafe-libyaml v0.2.11
10552026-03-16T18:43:28.005Z Checking rand v0.9.2
10562026-03-16T18:43:28.317Z Compiling dof v0.4.0
10572026-03-16T18:43:28.625Z Checking powerfmt v0.2.0
10582026-03-16T18:43:28.754Z Compiling serde_yaml v0.9.34+deprecated
10592026-03-16T18:43:28.792Z Checking sync_wrapper v1.0.2
10602026-03-16T18:43:28.829Z Checking deranged v0.5.3
10612026-03-16T18:43:29.889Z Compiling rustls v0.22.4
10622026-03-16T18:43:30.025Z Checking num_threads v0.1.7
10632026-03-16T18:43:30.068Z Compiling usdt-attr-macro v0.6.0
10642026-03-16T18:43:30.138Z Compiling usdt-macro v0.6.0
10652026-03-16T18:43:30.159Z Checking cpufeatures v0.2.17
10662026-03-16T18:43:30.248Z Compiling aws-lc-rs v1.14.0
10672026-03-16T18:43:30.251Z Checking time v0.3.44
10682026-03-16T18:43:30.593Z Checking tower v0.5.2
10692026-03-16T18:43:30.724Z Compiling darling_macro v0.21.3
10702026-03-16T18:43:30.727Z Compiling aws-lc-sys v0.31.0
10712026-03-16T18:43:31.187Z Compiling structmeta-derive v0.3.0
10722026-03-16T18:43:31.475Z Compiling darling v0.21.3
10732026-03-16T18:43:31.589Z Checking encoding_rs v0.8.35
10742026-03-16T18:43:31.758Z Compiling typify-macro v0.4.3
10752026-03-16T18:43:31.791Z Checking mime v0.3.17
10762026-03-16T18:43:31.867Z Checking iri-string v0.7.8
10772026-03-16T18:43:32.019Z Checking crossbeam-channel v0.5.15
10782026-03-16T18:43:32.474Z Checking futures-executor v0.3.31
10792026-03-16T18:43:32.557Z Compiling multer v3.1.0
10802026-03-16T18:43:32.632Z Compiling structmeta v0.3.0
10812026-03-16T18:43:32.659Z Checking unicode-width v0.2.1
10822026-03-16T18:43:32.844Z Compiling openssl v0.10.73
10832026-03-16T18:43:32.871Z Checking fastrand v2.3.0
10842026-03-16T18:43:32.897Z Checking hex v0.4.3
10852026-03-16T18:43:32.975Z Checking untrusted v0.7.1
10862026-03-16T18:43:32.998Z Checking foreign-types-shared v0.1.1
10872026-03-16T18:43:33.104Z Checking foreign-types v0.3.2
10882026-03-16T18:43:33.104Z Checking tempfile v3.23.0
10892026-03-16T18:43:33.196Z Checking futures v0.3.31
10902026-03-16T18:43:33.239Z Compiling async-stream-impl v0.3.6
10912026-03-16T18:43:33.261Z Compiling strum_macros v0.26.4
10922026-03-16T18:43:33.293Z Compiling openssl-macros v0.1.1
10932026-03-16T18:43:33.337Z Checking tower-http v0.6.8
10942026-03-16T18:43:33.565Z Checking thread_local v1.1.9
10952026-03-16T18:43:33.765Z Compiling typify v0.4.3
10962026-03-16T18:43:33.787Z Checking openssl-probe v0.1.6
10972026-03-16T18:43:33.881Z Compiling rustls v0.23.32
10982026-03-16T18:43:33.918Z Compiling native-tls v0.2.14
10992026-03-16T18:43:34.145Z Compiling newtype-uuid-macros v0.1.0
11002026-03-16T18:43:34.243Z Compiling dropshot v0.16.7
11012026-03-16T18:43:34.346Z Checking is-terminal v0.4.16
11022026-03-16T18:43:34.403Z Checking memmap2 v0.9.8
11032026-03-16T18:43:34.459Z Compiling ref-cast v1.0.25
11042026-03-16T18:43:34.525Z Checking take_mut v0.2.2
11052026-03-16T18:43:34.612Z Checking term v1.2.0
11062026-03-16T18:43:34.662Z Checking winnow v0.7.14
11072026-03-16T18:43:34.863Z Checking match_cfg v0.1.0
11082026-03-16T18:43:34.906Z Checking slog-term v2.9.2
11092026-03-16T18:43:34.951Z Checking hostname v0.3.1
11102026-03-16T18:43:35.252Z Checking slog-json v2.6.1
11112026-03-16T18:43:35.326Z Compiling dropshot_endpoint v0.16.7
11122026-03-16T18:43:35.358Z Compiling ref-cast-impl v1.0.25
11132026-03-16T18:43:35.428Z Compiling derive-ex v0.1.8
11142026-03-16T18:43:35.449Z Checking slog-bunyan v2.5.0
11152026-03-16T18:43:35.938Z Checking webpki-roots v1.0.2
11162026-03-16T18:43:36.097Z Compiling strum_macros v0.27.2
11172026-03-16T18:43:36.305Z Compiling progenitor-impl v0.11.1
11182026-03-16T18:43:36.469Z Checking newtype-uuid v1.3.2
11192026-03-16T18:43:36.968Z Checking daft v0.1.4
11202026-03-16T18:43:37.158Z Checking tokio-native-tls v0.3.1
11212026-03-16T18:43:37.276Z Compiling serde_with_macros v3.14.1
11222026-03-16T18:43:37.363Z Checking hyper-tls v0.6.0
11232026-03-16T18:43:37.579Z Compiling test-strategy v0.4.3
11242026-03-16T18:43:37.920Z Checking rustls-webpki v0.102.8
11252026-03-16T18:43:38.025Z Checking debug-ignore v1.0.5
11262026-03-16T18:43:38.154Z Checking toml_parser v1.0.6+spec-1.1.0
11272026-03-16T18:43:38.610Z Compiling parse-display-derive v0.10.0
11282026-03-16T18:43:38.828Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11292026-03-16T18:43:39.297Z Compiling progenitor-macro v0.11.1
11302026-03-16T18:43:39.387Z Checking toml_datetime v0.7.5+spec-1.1.0
11312026-03-16T18:43:39.408Z Checking serde_spanned v1.0.4
11322026-03-16T18:43:39.488Z Checking usdt v0.6.0
11332026-03-16T18:43:39.578Z Checking spin v0.9.8
11342026-03-16T18:43:39.651Z Checking toml_writer v1.0.6+spec-1.1.0
11352026-03-16T18:43:39.898Z Checking toml v0.9.11+spec-1.1.0
11362026-03-16T18:43:40.013Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11372026-03-16T18:43:40.219Z Checking strum v0.26.3
11382026-03-16T18:43:40.348Z Checking tokio-rustls v0.25.0
11392026-03-16T18:43:40.370Z Checking async-stream v0.3.6
11402026-03-16T18:43:40.448Z Checking sha1 v0.10.6
11412026-03-16T18:43:40.531Z Checking rustls-pemfile v2.2.0
11422026-03-16T18:43:40.602Z Checking rand_chacha v0.3.1
11432026-03-16T18:43:40.653Z Checking waitgroup v0.1.2
11442026-03-16T18:43:40.653Z Compiling toml_datetime v0.6.11
11452026-03-16T18:43:40.697Z Checking macaddr v1.0.1
11462026-03-16T18:43:40.719Z Checking serde_path_to_error v0.1.20
11472026-03-16T18:43:40.781Z Checking wait-timeout v0.2.1
11482026-03-16T18:43:40.812Z Checking hostname v0.4.2
11492026-03-16T18:43:40.889Z Checking lazy_static v1.5.0
11502026-03-16T18:43:40.948Z Checking bit-vec v0.8.0
11512026-03-16T18:43:40.970Z Checking quick-error v1.2.3
11522026-03-16T18:43:41.013Z Checking rand v0.8.5
11532026-03-16T18:43:41.034Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11542026-03-16T18:43:41.104Z Checking rusty-fork v0.3.0
11552026-03-16T18:43:41.211Z Checking bit-set v0.8.0
11562026-03-16T18:43:41.414Z Checking tabwriter v1.4.1
11572026-03-16T18:43:41.436Z Checking rand_xorshift v0.4.0
11582026-03-16T18:43:41.617Z Compiling clap_derive v4.5.49
11592026-03-16T18:43:41.672Z Checking unarray v0.1.4
11602026-03-16T18:43:41.728Z Checking utf8parse v0.2.2
11612026-03-16T18:43:41.809Z Checking colored v3.0.0
11622026-03-16T18:43:41.839Z Checking proptest v1.8.0
11632026-03-16T18:43:41.862Z Checking anstyle-parse v0.2.7
11642026-03-16T18:43:42.070Z Checking strum v0.27.2
11652026-03-16T18:43:42.211Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11662026-03-16T18:43:42.232Z Checking terminal_size v0.4.3
11672026-03-16T18:43:42.756Z Checking is_terminal_polyfill v1.70.1
11682026-03-16T18:43:42.835Z Checking anstyle v1.0.11
11692026-03-16T18:43:42.873Z Checking anstyle-query v1.1.4
11702026-03-16T18:43:42.990Z Checking colorchoice v1.0.4
11712026-03-16T18:43:43.120Z Checking anstream v0.6.20
11722026-03-16T18:43:43.352Z Checking itertools v0.14.0
11732026-03-16T18:43:43.857Z Checking clap_lex v0.7.5
11742026-03-16T18:43:44.060Z Checking clap_builder v4.5.50
11752026-03-16T18:43:44.153Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11762026-03-16T18:43:44.875Z Checking serde_with v3.14.1
11772026-03-16T18:43:45.782Z Checking clap v4.5.50
11782026-03-16T18:43:45.785Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11792026-03-16T18:43:45.931Z Checking instant v0.1.13
11802026-03-16T18:43:46.184Z Checking iddqd v0.3.17
11812026-03-16T18:43:46.320Z Checking backoff v0.4.0
11822026-03-16T18:43:46.550Z Checking parse-display v0.10.0
11832026-03-16T18:43:46.734Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11842026-03-16T18:43:46.863Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11852026-03-16T18:43:49.364Z Compiling rustls-webpki v0.103.6
11862026-03-16T18:43:53.077Z Checking serde_spanned v0.6.9
11872026-03-16T18:43:53.127Z Compiling memoffset v0.9.1
11882026-03-16T18:43:53.242Z Compiling cfg_aliases v0.2.1
11892026-03-16T18:43:53.656Z Compiling tokio-rustls v0.26.3
11902026-03-16T18:43:53.732Z Compiling nix v0.30.1
11912026-03-16T18:43:54.436Z Checking crossbeam-epoch v0.9.18
11922026-03-16T18:43:54.596Z Compiling hyper-rustls v0.27.7
11932026-03-16T18:43:54.779Z Compiling winnow v0.5.40
11942026-03-16T18:43:54.954Z Compiling reqwest v0.12.23
11952026-03-16T18:43:56.573Z Compiling progenitor-client v0.11.1
11962026-03-16T18:43:56.630Z Compiling toml_edit v0.19.15
11972026-03-16T18:43:58.591Z Compiling proc-macro-crate v1.3.1
11982026-03-16T18:43:59.044Z Compiling progenitor v0.11.1
11992026-03-16T18:43:59.651Z Compiling num-integer v0.1.46
12002026-03-16T18:44:00.050Z Compiling rayon-core v1.13.0
12012026-03-16T18:44:00.394Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12022026-03-16T18:44:00.457Z Compiling progenitor-client v0.10.0
12032026-03-16T18:44:01.386Z Compiling hubpack_derive v0.1.1
12042026-03-16T18:44:02.028Z Compiling zerocopy-derive v0.7.35
12052026-03-16T18:44:02.466Z Checking toml_write v0.1.2
12062026-03-16T18:44:02.709Z Checking toml_edit v0.22.27
12072026-03-16T18:44:02.766Z Checking hubpack v0.1.2
12082026-03-16T18:44:02.957Z Checking num-rational v0.4.2
12092026-03-16T18:44:02.986Z Checking num-iter v0.1.45
12102026-03-16T18:44:03.153Z Checking crossbeam-deque v0.8.6
12112026-03-16T18:44:03.385Z Compiling num-complex v0.4.6
12122026-03-16T18:44:03.784Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12132026-03-16T18:44:03.899Z Checking static_assertions v1.1.0
12142026-03-16T18:44:03.937Z Checking num v0.4.3
12152026-03-16T18:44:04.157Z Compiling proc-macro-error-attr v1.0.4
12162026-03-16T18:44:04.207Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12172026-03-16T18:44:04.449Z Checking toml v0.8.23
12182026-03-16T18:44:04.567Z Checking float-ord v0.3.2
12192026-03-16T18:44:04.705Z Compiling heapless v0.8.0
12202026-03-16T18:44:04.976Z Compiling ingot-macros v0.1.1
12212026-03-16T18:44:05.012Z Checking hash32 v0.3.1
12222026-03-16T18:44:05.173Z Compiling proc-macro-error v1.0.4
12232026-03-16T18:44:05.236Z Compiling smoltcp v0.11.0
12242026-03-16T18:44:05.319Z Checking bytecount v0.6.9
12252026-03-16T18:44:05.456Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12262026-03-16T18:44:05.759Z Compiling zerocopy v0.7.35
12272026-03-16T18:44:06.276Z Compiling num_enum_derive v0.7.5
12282026-03-16T18:44:06.726Z Compiling num-derive v0.3.3
12292026-03-16T18:44:07.382Z Checking cobs v0.3.0
12302026-03-16T18:44:07.570Z Compiling scroll_derive v0.12.1
12312026-03-16T18:44:07.648Z Compiling foreign-types-macros v0.2.3
12322026-03-16T18:44:07.669Z Compiling usdt-impl v0.5.0
12332026-03-16T18:44:07.811Z Checking bitflags v1.3.2
12342026-03-16T18:44:07.907Z Checking foreign-types-shared v0.3.1
12352026-03-16T18:44:07.928Z Checking managed v0.8.0
12362026-03-16T18:44:07.981Z Compiling crucible-workspace-hack v0.1.0
12372026-03-16T18:44:08.157Z Checking libscf-sys v1.1.0
12382026-03-16T18:44:08.282Z Checking num_enum v0.7.5
12392026-03-16T18:44:08.326Z Checking postcard v1.1.3
12402026-03-16T18:44:08.432Z Compiling dof v0.3.0
12412026-03-16T18:44:08.467Z Checking foreign-types v0.5.0
12422026-03-16T18:44:08.490Z Checking scroll v0.12.0
12432026-03-16T18:44:08.591Z Checking ingot-types v0.1.2
12442026-03-16T18:44:08.859Z Compiling dtrace-parser v0.2.0
12452026-03-16T18:44:08.917Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12462026-03-16T18:44:08.921Z Checking camino-tempfile v1.4.1
12472026-03-16T18:44:08.962Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12482026-03-16T18:44:09.059Z Checking ingot v0.1.1
12492026-03-16T18:44:09.150Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12502026-03-16T18:44:09.440Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12512026-03-16T18:44:09.579Z Checking cstr-argument v0.1.2
12522026-03-16T18:44:09.646Z Compiling thread-id v4.2.2
12532026-03-16T18:44:09.730Z Compiling heck v0.4.1
12542026-03-16T18:44:09.752Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12552026-03-16T18:44:09.850Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12562026-03-16T18:44:09.872Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12572026-03-16T18:44:09.985Z Checking goblin v0.8.2
12582026-03-16T18:44:09.989Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12592026-03-16T18:44:10.052Z Checking rayon v1.11.0
12602026-03-16T18:44:10.270Z Compiling num_enum_derive v0.5.11
12612026-03-16T18:44:10.474Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12622026-03-16T18:44:10.836Z Compiling rustc_version v0.4.1
12632026-03-16T18:44:10.893Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12642026-03-16T18:44:11.250Z Checking tinyvec_macros v0.1.1
12652026-03-16T18:44:11.345Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12662026-03-16T18:44:11.501Z Compiling rustix v0.38.44
12672026-03-16T18:44:11.611Z Compiling convert_case v0.4.0
12682026-03-16T18:44:11.663Z Checking num_enum v0.5.11
12692026-03-16T18:44:11.847Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12702026-03-16T18:44:12.035Z Compiling derive_more v0.99.20
12712026-03-16T18:44:12.112Z Checking tinyvec v1.10.0
12722026-03-16T18:44:12.358Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12732026-03-16T18:44:12.503Z Compiling libz-sys v1.1.22
12742026-03-16T18:44:12.531Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12752026-03-16T18:44:12.552Z Compiling proc-macro-error-attr2 v2.0.0
12762026-03-16T18:44:13.084Z Compiling proc-macro-error2 v2.0.1
12772026-03-16T18:44:13.105Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12782026-03-16T18:44:13.444Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12792026-03-16T18:44:13.669Z Compiling usdt-attr-macro v0.5.0
12802026-03-16T18:44:13.982Z Compiling usdt-macro v0.5.0
12812026-03-16T18:44:14.233Z Compiling zone_cfg_derive v0.3.1
12822026-03-16T18:44:14.305Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12832026-03-16T18:44:14.498Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12842026-03-16T18:44:14.608Z Compiling num-derive v0.4.2
12852026-03-16T18:44:14.852Z Checking sigpipe v0.1.3
12862026-03-16T18:44:14.959Z Checking memmap v0.7.0
12872026-03-16T18:44:15.137Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12882026-03-16T18:44:15.158Z Checking jiff v0.2.15
12892026-03-16T18:44:15.351Z Checking usdt v0.5.0
12902026-03-16T18:44:15.445Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12912026-03-16T18:44:15.542Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12922026-03-16T18:44:15.647Z Compiling tabled_derive v0.11.0
12932026-03-16T18:44:15.763Z Checking papergrid v0.17.0
12942026-03-16T18:44:15.806Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12952026-03-16T18:44:15.902Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12962026-03-16T18:44:15.986Z Checking zone v0.3.1
12972026-03-16T18:44:16.166Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12982026-03-16T18:44:16.204Z Checking testing_table v0.3.0
12992026-03-16T18:44:16.326Z Checking smf v0.2.3
13002026-03-16T18:44:16.474Z Checking secrecy v0.10.3
13012026-03-16T18:44:16.634Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13022026-03-16T18:44:16.637Z Checking bstr v1.12.0
13032026-03-16T18:44:16.870Z Checking whoami v1.6.1
13042026-03-16T18:44:16.893Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13052026-03-16T18:44:16.992Z Compiling curve25519-dalek v4.1.3
13062026-03-16T18:44:17.114Z Checking hmac v0.12.1
13072026-03-16T18:44:17.154Z Checking inout v0.1.4
13082026-03-16T18:44:17.205Z Checking tabled v0.20.0
13092026-03-16T18:44:17.289Z Checking ff v0.13.1
13102026-03-16T18:44:17.331Z Compiling enum-as-inner v0.6.1
13112026-03-16T18:44:17.354Z Checking data-encoding v2.9.0
13122026-03-16T18:44:17.452Z Compiling semver v0.1.20
13132026-03-16T18:44:17.716Z Compiling rustc_version v0.1.7
13142026-03-16T18:44:17.783Z Checking group v0.13.0
13152026-03-16T18:44:17.984Z Checking cipher v0.4.4
13162026-03-16T18:44:18.028Z Checking hkdf v0.12.4
13172026-03-16T18:44:18.031Z Checking atomicwrites v0.4.4
13182026-03-16T18:44:18.095Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13192026-03-16T18:44:18.200Z Compiling thiserror-impl-no-std v2.0.2
13202026-03-16T18:44:18.222Z Checking universal-hash v0.5.1
13212026-03-16T18:44:18.246Z Checking crypto-bigint v0.5.5
13222026-03-16T18:44:18.384Z Checking half v2.7.1
13232026-03-16T18:44:18.685Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13242026-03-16T18:44:18.728Z Compiling curve25519-dalek-derive v0.1.1
13252026-03-16T18:44:18.894Z Checking base16ct v0.2.0
13262026-03-16T18:44:19.059Z Checking ciborium-io v0.2.2
13272026-03-16T18:44:19.182Z Checking base64ct v1.8.0
13282026-03-16T18:44:19.507Z Checking indent_write v2.2.0
13292026-03-16T18:44:19.660Z Checking opaque-debug v0.3.1
13302026-03-16T18:44:19.681Z Checking thiserror-no-std v2.0.2
13312026-03-16T18:44:19.752Z Checking poly1305 v0.8.0
13322026-03-16T18:44:19.775Z Checking elliptic-curve v0.13.8
13332026-03-16T18:44:19.844Z Checking password-hash v0.5.0
13342026-03-16T18:44:19.882Z Checking ciborium-ll v0.2.2
13352026-03-16T18:44:19.959Z Checking chacha20 v0.9.1
13362026-03-16T18:44:20.057Z Compiling newtype_derive v0.1.6
13372026-03-16T18:44:20.109Z Checking similar v2.7.0
13382026-03-16T18:44:20.131Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13392026-03-16T18:44:20.153Z Checking blake2 v0.10.6
13402026-03-16T18:44:20.200Z Compiling typify-impl v0.6.1
13412026-03-16T18:44:20.344Z Checking aead v0.5.2
13422026-03-16T18:44:20.432Z Checking keccak v0.1.5
13432026-03-16T18:44:20.455Z Compiling owo-colors v4.3.0
13442026-03-16T18:44:20.521Z Checking resolv-conf v0.7.5
13452026-03-16T18:44:20.556Z Checking linked-hash-map v0.5.6
13462026-03-16T18:44:20.660Z Checking sha3 v0.10.8
13472026-03-16T18:44:20.764Z Checking chacha20poly1305 v0.10.1
13482026-03-16T18:44:20.767Z Checking vsss-rs v3.3.4
13492026-03-16T18:44:20.809Z Checking lru-cache v0.1.2
13502026-03-16T18:44:20.917Z Checking argon2 v0.5.3
13512026-03-16T18:44:20.982Z Checking ciborium v0.2.2
13522026-03-16T18:44:21.004Z Checking hickory-proto v0.24.4
13532026-03-16T18:44:21.027Z Checking tokio-dtrace v0.1.1
13542026-03-16T18:44:21.030Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13552026-03-16T18:44:21.277Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13562026-03-16T18:44:21.314Z Checking serde-big-array v0.5.1
13572026-03-16T18:44:21.408Z Compiling derive-where v1.6.0
13582026-03-16T18:44:21.490Z Compiling serde_repr v0.1.20
13592026-03-16T18:44:21.567Z Checking same-file v1.0.6
13602026-03-16T18:44:21.589Z Checking unicode-segmentation v1.12.0
13612026-03-16T18:44:21.724Z Checking siphasher v1.0.1
13622026-03-16T18:44:21.949Z Checking phf_shared v0.12.1
13632026-03-16T18:44:22.019Z Checking newline-converter v0.3.0
13642026-03-16T18:44:22.142Z Checking walkdir v2.5.0
13652026-03-16T18:44:22.166Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13662026-03-16T18:44:22.242Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13672026-03-16T18:44:22.372Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13682026-03-16T18:44:22.481Z Checking oxide-tokio-rt v0.1.2
13692026-03-16T18:44:22.732Z Compiling progenitor-impl v0.10.0
13702026-03-16T18:44:23.098Z Checking console v0.15.11
13712026-03-16T18:44:23.146Z Checking hickory-resolver v0.24.4
13722026-03-16T18:44:23.473Z Checking tokio-stream v0.1.17
13732026-03-16T18:44:23.530Z Compiling pin-project-internal v1.1.10
13742026-03-16T18:44:23.881Z Compiling slog-dtrace v0.3.0
13752026-03-16T18:44:23.975Z Checking csv-core v0.1.12
13762026-03-16T18:44:24.013Z Compiling cancel-safe-futures v0.1.5
13772026-03-16T18:44:24.172Z Checking swrite v0.1.0
13782026-03-16T18:44:24.219Z Checking unicode-width v0.1.14
13792026-03-16T18:44:24.292Z Checking foldhash v0.1.5
13802026-03-16T18:44:24.321Z Checking smawk v0.3.2
13812026-03-16T18:44:24.477Z Checking unicode-linebreak v0.1.5
13822026-03-16T18:44:24.498Z Compiling chrono-tz v0.10.4
13832026-03-16T18:44:24.553Z Compiling unicode-xid v0.2.6
13842026-03-16T18:44:24.718Z Compiling const_format_proc_macros v0.2.34
13852026-03-16T18:44:24.761Z Checking textwrap v0.16.2
13862026-03-16T18:44:24.813Z Checking hashbrown v0.15.5
13872026-03-16T18:44:24.997Z Checking pin-project v1.1.10
13882026-03-16T18:44:25.087Z Checking csv v1.3.1
13892026-03-16T18:44:25.198Z Checking qorb v0.4.1
13902026-03-16T18:44:25.262Z Compiling typify-macro v0.6.1
13912026-03-16T18:44:25.316Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13922026-03-16T18:44:25.465Z Checking expectorate v1.2.0
13932026-03-16T18:44:25.594Z Checking phf v0.12.1
13942026-03-16T18:44:25.632Z Checking unicode-normalization v0.1.24
13952026-03-16T18:44:25.701Z Compiling progenitor-macro v0.10.0
13962026-03-16T18:44:25.769Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13972026-03-16T18:44:26.204Z Checking libsw-core v0.3.2
13982026-03-16T18:44:26.409Z Compiling libgit2-sys v0.17.0+1.8.1
13992026-03-16T18:44:26.446Z Compiling snafu-derive v0.8.9
14002026-03-16T18:44:26.497Z Compiling async-recursion v1.1.1
14012026-03-16T18:44:26.956Z Compiling cookie v0.18.1
14022026-03-16T18:44:26.990Z Checking highway v1.3.0
14032026-03-16T18:44:27.249Z Checking fixedbitset v0.4.2
14042026-03-16T18:44:27.302Z Compiling moka v0.12.11
14052026-03-16T18:44:27.348Z Checking fixedbitset v0.5.7
14062026-03-16T18:44:27.386Z Compiling typify v0.6.1
14072026-03-16T18:44:27.455Z Checking petgraph v0.6.5
14082026-03-16T18:44:27.505Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14092026-03-16T18:44:27.624Z Checking petgraph v0.8.2
14102026-03-16T18:44:27.765Z Checking libsw v3.5.0
14112026-03-16T18:44:27.965Z Checking olpc-cjson v0.1.4
14122026-03-16T18:44:28.795Z Checking snafu v0.8.9
14132026-03-16T18:44:29.072Z Checking const_format v0.2.34
14142026-03-16T18:44:29.117Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14152026-03-16T18:44:29.456Z Checking papergrid v0.11.0
14162026-03-16T18:44:29.459Z Checking globset v0.4.16
14172026-03-16T18:44:29.644Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14182026-03-16T18:44:29.693Z Checking gethostname v0.5.0
14192026-03-16T18:44:29.832Z Compiling tabled_derive v0.7.0
14202026-03-16T18:44:29.951Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14212026-03-16T18:44:30.297Z Checking reqwest v0.13.2
14222026-03-16T18:44:30.373Z Checking bcs v0.1.6
14232026-03-16T18:44:31.056Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14242026-03-16T18:44:31.104Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-03-16T18:44:31.699Z Checking progenitor v0.10.0
14262026-03-16T18:44:31.774Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14272026-03-16T18:44:31.836Z Checking pem v3.0.5
14282026-03-16T18:44:31.866Z Checking serde_plain v1.0.2
14292026-03-16T18:44:32.045Z Checking tagptr v0.2.0
14302026-03-16T18:44:32.068Z Checking linear-map v1.2.0
14312026-03-16T18:44:32.235Z Checking termtree v0.5.1
14322026-03-16T18:44:32.288Z Checking crc8 v0.1.1
14332026-03-16T18:44:32.310Z Checking typed-path v0.9.3
14342026-03-16T18:44:32.415Z Compiling signal-hook v0.3.18
14352026-03-16T18:44:32.437Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14362026-03-16T18:44:32.566Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-03-16T18:44:32.836Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14382026-03-16T18:44:32.970Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14392026-03-16T18:44:33.391Z Checking tough v0.20.0
14402026-03-16T18:44:33.443Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14412026-03-16T18:44:33.546Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14422026-03-16T18:44:33.574Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14432026-03-16T18:44:33.740Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14442026-03-16T18:44:33.810Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14452026-03-16T18:44:34.212Z Checking tabled v0.15.0
14462026-03-16T18:44:34.368Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14472026-03-16T18:44:34.573Z Checking steno v0.4.1
14482026-03-16T18:44:34.596Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-03-16T18:44:35.193Z Compiling progenitor-impl v0.13.0
14502026-03-16T18:44:35.247Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-03-16T18:44:35.772Z Checking hickory-proto v0.25.2
14522026-03-16T18:44:35.852Z Checking dropshot-api-manager-types v0.5.2
14532026-03-16T18:44:36.057Z Compiling curl-sys v0.4.83+curl-8.15.0
14542026-03-16T18:44:36.089Z Compiling cargo-platform v0.1.9
14552026-03-16T18:44:36.348Z Compiling vergen v8.3.2
14562026-03-16T18:44:36.416Z Compiling fs-err v3.1.2
14572026-03-16T18:44:36.537Z Checking humantime v2.3.0
14582026-03-16T18:44:36.579Z Compiling crc32fast v1.5.0
14592026-03-16T18:44:36.703Z Compiling cargo_metadata v0.18.1
14602026-03-16T18:44:36.778Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
14612026-03-16T18:44:37.016Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14622026-03-16T18:44:37.959Z Checking hickory-resolver v0.25.2
14632026-03-16T18:44:38.167Z Checking progenitor-client v0.13.0
14642026-03-16T18:44:38.202Z Checking sha2 v0.10.9
14652026-03-16T18:44:38.252Z Compiling progenitor-macro v0.13.0
14662026-03-16T18:44:38.274Z Compiling blake3 v1.8.2
14672026-03-16T18:44:38.448Z Checking adler2 v2.0.1
14682026-03-16T18:44:38.648Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
14692026-03-16T18:44:38.788Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14702026-03-16T18:44:39.156Z Checking miniz_oxide v0.8.9
14712026-03-16T18:44:39.269Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14722026-03-16T18:44:39.735Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14732026-03-16T18:44:39.767Z Checking git-stub v1.0.0
14742026-03-16T18:44:39.962Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14752026-03-16T18:44:41.293Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14762026-03-16T18:44:41.412Z Checking filetime v0.2.26
14772026-03-16T18:44:41.442Z Checking is_ci v1.2.0
14782026-03-16T18:44:41.572Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14792026-03-16T18:44:41.594Z Checking arrayref v0.3.9
14802026-03-16T18:44:41.598Z Checking arrayvec v0.7.6
14812026-03-16T18:44:41.690Z Checking constant_time_eq v0.3.1
14822026-03-16T18:44:41.815Z Compiling curl v0.4.49
14832026-03-16T18:44:41.856Z Checking xattr v1.6.1
14842026-03-16T18:44:42.025Z Checking tar v0.4.44
14852026-03-16T18:44:42.187Z Checking toml v0.7.8
14862026-03-16T18:44:42.243Z Checking supports-color v3.0.2
14872026-03-16T18:44:42.479Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-03-16T18:44:42.557Z Checking git-stub-vcs v0.1.0
14892026-03-16T18:44:42.799Z Checking flate2 v1.1.2
14902026-03-16T18:44:42.895Z Checking drift v0.1.3
14912026-03-16T18:44:43.068Z Checking kstat-rs v0.2.4
14922026-03-16T18:44:43.140Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14932026-03-16T18:44:43.190Z Checking topological-sort v0.2.2
14942026-03-16T18:44:43.229Z Checking dropshot-api-manager v0.5.2
14952026-03-16T18:44:43.313Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-03-16T18:44:43.370Z Checking omicron-zone-package v0.12.2
14972026-03-16T18:44:43.719Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-03-16T18:44:44.241Z Checking progenitor v0.13.0
14992026-03-16T18:44:44.402Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15002026-03-16T18:44:44.759Z Checking signal-hook-tokio v0.3.1
15012026-03-16T18:44:44.918Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15022026-03-16T18:44:45.019Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15032026-03-16T18:44:45.551Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15042026-03-16T18:44:45.609Z Checking internet-checksum v0.2.1
15052026-03-16T18:44:45.764Z Checking search_path v0.1.4
15062026-03-16T18:44:45.809Z Checking display-error-chain v0.2.2
15072026-03-16T18:44:45.992Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15082026-03-16T18:44:45.995Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15092026-03-16T18:44:46.046Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15102026-03-16T18:44:47.022Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15112026-03-16T18:44:47.191Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15122026-03-16T18:44:48.923Z Compiling git2 v0.19.0
15132026-03-16T18:44:52.134Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15142026-03-16T18:44:54.926Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15152026-03-16T18:44:59.669Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15162026-03-16T18:45:01.467Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15172026-03-16T18:45:09.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s
15182026-03-16T18:45:09.430Z+ for feat in tofino_stub tofino_asic softnpu chaos
15192026-03-16T18:45:09.430Z+ cargo clippy --features tofino_asic -- --deny warnings
15202026-03-16T18:45:10.095Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15212026-03-16T18:45:10.098Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15222026-03-16T18:45:10.185Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15232026-03-16T18:45:10.188Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15242026-03-16T18:45:20.088Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15252026-03-16T18:45:20.091Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15262026-03-16T18:45:23.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.24s
15272026-03-16T18:45:23.899Z+ for feat in tofino_stub tofino_asic softnpu chaos
15282026-03-16T18:45:23.899Z+ cargo clippy --features softnpu -- --deny warnings
15292026-03-16T18:45:24.300Z Downloading crates ...
15302026-03-16T18:45:24.477Z Downloaded typeid v1.0.3
15312026-03-16T18:45:24.480Z Downloaded bitstruct_derive v0.1.0
15322026-03-16T18:45:24.484Z Downloaded tap v1.0.1
15332026-03-16T18:45:24.488Z Downloaded ascii v1.1.0
15342026-03-16T18:45:24.491Z Downloaded radium v0.7.0
15352026-03-16T18:45:24.491Z Downloaded serde_arrays v0.1.0
15362026-03-16T18:45:24.494Z Downloaded wyz v0.5.1
15372026-03-16T18:45:24.497Z Downloaded funty v2.0.0
15382026-03-16T18:45:24.501Z Downloaded bitstruct v0.1.1
15392026-03-16T18:45:24.504Z Downloaded libloading v0.7.4
15402026-03-16T18:45:24.504Z Downloaded erased-serde v0.4.8
15412026-03-16T18:45:24.508Z Downloaded num-bigint v0.4.6
15422026-03-16T18:45:24.519Z Downloaded bitvec v1.0.1
15432026-03-16T18:45:24.684Z Checking num-integer v0.1.46
15442026-03-16T18:45:24.772Z Checking num-complex v0.4.6
15452026-03-16T18:45:24.787Z Compiling radium v0.7.0
15462026-03-16T18:45:24.796Z Checking tap v1.0.1
15472026-03-16T18:45:24.806Z Checking funty v2.0.0
15482026-03-16T18:45:24.816Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15492026-03-16T18:45:24.819Z Compiling typeid v1.0.3
15502026-03-16T18:45:24.836Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15512026-03-16T18:45:24.909Z Checking wyz v0.5.1
15522026-03-16T18:45:25.048Z Checking num-bigint v0.4.6
15532026-03-16T18:45:25.048Z Checking num-iter v0.1.45
15542026-03-16T18:45:25.094Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15552026-03-16T18:45:25.139Z Compiling erased-serde v0.4.8
15562026-03-16T18:45:25.224Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15572026-03-16T18:45:25.242Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15582026-03-16T18:45:25.255Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15592026-03-16T18:45:25.309Z Compiling bitstruct_derive v0.1.0
15602026-03-16T18:45:25.323Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15612026-03-16T18:45:25.349Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15622026-03-16T18:45:25.376Z Checking bitvec v1.0.1
15632026-03-16T18:45:25.405Z Checking ascii v1.1.0
15642026-03-16T18:45:25.422Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15652026-03-16T18:45:25.453Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-03-16T18:45:25.595Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15672026-03-16T18:45:25.607Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-03-16T18:45:25.621Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15692026-03-16T18:45:25.643Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-03-16T18:45:26.060Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-03-16T18:45:26.070Z Checking serde_arrays v0.1.0
15722026-03-16T18:45:26.165Z Checking bitstruct v0.1.1
15732026-03-16T18:45:26.214Z Checking libloading v0.7.4
15742026-03-16T18:45:26.236Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15752026-03-16T18:45:26.289Z Checking num-rational v0.4.2
15762026-03-16T18:45:26.666Z Checking num v0.4.3
15772026-03-16T18:45:26.747Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15782026-03-16T18:45:27.453Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15792026-03-16T18:45:27.822Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15802026-03-16T18:45:27.822Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15812026-03-16T18:45:28.058Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-03-16T18:45:28.386Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15832026-03-16T18:45:28.389Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15842026-03-16T18:45:28.982Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15852026-03-16T18:45:29.239Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15862026-03-16T18:45:29.242Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15872026-03-16T18:45:29.242Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15882026-03-16T18:45:29.263Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15892026-03-16T18:45:29.754Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15902026-03-16T18:45:30.327Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15912026-03-16T18:45:31.460Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15922026-03-16T18:45:31.504Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15932026-03-16T18:45:35.697Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15942026-03-16T18:45:37.310Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15952026-03-16T18:45:37.455Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15962026-03-16T18:45:46.677Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15972026-03-16T18:45:48.462Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-03-16T18:45:49.148Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15992026-03-16T18:45:55.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.99s
16002026-03-16T18:45:56.118Z+ for feat in tofino_stub tofino_asic softnpu chaos
16012026-03-16T18:45:56.118Z+ cargo clippy --features chaos -- --deny warnings
16022026-03-16T18:45:56.762Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16032026-03-16T18:45:56.765Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16042026-03-16T18:45:56.765Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16052026-03-16T18:46:06.815Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16062026-03-16T18:46:06.815Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16072026-03-16T18:46:10.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s
16082026-03-16T18:46:10.383Z+ banner fmt
16092026-03-16T18:46:10.386Z
16102026-03-16T18:46:10.386Z ###### # # #####
16112026-03-16T18:46:10.386Z # ## ## #
16122026-03-16T18:46:10.386Z ##### # ## # #
16132026-03-16T18:46:10.386Z # # # #
16142026-03-16T18:46:10.386Z # # # #
16152026-03-16T18:46:10.386Z # # # #
16162026-03-16T18:46:10.386Z
16172026-03-16T18:46:10.386Z+ cargo fmt -- --check
16182026-03-16T18:46:10.994Z+ banner test
16192026-03-16T18:46:10.997Z
16202026-03-16T18:46:10.997Z ##### ###### #### #####
16212026-03-16T18:46:10.997Z # # # #
16222026-03-16T18:46:10.997Z # ##### #### #
16232026-03-16T18:46:10.997Z # # # #
16242026-03-16T18:46:10.997Z # # # # #
16252026-03-16T18:46:10.997Z # ###### #### #
16262026-03-16T18:46:10.997Z
16272026-03-16T18:46:10.998Z+ for feat in tofino_stub tofino_asic softnpu chaos
16282026-03-16T18:46:10.998Z+ RUST_BACKTRACE=full
16292026-03-16T18:46:10.998Z+ cargo test --features tofino_stub --no-fail-fast
16302026-03-16T18:46:12.190Z Compiling unicode-ident v1.0.24
16312026-03-16T18:46:12.193Z Compiling cfg-if v1.0.3
16322026-03-16T18:46:12.193Z Compiling memchr v2.7.5
16332026-03-16T18:46:12.322Z Compiling serde_core v1.0.228
16342026-03-16T18:46:12.345Z Compiling itoa v1.0.15
16352026-03-16T18:46:12.345Z Compiling libc v0.2.176
16362026-03-16T18:46:12.348Z Compiling zmij v1.0.17
16372026-03-16T18:46:12.388Z Compiling log v0.4.29
16382026-03-16T18:46:12.446Z Compiling proc-macro2 v1.0.106
16392026-03-16T18:46:12.507Z Compiling libm v0.2.15
16402026-03-16T18:46:12.641Z Compiling heck v0.5.0
16412026-03-16T18:46:12.989Z Compiling quote v1.0.44
16422026-03-16T18:46:13.123Z Compiling equivalent v1.0.2
16432026-03-16T18:46:13.157Z Compiling smallvec v1.15.1
16442026-03-16T18:46:13.221Z Compiling syn v2.0.117
16452026-03-16T18:46:13.237Z Compiling allocator-api2 v0.2.21
16462026-03-16T18:46:13.407Z Compiling iana-time-zone v0.1.64
16472026-03-16T18:46:13.411Z Compiling foldhash v0.2.0
16482026-03-16T18:46:13.429Z Compiling dyn-clone v1.0.20
16492026-03-16T18:46:13.673Z Compiling hashbrown v0.16.1
16502026-03-16T18:46:13.677Z Compiling regex-syntax v0.8.6
16512026-03-16T18:46:13.706Z Compiling aho-corasick v1.1.3
16522026-03-16T18:46:13.709Z Compiling stable_deref_trait v1.2.0
16532026-03-16T18:46:13.819Z Compiling pin-project-lite v0.2.16
16542026-03-16T18:46:13.941Z Compiling percent-encoding v2.3.2
16552026-03-16T18:46:14.094Z Compiling fnv v1.0.7
16562026-03-16T18:46:14.196Z Compiling writeable v0.6.1
16572026-03-16T18:46:14.216Z Compiling litemap v0.8.0
16582026-03-16T18:46:14.460Z Compiling icu_normalizer_data v2.0.0
16592026-03-16T18:46:14.496Z Compiling icu_properties_data v2.0.1
16602026-03-16T18:46:14.559Z Compiling form_urlencoded v1.2.2
16612026-03-16T18:46:14.596Z Compiling utf8_iter v1.0.4
16622026-03-16T18:46:14.672Z Compiling scopeguard v1.2.0
16632026-03-16T18:46:14.788Z Compiling semver v1.0.27
16642026-03-16T18:46:14.805Z Compiling serde_json v1.0.149
16652026-03-16T18:46:14.820Z Compiling indexmap v2.13.0
16662026-03-16T18:46:14.913Z Compiling lock_api v0.4.13
16672026-03-16T18:46:15.205Z Compiling num-traits v0.2.19
16682026-03-16T18:46:15.247Z Compiling getrandom v0.3.3
16692026-03-16T18:46:15.477Z Compiling ucd-trie v0.1.7
16702026-03-16T18:46:15.680Z Compiling regex-automata v0.4.13
16712026-03-16T18:46:15.707Z Compiling byteorder v1.5.0
16722026-03-16T18:46:15.857Z Compiling uuid v1.20.0
16732026-03-16T18:46:16.044Z Compiling futures-core v0.3.32
16742026-03-16T18:46:16.229Z Compiling time-core v0.1.6
16752026-03-16T18:46:16.245Z Compiling num-conv v0.1.0
16762026-03-16T18:46:16.389Z Compiling futures-sink v0.3.31
16772026-03-16T18:46:16.425Z Compiling ryu v1.0.20
16782026-03-16T18:46:16.453Z Compiling time-macros v0.2.24
16792026-03-16T18:46:16.470Z Compiling regress v0.10.5
16802026-03-16T18:46:16.675Z Compiling glob v0.3.3
16812026-03-16T18:46:17.277Z Compiling synstructure v0.13.2
16822026-03-16T18:46:17.382Z Compiling serde_derive_internals v0.29.1
16832026-03-16T18:46:17.491Z Compiling pretty-hex v0.4.1
16842026-03-16T18:46:17.665Z Compiling minimal-lexical v0.2.1
16852026-03-16T18:46:17.701Z Compiling slab v0.4.11
16862026-03-16T18:46:17.849Z Compiling clang-sys v1.8.1
16872026-03-16T18:46:17.930Z Compiling nom v7.1.3
16882026-03-16T18:46:17.959Z Compiling strsim v0.11.1
16892026-03-16T18:46:17.997Z Compiling prettyplease v0.2.37
16902026-03-16T18:46:18.341Z Compiling regex v1.12.3
16912026-03-16T18:46:18.483Z Compiling plain v0.2.3
16922026-03-16T18:46:18.625Z Compiling libloading v0.8.9
16932026-03-16T18:46:18.893Z Compiling bindgen v0.72.1
16942026-03-16T18:46:18.917Z Compiling futures-channel v0.3.31
16952026-03-16T18:46:18.981Z Compiling pin-utils v0.1.0
16962026-03-16T18:46:19.077Z Compiling syn v1.0.109
16972026-03-16T18:46:19.130Z Compiling serde_derive v1.0.228
16982026-03-16T18:46:19.205Z Compiling zerofrom-derive v0.1.6
16992026-03-16T18:46:19.347Z Compiling yoke-derive v0.8.0
17002026-03-16T18:46:19.788Z Compiling zerovec-derive v0.11.1
17012026-03-16T18:46:19.909Z Compiling displaydoc v0.2.5
17022026-03-16T18:46:20.776Z Compiling thiserror-impl v2.0.18
17032026-03-16T18:46:20.942Z Compiling schemars_derive v0.8.22
17042026-03-16T18:46:20.957Z Compiling tokio-macros v2.6.0
17052026-03-16T18:46:21.275Z Compiling zerocopy-derive v0.8.27
17062026-03-16T18:46:21.796Z Compiling zeroize_derive v1.4.3
17072026-03-16T18:46:21.979Z Compiling futures-macro v0.3.31
17082026-03-16T18:46:22.542Z Compiling thiserror v2.0.18
17092026-03-16T18:46:22.586Z Compiling zerofrom v0.1.6
17102026-03-16T18:46:22.673Z Compiling thiserror-impl v1.0.69
17112026-03-16T18:46:22.689Z Compiling tracing-attributes v0.1.30
17122026-03-16T18:46:22.753Z Compiling yoke v0.8.0
17132026-03-16T18:46:22.849Z Compiling serde v1.0.228
17142026-03-16T18:46:23.011Z Compiling zerovec v0.11.4
17152026-03-16T18:46:23.090Z Compiling zerocopy v0.8.27
17162026-03-16T18:46:23.438Z Compiling zerotrie v0.2.2
17172026-03-16T18:46:23.576Z Compiling bytes v1.11.1
17182026-03-16T18:46:23.700Z Compiling serde_tokenstream v0.2.3
17192026-03-16T18:46:23.843Z Compiling chrono v0.4.43
17202026-03-16T18:46:24.074Z Compiling tinystr v0.8.1
17212026-03-16T18:46:24.092Z Compiling potential_utf v0.1.3
17222026-03-16T18:46:24.169Z Compiling pest v2.8.2
17232026-03-16T18:46:24.254Z Compiling icu_collections v2.0.0
17242026-03-16T18:46:24.303Z Compiling icu_locale_core v2.0.0
17252026-03-16T18:46:24.345Z Compiling http v1.4.0
17262026-03-16T18:46:24.375Z Compiling cexpr v0.6.0
17272026-03-16T18:46:25.165Z Compiling icu_provider v2.0.0
17282026-03-16T18:46:25.218Z Compiling schemars v0.8.22
17292026-03-16T18:46:25.363Z Compiling scroll_derive v0.13.1
17302026-03-16T18:46:25.504Z Compiling icu_normalizer v2.0.0
17312026-03-16T18:46:25.588Z Compiling icu_properties v2.0.1
17322026-03-16T18:46:25.693Z Compiling pest_meta v2.8.2
17332026-03-16T18:46:25.991Z Compiling futures-io v0.3.31
17342026-03-16T18:46:26.056Z Compiling futures-task v0.3.31
17352026-03-16T18:46:26.203Z Compiling async-trait v0.1.89
17362026-03-16T18:46:26.352Z Compiling thiserror v1.0.69
17372026-03-16T18:46:26.486Z Compiling socket2 v0.6.0
17382026-03-16T18:46:26.534Z Compiling scroll v0.13.0
17392026-03-16T18:46:26.856Z Compiling pest_generator v2.8.2
17402026-03-16T18:46:26.902Z Compiling idna_adapter v1.2.1
17412026-03-16T18:46:27.094Z Compiling idna v1.1.0
17422026-03-16T18:46:27.110Z Compiling goblin v0.10.1
17432026-03-16T18:46:27.570Z Compiling url v2.5.7
17442026-03-16T18:46:27.717Z Compiling parking_lot_core v0.9.11
17452026-03-16T18:46:27.734Z Compiling pest_derive v2.8.2
17462026-03-16T18:46:27.925Z Compiling signal-hook-registry v1.4.6
17472026-03-16T18:46:28.106Z Compiling parking_lot v0.12.4
17482026-03-16T18:46:28.122Z Compiling mio v1.0.4
17492026-03-16T18:46:28.436Z Compiling thread-id v5.0.0
17502026-03-16T18:46:28.497Z Compiling dtrace-parser v0.3.0
17512026-03-16T18:46:28.542Z Compiling tokio v1.49.0
17522026-03-16T18:46:28.558Z Compiling openapiv3 v2.2.0
17532026-03-16T18:46:28.846Z Compiling daft-derive v0.1.4
17542026-03-16T18:46:28.998Z Compiling darling_core v0.21.3
17552026-03-16T18:46:29.829Z Compiling typify-impl v0.4.3
17562026-03-16T18:46:30.346Z Compiling serde_yaml v0.9.34+deprecated
17572026-03-16T18:46:31.653Z Compiling aws-lc-sys v0.31.0
17582026-03-16T18:46:31.958Z Compiling dof v0.4.0
17592026-03-16T18:46:32.094Z Compiling darling_macro v0.21.3
17602026-03-16T18:46:32.184Z Compiling ppv-lite86 v0.2.21
17612026-03-16T18:46:32.286Z Compiling bitflags v2.9.4
17622026-03-16T18:46:32.599Z Compiling usdt-impl v0.6.0
17632026-03-16T18:46:32.645Z Compiling openssl-macros v0.1.1
17642026-03-16T18:46:32.835Z Compiling darling v0.21.3
17652026-03-16T18:46:32.942Z Compiling getrandom v0.2.16
17662026-03-16T18:46:33.188Z Compiling base64 v0.22.1
17672026-03-16T18:46:33.255Z Compiling http-body v1.0.1
17682026-03-16T18:46:33.465Z Compiling erased-serde v0.3.31
17692026-03-16T18:46:33.482Z Compiling typenum v1.18.0
17702026-03-16T18:46:33.533Z Compiling portable-atomic v1.11.1
17712026-03-16T18:46:33.648Z Compiling atomic-waker v1.1.2
17722026-03-16T18:46:33.812Z Compiling ipnet v2.11.0
17732026-03-16T18:46:33.885Z Compiling usdt-macro v0.6.0
17742026-03-16T18:46:34.202Z Compiling usdt-attr-macro v0.6.0
17752026-03-16T18:46:34.219Z Compiling anyhow v1.0.100
17762026-03-16T18:46:34.281Z Compiling httparse v1.10.1
17772026-03-16T18:46:34.533Z Compiling critical-section v1.2.0
17782026-03-16T18:46:34.676Z Compiling untrusted v0.9.0
17792026-03-16T18:46:34.698Z Compiling tower-service v0.3.3
17802026-03-16T18:46:34.742Z Compiling tower-layer v0.3.3
17812026-03-16T18:46:34.816Z Compiling once_cell v1.21.3
17822026-03-16T18:46:34.954Z Compiling zeroize v1.8.1
17832026-03-16T18:46:35.324Z Compiling try-lock v0.2.5
17842026-03-16T18:46:35.465Z Compiling want v0.3.1
17852026-03-16T18:46:35.631Z Compiling httpdate v1.0.3
17862026-03-16T18:46:35.821Z Compiling structmeta-derive v0.3.0
17872026-03-16T18:46:36.002Z Compiling newtype-uuid-macros v0.1.0
17882026-03-16T18:46:36.814Z Compiling strum_macros v0.26.4
17892026-03-16T18:46:37.280Z Compiling structmeta v0.3.0
17902026-03-16T18:46:37.635Z Compiling async-stream-impl v0.3.6
17912026-03-16T18:46:37.720Z Compiling powerfmt v0.2.0
17922026-03-16T18:46:37.996Z Compiling deranged v0.5.3
17932026-03-16T18:46:38.309Z Compiling num_threads v0.1.7
17942026-03-16T18:46:38.423Z Compiling typify-macro v0.4.3
17952026-03-16T18:46:38.473Z Compiling omicron-workspace-hack v0.1.0
17962026-03-16T18:46:38.476Z Compiling dropshot_endpoint v0.16.7
17972026-03-16T18:46:38.562Z Compiling http-body-util v0.1.3
17982026-03-16T18:46:38.748Z Compiling ref-cast-impl v1.0.25
17992026-03-16T18:46:38.881Z Compiling derive-ex v0.1.8
18002026-03-16T18:46:39.506Z Compiling serde_urlencoded v0.7.1
18012026-03-16T18:46:39.546Z Compiling strum_macros v0.27.2
18022026-03-16T18:46:39.700Z Compiling sync_wrapper v1.0.2
18032026-03-16T18:46:39.839Z Compiling serde_with_macros v3.14.1
18042026-03-16T18:46:39.842Z Compiling subtle v2.6.1
18052026-03-16T18:46:40.066Z Compiling iri-string v0.7.8
18062026-03-16T18:46:40.783Z Compiling rand_core v0.6.4
18072026-03-16T18:46:41.104Z Compiling test-strategy v0.4.3
18082026-03-16T18:46:41.157Z Compiling futures-util v0.3.31
18092026-03-16T18:46:41.195Z Compiling typify v0.4.3
18102026-03-16T18:46:41.316Z Compiling progenitor-impl v0.11.1
18112026-03-16T18:46:41.412Z Compiling thread_local v1.1.9
18122026-03-16T18:46:42.159Z Compiling match_cfg v0.1.0
18132026-03-16T18:46:42.254Z Compiling parse-display-derive v0.10.0
18142026-03-16T18:46:42.357Z Compiling tracing-core v0.1.34
18152026-03-16T18:46:42.406Z Compiling toml_datetime v0.6.11
18162026-03-16T18:46:42.579Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18172026-03-16T18:46:42.759Z Compiling take_mut v0.2.2
18182026-03-16T18:46:42.905Z Compiling term v1.2.0
18192026-03-16T18:46:43.169Z Compiling tracing v0.1.41
18202026-03-16T18:46:43.568Z Compiling camino v1.2.2
18212026-03-16T18:46:43.960Z Compiling clap_derive v4.5.49
18222026-03-16T18:46:44.142Z Compiling cpufeatures v0.2.17
18232026-03-16T18:46:44.238Z Compiling fastrand v2.3.0
18242026-03-16T18:46:44.453Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18252026-03-16T18:46:44.553Z Compiling encoding_rs v0.8.35
18262026-03-16T18:46:44.595Z Compiling unicode-width v0.2.1
18272026-03-16T18:46:44.699Z Compiling mime v0.3.17
18282026-03-16T18:46:45.383Z Compiling errno v0.3.14
18292026-03-16T18:46:45.582Z Compiling generic-array v0.14.7
18302026-03-16T18:46:46.147Z Compiling progenitor-macro v0.11.1
18312026-03-16T18:46:46.379Z Compiling hex v0.4.3
18322026-03-16T18:46:46.918Z Compiling ipnetwork v0.21.1
18332026-03-16T18:46:46.994Z Compiling crossbeam-utils v0.8.21
18342026-03-16T18:46:47.293Z Compiling rustix v1.1.2
18352026-03-16T18:46:47.501Z Compiling slog v2.8.2
18362026-03-16T18:46:47.653Z Compiling tokio-util v0.7.16
18372026-03-16T18:46:47.700Z Compiling winnow v0.7.14
18382026-03-16T18:46:48.160Z Compiling crypto-common v0.1.6
18392026-03-16T18:46:48.329Z Compiling rand_core v0.9.3
18402026-03-16T18:46:48.609Z Compiling h2 v0.4.12
18412026-03-16T18:46:48.625Z Compiling oxnet v0.1.4
18422026-03-16T18:46:49.033Z Compiling itertools v0.14.0
18432026-03-16T18:46:49.628Z Compiling rand_chacha v0.9.0
18442026-03-16T18:46:50.280Z Compiling rand v0.9.2
18452026-03-16T18:46:50.744Z Compiling rustls-pki-types v1.12.0
18462026-03-16T18:46:51.107Z Compiling spin v0.9.8
18472026-03-16T18:46:51.264Z Compiling debug-ignore v1.0.5
18482026-03-16T18:46:51.495Z Compiling hyper v1.8.1
18492026-03-16T18:46:51.545Z Compiling quick-error v1.2.3
18502026-03-16T18:46:51.689Z Compiling toml_parser v1.0.6+spec-1.1.0
18512026-03-16T18:46:52.046Z Compiling tabwriter v1.4.1
18522026-03-16T18:46:52.366Z Compiling serde_spanned v1.0.4
18532026-03-16T18:46:52.571Z Compiling toml_datetime v0.7.5+spec-1.1.0
18542026-03-16T18:46:52.630Z Compiling colored v3.0.0
18552026-03-16T18:46:52.932Z Compiling hyper-util v0.1.19
18562026-03-16T18:46:53.037Z Compiling lazy_static v1.5.0
18572026-03-16T18:46:53.148Z Compiling toml_writer v1.0.6+spec-1.1.0
18582026-03-16T18:46:53.166Z Compiling bit-vec v0.8.0
18592026-03-16T18:46:53.218Z Compiling time v0.3.44
18602026-03-16T18:46:53.371Z Compiling toml v0.9.11+spec-1.1.0
18612026-03-16T18:46:53.441Z Compiling bit-set v0.8.0
18622026-03-16T18:46:53.478Z Compiling strum v0.26.3
18632026-03-16T18:46:53.534Z Compiling async-stream v0.3.6
18642026-03-16T18:46:53.639Z Compiling ring v0.17.14
18652026-03-16T18:46:53.656Z Compiling waitgroup v0.1.2
18662026-03-16T18:46:53.754Z Compiling serde_path_to_error v0.1.20
18672026-03-16T18:46:53.835Z Compiling unarray v0.1.4
18682026-03-16T18:46:53.857Z Compiling anstyle v1.0.11
18692026-03-16T18:46:53.975Z Compiling crossbeam-channel v0.5.15
18702026-03-16T18:46:54.153Z Compiling block-buffer v0.10.4
18712026-03-16T18:46:54.225Z Compiling macaddr v1.0.1
18722026-03-16T18:46:54.340Z Compiling utf8parse v0.2.2
18732026-03-16T18:46:54.482Z Compiling anstyle-parse v0.2.7
18742026-03-16T18:46:54.527Z Compiling digest v0.10.7
18752026-03-16T18:46:54.733Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18762026-03-16T18:46:54.806Z Compiling ref-cast v1.0.25
18772026-03-16T18:46:54.901Z Compiling anstyle-query v1.1.4
18782026-03-16T18:46:54.940Z Compiling is_terminal_polyfill v1.70.1
18792026-03-16T18:46:54.970Z Compiling colorchoice v1.0.4
18802026-03-16T18:46:55.058Z Compiling strum v0.27.2
18812026-03-16T18:46:55.117Z Compiling anstream v0.6.20
18822026-03-16T18:46:55.133Z Compiling is-terminal v0.4.16
18832026-03-16T18:46:55.250Z Compiling clap_lex v0.7.5
18842026-03-16T18:46:55.525Z Compiling slog-term v2.9.2
18852026-03-16T18:46:55.548Z Compiling slog-json v2.6.1
18862026-03-16T18:46:55.579Z Compiling slog-async v2.8.0
18872026-03-16T18:46:55.705Z Compiling tower v0.5.2
18882026-03-16T18:46:55.802Z Compiling hostname v0.3.1
18892026-03-16T18:46:56.392Z Compiling tower-http v0.6.8
18902026-03-16T18:46:56.395Z Compiling slog-bunyan v2.5.0
18912026-03-16T18:46:56.882Z Compiling futures-executor v0.3.31
18922026-03-16T18:46:56.975Z Compiling instant v0.1.13
18932026-03-16T18:46:57.114Z Compiling futures v0.3.31
18942026-03-16T18:46:57.221Z Compiling openssl-sys v0.9.109
18952026-03-16T18:46:58.151Z Compiling memmap2 v0.9.8
18962026-03-16T18:46:58.350Z Compiling untrusted v0.7.1
18972026-03-16T18:46:58.392Z Compiling foreign-types-shared v0.1.1
18982026-03-16T18:46:58.504Z Compiling foreign-types v0.3.2
18992026-03-16T18:46:58.521Z Compiling tempfile v3.23.0
19002026-03-16T18:46:59.078Z Compiling openssl-probe v0.1.6
19012026-03-16T18:46:59.488Z Compiling openssl v0.10.73
19022026-03-16T18:46:59.921Z Compiling either v1.15.0
19032026-03-16T18:47:00.272Z Compiling webpki-roots v1.0.2
19042026-03-16T18:47:01.023Z Compiling usdt v0.6.0
19052026-03-16T18:47:01.342Z Compiling newtype-uuid v1.3.2
19062026-03-16T18:47:02.663Z Compiling daft v0.1.4
19072026-03-16T18:47:02.710Z Compiling native-tls v0.2.14
19082026-03-16T18:47:03.028Z Compiling tokio-native-tls v0.3.1
19092026-03-16T18:47:03.249Z Compiling hyper-tls v0.6.0
19102026-03-16T18:47:03.754Z Compiling rustls-webpki v0.102.8
19112026-03-16T18:47:04.786Z Compiling rustls v0.22.4
19122026-03-16T18:47:05.998Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19132026-03-16T18:47:06.963Z Compiling sha1 v0.10.6
19142026-03-16T18:47:07.001Z Compiling multer v3.1.0
19152026-03-16T18:47:07.408Z Compiling tokio-rustls v0.25.0
19162026-03-16T18:47:07.680Z Compiling rustls-pemfile v2.2.0
19172026-03-16T18:47:07.703Z Compiling terminal_size v0.4.3
19182026-03-16T18:47:07.934Z Compiling rand_chacha v0.3.1
19192026-03-16T18:47:08.484Z Compiling hostname v0.4.2
19202026-03-16T18:47:08.587Z Compiling wait-timeout v0.2.1
19212026-03-16T18:47:08.985Z Compiling rusty-fork v0.3.0
19222026-03-16T18:47:09.474Z Compiling dropshot v0.16.7
19232026-03-16T18:47:09.992Z Compiling rand v0.8.5
19242026-03-16T18:47:10.124Z Compiling rustls-webpki v0.103.6
19252026-03-16T18:47:10.872Z Compiling rand_xorshift v0.4.0
19262026-03-16T18:47:11.197Z Compiling proptest v1.8.0
19272026-03-16T18:47:11.284Z Compiling rustls v0.23.32
19282026-03-16T18:47:13.333Z Compiling aws-lc-rs v1.14.0
19292026-03-16T18:47:13.511Z Compiling clap_builder v4.5.50
19302026-03-16T18:47:14.354Z Compiling hubpack_derive v0.1.1
19312026-03-16T18:47:15.930Z Compiling clap v4.5.50
19322026-03-16T18:47:16.140Z Compiling tokio-rustls v0.26.3
19332026-03-16T18:47:16.685Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19342026-03-16T18:47:17.572Z Compiling serde_spanned v0.6.9
19352026-03-16T18:47:17.714Z Compiling winnow v0.5.40
19362026-03-16T18:47:17.866Z Compiling hyper-rustls v0.27.7
19372026-03-16T18:47:18.728Z Compiling serde_with v3.14.1
19382026-03-16T18:47:18.923Z Compiling reqwest v0.12.23
19392026-03-16T18:47:19.192Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19402026-03-16T18:47:19.691Z Compiling rustc-hash v2.1.1
19412026-03-16T18:47:19.853Z Compiling iddqd v0.3.17
19422026-03-16T18:47:21.015Z Compiling backoff v0.4.0
19432026-03-16T18:47:21.410Z Compiling parse-display v0.10.0
19442026-03-16T18:47:21.527Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19452026-03-16T18:47:21.824Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19462026-03-16T18:47:23.466Z Compiling progenitor-client v0.11.1
19472026-03-16T18:47:23.540Z Compiling progenitor-client v0.10.0
19482026-03-16T18:47:23.862Z Compiling progenitor v0.11.1
19492026-03-16T18:47:24.039Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19502026-03-16T18:47:25.603Z Compiling num-derive v0.3.3
19512026-03-16T18:47:26.643Z Compiling toml_write v0.1.2
19522026-03-16T18:47:27.280Z Compiling toml_edit v0.22.27
19532026-03-16T18:47:28.054Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19542026-03-16T18:47:29.806Z Compiling toml_edit v0.19.15
19552026-03-16T18:47:30.285Z Compiling num-integer v0.1.46
19562026-03-16T18:47:30.647Z Compiling float-ord v0.3.2
19572026-03-16T18:47:30.793Z Compiling toml v0.8.23
19582026-03-16T18:47:31.407Z Compiling proc-macro-crate v1.3.1
19592026-03-16T18:47:33.411Z Compiling num-iter v0.1.45
19602026-03-16T18:47:33.570Z Compiling num-rational v0.4.2
19612026-03-16T18:47:34.953Z Compiling num-complex v0.4.6
19622026-03-16T18:47:36.239Z Compiling num v0.4.3
19632026-03-16T18:47:40.457Z Compiling zerocopy-derive v0.7.35
19642026-03-16T18:47:41.098Z Compiling ingot-macros v0.1.1
19652026-03-16T18:47:41.269Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19662026-03-16T18:47:41.662Z Compiling scroll_derive v0.12.1
19672026-03-16T18:47:42.370Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19682026-03-16T18:47:43.042Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19692026-03-16T18:47:43.363Z Compiling zerocopy v0.7.35
19702026-03-16T18:47:44.943Z Compiling num_enum_derive v0.7.5
19712026-03-16T18:47:45.305Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19722026-03-16T18:47:46.458Z Compiling memoffset v0.9.1
19732026-03-16T18:47:46.794Z Compiling foreign-types-macros v0.2.3
19742026-03-16T18:47:47.623Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19752026-03-16T18:47:48.303Z Compiling nix v0.30.1
19762026-03-16T18:47:49.220Z Compiling libscf-sys v1.1.0
19772026-03-16T18:47:49.918Z Compiling proc-macro-error-attr2 v2.0.0
19782026-03-16T18:47:50.128Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19792026-03-16T18:47:50.153Z Compiling proc-macro-error-attr v1.0.4
19802026-03-16T18:47:50.484Z Compiling proc-macro-error2 v2.0.1
19812026-03-16T18:47:50.651Z Compiling dtrace-parser v0.2.0
19822026-03-16T18:47:50.673Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19832026-03-16T18:47:50.752Z Compiling proc-macro-error v1.0.4
19842026-03-16T18:47:50.844Z Compiling tabled_derive v0.11.0
19852026-03-16T18:47:51.283Z Compiling dof v0.3.0
19862026-03-16T18:47:51.396Z Compiling num_enum_derive v0.5.11
19872026-03-16T18:47:51.792Z Compiling hubpack v0.1.2
19882026-03-16T18:47:52.093Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19892026-03-16T18:47:52.126Z Compiling thread-id v4.2.2
19902026-03-16T18:47:52.659Z Compiling static_assertions v1.1.0
19912026-03-16T18:47:52.757Z Compiling usdt-impl v0.5.0
19922026-03-16T18:47:53.853Z Compiling derive_more v0.99.20
19932026-03-16T18:47:55.605Z Compiling bytecount v0.6.9
19942026-03-16T18:47:56.487Z Compiling usdt-attr-macro v0.5.0
19952026-03-16T18:47:57.112Z Compiling usdt-macro v0.5.0
19962026-03-16T18:47:57.755Z Compiling zone_cfg_derive v0.3.1
19972026-03-16T18:47:57.807Z Compiling num-derive v0.4.2
19982026-03-16T18:47:58.114Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
19992026-03-16T18:47:58.667Z Compiling rustc_version v0.4.1
20002026-03-16T18:47:58.738Z Compiling crossbeam-epoch v0.9.18
20012026-03-16T18:47:59.045Z Compiling papergrid v0.17.0
20022026-03-16T18:47:59.074Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20032026-03-16T18:47:59.078Z Compiling testing_table v0.3.0
20042026-03-16T18:47:59.214Z Compiling enum-as-inner v0.6.1
20052026-03-16T18:47:59.289Z Compiling curve25519-dalek v4.1.3
20062026-03-16T18:47:59.533Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20072026-03-16T18:47:59.764Z Compiling crossbeam-deque v0.8.6
20082026-03-16T18:48:00.022Z Compiling typify-impl v0.6.1
20092026-03-16T18:48:00.100Z Compiling thiserror-impl-no-std v2.0.2
20102026-03-16T18:48:00.430Z Compiling tabled v0.20.0
20112026-03-16T18:48:00.916Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20122026-03-16T18:48:01.078Z Compiling curve25519-dalek-derive v0.1.1
20132026-03-16T18:48:01.706Z Compiling rayon-core v1.13.0
20142026-03-16T18:48:01.970Z Compiling scroll v0.12.0
20152026-03-16T18:48:02.346Z Compiling hash32 v0.3.1
20162026-03-16T18:48:02.485Z Compiling goblin v0.8.2
20172026-03-16T18:48:02.553Z Compiling heapless v0.8.0
20182026-03-16T18:48:02.739Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20192026-03-16T18:48:03.157Z Compiling ingot-types v0.1.2
20202026-03-16T18:48:03.508Z Compiling cobs v0.3.0
20212026-03-16T18:48:03.692Z Compiling managed v0.8.0
20222026-03-16T18:48:03.772Z Compiling bitflags v1.3.2
20232026-03-16T18:48:03.804Z Compiling foreign-types-shared v0.3.1
20242026-03-16T18:48:03.875Z Compiling postcard v1.1.3
20252026-03-16T18:48:03.931Z Compiling smoltcp v0.11.0
20262026-03-16T18:48:03.984Z Compiling foreign-types v0.5.0
20272026-03-16T18:48:04.342Z Compiling ingot v0.1.1
20282026-03-16T18:48:04.482Z Compiling num_enum v0.7.5
20292026-03-16T18:48:04.641Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20302026-03-16T18:48:04.804Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20312026-03-16T18:48:04.930Z Compiling camino-tempfile v1.4.1
20322026-03-16T18:48:05.050Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20332026-03-16T18:48:05.202Z Compiling serde_repr v0.1.20
20342026-03-16T18:48:05.246Z Compiling derive-where v1.6.0
20352026-03-16T18:48:05.580Z Compiling cstr-argument v0.1.2
20362026-03-16T18:48:06.641Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20372026-03-16T18:48:07.005Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20382026-03-16T18:48:07.612Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20392026-03-16T18:48:07.860Z Compiling rayon v1.11.0
20402026-03-16T18:48:08.228Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20412026-03-16T18:48:08.257Z Compiling crucible-workspace-hack v0.1.0
20422026-03-16T18:48:09.672Z Compiling typify-macro v0.6.1
20432026-03-16T18:48:09.677Z Compiling memmap v0.7.0
20442026-03-16T18:48:09.677Z Compiling tinyvec_macros v0.1.1
20452026-03-16T18:48:09.677Z Compiling tinyvec v1.10.0
20462026-03-16T18:48:09.678Z Compiling usdt v0.5.0
20472026-03-16T18:48:09.711Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20482026-03-16T18:48:09.807Z Compiling num_enum v0.5.11
20492026-03-16T18:48:10.302Z Compiling pin-project-internal v1.1.10
20502026-03-16T18:48:11.618Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20512026-03-16T18:48:11.703Z Compiling typify v0.6.1
20522026-03-16T18:48:11.827Z Compiling progenitor-impl v0.13.0
20532026-03-16T18:48:11.869Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20542026-03-16T18:48:12.176Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20552026-03-16T18:48:12.326Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20562026-03-16T18:48:12.686Z Compiling rustix v0.38.44
20572026-03-16T18:48:13.006Z Compiling itertools v0.12.1
20582026-03-16T18:48:13.161Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20592026-03-16T18:48:13.211Z Compiling progenitor-impl v0.10.0
20602026-03-16T18:48:13.684Z Compiling sigpipe v0.1.3
20612026-03-16T18:48:13.801Z Compiling jiff v0.2.15
20622026-03-16T18:48:13.869Z Compiling const_format_proc_macros v0.2.34
20632026-03-16T18:48:14.209Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20642026-03-16T18:48:14.407Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20652026-03-16T18:48:14.540Z Compiling zone v0.3.1
20662026-03-16T18:48:15.492Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20672026-03-16T18:48:15.859Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20682026-03-16T18:48:16.630Z Compiling secrecy v0.10.3
20692026-03-16T18:48:16.710Z Compiling progenitor-macro v0.13.0
20702026-03-16T18:48:16.744Z Compiling smf v0.2.3
20712026-03-16T18:48:16.847Z Compiling async-recursion v1.1.1
20722026-03-16T18:48:17.467Z Compiling snafu-derive v0.8.9
20732026-03-16T18:48:17.677Z Compiling bstr v1.12.0
20742026-03-16T18:48:17.952Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20752026-03-16T18:48:18.008Z Compiling progenitor-macro v0.10.0
20762026-03-16T18:48:18.226Z Compiling whoami v1.6.1
20772026-03-16T18:48:18.646Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20782026-03-16T18:48:21.023Z Compiling hmac v0.12.1
20792026-03-16T18:48:21.428Z Compiling inout v0.1.4
20802026-03-16T18:48:21.634Z Compiling ff v0.13.1
20812026-03-16T18:48:21.763Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20822026-03-16T18:48:22.477Z Compiling data-encoding v2.9.0
20832026-03-16T18:48:22.509Z Compiling crc8 v0.1.1
20842026-03-16T18:48:22.699Z Compiling group v0.13.0
20852026-03-16T18:48:22.851Z Compiling cipher v0.4.4
20862026-03-16T18:48:23.159Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20872026-03-16T18:48:23.811Z Compiling hkdf v0.12.4
20882026-03-16T18:48:24.013Z Compiling atomicwrites v0.4.4
20892026-03-16T18:48:24.037Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20902026-03-16T18:48:24.087Z Compiling tokio-dtrace v0.1.1
20912026-03-16T18:48:24.290Z Compiling tabled_derive v0.7.0
20922026-03-16T18:48:24.619Z Compiling reqwest v0.13.2
20932026-03-16T18:48:24.998Z Compiling universal-hash v0.5.1
20942026-03-16T18:48:25.173Z Compiling crypto-bigint v0.5.5
20952026-03-16T18:48:25.259Z Compiling dropshot-api-manager-types v0.5.2
20962026-03-16T18:48:25.575Z Compiling half v2.7.1
20972026-03-16T18:48:26.077Z Compiling base16ct v0.2.0
20982026-03-16T18:48:26.302Z Compiling opaque-debug v0.3.1
20992026-03-16T18:48:26.402Z Compiling ciborium-io v0.2.2
21002026-03-16T18:48:26.405Z Compiling indent_write v2.2.0
21012026-03-16T18:48:26.536Z Compiling base64ct v1.8.0
21022026-03-16T18:48:26.604Z Compiling ciborium-ll v0.2.2
21032026-03-16T18:48:26.735Z Compiling poly1305 v0.8.0
21042026-03-16T18:48:26.904Z Compiling password-hash v0.5.0
21052026-03-16T18:48:26.944Z Compiling elliptic-curve v0.13.8
21062026-03-16T18:48:27.033Z Compiling progenitor-client v0.13.0
21072026-03-16T18:48:27.678Z Compiling oxide-tokio-rt v0.1.2
21082026-03-16T18:48:27.930Z Compiling chacha20 v0.9.1
21092026-03-16T18:48:28.033Z Compiling similar v2.7.0
21102026-03-16T18:48:28.083Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21112026-03-16T18:48:29.236Z Compiling thiserror-no-std v2.0.2
21122026-03-16T18:48:29.553Z Compiling blake2 v0.10.6
21132026-03-16T18:48:29.848Z Compiling aead v0.5.2
21142026-03-16T18:48:30.052Z Compiling keccak v0.1.5
21152026-03-16T18:48:30.243Z Compiling linked-hash-map v0.5.6
21162026-03-16T18:48:30.264Z Compiling resolv-conf v0.7.5
21172026-03-16T18:48:30.638Z Compiling lru-cache v0.1.2
21182026-03-16T18:48:30.682Z Compiling sha3 v0.10.8
21192026-03-16T18:48:30.752Z Compiling chacha20poly1305 v0.10.1
21202026-03-16T18:48:30.803Z Compiling argon2 v0.5.3
21212026-03-16T18:48:30.946Z Compiling vsss-rs v3.3.4
21222026-03-16T18:48:31.508Z Compiling progenitor v0.13.0
21232026-03-16T18:48:31.565Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21242026-03-16T18:48:31.931Z Compiling ciborium v0.2.2
21252026-03-16T18:48:31.994Z Compiling hickory-proto v0.24.4
21262026-03-16T18:48:32.893Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21272026-03-16T18:48:33.377Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21282026-03-16T18:48:33.431Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21292026-03-16T18:48:33.569Z Compiling serde-big-array v0.5.1
21302026-03-16T18:48:33.764Z Compiling unicode-segmentation v1.12.0
21312026-03-16T18:48:34.110Z Compiling siphasher v1.0.1
21322026-03-16T18:48:34.154Z Compiling same-file v1.0.6
21332026-03-16T18:48:34.385Z Compiling phf_shared v0.12.1
21342026-03-16T18:48:34.388Z Compiling walkdir v2.5.0
21352026-03-16T18:48:34.506Z Compiling hickory-resolver v0.24.4
21362026-03-16T18:48:34.591Z Compiling newline-converter v0.3.0
21372026-03-16T18:48:34.795Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21382026-03-16T18:48:34.798Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21392026-03-16T18:48:35.832Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21402026-03-16T18:48:36.592Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21412026-03-16T18:48:36.985Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
21422026-03-16T18:48:37.542Z Compiling newtype_derive v0.1.6
21432026-03-16T18:48:37.645Z Compiling owo-colors v4.3.0
21442026-03-16T18:48:37.713Z Compiling tokio-stream v0.1.17
21452026-03-16T18:48:38.138Z Compiling console v0.15.11
21462026-03-16T18:48:38.326Z Compiling csv-core v0.1.12
21472026-03-16T18:48:38.614Z Compiling foldhash v0.1.5
21482026-03-16T18:48:38.666Z Compiling smawk v0.3.2
21492026-03-16T18:48:38.758Z Compiling unicode-linebreak v0.1.5
21502026-03-16T18:48:38.848Z Compiling unicode-width v0.1.14
21512026-03-16T18:48:39.036Z Compiling termtree v0.5.1
21522026-03-16T18:48:39.062Z Compiling swrite v0.1.0
21532026-03-16T18:48:39.087Z Compiling textwrap v0.16.2
21542026-03-16T18:48:39.233Z Compiling hashbrown v0.15.5
21552026-03-16T18:48:39.236Z Compiling expectorate v1.2.0
21562026-03-16T18:48:39.264Z Compiling csv v1.3.1
21572026-03-16T18:48:39.800Z Compiling qorb v0.4.1
21582026-03-16T18:48:39.821Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21592026-03-16T18:48:40.046Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21602026-03-16T18:48:42.684Z Compiling phf v0.12.1
21612026-03-16T18:48:42.731Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21622026-03-16T18:48:42.893Z Compiling pin-project v1.1.10
21632026-03-16T18:48:43.028Z Compiling unicode-normalization v0.1.24
21642026-03-16T18:48:43.070Z Compiling libz-sys v1.1.22
21652026-03-16T18:48:43.217Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21662026-03-16T18:48:44.550Z Compiling libsw-core v0.3.2
21672026-03-16T18:48:44.779Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21682026-03-16T18:48:45.151Z Compiling fixedbitset v0.5.7
21692026-03-16T18:48:45.246Z Compiling highway v1.3.0
21702026-03-16T18:48:45.604Z Compiling fixedbitset v0.4.2
21712026-03-16T18:48:45.953Z Compiling petgraph v0.6.5
21722026-03-16T18:48:45.969Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21732026-03-16T18:48:46.613Z Compiling progenitor v0.10.0
21742026-03-16T18:48:46.808Z Compiling petgraph v0.8.2
21752026-03-16T18:48:47.391Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21762026-03-16T18:48:48.626Z Compiling libsw v3.5.0
21772026-03-16T18:48:48.865Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-03-16T18:48:48.892Z Compiling olpc-cjson v0.1.4
21792026-03-16T18:48:49.055Z Compiling libgit2-sys v0.17.0+1.8.1
21802026-03-16T18:48:49.223Z Compiling snafu v0.8.9
21812026-03-16T18:48:49.749Z Compiling chrono-tz v0.10.4
21822026-03-16T18:48:49.776Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21832026-03-16T18:48:50.027Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21842026-03-16T18:48:50.788Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21852026-03-16T18:48:51.275Z Compiling papergrid v0.11.0
21862026-03-16T18:48:52.278Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21872026-03-16T18:48:52.532Z Compiling globset v0.4.16
21882026-03-16T18:48:52.627Z Compiling const_format v0.2.34
21892026-03-16T18:48:53.085Z Compiling slog-dtrace v0.3.0
21902026-03-16T18:48:53.344Z Compiling cancel-safe-futures v0.1.5
21912026-03-16T18:48:53.515Z Compiling gethostname v0.5.0
21922026-03-16T18:48:53.726Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21932026-03-16T18:48:54.275Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21942026-03-16T18:48:55.059Z Compiling pem v3.0.5
21952026-03-16T18:48:55.135Z Compiling bcs v0.1.6
21962026-03-16T18:48:55.575Z Compiling cargo-platform v0.1.9
21972026-03-16T18:48:55.588Z Compiling serde_plain v1.0.2
21982026-03-16T18:48:55.671Z Compiling linear-map v1.2.0
21992026-03-16T18:48:56.171Z Compiling typed-path v0.9.3
22002026-03-16T18:48:56.440Z Compiling tagptr v0.2.0
22012026-03-16T18:48:56.654Z Compiling moka v0.12.11
22022026-03-16T18:48:57.567Z Compiling tough v0.20.0
22032026-03-16T18:48:59.209Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-03-16T18:48:59.776Z Compiling cargo_metadata v0.18.1
22052026-03-16T18:49:00.472Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22062026-03-16T18:49:01.316Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22072026-03-16T18:49:01.400Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22082026-03-16T18:49:01.473Z Compiling tabled v0.15.0
22092026-03-16T18:49:01.748Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22102026-03-16T18:49:02.016Z Compiling git2 v0.19.0
22112026-03-16T18:49:04.436Z Compiling steno v0.4.1
22122026-03-16T18:49:05.573Z Compiling hickory-proto v0.25.2
22132026-03-16T18:49:05.766Z Compiling cookie v0.18.1
22142026-03-16T18:49:08.212Z Compiling humantime v2.3.0
22152026-03-16T18:49:08.457Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-03-16T18:49:08.590Z Compiling hickory-resolver v0.25.2
22172026-03-16T18:49:11.704Z Compiling vergen v8.3.2
22182026-03-16T18:49:14.238Z Compiling signal-hook v0.3.18
22192026-03-16T18:49:15.161Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22202026-03-16T18:49:15.282Z Compiling mockall_derive v0.13.1
22212026-03-16T18:49:15.729Z Compiling predicates-core v1.0.9
22222026-03-16T18:49:16.281Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22232026-03-16T18:49:16.382Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-03-16T18:49:17.271Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22252026-03-16T18:49:18.428Z Compiling sha2 v0.10.9
22262026-03-16T18:49:18.444Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22272026-03-16T18:49:18.957Z Compiling adler2 v2.0.1
22282026-03-16T18:49:19.312Z Compiling diff v0.1.13
22292026-03-16T18:49:19.355Z Compiling yansi v1.0.1
22302026-03-16T18:49:19.513Z Compiling miniz_oxide v0.8.9
22312026-03-16T18:49:19.726Z Compiling pretty_assertions v1.4.1
22322026-03-16T18:49:20.017Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22332026-03-16T18:49:20.435Z Compiling fs-err v3.1.2
22342026-03-16T18:49:21.639Z Compiling crc32fast v1.5.0
22352026-03-16T18:49:21.919Z Compiling predicates-tree v1.0.12
22362026-03-16T18:49:22.276Z Compiling predicates v3.1.3
22372026-03-16T18:49:23.094Z Compiling git-stub v1.0.0
22382026-03-16T18:49:23.461Z Compiling filetime v0.2.26
22392026-03-16T18:49:23.710Z Compiling downcast v0.11.0
22402026-03-16T18:49:23.908Z Compiling is_ci v1.2.0
22412026-03-16T18:49:24.103Z Compiling xattr v1.6.1
22422026-03-16T18:49:24.339Z Compiling arrayref v0.3.9
22432026-03-16T18:49:24.422Z Compiling arrayvec v0.7.6
22442026-03-16T18:49:24.447Z Compiling constant_time_eq v0.3.1
22452026-03-16T18:49:24.601Z Compiling fragile v2.0.1
22462026-03-16T18:49:24.705Z Compiling blake3 v1.8.2
22472026-03-16T18:49:25.014Z Compiling toml v0.7.8
22482026-03-16T18:49:25.491Z Compiling mockall v0.13.1
22492026-03-16T18:49:25.996Z Compiling tar v0.4.44
22502026-03-16T18:49:26.951Z Compiling supports-color v3.0.2
22512026-03-16T18:49:27.192Z Compiling git-stub-vcs v0.1.0
22522026-03-16T18:49:27.409Z Compiling curl-sys v0.4.83+curl-8.15.0
22532026-03-16T18:49:27.476Z Compiling signal-hook-tokio v0.3.1
22542026-03-16T18:49:27.627Z Compiling flate2 v1.1.2
22552026-03-16T18:49:27.699Z Compiling drift v0.1.3
22562026-03-16T18:49:27.829Z Compiling kstat-rs v0.2.4
22572026-03-16T18:49:28.216Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22582026-03-16T18:49:28.248Z Compiling hex-literal v1.0.0
22592026-03-16T18:49:28.403Z Compiling display-error-chain v0.2.2
22602026-03-16T18:49:28.586Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22612026-03-16T18:49:28.681Z Compiling topological-sort v0.2.2
22622026-03-16T18:49:28.876Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22632026-03-16T18:49:28.892Z Compiling omicron-zone-package v0.12.2
22642026-03-16T18:49:29.815Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22652026-03-16T18:49:31.676Z Compiling dropshot-api-manager v0.5.2
22662026-03-16T18:49:31.842Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22672026-03-16T18:49:32.904Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22682026-03-16T18:49:33.023Z Compiling curl v0.4.49
22692026-03-16T18:49:33.406Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22702026-03-16T18:49:33.842Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22712026-03-16T18:49:34.170Z Compiling search_path v0.1.4
22722026-03-16T18:49:34.198Z Compiling internet-checksum v0.2.1
22732026-03-16T18:49:34.384Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22742026-03-16T18:49:34.702Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22752026-03-16T18:49:39.090Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22762026-03-16T18:49:40.279Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22772026-03-16T18:50:41.196Z Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 30s
22782026-03-16T18:50:41.350Z Running unittests src/lib.rs (target/debug/deps/aal-8a2f49f84a5b6e99)
22792026-03-16T18:50:41.354Z
22802026-03-16T18:50:41.354Zrunning 5 tests
22812026-03-16T18:50:41.356Ztest fuse::tests::chip_revision_a0 ... ok
22822026-03-16T18:50:41.357Ztest fuse::tests::chip_revision_b0 ... ok
22832026-03-16T18:50:41.357Ztest fuse::tests::chip_revision_b1 ... ok
22842026-03-16T18:50:41.357Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22852026-03-16T18:50:41.357Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22862026-03-16T18:50:41.357Z
22872026-03-16T18:50:41.357Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22882026-03-16T18:50:41.357Z
22892026-03-16T18:50:41.357Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
22902026-03-16T18:50:41.360Z
22912026-03-16T18:50:41.360Zrunning 0 tests
22922026-03-16T18:50:41.362Z
22932026-03-16T18:50:41.363Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22942026-03-16T18:50:41.363Z
22952026-03-16T18:50:41.363Z Running unittests src/lib.rs (target/debug/deps/asic-ef582105709503ff)
22962026-03-16T18:50:41.366Z
22972026-03-16T18:50:41.366Zrunning 0 tests
22982026-03-16T18:50:41.366Z
22992026-03-16T18:50:41.366Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23002026-03-16T18:50:41.366Z
23012026-03-16T18:50:41.366Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
23022026-03-16T18:50:41.369Z
23032026-03-16T18:50:41.369Zrunning 10 tests
23042026-03-16T18:50:41.369Ztest nat::tests::test_vni ... ok
23052026-03-16T18:50:41.369Ztest network::tests::test_equal ... ok
23062026-03-16T18:50:41.369Ztest network::tests::test_eui64 ... ok
23072026-03-16T18:50:41.369Ztest network::tests::test_generate_ipv6_link_local ... ok
23082026-03-16T18:50:41.369Ztest network::tests::test_into ... ok
23092026-03-16T18:50:41.369Ztest network::tests::test_not_equal ... ok
23102026-03-16T18:50:41.370Ztest network::tests::test_to_string ... ok
23112026-03-16T18:50:41.370Ztest network::tests::test_parse ... ok
23122026-03-16T18:50:41.370Ztest test_purge ... ok
23132026-03-16T18:50:41.373Ztest illumos::test::address_exists_handles_missing_object ... ok
23142026-03-16T18:50:41.373Z
23152026-03-16T18:50:41.373Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23162026-03-16T18:50:41.373Z
23172026-03-16T18:50:41.373Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9cac1d34cd5cc78b)
23182026-03-16T18:50:41.379Z
23192026-03-16T18:50:41.379Zrunning 1 test
23202026-03-16T18:50:42.865Ztest test::test_apis_up_to_date ... ok
23212026-03-16T18:50:42.865Z
23222026-03-16T18:50:42.865Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.49s
23232026-03-16T18:50:42.865Z
23242026-03-16T18:50:42.919Z Running unittests src/main.rs (target/debug/deps/dpd-90ee02e799b68742)
23252026-03-16T18:50:42.927Z
23262026-03-16T18:50:42.927Zrunning 44 tests
23272026-03-16T18:50:42.930Ztest freemap::test_ordering ... ok
23282026-03-16T18:50:42.930Ztest freemap::test_split ... ok
23292026-03-16T18:50:42.930Ztest config::tests::test_updates ... ok
23302026-03-16T18:50:42.930Ztest macaddrs::tests::test_mac_offset ... ok
23312026-03-16T18:50:42.930Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23322026-03-16T18:50:42.930Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23332026-03-16T18:50:42.930Ztest macaddrs::tests::test_parse_port_id ... ok
23342026-03-16T18:50:42.930Ztest mcast::tests::test_canonicalize_sources ... ok
23352026-03-16T18:50:42.933Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
23362026-03-16T18:50:42.933Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
23372026-03-16T18:50:42.933Ztest mcast::tests::test_concurrent_id_allocation ... ok
23382026-03-16T18:50:42.933Ztest mcast::tests::test_create_port_bitmap_empty ... ok
23392026-03-16T18:50:42.933Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
23402026-03-16T18:50:42.933ZMar 16 18:50:41.630 DEBG created new freemap, Mar 16 18:50:41.630unit :DEBG freemap_testcreated new freemap,
23412026-03-16T18:50:42.933Zunit: freemap_test
23422026-03-16T18:50:42.934ZMar 16 18:50:41.630 Mar 16 18:50:41.630DEBG DEBGMar 16 18:50:41.630created new freemap initted freemap. size: 128DEBG, , unitinitted freemap. size: 128unit:, Mar 16 18:50:41.630: DEBGfreemap_test unitfreemap_test:
23432026-03-16T18:50:42.934Z
23442026-03-16T18:50:42.934Zcreated new freemapfreemap_test,
23452026-03-16T18:50:42.934Zunit:Mar 16 18:50:41.630 freemap_testMar 16 18:50:41.630DEBGMar 16 18:50:41.630
23462026-03-16T18:50:42.934ZDEBG DEBG reset freemapinitted freemap. size: 128, reset freemap, Mar 16 18:50:41.630, unitunitDEBGunit :initted freemap. size: 128 :, freemap_testunit
23472026-03-16T18:50:42.934Z:: freemap_testfreemap_testfreemap_test
23482026-03-16T18:50:42.934ZMar 16 18:50:41.630
23492026-03-16T18:50:42.934Z
23502026-03-16T18:50:42.934Z DEBG reset freemap, Mar 16 18:50:41.630unit :DEBG freemap_testreset freemap
23512026-03-16T18:50:42.934Z, unit: freemap_test
23522026-03-16T18:50:42.934ZMar 16 18:50:41.630 DEBG created new freemap, unit: freemap_test
23532026-03-16T18:50:42.934ZMar 16 18:50:41.630 DEBG initted freemap. size: 128, unit: freemap_test
23542026-03-16T18:50:42.934ZMar 16 18:50:41.630 DEBG reset freemap, unit: freemap_test
23552026-03-16T18:50:42.934Ztest freemap::test_basic ... ok
23562026-03-16T18:50:42.934Ztest freemap::test_free ... ok
23572026-03-16T18:50:42.934Ztest freemap::test_span ... ok
23582026-03-16T18:50:42.934Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
23592026-03-16T18:50:42.934Ztest freemap::test_exhaustion ... ok
23602026-03-16T18:50:42.934Ztest freemap::test_reclaim ... ok
23612026-03-16T18:50:42.934Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
23622026-03-16T18:50:42.934Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
23632026-03-16T18:50:42.934Ztest mcast::tests::test_sources_contain_any ... ok
23642026-03-16T18:50:42.934Ztest mcast::validate::tests::test_ipv4_validation ... ok
23652026-03-16T18:50:42.934Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
23662026-03-16T18:50:42.934Ztest mcast::validate::tests::test_address_validation_integrated ... ok
23672026-03-16T18:50:42.934Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
23682026-03-16T18:50:42.934Ztest mcast::validate::tests::test_ipv6_validation ... ok
23692026-03-16T18:50:42.934Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
23702026-03-16T18:50:42.934Ztest mcast::validate::tests::test_validate_nat_target ... ok
23712026-03-16T18:50:42.934Ztest mcast::validate::tests::test_is_ssm_function ... ok
23722026-03-16T18:50:42.934Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
23732026-03-16T18:50:42.934Ztest mcast::validate::tests::test_validate_source_addresses ... ok
23742026-03-16T18:50:42.934Ztest mcast::validate::tests::test_validate_tag ... ok
23752026-03-16T18:50:42.934Ztest mcast::validate::tests::test_validate_tag_format ... ok
23762026-03-16T18:50:42.934Ztest nat::test_mapping ... ok
23772026-03-16T18:50:42.938Ztest port_map::tests::test_backplane_group ... ok
23782026-03-16T18:50:42.938Ztest port_map::tests::test_port_map ... ok
23792026-03-16T18:50:42.938Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
23802026-03-16T18:50:42.938Ztest port_map::tests::dump_map ... ok
23812026-03-16T18:50:42.938Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
23822026-03-16T18:50:42.938Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
23832026-03-16T18:50:42.938Ztest mcast::tests::test_id_range_boundaries ... ok
23842026-03-16T18:50:42.938Ztest api_server::tests::test_build_info ... ok
23852026-03-16T18:50:42.938Ztest port_map::tests::parse_softnpu_revision ... ok
23862026-03-16T18:50:42.938Z
23872026-03-16T18:50:42.938Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23882026-03-16T18:50:42.938Z
23892026-03-16T18:50:42.941Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-00ab0fbce0e1f301)
23902026-03-16T18:50:42.945Z
23912026-03-16T18:50:42.945Zrunning 0 tests
23922026-03-16T18:50:42.945Z
23932026-03-16T18:50:42.945Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23942026-03-16T18:50:42.945Z
23952026-03-16T18:50:42.945Z Running unittests src/lib.rs (target/debug/deps/dpd_api-da6c92b619791a35)
23962026-03-16T18:50:42.945Z
23972026-03-16T18:50:42.945Zrunning 0 tests
23982026-03-16T18:50:42.945Z
23992026-03-16T18:50:42.945Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24002026-03-16T18:50:42.945Z
24012026-03-16T18:50:42.945Z Running unittests src/lib.rs (target/debug/deps/dpd_client-a5a59fe8e42a67b7)
24022026-03-16T18:50:42.948Z
24032026-03-16T18:50:42.948Zrunning 6 tests
24042026-03-16T18:50:42.948Ztest tests::test_parse_client_port_id ... ok
24052026-03-16T18:50:42.948Ztest tests::test_port_id_cmp ... ok
24062026-03-16T18:50:42.948Ztest tests::test_full_lot_id_neither_present ... ok
24072026-03-16T18:50:42.948Ztest tests::test_full_lot_id_both_present ... ok
24082026-03-16T18:50:42.948Ztest tests::test_full_lot_id_lotnum_only ... ok
24092026-03-16T18:50:42.948Ztest tests::test_full_lot_id_lot_only ... ok
24102026-03-16T18:50:42.948Z
24112026-03-16T18:50:42.948Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24122026-03-16T18:50:42.948Z
24132026-03-16T18:50:42.951Z Running tests/test_all.rs (target/debug/deps/test_all-40400c13d1320bce)
24142026-03-16T18:50:42.951Z
24152026-03-16T18:50:42.951Zrunning 0 tests
24162026-03-16T18:50:42.951Z
24172026-03-16T18:50:42.951Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24182026-03-16T18:50:42.952Z
24192026-03-16T18:50:42.952Z Running unittests src/lib.rs (target/debug/deps/dpd_types-7f0cdf6e479abfd5)
24202026-03-16T18:50:42.955Z
24212026-03-16T18:50:42.955Zrunning 0 tests
24222026-03-16T18:50:42.955Z
24232026-03-16T18:50:42.955Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24242026-03-16T18:50:42.955Z
24252026-03-16T18:50:42.955Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
24262026-03-16T18:50:42.958Z
24272026-03-16T18:50:42.958Zrunning 12 tests
24282026-03-16T18:50:42.958Ztest icmp::test_v6_checksum ... ok
24292026-03-16T18:50:42.958Ztest lldp::test_lldp_parse ... ok
24302026-03-16T18:50:42.958Ztest pbuf::test_byte ... ok
24312026-03-16T18:50:42.958Ztest icmp::test_v4_checksum ... ok
24322026-03-16T18:50:42.958Ztest ipv6::test_ipv6_parse ... ok
24332026-03-16T18:50:42.958Ztest pbuf::test_nibble ... ok
24342026-03-16T18:50:42.958Ztest pbuf::test_overflow ... ok
24352026-03-16T18:50:42.958Ztest pbuf::test_short ... ok
24362026-03-16T18:50:42.958Ztest pbuf::test_twelve ... ok
24372026-03-16T18:50:42.958Ztest pbuf::test_word ... ok
24382026-03-16T18:50:42.958Ztest tcp::test_checksum_syn_nodata ... ok
24392026-03-16T18:50:42.958Ztest tcp::test_checksum_ack_data ... ok
24402026-03-16T18:50:42.958Z
24412026-03-16T18:50:42.958Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24422026-03-16T18:50:42.958Z
24432026-03-16T18:50:42.958Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
24442026-03-16T18:50:42.961Z
24452026-03-16T18:50:42.961Zrunning 0 tests
24462026-03-16T18:50:42.961Z
24472026-03-16T18:50:42.961Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24482026-03-16T18:50:42.962Z
24492026-03-16T18:50:42.962Z Running unittests src/main.rs (target/debug/deps/swadm-28cb891c64b1d99f)
24502026-03-16T18:50:42.965Z
24512026-03-16T18:50:42.965Zrunning 4 tests
24522026-03-16T18:50:42.965Ztest switchport::test::test_compute_lanes ... ok
24532026-03-16T18:50:42.965Ztest switchport::test::port_id_ordering ... ok
24542026-03-16T18:50:42.965Z Lane 0 Lane 0 Lane 1Lane 1 Lane 2 Lane 2Lane 3
24552026-03-16T18:50:42.965ZLane 3
24562026-03-16T18:50:42.965Z Rx Loss-of-lock: Yes State: Activated ActivatedYes ActivatedYes ActivatedYes
24572026-03-16T18:50:42.965Z
24582026-03-16T18:50:42.965Z Rx Output Enabled: false Rx Loss-of-signal: Yesfalse falseYes false
24592026-03-16T18:50:42.965ZYes Rx Output Status: valid Yes
24602026-03-16T18:50:42.965Zvalid Rx CDR Enabled: Yesvalid Yesvalid
24612026-03-16T18:50:42.965ZYes Rx Loss-of-lock: true Yes
24622026-03-16T18:50:42.965Ztrue Tx Enabled: Yes trueYes trueYes
24632026-03-16T18:50:42.965Z Rx Loss-of-signal: falseYes
24642026-03-16T18:50:42.965Zfalse Tx Loss-of-lock: No Nofalse falseNo
24652026-03-16T18:50:42.965Z NoRx Auto-squelch Disable: true
24662026-03-16T18:50:42.965Z Tx Loss-of-signal: Notrue Notrue Notrue
24672026-03-16T18:50:42.965ZNo
24682026-03-16T18:50:42.965Z Tx CDR Enabled: No Tx Output Enabled: true Notrue Notrue No
24692026-03-16T18:50:42.965Ztrue
24702026-03-16T18:50:42.965Z Tx Adaptive EQ Fault: No Tx Output Status: invalid Noinvalid Noinvalid Noinvalid
24712026-03-16T18:50:42.965Z
24722026-03-16T18:50:42.965Z Tx Fault: Yes Tx Loss-of-lock: falseYes Yesfalse falseYes
24732026-03-16T18:50:42.965Zfalse
24742026-03-16T18:50:42.965Z Tx Loss-of-signal: true true true true
24752026-03-16T18:50:42.965ZTx Auto-squelch Disable: false false false false
24762026-03-16T18:50:42.966Z Tx Adaptive EQ Fail: true true true true
24772026-03-16T18:50:42.966Z Tx Failure: false false false false
24782026-03-16T18:50:42.966Z Tx Force Squelch: true true true true
24792026-03-16T18:50:42.966Z Tx Input Polarity: normal normal normal normal
24802026-03-16T18:50:42.966Ztest switchport::test::test_print_sff_datapath ... ok
24812026-03-16T18:50:42.966Ztest switchport::test::test_print_cmis_datapath ... ok
24822026-03-16T18:50:42.966Z
24832026-03-16T18:50:42.966Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24842026-03-16T18:50:42.966Z
24852026-03-16T18:50:42.966Z Running tests/counters.rs (target/debug/deps/counters-d88dca8304571f93)
24862026-03-16T18:50:42.971Z
24872026-03-16T18:50:42.971Zrunning 1 test
24882026-03-16T18:50:42.971Ztest test_p4_counter_list ... ignored
24892026-03-16T18:50:42.971Z
24902026-03-16T18:50:42.971Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
24912026-03-16T18:50:42.971Z
24922026-03-16T18:50:42.971Z Running tests/port-link.rs (target/debug/deps/port_link-3a45eaf0c6a4bd06)
24932026-03-16T18:50:42.971Z
24942026-03-16T18:50:42.971Zrunning 5 tests
24952026-03-16T18:50:42.971Ztest test_an ... ignored
24962026-03-16T18:50:42.971Ztest test_enable ... ignored
24972026-03-16T18:50:42.971Ztest test_ip_addresses ... ignored
24982026-03-16T18:50:42.971Ztest test_kr ... ignored
24992026-03-16T18:50:42.971Ztest test_mac ... ignored
25002026-03-16T18:50:42.971Z
25012026-03-16T18:50:42.971Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25022026-03-16T18:50:42.971Z
25032026-03-16T18:50:42.971Z Running unittests src/main.rs (target/debug/deps/tfportd-056d5efdf20df813)
25042026-03-16T18:50:42.975Z
25052026-03-16T18:50:42.975Zrunning 3 tests
25062026-03-16T18:50:43.066Ztest linklocal::test_parse_ipadm ... ok
25072026-03-16T18:50:43.067Ztest tfport::test_parse_tfport ... ok
25082026-03-16T18:50:43.067Ztest config::tests::test_updates ... ok
25092026-03-16T18:50:43.067Z
25102026-03-16T18:50:43.067Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25112026-03-16T18:50:43.067Z
25122026-03-16T18:50:43.067Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
25132026-03-16T18:50:43.067Z
25142026-03-16T18:50:43.067Zrunning 0 tests
25152026-03-16T18:50:43.067Z
25162026-03-16T18:50:43.067Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25172026-03-16T18:50:43.067Z
25182026-03-16T18:50:43.067Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
25192026-03-16T18:50:43.067Z
25202026-03-16T18:50:43.067Zrunning 0 tests
25212026-03-16T18:50:43.067Z
25222026-03-16T18:50:43.067Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25232026-03-16T18:50:43.067Z
25242026-03-16T18:50:43.067Z Doc-tests aal
25252026-03-16T18:50:43.142Z
25262026-03-16T18:50:43.142Zrunning 0 tests
25272026-03-16T18:50:43.142Z
25282026-03-16T18:50:43.142Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25292026-03-16T18:50:43.142Z
25302026-03-16T18:50:43.162Z Doc-tests aal_macros
25312026-03-16T18:50:43.252Z
25322026-03-16T18:50:43.252Zrunning 0 tests
25332026-03-16T18:50:43.252Z
25342026-03-16T18:50:43.256Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25352026-03-16T18:50:43.256Z
25362026-03-16T18:50:43.266Z Doc-tests common
25372026-03-16T18:50:43.565Z
25382026-03-16T18:50:43.565Zrunning 0 tests
25392026-03-16T18:50:43.565Z
25402026-03-16T18:50:43.565Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25412026-03-16T18:50:43.565Z
25422026-03-16T18:50:43.589Z Doc-tests dpd_api
25432026-03-16T18:50:45.024Z
25442026-03-16T18:50:45.024Zrunning 2 tests
25452026-03-16T18:50:45.024Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored
25462026-03-16T18:50:45.024Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored
25472026-03-16T18:50:45.024Z
25482026-03-16T18:50:45.025Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25492026-03-16T18:50:45.025Z
25502026-03-16T18:50:45.069Z Doc-tests dpd_client
25512026-03-16T18:50:46.704Z
25522026-03-16T18:50:46.704Zrunning 0 tests
25532026-03-16T18:50:46.704Z
25542026-03-16T18:50:46.704Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25552026-03-16T18:50:46.704Z
25562026-03-16T18:50:46.751Z Doc-tests dpd_types
25572026-03-16T18:50:47.187Z
25582026-03-16T18:50:47.187Zrunning 0 tests
25592026-03-16T18:50:47.187Z
25602026-03-16T18:50:47.188Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25612026-03-16T18:50:47.188Z
25622026-03-16T18:50:47.220Z Doc-tests packet
25632026-03-16T18:50:47.363Z
25642026-03-16T18:50:47.363Zrunning 0 tests
25652026-03-16T18:50:47.363Z
25662026-03-16T18:50:47.363Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25672026-03-16T18:50:47.363Z
25682026-03-16T18:50:47.381Z Doc-tests pcap
25692026-03-16T18:50:47.446Z
25702026-03-16T18:50:47.446Zrunning 0 tests
25712026-03-16T18:50:47.446Z
25722026-03-16T18:50:47.450Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25732026-03-16T18:50:47.450Z
25742026-03-16T18:50:47.521Z+ for feat in tofino_stub tofino_asic softnpu chaos
25752026-03-16T18:50:47.521Z+ RUST_BACKTRACE=full
25762026-03-16T18:50:47.521Z+ cargo test --features tofino_asic --no-fail-fast
25772026-03-16T18:50:48.334Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25782026-03-16T18:50:48.424Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25792026-03-16T18:50:48.433Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25802026-03-16T18:50:48.444Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25812026-03-16T18:51:00.223Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25822026-03-16T18:51:00.384Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25832026-03-16T18:51:54.499Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
25842026-03-16T18:51:54.638Z Running unittests src/lib.rs (target/debug/deps/aal-8a2f49f84a5b6e99)
25852026-03-16T18:51:54.645Z
25862026-03-16T18:51:54.645Zrunning 5 tests
25872026-03-16T18:51:54.645Ztest fuse::tests::chip_revision_a0 ... ok
25882026-03-16T18:51:54.645Ztest fuse::tests::chip_revision_b0 ... ok
25892026-03-16T18:51:54.645Ztest fuse::tests::chip_revision_b1 ... ok
25902026-03-16T18:51:54.645Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25912026-03-16T18:51:54.645Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
25922026-03-16T18:51:54.645Z
25932026-03-16T18:51:54.646Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25942026-03-16T18:51:54.646Z
25952026-03-16T18:51:54.650Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
25962026-03-16T18:51:54.651Z
25972026-03-16T18:51:54.651Zrunning 0 tests
25982026-03-16T18:51:54.651Z
25992026-03-16T18:51:54.651Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26002026-03-16T18:51:54.651Z
26012026-03-16T18:51:54.651Z Running unittests src/lib.rs (target/debug/deps/asic-f60993ed38106d76)
26022026-03-16T18:51:54.752Z
26032026-03-16T18:51:54.752Zrunning 8 tests
26042026-03-16T18:51:54.758Ztest tofino_asic::qsfp::tests::fix_link ... ok
26052026-03-16T18:51:54.758Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26062026-03-16T18:51:54.759Ztest tofino_asic::stats::constants_sanity_check ... ok
26072026-03-16T18:51:54.759Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26082026-03-16T18:51:54.759Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26092026-03-16T18:51:54.759Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26102026-03-16T18:51:54.772Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26112026-03-16T18:51:55.255Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26122026-03-16T18:51:55.255Z
26132026-03-16T18:51:55.255Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26142026-03-16T18:51:55.255Z
26152026-03-16T18:51:55.265Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
26162026-03-16T18:51:55.269Z
26172026-03-16T18:51:55.269Zrunning 10 tests
26182026-03-16T18:51:55.269Ztest nat::tests::test_vni ... ok
26192026-03-16T18:51:55.269Ztest network::tests::test_eui64 ... ok
26202026-03-16T18:51:55.269Ztest network::tests::test_equal ... ok
26212026-03-16T18:51:55.269Ztest network::tests::test_generate_ipv6_link_local ... ok
26222026-03-16T18:51:55.269Ztest network::tests::test_into ... ok
26232026-03-16T18:51:55.269Ztest network::tests::test_not_equal ... ok
26242026-03-16T18:51:55.277Ztest network::tests::test_to_string ... ok
26252026-03-16T18:51:55.278Ztest network::tests::test_parse ... ok
26262026-03-16T18:51:55.278Ztest test_purge ... ok
26272026-03-16T18:51:55.278Ztest illumos::test::address_exists_handles_missing_object ... ok
26282026-03-16T18:51:55.278Z
26292026-03-16T18:51:55.278Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26302026-03-16T18:51:55.278Z
26312026-03-16T18:51:55.278Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9cac1d34cd5cc78b)
26322026-03-16T18:51:55.283Z
26332026-03-16T18:51:55.284Zrunning 1 test
26342026-03-16T18:51:56.769Ztest test::test_apis_up_to_date ... ok
26352026-03-16T18:51:56.769Z
26362026-03-16T18:51:56.769Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.49s
26372026-03-16T18:51:56.769Z
26382026-03-16T18:51:56.824Z Running unittests src/main.rs (target/debug/deps/dpd-d74783441d650da7)
26392026-03-16T18:51:56.911Z
26402026-03-16T18:51:56.911Zrunning 72 tests
26412026-03-16T18:51:56.914Ztest freemap::test_ordering ... ok
26422026-03-16T18:51:56.914Ztest freemap::test_split ... ok
26432026-03-16T18:51:56.914Ztest config::tests::test_updates ... ok
26442026-03-16T18:51:56.914Ztest macaddrs::tests::test_mac_offset ... ok
26452026-03-16T18:51:56.914Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26462026-03-16T18:51:56.914Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26472026-03-16T18:51:56.914Ztest macaddrs::tests::test_parse_port_id ... ok
26482026-03-16T18:51:56.914Ztest mcast::tests::test_canonicalize_sources ... ok
26492026-03-16T18:51:56.917Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
26502026-03-16T18:51:56.917Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
26512026-03-16T18:51:56.917Ztest mcast::tests::test_concurrent_id_allocation ... ok
26522026-03-16T18:51:56.917Ztest mcast::tests::test_create_port_bitmap_empty ... ok
26532026-03-16T18:51:56.917Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
26542026-03-16T18:51:56.917ZMar 16 18:51:55.617 DEBG created new freemapMar 16 18:51:55.617, unitDEBG: created new freemapfreemap_test, unit
26552026-03-16T18:51:56.917Z: freemap_test
26562026-03-16T18:51:56.917ZMar 16 18:51:55.617Mar 16 18:51:55.617 DEBGMar 16 18:51:55.617DEBG created new freemap, DEBGunit :initted freemap. size: 128 , freemap_testunit
26572026-03-16T18:51:56.917Z: freemap_test
26582026-03-16T18:51:56.918Zinitted freemap. size: 128, Mar 16 18:51:55.617Mar 16 18:51:55.617 unitDEBGDEBG :initted freemap. size: 128 , unitreset freemap:freemap_test,
26592026-03-16T18:51:56.918Zunit :freemap_test
26602026-03-16T18:51:56.918Zfreemap_testMar 16 18:51:55.617
26612026-03-16T18:51:56.918Z DEBG reset freemapMar 16 18:51:55.617, unitDEBG: reset freemapfreemap_test,
26622026-03-16T18:51:56.918Zunit: freemap_testMar 16 18:51:55.617
26632026-03-16T18:51:56.918Z DEBG created new freemap, unit: freemap_test
26642026-03-16T18:51:56.918ZMar 16 18:51:55.617 DEBG initted freemap. size: 128, unit: freemap_test
26652026-03-16T18:51:56.918ZMar 16 18:51:55.617 DEBG reset freemap, unit: freemap_test
26662026-03-16T18:51:56.918ZMar 16 18:51:55.617 DEBG created new freemap, unit: freemap_test
26672026-03-16T18:51:56.918ZMar 16 18:51:55.617 DEBG initted freemap. size: 128, unit: freemap_test
26682026-03-16T18:51:56.918ZMar 16 18:51:55.617 DEBG reset freemap, unit: freemap_test
26692026-03-16T18:51:56.918Ztest freemap::test_exhaustion ... ok
26702026-03-16T18:51:56.918Ztest freemap::test_reclaim ... ok
26712026-03-16T18:51:56.918Ztest freemap::test_free ... ok
26722026-03-16T18:51:56.918Ztest freemap::test_span ... ok
26732026-03-16T18:51:56.918Ztest freemap::test_basic ... ok
26742026-03-16T18:51:56.918Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
26752026-03-16T18:51:56.918Ztest mcast::tests::test_sources_contain_any ... ok
26762026-03-16T18:51:56.918Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
26772026-03-16T18:51:56.918Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
26782026-03-16T18:51:56.918Ztest mcast::validate::tests::test_address_validation_integrated ... ok
26792026-03-16T18:51:56.918Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
26802026-03-16T18:51:56.918Ztest mcast::validate::tests::test_ipv4_validation ... ok
26812026-03-16T18:51:56.918Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
26822026-03-16T18:51:56.918Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
26832026-03-16T18:51:56.918Ztest mcast::validate::tests::test_is_ssm_function ... ok
26842026-03-16T18:51:56.918Ztest mcast::validate::tests::test_validate_nat_target ... ok
26852026-03-16T18:51:56.918Ztest mcast::validate::tests::test_ipv6_validation ... ok
26862026-03-16T18:51:56.918Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
26872026-03-16T18:51:56.918Ztest mcast::validate::tests::test_validate_source_addresses ... ok
26882026-03-16T18:51:56.918Ztest mcast::validate::tests::test_validate_tag ... ok
26892026-03-16T18:51:56.918Ztest nat::test_mapping ... ok
26902026-03-16T18:51:56.918Ztest port_map::tests::test_backplane_group ... ok
26912026-03-16T18:51:56.918Ztest mcast::validate::tests::test_validate_tag_format ... ok
26922026-03-16T18:51:56.918Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
26932026-03-16T18:51:56.918Ztest port_map::tests::test_port_map ... ok
26942026-03-16T18:51:56.918Ztest transceivers::mpn_test::test_mpn_missing ... ok
26952026-03-16T18:51:56.922Ztest transceivers::mpn_test::test_mpn_present ... ok
26962026-03-16T18:51:56.922Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
26972026-03-16T18:51:56.922Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
26982026-03-16T18:51:56.922Ztest port_map::tests::dump_map ... ok
26992026-03-16T18:51:56.922Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27002026-03-16T18:51:56.922Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27012026-03-16T18:51:56.922Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27022026-03-16T18:51:56.922Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27032026-03-16T18:51:56.922Ztest api_server::tests::test_build_info ... ok
27042026-03-16T18:51:56.922Ztest mcast::tests::test_id_range_boundaries ... ok
27052026-03-16T18:51:56.922Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27062026-03-16T18:51:56.922Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27072026-03-16T18:51:56.922Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27082026-03-16T18:51:56.922Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27092026-03-16T18:51:56.922Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27102026-03-16T18:51:56.922Ztest port_map::tests::parse_softnpu_revision ... ok
27112026-03-16T18:51:56.922Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27122026-03-16T18:51:56.922Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27132026-03-16T18:51:56.922Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27142026-03-16T18:51:56.922Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27152026-03-16T18:51:56.922Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27162026-03-16T18:51:56.922Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27172026-03-16T18:51:56.922Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27182026-03-16T18:51:56.922Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27192026-03-16T18:51:56.923Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27202026-03-16T18:51:56.923Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27212026-03-16T18:51:56.923Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27222026-03-16T18:51:56.923Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27232026-03-16T18:51:56.923Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27242026-03-16T18:51:56.923Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27252026-03-16T18:51:56.923Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27262026-03-16T18:51:56.923Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27272026-03-16T18:51:56.923Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27282026-03-16T18:51:56.923Z
27292026-03-16T18:51:56.923Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27302026-03-16T18:51:56.923Z
27312026-03-16T18:51:56.937Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-9fd86ca2ff634216)
27322026-03-16T18:51:56.940Z
27332026-03-16T18:51:56.940Zrunning 0 tests
27342026-03-16T18:51:56.940Z
27352026-03-16T18:51:56.940Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27362026-03-16T18:51:56.940Z
27372026-03-16T18:51:56.940Z Running unittests src/lib.rs (target/debug/deps/dpd_api-da6c92b619791a35)
27382026-03-16T18:51:56.943Z
27392026-03-16T18:51:56.943Zrunning 0 tests
27402026-03-16T18:51:56.943Z
27412026-03-16T18:51:56.943Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27422026-03-16T18:51:56.943Z
27432026-03-16T18:51:56.943Z Running unittests src/lib.rs (target/debug/deps/dpd_client-a0cf2fabbe4225c2)
27442026-03-16T18:51:56.947Z
27452026-03-16T18:51:56.947Zrunning 6 tests
27462026-03-16T18:51:56.947Ztest tests::test_full_lot_id_neither_present ... ok
27472026-03-16T18:51:56.947Ztest tests::test_full_lot_id_lotnum_only ... ok
27482026-03-16T18:51:56.947Ztest tests::test_full_lot_id_lot_only ... ok
27492026-03-16T18:51:56.947Ztest tests::test_full_lot_id_both_present ... ok
27502026-03-16T18:51:56.947Ztest tests::test_parse_client_port_id ... ok
27512026-03-16T18:51:56.947Ztest tests::test_port_id_cmp ... ok
27522026-03-16T18:51:56.947Z
27532026-03-16T18:51:56.947Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27542026-03-16T18:51:56.947Z
27552026-03-16T18:51:56.947Z Running tests/test_all.rs (target/debug/deps/test_all-1d7b0d66e63f66ae)
27562026-03-16T18:51:56.950Z
27572026-03-16T18:51:56.950Zrunning 0 tests
27582026-03-16T18:51:56.950Z
27592026-03-16T18:51:56.950Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27602026-03-16T18:51:56.950Z
27612026-03-16T18:51:56.950Z Running unittests src/lib.rs (target/debug/deps/dpd_types-7f0cdf6e479abfd5)
27622026-03-16T18:51:56.953Z
27632026-03-16T18:51:56.953Zrunning 0 tests
27642026-03-16T18:51:56.953Z
27652026-03-16T18:51:56.953Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27662026-03-16T18:51:56.953Z
27672026-03-16T18:51:56.953Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
27682026-03-16T18:51:56.956Z
27692026-03-16T18:51:56.956Zrunning 12 tests
27702026-03-16T18:51:56.956Ztest icmp::test_v6_checksum ... ok
27712026-03-16T18:51:56.956Ztest icmp::test_v4_checksum ... ok
27722026-03-16T18:51:56.956Ztest lldp::test_lldp_parse ... ok
27732026-03-16T18:51:56.956Ztest ipv6::test_ipv6_parse ... ok
27742026-03-16T18:51:56.956Ztest pbuf::test_byte ... ok
27752026-03-16T18:51:56.956Ztest pbuf::test_nibble ... ok
27762026-03-16T18:51:56.956Ztest pbuf::test_short ... ok
27772026-03-16T18:51:56.956Ztest pbuf::test_overflow ... ok
27782026-03-16T18:51:56.956Ztest pbuf::test_twelve ... ok
27792026-03-16T18:51:56.956Ztest pbuf::test_word ... ok
27802026-03-16T18:51:56.956Ztest tcp::test_checksum_ack_data ... ok
27812026-03-16T18:51:56.956Ztest tcp::test_checksum_syn_nodata ... ok
27822026-03-16T18:51:56.956Z
27832026-03-16T18:51:56.956Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27842026-03-16T18:51:56.956Z
27852026-03-16T18:51:56.957Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
27862026-03-16T18:51:56.960Z
27872026-03-16T18:51:56.960Zrunning 0 tests
27882026-03-16T18:51:56.960Z
27892026-03-16T18:51:56.960Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27902026-03-16T18:51:56.960Z
27912026-03-16T18:51:56.960Z Running unittests src/main.rs (target/debug/deps/swadm-2edcb9ada29c98bd)
27922026-03-16T18:51:56.963Z
27932026-03-16T18:51:56.963Zrunning 4 tests
27942026-03-16T18:51:56.963Ztest switchport::test::test_compute_lanes ... ok
27952026-03-16T18:51:56.963Ztest switchport::test::port_id_ordering ... ok
27962026-03-16T18:51:56.963Z Lane 0 Lane 1 Lane 2 Lane 3
27972026-03-16T18:51:56.963Z Lane 0 Rx Loss-of-lock: Yes Lane 1Yes Lane 2Yes Lane 3Yes
27982026-03-16T18:51:56.963Z
27992026-03-16T18:51:56.963Z State: Activated Rx Loss-of-signal: Yes ActivatedYes YesActivated YesActivated
28002026-03-16T18:51:56.963Z
28012026-03-16T18:51:56.963Z Rx CDR Enabled: Yes Rx Output Enabled: false Yes falseYes falseYes
28022026-03-16T18:51:56.963Zfalse Tx Enabled: Yes
28032026-03-16T18:51:56.963Z Rx Output Status: validYes Yesvalid Yes
28042026-03-16T18:51:56.963Zvalid Tx Loss-of-lock: No valid
28052026-03-16T18:51:56.963ZNo Rx Loss-of-lock: trueNo No
28062026-03-16T18:51:56.964Ztrue Tx Loss-of-signal: No trueNo trueNo
28072026-03-16T18:51:56.964Z Rx Loss-of-signal: falseNo
28082026-03-16T18:51:56.964Zfalse Tx CDR Enabled: No Nofalse Nofalse
28092026-03-16T18:51:56.964ZNoRx Auto-squelch Disable: true
28102026-03-16T18:51:56.964Z Tx Adaptive EQ Fault: No true Notrue Notrue
28112026-03-16T18:51:56.964ZNo
28122026-03-16T18:51:56.964Z Tx Output Enabled: true Tx Fault: Yes Yestrue trueYes trueYes
28132026-03-16T18:51:56.964Z
28142026-03-16T18:51:56.964Z Tx Output Status: invalid invalid invalid invalid
28152026-03-16T18:51:56.964Z Tx Loss-of-lock: false false false false
28162026-03-16T18:51:56.964Z Tx Loss-of-signal: true true true true
28172026-03-16T18:51:56.964ZTx Auto-squelch Disable: false false false false
28182026-03-16T18:51:56.964Z Tx Adaptive EQ Fail: true true true true
28192026-03-16T18:51:56.964Z Tx Failure: false false false false
28202026-03-16T18:51:56.964Z Tx Force Squelch: true true true true
28212026-03-16T18:51:56.964Z Tx Input Polarity: normal normal normal normal
28222026-03-16T18:51:56.964Ztest switchport::test::test_print_sff_datapath ... ok
28232026-03-16T18:51:56.964Ztest switchport::test::test_print_cmis_datapath ... ok
28242026-03-16T18:51:56.964Z
28252026-03-16T18:51:56.964Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28262026-03-16T18:51:56.964Z
28272026-03-16T18:51:56.964Z Running tests/counters.rs (target/debug/deps/counters-8bd2e1c6fdb04b1c)
28282026-03-16T18:51:56.967Z
28292026-03-16T18:51:56.967Zrunning 1 test
28302026-03-16T18:51:56.967Ztest test_p4_counter_list ... ignored
28312026-03-16T18:51:56.967Z
28322026-03-16T18:51:56.967Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28332026-03-16T18:51:56.967Z
28342026-03-16T18:51:56.967Z Running tests/port-link.rs (target/debug/deps/port_link-938b9b5e47a5f856)
28352026-03-16T18:51:56.967Z
28362026-03-16T18:51:56.968Zrunning 5 tests
28372026-03-16T18:51:56.968Ztest test_an ... ignored
28382026-03-16T18:51:56.968Ztest test_enable ... ignored
28392026-03-16T18:51:56.968Ztest test_ip_addresses ... ignored
28402026-03-16T18:51:56.968Ztest test_kr ... ignored
28412026-03-16T18:51:56.968Ztest test_mac ... ignored
28422026-03-16T18:51:56.968Z
28432026-03-16T18:51:56.968Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28442026-03-16T18:51:56.968Z
28452026-03-16T18:51:56.968Z Running unittests src/main.rs (target/debug/deps/tfportd-d1716ad5ffa9ed6a)
28462026-03-16T18:51:56.972Z
28472026-03-16T18:51:56.972Zrunning 3 tests
28482026-03-16T18:51:56.975Ztest linklocal::test_parse_ipadm ... ok
28492026-03-16T18:51:56.975Ztest tfport::test_parse_tfport ... ok
28502026-03-16T18:51:56.975Ztest config::tests::test_updates ... ok
28512026-03-16T18:51:56.975Z
28522026-03-16T18:51:56.975Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28532026-03-16T18:51:56.975Z
28542026-03-16T18:51:56.975Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
28552026-03-16T18:51:56.978Z
28562026-03-16T18:51:56.978Zrunning 0 tests
28572026-03-16T18:51:56.978Z
28582026-03-16T18:51:56.978Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28592026-03-16T18:51:56.978Z
28602026-03-16T18:51:56.978Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
28612026-03-16T18:51:56.981Z
28622026-03-16T18:51:56.981Zrunning 0 tests
28632026-03-16T18:51:56.981Z
28642026-03-16T18:51:56.981Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28652026-03-16T18:51:56.981Z
28662026-03-16T18:51:56.981Z Doc-tests aal
28672026-03-16T18:51:57.134Z
28682026-03-16T18:51:57.134Zrunning 0 tests
28692026-03-16T18:51:57.134Z
28702026-03-16T18:51:57.134Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28712026-03-16T18:51:57.134Z
28722026-03-16T18:51:57.154Z Doc-tests aal_macros
28732026-03-16T18:51:57.245Z
28742026-03-16T18:51:57.245Zrunning 0 tests
28752026-03-16T18:51:57.245Z
28762026-03-16T18:51:57.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28772026-03-16T18:51:57.245Z
28782026-03-16T18:51:57.259Z Doc-tests common
28792026-03-16T18:51:57.562Z
28802026-03-16T18:51:57.562Zrunning 0 tests
28812026-03-16T18:51:57.562Z
28822026-03-16T18:51:57.562Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28832026-03-16T18:51:57.562Z
28842026-03-16T18:51:57.587Z Doc-tests dpd_api
28852026-03-16T18:51:59.044Z
28862026-03-16T18:51:59.044Zrunning 2 tests
28872026-03-16T18:51:59.044Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored
28882026-03-16T18:51:59.044Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored
28892026-03-16T18:51:59.044Z
28902026-03-16T18:51:59.044Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
28912026-03-16T18:51:59.044Z
28922026-03-16T18:51:59.092Z Doc-tests dpd_client
28932026-03-16T18:52:00.738Z
28942026-03-16T18:52:00.738Zrunning 0 tests
28952026-03-16T18:52:00.738Z
28962026-03-16T18:52:00.738Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28972026-03-16T18:52:00.738Z
28982026-03-16T18:52:00.792Z Doc-tests dpd_types
28992026-03-16T18:52:01.232Z
29002026-03-16T18:52:01.232Zrunning 0 tests
29012026-03-16T18:52:01.232Z
29022026-03-16T18:52:01.232Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29032026-03-16T18:52:01.232Z
29042026-03-16T18:52:01.268Z Doc-tests packet
29052026-03-16T18:52:01.413Z
29062026-03-16T18:52:01.413Zrunning 0 tests
29072026-03-16T18:52:01.413Z
29082026-03-16T18:52:01.416Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29092026-03-16T18:52:01.416Z
29102026-03-16T18:52:01.432Z Doc-tests pcap
29112026-03-16T18:52:01.498Z
29122026-03-16T18:52:01.498Zrunning 0 tests
29132026-03-16T18:52:01.498Z
29142026-03-16T18:52:01.502Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29152026-03-16T18:52:01.502Z
29162026-03-16T18:52:01.553Z+ for feat in tofino_stub tofino_asic softnpu chaos
29172026-03-16T18:52:01.553Z+ RUST_BACKTRACE=full
29182026-03-16T18:52:01.553Z+ cargo test --features softnpu --no-fail-fast
29192026-03-16T18:52:02.439Z Compiling num-integer v0.1.46
29202026-03-16T18:52:02.535Z Compiling num-complex v0.4.6
29212026-03-16T18:52:02.589Z Compiling bitstruct_derive v0.1.0
29222026-03-16T18:52:02.592Z Compiling tap v1.0.1
29232026-03-16T18:52:02.774Z Compiling wyz v0.5.1
29242026-03-16T18:52:02.941Z Compiling num-rational v0.4.2
29252026-03-16T18:52:02.983Z Compiling num-iter v0.1.45
29262026-03-16T18:52:03.011Z Compiling num-bigint v0.4.6
29272026-03-16T18:52:03.150Z Compiling radium v0.7.0
29282026-03-16T18:52:03.211Z Compiling funty v2.0.0
29292026-03-16T18:52:03.228Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29302026-03-16T18:52:03.299Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29312026-03-16T18:52:03.444Z Compiling num v0.4.3
29322026-03-16T18:52:03.511Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29332026-03-16T18:52:03.539Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29342026-03-16T18:52:03.552Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29352026-03-16T18:52:03.702Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29362026-03-16T18:52:03.707Z Compiling typeid v1.0.3
29372026-03-16T18:52:03.851Z Compiling bitvec v1.0.1
29382026-03-16T18:52:03.871Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29392026-03-16T18:52:03.909Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29402026-03-16T18:52:04.029Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29412026-03-16T18:52:04.156Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29422026-03-16T18:52:04.293Z Compiling ascii v1.1.0
29432026-03-16T18:52:04.678Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29442026-03-16T18:52:05.296Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29452026-03-16T18:52:05.351Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29462026-03-16T18:52:05.427Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29472026-03-16T18:52:05.562Z Compiling erased-serde v0.4.8
29482026-03-16T18:52:05.620Z Compiling bitstruct v0.1.1
29492026-03-16T18:52:05.738Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29502026-03-16T18:52:06.055Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29512026-03-16T18:52:06.186Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29522026-03-16T18:52:06.254Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29532026-03-16T18:52:06.733Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29542026-03-16T18:52:06.835Z Compiling serde_arrays v0.1.0
29552026-03-16T18:52:06.849Z Compiling libloading v0.7.4
29562026-03-16T18:52:07.031Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29572026-03-16T18:52:07.086Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29582026-03-16T18:52:07.992Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29592026-03-16T18:52:08.372Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29602026-03-16T18:52:09.857Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29612026-03-16T18:52:10.838Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29622026-03-16T18:52:18.838Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29632026-03-16T18:52:19.112Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29642026-03-16T18:52:19.112Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29652026-03-16T18:52:19.233Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29662026-03-16T18:52:19.560Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29672026-03-16T18:52:19.982Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
29682026-03-16T18:52:22.168Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
29692026-03-16T18:52:22.759Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29702026-03-16T18:52:23.655Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29712026-03-16T18:52:30.672Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
29722026-03-16T18:52:31.077Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
29732026-03-16T18:52:32.739Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29742026-03-16T18:52:34.003Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29752026-03-16T18:52:43.144Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29762026-03-16T18:52:46.540Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29772026-03-16T18:52:52.642Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
29782026-03-16T18:53:43.995Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 42s
29792026-03-16T18:53:44.136Z Running unittests src/lib.rs (target/debug/deps/aal-88e0722e597a4cb0)
29802026-03-16T18:53:44.139Z
29812026-03-16T18:53:44.139Zrunning 5 tests
29822026-03-16T18:53:44.142Ztest fuse::tests::chip_revision_b1 ... ok
29832026-03-16T18:53:44.142Ztest fuse::tests::chip_revision_a0 ... ok
29842026-03-16T18:53:44.142Ztest fuse::tests::chip_revision_b0 ... ok
29852026-03-16T18:53:44.142Ztest fuse::tests::chip_revision_unknown_device_id ... ok
29862026-03-16T18:53:44.142Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
29872026-03-16T18:53:44.142Z
29882026-03-16T18:53:44.142Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29892026-03-16T18:53:44.142Z
29902026-03-16T18:53:44.142Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
29912026-03-16T18:53:44.145Z
29922026-03-16T18:53:44.145Zrunning 0 tests
29932026-03-16T18:53:44.145Z
29942026-03-16T18:53:44.145Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29952026-03-16T18:53:44.145Z
29962026-03-16T18:53:44.149Z Running unittests src/lib.rs (target/debug/deps/asic-213d0c9f46541eeb)
29972026-03-16T18:53:44.151Z
29982026-03-16T18:53:44.151Zrunning 0 tests
29992026-03-16T18:53:44.151Z
30002026-03-16T18:53:44.152Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30012026-03-16T18:53:44.152Z
30022026-03-16T18:53:44.152Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
30032026-03-16T18:53:44.158Z
30042026-03-16T18:53:44.158Zrunning 10 tests
30052026-03-16T18:53:44.161Ztest nat::tests::test_vni ... ok
30062026-03-16T18:53:44.161Ztest network::tests::test_equal ... ok
30072026-03-16T18:53:44.161Ztest network::tests::test_eui64 ... ok
30082026-03-16T18:53:44.161Ztest network::tests::test_into ... ok
30092026-03-16T18:53:44.161Ztest network::tests::test_not_equal ... ok
30102026-03-16T18:53:44.161Ztest network::tests::test_generate_ipv6_link_local ... ok
30112026-03-16T18:53:44.161Ztest network::tests::test_parse ... ok
30122026-03-16T18:53:44.161Ztest network::tests::test_to_string ... ok
30132026-03-16T18:53:44.161Ztest test_purge ... ok
30142026-03-16T18:53:44.165Ztest illumos::test::address_exists_handles_missing_object ... ok
30152026-03-16T18:53:44.165Z
30162026-03-16T18:53:44.168Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30172026-03-16T18:53:44.168Z
30182026-03-16T18:53:44.168Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-82e8c1d1465f6c04)
30192026-03-16T18:53:44.174Z
30202026-03-16T18:53:44.174Zrunning 1 test
30212026-03-16T18:53:45.646Ztest test::test_apis_up_to_date ... ok
30222026-03-16T18:53:45.646Z
30232026-03-16T18:53:45.646Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.47s
30242026-03-16T18:53:45.646Z
30252026-03-16T18:53:45.701Z Running unittests src/main.rs (target/debug/deps/dpd-8e28b16c7b20e6ce)
30262026-03-16T18:53:45.709Z
30272026-03-16T18:53:45.709Zrunning 44 tests
30282026-03-16T18:53:45.712Ztest freemap::test_ordering ... ok
30292026-03-16T18:53:45.712Ztest freemap::test_split ... ok
30302026-03-16T18:53:45.712Ztest config::tests::test_updates ... ok
30312026-03-16T18:53:45.712Ztest macaddrs::tests::test_mac_offset ... ok
30322026-03-16T18:53:45.713Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
30332026-03-16T18:53:45.713Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
30342026-03-16T18:53:45.713Ztest macaddrs::tests::test_parse_port_id ... ok
30352026-03-16T18:53:45.713Ztest mcast::tests::test_canonicalize_sources ... ok
30362026-03-16T18:53:45.716Ztest mcast::tests::test_concurrent_id_allocation ... ok
30372026-03-16T18:53:45.716Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
30382026-03-16T18:53:45.716Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
30392026-03-16T18:53:45.716Ztest mcast::tests::test_create_port_bitmap_empty ... ok
30402026-03-16T18:53:45.716Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
30412026-03-16T18:53:45.716ZMar 16 18:53:44.419Mar 16 18:53:44.419 Mar 16 18:53:44.419DEBG created new freemapDEBGDEBG , unitcreated new freemap:created new freemap , freemap_testunit, Mar 16 18:53:44.419 DEBG created new freemap, :unit: freemap_test
30422026-03-16T18:53:45.716Z
30432026-03-16T18:53:45.716ZMar 16 18:53:44.419 DEBG initted freemap. size: 128, unitMar 16 18:53:44.419: freemap_test
30442026-03-16T18:53:45.716Z freemap_test
30452026-03-16T18:53:45.716ZMar 16 18:53:44.419 DEBGMar 16 18:53:44.419 reset freemap, unit: freemap_test
30462026-03-16T18:53:45.716ZDEBG initted freemap. size: 128, unit: freemap_test
30472026-03-16T18:53:45.716ZDEBG initted freemap. size: 128, unit: freemap_testMar 16 18:53:44.419
30482026-03-16T18:53:45.716Z DEBG reset freemap, unit: Mar 16 18:53:44.419freemap_test
30492026-03-16T18:53:45.716ZDEBG reset freemap, unit: freemap_test
30502026-03-16T18:53:45.716Zunit: freemap_test
30512026-03-16T18:53:45.716ZMar 16 18:53:44.419 DEBG initted freemap. size: 128, unit: freemap_test
30522026-03-16T18:53:45.717ZMar 16 18:53:44.419 DEBG reset freemap, unit: freemap_test
30532026-03-16T18:53:45.717Ztest freemap::test_basic ... ok
30542026-03-16T18:53:45.717Ztest freemap::test_free ... ok
30552026-03-16T18:53:45.717Ztest freemap::test_reclaim ... ok
30562026-03-16T18:53:45.717Ztest freemap::test_exhaustion ... ok
30572026-03-16T18:53:45.717Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
30582026-03-16T18:53:45.717Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
30592026-03-16T18:53:45.717Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
30602026-03-16T18:53:45.717Ztest mcast::tests::test_sources_contain_any ... ok
30612026-03-16T18:53:45.717ZMar 16 18:53:44.420 DEBG created new freemap, unit: freemap_test
30622026-03-16T18:53:45.717ZMar 16 18:53:44.420 DEBG initted freemap. size: 128, unit: freemap_test
30632026-03-16T18:53:45.717ZMar 16 18:53:44.420 DEBG reset freemap, unit: freemap_test
30642026-03-16T18:53:45.717Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
30652026-03-16T18:53:45.717Ztest mcast::validate::tests::test_address_validation_integrated ... ok
30662026-03-16T18:53:45.717Ztest freemap::test_span ... ok
30672026-03-16T18:53:45.717Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
30682026-03-16T18:53:45.717Ztest mcast::validate::tests::test_ipv4_validation ... ok
30692026-03-16T18:53:45.717Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
30702026-03-16T18:53:45.717Ztest mcast::validate::tests::test_ipv6_validation ... ok
30712026-03-16T18:53:45.717Ztest mcast::validate::tests::test_is_ssm_function ... ok
30722026-03-16T18:53:45.717Ztest mcast::validate::tests::test_validate_nat_target ... ok
30732026-03-16T18:53:45.717Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
30742026-03-16T18:53:45.717Ztest mcast::validate::tests::test_validate_tag ... ok
30752026-03-16T18:53:45.717Ztest mcast::validate::tests::test_validate_source_addresses ... ok
30762026-03-16T18:53:45.717Ztest nat::test_mapping ... ok
30772026-03-16T18:53:45.717Ztest port_map::tests::test_backplane_group ... ok
30782026-03-16T18:53:45.717Ztest mcast::validate::tests::test_validate_tag_format ... ok
30792026-03-16T18:53:45.717Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
30802026-03-16T18:53:45.717Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
30812026-03-16T18:53:45.717Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
30822026-03-16T18:53:45.717Ztest port_map::tests::test_port_map ... ok
30832026-03-16T18:53:45.717Ztest port_map::tests::dump_map ... ok
30842026-03-16T18:53:45.717Ztest mcast::tests::test_id_range_boundaries ... ok
30852026-03-16T18:53:45.717Ztest api_server::tests::test_build_info ... ok
30862026-03-16T18:53:45.721Ztest port_map::tests::parse_softnpu_revision ... ok
30872026-03-16T18:53:45.721Z
30882026-03-16T18:53:45.721Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30892026-03-16T18:53:45.721Z
30902026-03-16T18:53:45.724Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-c633122300bb4891)
30912026-03-16T18:53:45.724Z
30922026-03-16T18:53:45.724Zrunning 0 tests
30932026-03-16T18:53:45.725Z
30942026-03-16T18:53:45.725Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30952026-03-16T18:53:45.725Z
30962026-03-16T18:53:45.725Z Running unittests src/lib.rs (target/debug/deps/dpd_api-0ebc9ebd13619687)
30972026-03-16T18:53:45.728Z
30982026-03-16T18:53:45.728Zrunning 0 tests
30992026-03-16T18:53:45.728Z
31002026-03-16T18:53:45.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31012026-03-16T18:53:45.728Z
31022026-03-16T18:53:45.728Z Running unittests src/lib.rs (target/debug/deps/dpd_client-a562522ba115df9c)
31032026-03-16T18:53:45.731Z
31042026-03-16T18:53:45.731Zrunning 6 tests
31052026-03-16T18:53:45.731Ztest tests::test_full_lot_id_neither_present ... ok
31062026-03-16T18:53:45.731Ztest tests::test_full_lot_id_both_present ... ok
31072026-03-16T18:53:45.731Ztest tests::test_full_lot_id_lot_only ... ok
31082026-03-16T18:53:45.731Ztest tests::test_full_lot_id_lotnum_only ... ok
31092026-03-16T18:53:45.731Ztest tests::test_parse_client_port_id ... ok
31102026-03-16T18:53:45.731Ztest tests::test_port_id_cmp ... ok
31112026-03-16T18:53:45.731Z
31122026-03-16T18:53:45.731Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31132026-03-16T18:53:45.732Z
31142026-03-16T18:53:45.732Z Running tests/test_all.rs (target/debug/deps/test_all-d53666c028c25f26)
31152026-03-16T18:53:45.735Z
31162026-03-16T18:53:45.735Zrunning 0 tests
31172026-03-16T18:53:45.735Z
31182026-03-16T18:53:45.735Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31192026-03-16T18:53:45.735Z
31202026-03-16T18:53:45.735Z Running unittests src/lib.rs (target/debug/deps/dpd_types-0b3f59d39e03ea80)
31212026-03-16T18:53:45.735Z
31222026-03-16T18:53:45.735Zrunning 0 tests
31232026-03-16T18:53:45.735Z
31242026-03-16T18:53:45.735Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31252026-03-16T18:53:45.735Z
31262026-03-16T18:53:45.735Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
31272026-03-16T18:53:45.743Z
31282026-03-16T18:53:45.743Zrunning 12 tests
31292026-03-16T18:53:45.747Ztest icmp::test_v6_checksum ... ok
31302026-03-16T18:53:45.747Ztest icmp::test_v4_checksum ... ok
31312026-03-16T18:53:45.747Ztest lldp::test_lldp_parse ... ok
31322026-03-16T18:53:45.747Ztest ipv6::test_ipv6_parse ... ok
31332026-03-16T18:53:45.747Ztest pbuf::test_byte ... ok
31342026-03-16T18:53:45.747Ztest pbuf::test_nibble ... ok
31352026-03-16T18:53:45.747Ztest pbuf::test_short ... ok
31362026-03-16T18:53:45.747Ztest pbuf::test_twelve ... ok
31372026-03-16T18:53:45.747Ztest pbuf::test_word ... ok
31382026-03-16T18:53:45.747Ztest pbuf::test_overflow ... ok
31392026-03-16T18:53:45.747Ztest tcp::test_checksum_syn_nodata ... ok
31402026-03-16T18:53:45.747Ztest tcp::test_checksum_ack_data ... ok
31412026-03-16T18:53:45.747Z
31422026-03-16T18:53:45.747Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31432026-03-16T18:53:45.747Z
31442026-03-16T18:53:45.751Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
31452026-03-16T18:53:45.753Z
31462026-03-16T18:53:45.754Zrunning 0 tests
31472026-03-16T18:53:45.754Z
31482026-03-16T18:53:45.754Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31492026-03-16T18:53:45.754Z
31502026-03-16T18:53:45.754Z Running unittests src/main.rs (target/debug/deps/swadm-28cb891c64b1d99f)
31512026-03-16T18:53:45.764Z
31522026-03-16T18:53:45.764Zrunning 4 tests
31532026-03-16T18:53:45.768Ztest switchport::test::test_compute_lanes ... ok
31542026-03-16T18:53:45.771Ztest switchport::test::port_id_ordering ... ok
31552026-03-16T18:53:45.774Z Lane 0 Lane 1 Lane 2 Lane 3
31562026-03-16T18:53:45.774Z Rx Loss-of-lock: Yes Yes Yes Yes
31572026-03-16T18:53:45.774Z Rx Loss-of-signal: Yes Yes Yes Yes
31582026-03-16T18:53:45.774Z Rx CDR Enabled: Yes Yes Yes Yes
31592026-03-16T18:53:45.774Z Lane 0 Tx Enabled: Yes Lane 1Yes Lane 2 Yes Lane 3Yes
31602026-03-16T18:53:45.774Z
31612026-03-16T18:53:45.774Z State: Activated Tx Loss-of-lock: NoActivated ActivatedNo ActivatedNo
31622026-03-16T18:53:45.774Z Rx Output Enabled: falseNo
31632026-03-16T18:53:45.774Z Tx Loss-of-signal: Nofalse Nofalse falseNo
31642026-03-16T18:53:45.775Z Rx Output Status: validNo
31652026-03-16T18:53:45.775Zvalid Tx CDR Enabled: Novalid Novalid
31662026-03-16T18:53:45.775ZNo Rx Loss-of-lock: true No
31672026-03-16T18:53:45.775Ztrue Tx Adaptive EQ Fault: No Notrue trueNo
31682026-03-16T18:53:45.775Z No Rx Loss-of-signal: false
31692026-03-16T18:53:45.775Z Tx Fault: Yesfalse Yes false falseYes
31702026-03-16T18:53:45.775Z YesRx Auto-squelch Disable: true
31712026-03-16T18:53:45.775Z true true true
31722026-03-16T18:53:45.775Z Tx Output Enabled: true true true true
31732026-03-16T18:53:45.775Z Tx Output Status: invalid invalid invalid invalid
31742026-03-16T18:53:45.775Z Tx Loss-of-lock: false false false false
31752026-03-16T18:53:45.775Z Tx Loss-of-signal: true true true true
31762026-03-16T18:53:45.775ZTx Auto-squelch Disable: false false false false
31772026-03-16T18:53:45.775Z Tx Adaptive EQ Fail: true true true true
31782026-03-16T18:53:45.775Z Tx Failure: false false false false
31792026-03-16T18:53:45.775Z Tx Force Squelch: true true true true
31802026-03-16T18:53:45.775Z Tx Input Polarity: normal normal normal normal
31812026-03-16T18:53:45.775Ztest switchport::test::test_print_sff_datapath ... ok
31822026-03-16T18:53:45.775Ztest switchport::test::test_print_cmis_datapath ... ok
31832026-03-16T18:53:45.775Z
31842026-03-16T18:53:45.775Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31852026-03-16T18:53:45.775Z
31862026-03-16T18:53:45.778Z Running tests/counters.rs (target/debug/deps/counters-d88dca8304571f93)
31872026-03-16T18:53:45.782Z
31882026-03-16T18:53:45.782Zrunning 1 test
31892026-03-16T18:53:45.787Ztest test_p4_counter_list ... ignored
31902026-03-16T18:53:45.787Z
31912026-03-16T18:53:45.787Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31922026-03-16T18:53:45.787Z
31932026-03-16T18:53:45.787Z Running tests/port-link.rs (target/debug/deps/port_link-3a45eaf0c6a4bd06)
31942026-03-16T18:53:45.790Z
31952026-03-16T18:53:45.790Zrunning 5 tests
31962026-03-16T18:53:45.790Ztest test_an ... ignored
31972026-03-16T18:53:45.790Ztest test_enable ... ignored
31982026-03-16T18:53:45.790Ztest test_ip_addresses ... ignored
31992026-03-16T18:53:45.790Ztest test_kr ... ignored
32002026-03-16T18:53:45.791Ztest test_mac ... ignored
32012026-03-16T18:53:45.791Z
32022026-03-16T18:53:45.791Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32032026-03-16T18:53:45.791Z
32042026-03-16T18:53:45.793Z Running unittests src/main.rs (target/debug/deps/tfportd-a1f7f34a21fed298)
32052026-03-16T18:53:45.798Z
32062026-03-16T18:53:45.798Zrunning 3 tests
32072026-03-16T18:53:45.801Ztest linklocal::test_parse_ipadm ... ok
32082026-03-16T18:53:45.801Ztest tfport::test_parse_tfport ... ok
32092026-03-16T18:53:45.802Ztest config::tests::test_updates ... ok
32102026-03-16T18:53:45.802Z
32112026-03-16T18:53:45.802Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32122026-03-16T18:53:45.802Z
32132026-03-16T18:53:45.802Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
32142026-03-16T18:53:45.805Z
32152026-03-16T18:53:45.805Zrunning 0 tests
32162026-03-16T18:53:45.809Z
32172026-03-16T18:53:45.809Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32182026-03-16T18:53:45.809Z
32192026-03-16T18:53:45.809Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
32202026-03-16T18:53:45.812Z
32212026-03-16T18:53:45.812Zrunning 0 tests
32222026-03-16T18:53:45.812Z
32232026-03-16T18:53:45.812Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32242026-03-16T18:53:45.812Z
32252026-03-16T18:53:45.812Z Doc-tests aal
32262026-03-16T18:53:45.973Z
32272026-03-16T18:53:45.973Zrunning 0 tests
32282026-03-16T18:53:45.973Z
32292026-03-16T18:53:45.976Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32302026-03-16T18:53:45.976Z
32312026-03-16T18:53:45.992Z Doc-tests aal_macros
32322026-03-16T18:53:46.085Z
32332026-03-16T18:53:46.085Zrunning 0 tests
32342026-03-16T18:53:46.085Z
32352026-03-16T18:53:46.085Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32362026-03-16T18:53:46.085Z
32372026-03-16T18:53:46.098Z Doc-tests common
32382026-03-16T18:53:46.404Z
32392026-03-16T18:53:46.404Zrunning 0 tests
32402026-03-16T18:53:46.404Z
32412026-03-16T18:53:46.404Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32422026-03-16T18:53:46.404Z
32432026-03-16T18:53:46.427Z Doc-tests dpd_api
32442026-03-16T18:53:47.930Z
32452026-03-16T18:53:47.930Zrunning 2 tests
32462026-03-16T18:53:47.930Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored
32472026-03-16T18:53:47.930Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored
32482026-03-16T18:53:47.930Z
32492026-03-16T18:53:47.930Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
32502026-03-16T18:53:47.930Z
32512026-03-16T18:53:47.978Z Doc-tests dpd_client
32522026-03-16T18:53:49.661Z
32532026-03-16T18:53:49.661Zrunning 0 tests
32542026-03-16T18:53:49.661Z
32552026-03-16T18:53:49.661Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32562026-03-16T18:53:49.661Z
32572026-03-16T18:53:49.688Z Doc-tests dpd_types
32582026-03-16T18:53:50.130Z
32592026-03-16T18:53:50.130Zrunning 0 tests
32602026-03-16T18:53:50.130Z
32612026-03-16T18:53:50.130Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32622026-03-16T18:53:50.130Z
32632026-03-16T18:53:50.164Z Doc-tests packet
32642026-03-16T18:53:50.308Z
32652026-03-16T18:53:50.309Zrunning 0 tests
32662026-03-16T18:53:50.309Z
32672026-03-16T18:53:50.312Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32682026-03-16T18:53:50.312Z
32692026-03-16T18:53:50.327Z Doc-tests pcap
32702026-03-16T18:53:50.395Z
32712026-03-16T18:53:50.395Zrunning 0 tests
32722026-03-16T18:53:50.395Z
32732026-03-16T18:53:50.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32742026-03-16T18:53:50.399Z
32752026-03-16T18:53:50.455Z+ for feat in tofino_stub tofino_asic softnpu chaos
32762026-03-16T18:53:50.455Z+ RUST_BACKTRACE=full
32772026-03-16T18:53:50.455Z+ cargo test --features chaos --no-fail-fast
32782026-03-16T18:53:51.273Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
32792026-03-16T18:53:51.363Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
32802026-03-16T18:53:51.376Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
32812026-03-16T18:54:02.746Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
32822026-03-16T18:54:03.430Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
32832026-03-16T18:54:51.468Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
32842026-03-16T18:54:51.609Z Running unittests src/lib.rs (target/debug/deps/aal-8a2f49f84a5b6e99)
32852026-03-16T18:54:51.615Z
32862026-03-16T18:54:51.615Zrunning 5 tests
32872026-03-16T18:54:51.619Ztest fuse::tests::chip_revision_b0 ... ok
32882026-03-16T18:54:51.619Ztest fuse::tests::chip_revision_b1 ... ok
32892026-03-16T18:54:51.619Ztest fuse::tests::chip_revision_a0 ... ok
32902026-03-16T18:54:51.619Ztest fuse::tests::chip_revision_unknown_device_id ... ok
32912026-03-16T18:54:51.619Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
32922026-03-16T18:54:51.619Z
32932026-03-16T18:54:51.619Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32942026-03-16T18:54:51.619Z
32952026-03-16T18:54:51.619Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
32962026-03-16T18:54:51.623Z
32972026-03-16T18:54:51.623Zrunning 0 tests
32982026-03-16T18:54:51.623Z
32992026-03-16T18:54:51.626Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33002026-03-16T18:54:51.626Z
33012026-03-16T18:54:51.626Z Running unittests src/lib.rs (target/debug/deps/asic-5a9c37b3d1c1025a)
33022026-03-16T18:54:51.632Z
33032026-03-16T18:54:51.632Zrunning 0 tests
33042026-03-16T18:54:51.635Z
33052026-03-16T18:54:51.635Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33062026-03-16T18:54:51.635Z
33072026-03-16T18:54:51.635Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
33082026-03-16T18:54:51.642Z
33092026-03-16T18:54:51.642Zrunning 10 tests
33102026-03-16T18:54:51.645Ztest nat::tests::test_vni ... ok
33112026-03-16T18:54:51.645Ztest network::tests::test_equal ... ok
33122026-03-16T18:54:51.645Ztest network::tests::test_eui64 ... ok
33132026-03-16T18:54:51.645Ztest network::tests::test_into ... ok
33142026-03-16T18:54:51.645Ztest network::tests::test_not_equal ... ok
33152026-03-16T18:54:51.645Ztest network::tests::test_generate_ipv6_link_local ... ok
33162026-03-16T18:54:51.645Ztest network::tests::test_to_string ... ok
33172026-03-16T18:54:51.645Ztest network::tests::test_parse ... ok
33182026-03-16T18:54:51.645Ztest test_purge ... ok
33192026-03-16T18:54:51.649Ztest illumos::test::address_exists_handles_missing_object ... ok
33202026-03-16T18:54:51.649Z
33212026-03-16T18:54:51.653Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33222026-03-16T18:54:51.653Z
33232026-03-16T18:54:51.653Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9cac1d34cd5cc78b)
33242026-03-16T18:54:51.680Z
33252026-03-16T18:54:51.680Zrunning 1 test
33262026-03-16T18:54:53.134Ztest test::test_apis_up_to_date ... ok
33272026-03-16T18:54:53.134Z
33282026-03-16T18:54:53.134Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.46s
33292026-03-16T18:54:53.134Z
33302026-03-16T18:54:53.187Z Running unittests src/main.rs (target/debug/deps/dpd-09df7d9d8466b872)
33312026-03-16T18:54:53.194Z
33322026-03-16T18:54:53.194Zrunning 44 tests
33332026-03-16T18:54:53.197Ztest freemap::test_ordering ... ok
33342026-03-16T18:54:53.197Ztest freemap::test_split ... ok
33352026-03-16T18:54:53.197Ztest config::tests::test_updates ... ok
33362026-03-16T18:54:53.198Ztest macaddrs::tests::test_mac_offset ... ok
33372026-03-16T18:54:53.198Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
33382026-03-16T18:54:53.198Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
33392026-03-16T18:54:53.198Ztest macaddrs::tests::test_parse_port_id ... ok
33402026-03-16T18:54:53.198Ztest mcast::tests::test_canonicalize_sources ... ok
33412026-03-16T18:54:53.201Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
33422026-03-16T18:54:53.201Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
33432026-03-16T18:54:53.201Ztest mcast::tests::test_concurrent_id_allocation ... ok
33442026-03-16T18:54:53.201Ztest mcast::tests::test_create_port_bitmap_empty ... ok
33452026-03-16T18:54:53.201Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
33462026-03-16T18:54:53.201ZMar 16 18:54:51.908Mar 16 18:54:51.908 DEBGDEBG created new freemapcreated new freemap, , unitunit:Mar 16 18:54:51.908 :freemap_testMar 16 18:54:51.908 DEBGDEBG
33472026-03-16T18:54:53.201Z freemap_test created new freemap
33482026-03-16T18:54:53.201Z, created new freemapMar 16 18:54:51.908, Mar 16 18:54:51.908DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_test
33492026-03-16T18:54:53.201Zfreemap_test
33502026-03-16T18:54:53.201ZMar 16 18:54:51.908unit :DEBG freemap_testreset freemap
33512026-03-16T18:54:53.201Z, unit: freemap_test
33522026-03-16T18:54:53.201ZMar 16 18:54:51.908 DEBG initted freemap. size: 128, unit: freemap_test
33532026-03-16T18:54:53.201ZMar 16 18:54:51.908 DEBG reset freemap, unit: freemap_test
33542026-03-16T18:54:53.201Zunit: freemap_test
33552026-03-16T18:54:53.201ZMar 16 18:54:51.908 DEBG initted freemap. size: 128, unit: freemap_test
33562026-03-16T18:54:53.201ZMar 16 18:54:51.908Mar 16 18:54:51.908 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
33572026-03-16T18:54:53.201Z
33582026-03-16T18:54:53.201Ztest freemap::test_basic ... ok
33592026-03-16T18:54:53.201Ztest freemap::test_reclaim ... ok
33602026-03-16T18:54:53.201Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
33612026-03-16T18:54:53.201ZMar 16 18:54:51.908 DEBG created new freemap, unit: freemap_test
33622026-03-16T18:54:53.201ZMar 16 18:54:51.908 DEBG initted freemap. size: 128, unit: freemap_test
33632026-03-16T18:54:53.201ZMar 16 18:54:51.908 DEBG reset freemap, unit: freemap_test
33642026-03-16T18:54:53.202Ztest freemap::test_free ... ok
33652026-03-16T18:54:53.202Ztest freemap::test_span ... ok
33662026-03-16T18:54:53.202Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
33672026-03-16T18:54:53.202Ztest freemap::test_exhaustion ... ok
33682026-03-16T18:54:53.202Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
33692026-03-16T18:54:53.202Ztest mcast::tests::test_sources_contain_any ... ok
33702026-03-16T18:54:53.202Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
33712026-03-16T18:54:53.202Ztest mcast::validate::tests::test_address_validation_integrated ... ok
33722026-03-16T18:54:53.202Ztest mcast::validate::tests::test_ipv4_validation ... ok
33732026-03-16T18:54:53.202Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
33742026-03-16T18:54:53.202Ztest mcast::validate::tests::test_is_ssm_function ... ok
33752026-03-16T18:54:53.202Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
33762026-03-16T18:54:53.202Ztest mcast::validate::tests::test_ipv6_validation ... ok
33772026-03-16T18:54:53.202Ztest mcast::validate::tests::test_validate_nat_target ... ok
33782026-03-16T18:54:53.202Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
33792026-03-16T18:54:53.205Ztest mcast::validate::tests::test_validate_tag ... ok
33802026-03-16T18:54:53.205Ztest nat::test_mapping ... ok
33812026-03-16T18:54:53.205Ztest mcast::validate::tests::test_validate_source_addresses ... ok
33822026-03-16T18:54:53.206Ztest mcast::validate::tests::test_validate_tag_format ... ok
33832026-03-16T18:54:53.206Ztest port_map::tests::test_backplane_group ... ok
33842026-03-16T18:54:53.206Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
33852026-03-16T18:54:53.206Ztest port_map::tests::test_port_map ... ok
33862026-03-16T18:54:53.206Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
33872026-03-16T18:54:53.206Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
33882026-03-16T18:54:53.206Ztest port_map::tests::dump_map ... ok
33892026-03-16T18:54:53.206Ztest api_server::tests::test_build_info ... ok
33902026-03-16T18:54:53.206Ztest mcast::tests::test_id_range_boundaries ... ok
33912026-03-16T18:54:53.206Ztest port_map::tests::parse_softnpu_revision ... ok
33922026-03-16T18:54:53.206Z
33932026-03-16T18:54:53.206Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33942026-03-16T18:54:53.206Z
33952026-03-16T18:54:53.209Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-f929a413dd6411e7)
33962026-03-16T18:54:53.212Z
33972026-03-16T18:54:53.212Zrunning 0 tests
33982026-03-16T18:54:53.212Z
33992026-03-16T18:54:53.212Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34002026-03-16T18:54:53.212Z
34012026-03-16T18:54:53.212Z Running unittests src/lib.rs (target/debug/deps/dpd_api-da6c92b619791a35)
34022026-03-16T18:54:53.217Z
34032026-03-16T18:54:53.217Zrunning 0 tests
34042026-03-16T18:54:53.218Z
34052026-03-16T18:54:53.221Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34062026-03-16T18:54:53.221Z
34072026-03-16T18:54:53.221Z Running unittests src/lib.rs (target/debug/deps/dpd_client-5257cf1c1dcb5258)
34082026-03-16T18:54:53.231Z
34092026-03-16T18:54:53.231Zrunning 6 tests
34102026-03-16T18:54:53.234Ztest tests::test_full_lot_id_both_present ... ok
34112026-03-16T18:54:53.234Ztest tests::test_full_lot_id_neither_present ... ok
34122026-03-16T18:54:53.234Ztest tests::test_full_lot_id_lotnum_only ... ok
34132026-03-16T18:54:53.234Ztest tests::test_full_lot_id_lot_only ... ok
34142026-03-16T18:54:53.234Ztest tests::test_port_id_cmp ... ok
34152026-03-16T18:54:53.234Ztest tests::test_parse_client_port_id ... ok
34162026-03-16T18:54:53.234Z
34172026-03-16T18:54:53.238Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34182026-03-16T18:54:53.238Z
34192026-03-16T18:54:53.238Z Running tests/test_all.rs (target/debug/deps/test_all-7bf30511aec8edba)
34202026-03-16T18:54:53.241Z
34212026-03-16T18:54:53.241Zrunning 6 tests
34222026-03-16T18:54:56.250Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34232026-03-16T18:54:56.254Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34242026-03-16T18:54:56.254Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34252026-03-16T18:54:56.260Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34262026-03-16T18:54:56.603Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34272026-03-16T18:54:58.300Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34282026-03-16T18:54:58.300Z
34292026-03-16T18:54:58.300Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.06s
34302026-03-16T18:54:58.300Z
34312026-03-16T18:54:58.309Z Running unittests src/lib.rs (target/debug/deps/dpd_types-7f0cdf6e479abfd5)
34322026-03-16T18:54:58.316Z
34332026-03-16T18:54:58.316Zrunning 0 tests
34342026-03-16T18:54:58.316Z
34352026-03-16T18:54:58.319Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34362026-03-16T18:54:58.319Z
34372026-03-16T18:54:58.319Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
34382026-03-16T18:54:58.324Z
34392026-03-16T18:54:58.324Zrunning 12 tests
34402026-03-16T18:54:58.327Ztest icmp::test_v6_checksum ... ok
34412026-03-16T18:54:58.327Ztest icmp::test_v4_checksum ... ok
34422026-03-16T18:54:58.327Ztest lldp::test_lldp_parse ... ok
34432026-03-16T18:54:58.327Ztest ipv6::test_ipv6_parse ... ok
34442026-03-16T18:54:58.327Ztest pbuf::test_byte ... ok
34452026-03-16T18:54:58.328Ztest pbuf::test_nibble ... ok
34462026-03-16T18:54:58.328Ztest pbuf::test_short ... ok
34472026-03-16T18:54:58.328Ztest pbuf::test_twelve ... ok
34482026-03-16T18:54:58.328Ztest pbuf::test_overflow ... ok
34492026-03-16T18:54:58.328Ztest pbuf::test_word ... ok
34502026-03-16T18:54:58.328Ztest tcp::test_checksum_syn_nodata ... ok
34512026-03-16T18:54:58.328Ztest tcp::test_checksum_ack_data ... ok
34522026-03-16T18:54:58.328Z
34532026-03-16T18:54:58.328Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34542026-03-16T18:54:58.328Z
34552026-03-16T18:54:58.331Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
34562026-03-16T18:54:58.334Z
34572026-03-16T18:54:58.334Zrunning 0 tests
34582026-03-16T18:54:58.334Z
34592026-03-16T18:54:58.334Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34602026-03-16T18:54:58.334Z
34612026-03-16T18:54:58.337Z Running unittests src/main.rs (target/debug/deps/swadm-540a6c17bd48bc91)
34622026-03-16T18:54:58.340Z
34632026-03-16T18:54:58.340Zrunning 4 tests
34642026-03-16T18:54:58.340Ztest switchport::test::test_compute_lanes ... ok
34652026-03-16T18:54:58.340Ztest switchport::test::port_id_ordering ... ok
34662026-03-16T18:54:58.340Z Lane 0 Lane 1 Lane 2 Lane 3
34672026-03-16T18:54:58.340Z Lane 0 Rx Loss-of-lock: YesLane 1 YesLane 2 YesLane 3
34682026-03-16T18:54:58.340ZYes
34692026-03-16T18:54:58.340Z Rx Loss-of-signal: Yes State: Activated ActivatedYes ActivatedYes ActivatedYes
34702026-03-16T18:54:58.340Z
34712026-03-16T18:54:58.340Z Rx Output Enabled: false Rx CDR Enabled: Yes Yesfalse falseYes falseYes
34722026-03-16T18:54:58.340Z
34732026-03-16T18:54:58.340Z Rx Output Status: valid Tx Enabled: Yes validYes validYes validYes
34742026-03-16T18:54:58.340Z
34752026-03-16T18:54:58.340Z Tx Loss-of-lock: No Rx Loss-of-lock: true No true Notrue No
34762026-03-16T18:54:58.340Ztrue Tx Loss-of-signal: No
34772026-03-16T18:54:58.340Z Rx Loss-of-signal: false No falseNo falseNo
34782026-03-16T18:54:58.340Zfalse
34792026-03-16T18:54:58.340ZRx Auto-squelch Disable: true Tx CDR Enabled: No trueNo trueNo trueNo
34802026-03-16T18:54:58.340Z
34812026-03-16T18:54:58.341Z Tx Output Enabled: true Tx Adaptive EQ Fault: No true No Notrue Notrue
34822026-03-16T18:54:58.341Z
34832026-03-16T18:54:58.341Z Tx Fault: Yes Tx Output Status: invalidYes Yesinvalid Yes
34842026-03-16T18:54:58.341Zinvalid invalid
34852026-03-16T18:54:58.341Z Tx Loss-of-lock: false false false false
34862026-03-16T18:54:58.341Z Tx Loss-of-signal: true true true true
34872026-03-16T18:54:58.341ZTx Auto-squelch Disable: false false false false
34882026-03-16T18:54:58.341Z Tx Adaptive EQ Fail: true true true true
34892026-03-16T18:54:58.341Z Tx Failure: false false false false
34902026-03-16T18:54:58.341Z Tx Force Squelch: true true true true
34912026-03-16T18:54:58.341Z Tx Input Polarity: normal normal normal normal
34922026-03-16T18:54:58.341Ztest switchport::test::test_print_sff_datapath ... ok
34932026-03-16T18:54:58.341Ztest switchport::test::test_print_cmis_datapath ... ok
34942026-03-16T18:54:58.341Z
34952026-03-16T18:54:58.341Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34962026-03-16T18:54:58.341Z
34972026-03-16T18:54:58.341Z Running tests/counters.rs (target/debug/deps/counters-7b0a7f591074c274)
34982026-03-16T18:54:58.345Z
34992026-03-16T18:54:58.345Zrunning 1 test
35002026-03-16T18:54:58.345Ztest test_p4_counter_list ... ignored
35012026-03-16T18:54:58.345Z
35022026-03-16T18:54:58.345Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35032026-03-16T18:54:58.345Z
35042026-03-16T18:54:58.345Z Running tests/port-link.rs (target/debug/deps/port_link-a8d526adc4f8c21c)
35052026-03-16T18:54:58.348Z
35062026-03-16T18:54:58.348Zrunning 5 tests
35072026-03-16T18:54:58.348Ztest test_an ... ignored
35082026-03-16T18:54:58.348Ztest test_enable ... ignored
35092026-03-16T18:54:58.348Ztest test_ip_addresses ... ignored
35102026-03-16T18:54:58.348Ztest test_kr ... ignored
35112026-03-16T18:54:58.348Ztest test_mac ... ignored
35122026-03-16T18:54:58.348Z
35132026-03-16T18:54:58.348Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35142026-03-16T18:54:58.348Z
35152026-03-16T18:54:58.348Z Running unittests src/main.rs (target/debug/deps/tfportd-a5363bacba764e3a)
35162026-03-16T18:54:58.352Z
35172026-03-16T18:54:58.352Zrunning 3 tests
35182026-03-16T18:54:58.355Ztest linklocal::test_parse_ipadm ... ok
35192026-03-16T18:54:58.355Ztest tfport::test_parse_tfport ... ok
35202026-03-16T18:54:58.355Ztest config::tests::test_updates ... ok
35212026-03-16T18:54:58.355Z
35222026-03-16T18:54:58.355Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35232026-03-16T18:54:58.355Z
35242026-03-16T18:54:58.355Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
35252026-03-16T18:54:58.361Z
35262026-03-16T18:54:58.361Zrunning 0 tests
35272026-03-16T18:54:58.361Z
35282026-03-16T18:54:58.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35292026-03-16T18:54:58.364Z
35302026-03-16T18:54:58.364Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
35312026-03-16T18:54:58.367Z
35322026-03-16T18:54:58.367Zrunning 0 tests
35332026-03-16T18:54:58.367Z
35342026-03-16T18:54:58.367Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35352026-03-16T18:54:58.367Z
35362026-03-16T18:54:58.370Z Doc-tests aal
35372026-03-16T18:54:58.585Z
35382026-03-16T18:54:58.585Zrunning 0 tests
35392026-03-16T18:54:58.586Z
35402026-03-16T18:54:58.589Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35412026-03-16T18:54:58.589Z
35422026-03-16T18:54:58.605Z Doc-tests aal_macros
35432026-03-16T18:54:58.697Z
35442026-03-16T18:54:58.697Zrunning 0 tests
35452026-03-16T18:54:58.697Z
35462026-03-16T18:54:58.697Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35472026-03-16T18:54:58.697Z
35482026-03-16T18:54:58.710Z Doc-tests common
35492026-03-16T18:54:59.012Z
35502026-03-16T18:54:59.012Zrunning 0 tests
35512026-03-16T18:54:59.012Z
35522026-03-16T18:54:59.012Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35532026-03-16T18:54:59.012Z
35542026-03-16T18:54:59.035Z Doc-tests dpd_api
35552026-03-16T18:55:00.601Z
35562026-03-16T18:55:00.601Zrunning 2 tests
35572026-03-16T18:55:00.601Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored
35582026-03-16T18:55:00.601Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored
35592026-03-16T18:55:00.602Z
35602026-03-16T18:55:00.605Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
35612026-03-16T18:55:00.605Z
35622026-03-16T18:55:00.648Z Doc-tests dpd_client
35632026-03-16T18:55:02.495Z
35642026-03-16T18:55:02.495Zrunning 0 tests
35652026-03-16T18:55:02.495Z
35662026-03-16T18:55:02.495Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35672026-03-16T18:55:02.495Z
35682026-03-16T18:55:02.548Z Doc-tests dpd_types
35692026-03-16T18:55:02.992Z
35702026-03-16T18:55:02.992Zrunning 0 tests
35712026-03-16T18:55:02.992Z
35722026-03-16T18:55:02.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35732026-03-16T18:55:02.992Z
35742026-03-16T18:55:03.026Z Doc-tests packet
35752026-03-16T18:55:03.171Z
35762026-03-16T18:55:03.172Zrunning 0 tests
35772026-03-16T18:55:03.172Z
35782026-03-16T18:55:03.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35792026-03-16T18:55:03.172Z
35802026-03-16T18:55:03.191Z Doc-tests pcap
35812026-03-16T18:55:03.256Z
35822026-03-16T18:55:03.256Zrunning 0 tests
35832026-03-16T18:55:03.256Z
35842026-03-16T18:55:03.260Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35852026-03-16T18:55:03.260Z
35862026-03-16T18:55:03.315Zprocess exited: duration 864565 ms, exit code 0
 
35872026-03-16T18:55:03.322Zfound 0 output files