01KEAXDYC4ZWJEA33D17MWZCA7: test

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

Buildomat Job: 01KEAXE9PKNTDNSVH3CJQHMMB3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-07T00:24:49.571Zjob assigned to worker 01KEAXEAPGQ3QASEWTNTCHYPQ2 [factory gimlet-EVT22200007-propolis, EVT22200007/53234] (queued for 25 s)
 
22026-01-07T00:24:58.134Zstarting task 0: "setup"
32026-01-07T00:24:58.157Z++ uname -s
42026-01-07T00:24:58.157Z+ kern=SunOS
52026-01-07T00:24:58.157Z+ build_user=build
62026-01-07T00:24:58.157Z+ build_uid=12345
72026-01-07T00:24:58.157Z+ work_dir=/work
82026-01-07T00:24:58.157Z+ input_dir=/input
92026-01-07T00:24:58.157Z+ [[ 0 == 12345 ]]
102026-01-07T00:24:58.157Z+ case "$kern" in
112026-01-07T00:24:58.157Z+ groupadd -g 12345 build
122026-01-07T00:24:58.157Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-07T00:25:00.161Z+ zfs create -o mountpoint=/work rpool/work
142026-01-07T00:25:00.208Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-07T00:25:00.231Z+ home_fs=zfs
162026-01-07T00:25:00.231Z+ [[ zfs == autofs ]]
172026-01-07T00:25:00.231Z+ mkdir -p /home/build
182026-01-07T00:25:00.231Z+ chown build:build /home/build /work
192026-01-07T00:25:02.218Z+ chmod 0700 /home/build /work
202026-01-07T00:25:02.244Zprocess exited: duration 4088 ms, exit code 0
 
212026-01-07T00:25:02.292Zstarting task 1: "rust-toolchain"
222026-01-07T00:25:02.316Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-01-07T00:25:02.316Z * rust toolchain channel = "1.90.0"
242026-01-07T00:25:02.316Z * rust toolchain profile = "default"
252026-01-07T00:25:02.316Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-01-07T00:25:02.316Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-07T00:25:02.316Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-07T00:25:02.317Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-07T00:25:02.317Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-01-07T00:25:02.431Zinfo: downloading installer
312026-01-07T00:25:03.428Zwarn: It looks like you have an existing installation of Rust at:
322026-01-07T00:25:03.428Zwarn: /opt/ooce/bin
332026-01-07T00:25:03.428Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-07T00:25:03.428Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-07T00:25:03.428Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-07T00:25:03.428Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-07T00:25:03.428Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-07T00:25:03.428Zerror: cannot install while Rust is installed
392026-01-07T00:25:03.428Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-07T00:25:04.475Zinfo: profile set to 'default'
412026-01-07T00:25:04.475Zinfo: default host triple is x86_64-unknown-illumos
422026-01-07T00:25:04.475Zinfo: syncing channel updates for '1.90.0-x86_64-unknown-illumos'
432026-01-07T00:25:04.499Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
442026-01-07T00:25:04.499Zinfo: downloading component 'cargo'
452026-01-07T00:25:04.499Zinfo: downloading component 'clippy'
462026-01-07T00:25:04.499Zinfo: downloading component 'rust-docs'
472026-01-07T00:25:04.719Zinfo: downloading component 'rust-std'
482026-01-07T00:25:05.033Zinfo: downloading component 'rustc'
492026-01-07T00:25:06.144Zinfo: downloading component 'rustfmt'
502026-01-07T00:25:06.195Zinfo: installing component 'cargo'
512026-01-07T00:25:07.415Zinfo: installing component 'clippy'
522026-01-07T00:25:07.886Zinfo: installing component 'rust-docs'
532026-01-07T00:25:10.956Zinfo: installing component 'rust-std'
542026-01-07T00:25:13.165Zinfo: installing component 'rustc'
552026-01-07T00:25:21.133Zinfo: installing component 'rustfmt'
562026-01-07T00:25:21.521Z
572026-01-07T00:25:21.521Zinfo: default toolchain set to '1.90.0-x86_64-unknown-illumos'
582026-01-07T00:25:21.687Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
592026-01-07T00:25:21.687Z
602026-01-07T00:25:21.711Z
612026-01-07T00:25:21.711ZRust is installed now. Great!
622026-01-07T00:25:21.711Z
632026-01-07T00:25:21.711ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-07T00:25:21.711Zenvironment variable. This has not been done automatically.
652026-01-07T00:25:21.711Z
662026-01-07T00:25:21.711ZTo configure your current shell, you need to source
672026-01-07T00:25:21.711Zthe corresponding env file under $HOME/.cargo.
682026-01-07T00:25:21.711Z
692026-01-07T00:25:21.711ZThis is usually done by running one of the following (note the leading DOT):
702026-01-07T00:25:21.711Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-07T00:25:21.711Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-07T00:25:21.711Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-07T00:25:21.791Z+ rustup --version
742026-01-07T00:25:21.815Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-07T00:25:21.815Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-07T00:25:21.931Zinfo: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
772026-01-07T00:25:21.954Z+ cargo --version
782026-01-07T00:25:22.044Zcargo 1.90.0 (840b83a10 2025-07-30)
792026-01-07T00:25:22.068Z+ rustc --version
802026-01-07T00:25:22.164Zrustc 1.90.0 (1159e78c4 2025-09-14)
812026-01-07T00:25:22.188Zprocess exited: duration 19877 ms, exit code 0
 
822026-01-07T00:25:22.236Zstarting task 2: "authentication"
832026-01-07T00:25:22.292Zprocess exited: duration 55 ms, exit code 0
 
842026-01-07T00:25:22.340Zstarting task 3: "clone repository"
852026-01-07T00:25:22.365Z+ mkdir -p /work/oxidecomputer/dendrite
862026-01-07T00:25:22.365Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
872026-01-07T00:25:22.389ZCloning into '/work/oxidecomputer/dendrite'...
882026-01-07T00:25:23.417Z+ cd /work/oxidecomputer/dendrite
892026-01-07T00:25:23.442Z+ git fetch origin 7d091abe606a53e4005ae456eeb5e712dba9bb91
902026-01-07T00:25:23.765ZFrom https://github.com/oxidecomputer/dendrite
912026-01-07T00:25:23.765Z * branch 7d091abe606a53e4005ae456eeb5e712dba9bb91 -> FETCH_HEAD
922026-01-07T00:25:23.791Z+ [[ -n ry/FTLC9558REPM-1Y ]]
932026-01-07T00:25:23.791Z++ git branch --show-current
942026-01-07T00:25:23.792Z+ current=main
952026-01-07T00:25:23.792Z+ [[ main != ry/FTLC9558REPM-1Y ]]
962026-01-07T00:25:23.792Z+ git branch -f ry/FTLC9558REPM-1Y 7d091abe606a53e4005ae456eeb5e712dba9bb91
972026-01-07T00:25:23.792Z+ git checkout -f ry/FTLC9558REPM-1Y
982026-01-07T00:25:23.824ZSwitched to branch 'ry/FTLC9558REPM-1Y'
992026-01-07T00:25:23.848Z+ git reset --hard 7d091abe606a53e4005ae456eeb5e712dba9bb91
1002026-01-07T00:25:23.848ZHEAD is now at 7d091ab add default settings for FTLC9558REPM-1Y
1012026-01-07T00:25:23.848Zprocess exited: duration 1495 ms, exit code 0
 
1022026-01-07T00:25:23.896Zstarting task 4: "build"
1032026-01-07T00:25:23.920Z+ source .github/buildomat/common.sh
1042026-01-07T00:25:23.920Z++ SDE_COMMIT=eb08b0b0e55792bbba206202603da0fd791ea555
1052026-01-07T00:25:23.920Z++ SDE_PKG_SHA256=fbaea9ccd7ece70cdc20207e2f9b4750243468c6fe95c6a1fae9734201307db7
1062026-01-07T00:25:23.920Z++ SDE_DEB_SHA256=14050fd9a08b8b0b2ec7c827fa06a51516369a81bcf616d16699302b58d8ea9a
1072026-01-07T00:25:23.920Z+++ uname -s
1082026-01-07T00:25:23.920Z++ '[' SunOS == SunOS ']'
1092026-01-07T00:25:23.920Z++ SERIES=illumos
1102026-01-07T00:25:23.920Z+++ uname -s
1112026-01-07T00:25:23.920Z++ '[' SunOS == SunOS ']'
1122026-01-07T00:25:23.920Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/eb08b0b0e55792bbba206202603da0fd791ea555
1132026-01-07T00:25:23.920Z++ rustup show active-toolchain
1142026-01-07T00:25:24.001Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1152026-01-07T00:25:24.026Z+ source .github/buildomat/illumos.sh
1162026-01-07T00:25:24.026Z++ banner 'sde setup'
1172026-01-07T00:25:24.026Z
1182026-01-07T00:25:24.026Z #### ##### ###### #### ###### ##### # # #####
1192026-01-07T00:25:24.026Z # # # # # # # # # # #
1202026-01-07T00:25:24.026Z #### # # ##### #### ##### # # # # #
1212026-01-07T00:25:24.026Z # # # # # # # # # #####
1222026-01-07T00:25:24.026Z # # # # # # # # # # # #
1232026-01-07T00:25:24.026Z #### ##### ###### #### ###### # #### #
1242026-01-07T00:25:24.026Z
1252026-01-07T00:25:24.026Z++ export PKG=tofino_sde.p5p
1262026-01-07T00:25:24.026Z++ PKG=tofino_sde.p5p
1272026-01-07T00:25:24.026Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/eb08b0b0e55792bbba206202603da0fd791ea555/tofino_sde.p5p
1282026-01-07T00:25:24.026Z % Total % Received % Xferd Average Speed Time Time Time Current
1292026-01-07T00:25:24.026Z Dload Upload Total Spent Left Speed
1302026-01-07T00:25:27.751Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17 75.0M 17 13.2M 0 0 15.4M 0 0:00:04 --:--:-- 0:00:04 15.4M 45 75.0M 45 34.4M 0 0 18.5M 0 0:00:04 0:00:01 0:00:03 18.5M 73 75.0M 73 55.1M 0 0 19.3M 0 0:00:03 0:00:02 0:00:01 19.3M 100 75.0M 100 75.0M 0 0 20.1M 0 0:00:03 0:00:03 --:--:-- 20.1M
1312026-01-07T00:25:27.775Z+++ digest -a sha256 tofino_sde.p5p
1322026-01-07T00:25:27.827Z++ SDE_CALC=fbaea9ccd7ece70cdc20207e2f9b4750243468c6fe95c6a1fae9734201307db7
1332026-01-07T00:25:27.828Z++ '[' fbaea9ccd7ece70cdc20207e2f9b4750243468c6fe95c6a1fae9734201307db7 '!=' fbaea9ccd7ece70cdc20207e2f9b4750243468c6fe95c6a1fae9734201307db7 ']'
1342026-01-07T00:25:27.828Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1352026-01-07T00:25:46.212Z Startup: Refreshing catalog 'helios-dev' ... Done
1362026-01-07T00:25:57.119Z Startup: Caching catalogs ... Done
1372026-01-07T00:25:57.330Z Startup: Refreshing catalog 'oxide' ... Done
1382026-01-07T00:26:21.119ZPlanning: Solver setup ... Done
1392026-01-07T00:26:21.265ZPlanning: Running solver ... Done
1402026-01-07T00:26:21.397ZPlanning: Finding local manifests ... Done
1412026-01-07T00:26:21.421ZPlanning: Fetching manifests: 1/1 100% complete
1422026-01-07T00:26:21.421ZPlanning: Fetching manifests: 1/1 100% complete
1432026-01-07T00:26:21.446ZPlanning: Package planning ... Done
1442026-01-07T00:26:21.446ZPlanning: Merging actions ... Done
1452026-01-07T00:26:21.962ZPlanning: Checking for conflicting actions ... Done
1462026-01-07T00:26:21.986ZPlanning: Consolidating action changes ... Done
1472026-01-07T00:26:22.603ZPlanning: Evaluating mediators ... Done
1482026-01-07T00:26:22.627ZPlanning: Planning completed in 25.27 seconds
1492026-01-07T00:26:22.627Z Packages to install: 1
1502026-01-07T00:26:22.627Z Create boot environment: No
1512026-01-07T00:26:22.627ZCreate backup boot environment: No
1522026-01-07T00:26:22.666Z
1532026-01-07T00:26:22.666ZDownload: 0/242 items 0.0/74.3MB 0% complete
1542026-01-07T00:26:22.951ZDownload: Completed 74.32 MB in 0.28 seconds (261M/s)
1552026-01-07T00:26:23.081Z Actions: 1/293 actions (Installing new actions)
1562026-01-07T00:26:24.779Z Actions: Completed 293 actions in 1.70 seconds.
1572026-01-07T00:26:24.803Z Done
1582026-01-07T00:26:24.857Z Done
1592026-01-07T00:26:26.151Z Done
1602026-01-07T00:26:30.557Z Done
1612026-01-07T00:26:30.644Z Done
1622026-01-07T00:26:30.644Z Done
1632026-01-07T00:26:30.708Z Done
1642026-01-07T00:26:31.288Z++ export SDE=/opt/oxide/tofino_sde
1652026-01-07T00:26:31.289Z++ SDE=/opt/oxide/tofino_sde
1662026-01-07T00:26:31.289Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1672026-01-07T00:26:31.289Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1682026-01-07T00:26:31.289Z++ banner packages
1692026-01-07T00:26:31.312Z
1702026-01-07T00:26:31.313Z ##### ## #### # # ## #### ###### ####
1712026-01-07T00:26:31.313Z # # # # # # # # # # # # # #
1722026-01-07T00:26:31.313Z # # # # # #### # # # ##### ####
1732026-01-07T00:26:31.313Z ##### ###### # # # ###### # ### # #
1742026-01-07T00:26:31.313Z # # # # # # # # # # # # # #
1752026-01-07T00:26:31.313Z # # # #### # # # # #### ###### ####
1762026-01-07T00:26:31.313Z
1772026-01-07T00:26:31.313Z++ pfexec pkg install clang-15 pcap
1782026-01-07T00:26:32.043Z Startup: Refreshing catalog 'helios-dev' ... Done
1792026-01-07T00:26:32.067Z Startup: Refreshing catalog 'oxide' ... Done
1802026-01-07T00:26:51.781ZPlanning: Solver setup ... Done
1812026-01-07T00:26:51.928ZPlanning: Running solver ... Done
1822026-01-07T00:26:52.063ZPlanning: Finding local manifests ... Done
1832026-01-07T00:26:52.088ZPlanning: Fetching manifests: 0/2 0% complete
1842026-01-07T00:26:52.613ZPlanning: Fetching manifests: 2/2 100% complete
1852026-01-07T00:26:52.672ZPlanning: Package planning ... Done
1862026-01-07T00:26:52.725ZPlanning: Merging actions ... Done
1872026-01-07T00:26:52.930ZPlanning: Checking for conflicting actions ... Done
1882026-01-07T00:26:52.954ZPlanning: Consolidating action changes ... Done
1892026-01-07T00:26:53.267ZPlanning: Evaluating mediators ... Done
1902026-01-07T00:26:53.290ZPlanning: Planning completed in 21.23 seconds
1912026-01-07T00:26:53.290Z Packages to install: 2
1922026-01-07T00:26:53.290Z Mediators to change: 2
1932026-01-07T00:26:53.290Z Services to change: 1
1942026-01-07T00:26:53.290Z Create boot environment: No
1952026-01-07T00:26:53.291ZCreate backup boot environment: No
1962026-01-07T00:26:53.341Z
1972026-01-07T00:26:53.341ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1982026-01-07T00:26:58.341ZDownload: 1058/3076 items 102.4/211.3MB 48% complete (20.6M/s)
1992026-01-07T00:27:03.342ZDownload: 3033/3076 items 194.1/211.3MB 91% complete (19.5M/s)
2002026-01-07T00:27:07.007ZDownload: Completed 211.31 MB in 13.67 seconds (15.5M/s)
2012026-01-07T00:27:07.165Z Actions: 1/3418 actions (Installing new actions)
2022026-01-07T00:27:12.366Z Actions: 3140/3418 actions (Installing new actions)
2032026-01-07T00:27:12.435Z Actions: Completed 3418 actions in 5.27 seconds.
2042026-01-07T00:27:13.333Z Done
2052026-01-07T00:27:13.333Z Done
2062026-01-07T00:27:14.559Z Done
2072026-01-07T00:27:19.211Z Done
2082026-01-07T00:27:19.308Z Done
2092026-01-07T00:27:19.332Z Done
2102026-01-07T00:27:19.455Z Done
2112026-01-07T00:27:19.604Z++ pfexec pkg set-mediator -V 15 clang llvm
2122026-01-07T00:27:19.982ZPlanning: Evaluating mediator changes ... Done
2132026-01-07T00:27:20.183ZPlanning: Checking for conflicting actions ... Done
2142026-01-07T00:27:20.207ZPlanning: Consolidating action changes ... Done
2152026-01-07T00:27:20.531ZPlanning: Evaluating mediators ... Done
2162026-01-07T00:27:20.554ZPlanning: Planning completed in 0.55 seconds
2172026-01-07T00:27:20.578Z Mediators to change: 2
2182026-01-07T00:27:20.578Z Create boot environment: No
2192026-01-07T00:27:20.578ZCreate backup boot environment: No
2202026-01-07T00:27:20.647Z Done
2212026-01-07T00:27:20.647Z Done
2222026-01-07T00:27:21.509Z Done
2232026-01-07T00:27:26.040Z Done
2242026-01-07T00:27:26.128Z Done
2252026-01-07T00:27:26.128Z Done
2262026-01-07T00:27:26.179Z Done
2272026-01-07T00:27:26.265Z++ cargo --version
2282026-01-07T00:27:26.345Zcargo 1.90.0 (840b83a10 2025-07-30)
2292026-01-07T00:27:26.369Z++ rustc --version
2302026-01-07T00:27:26.445Zrustc 1.90.0 (1159e78c4 2025-09-14)
2312026-01-07T00:27:26.468Z+ banner copyrights
2322026-01-07T00:27:26.469Z
2332026-01-07T00:27:26.469Z #### #### ##### # # ##### # #### # # ##### ####
2342026-01-07T00:27:26.469Z # # # # # # # # # # # # # # # # #
2352026-01-07T00:27:26.469Z # # # # # # # # # # ###### # ####
2362026-01-07T00:27:26.469Z # # # ##### # ##### # # ### # # # #
2372026-01-07T00:27:26.469Z # # # # # # # # # # # # # # # #
2382026-01-07T00:27:26.469Z #### #### # # # # # #### # # # ####
2392026-01-07T00:27:26.469Z
2402026-01-07T00:27:26.469Z+ ./tools/check_copyrights.sh
2412026-01-07T00:27:28.979Z+ banner clippy
2422026-01-07T00:27:29.004Z
2432026-01-07T00:27:29.004Z #### # # ##### ##### # #
2442026-01-07T00:27:29.004Z # # # # # # # # # #
2452026-01-07T00:27:29.004Z # # # # # # # #
2462026-01-07T00:27:29.004Z # # # ##### ##### #
2472026-01-07T00:27:29.004Z # # # # # # #
2482026-01-07T00:27:29.004Z #### ###### # # # #
2492026-01-07T00:27:29.004Z
2502026-01-07T00:27:29.004Z+ for feat in tofino_stub tofino_asic softnpu chaos
2512026-01-07T00:27:29.004Z+ cargo clippy --features tofino_stub -- --deny warnings
2522026-01-07T00:27:29.365Z Updating git repository `https://github.com/oxidecomputer/omicron`
2532026-01-07T00:27:43.519Z Updating crates.io index
2542026-01-07T00:27:43.565Z Updating git repository `https://github.com/illumos/smf-rs`
2552026-01-07T00:27:43.922Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562026-01-07T00:27:46.279Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2572026-01-07T00:27:46.744Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582026-01-07T00:27:47.175Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-01-07T00:27:47.874Z Updating git repository `https://github.com/oxidecomputer/ispf`
2602026-01-07T00:27:48.515Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2612026-01-07T00:27:49.003Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-01-07T00:27:49.487Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632026-01-07T00:27:49.878Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2642026-01-07T00:27:50.333Z Updating git repository `https://github.com/oxidecomputer/p4`
2652026-01-07T00:27:50.964Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662026-01-07T00:27:51.316Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2672026-01-07T00:27:52.222Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682026-01-07T00:27:52.606Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2692026-01-07T00:27:52.939Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-01-07T00:27:53.405Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2712026-01-07T00:27:54.035Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2722026-01-07T00:27:54.524Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2732026-01-07T00:27:54.959Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2742026-01-07T00:27:55.359Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-01-07T00:27:56.485Z Updating git repository `https://github.com/oxidecomputer/propolis`
2762026-01-07T00:27:57.162Z Updating git repository `https://github.com/oxidecomputer/crucible`
2772026-01-07T00:27:59.671Z Updating git repository `https://github.com/oxidecomputer/opte`
2782026-01-07T00:28:00.586Z Updating git repository `https://github.com/oxidecomputer/clickward`
2792026-01-07T00:28:02.107Z Downloading crates ...
2802026-01-07T00:28:02.196Z Downloaded anstyle-query v1.1.4
2812026-01-07T00:28:02.221Z Downloaded arrayvec v0.7.6
2822026-01-07T00:28:02.221Z Downloaded async-stream-impl v0.3.6
2832026-01-07T00:28:02.221Z Downloaded argon2 v0.5.3
2842026-01-07T00:28:02.246Z Downloaded float-ord v0.3.2
2852026-01-07T00:28:02.246Z Downloaded base64 v0.22.1
2862026-01-07T00:28:02.246Z Downloaded anstyle-parse v0.2.7
2872026-01-07T00:28:02.246Z Downloaded enum-as-inner v0.6.1
2882026-01-07T00:28:02.269Z Downloaded cstr-argument v0.1.2
2892026-01-07T00:28:02.269Z Downloaded either v1.15.0
2902026-01-07T00:28:02.294Z Downloaded idna_adapter v1.2.1
2912026-01-07T00:28:02.294Z Downloaded futures-sink v0.3.31
2922026-01-07T00:28:02.294Z Downloaded defmt v1.0.1
2932026-01-07T00:28:02.319Z Downloaded litemap v0.8.0
2942026-01-07T00:28:02.343Z Downloaded newtype-uuid-macros v0.1.0
2952026-01-07T00:28:02.343Z Downloaded libsw-core v0.3.2
2962026-01-07T00:28:02.368Z Downloaded num-derive v0.3.3
2972026-01-07T00:28:02.368Z Downloaded libscf-sys v1.1.0
2982026-01-07T00:28:02.393Z Downloaded macaddr v1.0.1
2992026-01-07T00:28:02.393Z Downloaded parking_lot_core v0.9.11
3002026-01-07T00:28:02.920Z Downloaded pest_generator v2.8.2
3012026-01-07T00:28:02.920Z Downloaded rustc_version v0.1.7
3022026-01-07T00:28:02.920Z Downloaded rustc-hash v2.1.1
3032026-01-07T00:28:02.920Z Downloaded scopeguard v1.2.0
3042026-01-07T00:28:02.920Z Downloaded serde_urlencoded v0.7.1
3052026-01-07T00:28:02.920Z Downloaded sha1 v0.10.6
3062026-01-07T00:28:02.920Z Downloaded structmeta-derive v0.3.0
3072026-01-07T00:28:02.920Z Downloaded thread-id v5.0.0
3082026-01-07T00:28:02.920Z Downloaded tinyvec_macros v0.1.1
3092026-01-07T00:28:02.920Z Downloaded toml v0.7.8
3102026-01-07T00:28:02.920Z Downloaded topological-sort v0.2.2
3112026-01-07T00:28:02.920Z Downloaded tracing-attributes v0.1.30
3122026-01-07T00:28:02.920Z Downloaded unarray v0.1.4
3132026-01-07T00:28:02.920Z Downloaded utf8_iter v1.0.4
3142026-01-07T00:28:02.920Z Downloaded yoke-derive v0.8.0
3152026-01-07T00:28:02.920Z Downloaded want v0.3.1
3162026-01-07T00:28:02.920Z Downloaded zone v0.3.1
3172026-01-07T00:28:02.920Z Downloaded toml_datetime v0.6.11
3182026-01-07T00:28:02.920Z Downloaded winnow v0.7.14
3192026-01-07T00:28:02.920Z Downloaded zerocopy v0.7.35
3202026-01-07T00:28:02.920Z Downloaded zerofrom-derive v0.1.6
3212026-01-07T00:28:02.920Z Downloaded iri-string v0.7.8
3222026-01-07T00:28:02.920Z Downloaded toml v0.8.23
3232026-01-07T00:28:02.920Z Downloaded xattr v1.6.1
3242026-01-07T00:28:02.920Z Downloaded zerovec-derive v0.11.1
3252026-01-07T00:28:02.920Z Downloaded whoami v1.6.1
3262026-01-07T00:28:02.920Z Downloaded yoke v0.8.0
3272026-01-07T00:28:02.920Z Downloaded usdt v0.5.0
3282026-01-07T00:28:02.920Z Downloaded zone_cfg_derive v0.3.1
3292026-01-07T00:28:02.921Z Downloaded vergen v8.3.2
3302026-01-07T00:28:02.921Z Downloaded zeroize v1.8.1
3312026-01-07T00:28:02.921Z Downloaded usdt-impl v0.6.0
3322026-01-07T00:28:02.921Z Downloaded unsafe-libyaml v0.2.11
3332026-01-07T00:28:02.921Z Downloaded webpki-roots v1.0.2
3342026-01-07T00:28:02.921Z Downloaded zerocopy v0.8.27
3352026-01-07T00:28:02.921Z Downloaded zerotrie v0.2.2
3362026-01-07T00:28:02.921Z Downloaded zerovec v0.11.4
3372026-01-07T00:28:02.921Z Downloaded unicode-width v0.1.14
3382026-01-07T00:28:02.921Z Downloaded unicode-width v0.2.1
3392026-01-07T00:28:02.921Z Downloaded itertools v0.12.1
3402026-01-07T00:28:02.921Z Downloaded serde_json v1.0.145
3412026-01-07T00:28:02.921Z Downloaded goblin v0.8.2
3422026-01-07T00:28:02.921Z Downloaded hyper v1.7.0
3432026-01-07T00:28:02.921Z Downloaded goblin v0.10.1
3442026-01-07T00:28:02.921Z Downloaded tabled v0.20.0
3452026-01-07T00:28:02.921Z Downloaded vcpkg v0.2.15
3462026-01-07T00:28:02.921Z Downloaded typify-impl v0.4.3
3472026-01-07T00:28:02.921Z Downloaded syn v1.0.109
3482026-01-07T00:28:02.921Z Downloaded syn v2.0.106
3492026-01-07T00:28:02.921Z Downloaded tabled v0.15.0
3502026-01-07T00:28:02.921Z Downloaded quinn-proto v0.11.13
3512026-01-07T00:28:02.921Z Downloaded regress v0.10.4
3522026-01-07T00:28:02.945Z Downloaded hickory-proto v0.25.2
3532026-01-07T00:28:02.945Z Downloaded rustix v0.38.44
3542026-01-07T00:28:02.945Z Downloaded rustix v1.1.2
3552026-01-07T00:28:02.969Z Downloaded hickory-proto v0.24.4
3562026-01-07T00:28:02.969Z Downloaded regex-syntax v0.8.6
3572026-01-07T00:28:02.993Z Downloaded git2 v0.19.0
3582026-01-07T00:28:02.993Z Downloaded h2 v0.4.12
3592026-01-07T00:28:02.993Z Downloaded icu_properties_data v2.0.1
3602026-01-07T00:28:03.018Z Downloaded unicode-normalization v0.1.24
3612026-01-07T00:28:03.018Z Downloaded iddqd v0.3.17
3622026-01-07T00:28:03.018Z Downloaded futures-util v0.3.31
3632026-01-07T00:28:03.041Z Downloaded idna v1.1.0
3642026-01-07T00:28:03.041Z Downloaded hashbrown v0.16.0
3652026-01-07T00:28:03.041Z Downloaded hashbrown v0.15.5
3662026-01-07T00:28:03.041Z Downloaded zerocopy-derive v0.8.27
3672026-01-07T00:28:03.065Z Downloaded http v1.3.1
3682026-01-07T00:28:03.065Z Downloaded hickory-resolver v0.25.2
3692026-01-07T00:28:03.065Z Downloaded regex-automata v0.4.13
3702026-01-07T00:28:03.089Z Downloaded rand v0.9.2
3712026-01-07T00:28:03.089Z Downloaded memchr v2.7.5
3722026-01-07T00:28:03.089Z Downloaded indexmap v2.11.4
3732026-01-07T00:28:03.089Z Downloaded expectorate v1.2.0
3742026-01-07T00:28:03.089Z Downloaded uuid v1.18.1
3752026-01-07T00:28:03.089Z Downloaded tower-http v0.6.6
3762026-01-07T00:28:03.115Z Downloaded rand v0.8.5
3772026-01-07T00:28:03.115Z Downloaded quinn v0.11.9
3782026-01-07T00:28:03.115Z Downloaded hyper-util v0.1.17
3792026-01-07T00:28:03.115Z Downloaded toml v0.9.7
3802026-01-07T00:28:03.206Z Downloaded schemars v0.8.22
3812026-01-07T00:28:03.206Z Downloaded url v2.5.7
3822026-01-07T00:28:03.206Z Downloaded toml_edit v0.19.15
3832026-01-07T00:28:03.230Z Downloaded icu_collections v2.0.0
3842026-01-07T00:28:03.230Z Downloaded zerocopy-derive v0.7.35
3852026-01-07T00:28:03.230Z Downloaded toml_parser v1.0.3
3862026-01-07T00:28:03.230Z Downloaded tokio-stream v0.1.17
3872026-01-07T00:28:03.230Z Downloaded typed-path v0.9.3
3882026-01-07T00:28:03.230Z Downloaded tough v0.20.0
3892026-01-07T00:28:03.230Z Downloaded tokio-util v0.7.16
3902026-01-07T00:28:03.230Z Downloaded tinyvec v1.10.0
3912026-01-07T00:28:03.231Z Downloaded signal-hook v0.3.18
3922026-01-07T00:28:03.231Z Downloaded tower v0.5.2
3932026-01-07T00:28:03.231Z Downloaded toml_edit v0.22.27
3942026-01-07T00:28:03.231Z Downloaded typenum v1.18.0
3952026-01-07T00:28:03.231Z Downloaded try-lock v0.2.5
3962026-01-07T00:28:03.231Z Downloaded tracing v0.1.41
3972026-01-07T00:28:03.231Z Downloaded tower-service v0.3.3
3982026-01-07T00:28:03.231Z Downloaded time-macros v0.2.24
3992026-01-07T00:28:03.231Z Downloaded time-core v0.1.6
4002026-01-07T00:28:03.231Z Downloaded jiff-static v0.2.15
4012026-01-07T00:28:03.231Z Downloaded writeable v0.6.1
4022026-01-07T00:28:03.231Z Downloaded usdt-macro v0.6.0
4032026-01-07T00:28:03.231Z Downloaded ucd-trie v0.1.7
4042026-01-07T00:28:03.231Z Downloaded tokio-macros v2.5.0
4052026-01-07T00:28:03.231Z Downloaded encoding_rs v0.8.35
4062026-01-07T00:28:03.259Z Downloaded tar v0.4.44
4072026-01-07T00:28:03.283Z Downloaded hickory-resolver v0.24.4
4082026-01-07T00:28:03.283Z Downloaded heapless v0.8.0
4092026-01-07T00:28:03.283Z Downloaded usdt-attr-macro v0.5.0
4102026-01-07T00:28:03.283Z Downloaded unicode-ident v1.0.19
4112026-01-07T00:28:03.283Z Downloaded tabwriter v1.4.1
4122026-01-07T00:28:03.283Z Downloaded usdt-impl v0.5.0
4132026-01-07T00:28:03.283Z Downloaded untrusted v0.9.0
4142026-01-07T00:28:03.283Z Downloaded tokio-rustls v0.25.0
4152026-01-07T00:28:03.283Z Downloaded walkdir v2.5.0
4162026-01-07T00:28:03.283Z Downloaded unicode-xid v0.2.6
4172026-01-07T00:28:03.309Z Downloaded tower-layer v0.3.3
4182026-01-07T00:28:03.309Z Downloaded testing_table v0.3.0
4192026-01-07T00:28:03.309Z Downloaded strum v0.27.2
4202026-01-07T00:28:03.309Z Downloaded stable_deref_trait v1.2.0
4212026-01-07T00:28:03.309Z Downloaded sha2 v0.10.9
4222026-01-07T00:28:03.309Z Downloaded tokio-native-tls v0.3.1
4232026-01-07T00:28:03.309Z Downloaded semver v1.0.27
4242026-01-07T00:28:03.309Z Downloaded scroll v0.13.0
4252026-01-07T00:28:03.309Z Downloaded num-traits v0.2.19
4262026-01-07T00:28:03.309Z Downloaded icu_properties v2.0.1
4272026-01-07T00:28:03.309Z Downloaded icu_locale_core v2.0.0
4282026-01-07T00:28:03.333Z Downloaded ingot-macros v0.1.1
4292026-01-07T00:28:03.333Z Downloaded getrandom v0.3.3
4302026-01-07T00:28:03.333Z Downloaded libgit2-sys v0.17.0+1.8.1
4312026-01-07T00:28:03.372Z Downloaded flate2 v1.1.2
4322026-01-07T00:28:03.396Z Downloaded zerofrom v0.1.6
4332026-01-07T00:28:03.396Z Downloaded waitgroup v0.1.2
4342026-01-07T00:28:03.396Z Downloaded wait-timeout v0.2.1
4352026-01-07T00:28:03.396Z Downloaded version_check v0.9.5
4362026-01-07T00:28:03.396Z Downloaded utf8parse v0.2.2
4372026-01-07T00:28:03.396Z Downloaded tokio-dtrace v0.1.1
4382026-01-07T00:28:03.396Z Downloaded tinystr v0.8.1
4392026-01-07T00:28:03.396Z Downloaded thiserror-impl v2.0.16
4402026-01-07T00:28:03.396Z Downloaded tabled_derive v0.7.0
4412026-01-07T00:28:03.396Z Downloaded synstructure v0.13.2
4422026-01-07T00:28:03.396Z Downloaded socket2 v0.6.0
4432026-01-07T00:28:03.396Z Downloaded slog-term v2.9.2
4442026-01-07T00:28:03.396Z Downloaded signal-hook-registry v1.4.6
4452026-01-07T00:28:03.420Z Downloaded shlex v1.3.0
4462026-01-07T00:28:03.420Z Downloaded ryu v1.0.20
4472026-01-07T00:28:03.420Z Downloaded ring v0.17.14
4482026-01-07T00:28:03.444Z Downloaded quinn-udp v0.5.14
4492026-01-07T00:28:03.468Z Downloaded parse-display-derive v0.10.0
4502026-01-07T00:28:03.468Z Downloaded num-rational v0.4.2
4512026-01-07T00:28:03.468Z Downloaded icu_provider v2.0.0
4522026-01-07T00:28:03.468Z Downloaded icu_normalizer_data v2.0.0
4532026-01-07T00:28:03.468Z Downloaded icu_normalizer v2.0.0
4542026-01-07T00:28:03.468Z Downloaded winnow v0.5.40
4552026-01-07T00:28:03.468Z Downloaded unicode-linebreak v0.1.5
4562026-01-07T00:28:03.468Z Downloaded slab v0.4.11
4572026-01-07T00:28:03.491Z Downloaded serde_path_to_error v0.1.20
4582026-01-07T00:28:03.491Z Downloaded serde_derive_internals v0.29.1
4592026-01-07T00:28:03.492Z Downloaded aws-lc-sys v0.31.0
4602026-01-07T00:28:03.712Z Downloaded strum v0.26.3
4612026-01-07T00:28:03.736Z Downloaded snafu-derive v0.8.9
4622026-01-07T00:28:03.736Z Downloaded slog v2.7.0
4632026-01-07T00:28:03.736Z Downloaded hyper-tls v0.6.0
4642026-01-07T00:28:03.736Z Downloaded term v1.2.0
4652026-01-07T00:28:03.736Z Downloaded rand_core v0.6.4
4662026-01-07T00:28:03.736Z Downloaded rand_chacha v0.9.0
4672026-01-07T00:28:03.736Z Downloaded unicode-segmentation v1.12.0
4682026-01-07T00:28:03.736Z Downloaded tokio v1.47.1
4692026-01-07T00:28:03.768Z Downloaded thread_local v1.1.9
4702026-01-07T00:28:03.791Z Downloaded ppv-lite86 v0.2.21
4712026-01-07T00:28:03.791Z Downloaded usdt-attr-macro v0.6.0
4722026-01-07T00:28:03.791Z Downloaded httparse v1.10.1
4732026-01-07T00:28:03.791Z Downloaded fixedbitset v0.5.7
4742026-01-07T00:28:03.791Z Downloaded usdt-macro v0.5.0
4752026-01-07T00:28:03.791Z Downloaded usdt v0.6.0
4762026-01-07T00:28:03.791Z Downloaded untrusted v0.7.1
4772026-01-07T00:28:03.791Z Downloaded petgraph v0.8.2
4782026-01-07T00:28:03.815Z Downloaded petgraph v0.6.5
4792026-01-07T00:28:03.839Z Downloaded iana-time-zone v0.1.64
4802026-01-07T00:28:03.839Z Downloaded futures v0.3.31
4812026-01-07T00:28:03.839Z Downloaded typify-macro v0.4.3
4822026-01-07T00:28:03.839Z Downloaded typify v0.4.3
4832026-01-07T00:28:03.839Z Downloaded tracing-core v0.1.34
4842026-01-07T00:28:03.839Z Downloaded smoltcp v0.11.0
4852026-01-07T00:28:03.863Z Downloaded hyper-rustls v0.27.7
4862026-01-07T00:28:03.863Z Downloaded take_mut v0.2.2
4872026-01-07T00:28:03.863Z Downloaded tabled_derive v0.11.0
4882026-01-07T00:28:03.863Z Downloaded sync_wrapper v1.0.2
4892026-01-07T00:28:03.863Z Downloaded swrite v0.1.0
4902026-01-07T00:28:03.863Z Downloaded supports-color v3.0.2
4912026-01-07T00:28:03.863Z Downloaded subtle v2.6.1
4922026-01-07T00:28:03.863Z Downloaded strsim v0.11.1
4932026-01-07T00:28:03.863Z Downloaded smallvec v1.15.1
4942026-01-07T00:28:03.863Z Downloaded password-hash v0.5.0
4952026-01-07T00:28:03.863Z Downloaded num_enum_derive v0.7.5
4962026-01-07T00:28:03.863Z Downloaded libc v0.2.176
4972026-01-07T00:28:03.886Z Downloaded toml_writer v1.0.3
4982026-01-07T00:28:03.886Z Downloaded toml_write v0.1.2
4992026-01-07T00:28:03.910Z Downloaded toml_datetime v0.7.2
5002026-01-07T00:28:03.910Z Downloaded time v0.3.44
5012026-01-07T00:28:03.910Z Downloaded thread-id v4.2.2
5022026-01-07T00:28:03.910Z Downloaded thiserror v2.0.16
5032026-01-07T00:28:03.910Z Downloaded thiserror v1.0.69
5042026-01-07T00:28:03.910Z Downloaded tempfile v3.23.0
5052026-01-07T00:28:03.933Z Downloaded steno v0.4.1
5062026-01-07T00:28:03.933Z Downloaded rustls v0.23.32
5072026-01-07T00:28:03.934Z Downloaded rustls v0.22.4
5082026-01-07T00:28:03.957Z Downloaded quote v1.0.40
5092026-01-07T00:28:03.957Z Downloaded tokio-rustls v0.26.3
5102026-01-07T00:28:03.957Z Downloaded strum_macros v0.26.4
5112026-01-07T00:28:03.957Z Downloaded similar v2.7.0
5122026-01-07T00:28:03.957Z Downloaded highway v1.3.0
5132026-01-07T00:28:03.957Z Downloaded textwrap v0.16.2
5142026-01-07T00:28:03.989Z Downloaded tagptr v0.2.0
5152026-01-07T00:28:03.989Z Downloaded smawk v0.3.2
5162026-01-07T00:28:03.989Z Downloaded slog-dtrace v0.3.0
5172026-01-07T00:28:03.989Z Downloaded sigpipe v0.1.3
5182026-01-07T00:28:03.989Z Downloaded serde_with_macros v3.14.1
5192026-01-07T00:28:03.989Z Downloaded serde_with v3.14.1
5202026-01-07T00:28:03.989Z Downloaded serde_tokenstream v0.2.2
5212026-01-07T00:28:03.989Z Downloaded serde_spanned v0.6.9
5222026-01-07T00:28:03.989Z Downloaded secrecy v0.10.3
5232026-01-07T00:28:03.989Z Downloaded search_path v0.1.4
5242026-01-07T00:28:03.989Z Downloaded scroll_derive v0.13.1
5252026-01-07T00:28:03.989Z Downloaded scroll_derive v0.12.1
5262026-01-07T00:28:03.989Z Downloaded same-file v1.0.6
5272026-01-07T00:28:03.989Z Downloaded rustls-webpki v0.102.8
5282026-01-07T00:28:04.013Z Downloaded openssl v0.10.73
5292026-01-07T00:28:04.036Z Downloaded thiserror-impl v1.0.69
5302026-01-07T00:28:04.036Z Downloaded test-strategy v0.4.3
5312026-01-07T00:28:04.036Z Downloaded termtree v0.5.1
5322026-01-07T00:28:04.036Z Downloaded terminal_size v0.4.3
5332026-01-07T00:28:04.036Z Downloaded strum_macros v0.27.2
5342026-01-07T00:28:04.037Z Downloaded static_assertions v1.1.0
5352026-01-07T00:28:04.037Z Downloaded spin v0.9.8
5362026-01-07T00:28:04.037Z Downloaded snafu v0.8.9
5372026-01-07T00:28:04.061Z Downloaded slog-json v2.6.1
5382026-01-07T00:28:04.061Z Downloaded slog-async v2.8.0
5392026-01-07T00:28:04.061Z Downloaded serde_derive v1.0.226
5402026-01-07T00:28:04.061Z Downloaded semver v0.1.20
5412026-01-07T00:28:04.061Z Downloaded scroll v0.12.0
5422026-01-07T00:28:04.061Z Downloaded rustls-webpki v0.103.6
5432026-01-07T00:28:04.061Z Downloaded proptest v1.8.0
5442026-01-07T00:28:04.061Z Downloaded progenitor-impl v0.11.1
5452026-01-07T00:28:04.061Z Downloaded portable-atomic v1.11.1
5462026-01-07T00:28:04.085Z Downloaded pem v3.0.5
5472026-01-07T00:28:04.085Z Downloaded paste v1.0.15
5482026-01-07T00:28:04.085Z Downloaded num_enum v0.7.5
5492026-01-07T00:28:04.085Z Downloaded ipnet v2.11.0
5502026-01-07T00:28:04.085Z Downloaded ingot v0.1.1
5512026-01-07T00:28:04.085Z Downloaded humantime v2.3.0
5522026-01-07T00:28:04.085Z Downloaded fs_extra v1.3.0
5532026-01-07T00:28:04.085Z Downloaded structmeta v0.3.0
5542026-01-07T00:28:04.109Z Downloaded smf v0.2.3
5552026-01-07T00:28:04.109Z Downloaded slog-bunyan v2.5.0
5562026-01-07T00:28:04.109Z Downloaded siphasher v1.0.1
5572026-01-07T00:28:04.109Z Downloaded signal-hook-tokio v0.3.1
5582026-01-07T00:28:04.109Z Downloaded rustls-pemfile v2.2.0
5592026-01-07T00:28:04.109Z Downloaded resolv-conf v0.7.5
5602026-01-07T00:28:04.109Z Downloaded reqwest v0.12.23
5612026-01-07T00:28:04.109Z Downloaded rayon v1.11.0
5622026-01-07T00:28:04.109Z Downloaded progenitor-client v0.11.1
5632026-01-07T00:28:04.133Z Downloaded proc-macro-error-attr v1.0.4
5642026-01-07T00:28:04.133Z Downloaded prettyplease v0.2.37
5652026-01-07T00:28:04.133Z Downloaded num-integer v0.1.46
5662026-01-07T00:28:04.133Z Downloaded futures-executor v0.3.31
5672026-01-07T00:28:04.133Z Downloaded serde_yaml v0.9.34+deprecated
5682026-01-07T00:28:04.133Z Downloaded serde_core v1.0.226
5692026-01-07T00:28:04.133Z Downloaded rustc_version v0.4.1
5702026-01-07T00:28:04.133Z Downloaded regex v1.12.2
5712026-01-07T00:28:04.133Z Downloaded ref-cast-impl v1.0.24
5722026-01-07T00:28:04.133Z Downloaded rand_xorshift v0.4.0
5732026-01-07T00:28:04.157Z Downloaded quick-error v1.2.3
5742026-01-07T00:28:04.157Z Downloaded progenitor v0.11.1
5752026-01-07T00:28:04.157Z Downloaded pin-project-lite v0.2.16
5762026-01-07T00:28:04.157Z Downloaded pin-project v1.1.10
5772026-01-07T00:28:04.157Z Downloaded serde_spanned v1.0.2
5782026-01-07T00:28:04.157Z Downloaded serde_repr v0.1.20
5792026-01-07T00:28:04.157Z Downloaded serde_plain v1.0.2
5802026-01-07T00:28:04.181Z Downloaded serde-big-array v0.5.1
5812026-01-07T00:28:04.181Z Downloaded serde v1.0.226
5822026-01-07T00:28:04.181Z Downloaded schemars_derive v0.8.22
5832026-01-07T00:28:04.181Z Downloaded rustls-pki-types v1.12.0
5842026-01-07T00:28:04.181Z Downloaded qorb v0.4.1
5852026-01-07T00:28:04.181Z Downloaded progenitor-impl v0.10.0
5862026-01-07T00:28:04.181Z Downloaded pin-utils v0.1.0
5872026-01-07T00:28:04.181Z Downloaded nom v7.1.3
5882026-01-07T00:28:04.181Z Downloaded globset v0.4.16
5892026-01-07T00:28:04.205Z Downloaded fs-err v3.1.2
5902026-01-07T00:28:04.205Z Downloaded rusty-fork v0.3.0
5912026-01-07T00:28:04.205Z Downloaded rustversion v1.0.22
5922026-01-07T00:28:04.205Z Downloaded rayon-core v1.13.0
5932026-01-07T00:28:04.205Z Downloaded pest v2.8.2
5942026-01-07T00:28:04.205Z Downloaded mio v1.0.4
5952026-01-07T00:28:04.205Z Downloaded ingot-types v0.1.2
5962026-01-07T00:28:04.205Z Downloaded rand_core v0.9.3
5972026-01-07T00:28:04.205Z Downloaded progenitor-macro v0.11.1
5982026-01-07T00:28:04.229Z Downloaded progenitor-client v0.10.0
5992026-01-07T00:28:04.229Z Downloaded proc-macro2 v1.0.101
6002026-01-07T00:28:04.229Z Downloaded proc-macro-error2 v2.0.1
6012026-01-07T00:28:04.229Z Downloaded proc-macro-error-attr2 v2.0.0
6022026-01-07T00:28:04.229Z Downloaded proc-macro-crate v1.3.1
6032026-01-07T00:28:04.229Z Downloaded pin-project-internal v1.1.10
6042026-01-07T00:28:04.229Z Downloaded phf v0.12.1
6052026-01-07T00:28:04.230Z Downloaded pest_meta v2.8.2
6062026-01-07T00:28:04.230Z Downloaded parse-display v0.10.0
6072026-01-07T00:28:04.230Z Downloaded papergrid v0.17.0
6082026-01-07T00:28:04.230Z Downloaded openapiv3 v2.2.0
6092026-01-07T00:28:04.253Z Downloaded once_cell v1.21.3
6102026-01-07T00:28:04.253Z Downloaded olpc-cjson v0.1.4
6112026-01-07T00:28:04.253Z Downloaded num-iter v0.1.45
6122026-01-07T00:28:04.253Z Downloaded ref-cast v1.0.24
6132026-01-07T00:28:04.253Z Downloaded rand_chacha v0.3.1
6142026-01-07T00:28:04.253Z Downloaded progenitor-macro v0.10.0
6152026-01-07T00:28:04.253Z Downloaded progenitor v0.10.0
6162026-01-07T00:28:04.253Z Downloaded proc-macro-error v1.0.4
6172026-01-07T00:28:04.253Z Downloaded pretty-hex v0.4.1
6182026-01-07T00:28:04.253Z Downloaded powerfmt v0.2.0
6192026-01-07T00:28:04.253Z Downloaded potential_utf v0.1.3
6202026-01-07T00:28:04.278Z Downloaded postcard v1.1.3
6212026-01-07T00:28:04.278Z Downloaded plain v0.2.3
6222026-01-07T00:28:04.278Z Downloaded pkg-config v0.3.32
6232026-01-07T00:28:04.278Z Downloaded phf_shared v0.12.1
6242026-01-07T00:28:04.278Z Downloaded pest_derive v2.8.2
6252026-01-07T00:28:04.278Z Downloaded percent-encoding v2.3.2
6262026-01-07T00:28:04.278Z Downloaded parking_lot v0.12.4
6272026-01-07T00:28:04.278Z Downloaded papergrid v0.11.0
6282026-01-07T00:28:04.278Z Downloaded owo-colors v4.2.2
6292026-01-07T00:28:04.278Z Downloaded openssl-sys v0.9.109
6302026-01-07T00:28:04.302Z Downloaded openssl-macros v0.1.1
6312026-01-07T00:28:04.302Z Downloaded num_threads v0.1.7
6322026-01-07T00:28:04.302Z Downloaded num-derive v0.4.2
6332026-01-07T00:28:04.302Z Downloaded num-conv v0.1.0
6342026-01-07T00:28:04.302Z Downloaded num v0.4.3
6352026-01-07T00:28:04.302Z Downloaded newtype-uuid v1.3.2
6362026-01-07T00:28:04.302Z Downloaded newline-converter v0.3.0
6372026-01-07T00:28:04.302Z Downloaded native-tls v0.2.14
6382026-01-07T00:28:04.302Z Downloaded moka v0.12.11
6392026-01-07T00:28:04.302Z Downloaded minimal-lexical v0.2.1
6402026-01-07T00:28:04.326Z Downloaded memoffset v0.9.1
6412026-01-07T00:28:04.326Z Downloaded memmap2 v0.9.8
6422026-01-07T00:28:04.326Z Downloaded memmap v0.7.0
6432026-01-07T00:28:04.326Z Downloaded match_cfg v0.1.0
6442026-01-07T00:28:04.326Z Downloaded jiff v0.2.15
6452026-01-07T00:28:04.326Z Downloaded is-terminal v0.4.16
6462026-01-07T00:28:04.326Z Downloaded http-body-util v0.1.3
6472026-01-07T00:28:04.350Z Downloaded generic-array v0.14.7
6482026-01-07T00:28:04.350Z Downloaded futures-channel v0.3.31
6492026-01-07T00:28:04.350Z Downloaded oxnet v0.1.3
6502026-01-07T00:28:04.350Z Downloaded oxide-tokio-rt v0.1.2
6512026-01-07T00:28:04.350Z Downloaded openssl-probe v0.1.6
6522026-01-07T00:28:04.350Z Downloaded omicron-zone-package v0.12.2
6532026-01-07T00:28:04.350Z Downloaded lru-cache v0.1.2
6542026-01-07T00:28:04.350Z Downloaded log v0.4.28
6552026-01-07T00:28:04.350Z Downloaded linked-hash-map v0.5.6
6562026-01-07T00:28:04.350Z Downloaded libsw v3.5.0
6572026-01-07T00:28:04.350Z Downloaded is_terminal_polyfill v1.70.1
6582026-01-07T00:28:04.350Z Downloaded hostname v0.4.1
6592026-01-07T00:28:04.350Z Downloaded heck v0.5.0
6602026-01-07T00:28:04.350Z Downloaded foreign-types-macros v0.2.3
6612026-01-07T00:28:04.350Z Downloaded curl-sys v0.4.83+curl-8.15.0
6622026-01-07T00:28:04.412Z Downloaded omicron-workspace-hack v0.1.0
6632026-01-07T00:28:04.436Z Downloaded newtype_derive v0.1.6
6642026-01-07T00:28:04.436Z Downloaded kstat-rs v0.2.4
6652026-01-07T00:28:04.436Z Downloaded getrandom v0.2.16
6662026-01-07T00:28:04.436Z Downloaded foreign-types-shared v0.3.1
6672026-01-07T00:28:04.436Z Downloaded filetime v0.2.26
6682026-01-07T00:28:04.436Z Downloaded lock_api v0.4.13
6692026-01-07T00:28:04.436Z Downloaded libz-sys v1.1.22
6702026-01-07T00:28:04.461Z Downloaded is_ci v1.2.0
6712026-01-07T00:28:04.461Z Downloaded hubpack_derive v0.1.1
6722026-01-07T00:28:04.461Z Downloaded futures-io v0.3.31
6732026-01-07T00:28:04.461Z Downloaded form_urlencoded v1.2.2
6742026-01-07T00:28:04.461Z Downloaded fixedbitset v0.4.2
6752026-01-07T00:28:04.461Z Downloaded fastrand v2.3.0
6762026-01-07T00:28:04.461Z Downloaded equivalent v1.0.2
6772026-01-07T00:28:04.461Z Downloaded libloading v0.8.9
6782026-01-07T00:28:04.461Z Downloaded ipnetwork v0.21.1
6792026-01-07T00:28:04.461Z Downloaded ident_case v1.0.1
6802026-01-07T00:28:04.461Z Downloaded futures-core v0.3.31
6812026-01-07T00:28:04.461Z Downloaded digest v0.10.7
6822026-01-07T00:28:04.485Z Downloaded derive_more v0.99.20
6832026-01-07T00:28:04.485Z Downloaded csv v1.3.1
6842026-01-07T00:28:04.509Z Downloaded const_format v0.2.34
6852026-01-07T00:28:04.509Z Downloaded clap_lex v0.7.5
6862026-01-07T00:28:04.509Z Downloaded arrayref v0.3.9
6872026-01-07T00:28:04.509Z Downloaded num-complex v0.4.6
6882026-01-07T00:28:04.509Z Downloaded nix v0.30.1
6892026-01-07T00:28:04.532Z Downloaded miniz_oxide v0.8.9
6902026-01-07T00:28:04.532Z Downloaded indent_write v2.2.0
6912026-01-07T00:28:04.532Z Downloaded dyn-clone v1.0.20
6922026-01-07T00:28:04.532Z Downloaded derive-ex v0.1.8
6932026-01-07T00:28:04.532Z Downloaded aws-lc-rs v1.14.0
6942026-01-07T00:28:04.532Z Downloaded libm v0.2.15
6952026-01-07T00:28:04.556Z Downloaded hubpack v0.1.2
6962026-01-07T00:28:04.557Z Downloaded http-body v1.0.1
6972026-01-07T00:28:04.557Z Downloaded futures-task v0.3.31
6982026-01-07T00:28:04.557Z Downloaded dropshot v0.16.4
6992026-01-07T00:28:04.580Z Downloaded deranged v0.5.3
7002026-01-07T00:28:04.580Z Downloaded cfg-if v1.0.3
7012026-01-07T00:28:04.581Z Downloaded blake2 v0.10.6
7022026-01-07T00:28:04.581Z Downloaded backoff v0.4.0
7032026-01-07T00:28:04.604Z Downloaded multer v3.1.0
7042026-01-07T00:28:04.604Z Downloaded mime v0.3.17
7052026-01-07T00:28:04.605Z Downloaded managed v0.8.0
7062026-01-07T00:28:04.605Z Downloaded lru-slab v0.1.2
7072026-01-07T00:28:04.605Z Downloaded linear-map v1.2.0
7082026-01-07T00:28:04.605Z Downloaded internet-checksum v0.2.1
7092026-01-07T00:28:04.605Z Downloaded httpdate v1.0.3
7102026-01-07T00:28:04.605Z Downloaded hostname v0.3.1
7112026-01-07T00:28:04.605Z Downloaded hex v0.4.3
7122026-01-07T00:28:04.605Z Downloaded heck v0.4.1
7132026-01-07T00:28:04.605Z Downloaded glob v0.3.3
7142026-01-07T00:28:04.605Z Downloaded foreign-types v0.3.2
7152026-01-07T00:28:04.605Z Downloaded foldhash v0.1.5
7162026-01-07T00:28:04.605Z Downloaded dtrace-parser v0.2.0
7172026-01-07T00:28:04.605Z Downloaded dropshot-api-manager-types v0.2.2
7182026-01-07T00:28:04.605Z Downloaded drift v0.1.0
7192026-01-07T00:28:04.629Z Downloaded debug-ignore v1.0.5
7202026-01-07T00:28:04.629Z Downloaded darling_core v0.21.3
7212026-01-07T00:28:04.629Z Downloaded crossbeam-epoch v0.9.18
7222026-01-07T00:28:04.629Z Downloaded cpufeatures v0.2.17
7232026-01-07T00:28:04.629Z Downloaded cexpr v0.6.0
7242026-01-07T00:28:04.629Z Downloaded cc v1.2.38
7252026-01-07T00:28:04.629Z Downloaded camino v1.2.0
7262026-01-07T00:28:04.629Z Downloaded block-buffer v0.10.4
7272026-01-07T00:28:04.629Z Downloaded bit-set v0.8.0
7282026-01-07T00:28:04.653Z Downloaded anstream v0.6.20
7292026-01-07T00:28:04.653Z Downloaded lazy_static v1.5.0
7302026-01-07T00:28:04.653Z Downloaded jobserver v0.1.34
7312026-01-07T00:28:04.653Z Downloaded itoa v1.0.15
7322026-01-07T00:28:04.653Z Downloaded itertools v0.14.0
7332026-01-07T00:28:04.653Z Downloaded instant v0.1.13
7342026-01-07T00:28:04.653Z Downloaded futures-macro v0.3.31
7352026-01-07T00:28:04.653Z Downloaded fnv v1.0.7
7362026-01-07T00:28:04.677Z Downloaded display-error-chain v0.2.2
7372026-01-07T00:28:04.677Z Downloaded data-encoding v2.9.0
7382026-01-07T00:28:04.677Z Downloaded bstr v1.12.0
7392026-01-07T00:28:04.677Z Downloaded async-recursion v1.1.1
7402026-01-07T00:28:04.677Z Downloaded curl v0.4.49
7412026-01-07T00:28:04.677Z Downloaded critical-section v1.2.0
7422026-01-07T00:28:04.677Z Downloaded cmake v0.1.54
7432026-01-07T00:28:04.701Z Downloaded clap_builder v4.5.50
7442026-01-07T00:28:04.701Z Downloaded clap v4.5.50
7452026-01-07T00:28:04.701Z Downloaded chrono-tz v0.10.4
7462026-01-07T00:28:04.725Z Downloaded bytes v1.10.1
7472026-01-07T00:28:04.725Z Downloaded adler2 v2.0.1
7482026-01-07T00:28:04.725Z Downloaded foreign-types-shared v0.1.1
7492026-01-07T00:28:04.725Z Downloaded find-msvc-tools v0.1.2
7502026-01-07T00:28:04.725Z Downloaded embedded-io v0.4.0
7512026-01-07T00:28:04.725Z Downloaded dtrace-parser v0.3.0
7522026-01-07T00:28:04.725Z Downloaded dropshot_endpoint v0.16.4
7532026-01-07T00:28:04.749Z Downloaded darling_macro v0.21.3
7542026-01-07T00:28:04.749Z Downloaded crypto-common v0.1.6
7552026-01-07T00:28:04.749Z Downloaded crossbeam-utils v0.8.21
7562026-01-07T00:28:04.749Z Downloaded crossbeam-deque v0.8.6
7572026-01-07T00:28:04.749Z Downloaded convert_case v0.4.0
7582026-01-07T00:28:04.749Z Downloaded constant_time_eq v0.3.1
7592026-01-07T00:28:04.749Z Downloaded colorchoice v1.0.4
7602026-01-07T00:28:04.749Z Downloaded clap_derive v4.5.49
7612026-01-07T00:28:04.749Z Downloaded cargo_metadata v0.18.1
7622026-01-07T00:28:04.749Z Downloaded cargo-platform v0.1.9
7632026-01-07T00:28:04.749Z Downloaded cancel-safe-futures v0.1.5
7642026-01-07T00:28:04.749Z Downloaded bytecount v0.6.9
7652026-01-07T00:28:04.749Z Downloaded autocfg v1.5.0
7662026-01-07T00:28:04.773Z Downloaded atomic-waker v1.1.2
7672026-01-07T00:28:04.773Z Downloaded async-trait v0.1.89
7682026-01-07T00:28:04.773Z Downloaded hash32 v0.3.1
7692026-01-07T00:28:04.773Z Downloaded gethostname v0.5.0
7702026-01-07T00:28:04.773Z Downloaded foreign-types v0.5.0
7712026-01-07T00:28:04.773Z Downloaded foldhash v0.2.0
7722026-01-07T00:28:04.774Z Downloaded errno v0.3.14
7732026-01-07T00:28:04.774Z Downloaded embedded-io v0.6.1
7742026-01-07T00:28:04.774Z Downloaded dropshot-api-manager v0.2.2
7752026-01-07T00:28:04.774Z Downloaded dof v0.4.0
7762026-01-07T00:28:04.774Z Downloaded dof v0.3.0
7772026-01-07T00:28:04.774Z Downloaded derive-where v1.6.0
7782026-01-07T00:28:04.798Z Downloaded defmt-parser v1.0.0
7792026-01-07T00:28:04.798Z Downloaded defmt v0.3.100
7802026-01-07T00:28:04.798Z Downloaded darling v0.21.3
7812026-01-07T00:28:04.798Z Downloaded daft v0.1.4
7822026-01-07T00:28:04.798Z Downloaded csv-core v0.1.12
7832026-01-07T00:28:04.798Z Downloaded crucible-workspace-hack v0.1.0
7842026-01-07T00:28:04.798Z Downloaded cookie v0.18.1
7852026-01-07T00:28:04.798Z Downloaded const_format_proc_macros v0.2.34
7862026-01-07T00:28:04.798Z Downloaded cobs v0.3.0
7872026-01-07T00:28:04.798Z Downloaded clang-sys v1.8.1
7882026-01-07T00:28:04.798Z Downloaded chrono v0.4.42
7892026-01-07T00:28:04.822Z Downloaded cfg_aliases v0.2.1
7902026-01-07T00:28:04.822Z Downloaded blake3 v1.8.2
7912026-01-07T00:28:04.822Z Downloaded bit-vec v0.8.0
7922026-01-07T00:28:04.822Z Downloaded bcs v0.1.6
7932026-01-07T00:28:04.822Z Downloaded async-stream v0.3.6
7942026-01-07T00:28:04.822Z Downloaded dunce v1.0.5
7952026-01-07T00:28:04.847Z Downloaded displaydoc v0.2.5
7962026-01-07T00:28:04.847Z Downloaded defmt-macros v1.0.1
7972026-01-07T00:28:04.847Z Downloaded daft-derive v0.1.4
7982026-01-07T00:28:04.847Z Downloaded crc32fast v1.5.0
7992026-01-07T00:28:04.847Z Downloaded atomicwrites v0.4.4
8002026-01-07T00:28:04.847Z Downloaded aho-corasick v1.1.3
8012026-01-07T00:28:04.847Z Downloaded crossbeam-channel v0.5.15
8022026-01-07T00:28:04.871Z Downloaded crc8 v0.1.1
8032026-01-07T00:28:04.871Z Downloaded console v0.15.11
8042026-01-07T00:28:04.871Z Downloaded colored v3.0.0
8052026-01-07T00:28:04.871Z Downloaded camino-tempfile v1.4.1
8062026-01-07T00:28:04.871Z Downloaded bitflags v2.9.4
8072026-01-07T00:28:04.871Z Downloaded anyhow v1.0.100
8082026-01-07T00:28:04.871Z Downloaded anstyle v1.0.11
8092026-01-07T00:28:04.871Z Downloaded allocator-api2 v0.2.21
8102026-01-07T00:28:04.871Z Downloaded byteorder v1.5.0
8112026-01-07T00:28:04.895Z Downloaded bitflags v1.3.2
8122026-01-07T00:28:04.895Z Downloaded bindgen v0.72.1
8132026-01-07T00:28:04.895Z Downloaded base64ct v1.8.0
8142026-01-07T00:28:05.229Z Compiling proc-macro2 v1.0.101
8152026-01-07T00:28:05.229Z Compiling unicode-ident v1.0.19
8162026-01-07T00:28:05.253Z Compiling serde_core v1.0.226
8172026-01-07T00:28:05.253Z Compiling serde v1.0.226
8182026-01-07T00:28:05.254Z Compiling libc v0.2.176
8192026-01-07T00:28:05.254Z Compiling autocfg v1.5.0
8202026-01-07T00:28:05.254Z Compiling memchr v2.7.5
8212026-01-07T00:28:05.611Z Checking cfg-if v1.0.3
8222026-01-07T00:28:05.889Z Compiling shlex v1.3.0
8232026-01-07T00:28:06.375Z Compiling getrandom v0.3.3
8242026-01-07T00:28:06.401Z Compiling find-msvc-tools v0.1.2
8252026-01-07T00:28:06.940Z Compiling libm v0.2.15
8262026-01-07T00:28:07.065Z Compiling itoa v1.0.15
8272026-01-07T00:28:07.204Z Checking smallvec v1.15.1
8282026-01-07T00:28:07.328Z Compiling jobserver v0.1.34
8292026-01-07T00:28:07.605Z Compiling thiserror v2.0.16
8302026-01-07T00:28:07.635Z Compiling lock_api v0.4.13
8312026-01-07T00:28:07.690Z Compiling parking_lot_core v0.9.11
8322026-01-07T00:28:07.736Z Compiling version_check v0.9.5
8332026-01-07T00:28:08.160Z Compiling quote v1.0.40
8342026-01-07T00:28:08.187Z Compiling cc v1.2.38
8352026-01-07T00:28:08.383Z Compiling icu_properties_data v2.0.1
8362026-01-07T00:28:08.426Z Compiling icu_normalizer_data v2.0.0
8372026-01-07T00:28:08.471Z Compiling log v0.4.28
8382026-01-07T00:28:08.706Z Compiling syn v2.0.106
8392026-01-07T00:28:08.734Z Compiling ryu v1.0.20
8402026-01-07T00:28:08.829Z Compiling serde_json v1.0.145
8412026-01-07T00:28:08.856Z Compiling heck v0.5.0
8422026-01-07T00:28:08.882Z Checking stable_deref_trait v1.2.0
8432026-01-07T00:28:09.284Z Checking pin-project-lite v0.2.16
8442026-01-07T00:28:09.307Z Compiling regex-syntax v0.8.6
8452026-01-07T00:28:09.486Z Compiling num-traits v0.2.19
8462026-01-07T00:28:09.553Z Compiling aho-corasick v1.1.3
8472026-01-07T00:28:10.083Z Checking litemap v0.8.0
8482026-01-07T00:28:10.429Z Checking writeable v0.6.1
8492026-01-07T00:28:10.738Z Checking percent-encoding v2.3.2
8502026-01-07T00:28:11.098Z Compiling bitflags v2.9.4
8512026-01-07T00:28:11.330Z Checking socket2 v0.6.0
8522026-01-07T00:28:11.465Z Compiling zerocopy v0.8.27
8532026-01-07T00:28:11.522Z Checking form_urlencoded v1.2.2
8542026-01-07T00:28:11.716Z Checking utf8_iter v1.0.4
8552026-01-07T00:28:11.763Z Checking scopeguard v1.2.0
8562026-01-07T00:28:12.147Z Compiling allocator-api2 v0.2.21
8572026-01-07T00:28:12.260Z Compiling regex-automata v0.4.13
8582026-01-07T00:28:12.288Z Compiling portable-atomic v1.11.1
8592026-01-07T00:28:12.315Z Compiling fnv v1.0.7
8602026-01-07T00:28:12.468Z Checking parking_lot v0.12.4
8612026-01-07T00:28:12.628Z Checking signal-hook-registry v1.4.6
8622026-01-07T00:28:12.753Z Compiling equivalent v1.0.2
8632026-01-07T00:28:12.818Z Compiling ring v0.17.14
8642026-01-07T00:28:12.882Z Checking mio v1.0.4
8652026-01-07T00:28:12.907Z Compiling foldhash v0.1.5
8662026-01-07T00:28:12.933Z Compiling thiserror v1.0.69
8672026-01-07T00:28:13.182Z Compiling hashbrown v0.15.5
8682026-01-07T00:28:13.413Z Checking critical-section v1.2.0
8692026-01-07T00:28:13.589Z Checking futures-core v0.3.31
8702026-01-07T00:28:13.636Z Checking iana-time-zone v0.1.64
8712026-01-07T00:28:13.803Z Compiling semver v1.0.27
8722026-01-07T00:28:13.972Z Checking once_cell v1.21.3
8732026-01-07T00:28:14.513Z Compiling rustix v1.1.2
8742026-01-07T00:28:14.774Z Compiling synstructure v0.13.2
8752026-01-07T00:28:14.846Z Compiling serde_derive_internals v0.29.1
8762026-01-07T00:28:14.951Z Checking futures-sink v0.3.31
8772026-01-07T00:28:15.076Z Compiling either v1.15.0
8782026-01-07T00:28:15.112Z Compiling httparse v1.10.1
8792026-01-07T00:28:15.667Z Compiling regex v1.12.2
8802026-01-07T00:28:15.753Z Compiling pkg-config v0.3.32
8812026-01-07T00:28:16.477Z Compiling indexmap v2.11.4
8822026-01-07T00:28:16.502Z Compiling anyhow v1.0.100
8832026-01-07T00:28:16.692Z Checking dyn-clone v1.0.20
8842026-01-07T00:28:16.852Z Checking slab v0.4.11
8852026-01-07T00:28:16.911Z Compiling schemars v0.8.22
8862026-01-07T00:28:17.277Z Compiling vcpkg v0.2.15
8872026-01-07T00:28:17.308Z Compiling ucd-trie v0.1.7
8882026-01-07T00:28:17.334Z Compiling prettyplease v0.2.37
8892026-01-07T00:28:17.682Z Checking futures-channel v0.3.31
8902026-01-07T00:28:17.714Z Checking getrandom v0.2.16
8912026-01-07T00:28:17.767Z Compiling rustc-hash v2.1.1
8922026-01-07T00:28:17.791Z Checking pin-utils v0.1.0
8932026-01-07T00:28:17.945Z Compiling serde_derive v1.0.226
8942026-01-07T00:28:17.975Z Compiling zerofrom-derive v0.1.6
8952026-01-07T00:28:18.005Z Compiling yoke-derive v0.8.0
8962026-01-07T00:28:18.034Z Compiling zerovec-derive v0.11.1
8972026-01-07T00:28:18.186Z Compiling displaydoc v0.2.5
8982026-01-07T00:28:18.214Z Compiling thiserror-impl v2.0.16
8992026-01-07T00:28:18.411Z Compiling tokio-macros v2.5.0
9002026-01-07T00:28:19.045Z Compiling schemars_derive v0.8.22
9012026-01-07T00:28:19.389Z Compiling futures-macro v0.3.31
9022026-01-07T00:28:19.597Z Compiling zerocopy-derive v0.8.27
9032026-01-07T00:28:19.941Z Compiling thiserror-impl v1.0.69
9042026-01-07T00:28:20.006Z Checking futures-task v0.3.31
9052026-01-07T00:28:20.240Z Compiling minimal-lexical v0.2.1
9062026-01-07T00:28:20.477Z Checking zerofrom v0.1.6
9072026-01-07T00:28:20.671Z Compiling pest v2.8.2
9082026-01-07T00:28:20.697Z Checking yoke v0.8.0
9092026-01-07T00:28:20.727Z Checking futures-io v0.3.31
9102026-01-07T00:28:20.923Z Compiling glob v0.3.3
9112026-01-07T00:28:21.018Z Checking zerovec v0.11.4
9122026-01-07T00:28:21.056Z Checking zerotrie v0.2.2
9132026-01-07T00:28:21.195Z Checking futures-util v0.3.31
9142026-01-07T00:28:21.534Z Compiling nom v7.1.3
9152026-01-07T00:28:21.587Z Compiling clang-sys v1.8.1
9162026-01-07T00:28:22.194Z Compiling typenum v1.18.0
9172026-01-07T00:28:22.594Z Checking tinystr v0.8.1
9182026-01-07T00:28:22.741Z Checking potential_utf v0.1.3
9192026-01-07T00:28:22.906Z Checking icu_locale_core v2.0.0
9202026-01-07T00:28:22.961Z Checking icu_collections v2.0.0
9212026-01-07T00:28:23.476Z Compiling pest_meta v2.8.2
9222026-01-07T00:28:23.768Z Checking icu_provider v2.0.0
9232026-01-07T00:28:23.935Z Checking bytes v1.10.1
9242026-01-07T00:28:24.211Z Checking chrono v0.4.42
9252026-01-07T00:28:24.235Z Checking icu_properties v2.0.1
9262026-01-07T00:28:24.477Z Checking icu_normalizer v2.0.0
9272026-01-07T00:28:24.750Z Compiling serde_tokenstream v0.2.2
9282026-01-07T00:28:24.798Z Checking tokio v1.47.1
9292026-01-07T00:28:25.039Z Checking uuid v1.18.1
9302026-01-07T00:28:25.232Z Compiling pest_generator v2.8.2
9312026-01-07T00:28:25.612Z Compiling tracing-attributes v0.1.30
9322026-01-07T00:28:25.941Z Checking tracing-core v0.1.34
9332026-01-07T00:28:26.023Z Checking idna_adapter v1.2.1
9342026-01-07T00:28:26.071Z Compiling libloading v0.8.9
9352026-01-07T00:28:26.272Z Checking idna v1.1.0
9362026-01-07T00:28:26.438Z Compiling bindgen v0.72.1
9372026-01-07T00:28:26.546Z Compiling pest_derive v2.8.2
9382026-01-07T00:28:26.574Z Compiling http v1.3.1
9392026-01-07T00:28:26.703Z Checking url v2.5.7
9402026-01-07T00:28:26.893Z Compiling cexpr v0.6.0
9412026-01-07T00:28:27.712Z Compiling itertools v0.12.1
9422026-01-07T00:28:27.905Z Checking tracing v0.1.41
9432026-01-07T00:28:27.989Z Compiling generic-array v0.14.7
9442026-01-07T00:28:28.185Z Checking zeroize v1.8.1
9452026-01-07T00:28:28.373Z Compiling scroll_derive v0.12.1
9462026-01-07T00:28:28.397Z Compiling byteorder v1.5.0
9472026-01-07T00:28:28.422Z Checking subtle v2.6.1
9482026-01-07T00:28:28.826Z Checking errno v0.3.14
9492026-01-07T00:28:29.014Z Compiling rustversion v1.0.22
9502026-01-07T00:28:29.439Z Compiling zerocopy-derive v0.7.35
9512026-01-07T00:28:29.537Z Compiling num-conv v0.1.0
9522026-01-07T00:28:29.623Z Compiling time-core v0.1.6
9532026-01-07T00:28:29.846Z Checking rustls-pki-types v1.12.0
9542026-01-07T00:28:29.904Z Compiling time-macros v0.2.24
9552026-01-07T00:28:30.021Z Compiling openssl-sys v0.9.109
9562026-01-07T00:28:30.606Z Compiling strsim v0.11.1
9572026-01-07T00:28:30.701Z Compiling camino v1.2.0
9582026-01-07T00:28:31.048Z Checking untrusted v0.9.0
9592026-01-07T00:28:31.138Z Checking ipnet v2.11.0
9602026-01-07T00:28:31.360Z Checking tokio-util v0.7.16
9612026-01-07T00:28:31.584Z Compiling scroll v0.12.0
9622026-01-07T00:28:31.842Z Compiling regress v0.10.4
9632026-01-07T00:28:32.034Z Compiling cmake v0.1.54
9642026-01-07T00:28:32.270Z Compiling usdt-impl v0.5.0
9652026-01-07T00:28:32.627Z Compiling plain v0.2.3
9662026-01-07T00:28:32.653Z Compiling paste v1.0.15
9672026-01-07T00:28:32.727Z Compiling dunce v1.0.5
9682026-01-07T00:28:32.905Z Compiling ident_case v1.0.1
9692026-01-07T00:28:33.124Z Compiling fs_extra v1.3.0
9702026-01-07T00:28:33.182Z Compiling darling_core v0.21.3
9712026-01-07T00:28:33.223Z Compiling goblin v0.8.2
9722026-01-07T00:28:33.455Z Compiling zerocopy v0.7.35
9732026-01-07T00:28:33.521Z Checking http-body v1.0.1
9742026-01-07T00:28:33.622Z Compiling pretty-hex v0.4.1
9752026-01-07T00:28:33.858Z Checking atomic-waker v1.1.2
9762026-01-07T00:28:34.149Z Compiling crossbeam-utils v0.8.21
9772026-01-07T00:28:34.681Z Compiling dtrace-parser v0.2.0
9782026-01-07T00:28:34.716Z Compiling typify-impl v0.4.3
9792026-01-07T00:28:34.941Z Compiling async-trait v0.1.89
9802026-01-07T00:28:35.764Z Compiling thread-id v4.2.2
9812026-01-07T00:28:35.887Z Checking try-lock v0.2.5
9822026-01-07T00:28:35.979Z Checking tower-service v0.3.3
9832026-01-07T00:28:36.037Z Compiling slog v2.7.0
9842026-01-07T00:28:36.117Z Checking want v0.3.1
9852026-01-07T00:28:36.590Z Checking h2 v0.4.12
9862026-01-07T00:28:36.655Z Checking ppv-lite86 v0.2.21
9872026-01-07T00:28:37.026Z Checking base64 v0.22.1
9882026-01-07T00:28:37.134Z Checking httpdate v1.0.3
9892026-01-07T00:28:37.242Z Compiling aws-lc-rs v1.14.0
9902026-01-07T00:28:37.837Z Compiling darling_macro v0.21.3
9912026-01-07T00:28:37.992Z Compiling dof v0.3.0
9922026-01-07T00:28:38.670Z Compiling darling v0.21.3
9932026-01-07T00:28:38.794Z Compiling openapiv3 v2.2.0
9942026-01-07T00:28:39.390Z Compiling aws-lc-sys v0.31.0
9952026-01-07T00:28:39.679Z Compiling openssl v0.10.73
9962026-01-07T00:28:39.869Z Compiling usdt-macro v0.5.0
9972026-01-07T00:28:39.978Z Checking hyper v1.7.0
9982026-01-07T00:28:40.066Z Compiling usdt-attr-macro v0.5.0
9992026-01-07T00:28:40.518Z Checking foreign-types-shared v0.1.1
10002026-01-07T00:28:40.663Z Checking untrusted v0.7.1
10012026-01-07T00:28:40.846Z Checking foreign-types v0.3.2
10022026-01-07T00:28:41.093Z Checking http-body-util v0.1.3
10032026-01-07T00:28:41.535Z Compiling daft-derive v0.1.4
10042026-01-07T00:28:41.648Z Compiling openssl-macros v0.1.1
10052026-01-07T00:28:41.712Z Checking encoding_rs v0.8.35
10062026-01-07T00:28:41.750Z Checking hyper-util v0.1.17
10072026-01-07T00:28:41.963Z Checking openssl-probe v0.1.6
10082026-01-07T00:28:42.030Z Compiling typify-macro v0.4.3
10092026-01-07T00:28:42.129Z Compiling syn v1.0.109
10102026-01-07T00:28:42.357Z Checking mime v0.3.17
10112026-01-07T00:28:42.382Z Compiling rustls v0.22.4
10122026-01-07T00:28:42.616Z Compiling omicron-workspace-hack v0.1.0
10132026-01-07T00:28:42.647Z Compiling native-tls v0.2.14
10142026-01-07T00:28:42.688Z Compiling rustls v0.23.32
10152026-01-07T00:28:43.033Z Checking ipnetwork v0.21.1
10162026-01-07T00:28:43.068Z Checking serde_urlencoded v0.7.1
10172026-01-07T00:28:43.315Z Compiling structmeta-derive v0.3.0
10182026-01-07T00:28:43.394Z Checking rand_core v0.9.3
10192026-01-07T00:28:43.473Z Compiling slog-async v2.8.0
10202026-01-07T00:28:43.564Z Compiling ref-cast v1.0.24
10212026-01-07T00:28:43.683Z Compiling unsafe-libyaml v0.2.11
10222026-01-07T00:28:43.973Z Checking crypto-common v0.1.6
10232026-01-07T00:28:44.083Z Checking block-buffer v0.10.4
10242026-01-07T00:28:44.287Z Compiling ref-cast-impl v1.0.24
10252026-01-07T00:28:44.583Z Checking sync_wrapper v1.0.2
10262026-01-07T00:28:44.738Z Compiling typify v0.4.3
10272026-01-07T00:28:44.765Z Compiling serde_yaml v0.9.34+deprecated
10282026-01-07T00:28:44.896Z Compiling multer v3.1.0
10292026-01-07T00:28:45.002Z Checking tower-layer v0.3.3
10302026-01-07T00:28:45.201Z Compiling structmeta v0.3.0
10312026-01-07T00:28:45.239Z Checking fastrand v2.3.0
10322026-01-07T00:28:45.269Z Checking tower v0.5.2
10332026-01-07T00:28:45.544Z Checking tempfile v3.23.0
10342026-01-07T00:28:45.569Z Checking digest v0.10.7
10352026-01-07T00:28:45.904Z Checking rand_chacha v0.9.0
10362026-01-07T00:28:46.318Z Compiling strum_macros v0.26.4
10372026-01-07T00:28:47.049Z Checking webpki-roots v1.0.2
10382026-01-07T00:28:47.266Z Checking futures-executor v0.3.31
10392026-01-07T00:28:47.486Z Compiling async-stream-impl v0.3.6
10402026-01-07T00:28:47.512Z Checking winnow v0.7.14
10412026-01-07T00:28:47.540Z Checking tokio-native-tls v0.3.1
10422026-01-07T00:28:47.624Z Checking iri-string v0.7.8
10432026-01-07T00:28:47.649Z Checking powerfmt v0.2.0
10442026-01-07T00:28:47.903Z Checking deranged v0.5.3
10452026-01-07T00:28:48.336Z Checking hyper-tls v0.6.0
10462026-01-07T00:28:48.480Z Checking futures v0.3.31
10472026-01-07T00:28:48.594Z Checking rand v0.9.2
10482026-01-07T00:28:48.618Z Compiling progenitor-impl v0.11.1
10492026-01-07T00:28:49.749Z Checking tower-http v0.6.6
10502026-01-07T00:28:49.995Z Checking rand_core v0.6.4
10512026-01-07T00:28:50.281Z Compiling dropshot v0.16.4
10522026-01-07T00:28:50.444Z Checking cpufeatures v0.2.17
10532026-01-07T00:28:50.631Z Checking num_threads v0.1.7
10542026-01-07T00:28:50.938Z Checking time v0.3.44
10552026-01-07T00:28:51.256Z Checking oxnet v0.1.3
10562026-01-07T00:28:51.383Z Compiling serde_with_macros v3.14.1
10572026-01-07T00:28:51.472Z Compiling dropshot_endpoint v0.16.4
10582026-01-07T00:28:51.632Z Checking memmap v0.7.0
10592026-01-07T00:28:53.098Z Compiling progenitor-macro v0.11.1
10602026-01-07T00:28:53.125Z Checking usdt v0.5.0
10612026-01-07T00:28:53.368Z Compiling derive-ex v0.1.8
10622026-01-07T00:28:53.396Z Checking crossbeam-channel v0.5.15
10632026-01-07T00:28:53.696Z Compiling newtype-uuid-macros v0.1.0
10642026-01-07T00:28:54.018Z Compiling strum_macros v0.27.2
10652026-01-07T00:28:56.479Z Compiling test-strategy v0.4.3
10662026-01-07T00:28:58.032Z Compiling parse-display-derive v0.10.0
10672026-01-07T00:28:58.596Z Checking hex v0.4.3
10682026-01-07T00:28:58.691Z Checking macaddr v1.0.1
10692026-01-07T00:28:59.008Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10702026-01-07T00:28:59.053Z Checking thread_local v1.1.9
10712026-01-07T00:28:59.626Z Checking rand_chacha v0.3.1
10722026-01-07T00:28:59.704Z Checking rustls-webpki v0.102.8
10732026-01-07T00:28:59.933Z Checking newtype-uuid v1.3.2
10742026-01-07T00:29:00.239Z Checking is-terminal v0.4.16
10752026-01-07T00:29:00.368Z Checking term v1.2.0
10762026-01-07T00:29:00.395Z Checking take_mut v0.2.2
10772026-01-07T00:29:00.564Z Checking match_cfg v0.1.0
10782026-01-07T00:29:00.771Z Checking debug-ignore v1.0.5
10792026-01-07T00:29:00.817Z Checking slog-term v2.9.2
10802026-01-07T00:29:00.945Z Checking hostname v0.3.1
10812026-01-07T00:29:01.451Z Checking daft v0.1.4
10822026-01-07T00:29:01.795Z Checking rand v0.8.5
10832026-01-07T00:29:01.860Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
10842026-01-07T00:29:02.530Z Checking slog-json v2.6.1
10852026-01-07T00:29:02.782Z Checking toml_parser v1.0.3
10862026-01-07T00:29:03.064Z Checking serde_spanned v1.0.2
10872026-01-07T00:29:03.115Z Checking toml_datetime v0.7.2
10882026-01-07T00:29:03.424Z Checking spin v0.9.8
10892026-01-07T00:29:03.472Z Checking toml_writer v1.0.3
10902026-01-07T00:29:03.797Z Checking toml v0.9.7
10912026-01-07T00:29:04.005Z Checking slog-bunyan v2.5.0
10922026-01-07T00:29:04.210Z Checking sha1 v0.10.6
10932026-01-07T00:29:04.237Z Checking tokio-rustls v0.25.0
10942026-01-07T00:29:04.478Z Checking strum v0.26.3
10952026-01-07T00:29:04.507Z Checking async-stream v0.3.6
10962026-01-07T00:29:04.535Z Checking waitgroup v0.1.2
10972026-01-07T00:29:04.574Z Checking rustls-pemfile v2.2.0
10982026-01-07T00:29:04.663Z Checking serde_path_to_error v0.1.20
10992026-01-07T00:29:04.712Z Checking wait-timeout v0.2.1
11002026-01-07T00:29:04.737Z Checking hostname v0.4.1
11012026-01-07T00:29:04.810Z Checking quick-error v1.2.3
11022026-01-07T00:29:04.903Z Checking bit-vec v0.8.0
11032026-01-07T00:29:04.930Z Checking lazy_static v1.5.0
11042026-01-07T00:29:04.988Z Checking rusty-fork v0.3.0
11052026-01-07T00:29:05.085Z Checking serde_with v3.14.1
11062026-01-07T00:29:05.252Z Checking bit-set v0.8.0
11072026-01-07T00:29:05.290Z Checking rand_xorshift v0.4.0
11082026-01-07T00:29:05.699Z Compiling toml_datetime v0.6.11
11092026-01-07T00:29:05.778Z Compiling clap_derive v4.5.49
11102026-01-07T00:29:06.129Z Checking unarray v0.1.4
11112026-01-07T00:29:06.154Z Checking utf8parse v0.2.2
11122026-01-07T00:29:06.509Z Checking proptest v1.8.0
11132026-01-07T00:29:06.577Z Checking anstyle-parse v0.2.7
11142026-01-07T00:29:06.847Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
11152026-01-07T00:29:07.262Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
11162026-01-07T00:29:07.418Z Checking strum v0.27.2
11172026-01-07T00:29:07.443Z Checking terminal_size v0.4.3
11182026-01-07T00:29:07.633Z Checking hashbrown v0.16.0
11192026-01-07T00:29:07.703Z Checking instant v0.1.13
11202026-01-07T00:29:07.828Z Checking colorchoice v1.0.4
11212026-01-07T00:29:08.010Z Checking is_terminal_polyfill v1.70.1
11222026-01-07T00:29:08.163Z Checking foldhash v0.2.0
11232026-01-07T00:29:08.188Z Checking anstyle-query v1.1.4
11242026-01-07T00:29:08.246Z Checking anstyle v1.0.11
11252026-01-07T00:29:08.416Z Checking backoff v0.4.0
11262026-01-07T00:29:08.507Z Checking iddqd v0.3.17
11272026-01-07T00:29:08.583Z Checking anstream v0.6.20
11282026-01-07T00:29:08.805Z Checking parse-display v0.10.0
11292026-01-07T00:29:08.947Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11302026-01-07T00:29:08.971Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
11312026-01-07T00:29:09.981Z Checking clap_lex v0.7.5
11322026-01-07T00:29:10.008Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
11332026-01-07T00:29:10.197Z Compiling rustls-webpki v0.103.6
11342026-01-07T00:29:10.241Z Checking clap_builder v4.5.50
11352026-01-07T00:29:12.687Z Checking clap v4.5.50
11362026-01-07T00:29:15.181Z Checking unicode-width v0.2.1
11372026-01-07T00:29:16.370Z Compiling tokio-rustls v0.26.3
11382026-01-07T00:29:16.976Z Compiling hyper-rustls v0.27.7
11392026-01-07T00:29:17.158Z Checking serde_spanned v0.6.9
11402026-01-07T00:29:17.333Z Compiling reqwest v0.12.23
11412026-01-07T00:29:19.246Z Compiling num-integer v0.1.46
11422026-01-07T00:29:19.533Z Compiling progenitor-client v0.11.1
11432026-01-07T00:29:22.409Z Compiling progenitor v0.11.1
11442026-01-07T00:29:24.017Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
11452026-01-07T00:29:24.095Z Checking num-iter v0.1.45
11462026-01-07T00:29:24.245Z Checking num-rational v0.4.2
11472026-01-07T00:29:24.649Z Compiling progenitor-client v0.10.0
11482026-01-07T00:29:26.500Z Compiling num-complex v0.4.6
11492026-01-07T00:29:27.082Z Compiling toml_write v0.1.2
11502026-01-07T00:29:27.282Z Compiling num v0.4.3
11512026-01-07T00:29:27.412Z Compiling toml_edit v0.22.27
11522026-01-07T00:29:27.437Z Compiling float-ord v0.3.2
11532026-01-07T00:29:28.654Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
11542026-01-07T00:29:28.924Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
11552026-01-07T00:29:29.812Z Compiling hubpack_derive v0.1.1
11562026-01-07T00:29:29.838Z Checking itertools v0.14.0
11572026-01-07T00:29:30.117Z Compiling toml v0.8.23
11582026-01-07T00:29:30.723Z Checking hubpack v0.1.2
11592026-01-07T00:29:31.005Z Checking static_assertions v1.1.0
11602026-01-07T00:29:31.117Z Checking bytecount v0.6.9
11612026-01-07T00:29:31.278Z Compiling num-derive v0.3.3
11622026-01-07T00:29:31.308Z Checking crossbeam-epoch v0.9.18
11632026-01-07T00:29:31.335Z Compiling scroll_derive v0.13.1
11642026-01-07T00:29:31.715Z Compiling usdt-impl v0.6.0
11652026-01-07T00:29:31.975Z Compiling dof v0.4.0
11662026-01-07T00:29:32.108Z Compiling dtrace-parser v0.3.0
11672026-01-07T00:29:32.275Z Checking memmap2 v0.9.8
11682026-01-07T00:29:32.556Z Compiling thread-id v5.0.0
11692026-01-07T00:29:32.696Z Checking tinyvec_macros v0.1.1
11702026-01-07T00:29:32.725Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11712026-01-07T00:29:32.813Z Compiling winnow v0.5.40
11722026-01-07T00:29:32.843Z Checking scroll v0.13.0
11732026-01-07T00:29:32.868Z Checking libscf-sys v1.1.0
11742026-01-07T00:29:32.902Z Compiling rayon-core v1.13.0
11752026-01-07T00:29:33.112Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
11762026-01-07T00:29:33.160Z Checking tinyvec v1.10.0
11772026-01-07T00:29:33.283Z Checking goblin v0.10.1
11782026-01-07T00:29:33.431Z Compiling libz-sys v1.1.22
11792026-01-07T00:29:33.770Z Compiling proc-macro-error-attr2 v2.0.0
11802026-01-07T00:29:34.033Z Compiling proc-macro-error-attr v1.0.4
11812026-01-07T00:29:34.260Z Compiling memoffset v0.9.1
11822026-01-07T00:29:34.372Z Compiling cfg_aliases v0.2.1
11832026-01-07T00:29:34.507Z Compiling heapless v0.8.0
11842026-01-07T00:29:34.771Z Compiling nix v0.30.1
11852026-01-07T00:29:34.835Z Compiling proc-macro-error2 v2.0.1
11862026-01-07T00:29:35.369Z Checking crossbeam-deque v0.8.6
11872026-01-07T00:29:35.460Z Compiling toml_edit v0.19.15
11882026-01-07T00:29:35.668Z Checking hash32 v0.3.1
11892026-01-07T00:29:35.692Z Compiling proc-macro-error v1.0.4
11902026-01-07T00:29:35.912Z Compiling rustix v0.38.44
11912026-01-07T00:29:35.942Z Compiling ingot-macros v0.1.1
11922026-01-07T00:29:36.009Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#0a0b9872)
11932026-01-07T00:29:36.035Z Compiling smoltcp v0.11.0
11942026-01-07T00:29:37.255Z Compiling tabled_derive v0.11.0
11952026-01-07T00:29:37.362Z Compiling usdt-macro v0.6.0
11962026-01-07T00:29:37.441Z Compiling usdt-attr-macro v0.6.0
11972026-01-07T00:29:38.351Z Compiling proc-macro-crate v1.3.1
11982026-01-07T00:29:38.625Z Checking papergrid v0.17.0
11992026-01-07T00:29:38.892Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
12002026-01-07T00:29:39.242Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12012026-01-07T00:29:39.450Z Checking testing_table v0.3.0
12022026-01-07T00:29:39.592Z Checking cobs v0.3.0
12032026-01-07T00:29:39.665Z Compiling num_enum_derive v0.7.5
12042026-01-07T00:29:39.829Z Compiling foreign-types-macros v0.2.3
12052026-01-07T00:29:40.181Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12062026-01-07T00:29:40.517Z Checking managed v0.8.0
12072026-01-07T00:29:40.700Z Checking foreign-types-shared v0.3.1
12082026-01-07T00:29:40.811Z Checking ingot-types v0.1.2
12092026-01-07T00:29:40.866Z Checking bitflags v1.3.2
12102026-01-07T00:29:40.896Z Checking foreign-types v0.5.0
12112026-01-07T00:29:40.927Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12122026-01-07T00:29:41.152Z Checking tabled v0.20.0
12132026-01-07T00:29:41.601Z Checking ingot v0.1.1
12142026-01-07T00:29:41.707Z Checking num_enum v0.7.5
12152026-01-07T00:29:41.916Z Checking postcard v1.1.3
12162026-01-07T00:29:42.505Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
12172026-01-07T00:29:42.613Z Checking usdt v0.6.0
12182026-01-07T00:29:43.765Z Checking tabwriter v1.4.1
12192026-01-07T00:29:43.797Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12202026-01-07T00:29:43.883Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
12212026-01-07T00:29:43.929Z Compiling enum-as-inner v0.6.1
12222026-01-07T00:29:44.004Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
12232026-01-07T00:29:44.269Z Checking bstr v1.12.0
12242026-01-07T00:29:44.340Z Checking cstr-argument v0.1.2
12252026-01-07T00:29:44.370Z Checking colored v3.0.0
12262026-01-07T00:29:44.515Z Checking data-encoding v2.9.0
12272026-01-07T00:29:44.543Z Compiling semver v0.1.20
12282026-01-07T00:29:44.573Z Compiling heck v0.4.1
12292026-01-07T00:29:44.749Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12302026-01-07T00:29:44.841Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
12312026-01-07T00:29:44.871Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12322026-01-07T00:29:44.941Z Compiling rustc_version v0.1.7
12332026-01-07T00:29:44.966Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
12342026-01-07T00:29:45.046Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#0a0b9872)
12352026-01-07T00:29:45.046Z Checking camino-tempfile v1.4.1
12362026-01-07T00:29:45.132Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
12372026-01-07T00:29:45.304Z Compiling crucible-workspace-hack v0.1.0
12382026-01-07T00:29:45.332Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#3eb1a6ad)
12392026-01-07T00:29:45.371Z Compiling newtype_derive v0.1.6
12402026-01-07T00:29:45.670Z Checking resolv-conf v0.7.5
12412026-01-07T00:29:45.698Z Compiling owo-colors v4.2.2
12422026-01-07T00:29:45.774Z Checking linked-hash-map v0.5.6
12432026-01-07T00:29:46.085Z Checking lru-cache v0.1.2
12442026-01-07T00:29:46.287Z Checking hickory-proto v0.24.4
12452026-01-07T00:29:46.340Z Checking similar v2.7.0
12462026-01-07T00:29:46.368Z Compiling zone_cfg_derive v0.3.1
12472026-01-07T00:29:46.472Z Checking atomicwrites v0.4.4
12482026-01-07T00:29:46.691Z Checking rayon v1.11.0
12492026-01-07T00:29:47.042Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
12502026-01-07T00:29:47.325Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
12512026-01-07T00:29:47.465Z Checking tokio-dtrace v0.1.1
12522026-01-07T00:29:47.642Z Compiling num-derive v0.4.2
12532026-01-07T00:29:47.736Z Compiling derive-where v1.6.0
12542026-01-07T00:29:48.838Z Checking sigpipe v0.1.3
12552026-01-07T00:29:48.961Z Compiling convert_case v0.4.0
12562026-01-07T00:29:48.985Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
12572026-01-07T00:29:49.236Z Checking siphasher v1.0.1
12582026-01-07T00:29:49.329Z Checking same-file v1.0.6
12592026-01-07T00:29:49.475Z Checking base64ct v1.8.0
12602026-01-07T00:29:49.540Z Checking jiff v0.2.15
12612026-01-07T00:29:49.572Z Checking indent_write v2.2.0
12622026-01-07T00:29:49.606Z Compiling derive_more v0.99.20
12632026-01-07T00:29:49.629Z Checking walkdir v2.5.0
12642026-01-07T00:29:49.802Z Checking phf_shared v0.12.1
12652026-01-07T00:29:49.932Z Checking password-hash v0.5.0
12662026-01-07T00:29:49.967Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12672026-01-07T00:29:50.046Z Checking hickory-resolver v0.24.4
12682026-01-07T00:29:50.074Z Checking zone v0.3.1
12692026-01-07T00:29:50.332Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
12702026-01-07T00:29:50.368Z Checking oxide-tokio-rt v0.1.2
12712026-01-07T00:29:50.407Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
12722026-01-07T00:29:50.679Z Checking blake2 v0.10.6
12732026-01-07T00:29:50.719Z Compiling progenitor-impl v0.10.0
12742026-01-07T00:29:50.779Z Checking tokio-stream v0.1.17
12752026-01-07T00:29:51.036Z Checking smf v0.2.3
12762026-01-07T00:29:51.253Z Checking serde-big-array v0.5.1
12772026-01-07T00:29:51.462Z Compiling serde_repr v0.1.20
12782026-01-07T00:29:51.500Z Compiling pin-project-internal v1.1.10
12792026-01-07T00:29:51.527Z Compiling slog-dtrace v0.3.0
12802026-01-07T00:29:51.834Z Compiling unicode-xid v0.2.6
12812026-01-07T00:29:51.962Z Checking whoami v1.6.1
12822026-01-07T00:29:52.015Z Checking unicode-width v0.1.14
12832026-01-07T00:29:52.239Z Checking unicode-segmentation v1.12.0
12842026-01-07T00:29:52.341Z Checking unicode-linebreak v0.1.5
12852026-01-07T00:29:52.423Z Compiling chrono-tz v0.10.4
12862026-01-07T00:29:52.699Z Compiling cancel-safe-futures v0.1.5
12872026-01-07T00:29:52.728Z Checking smawk v0.3.2
12882026-01-07T00:29:52.797Z Checking newline-converter v0.3.0
12892026-01-07T00:29:52.928Z Checking textwrap v0.16.2
12902026-01-07T00:29:52.995Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557)
12912026-01-07T00:29:53.072Z Compiling const_format_proc_macros v0.2.34
12922026-01-07T00:29:53.360Z Checking qorb v0.4.1
12932026-01-07T00:29:53.385Z Checking pin-project v1.1.10
12942026-01-07T00:29:53.528Z Checking argon2 v0.5.3
12952026-01-07T00:29:54.036Z Checking phf v0.12.1
12962026-01-07T00:29:54.098Z Checking unicode-normalization v0.1.24
12972026-01-07T00:29:54.284Z Checking console v0.15.11
12982026-01-07T00:29:54.403Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
12992026-01-07T00:29:54.642Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
13002026-01-07T00:29:54.850Z Checking libsw-core v0.3.2
13012026-01-07T00:29:54.912Z Checking secrecy v0.10.3
13022026-01-07T00:29:54.975Z Compiling progenitor-macro v0.10.0
13032026-01-07T00:29:55.070Z Compiling snafu-derive v0.8.9
13042026-01-07T00:29:55.097Z Compiling async-recursion v1.1.1
13052026-01-07T00:29:55.121Z Compiling libgit2-sys v0.17.0+1.8.1
13062026-01-07T00:29:55.222Z Compiling cookie v0.18.1
13072026-01-07T00:29:55.544Z Checking csv-core v0.1.12
13082026-01-07T00:29:55.783Z Compiling moka v0.12.11
13092026-01-07T00:29:55.837Z Checking fixedbitset v0.5.7
13102026-01-07T00:29:56.084Z Checking highway v1.3.0
13112026-01-07T00:29:56.204Z Checking fixedbitset v0.4.2
13122026-01-07T00:29:56.388Z Checking petgraph v0.8.2
13132026-01-07T00:29:56.493Z Checking petgraph v0.6.5
13142026-01-07T00:29:56.582Z Checking csv v1.3.1
13152026-01-07T00:29:57.493Z Checking libsw v3.5.0
13162026-01-07T00:29:57.725Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
13172026-01-07T00:29:58.021Z Checking olpc-cjson v0.1.4
13182026-01-07T00:29:58.236Z Checking expectorate v1.2.0
13192026-01-07T00:29:58.359Z Checking snafu v0.8.9
13202026-01-07T00:29:58.442Z Checking const_format v0.2.34
13212026-01-07T00:29:58.782Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
13222026-01-07T00:29:59.126Z Checking papergrid v0.11.0
13232026-01-07T00:29:59.263Z Checking globset v0.4.16
13242026-01-07T00:29:59.365Z Compiling tabled_derive v0.7.0
13252026-01-07T00:29:59.678Z Checking gethostname v0.5.0
13262026-01-07T00:29:59.831Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
13272026-01-07T00:29:59.899Z Checking pem v3.0.5
13282026-01-07T00:30:00.171Z Checking bcs v0.1.6
13292026-01-07T00:30:00.349Z Checking serde_plain v1.0.2
13302026-01-07T00:30:00.384Z Checking linear-map v1.2.0
13312026-01-07T00:30:00.603Z Compiling signal-hook v0.3.18
13322026-01-07T00:30:00.627Z Checking swrite v0.1.0
13332026-01-07T00:30:00.694Z Checking tagptr v0.2.0
13342026-01-07T00:30:00.776Z Checking crc8 v0.1.1
13352026-01-07T00:30:00.922Z Checking typed-path v0.9.3
13362026-01-07T00:30:00.950Z Checking termtree v0.5.1
13372026-01-07T00:30:01.009Z Checking tabled v0.15.0
13382026-01-07T00:30:01.279Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
13392026-01-07T00:30:02.499Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
13402026-01-07T00:30:03.259Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
13412026-01-07T00:30:03.497Z Checking progenitor v0.10.0
13422026-01-07T00:30:03.567Z Checking tough v0.20.0
13432026-01-07T00:30:03.603Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
13442026-01-07T00:30:03.695Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
13452026-01-07T00:30:04.226Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
13462026-01-07T00:30:05.019Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
13472026-01-07T00:30:05.078Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
13482026-01-07T00:30:05.371Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13492026-01-07T00:30:05.540Z Checking steno v0.4.1
13502026-01-07T00:30:05.709Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
13512026-01-07T00:30:05.767Z Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
13522026-01-07T00:30:06.099Z Checking hickory-proto v0.25.2
13532026-01-07T00:30:07.199Z Checking dropshot-api-manager-types v0.2.2
13542026-01-07T00:30:07.354Z Compiling vergen v8.3.2
13552026-01-07T00:30:07.455Z Compiling cargo-platform v0.1.9
13562026-01-07T00:30:07.666Z Compiling curl-sys v0.4.83+curl-8.15.0
13572026-01-07T00:30:07.795Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
13582026-01-07T00:30:07.868Z Checking humantime v2.3.0
13592026-01-07T00:30:08.182Z Compiling crc32fast v1.5.0
13602026-01-07T00:30:08.206Z Compiling cargo_metadata v0.18.1
13612026-01-07T00:30:08.368Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
13622026-01-07T00:30:08.411Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
13632026-01-07T00:30:09.046Z Checking sha2 v0.10.9
13642026-01-07T00:30:09.072Z Checking hickory-resolver v0.25.2
13652026-01-07T00:30:09.483Z Compiling rustc_version v0.4.1
13662026-01-07T00:30:09.638Z Compiling blake3 v1.8.2
13672026-01-07T00:30:09.667Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
13682026-01-07T00:30:10.010Z Compiling fs-err v3.1.2
13692026-01-07T00:30:10.251Z Checking adler2 v2.0.1
13702026-01-07T00:30:10.449Z Checking miniz_oxide v0.8.9
13712026-01-07T00:30:10.545Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
13722026-01-07T00:30:10.927Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
13732026-01-07T00:30:11.001Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
13742026-01-07T00:30:11.214Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
13752026-01-07T00:30:11.338Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
13762026-01-07T00:30:11.365Z Checking filetime v0.2.26
13772026-01-07T00:30:11.581Z Checking xattr v1.6.1
13782026-01-07T00:30:11.795Z Checking arrayref v0.3.9
13792026-01-07T00:30:11.920Z Checking arrayvec v0.7.6
13802026-01-07T00:30:12.261Z Checking constant_time_eq v0.3.1
13812026-01-07T00:30:12.412Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
13822026-01-07T00:30:12.730Z Compiling curl v0.4.49
13832026-01-07T00:30:13.087Z Checking is_ci v1.2.0
13842026-01-07T00:30:13.274Z Checking supports-color v3.0.2
13852026-01-07T00:30:13.482Z Checking tar v0.4.44
13862026-01-07T00:30:13.867Z Checking flate2 v1.1.2
13872026-01-07T00:30:14.336Z Checking toml v0.7.8
13882026-01-07T00:30:14.427Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
13892026-01-07T00:30:14.500Z Checking drift v0.1.0
13902026-01-07T00:30:14.529Z Checking kstat-rs v0.2.4
13912026-01-07T00:30:14.863Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
13922026-01-07T00:30:14.942Z Checking topological-sort v0.2.2
13932026-01-07T00:30:14.970Z Checking dropshot-api-manager v0.2.2
13942026-01-07T00:30:15.167Z Checking omicron-zone-package v0.12.2
13952026-01-07T00:30:15.465Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
13962026-01-07T00:30:16.926Z Checking signal-hook-tokio v0.3.1
13972026-01-07T00:30:17.156Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
13982026-01-07T00:30:17.419Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
13992026-01-07T00:30:18.203Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14002026-01-07T00:30:18.290Z Checking search_path v0.1.4
14012026-01-07T00:30:18.556Z Checking internet-checksum v0.2.1
14022026-01-07T00:30:18.607Z Checking display-error-chain v0.2.2
14032026-01-07T00:30:18.767Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14042026-01-07T00:30:18.814Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
14052026-01-07T00:30:18.839Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14062026-01-07T00:30:21.875Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
14072026-01-07T00:30:22.098Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
14082026-01-07T00:30:23.619Z Compiling git2 v0.19.0
14092026-01-07T00:30:28.569Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
14102026-01-07T00:30:29.481Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
14112026-01-07T00:30:32.598Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
14122026-01-07T00:30:35.249Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
14132026-01-07T00:30:45.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 16s
14142026-01-07T00:30:46.268Z+ for feat in tofino_stub tofino_asic softnpu chaos
14152026-01-07T00:30:46.269Z+ cargo clippy --features tofino_asic -- --deny warnings
14162026-01-07T00:30:46.987Z Downloading crates ...
14172026-01-07T00:30:47.110Z Downloaded num_enum v0.5.11
14182026-01-07T00:30:47.134Z Downloaded num_enum_derive v0.5.11
14192026-01-07T00:30:47.313Z Compiling num_enum_derive v0.5.11
14202026-01-07T00:30:47.337Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
14212026-01-07T00:30:47.361Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14222026-01-07T00:30:47.385Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
14232026-01-07T00:30:47.385Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14242026-01-07T00:30:48.599Z Checking num_enum v0.5.11
14252026-01-07T00:30:48.744Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
14262026-01-07T00:31:01.511Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14272026-01-07T00:31:01.534Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
14282026-01-07T00:31:06.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.07s
14292026-01-07T00:31:06.702Z+ for feat in tofino_stub tofino_asic softnpu chaos
14302026-01-07T00:31:06.703Z+ cargo clippy --features softnpu -- --deny warnings
14312026-01-07T00:31:07.318Z Downloading crates ...
14322026-01-07T00:31:07.535Z Downloaded radium v0.7.0
14332026-01-07T00:31:07.558Z Downloaded erased-serde v0.4.8
14342026-01-07T00:31:07.559Z Downloaded tap v1.0.1
14352026-01-07T00:31:07.559Z Downloaded serde_arrays v0.1.0
14362026-01-07T00:31:07.559Z Downloaded typeid v1.0.3
14372026-01-07T00:31:07.559Z Downloaded wyz v0.5.1
14382026-01-07T00:31:07.559Z Downloaded bitstruct v0.1.1
14392026-01-07T00:31:07.559Z Downloaded ascii v1.1.0
14402026-01-07T00:31:07.559Z Downloaded libloading v0.7.4
14412026-01-07T00:31:07.559Z Downloaded funty v2.0.0
14422026-01-07T00:31:07.559Z Downloaded bitstruct_derive v0.1.0
14432026-01-07T00:31:07.559Z Downloaded bitvec v1.0.1
14442026-01-07T00:31:07.583Z Downloaded num-bigint v0.4.6
14452026-01-07T00:31:07.790Z Checking num-integer v0.1.46
14462026-01-07T00:31:07.814Z Checking num-complex v0.4.6
14472026-01-07T00:31:07.838Z Compiling radium v0.7.0
14482026-01-07T00:31:07.862Z Checking tap v1.0.1
14492026-01-07T00:31:07.885Z Checking funty v2.0.0
14502026-01-07T00:31:07.909Z Compiling typeid v1.0.3
14512026-01-07T00:31:07.909Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
14522026-01-07T00:31:07.933Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
14532026-01-07T00:31:08.016Z Checking wyz v0.5.1
14542026-01-07T00:31:08.202Z Checking num-bigint v0.4.6
14552026-01-07T00:31:08.226Z Checking num-iter v0.1.45
14562026-01-07T00:31:08.277Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
14572026-01-07T00:31:08.349Z Compiling erased-serde v0.4.8
14582026-01-07T00:31:08.434Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
14592026-01-07T00:31:08.518Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
14602026-01-07T00:31:08.542Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
14612026-01-07T00:31:08.566Z Compiling bitstruct_derive v0.1.0
14622026-01-07T00:31:08.566Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
14632026-01-07T00:31:08.604Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
14642026-01-07T00:31:08.628Z Checking bitvec v1.0.1
14652026-01-07T00:31:08.742Z Checking ascii v1.1.0
14662026-01-07T00:31:08.766Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
14672026-01-07T00:31:08.766Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
14682026-01-07T00:31:08.945Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
14692026-01-07T00:31:08.969Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
14702026-01-07T00:31:09.049Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14712026-01-07T00:31:09.082Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
14722026-01-07T00:31:09.568Z Checking bitstruct v0.1.1
14732026-01-07T00:31:09.633Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
14742026-01-07T00:31:09.686Z Checking serde_arrays v0.1.0
14752026-01-07T00:31:09.710Z Checking libloading v0.7.4
14762026-01-07T00:31:09.844Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
14772026-01-07T00:31:09.959Z Checking num-rational v0.4.2
14782026-01-07T00:31:10.475Z Checking num v0.4.3
14792026-01-07T00:31:10.577Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
14802026-01-07T00:31:11.715Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
14812026-01-07T00:31:12.247Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
14822026-01-07T00:31:12.247Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
14832026-01-07T00:31:12.571Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
14842026-01-07T00:31:13.063Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
14852026-01-07T00:31:13.087Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
14862026-01-07T00:31:13.880Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
14872026-01-07T00:31:14.193Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
14882026-01-07T00:31:14.194Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14892026-01-07T00:31:14.217Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
14902026-01-07T00:31:14.303Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
14912026-01-07T00:31:15.883Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14922026-01-07T00:31:16.593Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14932026-01-07T00:31:16.617Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14942026-01-07T00:31:16.617Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14952026-01-07T00:31:16.617Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14962026-01-07T00:31:17.222Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
14972026-01-07T00:31:17.467Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
14982026-01-07T00:31:19.801Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
14992026-01-07T00:31:23.733Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15002026-01-07T00:31:26.228Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
15012026-01-07T00:31:26.417Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
15022026-01-07T00:31:31.055Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15032026-01-07T00:31:39.354Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
15042026-01-07T00:31:41.981Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
15052026-01-07T00:31:42.837Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15062026-01-07T00:31:52.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.51s
15072026-01-07T00:31:52.567Z+ for feat in tofino_stub tofino_asic softnpu chaos
15082026-01-07T00:31:52.567Z+ cargo clippy --features chaos -- --deny warnings
15092026-01-07T00:31:53.521Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15102026-01-07T00:31:53.545Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15112026-01-07T00:31:53.545Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15122026-01-07T00:32:07.869Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15132026-01-07T00:32:07.893Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15142026-01-07T00:32:12.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.02s
15152026-01-07T00:32:12.931Z+ banner fmt
15162026-01-07T00:32:12.955Z
15172026-01-07T00:32:12.955Z ###### # # #####
15182026-01-07T00:32:12.955Z # ## ## #
15192026-01-07T00:32:12.955Z ##### # ## # #
15202026-01-07T00:32:12.955Z # # # #
15212026-01-07T00:32:12.955Z # # # #
15222026-01-07T00:32:12.955Z # # # #
15232026-01-07T00:32:12.955Z
15242026-01-07T00:32:12.955Z+ cargo fmt -- --check
15252026-01-07T00:32:13.893Z+ banner test
15262026-01-07T00:32:13.917Z
15272026-01-07T00:32:13.917Z ##### ###### #### #####
15282026-01-07T00:32:13.917Z # # # #
15292026-01-07T00:32:13.917Z # ##### #### #
15302026-01-07T00:32:13.917Z # # # #
15312026-01-07T00:32:13.917Z # # # # #
15322026-01-07T00:32:13.917Z # ###### #### #
15332026-01-07T00:32:13.917Z
15342026-01-07T00:32:13.917Z+ for feat in tofino_stub tofino_asic softnpu chaos
15352026-01-07T00:32:13.918Z+ RUST_BACKTRACE=full
15362026-01-07T00:32:13.918Z+ cargo test --features tofino_stub --no-fail-fast
15372026-01-07T00:32:15.676Z Compiling unicode-ident v1.0.19
15382026-01-07T00:32:15.676Z Compiling cfg-if v1.0.3
15392026-01-07T00:32:15.676Z Compiling memchr v2.7.5
15402026-01-07T00:32:15.700Z Compiling itoa v1.0.15
15412026-01-07T00:32:15.724Z Compiling serde_core v1.0.226
15422026-01-07T00:32:15.788Z Compiling libc v0.2.176
15432026-01-07T00:32:15.812Z Compiling ryu v1.0.20
15442026-01-07T00:32:15.835Z Compiling log v0.4.28
15452026-01-07T00:32:15.875Z Compiling proc-macro2 v1.0.101
15462026-01-07T00:32:15.901Z Compiling libm v0.2.15
15472026-01-07T00:32:15.959Z Compiling smallvec v1.15.1
15482026-01-07T00:32:16.124Z Compiling heck v0.5.0
15492026-01-07T00:32:16.202Z Compiling regex-syntax v0.8.6
15502026-01-07T00:32:16.648Z Compiling quote v1.0.40
15512026-01-07T00:32:17.067Z Compiling syn v2.0.106
15522026-01-07T00:32:17.244Z Compiling fnv v1.0.7
15532026-01-07T00:32:17.308Z Compiling equivalent v1.0.2
15542026-01-07T00:32:17.390Z Compiling allocator-api2 v0.2.21
15552026-01-07T00:32:17.437Z Compiling foldhash v0.1.5
15562026-01-07T00:32:17.709Z Compiling aho-corasick v1.1.3
15572026-01-07T00:32:17.967Z Compiling hashbrown v0.15.5
15582026-01-07T00:32:18.122Z Compiling iana-time-zone v0.1.64
15592026-01-07T00:32:18.261Z Compiling pin-project-lite v0.2.16
15602026-01-07T00:32:18.404Z Compiling dyn-clone v1.0.20
15612026-01-07T00:32:18.494Z Compiling stable_deref_trait v1.2.0
15622026-01-07T00:32:18.614Z Compiling scopeguard v1.2.0
15632026-01-07T00:32:18.736Z Compiling percent-encoding v2.3.2
15642026-01-07T00:32:18.785Z Compiling lock_api v0.4.13
15652026-01-07T00:32:19.028Z Compiling writeable v0.6.1
15662026-01-07T00:32:19.073Z Compiling litemap v0.8.0
15672026-01-07T00:32:19.168Z Compiling icu_properties_data v2.0.1
15682026-01-07T00:32:19.386Z Compiling regex-automata v0.4.13
15692026-01-07T00:32:19.465Z Compiling serde_json v1.0.145
15702026-01-07T00:32:19.579Z Compiling semver v1.0.27
15712026-01-07T00:32:19.735Z Compiling indexmap v2.11.4
15722026-01-07T00:32:20.162Z Compiling icu_normalizer_data v2.0.0
15732026-01-07T00:32:20.243Z Compiling futures-core v0.3.31
15742026-01-07T00:32:20.287Z Compiling form_urlencoded v1.2.2
15752026-01-07T00:32:20.492Z Compiling utf8_iter v1.0.4
15762026-01-07T00:32:20.614Z Compiling glob v0.3.3
15772026-01-07T00:32:20.697Z Compiling minimal-lexical v0.2.1
15782026-01-07T00:32:20.746Z Compiling num-traits v0.2.19
15792026-01-07T00:32:21.013Z Compiling getrandom v0.3.3
15802026-01-07T00:32:21.144Z Compiling nom v7.1.3
15812026-01-07T00:32:21.346Z Compiling ucd-trie v0.1.7
15822026-01-07T00:32:21.418Z Compiling byteorder v1.5.0
15832026-01-07T00:32:21.473Z Compiling clang-sys v1.8.1
15842026-01-07T00:32:21.497Z Compiling futures-sink v0.3.31
15852026-01-07T00:32:21.657Z Compiling libloading v0.8.9
15862026-01-07T00:32:21.846Z Compiling slab v0.4.11
15872026-01-07T00:32:21.870Z Compiling strsim v0.11.1
15882026-01-07T00:32:21.984Z Compiling futures-channel v0.3.31
15892026-01-07T00:32:22.157Z Compiling bindgen v0.72.1
15902026-01-07T00:32:22.189Z Compiling pin-utils v0.1.0
15912026-01-07T00:32:22.213Z Compiling pretty-hex v0.4.1
15922026-01-07T00:32:22.307Z Compiling futures-io v0.3.31
15932026-01-07T00:32:22.371Z Compiling futures-task v0.3.31
15942026-01-07T00:32:22.447Z Compiling plain v0.2.3
15952026-01-07T00:32:22.599Z Compiling time-core v0.1.6
15962026-01-07T00:32:22.622Z Compiling num-conv v0.1.0
15972026-01-07T00:32:22.667Z Compiling zeroize v1.8.1
15982026-01-07T00:32:22.869Z Compiling regex v1.12.2
15992026-01-07T00:32:22.894Z Compiling time-macros v0.2.24
16002026-01-07T00:32:22.955Z Compiling synstructure v0.13.2
16012026-01-07T00:32:23.765Z Compiling serde_derive_internals v0.29.1
16022026-01-07T00:32:23.789Z Compiling prettyplease v0.2.37
16032026-01-07T00:32:23.900Z Compiling cexpr v0.6.0
16042026-01-07T00:32:24.838Z Compiling darling_core v0.21.3
16052026-01-07T00:32:24.890Z Compiling regress v0.10.4
16062026-01-07T00:32:25.409Z Compiling subtle v2.6.1
16072026-01-07T00:32:25.451Z Compiling rustls-pki-types v1.12.0
16082026-01-07T00:32:26.004Z Compiling serde_derive v1.0.226
16092026-01-07T00:32:26.368Z Compiling zerofrom-derive v0.1.6
16102026-01-07T00:32:26.430Z Compiling yoke-derive v0.8.0
16112026-01-07T00:32:26.778Z Compiling zerovec-derive v0.11.1
16122026-01-07T00:32:28.310Z Compiling displaydoc v0.2.5
16132026-01-07T00:32:28.657Z Compiling thiserror-impl v2.0.16
16142026-01-07T00:32:28.801Z Compiling tokio-macros v2.5.0
16152026-01-07T00:32:29.396Z Compiling schemars_derive v0.8.22
16162026-01-07T00:32:29.510Z Compiling futures-macro v0.3.31
16172026-01-07T00:32:29.552Z Compiling zerocopy-derive v0.8.27
16182026-01-07T00:32:30.007Z Compiling thiserror-impl v1.0.69
16192026-01-07T00:32:30.984Z Compiling thiserror v2.0.16
16202026-01-07T00:32:31.008Z Compiling zerofrom v0.1.6
16212026-01-07T00:32:31.162Z Compiling tracing-attributes v0.1.30
16222026-01-07T00:32:31.213Z Compiling serde v1.0.226
16232026-01-07T00:32:31.688Z Compiling yoke v0.8.0
16242026-01-07T00:32:31.953Z Compiling pest v2.8.2
16252026-01-07T00:32:32.044Z Compiling zerovec v0.11.4
16262026-01-07T00:32:32.231Z Compiling bytes v1.10.1
16272026-01-07T00:32:32.298Z Compiling serde_tokenstream v0.2.2
16282026-01-07T00:32:32.321Z Compiling zerotrie v0.2.2
16292026-01-07T00:32:32.345Z Compiling thiserror v1.0.69
16302026-01-07T00:32:32.495Z Compiling chrono v0.4.42
16312026-01-07T00:32:32.754Z Compiling uuid v1.18.1
16322026-01-07T00:32:32.895Z Compiling scroll_derive v0.12.1
16332026-01-07T00:32:33.504Z Compiling http v1.3.1
16342026-01-07T00:32:33.529Z Compiling zerocopy v0.8.27
16352026-01-07T00:32:33.621Z Compiling tinystr v0.8.1
16362026-01-07T00:32:33.752Z Compiling potential_utf v0.1.3
16372026-01-07T00:32:33.987Z Compiling icu_locale_core v2.0.0
16382026-01-07T00:32:34.019Z Compiling icu_collections v2.0.0
16392026-01-07T00:32:34.095Z Compiling pest_meta v2.8.2
16402026-01-07T00:32:34.417Z Compiling schemars v0.8.22
16412026-01-07T00:32:34.983Z Compiling icu_provider v2.0.0
16422026-01-07T00:32:35.424Z Compiling icu_properties v2.0.1
16432026-01-07T00:32:35.540Z Compiling icu_normalizer v2.0.0
16442026-01-07T00:32:35.565Z Compiling pest_generator v2.8.2
16452026-01-07T00:32:35.660Z Compiling aws-lc-sys v0.31.0
16462026-01-07T00:32:35.750Z Compiling zerocopy-derive v0.7.35
16472026-01-07T00:32:36.768Z Compiling scroll v0.12.0
16482026-01-07T00:32:36.821Z Compiling async-trait v0.1.89
16492026-01-07T00:32:36.859Z Compiling darling_macro v0.21.3
16502026-01-07T00:32:36.883Z Compiling untrusted v0.9.0
16512026-01-07T00:32:37.087Z Compiling typify-impl v0.4.3
16522026-01-07T00:32:37.117Z Compiling pest_derive v2.8.2
16532026-01-07T00:32:37.272Z Compiling goblin v0.8.2
16542026-01-07T00:32:37.385Z Compiling idna_adapter v1.2.1
16552026-01-07T00:32:37.616Z Compiling zerocopy v0.7.35
16562026-01-07T00:32:37.758Z Compiling darling v0.21.3
16572026-01-07T00:32:37.891Z Compiling openssl-macros v0.1.1
16582026-01-07T00:32:37.957Z Compiling dtrace-parser v0.2.0
16592026-01-07T00:32:37.981Z Compiling thread-id v4.2.2
16602026-01-07T00:32:38.621Z Compiling socket2 v0.6.0
16612026-01-07T00:32:38.645Z Compiling http-body v1.0.1
16622026-01-07T00:32:38.804Z Compiling ipnet v2.11.0
16632026-01-07T00:32:38.905Z Compiling atomic-waker v1.1.2
16642026-01-07T00:32:39.109Z Compiling idna v1.1.0
16652026-01-07T00:32:39.497Z Compiling daft-derive v0.1.4
16662026-01-07T00:32:39.587Z Compiling httparse v1.10.1
16672026-01-07T00:32:39.791Z Compiling parking_lot_core v0.9.11
16682026-01-07T00:32:40.194Z Compiling tower-service v0.3.3
16692026-01-07T00:32:40.243Z Compiling parking_lot v0.12.4
16702026-01-07T00:32:40.332Z Compiling url v2.5.7
16712026-01-07T00:32:40.360Z Compiling openapiv3 v2.2.0
16722026-01-07T00:32:40.653Z Compiling anyhow v1.0.100
16732026-01-07T00:32:40.800Z Compiling signal-hook-registry v1.4.6
16742026-01-07T00:32:41.276Z Compiling try-lock v0.2.5
16752026-01-07T00:32:41.441Z Compiling want v0.3.1
16762026-01-07T00:32:41.441Z Compiling bitflags v2.9.4
16772026-01-07T00:32:41.571Z Compiling mio v1.0.4
16782026-01-07T00:32:41.708Z Compiling portable-atomic v1.11.1
16792026-01-07T00:32:41.862Z Compiling httpdate v1.0.3
16802026-01-07T00:32:42.075Z Compiling dof v0.3.0
16812026-01-07T00:32:42.272Z Compiling tokio v1.47.1
16822026-01-07T00:32:42.791Z Compiling usdt-impl v0.5.0
16832026-01-07T00:32:43.640Z Compiling ref-cast-impl v1.0.24
16842026-01-07T00:32:43.739Z Compiling base64 v0.22.1
16852026-01-07T00:32:43.839Z Compiling critical-section v1.2.0
16862026-01-07T00:32:43.999Z Compiling once_cell v1.21.3
16872026-01-07T00:32:44.104Z Compiling serde_yaml v0.9.34+deprecated
16882026-01-07T00:32:44.334Z Compiling ppv-lite86 v0.2.21
16892026-01-07T00:32:44.389Z Compiling structmeta-derive v0.3.0
16902026-01-07T00:32:44.645Z Compiling syn v1.0.109
16912026-01-07T00:32:45.635Z Compiling usdt-attr-macro v0.5.0
16922026-01-07T00:32:46.466Z Compiling usdt-macro v0.5.0
16932026-01-07T00:32:46.804Z Compiling structmeta v0.3.0
16942026-01-07T00:32:47.183Z Compiling strum_macros v0.26.4
16952026-01-07T00:32:47.614Z Compiling async-stream-impl v0.3.6
16962026-01-07T00:32:48.160Z Compiling omicron-workspace-hack v0.1.0
16972026-01-07T00:32:48.200Z Compiling http-body-util v0.1.3
16982026-01-07T00:32:48.281Z Compiling serde_with_macros v3.14.1
16992026-01-07T00:32:48.643Z Compiling dropshot_endpoint v0.16.4
17002026-01-07T00:32:49.440Z Compiling newtype-uuid-macros v0.1.0
17012026-01-07T00:32:49.576Z Compiling typify-macro v0.4.3
17022026-01-07T00:32:50.281Z Compiling serde_urlencoded v0.7.1
17032026-01-07T00:32:50.377Z Compiling sync_wrapper v1.0.2
17042026-01-07T00:32:50.547Z Compiling tower-layer v0.3.3
17052026-01-07T00:32:50.753Z Compiling powerfmt v0.2.0
17062026-01-07T00:32:50.821Z Compiling derive-ex v0.1.8
17072026-01-07T00:32:50.845Z Compiling strum_macros v0.27.2
17082026-01-07T00:32:51.123Z Compiling deranged v0.5.3
17092026-01-07T00:32:51.855Z Compiling typenum v1.18.0
17102026-01-07T00:32:52.298Z Compiling num_threads v0.1.7
17112026-01-07T00:32:52.442Z Compiling parse-display-derive v0.10.0
17122026-01-07T00:32:52.793Z Compiling generic-array v0.14.7
17132026-01-07T00:32:53.072Z Compiling typify v0.4.3
17142026-01-07T00:32:53.209Z Compiling progenitor-impl v0.11.1
17152026-01-07T00:32:53.358Z Compiling webpki-roots v1.0.2
17162026-01-07T00:32:53.550Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17172026-01-07T00:32:53.815Z Compiling iri-string v0.7.8
17182026-01-07T00:32:53.928Z Compiling test-strategy v0.4.3
17192026-01-07T00:32:54.264Z Compiling encoding_rs v0.8.35
17202026-01-07T00:32:54.489Z Compiling fastrand v2.3.0
17212026-01-07T00:32:54.970Z Compiling mime v0.3.17
17222026-01-07T00:32:55.258Z Compiling crypto-common v0.1.6
17232026-01-07T00:32:55.458Z Compiling block-buffer v0.10.4
17242026-01-07T00:32:55.482Z Compiling camino v1.2.0
17252026-01-07T00:32:55.798Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
17262026-01-07T00:32:56.404Z Compiling getrandom v0.2.16
17272026-01-07T00:32:56.732Z Compiling futures-util v0.3.31
17282026-01-07T00:32:56.911Z Compiling cpufeatures v0.2.17
17292026-01-07T00:32:57.026Z Compiling winnow v0.7.14
17302026-01-07T00:32:57.129Z Compiling toml_datetime v0.6.11
17312026-01-07T00:32:57.596Z Compiling tracing-core v0.1.34
17322026-01-07T00:32:58.546Z Compiling thread_local v1.1.9
17332026-01-07T00:32:58.734Z Compiling tracing v0.1.41
17342026-01-07T00:32:58.991Z Compiling clap_derive v4.5.49
17352026-01-07T00:32:59.142Z Compiling match_cfg v0.1.0
17362026-01-07T00:32:59.308Z Compiling hex v0.4.3
17372026-01-07T00:32:59.412Z Compiling term v1.2.0
17382026-01-07T00:32:59.684Z Compiling take_mut v0.2.2
17392026-01-07T00:32:59.861Z Compiling macaddr v1.0.1
17402026-01-07T00:32:59.982Z Compiling errno v0.3.14
17412026-01-07T00:33:00.029Z Compiling progenitor-macro v0.11.1
17422026-01-07T00:33:00.254Z Compiling spin v0.9.8
17432026-01-07T00:33:00.278Z Compiling debug-ignore v1.0.5
17442026-01-07T00:33:00.780Z Compiling quick-error v1.2.3
17452026-01-07T00:33:00.941Z Compiling toml_parser v1.0.3
17462026-01-07T00:33:01.485Z Compiling ref-cast v1.0.24
17472026-01-07T00:33:01.640Z Compiling serde_spanned v1.0.2
17482026-01-07T00:33:01.905Z Compiling toml_datetime v0.7.2
17492026-01-07T00:33:02.447Z Compiling lazy_static v1.5.0
17502026-01-07T00:33:02.626Z Compiling toml_writer v1.0.3
17512026-01-07T00:33:02.651Z Compiling bit-vec v0.8.0
17522026-01-07T00:33:02.949Z Compiling toml v0.9.7
17532026-01-07T00:33:02.990Z Compiling bit-set v0.8.0
17542026-01-07T00:33:03.264Z Compiling strum v0.26.3
17552026-01-07T00:33:03.334Z Compiling async-stream v0.3.6
17562026-01-07T00:33:03.359Z Compiling waitgroup v0.1.2
17572026-01-07T00:33:03.450Z Compiling rustls-pemfile v2.2.0
17582026-01-07T00:33:03.474Z Compiling serde_path_to_error v0.1.20
17592026-01-07T00:33:04.011Z Compiling unarray v0.1.4
17602026-01-07T00:33:04.149Z Compiling rustix v1.1.2
17612026-01-07T00:33:04.772Z Compiling anstyle v1.0.11
17622026-01-07T00:33:06.000Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17632026-01-07T00:33:06.186Z Compiling ring v0.17.14
17642026-01-07T00:33:06.275Z Compiling serde_with v3.14.1
17652026-01-07T00:33:06.796Z Compiling tokio-util v0.7.16
17662026-01-07T00:33:07.175Z Compiling hashbrown v0.16.0
17672026-01-07T00:33:08.161Z Compiling instant v0.1.13
17682026-01-07T00:33:08.186Z Compiling utf8parse v0.2.2
17692026-01-07T00:33:08.356Z Compiling foldhash v0.2.0
17702026-01-07T00:33:08.750Z Compiling anstyle-parse v0.2.7
17712026-01-07T00:33:09.007Z Compiling strum v0.27.2
17722026-01-07T00:33:09.222Z Compiling colorchoice v1.0.4
17732026-01-07T00:33:09.599Z Compiling is_terminal_polyfill v1.70.1
17742026-01-07T00:33:09.648Z Compiling anstyle-query v1.1.4
17752026-01-07T00:33:09.820Z Compiling anstream v0.6.20
17762026-01-07T00:33:10.860Z Compiling clap_lex v0.7.5
17772026-01-07T00:33:11.291Z Compiling h2 v0.4.12
17782026-01-07T00:33:11.858Z Compiling crossbeam-utils v0.8.21
17792026-01-07T00:33:13.990Z Compiling slog v2.7.0
17802026-01-07T00:33:14.251Z Compiling openssl-sys v0.9.109
17812026-01-07T00:33:15.333Z Compiling hyper v1.7.0
17822026-01-07T00:33:15.697Z Compiling foreign-types-shared v0.1.1
17832026-01-07T00:33:15.839Z Compiling untrusted v0.7.1
17842026-01-07T00:33:16.041Z Compiling foreign-types v0.3.2
17852026-01-07T00:33:16.922Z Compiling openssl-probe v0.1.6
17862026-01-07T00:33:17.297Z Compiling openssl v0.10.73
17872026-01-07T00:33:17.350Z Compiling hyper-util v0.1.17
17882026-01-07T00:33:17.980Z Compiling rustls-webpki v0.103.6
17892026-01-07T00:33:18.635Z Compiling ipnetwork v0.21.1
17902026-01-07T00:33:19.431Z Compiling rand_core v0.9.3
17912026-01-07T00:33:20.509Z Compiling rustls v0.23.32
17922026-01-07T00:33:22.920Z Compiling native-tls v0.2.14
17932026-01-07T00:33:23.550Z Compiling time v0.3.44
17942026-01-07T00:33:23.959Z Compiling tokio-native-tls v0.3.1
17952026-01-07T00:33:24.231Z Compiling rand_chacha v0.9.0
17962026-01-07T00:33:24.261Z Compiling tower v0.5.2
17972026-01-07T00:33:25.147Z Compiling tempfile v3.23.0
17982026-01-07T00:33:25.194Z Compiling futures-executor v0.3.31
17992026-01-07T00:33:25.494Z Compiling digest v0.10.7
18002026-01-07T00:33:25.688Z Compiling futures v0.3.31
18012026-01-07T00:33:25.811Z Compiling tokio-rustls v0.26.3
18022026-01-07T00:33:25.878Z Compiling tower-http v0.6.6
18032026-01-07T00:33:25.942Z Compiling rand v0.9.2
18042026-01-07T00:33:26.317Z Compiling hyper-rustls v0.27.7
18052026-01-07T00:33:26.696Z Compiling hyper-tls v0.6.0
18062026-01-07T00:33:26.782Z Compiling rand_core v0.6.4
18072026-01-07T00:33:27.110Z Compiling serde_spanned v0.6.9
18082026-01-07T00:33:27.497Z Compiling oxnet v0.1.3
18092026-01-07T00:33:28.228Z Compiling reqwest v0.12.23
18102026-01-07T00:33:29.109Z Compiling newtype-uuid v1.3.2
18112026-01-07T00:33:29.273Z Compiling memmap v0.7.0
18122026-01-07T00:33:29.863Z Compiling usdt v0.5.0
18132026-01-07T00:33:29.953Z Compiling daft v0.1.4
18142026-01-07T00:33:30.472Z Compiling crossbeam-channel v0.5.15
18152026-01-07T00:33:30.497Z Compiling rustls-webpki v0.102.8
18162026-01-07T00:33:30.925Z Compiling wait-timeout v0.2.1
18172026-01-07T00:33:31.433Z Compiling rustls v0.22.4
18182026-01-07T00:33:31.497Z Compiling rusty-fork v0.3.0
18192026-01-07T00:33:31.521Z Compiling rand_chacha v0.3.1
18202026-01-07T00:33:31.649Z Compiling progenitor-client v0.11.1
18212026-01-07T00:33:32.323Z Compiling rand_xorshift v0.4.0
18222026-01-07T00:33:32.462Z Compiling slog-json v2.6.1
18232026-01-07T00:33:33.084Z Compiling hostname v0.3.1
18242026-01-07T00:33:33.288Z Compiling num-integer v0.1.46
18252026-01-07T00:33:33.318Z Compiling is-terminal v0.4.16
18262026-01-07T00:33:33.477Z Compiling float-ord v0.3.2
18272026-01-07T00:33:33.776Z Compiling slog-term v2.9.2
18282026-01-07T00:33:33.840Z Compiling sha1 v0.10.6
18292026-01-07T00:33:33.941Z Compiling slog-bunyan v2.5.0
18302026-01-07T00:33:34.148Z Compiling proptest v1.8.0
18312026-01-07T00:33:34.250Z Compiling slog-async v2.8.0
18322026-01-07T00:33:34.303Z Compiling progenitor v0.11.1
18332026-01-07T00:33:34.499Z Compiling rand v0.8.5
18342026-01-07T00:33:34.691Z Compiling aws-lc-rs v1.14.0
18352026-01-07T00:33:34.981Z Compiling multer v3.1.0
18362026-01-07T00:33:35.252Z Compiling tokio-rustls v0.25.0
18372026-01-07T00:33:35.878Z Compiling hostname v0.4.1
18382026-01-07T00:33:36.092Z Compiling toml_write v0.1.2
18392026-01-07T00:33:36.571Z Compiling toml_edit v0.22.27
18402026-01-07T00:33:37.531Z Compiling dropshot v0.16.4
18412026-01-07T00:33:39.486Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
18422026-01-07T00:33:39.708Z Compiling backoff v0.4.0
18432026-01-07T00:33:41.069Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
18442026-01-07T00:33:41.810Z Compiling num-rational v0.4.2
18452026-01-07T00:33:42.190Z Compiling num-iter v0.1.45
18462026-01-07T00:33:43.166Z Compiling progenitor-client v0.10.0
18472026-01-07T00:33:43.397Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
18482026-01-07T00:33:43.429Z Compiling iddqd v0.3.17
18492026-01-07T00:33:43.999Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18502026-01-07T00:33:44.205Z Compiling terminal_size v0.4.3
18512026-01-07T00:33:44.458Z Compiling parse-display v0.10.0
18522026-01-07T00:33:44.501Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
18532026-01-07T00:33:44.652Z Compiling num-complex v0.4.6
18542026-01-07T00:33:45.397Z Compiling num v0.4.3
18552026-01-07T00:33:45.468Z Compiling clap_builder v4.5.50
18562026-01-07T00:33:45.548Z Compiling toml v0.8.23
18572026-01-07T00:33:45.912Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
18582026-01-07T00:33:50.244Z Compiling clap v4.5.50
18592026-01-07T00:33:53.058Z Compiling rustc-hash v2.1.1
18602026-01-07T00:33:55.919Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
18612026-01-07T00:33:56.641Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
18622026-01-07T00:33:59.571Z Compiling hubpack_derive v0.1.1
18632026-01-07T00:33:59.723Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
18642026-01-07T00:34:02.154Z Compiling num-derive v0.3.3
18652026-01-07T00:34:02.907Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
18662026-01-07T00:34:07.483Z Compiling unicode-width v0.2.1
18672026-01-07T00:34:08.625Z Compiling scroll_derive v0.13.1
18682026-01-07T00:34:15.421Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
18692026-01-07T00:34:22.231Z Compiling dtrace-parser v0.3.0
18702026-01-07T00:34:22.633Z Compiling either v1.15.0
18712026-01-07T00:34:23.563Z Compiling dof v0.4.0
18722026-01-07T00:34:24.094Z Compiling thread-id v5.0.0
18732026-01-07T00:34:24.228Z Compiling libscf-sys v1.1.0
18742026-01-07T00:34:24.479Z Compiling usdt-impl v0.6.0
18752026-01-07T00:34:24.866Z Compiling proc-macro-error-attr2 v2.0.0
18762026-01-07T00:34:25.465Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18772026-01-07T00:34:25.539Z Compiling proc-macro-error2 v2.0.1
18782026-01-07T00:34:27.069Z Compiling tabled_derive v0.11.0
18792026-01-07T00:34:27.450Z Compiling usdt-macro v0.6.0
18802026-01-07T00:34:27.627Z Compiling usdt-attr-macro v0.6.0
18812026-01-07T00:34:29.574Z Compiling winnow v0.5.40
18822026-01-07T00:34:31.063Z Compiling hubpack v0.1.2
18832026-01-07T00:34:33.162Z Compiling itertools v0.14.0
18842026-01-07T00:34:34.087Z Compiling bytecount v0.6.9
18852026-01-07T00:34:34.313Z Compiling static_assertions v1.1.0
18862026-01-07T00:34:37.030Z Compiling toml_edit v0.19.15
18872026-01-07T00:34:37.168Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
18882026-01-07T00:34:37.325Z Compiling scroll v0.13.0
18892026-01-07T00:34:37.733Z Compiling memmap2 v0.9.8
18902026-01-07T00:34:38.193Z Compiling ingot-macros v0.1.1
18912026-01-07T00:34:38.893Z Compiling goblin v0.10.1
18922026-01-07T00:34:40.057Z Compiling proc-macro-crate v1.3.1
18932026-01-07T00:34:40.551Z Compiling foreign-types-macros v0.2.3
18942026-01-07T00:34:40.857Z Compiling papergrid v0.17.0
18952026-01-07T00:34:41.307Z Compiling num_enum_derive v0.7.5
18962026-01-07T00:34:41.673Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
18972026-01-07T00:34:41.828Z Compiling memoffset v0.9.1
18982026-01-07T00:34:41.969Z Compiling testing_table v0.3.0
18992026-01-07T00:34:42.375Z Compiling enum-as-inner v0.6.1
19002026-01-07T00:34:43.266Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
19012026-01-07T00:34:43.290Z Compiling tabled v0.20.0
19022026-01-07T00:34:43.314Z Compiling nix v0.30.1
19032026-01-07T00:34:43.553Z Compiling proc-macro-error-attr v1.0.4
19042026-01-07T00:34:44.218Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19052026-01-07T00:34:44.960Z Compiling proc-macro-error v1.0.4
19062026-01-07T00:34:45.428Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
19072026-01-07T00:34:46.418Z Compiling crossbeam-epoch v0.9.18
19082026-01-07T00:34:46.586Z Compiling usdt v0.6.0
19092026-01-07T00:34:47.049Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
19102026-01-07T00:34:47.390Z Compiling zone_cfg_derive v0.3.1
19112026-01-07T00:34:47.727Z Compiling num-derive v0.4.2
19122026-01-07T00:34:47.863Z Compiling derive-where v1.6.0
19132026-01-07T00:34:49.096Z Compiling tinyvec_macros v0.1.1
19142026-01-07T00:34:49.322Z Compiling tinyvec v1.10.0
19152026-01-07T00:34:49.385Z Compiling derive_more v0.99.20
19162026-01-07T00:34:49.409Z Compiling pin-project-internal v1.1.10
19172026-01-07T00:34:50.154Z Compiling serde_repr v0.1.20
19182026-01-07T00:34:51.150Z Compiling crossbeam-deque v0.8.6
19192026-01-07T00:34:51.424Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
19202026-01-07T00:34:51.517Z Compiling tabwriter v1.4.1
19212026-01-07T00:34:51.973Z Compiling progenitor-impl v0.10.0
19222026-01-07T00:34:52.325Z Compiling hash32 v0.3.1
19232026-01-07T00:34:52.352Z Compiling colored v3.0.0
19242026-01-07T00:34:52.573Z Compiling heapless v0.8.0
19252026-01-07T00:34:52.599Z Compiling const_format_proc_macros v0.2.34
19262026-01-07T00:34:53.078Z Compiling rayon-core v1.13.0
19272026-01-07T00:34:53.419Z Compiling ingot-types v0.1.2
19282026-01-07T00:34:54.041Z Compiling cobs v0.3.0
19292026-01-07T00:34:54.193Z Compiling async-recursion v1.1.1
19302026-01-07T00:34:54.383Z Compiling snafu-derive v0.8.9
19312026-01-07T00:34:54.408Z Compiling managed v0.8.0
19322026-01-07T00:34:54.459Z Compiling bitflags v1.3.2
19332026-01-07T00:34:54.538Z Compiling foreign-types-shared v0.3.1
19342026-01-07T00:34:54.596Z Compiling postcard v1.1.3
19352026-01-07T00:34:54.702Z Compiling foreign-types v0.5.0
19362026-01-07T00:34:54.810Z Compiling smoltcp v0.11.0
19372026-01-07T00:34:55.208Z Compiling ingot v0.1.1
19382026-01-07T00:34:55.370Z Compiling num_enum v0.7.5
19392026-01-07T00:34:55.640Z Compiling rustix v0.38.44
19402026-01-07T00:34:55.665Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#0a0b9872)
19412026-01-07T00:34:55.854Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19422026-01-07T00:34:56.361Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
19432026-01-07T00:34:56.439Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
19442026-01-07T00:34:56.923Z Compiling cstr-argument v0.1.2
19452026-01-07T00:34:57.174Z Compiling bstr v1.12.0
19462026-01-07T00:34:57.520Z Compiling crc8 v0.1.1
19472026-01-07T00:34:57.795Z Compiling data-encoding v2.9.0
19482026-01-07T00:34:58.066Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19492026-01-07T00:34:58.232Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
19502026-01-07T00:34:58.668Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#0a0b9872)
19512026-01-07T00:34:58.783Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
19522026-01-07T00:34:58.823Z Compiling progenitor-macro v0.10.0
19532026-01-07T00:34:58.970Z Compiling tabled_derive v0.7.0
19542026-01-07T00:34:59.472Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19552026-01-07T00:35:00.835Z Compiling tokio-dtrace v0.1.1
19562026-01-07T00:35:01.158Z Compiling camino-tempfile v1.4.1
19572026-01-07T00:35:01.616Z Compiling dropshot-api-manager-types v0.2.2
19582026-01-07T00:35:02.327Z Compiling oxide-tokio-rt v0.1.2
19592026-01-07T00:35:02.424Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
19602026-01-07T00:35:03.761Z Compiling linked-hash-map v0.5.6
19612026-01-07T00:35:03.938Z Compiling resolv-conf v0.7.5
19622026-01-07T00:35:04.085Z Compiling lru-cache v0.1.2
19632026-01-07T00:35:04.796Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
19642026-01-07T00:35:06.030Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#3eb1a6ad)
19652026-01-07T00:35:06.169Z Compiling hickory-proto v0.24.4
19662026-01-07T00:35:06.699Z Compiling similar v2.7.0
19672026-01-07T00:35:06.723Z Compiling atomicwrites v0.4.4
19682026-01-07T00:35:07.074Z Compiling rayon v1.11.0
19692026-01-07T00:35:07.247Z Compiling crucible-workspace-hack v0.1.0
19702026-01-07T00:35:08.720Z Compiling itertools v0.12.1
19712026-01-07T00:35:08.948Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
19722026-01-07T00:35:09.024Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
19732026-01-07T00:35:09.333Z Compiling sigpipe v0.1.3
19742026-01-07T00:35:09.376Z Compiling indent_write v2.2.0
19752026-01-07T00:35:09.480Z Compiling same-file v1.0.6
19762026-01-07T00:35:09.774Z Compiling jiff v0.2.15
19772026-01-07T00:35:09.834Z Compiling base64ct v1.8.0
19782026-01-07T00:35:10.017Z Compiling siphasher v1.0.1
19792026-01-07T00:35:10.381Z Compiling phf_shared v0.12.1
19802026-01-07T00:35:10.405Z Compiling password-hash v0.5.0
19812026-01-07T00:35:10.716Z Compiling hickory-resolver v0.24.4
19822026-01-07T00:35:10.751Z Compiling walkdir v2.5.0
19832026-01-07T00:35:10.775Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
19842026-01-07T00:35:11.164Z Compiling zone v0.3.1
19852026-01-07T00:35:11.450Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
19862026-01-07T00:35:11.606Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
19872026-01-07T00:35:13.226Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
19882026-01-07T00:35:13.439Z Compiling newtype_derive v0.1.6
19892026-01-07T00:35:13.567Z Compiling owo-colors v4.2.2
19902026-01-07T00:35:15.277Z Compiling blake2 v0.10.6
19912026-01-07T00:35:15.302Z Compiling tokio-stream v0.1.17
19922026-01-07T00:35:15.769Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
19932026-01-07T00:35:15.908Z Compiling smf v0.2.3
19942026-01-07T00:35:16.090Z Compiling serde-big-array v0.5.1
19952026-01-07T00:35:16.364Z Compiling unicode-segmentation v1.12.0
19962026-01-07T00:35:17.094Z Compiling whoami v1.6.1
19972026-01-07T00:35:17.118Z Compiling termtree v0.5.1
19982026-01-07T00:35:17.179Z Compiling smawk v0.3.2
19992026-01-07T00:35:17.270Z Compiling unicode-linebreak v0.1.5
20002026-01-07T00:35:17.418Z Compiling unicode-width v0.1.14
20012026-01-07T00:35:17.666Z Compiling textwrap v0.16.2
20022026-01-07T00:35:17.718Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
20032026-01-07T00:35:18.168Z Compiling newline-converter v0.3.0
20042026-01-07T00:35:18.738Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557)
20052026-01-07T00:35:18.839Z Compiling qorb v0.4.1
20062026-01-07T00:35:19.879Z Compiling argon2 v0.5.3
20072026-01-07T00:35:21.504Z Compiling phf v0.12.1
20082026-01-07T00:35:21.777Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
20092026-01-07T00:35:21.846Z Compiling pin-project v1.1.10
20102026-01-07T00:35:22.012Z Compiling unicode-normalization v0.1.24
20112026-01-07T00:35:22.430Z Compiling libz-sys v1.1.22
20122026-01-07T00:35:22.924Z Compiling console v0.15.11
20132026-01-07T00:35:23.888Z Compiling libsw-core v0.3.2
20142026-01-07T00:35:24.170Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
20152026-01-07T00:35:24.261Z Compiling secrecy v0.10.3
20162026-01-07T00:35:24.466Z Compiling csv-core v0.1.12
20172026-01-07T00:35:24.527Z Compiling highway v1.3.0
20182026-01-07T00:35:25.279Z Compiling fixedbitset v0.5.7
20192026-01-07T00:35:25.410Z Compiling fixedbitset v0.4.2
20202026-01-07T00:35:25.929Z Compiling progenitor v0.10.0
20212026-01-07T00:35:25.980Z Compiling petgraph v0.6.5
20222026-01-07T00:35:26.033Z Compiling petgraph v0.8.2
20232026-01-07T00:35:26.148Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
20242026-01-07T00:35:26.685Z Compiling csv v1.3.1
20252026-01-07T00:35:27.040Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
20262026-01-07T00:35:27.765Z Compiling libsw v3.5.0
20272026-01-07T00:35:28.997Z Compiling expectorate v1.2.0
20282026-01-07T00:35:29.252Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
20292026-01-07T00:35:29.856Z Compiling olpc-cjson v0.1.4
20302026-01-07T00:35:30.946Z Compiling libgit2-sys v0.17.0+1.8.1
20312026-01-07T00:35:30.946Z Compiling snafu v0.8.9
20322026-01-07T00:35:30.946Z Compiling chrono-tz v0.10.4
20332026-01-07T00:35:30.946Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
20342026-01-07T00:35:31.563Z Compiling papergrid v0.11.0
20352026-01-07T00:35:32.068Z Compiling globset v0.4.16
20362026-01-07T00:35:32.463Z Compiling gethostname v0.5.0
20372026-01-07T00:35:32.701Z Compiling const_format v0.2.34
20382026-01-07T00:35:32.951Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20392026-01-07T00:35:33.232Z Compiling slog-dtrace v0.3.0
20402026-01-07T00:35:33.365Z Compiling cancel-safe-futures v0.1.5
20412026-01-07T00:35:33.948Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
20422026-01-07T00:35:34.691Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
20432026-01-07T00:35:35.086Z Compiling pem v3.0.5
20442026-01-07T00:35:35.342Z Compiling bcs v0.1.6
20452026-01-07T00:35:35.719Z Compiling cargo-platform v0.1.9
20462026-01-07T00:35:35.743Z Compiling serde_plain v1.0.2
20472026-01-07T00:35:35.930Z Compiling typed-path v0.9.3
20482026-01-07T00:35:36.138Z Compiling linear-map v1.2.0
20492026-01-07T00:35:36.515Z Compiling tagptr v0.2.0
20502026-01-07T00:35:36.812Z Compiling swrite v0.1.0
20512026-01-07T00:35:37.421Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
20522026-01-07T00:35:38.025Z Compiling tough v0.20.0
20532026-01-07T00:35:38.918Z Compiling moka v0.12.11
20542026-01-07T00:35:40.663Z Compiling cargo_metadata v0.18.1
20552026-01-07T00:35:40.921Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
20562026-01-07T00:35:42.362Z Compiling tabled v0.15.0
20572026-01-07T00:35:42.965Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
20582026-01-07T00:35:43.628Z Compiling git2 v0.19.0
20592026-01-07T00:35:45.988Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
20602026-01-07T00:35:47.181Z Compiling steno v0.4.1
20612026-01-07T00:35:47.548Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
20622026-01-07T00:35:49.118Z Compiling hickory-proto v0.25.2
20632026-01-07T00:35:49.356Z Compiling cookie v0.18.1
20642026-01-07T00:35:51.885Z Compiling rustc_version v0.4.1
20652026-01-07T00:35:52.548Z Compiling humantime v2.3.0
20662026-01-07T00:35:52.847Z Compiling hickory-resolver v0.25.2
20672026-01-07T00:35:53.049Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
20682026-01-07T00:35:54.059Z Compiling vergen v8.3.2
20692026-01-07T00:36:00.874Z Compiling signal-hook v0.3.18
20702026-01-07T00:36:01.747Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
20712026-01-07T00:36:01.881Z Compiling mockall_derive v0.13.1
20722026-01-07T00:36:02.415Z Compiling predicates-core v1.0.9
20732026-01-07T00:36:02.777Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
20742026-01-07T00:36:03.352Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
20752026-01-07T00:36:04.176Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
20762026-01-07T00:36:05.266Z Compiling sha2 v0.10.9
20772026-01-07T00:36:05.850Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
20782026-01-07T00:36:05.977Z Compiling yansi v1.0.1
20792026-01-07T00:36:06.686Z Compiling diff v0.1.13
20802026-01-07T00:36:07.255Z Compiling adler2 v2.0.1
20812026-01-07T00:36:07.469Z Compiling miniz_oxide v0.8.9
20822026-01-07T00:36:07.558Z Compiling pretty_assertions v1.4.1
20832026-01-07T00:36:08.102Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
20842026-01-07T00:36:10.293Z Compiling predicates-tree v1.0.12
20852026-01-07T00:36:10.755Z Compiling predicates v3.1.3
20862026-01-07T00:36:11.171Z Compiling crc32fast v1.5.0
20872026-01-07T00:36:12.308Z Compiling filetime v0.2.26
20882026-01-07T00:36:12.643Z Compiling arrayvec v0.7.6
20892026-01-07T00:36:13.020Z Compiling constant_time_eq v0.3.1
20902026-01-07T00:36:13.203Z Compiling arrayref v0.3.9
20912026-01-07T00:36:13.328Z Compiling is_ci v1.2.0
20922026-01-07T00:36:13.568Z Compiling xattr v1.6.1
20932026-01-07T00:36:13.876Z Compiling fragile v2.0.1
20942026-01-07T00:36:13.900Z Compiling downcast v0.11.0
20952026-01-07T00:36:14.155Z Compiling tar v0.4.44
20962026-01-07T00:36:14.457Z Compiling mockall v0.13.1
20972026-01-07T00:36:14.770Z Compiling toml v0.7.8
20982026-01-07T00:36:15.025Z Compiling supports-color v3.0.2
20992026-01-07T00:36:15.328Z Compiling blake3 v1.8.2
21002026-01-07T00:36:16.206Z Compiling signal-hook-tokio v0.3.1
21012026-01-07T00:36:16.426Z Compiling curl-sys v0.4.83+curl-8.15.0
21022026-01-07T00:36:16.466Z Compiling flate2 v1.1.2
21032026-01-07T00:36:16.750Z Compiling fs-err v3.1.2
21042026-01-07T00:36:17.307Z Compiling drift v0.1.0
21052026-01-07T00:36:17.502Z Compiling kstat-rs v0.2.4
21062026-01-07T00:36:18.050Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
21072026-01-07T00:36:18.180Z Compiling display-error-chain v0.2.2
21082026-01-07T00:36:18.512Z Compiling topological-sort v0.2.2
21092026-01-07T00:36:18.648Z Compiling hex-literal v1.0.0
21102026-01-07T00:36:18.755Z Compiling omicron-zone-package v0.12.2
21112026-01-07T00:36:18.981Z Compiling dropshot-api-manager v0.2.2
21122026-01-07T00:36:19.950Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
21132026-01-07T00:36:24.486Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
21142026-01-07T00:36:24.536Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
21152026-01-07T00:36:24.719Z Compiling curl v0.4.49
21162026-01-07T00:36:26.139Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
21172026-01-07T00:36:26.209Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
21182026-01-07T00:36:26.321Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
21192026-01-07T00:36:26.619Z Compiling internet-checksum v0.2.1
21202026-01-07T00:36:26.771Z Compiling search_path v0.1.4
21212026-01-07T00:36:26.844Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
21222026-01-07T00:36:27.484Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
21232026-01-07T00:36:28.071Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
21242026-01-07T00:36:28.857Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
21252026-01-07T00:36:34.517Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
21262026-01-07T00:37:50.136Z Finished `test` profile [unoptimized + debuginfo] target(s) in 5m 36s
21272026-01-07T00:37:50.256Z Running unittests src/lib.rs (target/debug/deps/aal-dcd75b64daa1de4e)
21282026-01-07T00:37:50.280Z
21292026-01-07T00:37:50.280Zrunning 0 tests
21302026-01-07T00:37:50.281Z
21312026-01-07T00:37:50.281Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21322026-01-07T00:37:50.281Z
21332026-01-07T00:37:50.281Z Running unittests src/lib.rs (target/debug/deps/aal_macros-691c9cd2e298091f)
21342026-01-07T00:37:50.281Z
21352026-01-07T00:37:50.281Zrunning 0 tests
21362026-01-07T00:37:50.281Z
21372026-01-07T00:37:50.281Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21382026-01-07T00:37:50.281Z
21392026-01-07T00:37:50.281Z Running unittests src/lib.rs (target/debug/deps/asic-d3b64ae826086fca)
21402026-01-07T00:37:50.281Z
21412026-01-07T00:37:50.281Zrunning 0 tests
21422026-01-07T00:37:50.281Z
21432026-01-07T00:37:50.281Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21442026-01-07T00:37:50.281Z
21452026-01-07T00:37:50.281Z Running unittests src/lib.rs (target/debug/deps/common-bdc54c9992962e15)
21462026-01-07T00:37:50.281Z
21472026-01-07T00:37:50.281Zrunning 10 tests
21482026-01-07T00:37:50.281Ztest network::tests::test_equal ... ok
21492026-01-07T00:37:50.281Ztest network::tests::test_eui64 ... ok
21502026-01-07T00:37:50.281Ztest network::tests::test_generate_ipv6_link_local ... ok
21512026-01-07T00:37:50.281Ztest network::tests::test_into ... ok
21522026-01-07T00:37:50.281Ztest nat::tests::test_vni ... ok
21532026-01-07T00:37:50.281Ztest network::tests::test_not_equal ... ok
21542026-01-07T00:37:50.281Ztest network::tests::test_parse ... ok
21552026-01-07T00:37:50.281Ztest network::tests::test_to_string ... ok
21562026-01-07T00:37:50.281Ztest test_purge ... ok
21572026-01-07T00:37:50.306Ztest illumos::test::address_exists_handles_missing_object ... ok
21582026-01-07T00:37:50.306Z
21592026-01-07T00:37:50.306Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
21602026-01-07T00:37:50.306Z
21612026-01-07T00:37:50.306Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9d8548d8c5ebd960)
21622026-01-07T00:37:50.306Z
21632026-01-07T00:37:50.306Zrunning 1 test
21642026-01-07T00:37:51.360Ztest test::test_apis_up_to_date ... ok
21652026-01-07T00:37:51.361Z
21662026-01-07T00:37:51.361Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.07s
21672026-01-07T00:37:51.361Z
21682026-01-07T00:37:51.385Z Running unittests src/main.rs (target/debug/deps/dpd-413116a3d2932bdc)
21692026-01-07T00:37:51.432Z
21702026-01-07T00:37:51.432Zrunning 36 tests
21712026-01-07T00:37:51.432Ztest freemap::test_ordering ... ok
21722026-01-07T00:37:51.432Ztest freemap::test_split ... ok
21732026-01-07T00:37:51.432Ztest config::tests::test_updates ... ok
21742026-01-07T00:37:51.432Ztest macaddrs::tests::test_mac_offset ... ok
21752026-01-07T00:37:51.432Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
21762026-01-07T00:37:51.432Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
21772026-01-07T00:37:51.432Ztest macaddrs::tests::test_parse_port_id ... ok
21782026-01-07T00:37:51.432ZJan 07 00:37:50.701 DEBG created new freemap, unit: freemap_test
21792026-01-07T00:37:51.432ZJan 07 00:37:50.702 DEBG initted freemap. size: 128, unit: freemap_test
21802026-01-07T00:37:51.432ZJan 07 00:37:50.702 DEBG reset freemap, unit: freemap_test
21812026-01-07T00:37:51.432ZJan 07 00:37:50.702 DEBG created new freemap, unit: freemap_test
21822026-01-07T00:37:51.432ZJan 07 00:37:50.702 DEBG initted freemap. size: 128, unit: freemap_test
21832026-01-07T00:37:51.432ZJan 07 00:37:50.702 DEBG reset freemap, unit: freemap_test
21842026-01-07T00:37:51.432Ztest freemap::test_exhaustion ... ok
21852026-01-07T00:37:51.432Ztest freemap::test_basic ... ok
21862026-01-07T00:37:51.432Ztest api_server::tests::test_build_info ... ok
21872026-01-07T00:37:51.432Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
21882026-01-07T00:37:51.432ZJan 07 00:37:50.704 DEBG created new freemap, unit: freemap_test
21892026-01-07T00:37:51.432ZJan 07 00:37:50.704 DEBG initted freemap. size: 128, unit: freemap_test
21902026-01-07T00:37:51.432ZJan 07 00:37:50.704 DEBG reset freemap, unit: freemap_test
21912026-01-07T00:37:51.432Ztest freemap::test_reclaim ... ok
21922026-01-07T00:37:51.432ZJan 07 00:37:50.705 DEBG created new freemap, unit: freemap_test
21932026-01-07T00:37:51.432ZJan 07 00:37:50.705 DEBG initted freemap. size: 128, unit: freemap_test
21942026-01-07T00:37:51.432ZJan 07 00:37:50.705 DEBG reset freemap, unit: freemap_test
21952026-01-07T00:37:51.432Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
21962026-01-07T00:37:51.432Ztest mcast::tests::test_concurrent_id_allocation ... ok
21972026-01-07T00:37:51.432Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
21982026-01-07T00:37:51.432Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
21992026-01-07T00:37:51.432Ztest freemap::test_span ... ok
22002026-01-07T00:37:51.432Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
22012026-01-07T00:37:51.432Ztest mcast::validate::tests::test_address_validation_integrated ... ok
22022026-01-07T00:37:51.432Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
22032026-01-07T00:37:51.433Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
22042026-01-07T00:37:51.433Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
22052026-01-07T00:37:51.433Ztest mcast::validate::tests::test_ipv4_validation ... ok
22062026-01-07T00:37:51.433Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
22072026-01-07T00:37:51.433Ztest mcast::validate::tests::test_ipv6_validation ... ok
22082026-01-07T00:37:51.433ZJan 07 00:37:50.708 DEBG created new freemap, unit: freemap_test
22092026-01-07T00:37:51.433ZJan 07 00:37:50.709 DEBG initted freemap. size: 128, unit: freemap_test
22102026-01-07T00:37:51.433ZJan 07 00:37:50.709 DEBG reset freemap, unit: freemap_test
22112026-01-07T00:37:51.433Ztest mcast::validate::tests::test_is_ssm_function ... ok
22122026-01-07T00:37:51.433Ztest mcast::validate::tests::test_validate_nat_target ... ok
22132026-01-07T00:37:51.433Ztest mcast::validate::tests::test_validate_source_addresses ... ok
22142026-01-07T00:37:51.433Ztest nat::test_mapping ... ok
22152026-01-07T00:37:51.433Ztest mcast::tests::test_id_range_boundaries ... ok
22162026-01-07T00:37:51.433Ztest freemap::test_free ... ok
22172026-01-07T00:37:51.433Ztest port_map::tests::test_backplane_group ... ok
22182026-01-07T00:37:51.433Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
22192026-01-07T00:37:51.433Ztest port_map::tests::dump_map ... ok
22202026-01-07T00:37:51.433Ztest port_map::tests::test_port_map ... ok
22212026-01-07T00:37:51.458Ztest port_map::tests::parse_softnpu_revision ... ok
22222026-01-07T00:37:51.459Z
22232026-01-07T00:37:51.459Ztest result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
22242026-01-07T00:37:51.459Z
22252026-01-07T00:37:51.459Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-fef4b5d863772bdd)
22262026-01-07T00:37:51.459Z
22272026-01-07T00:37:51.459Zrunning 0 tests
22282026-01-07T00:37:51.459Z
22292026-01-07T00:37:51.459Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22302026-01-07T00:37:51.459Z
22312026-01-07T00:37:51.459Z Running unittests src/lib.rs (target/debug/deps/dpd_api-eaf139eb92ea0397)
22322026-01-07T00:37:51.459Z
22332026-01-07T00:37:51.459Zrunning 0 tests
22342026-01-07T00:37:51.459Z
22352026-01-07T00:37:51.459Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22362026-01-07T00:37:51.459Z
22372026-01-07T00:37:51.459Z Running unittests src/lib.rs (target/debug/deps/dpd_client-beea000242735708)
22382026-01-07T00:37:51.459Z
22392026-01-07T00:37:51.459Zrunning 2 tests
22402026-01-07T00:37:51.459Ztest tests::test_port_id_cmp ... ok
22412026-01-07T00:37:51.459Ztest tests::test_parse_client_port_id ... ok
22422026-01-07T00:37:51.459Z
22432026-01-07T00:37:51.459Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22442026-01-07T00:37:51.459Z
22452026-01-07T00:37:51.460Z Running tests/test_all.rs (target/debug/deps/test_all-b31ff747e002e814)
22462026-01-07T00:37:51.460Z
22472026-01-07T00:37:51.460Zrunning 0 tests
22482026-01-07T00:37:51.460Z
22492026-01-07T00:37:51.460Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22502026-01-07T00:37:51.460Z
22512026-01-07T00:37:51.460Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a0ab2d5cc38b632a)
22522026-01-07T00:37:51.460Z
22532026-01-07T00:37:51.460Zrunning 0 tests
22542026-01-07T00:37:51.460Z
22552026-01-07T00:37:51.460Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22562026-01-07T00:37:51.460Z
22572026-01-07T00:37:51.460Z Running unittests src/lib.rs (target/debug/deps/packet-0a3fe2f2fadf852a)
22582026-01-07T00:37:51.460Z
22592026-01-07T00:37:51.460Zrunning 12 tests
22602026-01-07T00:37:51.460Ztest icmp::test_v4_checksum ... ok
22612026-01-07T00:37:51.460Ztest ipv6::test_ipv6_parse ... ok
22622026-01-07T00:37:51.460Ztest icmp::test_v6_checksum ... ok
22632026-01-07T00:37:51.460Ztest lldp::test_lldp_parse ... ok
22642026-01-07T00:37:51.460Ztest pbuf::test_byte ... ok
22652026-01-07T00:37:51.460Ztest pbuf::test_nibble ... ok
22662026-01-07T00:37:51.460Ztest pbuf::test_short ... ok
22672026-01-07T00:37:51.460Ztest pbuf::test_overflow ... ok
22682026-01-07T00:37:51.460Ztest pbuf::test_twelve ... ok
22692026-01-07T00:37:51.460Ztest pbuf::test_word ... ok
22702026-01-07T00:37:51.460Ztest tcp::test_checksum_syn_nodata ... ok
22712026-01-07T00:37:51.460Ztest tcp::test_checksum_ack_data ... ok
22722026-01-07T00:37:51.461Z
22732026-01-07T00:37:51.461Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22742026-01-07T00:37:51.461Z
22752026-01-07T00:37:51.461Z Running unittests src/lib.rs (target/debug/deps/pcap-e52c69750ba20133)
22762026-01-07T00:37:51.461Z
22772026-01-07T00:37:51.461Zrunning 0 tests
22782026-01-07T00:37:51.461Z
22792026-01-07T00:37:51.461Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22802026-01-07T00:37:51.461Z
22812026-01-07T00:37:51.461Z Running unittests src/main.rs (target/debug/deps/swadm-12fa42527d7074db)
22822026-01-07T00:37:51.486Z
22832026-01-07T00:37:51.486Zrunning 4 tests
22842026-01-07T00:37:51.486Ztest switchport::test::test_compute_lanes ... ok
22852026-01-07T00:37:51.486Ztest switchport::test::port_id_ordering ... ok
22862026-01-07T00:37:51.486Z Lane 0 Lane 1 Lane 0 Lane 2 Lane 1 Lane 3Lane 2
22872026-01-07T00:37:51.486ZLane 3
22882026-01-07T00:37:51.486Z Rx Loss-of-lock: Yes State: Activated Yes ActivatedYes YesActivated
22892026-01-07T00:37:51.486Z Rx Loss-of-signal: Yes ActivatedYes
22902026-01-07T00:37:51.486Z Rx Output Enabled: false Yes falseYes
22912026-01-07T00:37:51.486Z Rx CDR Enabled: Yes Yes Yes Yes
22922026-01-07T00:37:51.486Z Tx Enabled: Yes Yes Yes Yes
22932026-01-07T00:37:51.486Z Tx Loss-of-lock: No No No No
22942026-01-07T00:37:51.487Zfalse Tx Loss-of-signal: No false
22952026-01-07T00:37:51.487ZNo Rx Output Status: valid No validNo
22962026-01-07T00:37:51.487Z Tx CDR Enabled: No No No No
22972026-01-07T00:37:51.487Z Tx Adaptive EQ Fault: No No No No
22982026-01-07T00:37:51.487Z Tx Fault: Yes Yes Yes Yes
22992026-01-07T00:37:51.487Zvalid valid
23002026-01-07T00:37:51.487Z Rx Loss-of-lock: true true true true
23012026-01-07T00:37:51.487Z Rx Loss-of-signal: false false false false
23022026-01-07T00:37:51.487ZRx Auto-squelch Disable: true true true true
23032026-01-07T00:37:51.487Z Tx Output Enabled: true true true true
23042026-01-07T00:37:51.487Z Tx Output Status: invalid invalid invalid invalid
23052026-01-07T00:37:51.487Z Tx Loss-of-lock: false false false false
23062026-01-07T00:37:51.487Z Tx Loss-of-signal: true true true true
23072026-01-07T00:37:51.487ZTx Auto-squelch Disable: false false false false
23082026-01-07T00:37:51.487Z Tx Adaptive EQ Fail: true true true true
23092026-01-07T00:37:51.487Z Tx Failure: false false false false
23102026-01-07T00:37:51.487Z Tx Force Squelch: true true true true
23112026-01-07T00:37:51.487Z Tx Input Polarity: normal normal normal normal
23122026-01-07T00:37:51.487Ztest switchport::test::test_print_sff_datapath ... ok
23132026-01-07T00:37:51.487Ztest switchport::test::test_print_cmis_datapath ... ok
23142026-01-07T00:37:51.487Z
23152026-01-07T00:37:51.487Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23162026-01-07T00:37:51.487Z
23172026-01-07T00:37:51.487Z Running tests/counters.rs (target/debug/deps/counters-0d8ce58327deccab)
23182026-01-07T00:37:51.487Z
23192026-01-07T00:37:51.487Zrunning 1 test
23202026-01-07T00:37:51.488Ztest test_p4_counter_list ... ignored
23212026-01-07T00:37:51.488Z
23222026-01-07T00:37:51.488Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
23232026-01-07T00:37:51.488Z
23242026-01-07T00:37:51.488Z Running tests/port-link.rs (target/debug/deps/port_link-d439b1f950a346e2)
23252026-01-07T00:37:51.488Z
23262026-01-07T00:37:51.488Zrunning 5 tests
23272026-01-07T00:37:51.488Ztest test_an ... ignored
23282026-01-07T00:37:51.488Ztest test_enable ... ignored
23292026-01-07T00:37:51.488Ztest test_ip_addresses ... ignored
23302026-01-07T00:37:51.488Ztest test_kr ... ignored
23312026-01-07T00:37:51.488Ztest test_mac ... ignored
23322026-01-07T00:37:51.488Z
23332026-01-07T00:37:51.488Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
23342026-01-07T00:37:51.488Z
23352026-01-07T00:37:51.488Z Running unittests src/main.rs (target/debug/deps/tfportd-c0b0dba86c2d609a)
23362026-01-07T00:37:51.488Z
23372026-01-07T00:37:51.488Zrunning 3 tests
23382026-01-07T00:37:51.488Ztest config::tests::test_updates ... ok
23392026-01-07T00:37:51.488Ztest tfport::test_parse_tfport ... ok
23402026-01-07T00:37:51.488Ztest linklocal::test_parse_ipadm ... ok
23412026-01-07T00:37:51.488Z
23422026-01-07T00:37:51.488Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23432026-01-07T00:37:51.488Z
23442026-01-07T00:37:51.488Z Running unittests src/main.rs (target/debug/deps/uplinkd-e0e64e8be81cf04c)
23452026-01-07T00:37:51.513Z
23462026-01-07T00:37:51.513Zrunning 0 tests
23472026-01-07T00:37:51.514Z
23482026-01-07T00:37:51.514Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23492026-01-07T00:37:51.514Z
23502026-01-07T00:37:51.514Z Running unittests src/main.rs (target/debug/deps/xtask-905ef7fd50016fdd)
23512026-01-07T00:37:51.514Z
23522026-01-07T00:37:51.514Zrunning 0 tests
23532026-01-07T00:37:51.514Z
23542026-01-07T00:37:51.514Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23552026-01-07T00:37:51.514Z
23562026-01-07T00:37:51.514Z Doc-tests aal
23572026-01-07T00:37:51.666Z
23582026-01-07T00:37:51.667Zrunning 0 tests
23592026-01-07T00:37:51.667Z
23602026-01-07T00:37:51.667Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23612026-01-07T00:37:51.667Z
23622026-01-07T00:37:51.693Z Doc-tests aal_macros
23632026-01-07T00:37:51.809Z
23642026-01-07T00:37:51.809Zrunning 0 tests
23652026-01-07T00:37:51.809Z
23662026-01-07T00:37:51.809Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23672026-01-07T00:37:51.809Z
23682026-01-07T00:37:51.834Z Doc-tests common
23692026-01-07T00:37:52.199Z
23702026-01-07T00:37:52.199Zrunning 0 tests
23712026-01-07T00:37:52.199Z
23722026-01-07T00:37:52.199Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23732026-01-07T00:37:52.199Z
23742026-01-07T00:37:52.231Z Doc-tests dpd_api
23752026-01-07T00:37:53.831Z
23762026-01-07T00:37:53.831Zrunning 2 tests
23772026-01-07T00:37:53.831Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 84) ... ignored
23782026-01-07T00:37:53.831Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 90) ... ignored
23792026-01-07T00:37:53.831Z
23802026-01-07T00:37:53.831Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
23812026-01-07T00:37:53.832Z
23822026-01-07T00:37:53.883Z Doc-tests dpd_client
23832026-01-07T00:37:55.958Z
23842026-01-07T00:37:55.958Zrunning 0 tests
23852026-01-07T00:37:55.959Z
23862026-01-07T00:37:55.959Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23872026-01-07T00:37:55.959Z
23882026-01-07T00:37:56.016Z Doc-tests dpd_types
23892026-01-07T00:37:56.564Z
23902026-01-07T00:37:56.564Zrunning 0 tests
23912026-01-07T00:37:56.564Z
23922026-01-07T00:37:56.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23932026-01-07T00:37:56.564Z
23942026-01-07T00:37:56.608Z Doc-tests packet
23952026-01-07T00:37:56.792Z
23962026-01-07T00:37:56.792Zrunning 0 tests
23972026-01-07T00:37:56.792Z
23982026-01-07T00:37:56.792Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23992026-01-07T00:37:56.792Z
24002026-01-07T00:37:56.822Z Doc-tests pcap
24012026-01-07T00:37:56.909Z
24022026-01-07T00:37:56.909Zrunning 0 tests
24032026-01-07T00:37:56.909Z
24042026-01-07T00:37:56.909Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24052026-01-07T00:37:56.909Z
24062026-01-07T00:37:57.001Z+ for feat in tofino_stub tofino_asic softnpu chaos
24072026-01-07T00:37:57.001Z+ RUST_BACKTRACE=full
24082026-01-07T00:37:57.001Z+ cargo test --features tofino_asic --no-fail-fast
24092026-01-07T00:37:58.122Z Compiling num_enum_derive v0.5.11
24102026-01-07T00:37:58.172Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
24112026-01-07T00:37:58.196Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
24122026-01-07T00:37:58.220Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
24132026-01-07T00:37:59.549Z Compiling num_enum v0.5.11
24142026-01-07T00:37:59.704Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24152026-01-07T00:38:00.002Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
24162026-01-07T00:38:13.745Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
24172026-01-07T00:38:15.119Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
24182026-01-07T00:39:18.029Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 20s
24192026-01-07T00:39:18.167Z Running unittests src/lib.rs (target/debug/deps/aal-dcd75b64daa1de4e)
24202026-01-07T00:39:18.167Z
24212026-01-07T00:39:18.167Zrunning 0 tests
24222026-01-07T00:39:18.167Z
24232026-01-07T00:39:18.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24242026-01-07T00:39:18.168Z
24252026-01-07T00:39:18.168Z Running unittests src/lib.rs (target/debug/deps/aal_macros-691c9cd2e298091f)
24262026-01-07T00:39:18.168Z
24272026-01-07T00:39:18.168Zrunning 0 tests
24282026-01-07T00:39:18.168Z
24292026-01-07T00:39:18.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24302026-01-07T00:39:18.168Z
24312026-01-07T00:39:18.168Z Running unittests src/lib.rs (target/debug/deps/asic-890365f1182787dd)
24322026-01-07T00:39:18.305Z
24332026-01-07T00:39:18.305Zrunning 8 tests
24342026-01-07T00:39:18.330Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
24352026-01-07T00:39:18.330Ztest tofino_asic::qsfp::tests::fix_link ... ok
24362026-01-07T00:39:18.330Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
24372026-01-07T00:39:18.330Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
24382026-01-07T00:39:18.330Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
24392026-01-07T00:39:18.331Ztest tofino_asic::stats::constants_sanity_check ... ok
24402026-01-07T00:39:18.331Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
24412026-01-07T00:39:18.809Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
24422026-01-07T00:39:18.809Z
24432026-01-07T00:39:18.809Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
24442026-01-07T00:39:18.809Z
24452026-01-07T00:39:18.834Z Running unittests src/lib.rs (target/debug/deps/common-bdc54c9992962e15)
24462026-01-07T00:39:18.834Z
24472026-01-07T00:39:18.834Zrunning 10 tests
24482026-01-07T00:39:18.834Ztest nat::tests::test_vni ... ok
24492026-01-07T00:39:18.834Ztest network::tests::test_eui64 ... ok
24502026-01-07T00:39:18.834Ztest network::tests::test_equal ... ok
24512026-01-07T00:39:18.834Ztest network::tests::test_generate_ipv6_link_local ... ok
24522026-01-07T00:39:18.834Ztest network::tests::test_into ... ok
24532026-01-07T00:39:18.834Ztest network::tests::test_not_equal ... ok
24542026-01-07T00:39:18.834Ztest network::tests::test_parse ... ok
24552026-01-07T00:39:18.834Ztest network::tests::test_to_string ... ok
24562026-01-07T00:39:18.834Ztest test_purge ... ok
24572026-01-07T00:39:18.858Ztest illumos::test::address_exists_handles_missing_object ... ok
24582026-01-07T00:39:18.858Z
24592026-01-07T00:39:18.858Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
24602026-01-07T00:39:18.858Z
24612026-01-07T00:39:18.858Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9d8548d8c5ebd960)
24622026-01-07T00:39:18.858Z
24632026-01-07T00:39:18.858Zrunning 1 test
24642026-01-07T00:39:19.910Ztest test::test_apis_up_to_date ... ok
24652026-01-07T00:39:19.910Z
24662026-01-07T00:39:19.910Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.06s
24672026-01-07T00:39:19.910Z
24682026-01-07T00:39:19.934Z Running unittests src/main.rs (target/debug/deps/dpd-c1e0187df5ded7a4)
24692026-01-07T00:39:20.046Z
24702026-01-07T00:39:20.046Zrunning 64 tests
24712026-01-07T00:39:20.098Ztest freemap::test_ordering ... ok
24722026-01-07T00:39:20.098Ztest freemap::test_split ... ok
24732026-01-07T00:39:20.098Ztest config::tests::test_updates ... ok
24742026-01-07T00:39:20.098Ztest macaddrs::tests::test_mac_offset ... ok
24752026-01-07T00:39:20.098Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
24762026-01-07T00:39:20.098Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
24772026-01-07T00:39:20.098Ztest macaddrs::tests::test_parse_port_id ... ok
24782026-01-07T00:39:20.098ZJan 07 00:39:19.360 DEBG created new freemap, unit: freemap_test
24792026-01-07T00:39:20.098ZJan 07 00:39:19.360 DEBG initted freemap. size: 128, unit: freemap_test
24802026-01-07T00:39:20.098ZJan 07 00:39:19.360 DEBG reset freemap, unit: freemap_test
24812026-01-07T00:39:20.098Ztest freemap::test_exhaustion ... ok
24822026-01-07T00:39:20.098Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
24832026-01-07T00:39:20.098ZJan 07 00:39:19.361 DEBG created new freemap, unit: freemap_test
24842026-01-07T00:39:20.098ZJan 07 00:39:19.361 DEBG initted freemap. size: 128, unit: freemap_test
24852026-01-07T00:39:20.098ZJan 07 00:39:19.361 DEBG reset freemap, unit: Jan 07 00:39:19.361freemap_test
24862026-01-07T00:39:20.098Z DEBG created new freemap, unit: freemap_test
24872026-01-07T00:39:20.098ZJan 07 00:39:19.361 DEBG initted freemap. size: 128, unit: freemap_test
24882026-01-07T00:39:20.098ZJan 07 00:39:19.361 DEBG reset freemap, unit: freemap_test
24892026-01-07T00:39:20.098ZJan 07 00:39:19.361 DEBG created new freemap, unit: freemap_test
24902026-01-07T00:39:20.099ZJan 07 00:39:19.362 DEBG initted freemap. size: 128, unit: freemap_test
24912026-01-07T00:39:20.099ZJan 07 00:39:19.362 DEBG reset freemap, unit: freemap_test
24922026-01-07T00:39:20.099Ztest freemap::test_free ... ok
24932026-01-07T00:39:20.099Ztest freemap::test_span ... ok
24942026-01-07T00:39:20.099Ztest api_server::tests::test_build_info ... ok
24952026-01-07T00:39:20.099ZJan 07 00:39:19.362 DEBG created new freemap, unit: freemap_test
24962026-01-07T00:39:20.099ZJan 07 00:39:19.362 DEBG initted freemap. size: 128, unit: freemap_test
24972026-01-07T00:39:20.099ZJan 07 00:39:19.362 DEBG reset freemap, unit: freemap_test
24982026-01-07T00:39:20.099Ztest freemap::test_basic ... ok
24992026-01-07T00:39:20.099Ztest freemap::test_reclaim ... ok
25002026-01-07T00:39:20.099Ztest mcast::tests::test_concurrent_id_allocation ... ok
25012026-01-07T00:39:20.099Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
25022026-01-07T00:39:20.099Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
25032026-01-07T00:39:20.099Ztest mcast::validate::tests::test_address_validation_integrated ... ok
25042026-01-07T00:39:20.099Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
25052026-01-07T00:39:20.099Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
25062026-01-07T00:39:20.099Ztest mcast::validate::tests::test_ipv4_validation ... ok
25072026-01-07T00:39:20.099Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
25082026-01-07T00:39:20.099Ztest mcast::validate::tests::test_ipv6_validation ... ok
25092026-01-07T00:39:20.099Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
25102026-01-07T00:39:20.099Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
25112026-01-07T00:39:20.099Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
25122026-01-07T00:39:20.099Ztest mcast::validate::tests::test_is_ssm_function ... ok
25132026-01-07T00:39:20.099Ztest mcast::validate::tests::test_validate_nat_target ... ok
25142026-01-07T00:39:20.099Ztest mcast::validate::tests::test_validate_source_addresses ... ok
25152026-01-07T00:39:20.099Ztest nat::test_mapping ... ok
25162026-01-07T00:39:20.099Ztest port_map::tests::test_backplane_group ... ok
25172026-01-07T00:39:20.099Ztest mcast::tests::test_id_range_boundaries ... ok
25182026-01-07T00:39:20.099Ztest port_map::tests::dump_map ... ok
25192026-01-07T00:39:20.099Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
25202026-01-07T00:39:20.099Ztest port_map::tests::test_port_map ... ok
25212026-01-07T00:39:20.099Ztest transceivers::mpn_test::test_mpn_missing ... ok
25222026-01-07T00:39:20.099Ztest transceivers::mpn_test::test_mpn_present ... ok
25232026-01-07T00:39:20.099Ztest transceivers::mpn_test::test_xcvr_missing ... ok
25242026-01-07T00:39:20.099Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
25252026-01-07T00:39:20.099Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
25262026-01-07T00:39:20.099Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
25272026-01-07T00:39:20.099Ztest port_map::tests::parse_softnpu_revision ... ok
25282026-01-07T00:39:20.099Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
25292026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
25302026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
25312026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
25322026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
25332026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
25342026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
25352026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
25362026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
25372026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
25382026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
25392026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
25402026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
25412026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
25422026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
25432026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
25442026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
25452026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
25462026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
25472026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
25482026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
25492026-01-07T00:39:20.100Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
25502026-01-07T00:39:20.100Z
25512026-01-07T00:39:20.100Ztest result: ok. 64 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
25522026-01-07T00:39:20.100Z
25532026-01-07T00:39:20.125Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-c117a8f3576c9037)
25542026-01-07T00:39:20.125Z
25552026-01-07T00:39:20.125Zrunning 0 tests
25562026-01-07T00:39:20.125Z
25572026-01-07T00:39:20.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25582026-01-07T00:39:20.125Z
25592026-01-07T00:39:20.125Z Running unittests src/lib.rs (target/debug/deps/dpd_api-eaf139eb92ea0397)
25602026-01-07T00:39:20.125Z
25612026-01-07T00:39:20.125Zrunning 0 tests
25622026-01-07T00:39:20.125Z
25632026-01-07T00:39:20.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25642026-01-07T00:39:20.125Z
25652026-01-07T00:39:20.125Z Running unittests src/lib.rs (target/debug/deps/dpd_client-99385de5fe46528f)
25662026-01-07T00:39:20.125Z
25672026-01-07T00:39:20.125Zrunning 2 tests
25682026-01-07T00:39:20.126Ztest tests::test_parse_client_port_id ... ok
25692026-01-07T00:39:20.126Ztest tests::test_port_id_cmp ... ok
25702026-01-07T00:39:20.126Z
25712026-01-07T00:39:20.126Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25722026-01-07T00:39:20.126Z
25732026-01-07T00:39:20.126Z Running tests/test_all.rs (target/debug/deps/test_all-c0c83fe03e311dfc)
25742026-01-07T00:39:20.126Z
25752026-01-07T00:39:20.126Zrunning 0 tests
25762026-01-07T00:39:20.126Z
25772026-01-07T00:39:20.126Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25782026-01-07T00:39:20.126Z
25792026-01-07T00:39:20.126Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a0ab2d5cc38b632a)
25802026-01-07T00:39:20.126Z
25812026-01-07T00:39:20.126Zrunning 0 tests
25822026-01-07T00:39:20.126Z
25832026-01-07T00:39:20.126Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25842026-01-07T00:39:20.126Z
25852026-01-07T00:39:20.126Z Running unittests src/lib.rs (target/debug/deps/packet-0a3fe2f2fadf852a)
25862026-01-07T00:39:20.126Z
25872026-01-07T00:39:20.126Zrunning 12 tests
25882026-01-07T00:39:20.126Ztest pbuf::test_byte ... ok
25892026-01-07T00:39:20.126Ztest pbuf::test_nibble ... ok
25902026-01-07T00:39:20.126Ztest lldp::test_lldp_parse ... ok
25912026-01-07T00:39:20.126Ztest ipv6::test_ipv6_parse ... ok
25922026-01-07T00:39:20.126Ztest icmp::test_v6_checksum ... ok
25932026-01-07T00:39:20.126Ztest icmp::test_v4_checksum ... ok
25942026-01-07T00:39:20.126Ztest pbuf::test_overflow ... ok
25952026-01-07T00:39:20.126Ztest pbuf::test_short ... ok
25962026-01-07T00:39:20.126Ztest pbuf::test_twelve ... ok
25972026-01-07T00:39:20.126Ztest pbuf::test_word ... ok
25982026-01-07T00:39:20.126Ztest tcp::test_checksum_ack_data ... ok
25992026-01-07T00:39:20.126Ztest tcp::test_checksum_syn_nodata ... ok
26002026-01-07T00:39:20.126Z
26012026-01-07T00:39:20.126Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26022026-01-07T00:39:20.126Z
26032026-01-07T00:39:20.126Z Running unittests src/lib.rs (target/debug/deps/pcap-e52c69750ba20133)
26042026-01-07T00:39:20.151Z
26052026-01-07T00:39:20.151Zrunning 0 tests
26062026-01-07T00:39:20.151Z
26072026-01-07T00:39:20.151Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26082026-01-07T00:39:20.151Z
26092026-01-07T00:39:20.152Z Running unittests src/main.rs (target/debug/deps/swadm-12ab99e3f2ea561d)
26102026-01-07T00:39:20.152Z
26112026-01-07T00:39:20.152Zrunning 4 tests
26122026-01-07T00:39:20.152Ztest switchport::test::test_compute_lanes ... ok
26132026-01-07T00:39:20.152Ztest switchport::test::port_id_ordering ... ok
26142026-01-07T00:39:20.152Z Lane 0 Lane 1 Lane 2 Lane 3
26152026-01-07T00:39:20.152Z Rx Loss-of-lock: Yes Lane 0Yes Yes Yes
26162026-01-07T00:39:20.152ZLane 1 Rx Loss-of-signal: YesLane 2 YesLane 3
26172026-01-07T00:39:20.152Z State: Activated YesActivated Yes
26182026-01-07T00:39:20.152ZActivated Rx CDR Enabled: Yes ActivatedYes
26192026-01-07T00:39:20.152Z Rx Output Enabled: false Yesfalse Yes
26202026-01-07T00:39:20.152Zfalse Tx Enabled: Yes false
26212026-01-07T00:39:20.152Z Rx Output Status: valid Yes validYes Yes
26222026-01-07T00:39:20.152Z Tx Loss-of-lock: Novalid Novalid
26232026-01-07T00:39:20.152ZNo No Rx Loss-of-lock: true
26242026-01-07T00:39:20.152Z Tx Loss-of-signal: Notrue true Notrue
26252026-01-07T00:39:20.152Z Rx Loss-of-signal: false Nofalse No
26262026-01-07T00:39:20.152Zfalse Tx CDR Enabled: No false
26272026-01-07T00:39:20.152ZNoRx Auto-squelch Disable: true trueNo trueNo
26282026-01-07T00:39:20.152Z Tx Adaptive EQ Fault: No trueNo
26292026-01-07T00:39:20.152Z Tx Output Enabled: true Notrue Notrue
26302026-01-07T00:39:20.152Z Tx Fault: Yestrue
26312026-01-07T00:39:20.152ZYes Tx Output Status: invalid invalidYes invalid Yes
26322026-01-07T00:39:20.152Zinvalid
26332026-01-07T00:39:20.152Z Tx Loss-of-lock: false false false false
26342026-01-07T00:39:20.152Z Tx Loss-of-signal: true true true true
26352026-01-07T00:39:20.152ZTx Auto-squelch Disable: false false false false
26362026-01-07T00:39:20.152Z Tx Adaptive EQ Fail: true true true true
26372026-01-07T00:39:20.152Z Tx Failure: false false false false
26382026-01-07T00:39:20.152Z Tx Force Squelch: true true true true
26392026-01-07T00:39:20.152Z Tx Input Polarity: normal normal normal normal
26402026-01-07T00:39:20.152Ztest switchport::test::test_print_sff_datapath ... ok
26412026-01-07T00:39:20.152Ztest switchport::test::test_print_cmis_datapath ... ok
26422026-01-07T00:39:20.152Z
26432026-01-07T00:39:20.152Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26442026-01-07T00:39:20.152Z
26452026-01-07T00:39:20.152Z Running tests/counters.rs (target/debug/deps/counters-3f9fb50c3665f21f)
26462026-01-07T00:39:20.152Z
26472026-01-07T00:39:20.153Zrunning 1 test
26482026-01-07T00:39:20.153Ztest test_p4_counter_list ... ignored
26492026-01-07T00:39:20.153Z
26502026-01-07T00:39:20.153Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
26512026-01-07T00:39:20.153Z
26522026-01-07T00:39:20.153Z Running tests/port-link.rs (target/debug/deps/port_link-8cb61368b0024b2b)
26532026-01-07T00:39:20.177Z
26542026-01-07T00:39:20.177Zrunning 5 tests
26552026-01-07T00:39:20.177Ztest test_an ... ignored
26562026-01-07T00:39:20.177Ztest test_enable ... ignored
26572026-01-07T00:39:20.177Ztest test_ip_addresses ... ignored
26582026-01-07T00:39:20.177Ztest test_kr ... ignored
26592026-01-07T00:39:20.178Ztest test_mac ... ignored
26602026-01-07T00:39:20.178Z
26612026-01-07T00:39:20.178Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
26622026-01-07T00:39:20.178Z
26632026-01-07T00:39:20.178Z Running unittests src/main.rs (target/debug/deps/tfportd-71c7fd157db9caf1)
26642026-01-07T00:39:20.178Z
26652026-01-07T00:39:20.178Zrunning 3 tests
26662026-01-07T00:39:20.178Ztest linklocal::test_parse_ipadm ... ok
26672026-01-07T00:39:20.178Ztest config::tests::test_updates ... ok
26682026-01-07T00:39:20.178Ztest tfport::test_parse_tfport ... ok
26692026-01-07T00:39:20.178Z
26702026-01-07T00:39:20.178Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26712026-01-07T00:39:20.178Z
26722026-01-07T00:39:20.178Z Running unittests src/main.rs (target/debug/deps/uplinkd-e0e64e8be81cf04c)
26732026-01-07T00:39:20.178Z
26742026-01-07T00:39:20.178Zrunning 0 tests
26752026-01-07T00:39:20.178Z
26762026-01-07T00:39:20.178Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26772026-01-07T00:39:20.178Z
26782026-01-07T00:39:20.178Z Running unittests src/main.rs (target/debug/deps/xtask-905ef7fd50016fdd)
26792026-01-07T00:39:20.178Z
26802026-01-07T00:39:20.178Zrunning 0 tests
26812026-01-07T00:39:20.178Z
26822026-01-07T00:39:20.178Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26832026-01-07T00:39:20.178Z
26842026-01-07T00:39:20.178Z Doc-tests aal
26852026-01-07T00:39:20.353Z
26862026-01-07T00:39:20.353Zrunning 0 tests
26872026-01-07T00:39:20.353Z
26882026-01-07T00:39:20.353Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26892026-01-07T00:39:20.353Z
26902026-01-07T00:39:20.381Z Doc-tests aal_macros
26912026-01-07T00:39:20.502Z
26922026-01-07T00:39:20.502Zrunning 0 tests
26932026-01-07T00:39:20.502Z
26942026-01-07T00:39:20.502Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26952026-01-07T00:39:20.502Z
26962026-01-07T00:39:20.526Z Doc-tests common
26972026-01-07T00:39:20.889Z
26982026-01-07T00:39:20.889Zrunning 0 tests
26992026-01-07T00:39:20.889Z
27002026-01-07T00:39:20.889Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27012026-01-07T00:39:20.889Z
27022026-01-07T00:39:20.923Z Doc-tests dpd_api
27032026-01-07T00:39:22.531Z
27042026-01-07T00:39:22.532Zrunning 2 tests
27052026-01-07T00:39:22.532Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 84) ... ignored
27062026-01-07T00:39:22.532Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 90) ... ignored
27072026-01-07T00:39:22.532Z
27082026-01-07T00:39:22.532Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
27092026-01-07T00:39:22.532Z
27102026-01-07T00:39:22.594Z Doc-tests dpd_client
27112026-01-07T00:39:24.712Z
27122026-01-07T00:39:24.712Zrunning 0 tests
27132026-01-07T00:39:24.712Z
27142026-01-07T00:39:24.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27152026-01-07T00:39:24.712Z
27162026-01-07T00:39:24.776Z Doc-tests dpd_types
27172026-01-07T00:39:25.365Z
27182026-01-07T00:39:25.365Zrunning 0 tests
27192026-01-07T00:39:25.365Z
27202026-01-07T00:39:25.365Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27212026-01-07T00:39:25.365Z
27222026-01-07T00:39:25.408Z Doc-tests packet
27232026-01-07T00:39:25.601Z
27242026-01-07T00:39:25.601Zrunning 0 tests
27252026-01-07T00:39:25.601Z
27262026-01-07T00:39:25.601Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27272026-01-07T00:39:25.601Z
27282026-01-07T00:39:25.628Z Doc-tests pcap
27292026-01-07T00:39:25.712Z
27302026-01-07T00:39:25.712Zrunning 0 tests
27312026-01-07T00:39:25.712Z
27322026-01-07T00:39:25.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27332026-01-07T00:39:25.712Z
27342026-01-07T00:39:25.775Z+ for feat in tofino_stub tofino_asic softnpu chaos
27352026-01-07T00:39:25.775Z+ RUST_BACKTRACE=full
27362026-01-07T00:39:25.775Z+ cargo test --features softnpu --no-fail-fast
27372026-01-07T00:39:26.993Z Compiling num-integer v0.1.46
27382026-01-07T00:39:27.025Z Compiling num-complex v0.4.6
27392026-01-07T00:39:27.134Z Compiling bitstruct_derive v0.1.0
27402026-01-07T00:39:27.158Z Compiling tap v1.0.1
27412026-01-07T00:39:27.332Z Compiling wyz v0.5.1
27422026-01-07T00:39:27.587Z Compiling num-rational v0.4.2
27432026-01-07T00:39:27.696Z Compiling num-iter v0.1.45
27442026-01-07T00:39:27.720Z Compiling num-bigint v0.4.6
27452026-01-07T00:39:27.937Z Compiling radium v0.7.0
27462026-01-07T00:39:27.979Z Compiling funty v2.0.0
27472026-01-07T00:39:28.003Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
27482026-01-07T00:39:28.125Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
27492026-01-07T00:39:28.242Z Compiling num v0.4.3
27502026-01-07T00:39:28.349Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
27512026-01-07T00:39:28.374Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
27522026-01-07T00:39:28.398Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
27532026-01-07T00:39:28.582Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
27542026-01-07T00:39:28.747Z Compiling typeid v1.0.3
27552026-01-07T00:39:28.834Z Compiling bitvec v1.0.1
27562026-01-07T00:39:28.888Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
27572026-01-07T00:39:28.938Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
27582026-01-07T00:39:29.081Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
27592026-01-07T00:39:29.242Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
27602026-01-07T00:39:29.435Z Compiling ascii v1.1.0
27612026-01-07T00:39:29.979Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
27622026-01-07T00:39:30.527Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
27632026-01-07T00:39:30.936Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
27642026-01-07T00:39:31.013Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
27652026-01-07T00:39:31.161Z Compiling erased-serde v0.4.8
27662026-01-07T00:39:31.345Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
27672026-01-07T00:39:31.400Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
27682026-01-07T00:39:32.118Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
27692026-01-07T00:39:32.161Z Compiling bitstruct v0.1.1
27702026-01-07T00:39:32.696Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
27712026-01-07T00:39:32.723Z Compiling serde_arrays v0.1.0
27722026-01-07T00:39:32.808Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
27732026-01-07T00:39:32.921Z Compiling libloading v0.7.4
27742026-01-07T00:39:33.258Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
27752026-01-07T00:39:33.328Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
27762026-01-07T00:39:33.910Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
27772026-01-07T00:39:34.583Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
27782026-01-07T00:39:36.940Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27792026-01-07T00:39:38.423Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
27802026-01-07T00:39:46.355Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
27812026-01-07T00:39:46.694Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
27822026-01-07T00:39:46.796Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
27832026-01-07T00:39:48.667Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
27842026-01-07T00:39:50.696Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
27852026-01-07T00:39:50.734Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
27862026-01-07T00:39:51.419Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
27872026-01-07T00:39:51.656Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
27882026-01-07T00:39:52.374Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
27892026-01-07T00:39:53.984Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
27902026-01-07T00:40:00.498Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
27912026-01-07T00:40:02.633Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
27922026-01-07T00:40:07.116Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
27932026-01-07T00:40:10.556Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
27942026-01-07T00:40:17.425Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
27952026-01-07T00:40:18.230Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
27962026-01-07T00:40:20.492Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
27972026-01-07T00:40:25.521Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0)
27982026-01-07T00:40:27.433Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
27992026-01-07T00:40:37.669Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
28002026-01-07T00:41:49.545Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 23s
28012026-01-07T00:41:49.666Z Running unittests src/lib.rs (target/debug/deps/aal-e9019bdad47e92e7)
28022026-01-07T00:41:49.691Z
28032026-01-07T00:41:49.691Zrunning 0 tests
28042026-01-07T00:41:49.691Z
28052026-01-07T00:41:49.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28062026-01-07T00:41:49.691Z
28072026-01-07T00:41:49.691Z Running unittests src/lib.rs (target/debug/deps/aal_macros-691c9cd2e298091f)
28082026-01-07T00:41:49.691Z
28092026-01-07T00:41:49.691Zrunning 0 tests
28102026-01-07T00:41:49.691Z
28112026-01-07T00:41:49.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28122026-01-07T00:41:49.691Z
28132026-01-07T00:41:49.691Z Running unittests src/lib.rs (target/debug/deps/asic-bd39b240dca985dc)
28142026-01-07T00:41:49.691Z
28152026-01-07T00:41:49.691Zrunning 0 tests
28162026-01-07T00:41:49.691Z
28172026-01-07T00:41:49.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28182026-01-07T00:41:49.691Z
28192026-01-07T00:41:49.691Z Running unittests src/lib.rs (target/debug/deps/common-fff4c75d48a7252e)
28202026-01-07T00:41:49.691Z
28212026-01-07T00:41:49.691Zrunning 10 tests
28222026-01-07T00:41:49.691Ztest nat::tests::test_vni ... ok
28232026-01-07T00:41:49.691Ztest network::tests::test_eui64 ... ok
28242026-01-07T00:41:49.691Ztest network::tests::test_equal ... ok
28252026-01-07T00:41:49.691Ztest network::tests::test_generate_ipv6_link_local ... ok
28262026-01-07T00:41:49.691Ztest network::tests::test_into ... ok
28272026-01-07T00:41:49.691Ztest network::tests::test_not_equal ... ok
28282026-01-07T00:41:49.692Ztest network::tests::test_to_string ... ok
28292026-01-07T00:41:49.692Ztest network::tests::test_parse ... ok
28302026-01-07T00:41:49.692Ztest test_purge ... ok
28312026-01-07T00:41:49.716Ztest illumos::test::address_exists_handles_missing_object ... ok
28322026-01-07T00:41:49.716Z
28332026-01-07T00:41:49.716Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
28342026-01-07T00:41:49.716Z
28352026-01-07T00:41:49.716Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-26a9b9a8e0e4a2e7)
28362026-01-07T00:41:49.716Z
28372026-01-07T00:41:49.716Zrunning 1 test
28382026-01-07T00:41:50.772Ztest test::test_apis_up_to_date ... ok
28392026-01-07T00:41:50.772Z
28402026-01-07T00:41:50.772Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.07s
28412026-01-07T00:41:50.772Z
28422026-01-07T00:41:50.796Z Running unittests src/main.rs (target/debug/deps/dpd-250fedc55c6a6a54)
28432026-01-07T00:41:50.842Z
28442026-01-07T00:41:50.843Zrunning 36 tests
28452026-01-07T00:41:50.843Ztest freemap::test_ordering ... ok
28462026-01-07T00:41:50.843Ztest freemap::test_split ... ok
28472026-01-07T00:41:50.843Ztest config::tests::test_updates ... ok
28482026-01-07T00:41:50.843Ztest macaddrs::tests::test_mac_offset ... ok
28492026-01-07T00:41:50.843Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
28502026-01-07T00:41:50.843Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
28512026-01-07T00:41:50.843Ztest macaddrs::tests::test_parse_port_id ... ok
28522026-01-07T00:41:50.843ZJan 07 00:41:50.114 DEBG created new freemapJan 07 00:41:50.113 , DEBGunit: freemap_test
28532026-01-07T00:41:50.843Z created new freemap, unit: freemap_testJan 07 00:41:50.114
28542026-01-07T00:41:50.843Z DEBG initted freemap. size: 128, unit: freemap_test
28552026-01-07T00:41:50.843ZJan 07 00:41:50.114 Jan 07 00:41:50.114DEBG reset freemapDEBG, unitinitted freemap. size: 128:, unitfreemap_test:
28562026-01-07T00:41:50.843Z freemap_test
28572026-01-07T00:41:50.843ZJan 07 00:41:50.114 DEBG reset freemap, unit: freemap_test
28582026-01-07T00:41:50.843Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
28592026-01-07T00:41:50.843ZJan 07 00:41:50.114 DEBG created new freemapJan 07 00:41:50.114, unitDEBG: created new freemap , freemap_testunit
28602026-01-07T00:41:50.843Z: freemap_test
28612026-01-07T00:41:50.843ZJan 07 00:41:50.114Jan 07 00:41:50.114 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
28622026-01-07T00:41:50.843Z
28632026-01-07T00:41:50.843ZJan 07 00:41:50.114Jan 07 00:41:50.114 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
28642026-01-07T00:41:50.843Z
28652026-01-07T00:41:50.843Ztest freemap::test_basic ... ok
28662026-01-07T00:41:50.843Ztest freemap::test_span ... ok
28672026-01-07T00:41:50.843Ztest freemap::test_reclaim ... ok
28682026-01-07T00:41:50.843Ztest freemap::test_exhaustion ... ok
28692026-01-07T00:41:50.843Ztest mcast::tests::test_concurrent_id_allocation ... ok
28702026-01-07T00:41:50.843Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
28712026-01-07T00:41:50.843Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
28722026-01-07T00:41:50.843ZJan 07 00:41:50.116 DEBG created new freemap, unit: freemap_test
28732026-01-07T00:41:50.843ZJan 07 00:41:50.116 DEBG initted freemap. size: 128, unit: freemap_test
28742026-01-07T00:41:50.843ZJan 07 00:41:50.116 DEBG reset freemap, unit: freemap_test
28752026-01-07T00:41:50.843Ztest api_server::tests::test_build_info ... ok
28762026-01-07T00:41:50.843Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
28772026-01-07T00:41:50.843Ztest mcast::validate::tests::test_address_validation_integrated ... ok
28782026-01-07T00:41:50.843Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
28792026-01-07T00:41:50.843Ztest freemap::test_free ... ok
28802026-01-07T00:41:50.843Ztest mcast::validate::tests::test_ipv4_validation ... ok
28812026-01-07T00:41:50.843Ztest mcast::validate::tests::test_ipv6_validation ... ok
28822026-01-07T00:41:50.844Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
28832026-01-07T00:41:50.844Ztest mcast::validate::tests::test_is_ssm_function ... ok
28842026-01-07T00:41:50.844Ztest mcast::validate::tests::test_validate_source_addresses ... ok
28852026-01-07T00:41:50.844Ztest mcast::validate::tests::test_validate_nat_target ... ok
28862026-01-07T00:41:50.844Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
28872026-01-07T00:41:50.844Ztest nat::test_mapping ... ok
28882026-01-07T00:41:50.844Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
28892026-01-07T00:41:50.844Ztest port_map::tests::test_backplane_group ... ok
28902026-01-07T00:41:50.844Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
28912026-01-07T00:41:50.844Ztest port_map::tests::dump_map ... ok
28922026-01-07T00:41:50.844Ztest port_map::tests::test_port_map ... ok
28932026-01-07T00:41:50.844Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
28942026-01-07T00:41:50.844Ztest mcast::tests::test_id_range_boundaries ... ok
28952026-01-07T00:41:50.844Ztest port_map::tests::parse_softnpu_revision ... ok
28962026-01-07T00:41:50.844Z
28972026-01-07T00:41:50.844Ztest result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
28982026-01-07T00:41:50.844Z
28992026-01-07T00:41:50.869Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-7ed097dbc5783409)
29002026-01-07T00:41:50.869Z
29012026-01-07T00:41:50.869Zrunning 0 tests
29022026-01-07T00:41:50.869Z
29032026-01-07T00:41:50.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29042026-01-07T00:41:50.869Z
29052026-01-07T00:41:50.869Z Running unittests src/lib.rs (target/debug/deps/dpd_api-e79d69ccd30964f6)
29062026-01-07T00:41:50.869Z
29072026-01-07T00:41:50.869Zrunning 0 tests
29082026-01-07T00:41:50.869Z
29092026-01-07T00:41:50.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29102026-01-07T00:41:50.869Z
29112026-01-07T00:41:50.869Z Running unittests src/lib.rs (target/debug/deps/dpd_client-4d87b2ee0db768f7)
29122026-01-07T00:41:50.869Z
29132026-01-07T00:41:50.869Zrunning 2 tests
29142026-01-07T00:41:50.869Ztest tests::test_parse_client_port_id ... ok
29152026-01-07T00:41:50.869Ztest tests::test_port_id_cmp ... ok
29162026-01-07T00:41:50.869Z
29172026-01-07T00:41:50.869Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29182026-01-07T00:41:50.869Z
29192026-01-07T00:41:50.869Z Running tests/test_all.rs (target/debug/deps/test_all-0c70b64b8efbb59b)
29202026-01-07T00:41:50.869Z
29212026-01-07T00:41:50.869Zrunning 0 tests
29222026-01-07T00:41:50.869Z
29232026-01-07T00:41:50.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29242026-01-07T00:41:50.870Z
29252026-01-07T00:41:50.870Z Running unittests src/lib.rs (target/debug/deps/dpd_types-92bcf792135fd2f3)
29262026-01-07T00:41:50.870Z
29272026-01-07T00:41:50.870Zrunning 0 tests
29282026-01-07T00:41:50.870Z
29292026-01-07T00:41:50.870Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29302026-01-07T00:41:50.870Z
29312026-01-07T00:41:50.870Z Running unittests src/lib.rs (target/debug/deps/packet-21720d58e1fa1dc8)
29322026-01-07T00:41:50.870Z
29332026-01-07T00:41:50.870Zrunning 12 tests
29342026-01-07T00:41:50.870Ztest icmp::test_v6_checksum ... ok
29352026-01-07T00:41:50.870Ztest icmp::test_v4_checksum ... ok
29362026-01-07T00:41:50.870Ztest ipv6::test_ipv6_parse ... ok
29372026-01-07T00:41:50.870Ztest pbuf::test_byte ... ok
29382026-01-07T00:41:50.870Ztest lldp::test_lldp_parse ... ok
29392026-01-07T00:41:50.870Ztest pbuf::test_nibble ... ok
29402026-01-07T00:41:50.870Ztest pbuf::test_overflow ... ok
29412026-01-07T00:41:50.870Ztest pbuf::test_short ... ok
29422026-01-07T00:41:50.870Ztest pbuf::test_twelve ... ok
29432026-01-07T00:41:50.870Ztest pbuf::test_word ... ok
29442026-01-07T00:41:50.870Ztest tcp::test_checksum_syn_nodata ... ok
29452026-01-07T00:41:50.870Ztest tcp::test_checksum_ack_data ... ok
29462026-01-07T00:41:50.870Z
29472026-01-07T00:41:50.870Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29482026-01-07T00:41:50.870Z
29492026-01-07T00:41:50.870Z Running unittests src/lib.rs (target/debug/deps/pcap-e52c69750ba20133)
29502026-01-07T00:41:50.870Z
29512026-01-07T00:41:50.870Zrunning 0 tests
29522026-01-07T00:41:50.870Z
29532026-01-07T00:41:50.870Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29542026-01-07T00:41:50.870Z
29552026-01-07T00:41:50.870Z Running unittests src/main.rs (target/debug/deps/swadm-fda88e8269f5597b)
29562026-01-07T00:41:50.895Z
29572026-01-07T00:41:50.895Zrunning 4 tests
29582026-01-07T00:41:50.895Ztest switchport::test::test_compute_lanes ... ok
29592026-01-07T00:41:50.895Ztest switchport::test::port_id_ordering ... ok
29602026-01-07T00:41:50.895Z Lane 0 Lane 0 Lane 1Lane 1 Lane 2Lane 2 Lane 3
29612026-01-07T00:41:50.895Z State: Activated Activated Activated Activated
29622026-01-07T00:41:50.895Z Rx Output Enabled: false false false false
29632026-01-07T00:41:50.895Z Rx Output Status: valid valid valid valid
29642026-01-07T00:41:50.895Z Rx Loss-of-lock: true true true true
29652026-01-07T00:41:50.895Z Rx Loss-of-signal: false false false false
29662026-01-07T00:41:50.895ZRx Auto-squelch Disable: true true true true
29672026-01-07T00:41:50.895Z Tx Output Enabled: true true true true
29682026-01-07T00:41:50.895Z Tx Output Status: invalid invalid invalid invalid
29692026-01-07T00:41:50.895Z Tx Loss-of-lock: false false false false
29702026-01-07T00:41:50.895Z Tx Loss-of-signal: true true true true
29712026-01-07T00:41:50.895ZTx Auto-squelch Disable: false false false false
29722026-01-07T00:41:50.895Z Tx Adaptive EQ Fail: true true true true
29732026-01-07T00:41:50.895Z Tx Failure: false false false false
29742026-01-07T00:41:50.895Z Tx Force Squelch: true true true true
29752026-01-07T00:41:50.895Z Tx Input Polarity: normal normal normal normal
29762026-01-07T00:41:50.896ZLane 3
29772026-01-07T00:41:50.896Z Rx Loss-of-lock: Yes Yes Yes Yes
29782026-01-07T00:41:50.896Z Rx Loss-of-signal: Yes Yes Yes Yes
29792026-01-07T00:41:50.896Z Rx CDR Enabled: Yes Yes Yes Yes
29802026-01-07T00:41:50.896Z Tx Enabled: Yes Yes Yes Yes
29812026-01-07T00:41:50.896Z Tx Loss-of-lock: No No No No
29822026-01-07T00:41:50.896Z Tx Loss-of-signal: No No No No
29832026-01-07T00:41:50.896Z Tx CDR Enabled: No No No No
29842026-01-07T00:41:50.896Z Tx Adaptive EQ Fault: No No No No
29852026-01-07T00:41:50.896Z Tx Fault: Yes Yes test switchport::test::test_print_cmis_datapath ... ok
29862026-01-07T00:41:50.896ZYes Yes
29872026-01-07T00:41:50.896Ztest switchport::test::test_print_sff_datapath ... ok
29882026-01-07T00:41:50.896Z
29892026-01-07T00:41:50.896Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29902026-01-07T00:41:50.896Z
29912026-01-07T00:41:50.896Z Running tests/counters.rs (target/debug/deps/counters-dcb68b27af0113fc)
29922026-01-07T00:41:50.896Z
29932026-01-07T00:41:50.896Zrunning 1 test
29942026-01-07T00:41:50.896Ztest test_p4_counter_list ... ignored
29952026-01-07T00:41:50.896Z
29962026-01-07T00:41:50.896Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29972026-01-07T00:41:50.896Z
29982026-01-07T00:41:50.896Z Running tests/port-link.rs (target/debug/deps/port_link-028d882fcf628f23)
29992026-01-07T00:41:50.896Z
30002026-01-07T00:41:50.896Zrunning 5 tests
30012026-01-07T00:41:50.896Ztest test_an ... ignored
30022026-01-07T00:41:50.896Ztest test_enable ... ignored
30032026-01-07T00:41:50.896Ztest test_ip_addresses ... ignored
30042026-01-07T00:41:50.896Ztest test_kr ... ignored
30052026-01-07T00:41:50.896Ztest test_mac ... ignored
30062026-01-07T00:41:50.896Z
30072026-01-07T00:41:50.896Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
30082026-01-07T00:41:50.896Z
30092026-01-07T00:41:50.896Z Running unittests src/main.rs (target/debug/deps/tfportd-c4b27b6d85368a2d)
30102026-01-07T00:41:50.896Z
30112026-01-07T00:41:50.896Zrunning 3 tests
30122026-01-07T00:41:50.921Ztest linklocal::test_parse_ipadm ... ok
30132026-01-07T00:41:50.921Ztest tfport::test_parse_tfport ... ok
30142026-01-07T00:41:50.921Ztest config::tests::test_updates ... ok
30152026-01-07T00:41:50.921Z
30162026-01-07T00:41:50.921Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30172026-01-07T00:41:50.922Z
30182026-01-07T00:41:50.922Z Running unittests src/main.rs (target/debug/deps/uplinkd-406791e546e7420f)
30192026-01-07T00:41:50.922Z
30202026-01-07T00:41:50.922Zrunning 0 tests
30212026-01-07T00:41:50.922Z
30222026-01-07T00:41:50.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30232026-01-07T00:41:50.922Z
30242026-01-07T00:41:50.922Z Running unittests src/main.rs (target/debug/deps/xtask-905ef7fd50016fdd)
30252026-01-07T00:41:50.922Z
30262026-01-07T00:41:50.922Zrunning 0 tests
30272026-01-07T00:41:50.922Z
30282026-01-07T00:41:50.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30292026-01-07T00:41:50.922Z
30302026-01-07T00:41:50.922Z Doc-tests aal
30312026-01-07T00:41:51.103Z
30322026-01-07T00:41:51.104Zrunning 0 tests
30332026-01-07T00:41:51.104Z
30342026-01-07T00:41:51.104Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30352026-01-07T00:41:51.104Z
30362026-01-07T00:41:51.128Z Doc-tests aal_macros
30372026-01-07T00:41:51.272Z
30382026-01-07T00:41:51.272Zrunning 0 tests
30392026-01-07T00:41:51.272Z
30402026-01-07T00:41:51.272Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30412026-01-07T00:41:51.272Z
30422026-01-07T00:41:51.296Z Doc-tests common
30432026-01-07T00:41:51.718Z
30442026-01-07T00:41:51.718Zrunning 0 tests
30452026-01-07T00:41:51.718Z
30462026-01-07T00:41:51.718Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30472026-01-07T00:41:51.718Z
30482026-01-07T00:41:51.751Z Doc-tests dpd_api
30492026-01-07T00:41:53.342Z
30502026-01-07T00:41:53.342Zrunning 2 tests
30512026-01-07T00:41:53.342Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 84) ... ignored
30522026-01-07T00:41:53.342Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 90) ... ignored
30532026-01-07T00:41:53.342Z
30542026-01-07T00:41:53.342Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
30552026-01-07T00:41:53.342Z
30562026-01-07T00:41:53.400Z Doc-tests dpd_client
30572026-01-07T00:41:55.523Z
30582026-01-07T00:41:55.523Zrunning 0 tests
30592026-01-07T00:41:55.523Z
30602026-01-07T00:41:55.523Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30612026-01-07T00:41:55.523Z
30622026-01-07T00:41:55.600Z Doc-tests dpd_types
30632026-01-07T00:41:56.237Z
30642026-01-07T00:41:56.238Zrunning 0 tests
30652026-01-07T00:41:56.238Z
30662026-01-07T00:41:56.238Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30672026-01-07T00:41:56.238Z
30682026-01-07T00:41:56.288Z Doc-tests packet
30692026-01-07T00:41:56.484Z
30702026-01-07T00:41:56.484Zrunning 0 tests
30712026-01-07T00:41:56.484Z
30722026-01-07T00:41:56.484Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30732026-01-07T00:41:56.484Z
30742026-01-07T00:41:56.509Z Doc-tests pcap
30752026-01-07T00:41:56.599Z
30762026-01-07T00:41:56.599Zrunning 0 tests
30772026-01-07T00:41:56.599Z
30782026-01-07T00:41:56.600Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30792026-01-07T00:41:56.600Z
30802026-01-07T00:41:56.681Z+ for feat in tofino_stub tofino_asic softnpu chaos
30812026-01-07T00:41:56.681Z+ RUST_BACKTRACE=full
30822026-01-07T00:41:56.681Z+ cargo test --features chaos --no-fail-fast
30832026-01-07T00:41:57.837Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
30842026-01-07T00:41:57.868Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30852026-01-07T00:41:57.898Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
30862026-01-07T00:42:14.285Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30872026-01-07T00:42:14.309Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
30882026-01-07T00:43:07.264Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 10s
30892026-01-07T00:43:07.374Z Running unittests src/lib.rs (target/debug/deps/aal-dcd75b64daa1de4e)
30902026-01-07T00:43:07.399Z
30912026-01-07T00:43:07.399Zrunning 0 tests
30922026-01-07T00:43:07.399Z
30932026-01-07T00:43:07.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30942026-01-07T00:43:07.399Z
30952026-01-07T00:43:07.399Z Running unittests src/lib.rs (target/debug/deps/aal_macros-691c9cd2e298091f)
30962026-01-07T00:43:07.399Z
30972026-01-07T00:43:07.399Zrunning 0 tests
30982026-01-07T00:43:07.399Z
30992026-01-07T00:43:07.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31002026-01-07T00:43:07.399Z
31012026-01-07T00:43:07.399Z Running unittests src/lib.rs (target/debug/deps/asic-64982c9fa2251240)
31022026-01-07T00:43:07.399Z
31032026-01-07T00:43:07.399Zrunning 0 tests
31042026-01-07T00:43:07.399Z
31052026-01-07T00:43:07.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31062026-01-07T00:43:07.399Z
31072026-01-07T00:43:07.399Z Running unittests src/lib.rs (target/debug/deps/common-bdc54c9992962e15)
31082026-01-07T00:43:07.424Z
31092026-01-07T00:43:07.424Zrunning 10 tests
31102026-01-07T00:43:07.424Ztest nat::tests::test_vni ... ok
31112026-01-07T00:43:07.424Ztest network::tests::test_equal ... ok
31122026-01-07T00:43:07.424Ztest network::tests::test_eui64 ... ok
31132026-01-07T00:43:07.424Ztest network::tests::test_into ... ok
31142026-01-07T00:43:07.424Ztest network::tests::test_generate_ipv6_link_local ... ok
31152026-01-07T00:43:07.424Ztest network::tests::test_not_equal ... ok
31162026-01-07T00:43:07.424Ztest network::tests::test_to_string ... ok
31172026-01-07T00:43:07.424Ztest network::tests::test_parse ... ok
31182026-01-07T00:43:07.424Ztest test_purge ... ok
31192026-01-07T00:43:07.424Ztest illumos::test::address_exists_handles_missing_object ... ok
31202026-01-07T00:43:07.424Z
31212026-01-07T00:43:07.424Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31222026-01-07T00:43:07.424Z
31232026-01-07T00:43:07.424Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9d8548d8c5ebd960)
31242026-01-07T00:43:07.457Z
31252026-01-07T00:43:07.457Zrunning 1 test
31262026-01-07T00:43:08.540Ztest test::test_apis_up_to_date ... ok
31272026-01-07T00:43:08.540Z
31282026-01-07T00:43:08.540Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.08s
31292026-01-07T00:43:08.540Z
31302026-01-07T00:43:08.565Z Running unittests src/main.rs (target/debug/deps/dpd-1437fad2b4fec77c)
31312026-01-07T00:43:08.611Z
31322026-01-07T00:43:08.611Zrunning 36 tests
31332026-01-07T00:43:08.611Ztest freemap::test_ordering ... ok
31342026-01-07T00:43:08.611Ztest freemap::test_split ... ok
31352026-01-07T00:43:08.611Ztest config::tests::test_updates ... ok
31362026-01-07T00:43:08.611Ztest macaddrs::tests::test_mac_offset ... ok
31372026-01-07T00:43:08.611Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
31382026-01-07T00:43:08.611Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
31392026-01-07T00:43:08.611Ztest macaddrs::tests::test_parse_port_id ... ok
31402026-01-07T00:43:08.611ZJan 07 00:43:07.883 DEBG created new freemap, unit: freemap_test
31412026-01-07T00:43:08.611ZJan 07 00:43:07.884 DEBG initted freemap. size: 128, unit: freemap_test
31422026-01-07T00:43:08.611ZJan 07 00:43:07.884 DEBG reset freemap, unit: freemap_test
31432026-01-07T00:43:08.611Ztest freemap::test_exhaustion ... ok
31442026-01-07T00:43:08.611ZJan 07 00:43:07.884 DEBG created new freemap, unit: freemap_test
31452026-01-07T00:43:08.611ZJan 07 00:43:07.884 DEBG created new freemap, unit: freemap_test
31462026-01-07T00:43:08.611ZJan 07 00:43:07.884 DEBG initted freemap. size: 128, unit: freemap_test
31472026-01-07T00:43:08.611ZJan 07 00:43:07.884 DEBG reset freemap, unit: freemap_test
31482026-01-07T00:43:08.611ZJan 07 00:43:07.884 DEBG initted freemap. size: 128, unit: freemap_test
31492026-01-07T00:43:08.611Ztest freemap::test_reclaim ... ok
31502026-01-07T00:43:08.611ZJan 07 00:43:07.884 DEBG created new freemap, unit: freemap_test
31512026-01-07T00:43:08.611ZJan 07 00:43:07.885 DEBG initted freemap. size: 128, unit: freemap_test
31522026-01-07T00:43:08.611ZJan 07 00:43:07.885 DEBG reset freemap, unit: freemap_test
31532026-01-07T00:43:08.611Ztest api_server::tests::test_build_info ... ok
31542026-01-07T00:43:08.611ZJan 07 00:43:07.885 DEBG reset freemap, unit: freemap_test
31552026-01-07T00:43:08.611Ztest freemap::test_span ... ok
31562026-01-07T00:43:08.611Ztest freemap::test_free ... ok
31572026-01-07T00:43:08.611Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
31582026-01-07T00:43:08.611ZJan 07 00:43:07.886 DEBG created new freemap, unit: freemap_test
31592026-01-07T00:43:08.612ZJan 07 00:43:07.886 DEBG initted freemap. size: 128, unit: freemap_test
31602026-01-07T00:43:08.612ZJan 07 00:43:07.886 DEBG reset freemap, unit: freemap_test
31612026-01-07T00:43:08.612Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
31622026-01-07T00:43:08.612Ztest mcast::tests::test_concurrent_id_allocation ... ok
31632026-01-07T00:43:08.612Ztest freemap::test_basic ... ok
31642026-01-07T00:43:08.612Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
31652026-01-07T00:43:08.612Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
31662026-01-07T00:43:08.612Ztest mcast::validate::tests::test_address_validation_integrated ... ok
31672026-01-07T00:43:08.612Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
31682026-01-07T00:43:08.612Ztest mcast::tests::test_id_range_boundaries ... ok
31692026-01-07T00:43:08.612Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
31702026-01-07T00:43:08.612Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
31712026-01-07T00:43:08.612Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
31722026-01-07T00:43:08.612Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
31732026-01-07T00:43:08.612Ztest mcast::validate::tests::test_ipv4_validation ... ok
31742026-01-07T00:43:08.612Ztest mcast::validate::tests::test_ipv6_validation ... ok
31752026-01-07T00:43:08.612Ztest mcast::validate::tests::test_is_ssm_function ... ok
31762026-01-07T00:43:08.612Ztest mcast::validate::tests::test_validate_nat_target ... ok
31772026-01-07T00:43:08.612Ztest mcast::validate::tests::test_validate_source_addresses ... ok
31782026-01-07T00:43:08.612Ztest nat::test_mapping ... ok
31792026-01-07T00:43:08.612Ztest port_map::tests::test_backplane_group ... ok
31802026-01-07T00:43:08.612Ztest port_map::tests::dump_map ... ok
31812026-01-07T00:43:08.612Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
31822026-01-07T00:43:08.612Ztest port_map::tests::test_port_map ... ok
31832026-01-07T00:43:08.637Ztest port_map::tests::parse_softnpu_revision ... ok
31842026-01-07T00:43:08.637Z
31852026-01-07T00:43:08.637Ztest result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
31862026-01-07T00:43:08.637Z
31872026-01-07T00:43:08.637Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-b70939e7ea7912a8)
31882026-01-07T00:43:08.637Z
31892026-01-07T00:43:08.637Zrunning 0 tests
31902026-01-07T00:43:08.637Z
31912026-01-07T00:43:08.637Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31922026-01-07T00:43:08.637Z
31932026-01-07T00:43:08.637Z Running unittests src/lib.rs (target/debug/deps/dpd_api-eaf139eb92ea0397)
31942026-01-07T00:43:08.637Z
31952026-01-07T00:43:08.637Zrunning 0 tests
31962026-01-07T00:43:08.637Z
31972026-01-07T00:43:08.637Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31982026-01-07T00:43:08.637Z
31992026-01-07T00:43:08.637Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e8bd115d47840d52)
32002026-01-07T00:43:08.637Z
32012026-01-07T00:43:08.637Zrunning 2 tests
32022026-01-07T00:43:08.637Ztest tests::test_parse_client_port_id ... ok
32032026-01-07T00:43:08.637Ztest tests::test_port_id_cmp ... ok
32042026-01-07T00:43:08.637Z
32052026-01-07T00:43:08.638Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32062026-01-07T00:43:08.638Z
32072026-01-07T00:43:08.638Z Running tests/test_all.rs (target/debug/deps/test_all-95bad9d049bd470f)
32082026-01-07T00:43:08.638Z
32092026-01-07T00:43:08.638Zrunning 6 tests
32102026-01-07T00:43:12.701Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
32112026-01-07T00:43:12.726Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
32122026-01-07T00:43:12.726Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
32132026-01-07T00:43:12.750Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
32142026-01-07T00:43:16.740Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
32152026-01-07T00:43:20.573Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
32162026-01-07T00:43:20.598Z
32172026-01-07T00:43:20.598Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.95s
32182026-01-07T00:43:20.598Z
32192026-01-07T00:43:20.626Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a0ab2d5cc38b632a)
32202026-01-07T00:43:20.650Z
32212026-01-07T00:43:20.650Zrunning 0 tests
32222026-01-07T00:43:20.650Z
32232026-01-07T00:43:20.650Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32242026-01-07T00:43:20.650Z
32252026-01-07T00:43:20.650Z Running unittests src/lib.rs (target/debug/deps/packet-0a3fe2f2fadf852a)
32262026-01-07T00:43:20.650Z
32272026-01-07T00:43:20.650Zrunning 12 tests
32282026-01-07T00:43:20.674Ztest icmp::test_v4_checksum ... ok
32292026-01-07T00:43:20.674Ztest icmp::test_v6_checksum ... ok
32302026-01-07T00:43:20.674Ztest ipv6::test_ipv6_parse ... ok
32312026-01-07T00:43:20.674Ztest lldp::test_lldp_parse ... ok
32322026-01-07T00:43:20.674Ztest pbuf::test_byte ... ok
32332026-01-07T00:43:20.674Ztest pbuf::test_nibble ... ok
32342026-01-07T00:43:20.674Ztest pbuf::test_short ... ok
32352026-01-07T00:43:20.674Ztest pbuf::test_twelve ... ok
32362026-01-07T00:43:20.674Ztest pbuf::test_overflow ... ok
32372026-01-07T00:43:20.675Ztest pbuf::test_word ... ok
32382026-01-07T00:43:20.675Ztest tcp::test_checksum_syn_nodata ... ok
32392026-01-07T00:43:20.675Ztest tcp::test_checksum_ack_data ... ok
32402026-01-07T00:43:20.675Z
32412026-01-07T00:43:20.675Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32422026-01-07T00:43:20.675Z
32432026-01-07T00:43:20.675Z Running unittests src/lib.rs (target/debug/deps/pcap-e52c69750ba20133)
32442026-01-07T00:43:20.675Z
32452026-01-07T00:43:20.675Zrunning 0 tests
32462026-01-07T00:43:20.675Z
32472026-01-07T00:43:20.675Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32482026-01-07T00:43:20.675Z
32492026-01-07T00:43:20.675Z Running unittests src/main.rs (target/debug/deps/swadm-fc9e8ae8823437d3)
32502026-01-07T00:43:20.675Z
32512026-01-07T00:43:20.675Zrunning 4 tests
32522026-01-07T00:43:20.675Ztest switchport::test::test_compute_lanes ... ok
32532026-01-07T00:43:20.675Ztest switchport::test::port_id_ordering ... ok
32542026-01-07T00:43:20.699Z Lane 0 Lane 0 Lane 1Lane 1 Lane 2Lane 2 Lane 3Lane 3
32552026-01-07T00:43:20.699Z State: Activated Activated Activated Activated
32562026-01-07T00:43:20.699Z Rx Output Enabled: false false false false
32572026-01-07T00:43:20.699Z Rx Output Status: valid valid valid valid
32582026-01-07T00:43:20.699Z Rx Loss-of-lock: true true true true
32592026-01-07T00:43:20.700Z Rx Loss-of-signal: false false false false
32602026-01-07T00:43:20.700ZRx Auto-squelch Disable: true true true true
32612026-01-07T00:43:20.700Z Tx Output Enabled: true true true true
32622026-01-07T00:43:20.700Z Tx Output Status: invalid invalid invalid invalid
32632026-01-07T00:43:20.700Z Tx Loss-of-lock: false false false false
32642026-01-07T00:43:20.700Z Tx Loss-of-signal: true true true true
32652026-01-07T00:43:20.700ZTx Auto-squelch Disable: false false false false
32662026-01-07T00:43:20.700Z Tx Adaptive EQ Fail: true true true true
32672026-01-07T00:43:20.700Z Tx Failure: false false false false
32682026-01-07T00:43:20.700Z Tx Force Squelch: true true true true
32692026-01-07T00:43:20.700Z Tx Input Polarity: normal normal normal normal
32702026-01-07T00:43:20.700Z
32712026-01-07T00:43:20.700Z Rx Loss-of-lock: Yes Yes Yes Yes
32722026-01-07T00:43:20.700Z Rx Loss-of-signal: Yes Yes Yes Yes
32732026-01-07T00:43:20.700Z Rx CDR Enabled: Yes Yes Yes Yes
32742026-01-07T00:43:20.700Z Tx Enabled: Yes Yes Yes Yes
32752026-01-07T00:43:20.700Z Tx Loss-of-lock: No No No No
32762026-01-07T00:43:20.700Z Tx Loss-of-signal: No No No No
32772026-01-07T00:43:20.700Z Tx CDR Enabled: No No No No
32782026-01-07T00:43:20.700Z Tx Adaptive EQ Fault: No No No No
32792026-01-07T00:43:20.700Z Tx Fault: Yes Yes Yes Yes
32802026-01-07T00:43:20.700Ztest switchport::test::test_print_sff_datapath ... ok
32812026-01-07T00:43:20.700Ztest switchport::test::test_print_cmis_datapath ... ok
32822026-01-07T00:43:20.700Z
32832026-01-07T00:43:20.700Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32842026-01-07T00:43:20.700Z
32852026-01-07T00:43:20.700Z Running tests/counters.rs (target/debug/deps/counters-a5c52ff521bb693b)
32862026-01-07T00:43:20.700Z
32872026-01-07T00:43:20.700Zrunning 1 test
32882026-01-07T00:43:20.700Ztest test_p4_counter_list ... ignored
32892026-01-07T00:43:20.700Z
32902026-01-07T00:43:20.700Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32912026-01-07T00:43:20.700Z
32922026-01-07T00:43:20.700Z Running tests/port-link.rs (target/debug/deps/port_link-57dd0069fde10253)
32932026-01-07T00:43:20.700Z
32942026-01-07T00:43:20.700Zrunning 5 tests
32952026-01-07T00:43:20.700Ztest test_an ... ignored
32962026-01-07T00:43:20.700Ztest test_enable ... ignored
32972026-01-07T00:43:20.701Ztest test_ip_addresses ... ignored
32982026-01-07T00:43:20.701Ztest test_kr ... ignored
32992026-01-07T00:43:20.701Ztest test_mac ... ignored
33002026-01-07T00:43:20.701Z
33012026-01-07T00:43:20.701Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
33022026-01-07T00:43:20.701Z
33032026-01-07T00:43:20.701Z Running unittests src/main.rs (target/debug/deps/tfportd-98ce7f7c2d041ca2)
33042026-01-07T00:43:20.701Z
33052026-01-07T00:43:20.701Zrunning 3 tests
33062026-01-07T00:43:20.701Ztest linklocal::test_parse_ipadm ... ok
33072026-01-07T00:43:20.701Ztest tfport::test_parse_tfport ... ok
33082026-01-07T00:43:20.701Ztest config::tests::test_updates ... ok
33092026-01-07T00:43:20.701Z
33102026-01-07T00:43:20.701Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33112026-01-07T00:43:20.701Z
33122026-01-07T00:43:20.725Z Running unittests src/main.rs (target/debug/deps/uplinkd-e0e64e8be81cf04c)
33132026-01-07T00:43:20.725Z
33142026-01-07T00:43:20.725Zrunning 0 tests
33152026-01-07T00:43:20.725Z
33162026-01-07T00:43:20.725Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33172026-01-07T00:43:20.725Z
33182026-01-07T00:43:20.725Z Running unittests src/main.rs (target/debug/deps/xtask-905ef7fd50016fdd)
33192026-01-07T00:43:20.725Z
33202026-01-07T00:43:20.725Zrunning 0 tests
33212026-01-07T00:43:20.726Z
33222026-01-07T00:43:20.726Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33232026-01-07T00:43:20.726Z
33242026-01-07T00:43:20.726Z Doc-tests aal
33252026-01-07T00:43:20.906Z
33262026-01-07T00:43:20.906Zrunning 0 tests
33272026-01-07T00:43:20.906Z
33282026-01-07T00:43:20.906Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33292026-01-07T00:43:20.906Z
33302026-01-07T00:43:20.932Z Doc-tests aal_macros
33312026-01-07T00:43:21.054Z
33322026-01-07T00:43:21.054Zrunning 0 tests
33332026-01-07T00:43:21.054Z
33342026-01-07T00:43:21.054Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33352026-01-07T00:43:21.054Z
33362026-01-07T00:43:21.079Z Doc-tests common
33372026-01-07T00:43:21.466Z
33382026-01-07T00:43:21.466Zrunning 0 tests
33392026-01-07T00:43:21.466Z
33402026-01-07T00:43:21.466Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33412026-01-07T00:43:21.466Z
33422026-01-07T00:43:21.499Z Doc-tests dpd_api
33432026-01-07T00:43:23.128Z
33442026-01-07T00:43:23.128Zrunning 2 tests
33452026-01-07T00:43:23.128Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 84) ... ignored
33462026-01-07T00:43:23.128Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 90) ... ignored
33472026-01-07T00:43:23.128Z
33482026-01-07T00:43:23.128Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
33492026-01-07T00:43:23.128Z
33502026-01-07T00:43:23.192Z Doc-tests dpd_client
33512026-01-07T00:43:25.417Z
33522026-01-07T00:43:25.417Zrunning 0 tests
33532026-01-07T00:43:25.417Z
33542026-01-07T00:43:25.417Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33552026-01-07T00:43:25.417Z
33562026-01-07T00:43:25.485Z Doc-tests dpd_types
33572026-01-07T00:43:26.089Z
33582026-01-07T00:43:26.089Zrunning 0 tests
33592026-01-07T00:43:26.089Z
33602026-01-07T00:43:26.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33612026-01-07T00:43:26.089Z
33622026-01-07T00:43:26.136Z Doc-tests packet
33632026-01-07T00:43:26.336Z
33642026-01-07T00:43:26.336Zrunning 0 tests
33652026-01-07T00:43:26.337Z
33662026-01-07T00:43:26.337Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33672026-01-07T00:43:26.337Z
33682026-01-07T00:43:26.362Z Doc-tests pcap
33692026-01-07T00:43:26.451Z
33702026-01-07T00:43:26.451Zrunning 0 tests
33712026-01-07T00:43:26.452Z
33722026-01-07T00:43:26.452Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33732026-01-07T00:43:26.452Z
33742026-01-07T00:43:26.524Zprocess exited: duration 1082623 ms, exit code 0
 
33752026-01-07T00:43:26.572Zfound 0 output files