01KV7AG2CH7RJ0TMCFS9CGJGWD: test

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

Buildomat Job: 01KV7AGQN0NWCT2R0S5E80TWMY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-16T04:20:57.945Zjob assigned to worker 01KV7AGXKX1M8R3E38RJTP1X5H [factory aws, i-0bde740a46ed99e85] (queued for 56 s)
 
22026-06-16T04:21:04.527Zstarting task 0: "setup"
32026-06-16T04:21:04.530Z++ uname -s
42026-06-16T04:21:04.533Z+ kern=SunOS
52026-06-16T04:21:04.533Z+ build_user=build
62026-06-16T04:21:04.533Z+ build_uid=12345
72026-06-16T04:21:04.533Z+ work_dir=/work
82026-06-16T04:21:04.533Z+ input_dir=/input
92026-06-16T04:21:04.533Z+ [[ 0 == 12345 ]]
102026-06-16T04:21:04.533Z+ case "$kern" in
112026-06-16T04:21:04.533Z+ groupadd -g 12345 build
122026-06-16T04:21:04.536Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-16T04:21:06.539Z+ zfs create -o mountpoint=/work rpool/work
142026-06-16T04:21:06.655Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-16T04:21:06.658Z+ home_fs=zfs
162026-06-16T04:21:06.658Z+ [[ zfs == autofs ]]
172026-06-16T04:21:06.658Z+ mkdir -p /home/build
182026-06-16T04:21:06.658Z+ chown build:build /home/build /work
192026-06-16T04:21:08.659Z+ chmod 0700 /home/build /work
202026-06-16T04:21:08.662Zprocess exited: duration 4135 ms, exit code 0
 
212026-06-16T04:21:08.668Zstarting task 1: "rust-toolchain"
222026-06-16T04:21:08.672Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-16T04:21:08.672Z * rust toolchain channel = "1.90.0"
242026-06-16T04:21:08.672Z * rust toolchain profile = "default"
252026-06-16T04:21:08.672Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-16T04:21:08.672Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-16T04:21:08.672Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-16T04:21:08.675Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-16T04:21:08.675Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-16T04:21:08.729Zinfo: downloading installer
312026-06-16T04:21:10.440Zwarn: It looks like you have an existing rustup settings file at:
322026-06-16T04:21:10.440Zwarn: /home/build/.rustup/settings.toml
332026-06-16T04:21:10.440Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-16T04:21:10.440Zwarn: instead of the one inferred from the default host triple.
352026-06-16T04:21:10.451Zinfo: profile set to default
362026-06-16T04:21:10.451Zinfo: default host triple is x86_64-unknown-illumos
372026-06-16T04:21:10.454Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-16T04:21:10.648Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-16T04:21:10.651Zinfo: downloading 6 components
402026-06-16T04:21:26.133Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-06-16T04:21:26.133Z
422026-06-16T04:21:26.161Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-16T04:21:26.161Z
442026-06-16T04:21:26.161Z
452026-06-16T04:21:26.161ZRust is installed now. Great!
462026-06-16T04:21:26.161Z
472026-06-16T04:21:26.161ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-16T04:21:26.161Zenvironment variable. This has not been done automatically.
492026-06-16T04:21:26.161Z
502026-06-16T04:21:26.161ZTo configure your current shell, you need to source
512026-06-16T04:21:26.161Zthe corresponding env file under $HOME/.cargo.
522026-06-16T04:21:26.161Z
532026-06-16T04:21:26.161ZThis is usually done by running one of the following (note the leading DOT):
542026-06-16T04:21:26.164Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-16T04:21:26.164Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-16T04:21:26.164Zsource "~/.cargo/env.nu" # For nushell
572026-06-16T04:21:26.164Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-16T04:21:26.164Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-16T04:21:26.164Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-16T04:21:26.164Zwarn: no default linker (`cc`) was found in your PATH
612026-06-16T04:21:26.165Zwarn: many Rust crates require a system C toolchain to build
622026-06-16T04:21:26.250Z+ rustup --version
632026-06-16T04:21:26.259Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-16T04:21:26.261Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-16T04:21:26.281Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-16T04:21:26.284Z+ cargo --version
672026-06-16T04:21:26.296Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-16T04:21:26.299Z+ rustc --version
692026-06-16T04:21:26.318Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-16T04:21:26.321Zprocess exited: duration 17652 ms, exit code 0
 
712026-06-16T04:21:26.327Zstarting task 2: "authentication"
722026-06-16T04:21:26.343Zprocess exited: duration 16 ms, exit code 0
 
732026-06-16T04:21:26.349Zstarting task 3: "clone repository"
742026-06-16T04:21:26.352Z+ mkdir -p /work/oxidecomputer/dendrite
752026-06-16T04:21:26.355Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-06-16T04:21:26.386ZCloning into '/work/oxidecomputer/dendrite'...
772026-06-16T04:21:27.448Z+ cd /work/oxidecomputer/dendrite
782026-06-16T04:21:27.448Z+ git fetch origin a6438ec9b907e68c7a32cc5b312d642f1e2eacef
792026-06-16T04:21:27.815ZFrom https://github.com/oxidecomputer/dendrite
802026-06-16T04:21:27.815Z * branch a6438ec9b907e68c7a32cc5b312d642f1e2eacef -> FETCH_HEAD
812026-06-16T04:21:27.820Z+ [[ -n '' ]]
822026-06-16T04:21:27.820Z+ git reset --hard a6438ec9b907e68c7a32cc5b312d642f1e2eacef
832026-06-16T04:21:27.839ZHEAD is now at a6438ec Update rand to 0.10
842026-06-16T04:21:27.842Zprocess exited: duration 1490 ms, exit code 0
 
852026-06-16T04:21:27.848Zstarting task 4: "build"
862026-06-16T04:21:27.851Z+ source .github/buildomat/common.sh
872026-06-16T04:21:27.851Z++ TOFINO_STAGES=20
882026-06-16T04:21:27.854Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
892026-06-16T04:21:27.854Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
902026-06-16T04:21:27.854Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
912026-06-16T04:21:27.854Z+++ uname -s
922026-06-16T04:21:27.854Z++ '[' SunOS == SunOS ']'
932026-06-16T04:21:27.854Z++ SERIES=illumos
942026-06-16T04:21:27.854Z+++ uname -s
952026-06-16T04:21:27.857Z++ '[' SunOS == SunOS ']'
962026-06-16T04:21:27.857Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
972026-06-16T04:21:27.857Z++ rustup show active-toolchain
982026-06-16T04:21:27.860Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
992026-06-16T04:21:27.864Z+ source .github/buildomat/illumos.sh
1002026-06-16T04:21:27.864Z++ banner 'sde setup'
1012026-06-16T04:21:27.864Z
1022026-06-16T04:21:27.864Z #### ##### ###### #### ###### ##### # # #####
1032026-06-16T04:21:27.864Z # # # # # # # # # # #
1042026-06-16T04:21:27.864Z #### # # ##### #### ##### # # # # #
1052026-06-16T04:21:27.864Z # # # # # # # # # #####
1062026-06-16T04:21:27.865Z # # # # # # # # # # # #
1072026-06-16T04:21:27.865Z #### ##### ###### #### ###### # #### #
1082026-06-16T04:21:27.865Z
1092026-06-16T04:21:27.865Z++ export PKG_SUCCESS_ON_NOP=1
1102026-06-16T04:21:27.865Z++ PKG_SUCCESS_ON_NOP=1
1112026-06-16T04:21:27.865Z++ export PKG=tofino_sde.p5p
1122026-06-16T04:21:27.865Z++ PKG=tofino_sde.p5p
1132026-06-16T04:21:27.865Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1142026-06-16T04:21:27.869Z % Total % Received % Xferd Average Speed Time Time Time Current
1152026-06-16T04:21:27.873Z Dload Upload Total Spent Left Speed
1162026-06-16T04:21:28.741Z 0 0 0 0 0 0 0 0 0 100 76.03M 100 76.03M 0 0 87.18M 0 0 100 76.03M 100 76.03M 0 0 87.17M 0 0 100 76.03M 100 76.03M 0 0 87.17M 0 0
1172026-06-16T04:21:28.748Z+++ digest -a sha256 tofino_sde.p5p
1182026-06-16T04:21:28.795Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1192026-06-16T04:21:28.800Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1202026-06-16T04:21:28.800Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1212026-06-16T04:21:32.238Z Startup: Refreshing catalog 'helios' ... Done
1222026-06-16T04:21:32.330Z Startup: Caching catalogs ... Done
1232026-06-16T04:21:32.369Z Startup: Refreshing catalog 'oxide' ... Done
1242026-06-16T04:21:32.814ZPlanning: Solver setup ... Done
1252026-06-16T04:21:32.839ZPlanning: Running solver ... Done
1262026-06-16T04:21:32.847ZPlanning: Finding local manifests ... Done
1272026-06-16T04:21:32.851ZPlanning: Fetching manifests: 1/1 100% complete
1282026-06-16T04:21:32.855ZPlanning: Fetching manifests: 1/1 100% complete
1292026-06-16T04:21:32.869ZPlanning: Package planning ... Done
1302026-06-16T04:21:32.872ZPlanning: Merging actions ... Done
1312026-06-16T04:21:32.968ZPlanning: Checking for conflicting actions ... Done
1322026-06-16T04:21:32.974ZPlanning: Consolidating action changes ... Done
1332026-06-16T04:21:33.756ZPlanning: Evaluating mediators ... Done
1342026-06-16T04:21:33.791ZPlanning: Planning completed in 1.38 seconds
1352026-06-16T04:21:33.796Z Packages to install: 1
1362026-06-16T04:21:33.796Z Create boot environment: No
1372026-06-16T04:21:33.796ZCreate backup boot environment: No
1382026-06-16T04:21:33.796Z
1392026-06-16T04:21:33.796ZDownload: 0/242 items 0.0/75.3MB 0% complete
1402026-06-16T04:21:33.922ZDownload: Completed 75.30 MB in 0.13 seconds (563M/s)
1412026-06-16T04:21:34.095Z Actions: 1/293 actions (Installing new actions)
1422026-06-16T04:21:35.057Z Actions: Completed 293 actions in 0.96 seconds.
1432026-06-16T04:21:35.062ZFinalize: Updating package state database ... Done
1442026-06-16T04:21:35.102ZFinalize: Updating package cache ... Done
1452026-06-16T04:21:35.125ZFinalize: Updating image state ... Done
1462026-06-16T04:21:37.588ZFinalize: Creating fast lookup database ... Done
1472026-06-16T04:21:37.662ZFinalize: Reading search index ... Done
1482026-06-16T04:21:37.665ZFinalize: Updating search index ... Done
1492026-06-16T04:21:37.863ZFinalize: Updating package cache ... Done
1502026-06-16T04:21:37.967Z++ export SDE=/opt/oxide/tofino_sde
1512026-06-16T04:21:37.967Z++ SDE=/opt/oxide/tofino_sde
1522026-06-16T04:21:37.967Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1532026-06-16T04:21:37.967Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1542026-06-16T04:21:37.967Z++ banner packages
1552026-06-16T04:21:37.970Z
1562026-06-16T04:21:37.970Z ##### ## #### # # ## #### ###### ####
1572026-06-16T04:21:37.970Z # # # # # # # # # # # # # #
1582026-06-16T04:21:37.970Z # # # # # #### # # # ##### ####
1592026-06-16T04:21:37.970Z ##### ###### # # # ###### # ### # #
1602026-06-16T04:21:37.970Z # # # # # # # # # # # # # #
1612026-06-16T04:21:37.970Z # # # #### # # # # #### ###### ####
1622026-06-16T04:21:37.970Z
1632026-06-16T04:21:37.970Z++ pfexec pkg install clang-15 pcap gcc14
1642026-06-16T04:21:38.226Z Startup: Refreshing catalog 'helios' ... Done
1652026-06-16T04:21:38.229Z Startup: Refreshing catalog 'oxide' ... Done
1662026-06-16T04:21:38.578ZPlanning: Solver setup ... Done
1672026-06-16T04:21:38.603ZPlanning: Running solver ... Done
1682026-06-16T04:21:38.609ZPlanning: Consolidating action changes ... Done
1692026-06-16T04:21:38.612ZPlanning: Evaluating mediators ... Done
1702026-06-16T04:21:38.612ZPlanning: Planning completed in 0.38 seconds
1712026-06-16T04:21:38.627ZNo updates necessary for this image.
1722026-06-16T04:21:38.688Z++ pfexec pkg set-mediator -V 15 clang llvm
1732026-06-16T04:21:38.900ZPlanning: Evaluating mediator changes ... Done
1742026-06-16T04:21:39.009ZPlanning: Checking for conflicting actions ... Done
1752026-06-16T04:21:39.015ZPlanning: Consolidating action changes ... Done
1762026-06-16T04:21:39.172ZPlanning: Evaluating mediators ... Done
1772026-06-16T04:21:39.175ZPlanning: Planning completed in 0.27 seconds
1782026-06-16T04:21:39.196Z Mediators to change: 2
1792026-06-16T04:21:39.199Z Create boot environment: No
1802026-06-16T04:21:39.199ZCreate backup boot environment: No
1812026-06-16T04:21:39.267ZFinalize: Updating package state database ... Done
1822026-06-16T04:21:39.267ZFinalize: Updating package cache ... Done
1832026-06-16T04:21:39.279ZFinalize: Updating image state ... Done
1842026-06-16T04:21:41.284ZFinalize: Creating fast lookup database ... Done
1852026-06-16T04:21:41.361ZFinalize: Reading search index ... Done
1862026-06-16T04:21:41.364ZFinalize: Updating search index ... Done
1872026-06-16T04:21:41.446ZFinalize: Updating package cache ... Done
1882026-06-16T04:21:41.520Z++ cargo --version
1892026-06-16T04:21:41.529Zcargo 1.90.0 (840b83a10 2025-07-30)
1902026-06-16T04:21:41.533Z++ rustc --version
1912026-06-16T04:21:41.552Zrustc 1.90.0 (1159e78c4 2025-09-14)
1922026-06-16T04:21:41.555Z+ banner copyrights
1932026-06-16T04:21:41.558Z
1942026-06-16T04:21:41.558Z #### #### ##### # # ##### # #### # # ##### ####
1952026-06-16T04:21:41.558Z # # # # # # # # # # # # # # # # #
1962026-06-16T04:21:41.558Z # # # # # # # # # # ###### # ####
1972026-06-16T04:21:41.558Z # # # ##### # ##### # # ### # # # #
1982026-06-16T04:21:41.558Z # # # # # # # # # # # # # # # #
1992026-06-16T04:21:41.558Z #### #### # # # # # #### # # # ####
2002026-06-16T04:21:41.558Z
2012026-06-16T04:21:41.558Z+ ./tools/check_copyrights.sh
2022026-06-16T04:21:41.840Zcommon/src/illumos.rs: Copyright with wrong year
2032026-06-16T04:21:42.603Zdpd/p4/headers.p4: Copyright with wrong year
2042026-06-16T04:21:43.056Zpacket/src/eth.rs: Copyright with wrong year
2052026-06-16T04:21:43.144Zpcap/build.rs: Copyright with wrong year
2062026-06-16T04:21:43.311Ztfportd/src/linklocal.rs: Copyright with wrong year
2072026-06-16T04:21:43.536Z+ banner clippy
2082026-06-16T04:21:43.541Z
2092026-06-16T04:21:43.541Z #### # # ##### ##### # #
2102026-06-16T04:21:43.541Z # # # # # # # # # #
2112026-06-16T04:21:43.541Z # # # # # # # #
2122026-06-16T04:21:43.541Z # # # ##### ##### #
2132026-06-16T04:21:43.541Z # # # # # # #
2142026-06-16T04:21:43.541Z #### ###### # # # #
2152026-06-16T04:21:43.541Z
2162026-06-16T04:21:43.541Z+ for feat in tofino_stub tofino_asic softnpu chaos
2172026-06-16T04:21:43.541Z+ cargo clippy --features tofino_stub -- --deny warnings
2182026-06-16T04:21:43.679Z Updating git repository `https://github.com/oxidecomputer/omicron`
2192026-06-16T04:21:54.033Z Updating crates.io index
2202026-06-16T04:21:54.068Z Updating git repository `https://github.com/illumos/smf-rs`
2212026-06-16T04:21:54.293Z Updating git repository `https://github.com/oxidecomputer/propolis`
2222026-06-16T04:21:54.989Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2232026-06-16T04:21:55.262Z Updating git repository `https://github.com/oxidecomputer/tofino`
2242026-06-16T04:21:55.492Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2252026-06-16T04:21:56.477Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2262026-06-16T04:21:56.733Z Updating git repository `https://github.com/oxidecomputer/ispf`
2272026-06-16T04:21:57.194Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2282026-06-16T04:21:57.513Z Updating git repository `https://github.com/oxidecomputer/lldp`
2292026-06-16T04:21:57.798Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2302026-06-16T04:21:58.146Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2312026-06-16T04:21:58.483Z Updating git repository `https://github.com/oxidecomputer/p4`
2322026-06-16T04:21:58.884Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2332026-06-16T04:21:59.163Z Updating git repository `https://github.com/oxidecomputer/lldp`
2342026-06-16T04:21:59.530Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2352026-06-16T04:22:00.084Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2362026-06-16T04:22:00.396Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2372026-06-16T04:22:00.748Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2382026-06-16T04:22:01.216Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2392026-06-16T04:22:01.692Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2402026-06-16T04:22:02.095Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2412026-06-16T04:22:02.502Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-06-16T04:22:04.270Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-06-16T04:22:04.735Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442026-06-16T04:22:06.294Z Updating git repository `https://github.com/oxidecomputer/opte`
2452026-06-16T04:22:06.928Z Updating git repository `https://github.com/oxidecomputer/tofino`
2462026-06-16T04:22:07.150Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-06-16T04:22:07.459Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-06-16T04:22:09.561Z Downloading crates ...
2492026-06-16T04:22:09.627Z Downloaded adler2 v2.0.1
2502026-06-16T04:22:09.651Z Downloaded async-stream v0.3.6
2512026-06-16T04:22:09.664Z Downloaded arrayref v0.3.9
2522026-06-16T04:22:09.667Z Downloaded crypto-common v0.1.6
2532026-06-16T04:22:09.670Z Downloaded compression-codecs v0.4.32
2542026-06-16T04:22:09.673Z Downloaded fnv v1.0.7
2552026-06-16T04:22:09.675Z Downloaded fixedbitset v0.4.2
2562026-06-16T04:22:09.679Z Downloaded atomic-waker v1.1.2
2572026-06-16T04:22:09.679Z Downloaded crossbeam-epoch v0.9.18
2582026-06-16T04:22:09.684Z Downloaded dyn-clone v1.0.20
2592026-06-16T04:22:09.687Z Downloaded form_urlencoded v1.2.2
2602026-06-16T04:22:09.687Z Downloaded darling_macro v0.21.3
2612026-06-16T04:22:09.687Z Downloaded colorchoice v1.0.4
2622026-06-16T04:22:09.690Z Downloaded foreign-types-shared v0.3.1
2632026-06-16T04:22:09.693Z Downloaded convert_case v0.4.0
2642026-06-16T04:22:09.693Z Downloaded curve25519-dalek-derive v0.1.1
2652026-06-16T04:22:09.696Z Downloaded bit-set v0.8.0
2662026-06-16T04:22:09.696Z Downloaded foreign-types v0.5.0
2672026-06-16T04:22:09.726Z Downloaded cfg_aliases v0.2.1
2682026-06-16T04:22:09.726Z Downloaded group v0.13.0
2692026-06-16T04:22:09.726Z Downloaded cpufeatures v0.2.17
2702026-06-16T04:22:09.726Z Downloaded cargo-platform v0.1.9
2712026-06-16T04:22:09.726Z Downloaded block-buffer v0.10.4
2722026-06-16T04:22:09.727Z Downloaded clap_lex v1.1.0
2732026-06-16T04:22:09.727Z Downloaded expectorate v1.2.0
2742026-06-16T04:22:09.727Z Downloaded crc8 v0.1.1
2752026-06-16T04:22:09.727Z Downloaded atomicwrites v0.4.4
2762026-06-16T04:22:09.727Z Downloaded cfg-if v1.0.4
2772026-06-16T04:22:09.727Z Downloaded cexpr v0.6.0
2782026-06-16T04:22:09.727Z Downloaded anstyle v1.0.14
2792026-06-16T04:22:09.734Z Downloaded block-buffer v0.12.0
2802026-06-16T04:22:09.735Z Downloaded async-stream-impl v0.3.6
2812026-06-16T04:22:09.735Z Downloaded glob v0.3.3
2822026-06-16T04:22:09.735Z Downloaded hmac v0.12.1
2832026-06-16T04:22:09.735Z Downloaded bitflags v1.3.2
2842026-06-16T04:22:09.738Z Downloaded hickory-resolver v0.25.2
2852026-06-16T04:22:09.738Z Downloaded drift v0.2.0
2862026-06-16T04:22:09.741Z Downloaded dropshot-api-manager v0.7.2
2872026-06-16T04:22:09.746Z Downloaded cobs v0.3.0
2882026-06-16T04:22:09.748Z Downloaded constant_time_eq v0.3.1
2892026-06-16T04:22:09.752Z Downloaded cstr-argument v0.1.2
2902026-06-16T04:22:09.752Z Downloaded cpufeatures v0.3.0
2912026-06-16T04:22:09.755Z Downloaded hashbrown v0.12.3
2922026-06-16T04:22:09.758Z Downloaded dropshot-api-manager-types v0.7.2
2932026-06-16T04:22:09.761Z Downloaded crypto-common v0.2.2
2942026-06-16T04:22:09.761Z Downloaded crucible-workspace-hack v0.1.0
2952026-06-16T04:22:09.764Z Downloaded aead v0.5.2
2962026-06-16T04:22:09.764Z Downloaded embedded-io v0.6.1
2972026-06-16T04:22:09.768Z Downloaded ciborium-ll v0.2.2
2982026-06-16T04:22:09.771Z Downloaded float-ord v0.3.2
2992026-06-16T04:22:09.771Z Downloaded crossbeam-deque v0.8.6
3002026-06-16T04:22:09.773Z Downloaded dof v0.4.0
3012026-06-16T04:22:09.776Z Downloaded compression-core v0.4.32
3022026-06-16T04:22:09.779Z Downloaded chacha20 v0.9.1
3032026-06-16T04:22:09.782Z Downloaded hostname v0.4.2
3042026-06-16T04:22:09.782Z Downloaded anyhow v1.0.102
3052026-06-16T04:22:09.785Z Downloaded futures-task v0.3.32
3062026-06-16T04:22:09.788Z Downloaded hubpack v0.1.2
3072026-06-16T04:22:09.791Z Downloaded digest v0.11.3
3082026-06-16T04:22:09.794Z Downloaded heck v0.4.1
3092026-06-16T04:22:09.794Z Downloaded const_format_proc_macros v0.2.34
3102026-06-16T04:22:09.797Z Downloaded hubpack_derive v0.1.1
3112026-06-16T04:22:09.801Z Downloaded errno v0.3.14
3122026-06-16T04:22:09.804Z Downloaded equivalent v1.0.2
3132026-06-16T04:22:09.804Z Downloaded idna_adapter v1.2.1
3142026-06-16T04:22:09.807Z Downloaded gethostname v0.5.0
3152026-06-16T04:22:09.807Z Downloaded inout v0.1.4
3162026-06-16T04:22:09.809Z Downloaded futures-core v0.3.32
3172026-06-16T04:22:09.812Z Downloaded futures-io v0.3.32
3182026-06-16T04:22:09.812Z Downloaded bytecount v0.6.9
3192026-06-16T04:22:09.817Z Downloaded httpdate v1.0.3
3202026-06-16T04:22:09.821Z Downloaded heck v0.5.0
3212026-06-16T04:22:09.821Z Downloaded csv-core v0.1.12
3222026-06-16T04:22:09.826Z Downloaded daft-derive v0.1.5
3232026-06-16T04:22:09.826Z Downloaded indent_write v2.2.0
3242026-06-16T04:22:09.829Z Downloaded http-body v1.0.1
3252026-06-16T04:22:09.829Z Downloaded foreign-types v0.3.2
3262026-06-16T04:22:09.832Z Downloaded base64ct v1.8.0
3272026-06-16T04:22:09.832Z Downloaded anstyle-parse v1.0.0
3282026-06-16T04:22:09.837Z Downloaded is-terminal v0.4.16
3292026-06-16T04:22:09.839Z Downloaded defmt v1.0.1
3302026-06-16T04:22:09.839Z Downloaded cookie v0.18.1
3312026-06-16T04:22:09.842Z Downloaded highway v1.3.0
3322026-06-16T04:22:09.846Z Downloaded is_ci v1.2.0
3332026-06-16T04:22:09.849Z Downloaded deranged v0.5.3
3342026-06-16T04:22:09.849Z Downloaded cancel-safe-futures v0.1.5
3352026-06-16T04:22:09.852Z Downloaded darling v0.21.3
3362026-06-16T04:22:09.856Z Downloaded ident_case v1.0.1
3372026-06-16T04:22:09.859Z Downloaded allocator-api2 v0.2.21
3382026-06-16T04:22:09.861Z Downloaded hyper-tls v0.6.0
3392026-06-16T04:22:09.866Z Downloaded generic-array v0.14.7
3402026-06-16T04:22:09.866Z Downloaded futures-macro v0.3.32
3412026-06-16T04:22:09.870Z Downloaded fastrand v2.3.0
3422026-06-16T04:22:09.870Z Downloaded embedded-io v0.4.0
3432026-06-16T04:22:09.873Z Downloaded is_terminal_polyfill v1.70.1
3442026-06-16T04:22:09.873Z Downloaded keccak v0.1.6
3452026-06-16T04:22:09.876Z Downloaded internet-checksum v0.2.1
3462026-06-16T04:22:09.876Z Downloaded linked-hash-map v0.5.6
3472026-06-16T04:22:09.879Z Downloaded lru-cache v0.1.2
3482026-06-16T04:22:09.882Z Downloaded find-msvc-tools v0.1.9
3492026-06-16T04:22:09.882Z Downloaded enum-as-inner v0.6.1
3502026-06-16T04:22:09.885Z Downloaded ingot-types v0.1.2
3512026-06-16T04:22:09.887Z Downloaded clap_derive v4.6.1
3522026-06-16T04:22:09.890Z Downloaded fs_extra v1.3.0
3532026-06-16T04:22:09.890Z Downloaded console v0.15.11
3542026-06-16T04:22:09.893Z Downloaded camino-tempfile v1.4.1
3552026-06-16T04:22:09.896Z Downloaded httparse v1.10.1
3562026-06-16T04:22:09.899Z Downloaded itoa v1.0.15
3572026-06-16T04:22:09.902Z Downloaded const-oid v0.10.2
3582026-06-16T04:22:09.905Z Downloaded ipnetwork v0.21.1
3592026-06-16T04:22:09.905Z Downloaded kstat-rs v0.2.4
3602026-06-16T04:22:09.908Z Downloaded ingot v0.1.1
3612026-06-16T04:22:09.908Z Downloaded memoffset v0.9.1
3622026-06-16T04:22:09.911Z Downloaded getrandom v0.2.16
3632026-06-16T04:22:09.915Z Downloaded crossbeam-utils v0.8.21
3642026-06-16T04:22:09.918Z Downloaded lru-slab v0.1.2
3652026-06-16T04:22:09.918Z Downloaded bytes v1.11.1
3662026-06-16T04:22:09.922Z Downloaded managed v0.8.0
3672026-06-16T04:22:09.925Z Downloaded either v1.15.0
3682026-06-16T04:22:09.925Z Downloaded num-conv v0.2.1
3692026-06-16T04:22:09.928Z Downloaded newline-converter v0.3.0
3702026-06-16T04:22:09.928Z Downloaded mime v0.3.17
3712026-06-16T04:22:09.931Z Downloaded num_threads v0.1.7
3722026-06-16T04:22:09.933Z Downloaded hyper-rustls v0.27.7
3732026-06-16T04:22:09.933Z Downloaded newtype_derive v0.1.6
3742026-06-16T04:22:09.936Z Downloaded jobserver v0.1.34
3752026-06-16T04:22:09.939Z Downloaded num v0.4.3
3762026-06-16T04:22:09.939Z Downloaded omicron-workspace-hack v0.1.0
3772026-06-16T04:22:09.943Z Downloaded num-derive v0.4.2
3782026-06-16T04:22:09.943Z Downloaded ingot-macros v0.1.1
3792026-06-16T04:22:09.946Z Downloaded num-iter v0.1.45
3802026-06-16T04:22:09.949Z Downloaded lock_api v0.4.14
3812026-06-16T04:22:09.949Z Downloaded foldhash v0.2.0
3822026-06-16T04:22:09.952Z Downloaded globset v0.4.16
3832026-06-16T04:22:09.952Z Downloaded fs-err v3.1.2
3842026-06-16T04:22:09.956Z Downloaded humantime v2.3.0
3852026-06-16T04:22:09.959Z Downloaded base64 v0.22.1
3862026-06-16T04:22:09.959Z Downloaded newtype-uuid-macros v0.1.0
3872026-06-16T04:22:09.961Z Downloaded defmt-macros v1.0.1
3882026-06-16T04:22:09.964Z Downloaded hex v0.4.3
3892026-06-16T04:22:09.967Z Downloaded foldhash v0.1.5
3902026-06-16T04:22:09.967Z Downloaded match_cfg v0.1.0
3912026-06-16T04:22:09.970Z Downloaded linear-map v1.2.0
3922026-06-16T04:22:09.970Z Downloaded opaque-debug v0.3.1
3932026-06-16T04:22:09.973Z Downloaded openssl-macros v0.1.1
3942026-06-16T04:22:09.973Z Downloaded olpc-cjson v0.1.4
3952026-06-16T04:22:09.976Z Downloaded num_enum_derive v0.5.11
3962026-06-16T04:22:09.976Z Downloaded parse-display v0.10.0
3972026-06-16T04:22:09.979Z Downloaded openssl-probe v0.1.6
3982026-06-16T04:22:09.979Z Downloaded darling_core v0.21.3
3992026-06-16T04:22:09.983Z Downloaded native-tls v0.2.14
4002026-06-16T04:22:09.985Z Downloaded hybrid-array v0.4.12
4012026-06-16T04:22:09.988Z Downloaded lazy_static v1.5.0
4022026-06-16T04:22:09.992Z Downloaded pretty-hex v0.4.1
4032026-06-16T04:22:09.992Z Downloaded proc-macro-error-attr2 v2.0.0
4042026-06-16T04:22:09.995Z Downloaded memmap v0.7.0
4052026-06-16T04:22:09.995Z Downloaded libsw-core v0.3.2
4062026-06-16T04:22:09.998Z Downloaded icu_normalizer v2.0.0
4072026-06-16T04:22:10.000Z Downloaded num_enum v0.7.5
4082026-06-16T04:22:10.003Z Downloaded num_enum v0.5.11
4092026-06-16T04:22:10.006Z Downloaded num_enum_derive v0.7.5
4102026-06-16T04:22:10.009Z Downloaded phf_shared v0.12.1
4112026-06-16T04:22:10.012Z Downloaded owo-colors v4.3.0
4122026-06-16T04:22:10.012Z Downloaded oxnet v0.1.6
4132026-06-16T04:22:10.016Z Downloaded potential_utf v0.1.3
4142026-06-16T04:22:10.018Z Downloaded progenitor-macro v0.10.0
4152026-06-16T04:22:10.018Z Downloaded plain v0.2.3
4162026-06-16T04:22:10.018Z Downloaded progenitor-client v0.10.0
4172026-06-16T04:22:10.021Z Downloaded progenitor-client v0.11.1
4182026-06-16T04:22:10.021Z Downloaded num-complex v0.4.6
4192026-06-16T04:22:10.024Z Downloaded progenitor-macro v0.14.0
4202026-06-16T04:22:10.024Z Downloaded progenitor-client v0.14.0
4212026-06-16T04:22:10.027Z Downloaded proc-macro-crate v1.3.1
4222026-06-16T04:22:10.027Z Downloaded quick-error v1.2.3
4232026-06-16T04:22:10.030Z Downloaded erased-serde v0.3.31
4242026-06-16T04:22:10.033Z Downloaded const_format v0.2.34
4252026-06-16T04:22:10.035Z Downloaded half v2.7.1
4262026-06-16T04:22:10.038Z Downloaded litemap v0.8.0
4272026-06-16T04:22:10.041Z Downloaded getrandom v0.3.3
4282026-06-16T04:22:10.044Z Downloaded futures v0.3.32
4292026-06-16T04:22:10.047Z Downloaded phf v0.12.1
4302026-06-16T04:22:10.047Z Downloaded parse-display-derive v0.10.0
4312026-06-16T04:22:10.050Z Downloaded password-hash v0.5.0
4322026-06-16T04:22:10.052Z Downloaded indexmap v1.9.3
4332026-06-16T04:22:10.055Z Downloaded progenitor-macro v0.11.1
4342026-06-16T04:22:10.055Z Downloaded crossbeam-channel v0.5.15
4352026-06-16T04:22:10.058Z Downloaded chacha20poly1305 v0.10.1
4362026-06-16T04:22:10.061Z Downloaded ppv-lite86 v0.2.21
4372026-06-16T04:22:10.061Z Downloaded iana-time-zone v0.1.64
4382026-06-16T04:22:10.064Z Downloaded oxide-tokio-rt v0.1.2
4392026-06-16T04:22:10.067Z Downloaded elliptic-curve v0.13.8
4402026-06-16T04:22:10.069Z Downloaded rand_chacha v0.3.1
4412026-06-16T04:22:10.070Z Downloaded percent-encoding v2.3.2
4422026-06-16T04:22:10.072Z Downloaded progenitor v0.14.0
4432026-06-16T04:22:10.072Z Downloaded ref-cast-impl v1.0.25
4442026-06-16T04:22:10.075Z Downloaded rand_xorshift v0.4.0
4452026-06-16T04:22:10.075Z Downloaded icu_properties v2.0.1
4462026-06-16T04:22:10.079Z Downloaded rustc-hash v2.1.1
4472026-06-16T04:22:10.083Z Downloaded ref-cast v1.0.25
4482026-06-16T04:22:10.083Z Downloaded progenitor v0.10.0
4492026-06-16T04:22:10.086Z Downloaded paste v1.0.15
4502026-06-16T04:22:10.086Z Downloaded pin-project-internal v1.1.10
4512026-06-16T04:22:10.089Z Downloaded parking_lot_core v0.9.12
4522026-06-16T04:22:10.091Z Downloaded pest_generator v2.8.2
4532026-06-16T04:22:10.092Z Downloaded parking_lot v0.12.5
4542026-06-16T04:22:10.094Z Downloaded omicron-zone-package v0.12.2
4552026-06-16T04:22:10.097Z Downloaded rand_chacha v0.9.0
4562026-06-16T04:22:10.097Z Downloaded poly1305 v0.8.0
4572026-06-16T04:22:10.100Z Downloaded progenitor v0.11.1
4582026-06-16T04:22:10.100Z Downloaded proc-macro-error v1.0.4
4592026-06-16T04:22:10.103Z Downloaded rustc_version v0.1.7
4602026-06-16T04:22:10.106Z Downloaded pkg-config v0.3.32
4612026-06-16T04:22:10.106Z Downloaded log v0.4.29
4622026-06-16T04:22:10.109Z Downloaded curl v0.4.49
4632026-06-16T04:22:10.113Z Downloaded memmap2 v0.9.8
4642026-06-16T04:22:10.116Z Downloaded cc v1.2.63
4652026-06-16T04:22:10.116Z Downloaded serde-big-array v0.5.1
4662026-06-16T04:22:10.119Z Downloaded serde_spanned v0.6.9
4672026-06-16T04:22:10.119Z Downloaded secrecy v0.10.3
4682026-06-16T04:22:10.122Z Downloaded icu_normalizer_data v2.0.0
4692026-06-16T04:22:10.122Z Downloaded rand_core v0.10.1
4702026-06-16T04:22:10.125Z Downloaded flate2 v1.1.2
4712026-06-16T04:22:10.129Z Downloaded semver v0.1.20
4722026-06-16T04:22:10.129Z Downloaded search_path v0.1.4
4732026-06-16T04:22:10.132Z Downloaded rustc_version v0.4.1
4742026-06-16T04:22:10.132Z Downloaded same-file v1.0.6
4752026-06-16T04:22:10.132Z Downloaded resolv-conf v0.7.5
4762026-06-16T04:22:10.137Z Downloaded scopeguard v1.2.0
4772026-06-16T04:22:10.137Z Downloaded serde_repr v0.1.20
4782026-06-16T04:22:10.140Z Downloaded serde_plain v1.0.2
4792026-06-16T04:22:10.140Z Downloaded rand_core v0.9.3
4802026-06-16T04:22:10.143Z Downloaded quote v1.0.45
4812026-06-16T04:22:10.143Z Downloaded icu_locale_core v2.0.0
4822026-06-16T04:22:10.147Z Downloaded proc-macro-error2 v2.0.1
4832026-06-16T04:22:10.151Z Downloaded once_cell v1.21.3
4842026-06-16T04:22:10.154Z Downloaded num-traits v0.2.19
4852026-06-16T04:22:10.154Z Downloaded quinn-udp v0.5.14
4862026-06-16T04:22:10.158Z Downloaded sha1 v0.10.6
4872026-06-16T04:22:10.159Z Downloaded serde_spanned v1.1.1
4882026-06-16T04:22:10.161Z Downloaded rand_core v0.6.4
4892026-06-16T04:22:10.161Z Downloaded scroll_derive v0.13.1
4902026-06-16T04:22:10.161Z Downloaded scroll_derive v0.12.1
4912026-06-16T04:22:10.161Z Downloaded pem v3.0.5
4922026-06-16T04:22:10.164Z Downloaded dropshot_endpoint v0.17.1
4932026-06-16T04:22:10.167Z Downloaded getrandom v0.4.2
4942026-06-16T04:22:10.171Z Downloaded serde_urlencoded v0.7.1
4952026-06-16T04:22:10.171Z Downloaded futures-channel v0.3.32
4962026-06-16T04:22:10.174Z Downloaded num-rational v0.4.2
4972026-06-16T04:22:10.174Z Downloaded crypto-bigint v0.5.5
4982026-06-16T04:22:10.178Z Downloaded rustversion v1.0.22
4992026-06-16T04:22:10.180Z Downloaded icu_provider v2.0.0
5002026-06-16T04:22:10.185Z Downloaded schemars_derive v0.8.22
5012026-06-16T04:22:10.185Z Downloaded smawk v0.3.2
5022026-06-16T04:22:10.188Z Downloaded postcard v1.1.3
5032026-06-16T04:22:10.188Z Downloaded pest_meta v2.8.2
5042026-06-16T04:22:10.190Z Downloaded pin-project-lite v0.2.16
5052026-06-16T04:22:10.193Z Downloaded pest_derive v2.8.2
5062026-06-16T04:22:10.196Z Downloaded rustls-pemfile v2.2.0
5072026-06-16T04:22:10.196Z Downloaded proc-macro2 v1.0.106
5082026-06-16T04:22:10.199Z Downloaded serde_path_to_error v0.1.20
5092026-06-16T04:22:10.199Z Downloaded miniz_oxide v0.8.9
5102026-06-16T04:22:10.202Z Downloaded libsw v3.5.0
5112026-06-16T04:22:10.207Z Downloaded proc-macro-error-attr v1.0.4
5122026-06-16T04:22:10.207Z Downloaded swrite v0.1.0
5132026-06-16T04:22:10.209Z Downloaded supports-color v3.0.2
5142026-06-16T04:22:10.209Z Downloaded subtle v2.6.1
5152026-06-16T04:22:10.209Z Downloaded strum v0.27.2
5162026-06-16T04:22:10.210Z Downloaded strum v0.26.3
5172026-06-16T04:22:10.213Z Downloaded structmeta-derive v0.3.0
5182026-06-16T04:22:10.213Z Downloaded icu_collections v2.0.0
5192026-06-16T04:22:10.216Z Downloaded siphasher v1.0.1
5202026-06-16T04:22:10.219Z Downloaded sigpipe v0.1.3
5212026-06-16T04:22:10.219Z Downloaded progenitor-impl v0.14.0
5222026-06-16T04:22:10.222Z Downloaded powerfmt v0.2.0
5232026-06-16T04:22:10.222Z Downloaded num-integer v0.1.46
5242026-06-16T04:22:10.225Z Downloaded signal-hook-tokio v0.4.0
5252026-06-16T04:22:10.225Z Downloaded rusty-fork v0.3.0
5262026-06-16T04:22:10.228Z Downloaded jiff-static v0.2.15
5272026-06-16T04:22:10.228Z Downloaded signal-hook-registry v1.4.6
5282026-06-16T04:22:10.231Z Downloaded serde_tokenstream v0.2.3
5292026-06-16T04:22:10.231Z Downloaded heapless v0.8.0
5302026-06-16T04:22:10.234Z Downloaded slog-bunyan v2.5.0
5312026-06-16T04:22:10.236Z Downloaded newtype-uuid v1.3.2
5322026-06-16T04:22:10.236Z Downloaded libloading v0.8.9
5332026-06-16T04:22:10.239Z Downloaded shlex v2.0.1
5342026-06-16T04:22:10.240Z Downloaded dropshot_endpoint v0.16.7
5352026-06-16T04:22:10.242Z Downloaded tabled_derive v0.7.0
5362026-06-16T04:22:10.242Z Downloaded testing_table v0.3.0
5372026-06-16T04:22:10.245Z Downloaded structmeta v0.3.0
5382026-06-16T04:22:10.245Z Downloaded scroll v0.12.0
5392026-06-16T04:22:10.245Z Downloaded stable_deref_trait v1.2.0
5402026-06-16T04:22:10.248Z Downloaded derive_more v0.99.20
5412026-06-16T04:22:10.252Z Downloaded thiserror-impl-no-std v2.0.2
5422026-06-16T04:22:10.258Z Downloaded terminal_size v0.4.3
5432026-06-16T04:22:10.261Z Downloaded sync_wrapper v1.0.2
5442026-06-16T04:22:10.261Z Downloaded shlex v1.3.0
5452026-06-16T04:22:10.264Z Downloaded sha1 v0.11.0
5462026-06-16T04:22:10.264Z Downloaded serde_derive_internals v0.29.1
5472026-06-16T04:22:10.268Z Downloaded prettyplease v0.2.37
5482026-06-16T04:22:10.268Z Downloaded scroll v0.13.0
5492026-06-16T04:22:10.271Z Downloaded termtree v0.5.1
5502026-06-16T04:22:10.271Z Downloaded strum v0.28.0
5512026-06-16T04:22:10.271Z Downloaded snafu-derive v0.8.9
5522026-06-16T04:22:10.274Z Downloaded thread-id v4.2.2
5532026-06-16T04:22:10.274Z Downloaded pin-project v1.1.10
5542026-06-16T04:22:10.280Z Downloaded tinyvec_macros v0.1.1
5552026-06-16T04:22:10.282Z Downloaded semver v1.0.28
5562026-06-16T04:22:10.282Z Downloaded indexmap v2.14.0
5572026-06-16T04:22:10.288Z Downloaded take_mut v0.2.2
5582026-06-16T04:22:10.295Z Downloaded tagptr v0.2.0
5592026-06-16T04:22:10.295Z Downloaded tabwriter v1.4.1
5602026-06-16T04:22:10.295Z Downloaded signal-hook v0.4.4
5612026-06-16T04:22:10.295Z Downloaded hickory-resolver v0.24.4
5622026-06-16T04:22:10.300Z Downloaded sha2 v0.10.9
5632026-06-16T04:22:10.300Z Downloaded progenitor-impl v0.11.1
5642026-06-16T04:22:10.300Z Downloaded progenitor-impl v0.10.0
5652026-06-16T04:22:10.304Z Downloaded hyper-util v0.1.20
5662026-06-16T04:22:10.308Z Downloaded slog-async v2.8.0
5672026-06-16T04:22:10.308Z Downloaded openssl-sys v0.9.116
5682026-06-16T04:22:10.311Z Downloaded tokio-macros v2.7.0
5692026-06-16T04:22:10.311Z Downloaded time-core v0.1.8
5702026-06-16T04:22:10.311Z Downloaded smallvec v1.15.1
5712026-06-16T04:22:10.314Z Downloaded slog-dtrace v0.3.0
5722026-06-16T04:22:10.314Z Downloaded slab v0.4.11
5732026-06-16T04:22:10.317Z Downloaded thiserror v2.0.18
5742026-06-16T04:22:10.320Z Downloaded papergrid v0.11.0
5752026-06-16T04:22:10.323Z Downloaded toml_write v0.1.2
5762026-06-16T04:22:10.323Z Downloaded papergrid v0.17.0
5772026-06-16T04:22:10.326Z Downloaded topological-sort v0.2.2
5782026-06-16T04:22:10.329Z Downloaded strum_macros v0.26.4
5792026-06-16T04:22:10.329Z Downloaded strsim v0.11.1
5802026-06-16T04:22:10.332Z Downloaded static_assertions v1.1.0
5812026-06-16T04:22:10.332Z Downloaded rayon-core v1.13.0
5822026-06-16T04:22:10.342Z Downloaded smf v0.2.3
5832026-06-16T04:22:10.342Z Downloaded toml_datetime v0.6.11
5842026-06-16T04:22:10.348Z Downloaded strum_macros v0.27.2
5852026-06-16T04:22:10.348Z Downloaded serde_core v1.0.228
5862026-06-16T04:22:10.348Z Downloaded thread_local v1.1.9
5872026-06-16T04:22:10.348Z Downloaded thiserror-no-std v2.0.2
5882026-06-16T04:22:10.349Z Downloaded tower-service v0.3.3
5892026-06-16T04:22:10.349Z Downloaded spin v0.9.8
5902026-06-16T04:22:10.352Z Downloaded synstructure v0.13.2
5912026-06-16T04:22:10.353Z Downloaded strum_macros v0.28.0
5922026-06-16T04:22:10.353Z Downloaded slog-term v2.9.2
5932026-06-16T04:22:10.353Z Downloaded qorb v0.4.1
5942026-06-16T04:22:10.356Z Downloaded tower-layer v0.3.3
5952026-06-16T04:22:10.356Z Downloaded ryu v1.0.20
5962026-06-16T04:22:10.359Z Downloaded serde_yaml v0.9.34+deprecated
5972026-06-16T04:22:10.362Z Downloaded minimal-lexical v0.2.1
5982026-06-16T04:22:10.362Z Downloaded tokio-dtrace v0.1.1
5992026-06-16T04:22:10.362Z Downloaded serde_with_macros v3.14.1
6002026-06-16T04:22:10.365Z Downloaded tinystr v0.8.1
6012026-06-16T04:22:10.368Z Downloaded unarray v0.1.4
6022026-06-16T04:22:10.369Z Downloaded typify-macro v0.4.3
6032026-06-16T04:22:10.369Z Downloaded quinn v0.11.9
6042026-06-16T04:22:10.376Z Downloaded thread-id v5.0.0
6052026-06-16T04:22:10.376Z Downloaded tabled_derive v0.11.0
6062026-06-16T04:22:10.380Z Downloaded hickory-proto v0.24.4
6072026-06-16T04:22:10.383Z Downloaded thiserror-impl v2.0.18
6082026-06-16T04:22:10.383Z Downloaded thiserror-impl v1.0.69
6092026-06-16T04:22:10.387Z Downloaded similar v2.7.0
6102026-06-16T04:22:10.391Z Downloaded slog-json v2.6.1
6112026-06-16T04:22:10.391Z Downloaded term v1.2.0
6122026-06-16T04:22:10.391Z Downloaded rustls-pki-types v1.12.0
6132026-06-16T04:22:10.394Z Downloaded try-lock v0.2.5
6142026-06-16T04:22:10.394Z Downloaded http v1.4.2
6152026-06-16T04:22:10.399Z Downloaded unicode-linebreak v0.1.5
6162026-06-16T04:22:10.399Z Downloaded usdt v0.5.0
6172026-06-16T04:22:10.399Z Downloaded schemars v0.8.22
6182026-06-16T04:22:10.405Z Downloaded usdt-macro v0.6.0
6192026-06-16T04:22:10.408Z Downloaded usdt-attr-macro v0.5.0
6202026-06-16T04:22:10.408Z Downloaded usdt v0.6.0
6212026-06-16T04:22:10.408Z Downloaded tokio-rustls v0.25.0
6222026-06-16T04:22:10.408Z Downloaded typify-macro v0.6.2
6232026-06-16T04:22:10.414Z Downloaded time-macros v0.2.27
6242026-06-16T04:22:10.414Z Downloaded untrusted v0.9.0
6252026-06-16T04:22:10.414Z Downloaded universal-hash v0.5.1
6262026-06-16T04:22:10.417Z Downloaded nom v7.1.3
6272026-06-16T04:22:10.417Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6282026-06-16T04:22:10.417Z Downloaded hashbrown v0.16.1
6292026-06-16T04:22:10.421Z Downloaded unicode-xid v0.2.6
6302026-06-16T04:22:10.421Z Downloaded tokio-native-tls v0.3.1
6312026-06-16T04:22:10.424Z Downloaded utf8_iter v1.0.4
6322026-06-16T04:22:10.424Z Downloaded thiserror v1.0.69
6332026-06-16T04:22:10.428Z Downloaded utf8parse v0.2.2
6342026-06-16T04:22:10.428Z Downloaded usdt-macro v0.5.0
6352026-06-16T04:22:10.428Z Downloaded wait-timeout v0.2.1
6362026-06-16T04:22:10.432Z Downloaded derive-where v1.6.0
6372026-06-16T04:22:10.432Z Downloaded usdt-attr-macro v0.6.0
6382026-06-16T04:22:10.432Z Downloaded untrusted v0.7.1
6392026-06-16T04:22:10.435Z Downloaded toml_writer v1.1.1+spec-1.1.0
6402026-06-16T04:22:10.435Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6412026-06-16T04:22:10.436Z Downloaded memchr v2.7.5
6422026-06-16T04:22:10.439Z Downloaded idna v1.1.0
6432026-06-16T04:22:10.443Z Downloaded multer v3.1.0
6442026-06-16T04:22:10.443Z Downloaded clap v4.6.1
6452026-06-16T04:22:10.450Z Downloaded fixedbitset v0.5.7
6462026-06-16T04:22:10.453Z Downloaded macaddr v1.0.1
6472026-06-16T04:22:10.453Z Downloaded critical-section v1.2.0
6482026-06-16T04:22:10.453Z Downloaded version_check v0.9.5
6492026-06-16T04:22:10.453Z Downloaded clang-sys v1.8.1
6502026-06-16T04:22:10.453Z Downloaded ipnet v2.11.0
6512026-06-16T04:22:10.457Z Downloaded waitgroup v0.1.2
6522026-06-16T04:22:10.457Z Downloaded crc32fast v1.5.0
6532026-06-16T04:22:10.457Z Downloaded tempfile v3.27.0
6542026-06-16T04:22:10.461Z Downloaded rand v0.8.5
6552026-06-16T04:22:10.461Z Downloaded tokio-stream v0.1.17
6562026-06-16T04:22:10.467Z Downloaded rustls-webpki v0.103.6
6572026-06-16T04:22:10.470Z Downloaded rand v0.9.3
6582026-06-16T04:22:10.470Z Downloaded backoff v0.4.0
6592026-06-16T04:22:10.470Z Downloaded argon2 v0.5.3
6602026-06-16T04:22:10.470Z Downloaded toml v0.8.23
6612026-06-16T04:22:10.473Z Downloaded textwrap v0.16.2
6622026-06-16T04:22:10.473Z Downloaded iri-string v0.7.8
6632026-06-16T04:22:10.479Z Downloaded want v0.3.1
6642026-06-16T04:22:10.482Z Downloaded zone v0.3.1
6652026-06-16T04:22:10.482Z Downloaded socket2 v0.6.4
6662026-06-16T04:22:10.482Z Downloaded zeroize_derive v1.4.3
6672026-06-16T04:22:10.482Z Downloaded schemars v0.9.0
6682026-06-16T04:22:10.489Z Downloaded toml_parser v1.1.2+spec-1.1.0
6692026-06-16T04:22:10.492Z Downloaded mio v1.2.1
6702026-06-16T04:22:10.492Z Downloaded aho-corasick v1.1.3
6712026-06-16T04:22:10.495Z Downloaded tokio-rustls v0.26.4
6722026-06-16T04:22:10.498Z Downloaded zerofrom-derive v0.1.6
6732026-06-16T04:22:10.498Z Downloaded zerofrom v0.1.6
6742026-06-16T04:22:10.498Z Downloaded iddqd v0.3.18
6752026-06-16T04:22:10.504Z Downloaded usdt-impl v0.6.0
6762026-06-16T04:22:10.510Z Downloaded serde_derive v1.0.228
6772026-06-16T04:22:10.510Z Downloaded scuffle v0.1.0
6782026-06-16T04:22:10.510Z Downloaded usdt-impl v0.5.0
6792026-06-16T04:22:10.515Z Downloaded slog v2.8.2
6802026-06-16T04:22:10.515Z Downloaded tinyvec v1.10.0
6812026-06-16T04:22:10.515Z Downloaded zone_cfg_derive v0.3.1
6822026-06-16T04:22:10.515Z Downloaded yoke-derive v0.8.0
6832026-06-16T04:22:10.518Z Downloaded xattr v1.6.1
6842026-06-16T04:22:10.518Z Downloaded chacha20 v0.10.0
6852026-06-16T04:22:10.518Z Downloaded bcs v0.1.6
6862026-06-16T04:22:10.518Z Downloaded ciborium v0.2.2
6872026-06-16T04:22:10.522Z Downloaded camino v1.2.2
6882026-06-16T04:22:10.522Z Downloaded blake2 v0.10.6
6892026-06-16T04:22:10.526Z Downloaded libscf-sys v1.2.0
6902026-06-16T04:22:10.526Z Downloaded git-stub-vcs v0.1.0
6912026-06-16T04:22:10.526Z Downloaded clap_builder v4.6.0
6922026-06-16T04:22:10.529Z Downloaded writeable v0.6.1
6932026-06-16T04:22:10.529Z Downloaded test-strategy v0.4.3
6942026-06-16T04:22:10.532Z Downloaded snafu v0.8.9
6952026-06-16T04:22:10.535Z Downloaded toml v0.9.12+spec-1.1.0
6962026-06-16T04:22:10.538Z Downloaded git-stub v1.0.0
6972026-06-16T04:22:10.538Z Downloaded futures-executor v0.3.32
6982026-06-16T04:22:10.542Z Downloaded zmij v1.0.17
6992026-06-16T04:22:10.542Z Downloaded vsss-rs v3.3.4
7002026-06-16T04:22:10.546Z Downloaded foreign-types-macros v0.2.3
7012026-06-16T04:22:10.546Z Downloaded hostname v0.3.1
7022026-06-16T04:22:10.546Z Downloaded hash32 v0.3.1
7032026-06-16T04:22:10.546Z Downloaded foreign-types-shared v0.1.1
7042026-06-16T04:22:10.546Z Downloaded dtrace-parser v0.3.0
7052026-06-16T04:22:10.549Z Downloaded dtrace-parser v0.2.0
7062026-06-16T04:22:10.549Z Downloaded toml v0.7.8
7072026-06-16T04:22:10.549Z Downloaded dof v0.3.0
7082026-06-16T04:22:10.552Z Downloaded defmt v0.3.100
7092026-06-16T04:22:10.552Z Downloaded daft v0.1.5
7102026-06-16T04:22:10.552Z Downloaded derive-ex v0.1.8
7112026-06-16T04:22:10.555Z Downloaded cargo_metadata v0.18.1
7122026-06-16T04:22:10.555Z Downloaded instant v0.1.13
7132026-06-16T04:22:10.555Z Downloaded http-body-util v0.1.3
7142026-06-16T04:22:10.558Z Downloaded futures-sink v0.3.32
7152026-06-16T04:22:10.558Z Downloaded filetime v0.2.26
7162026-06-16T04:22:10.558Z Downloaded ff v0.13.1
7172026-06-16T04:22:10.561Z Downloaded libm v0.2.15
7182026-06-16T04:22:10.564Z Downloaded tracing-attributes v0.1.30
7192026-06-16T04:22:10.571Z Downloaded whoami v1.6.1
7202026-06-16T04:22:10.573Z Downloaded walkdir v2.5.0
7212026-06-16T04:22:10.573Z Downloaded ucd-trie v0.1.7
7222026-06-16T04:22:10.573Z Downloaded typify v0.6.2
7232026-06-16T04:22:10.573Z Downloaded typify v0.4.3
7242026-06-16T04:22:10.576Z Downloaded displaydoc v0.2.5
7252026-06-16T04:22:10.576Z Downloaded yoke v0.8.0
7262026-06-16T04:22:10.579Z Downloaded digest v0.10.7
7272026-06-16T04:22:10.580Z Downloaded toml v1.1.2+spec-1.1.0
7282026-06-16T04:22:10.582Z Downloaded blake3 v1.8.2
7292026-06-16T04:22:10.585Z Downloaded zerocopy-derive v0.7.35
7302026-06-16T04:22:10.588Z Downloaded zeroize v1.8.1
7312026-06-16T04:22:10.588Z Downloaded rand v0.10.1
7322026-06-16T04:22:10.591Z Downloaded serde v1.0.228
7332026-06-16T04:22:10.594Z Downloaded zerovec-derive v0.11.1
7342026-06-16T04:22:10.594Z Downloaded schemars v1.2.0
7352026-06-16T04:22:10.631Z Downloaded data-encoding v2.9.0
7362026-06-16T04:22:10.637Z Downloaded anstream v1.0.0
7372026-06-16T04:22:10.637Z Downloaded autocfg v1.5.0
7382026-06-16T04:22:10.637Z Downloaded cmake v0.1.54
7392026-06-16T04:22:10.637Z Downloaded bitflags v2.11.1
7402026-06-16T04:22:10.637Z Downloaded tar v0.4.45
7412026-06-16T04:22:10.637Z Downloaded vergen v8.3.2
7422026-06-16T04:22:10.637Z Downloaded uuid v1.23.2
7432026-06-16T04:22:10.637Z Downloaded pest v2.8.2
7442026-06-16T04:22:10.637Z Downloaded tracing-core v0.1.34
7452026-06-16T04:22:10.637Z Downloaded iddqd v0.4.2
7462026-06-16T04:22:10.637Z Downloaded icu_properties_data v2.0.1
7472026-06-16T04:22:10.637Z Downloaded toml_edit v0.22.27
7482026-06-16T04:22:10.637Z Downloaded bit-vec v0.8.0
7492026-06-16T04:22:10.637Z Downloaded async-trait v0.1.89
7502026-06-16T04:22:10.637Z Downloaded hashbrown v0.17.1
7512026-06-16T04:22:10.641Z Downloaded colored v3.1.1
7522026-06-16T04:22:10.641Z Downloaded defmt-parser v1.0.0
7532026-06-16T04:22:10.641Z Downloaded unicode-ident v1.0.24
7542026-06-16T04:22:10.644Z Downloaded dunce v1.0.5
7552026-06-16T04:22:10.644Z Downloaded arrayvec v0.7.6
7562026-06-16T04:22:10.644Z Downloaded anstyle-query v1.1.4
7572026-06-16T04:22:10.644Z Downloaded cipher v0.4.4
7582026-06-16T04:22:10.647Z Downloaded byteorder v1.5.0
7592026-06-16T04:22:10.647Z Downloaded debug-ignore v1.0.5
7602026-06-16T04:22:10.650Z Downloaded async-compression v0.4.33
7612026-06-16T04:22:10.653Z Downloaded async-recursion v1.1.1
7622026-06-16T04:22:10.653Z Downloaded base16ct v0.2.0
7632026-06-16T04:22:10.656Z Downloaded ciborium-io v0.2.2
7642026-06-16T04:22:10.660Z Downloaded unsafe-libyaml v0.2.11
7652026-06-16T04:22:10.663Z Downloaded hyper v1.10.1
7662026-06-16T04:22:10.671Z Downloaded zerotrie v0.2.2
7672026-06-16T04:22:10.674Z Downloaded aws-lc-rs v1.16.2
7682026-06-16T04:22:10.678Z Downloaded hashbrown v0.15.5
7692026-06-16T04:22:10.681Z Downloaded tower v0.5.2
7702026-06-16T04:22:10.686Z Downloaded reqwest v0.13.2
7712026-06-16T04:22:10.690Z Downloaded itertools v0.12.1
7722026-06-16T04:22:10.696Z Downloaded hkdf v0.12.4
7732026-06-16T04:22:10.699Z Downloaded h2 v0.4.14
7742026-06-16T04:22:10.701Z Downloaded steno v0.4.1
7752026-06-16T04:22:10.701Z Downloaded zerocopy-derive v0.8.27
7762026-06-16T04:22:10.705Z Downloaded reqwest v0.12.23
7772026-06-16T04:22:10.709Z Downloaded bindgen v0.72.1
7782026-06-16T04:22:10.712Z Downloaded futures-util v0.3.32
7792026-06-16T04:22:10.719Z Downloaded tracing v0.1.41
7802026-06-16T04:22:10.722Z Downloaded itertools v0.14.0
7812026-06-16T04:22:10.734Z Downloaded unicode-segmentation v1.12.0
7822026-06-16T04:22:10.737Z Downloaded tokio-util v0.7.16
7832026-06-16T04:22:10.748Z Downloaded proptest v1.8.0
7842026-06-16T04:22:10.754Z Downloaded url v2.5.7
7852026-06-16T04:22:10.757Z Downloaded toml_edit v0.19.15
7862026-06-16T04:22:10.765Z Downloaded unicode-normalization v0.1.24
7872026-06-16T04:22:10.769Z Downloaded chrono v0.4.45
7882026-06-16T04:22:10.772Z Downloaded goblin v0.8.2
7892026-06-16T04:22:10.776Z Downloaded tower-http v0.6.8
7902026-06-16T04:22:10.780Z Downloaded tough v0.20.0
7912026-06-16T04:22:10.797Z Downloaded rustls-webpki v0.102.8
7922026-06-16T04:22:10.824Z Downloaded typed-path v0.9.3
7932026-06-16T04:22:10.829Z Downloaded quinn-proto v0.11.14
7942026-06-16T04:22:10.833Z Downloaded serde_json v1.0.150
7952026-06-16T04:22:10.841Z Downloaded regex v1.12.3
7962026-06-16T04:22:10.844Z Downloaded moka v0.12.11
7972026-06-16T04:22:10.851Z Downloaded typenum v1.20.1
7982026-06-16T04:22:10.855Z Downloaded git2 v0.19.0
7992026-06-16T04:22:10.858Z Downloaded curve25519-dalek v4.1.3
8002026-06-16T04:22:10.863Z Downloaded zerocopy v0.7.35
8012026-06-16T04:22:10.872Z Downloaded winnow v0.5.40
8022026-06-16T04:22:10.877Z Downloaded tabled v0.15.0
8032026-06-16T04:22:10.887Z Downloaded tabled v0.20.0
8042026-06-16T04:22:10.897Z Downloaded time v0.3.47
8052026-06-16T04:22:10.904Z Downloaded zerovec v0.11.4
8062026-06-16T04:22:10.907Z Downloaded bstr v1.12.0
8072026-06-16T04:22:10.913Z Downloaded syn v1.0.109
8082026-06-16T04:22:10.919Z Downloaded rayon v1.11.0
8092026-06-16T04:22:10.924Z Downloaded goblin v0.10.1
8102026-06-16T04:22:10.929Z Downloaded serde_with v3.14.1
8112026-06-16T04:22:10.935Z Downloaded portable-atomic v1.11.1
8122026-06-16T04:22:11.005Z Downloaded rustix v0.38.44
8132026-06-16T04:22:11.021Z Downloaded winnow v1.0.3
8142026-06-16T04:22:11.024Z Downloaded winnow v0.7.14
8152026-06-16T04:22:11.042Z Downloaded rustix v1.1.4
8162026-06-16T04:22:11.057Z Downloaded openssl v0.10.80
8172026-06-16T04:22:11.088Z Downloaded typify-impl v0.6.2
8182026-06-16T04:22:11.097Z Downloaded vcpkg v0.2.15
8192026-06-16T04:22:11.120Z Downloaded zerocopy v0.8.27
8202026-06-16T04:22:11.132Z Downloaded webpki-roots v1.0.2
8212026-06-16T04:22:11.136Z Downloaded nix v0.30.1
8222026-06-16T04:22:11.142Z Downloaded unicode-width v0.1.14
8232026-06-16T04:22:11.145Z Downloaded rustls v0.22.4
8242026-06-16T04:22:11.152Z Downloaded regress v0.10.5
8252026-06-16T04:22:11.158Z Downloaded dropshot v0.16.7
8262026-06-16T04:22:11.172Z Downloaded unicode-width v0.2.1
8272026-06-16T04:22:11.175Z Downloaded regress v0.11.1
8282026-06-16T04:22:11.180Z Downloaded regex-syntax v0.8.6
8292026-06-16T04:22:11.185Z Downloaded syn v2.0.117
8302026-06-16T04:22:11.192Z Downloaded rustls v0.23.40
8312026-06-16T04:22:11.199Z Downloaded hickory-proto v0.25.2
8322026-06-16T04:22:11.208Z Downloaded dropshot v0.17.1
8332026-06-16T04:22:11.222Z Downloaded smoltcp v0.11.0
8342026-06-16T04:22:11.228Z Downloaded jiff v0.2.15
8352026-06-16T04:22:11.238Z Downloaded regex-automata v0.4.13
8362026-06-16T04:22:11.249Z Downloaded openapiv3 v2.2.0
8372026-06-16T04:22:11.257Z Downloaded chrono-tz v0.10.4
8382026-06-16T04:22:11.269Z Downloaded typify-impl v0.4.3
8392026-06-16T04:22:11.296Z Downloaded libc v0.2.186
8402026-06-16T04:22:11.312Z Downloaded libz-sys v1.1.22
8412026-06-16T04:22:11.324Z Downloaded petgraph v0.6.5
8422026-06-16T04:22:11.339Z Downloaded csv v1.4.0
8432026-06-16T04:22:11.351Z Downloaded sha3 v0.10.8
8442026-06-16T04:22:11.356Z Downloaded petgraph v0.8.2
8452026-06-16T04:22:11.368Z Downloaded tokio v1.52.3
8462026-06-16T04:22:11.456Z Downloaded encoding_rs v0.8.35
8472026-06-16T04:22:11.475Z Downloaded ring v0.17.14
8482026-06-16T04:22:11.555Z Downloaded curl-sys v0.4.83+curl-8.15.0
8492026-06-16T04:22:11.587Z Downloaded libgit2-sys v0.17.0+1.8.1
8502026-06-16T04:22:12.120Z Downloaded aws-lc-sys v0.39.1
8512026-06-16T04:22:12.436Z Compiling proc-macro2 v1.0.106
8522026-06-16T04:22:12.437Z Compiling quote v1.0.45
8532026-06-16T04:22:12.440Z Compiling unicode-ident v1.0.24
8542026-06-16T04:22:12.440Z Compiling serde_core v1.0.228
8552026-06-16T04:22:12.440Z Compiling serde v1.0.228
8562026-06-16T04:22:12.440Z Compiling libc v0.2.186
8572026-06-16T04:22:12.440Z Checking cfg-if v1.0.4
8582026-06-16T04:22:12.752Z Compiling zmij v1.0.17
8592026-06-16T04:22:12.767Z Compiling autocfg v1.5.0
8602026-06-16T04:22:13.041Z Compiling memchr v2.7.5
8612026-06-16T04:22:13.150Z Compiling libm v0.2.15
8622026-06-16T04:22:13.480Z Checking smallvec v1.15.1
8632026-06-16T04:22:13.544Z Checking itoa v1.0.15
8642026-06-16T04:22:13.568Z Compiling version_check v0.9.5
8652026-06-16T04:22:13.582Z Compiling thiserror v2.0.18
8662026-06-16T04:22:13.617Z Compiling jobserver v0.1.34
8672026-06-16T04:22:13.656Z Compiling shlex v2.0.1
8682026-06-16T04:22:13.671Z Compiling find-msvc-tools v0.1.9
8692026-06-16T04:22:13.859Z Compiling cc v1.2.63
8702026-06-16T04:22:13.886Z Compiling icu_properties_data v2.0.1
8712026-06-16T04:22:13.910Z Compiling icu_normalizer_data v2.0.0
8722026-06-16T04:22:14.066Z Compiling syn v2.0.117
8732026-06-16T04:22:14.087Z Compiling parking_lot_core v0.9.12
8742026-06-16T04:22:14.116Z Checking stable_deref_trait v1.2.0
8752026-06-16T04:22:14.143Z Compiling serde_json v1.0.150
8762026-06-16T04:22:14.190Z Compiling heck v0.5.0
8772026-06-16T04:22:14.403Z Checking litemap v0.8.0
8782026-06-16T04:22:14.416Z Checking writeable v0.6.1
8792026-06-16T04:22:14.599Z Compiling num-traits v0.2.19
8802026-06-16T04:22:14.602Z Checking percent-encoding v2.3.2
8812026-06-16T04:22:14.640Z Compiling getrandom v0.4.2
8822026-06-16T04:22:14.836Z Checking rand_core v0.10.1
8832026-06-16T04:22:15.004Z Checking form_urlencoded v1.2.2
8842026-06-16T04:22:15.082Z Checking utf8_iter v1.0.4
8852026-06-16T04:22:15.097Z Checking pin-project-lite v0.2.16
8862026-06-16T04:22:15.128Z Compiling zerocopy v0.8.27
8872026-06-16T04:22:15.131Z Checking iana-time-zone v0.1.64
8882026-06-16T04:22:15.157Z Compiling rustversion v1.0.22
8892026-06-16T04:22:15.185Z Compiling log v0.4.29
8902026-06-16T04:22:15.200Z Compiling equivalent v1.0.2
8912026-06-16T04:22:15.247Z Compiling semver v1.0.28
8922026-06-16T04:22:15.285Z Checking socket2 v0.6.4
8932026-06-16T04:22:15.359Z Checking uuid v1.23.2
8942026-06-16T04:22:15.525Z Checking scopeguard v1.2.0
8952026-06-16T04:22:15.627Z Checking lock_api v0.4.14
8962026-06-16T04:22:15.648Z Checking signal-hook-registry v1.4.6
8972026-06-16T04:22:15.662Z Checking mio v1.2.1
8982026-06-16T04:22:15.739Z Checking getrandom v0.2.16
8992026-06-16T04:22:15.754Z Compiling schemars v0.8.22
9002026-06-16T04:22:15.798Z Checking dyn-clone v1.0.20
9012026-06-16T04:22:15.813Z Checking bitflags v2.11.1
9022026-06-16T04:22:15.827Z Checking parking_lot v0.12.5
9032026-06-16T04:22:15.973Z Compiling portable-atomic v1.11.1
9042026-06-16T04:22:16.016Z Checking futures-core v0.3.32
9052026-06-16T04:22:16.112Z Checking critical-section v1.2.0
9062026-06-16T04:22:16.153Z Compiling ring v0.17.14
9072026-06-16T04:22:16.177Z Compiling hashbrown v0.17.1
9082026-06-16T04:22:16.226Z Compiling httparse v1.10.1
9092026-06-16T04:22:16.496Z Compiling thiserror v1.0.69
9102026-06-16T04:22:16.526Z Checking futures-sink v0.3.32
9112026-06-16T04:22:16.740Z Compiling indexmap v2.14.0
9122026-06-16T04:22:16.864Z Compiling synstructure v0.13.2
9132026-06-16T04:22:16.910Z Compiling serde_derive_internals v0.29.1
9142026-06-16T04:22:16.951Z Checking once_cell v1.21.3
9152026-06-16T04:22:17.002Z Compiling regex-syntax v0.8.6
9162026-06-16T04:22:17.309Z Checking slab v0.4.11
9172026-06-16T04:22:17.381Z Compiling rustix v1.1.4
9182026-06-16T04:22:17.468Z Compiling aho-corasick v1.1.3
9192026-06-16T04:22:17.492Z Checking subtle v2.6.1
9202026-06-16T04:22:17.539Z Compiling ucd-trie v0.1.7
9212026-06-16T04:22:17.670Z Checking futures-channel v0.3.32
9222026-06-16T04:22:17.776Z Compiling anyhow v1.0.102
9232026-06-16T04:22:17.859Z Checking rand_core v0.6.4
9242026-06-16T04:22:17.980Z Checking futures-task v0.3.32
9252026-06-16T04:22:18.029Z Checking typenum v1.20.1
9262026-06-16T04:22:18.113Z Compiling serde_derive v1.0.228
9272026-06-16T04:22:18.116Z Compiling zerofrom-derive v0.1.6
9282026-06-16T04:22:18.116Z Compiling yoke-derive v0.8.0
9292026-06-16T04:22:18.310Z Compiling zerovec-derive v0.11.1
9302026-06-16T04:22:18.796Z Compiling displaydoc v0.2.5
9312026-06-16T04:22:18.899Z Compiling thiserror-impl v2.0.18
9322026-06-16T04:22:19.064Z Compiling schemars_derive v0.8.22
9332026-06-16T04:22:19.149Z Compiling tokio-macros v2.7.0
9342026-06-16T04:22:19.306Z Checking zerofrom v0.1.6
9352026-06-16T04:22:19.361Z Compiling zerocopy-derive v0.8.27
9362026-06-16T04:22:19.427Z Checking yoke v0.8.0
9372026-06-16T04:22:19.521Z Compiling futures-macro v0.3.32
9382026-06-16T04:22:19.600Z Checking zerovec v0.11.4
9392026-06-16T04:22:19.865Z Checking zerotrie v0.2.2
9402026-06-16T04:22:20.200Z Compiling zeroize_derive v1.4.3
9412026-06-16T04:22:20.216Z Compiling thiserror-impl v1.0.69
9422026-06-16T04:22:20.235Z Compiling regex-automata v0.4.13
9432026-06-16T04:22:20.292Z Checking tinystr v0.8.1
9442026-06-16T04:22:20.313Z Checking potential_utf v0.1.3
9452026-06-16T04:22:20.443Z Checking icu_collections v2.0.0
9462026-06-16T04:22:20.468Z Checking icu_locale_core v2.0.0
9472026-06-16T04:22:20.816Z Compiling pest v2.8.2
9482026-06-16T04:22:20.853Z Checking zeroize v1.8.1
9492026-06-16T04:22:20.916Z Checking icu_provider v2.0.0
9502026-06-16T04:22:21.106Z Checking bytes v1.11.1
9512026-06-16T04:22:21.156Z Checking icu_properties v2.0.1
9522026-06-16T04:22:21.204Z Checking icu_normalizer v2.0.0
9532026-06-16T04:22:21.353Z Checking chrono v0.4.45
9542026-06-16T04:22:21.591Z Compiling serde_tokenstream v0.2.3
9552026-06-16T04:22:21.594Z Checking tokio v1.52.3
9562026-06-16T04:22:21.929Z Compiling regex v1.12.3
9572026-06-16T04:22:22.000Z Checking idna_adapter v1.2.1
9582026-06-16T04:22:22.051Z Compiling pest_meta v2.8.2
9592026-06-16T04:22:22.129Z Checking idna v1.1.0
9602026-06-16T04:22:22.162Z Checking futures-io v0.3.32
9612026-06-16T04:22:22.280Z Compiling tracing-attributes v0.1.30
9622026-06-16T04:22:22.294Z Checking futures-util v0.3.32
9632026-06-16T04:22:22.352Z Checking tracing-core v0.1.34
9642026-06-16T04:22:22.387Z Checking url v2.5.7
9652026-06-16T04:22:22.657Z Compiling pest_generator v2.8.2
9662026-06-16T04:22:23.185Z Compiling foldhash v0.2.0
9672026-06-16T04:22:23.280Z Compiling allocator-api2 v0.2.21
9682026-06-16T04:22:23.373Z Compiling pest_derive v2.8.2
9692026-06-16T04:22:23.376Z Compiling pkg-config v0.3.32
9702026-06-16T04:22:23.491Z Checking tracing v0.1.41
9712026-06-16T04:22:23.562Z Compiling hashbrown v0.16.1
9722026-06-16T04:22:23.595Z Checking fnv v1.0.7
9732026-06-16T04:22:23.708Z Checking http v1.4.2
9742026-06-16T04:22:23.828Z Compiling generic-array v0.14.7
9752026-06-16T04:22:23.880Z Compiling vcpkg v0.2.15
9762026-06-16T04:22:24.100Z Compiling num-conv v0.2.1
9772026-06-16T04:22:24.129Z Compiling time-core v0.1.8
9782026-06-16T04:22:24.145Z Compiling byteorder v1.5.0
9792026-06-16T04:22:24.254Z Compiling getrandom v0.3.3
9802026-06-16T04:22:24.278Z Compiling time-macros v0.2.27
9812026-06-16T04:22:24.437Z Checking errno v0.3.14
9822026-06-16T04:22:24.559Z Checking base64 v0.22.1
9832026-06-16T04:22:24.602Z Checking ipnet v2.11.0
9842026-06-16T04:22:24.681Z Compiling scroll_derive v0.13.1
9852026-06-16T04:22:24.774Z Checking tokio-util v0.7.16
9862026-06-16T04:22:24.800Z Compiling camino v1.2.2
9872026-06-16T04:22:24.844Z Checking crypto-common v0.1.6
9882026-06-16T04:22:25.016Z Checking http-body v1.0.1
9892026-06-16T04:22:25.150Z Checking atomic-waker v1.1.2
9902026-06-16T04:22:25.170Z Compiling crossbeam-utils v0.8.21
9912026-06-16T04:22:25.257Z Compiling slog v2.8.2
9922026-06-16T04:22:25.356Z Checking try-lock v0.2.5
9932026-06-16T04:22:25.459Z Checking tower-service v0.3.3
9942026-06-16T04:22:25.477Z Compiling paste v1.0.15
9952026-06-16T04:22:25.509Z Checking tower-layer v0.3.3
9962026-06-16T04:22:25.551Z Checking want v0.3.1
9972026-06-16T04:22:25.564Z Checking h2 v0.4.14
9982026-06-16T04:22:25.654Z Checking ipnetwork v0.21.1
9992026-06-16T04:22:25.673Z Checking erased-serde v0.3.31
10002026-06-16T04:22:25.785Z Checking rustls-pki-types v1.12.0
10012026-06-16T04:22:25.809Z Checking httpdate v1.0.3
10022026-06-16T04:22:25.823Z Checking ryu v1.0.20
10032026-06-16T04:22:25.859Z Checking pretty-hex v0.4.1
10042026-06-16T04:22:25.950Z Compiling async-trait v0.1.89
10052026-06-16T04:22:25.965Z Checking untrusted v0.9.0
10062026-06-16T04:22:26.036Z Compiling scroll v0.13.0
10072026-06-16T04:22:26.182Z Checking plain v0.2.3
10082026-06-16T04:22:26.257Z Compiling usdt-impl v0.6.0
10092026-06-16T04:22:26.315Z Checking http-body-util v0.1.3
10102026-06-16T04:22:26.361Z Compiling openssl-sys v0.9.116
10112026-06-16T04:22:26.405Z Compiling goblin v0.10.1
10122026-06-16T04:22:26.491Z Compiling cmake v0.1.54
10132026-06-16T04:22:26.555Z Compiling dunce v1.0.5
10142026-06-16T04:22:26.655Z Compiling slog-async v2.8.0
10152026-06-16T04:22:26.677Z Compiling fs_extra v1.3.0
10162026-06-16T04:22:26.838Z Compiling strsim v0.11.1
10172026-06-16T04:22:27.027Z Compiling aws-lc-sys v0.39.1
10182026-06-16T04:22:27.044Z Checking serde_urlencoded v0.7.1
10192026-06-16T04:22:27.113Z Checking oxnet v0.1.6
10202026-06-16T04:22:27.139Z Checking block-buffer v0.10.4
10212026-06-16T04:22:27.230Z Compiling regress v0.10.5
10222026-06-16T04:22:27.245Z Compiling dtrace-parser v0.3.0
10232026-06-16T04:22:27.277Z Checking ppv-lite86 v0.2.21
10242026-06-16T04:22:27.371Z Compiling openapiv3 v2.2.0
10252026-06-16T04:22:27.472Z Checking hyper v1.10.1
10262026-06-16T04:22:27.582Z Compiling thread-id v5.0.0
10272026-06-16T04:22:27.864Z Checking digest v0.10.7
10282026-06-16T04:22:28.059Z Compiling ident_case v1.0.1
10292026-06-16T04:22:28.147Z Compiling omicron-workspace-hack v0.1.0
10302026-06-16T04:22:28.180Z Compiling darling_core v0.21.3
10312026-06-16T04:22:28.375Z Compiling daft-derive v0.1.5
10322026-06-16T04:22:28.390Z Checking hyper-util v0.1.20
10332026-06-16T04:22:28.881Z Compiling typify-impl v0.4.3
10342026-06-16T04:22:28.965Z Compiling aws-lc-rs v1.16.2
10352026-06-16T04:22:29.081Z Checking powerfmt v0.2.0
10362026-06-16T04:22:29.236Z Compiling dof v0.4.0
10372026-06-16T04:22:29.445Z Checking deranged v0.5.3
10382026-06-16T04:22:29.920Z Checking num_threads v0.1.7
10392026-06-16T04:22:30.006Z Compiling syn v1.0.109
10402026-06-16T04:22:30.132Z Compiling unsafe-libyaml v0.2.11
10412026-06-16T04:22:30.219Z Compiling usdt-attr-macro v0.6.0
10422026-06-16T04:22:30.242Z Compiling usdt-macro v0.6.0
10432026-06-16T04:22:30.257Z Compiling darling_macro v0.21.3
10442026-06-16T04:22:30.421Z Checking time v0.3.47
10452026-06-16T04:22:30.788Z Compiling serde_yaml v0.9.34+deprecated
10462026-06-16T04:22:30.791Z Compiling darling v0.21.3
10472026-06-16T04:22:30.888Z Checking sync_wrapper v1.0.2
10482026-06-16T04:22:31.017Z Checking encoding_rs v0.8.35
10492026-06-16T04:22:31.040Z Checking cpufeatures v0.2.17
10502026-06-16T04:22:31.112Z Checking mime v0.3.17
10512026-06-16T04:22:31.285Z Checking untrusted v0.7.1
10522026-06-16T04:22:31.414Z Checking tower v0.5.2
10532026-06-16T04:22:31.558Z Checking rand_core v0.9.3
10542026-06-16T04:22:31.794Z Checking crossbeam-channel v0.5.15
10552026-06-16T04:22:31.810Z Checking futures-executor v0.3.32
10562026-06-16T04:22:31.965Z Compiling structmeta-derive v0.3.0
10572026-06-16T04:22:31.985Z Compiling multer v3.1.0
10582026-06-16T04:22:32.079Z Compiling rustls v0.23.40
10592026-06-16T04:22:32.136Z Compiling rustls v0.22.4
10602026-06-16T04:22:32.155Z Checking iri-string v0.7.8
10612026-06-16T04:22:32.257Z Compiling typify-macro v0.4.3
10622026-06-16T04:22:32.281Z Checking futures v0.3.32
10632026-06-16T04:22:32.357Z Compiling async-stream-impl v0.3.6
10642026-06-16T04:22:32.391Z Checking thread_local v1.1.9
10652026-06-16T04:22:32.544Z Checking foreign-types-shared v0.1.1
10662026-06-16T04:22:32.559Z Checking hex v0.4.3
10672026-06-16T04:22:32.632Z Checking fastrand v2.3.0
10682026-06-16T04:22:32.775Z Compiling openssl v0.10.80
10692026-06-16T04:22:32.809Z Checking unicode-width v0.2.1
10702026-06-16T04:22:32.970Z Checking tempfile v3.27.0
10712026-06-16T04:22:33.000Z Compiling structmeta v0.3.0
10722026-06-16T04:22:33.056Z Checking foreign-types v0.3.2
10732026-06-16T04:22:33.061Z Checking rand_chacha v0.9.0
10742026-06-16T04:22:33.157Z Compiling openssl-macros v0.1.1
10752026-06-16T04:22:33.173Z Checking tower-http v0.6.8
10762026-06-16T04:22:33.193Z Compiling strum_macros v0.26.4
10772026-06-16T04:22:33.249Z Checking memmap2 v0.9.8
10782026-06-16T04:22:33.345Z Checking is-terminal v0.4.16
10792026-06-16T04:22:33.434Z Checking openssl-probe v0.1.6
10802026-06-16T04:22:33.528Z Checking take_mut v0.2.2
10812026-06-16T04:22:33.542Z Checking match_cfg v0.1.0
10822026-06-16T04:22:33.602Z Compiling native-tls v0.2.14
10832026-06-16T04:22:33.617Z Checking term v1.2.0
10842026-06-16T04:22:33.649Z Checking hostname v0.3.1
10852026-06-16T04:22:33.735Z Compiling typify v0.4.3
10862026-06-16T04:22:33.823Z Checking rand v0.9.3
10872026-06-16T04:22:33.837Z Checking slog-term v2.9.2
10882026-06-16T04:22:34.105Z Checking slog-json v2.6.1
10892026-06-16T04:22:34.133Z Compiling newtype-uuid-macros v0.1.0
10902026-06-16T04:22:34.255Z Compiling ref-cast v1.0.25
10912026-06-16T04:22:34.272Z Checking slog-bunyan v2.5.0
10922026-06-16T04:22:34.613Z Compiling ref-cast-impl v1.0.25
10932026-06-16T04:22:34.627Z Compiling dropshot v0.16.7
10942026-06-16T04:22:34.845Z Compiling derive-ex v0.1.8
10952026-06-16T04:22:34.890Z Checking webpki-roots v1.0.2
10962026-06-16T04:22:34.908Z Compiling dropshot_endpoint v0.16.7
10972026-06-16T04:22:35.008Z Compiling strum_macros v0.27.2
10982026-06-16T04:22:35.406Z Checking winnow v0.7.14
10992026-06-16T04:22:35.959Z Checking tokio-native-tls v0.3.1
11002026-06-16T04:22:36.218Z Checking hyper-tls v0.6.0
11012026-06-16T04:22:36.327Z Compiling progenitor-impl v0.11.1
11022026-06-16T04:22:36.361Z Compiling test-strategy v0.4.3
11032026-06-16T04:22:36.520Z Checking newtype-uuid v1.3.2
11042026-06-16T04:22:36.523Z Checking either v1.15.0
11052026-06-16T04:22:36.703Z Checking winnow v1.0.3
11062026-06-16T04:22:36.718Z Checking daft v0.1.5
11072026-06-16T04:22:36.777Z Checking usdt v0.6.0
11082026-06-16T04:22:36.793Z Compiling serde_with_macros v3.14.1
11092026-06-16T04:22:36.932Z Checking serde_spanned v1.1.1
11102026-06-16T04:22:36.935Z Checking toml_writer v1.1.1+spec-1.1.0
11112026-06-16T04:22:36.935Z Checking debug-ignore v1.0.5
11122026-06-16T04:22:36.985Z Checking toml_parser v1.1.2+spec-1.1.0
11132026-06-16T04:22:37.209Z Checking spin v0.9.8
11142026-06-16T04:22:37.309Z Compiling parse-display-derive v0.10.0
11152026-06-16T04:22:37.326Z Checking async-stream v0.3.6
11162026-06-16T04:22:37.541Z Checking rustls-webpki v0.102.8
11172026-06-16T04:22:37.555Z Checking rustls-pemfile v2.2.0
11182026-06-16T04:22:37.698Z Checking waitgroup v0.1.2
11192026-06-16T04:22:37.735Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11202026-06-16T04:22:37.809Z Checking serde_path_to_error v0.1.20
11212026-06-16T04:22:37.888Z Checking hostname v0.4.2
11222026-06-16T04:22:38.070Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11232026-06-16T04:22:38.180Z Checking strum v0.26.3
11242026-06-16T04:22:38.290Z Checking rand_chacha v0.3.1
11252026-06-16T04:22:38.381Z Compiling toml_datetime v0.6.11
11262026-06-16T04:22:38.413Z Compiling progenitor-macro v0.11.1
11272026-06-16T04:22:38.480Z Checking macaddr v1.0.1
11282026-06-16T04:22:38.618Z Checking toml_datetime v0.7.5+spec-1.1.0
11292026-06-16T04:22:38.657Z Checking wait-timeout v0.2.1
11302026-06-16T04:22:38.813Z Checking lazy_static v1.5.0
11312026-06-16T04:22:38.816Z Checking bit-vec v0.8.0
11322026-06-16T04:22:38.841Z Checking quick-error v1.2.3
11332026-06-16T04:22:38.913Z Checking toml v0.9.12+spec-1.1.0
11342026-06-16T04:22:38.940Z Checking rusty-fork v0.3.0
11352026-06-16T04:22:39.017Z Checking bit-set v0.8.0
11362026-06-16T04:22:39.105Z Checking rand v0.8.5
11372026-06-16T04:22:39.120Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11382026-06-16T04:22:39.319Z Checking tokio-rustls v0.25.0
11392026-06-16T04:22:39.415Z Checking tabwriter v1.4.1
11402026-06-16T04:22:39.471Z Checking rand_xorshift v0.4.0
11412026-06-16T04:22:39.515Z Checking sha1 v0.10.6
11422026-06-16T04:22:39.573Z Compiling clap_derive v4.6.1
11432026-06-16T04:22:39.606Z Checking unarray v0.1.4
11442026-06-16T04:22:39.660Z Checking colored v3.1.1
11452026-06-16T04:22:39.705Z Checking utf8parse v0.2.2
11462026-06-16T04:22:39.743Z Checking proptest v1.8.0
11472026-06-16T04:22:39.806Z Checking anstyle-parse v1.0.0
11482026-06-16T04:22:39.848Z Checking strum v0.27.2
11492026-06-16T04:22:39.958Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11502026-06-16T04:22:40.060Z Checking terminal_size v0.4.3
11512026-06-16T04:22:40.366Z Checking anstyle v1.0.14
11522026-06-16T04:22:40.526Z Checking is_terminal_polyfill v1.70.1
11532026-06-16T04:22:40.541Z Checking colorchoice v1.0.4
11542026-06-16T04:22:40.555Z Checking anstyle-query v1.1.4
11552026-06-16T04:22:40.657Z Checking anstream v1.0.0
11562026-06-16T04:22:40.845Z Checking itertools v0.14.0
11572026-06-16T04:22:40.860Z Checking clap_lex v1.1.0
11582026-06-16T04:22:41.354Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11592026-06-16T04:22:41.582Z Checking clap_builder v4.6.0
11602026-06-16T04:22:41.978Z Checking serde_with v3.14.1
11612026-06-16T04:22:42.776Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11622026-06-16T04:22:42.791Z Checking instant v0.1.13
11632026-06-16T04:22:42.833Z Checking clap v4.6.1
11642026-06-16T04:22:42.911Z Checking rustc-hash v2.1.1
11652026-06-16T04:22:43.024Z Checking iddqd v0.3.18
11662026-06-16T04:22:43.053Z Checking backoff v0.4.0
11672026-06-16T04:22:43.222Z Checking parse-display v0.10.0
11682026-06-16T04:22:43.313Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11692026-06-16T04:22:43.365Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11702026-06-16T04:22:44.885Z Compiling num-derive v0.4.2
11712026-06-16T04:22:45.509Z Compiling rustls-webpki v0.103.6
11722026-06-16T04:22:45.907Z Compiling prettyplease v0.2.37
11732026-06-16T04:22:47.899Z Checking serde_spanned v0.6.9
11742026-06-16T04:22:48.119Z Compiling memoffset v0.9.1
11752026-06-16T04:22:48.359Z Compiling cfg_aliases v0.2.1
11762026-06-16T04:22:48.430Z Compiling nix v0.30.1
11772026-06-16T04:22:48.677Z Compiling tokio-rustls v0.26.4
11782026-06-16T04:22:49.296Z Compiling hyper-rustls v0.27.7
11792026-06-16T04:22:49.543Z Compiling reqwest v0.12.23
11802026-06-16T04:22:50.518Z Checking crossbeam-epoch v0.9.18
11812026-06-16T04:22:50.666Z Compiling progenitor-client v0.11.1
11822026-06-16T04:22:51.260Z Compiling winnow v0.5.40
11832026-06-16T04:22:52.189Z Compiling progenitor v0.11.1
11842026-06-16T04:22:52.553Z Compiling toml_edit v0.19.15
11852026-06-16T04:22:53.146Z Compiling num-integer v0.1.46
11862026-06-16T04:22:53.637Z Compiling proc-macro-crate v1.3.1
11872026-06-16T04:22:53.678Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11882026-06-16T04:22:53.973Z Compiling progenitor-client v0.10.0
11892026-06-16T04:22:54.507Z Compiling hubpack_derive v0.1.1
11902026-06-16T04:22:54.938Z Checking toml_write v0.1.2
11912026-06-16T04:22:54.980Z Compiling rayon-core v1.13.0
11922026-06-16T04:22:55.064Z Checking hubpack v0.1.2
11932026-06-16T04:22:55.112Z Checking toml_edit v0.22.27
11942026-06-16T04:22:55.218Z Checking num-iter v0.1.45
11952026-06-16T04:22:55.234Z Checking num-rational v0.4.2
11962026-06-16T04:22:55.594Z Compiling zerocopy-derive v0.7.35
11972026-06-16T04:22:55.616Z Compiling num-complex v0.4.6
11982026-06-16T04:22:55.875Z Checking static_assertions v1.1.0
11992026-06-16T04:22:55.997Z Checking num v0.4.3
12002026-06-16T04:22:56.168Z Checking crossbeam-deque v0.8.6
12012026-06-16T04:22:56.172Z Checking toml v0.8.23
12022026-06-16T04:22:56.348Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12032026-06-16T04:22:56.429Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12042026-06-16T04:22:56.526Z Compiling float-ord v0.3.2
12052026-06-16T04:22:56.733Z Compiling proc-macro-error-attr v1.0.4
12062026-06-16T04:22:56.793Z Checking bytecount v0.6.9
12072026-06-16T04:22:56.905Z Compiling heapless v0.8.0
12082026-06-16T04:22:57.016Z Checking libscf-sys v1.2.0
12092026-06-16T04:22:57.140Z Compiling ingot-macros v0.1.1
12102026-06-16T04:22:57.156Z Checking hash32 v0.3.1
12112026-06-16T04:22:57.283Z Compiling proc-macro-error v1.0.4
12122026-06-16T04:22:57.383Z Compiling smoltcp v0.11.0
12132026-06-16T04:22:57.499Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12142026-06-16T04:22:58.161Z Compiling zerocopy v0.7.35
12152026-06-16T04:22:58.177Z Compiling num_enum_derive v0.7.5
12162026-06-16T04:22:58.212Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12172026-06-16T04:22:58.460Z Checking cobs v0.3.0
12182026-06-16T04:22:58.608Z Compiling foreign-types-macros v0.2.3
12192026-06-16T04:22:58.712Z Compiling scroll_derive v0.12.1
12202026-06-16T04:22:58.729Z Compiling usdt-impl v0.5.0
12212026-06-16T04:22:58.774Z Checking managed v0.8.0
12222026-06-16T04:22:58.964Z Compiling crucible-workspace-hack v0.1.0
12232026-06-16T04:22:58.980Z Checking bitflags v1.3.2
12242026-06-16T04:22:59.056Z Checking foreign-types-shared v0.3.1
12252026-06-16T04:22:59.151Z Checking cpufeatures v0.3.0
12262026-06-16T04:22:59.212Z Checking num_enum v0.7.5
12272026-06-16T04:22:59.240Z Checking foreign-types v0.5.0
12282026-06-16T04:22:59.318Z Compiling dof v0.3.0
12292026-06-16T04:22:59.332Z Checking postcard v1.1.3
12302026-06-16T04:22:59.405Z Checking scroll v0.12.0
12312026-06-16T04:22:59.602Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12322026-06-16T04:22:59.664Z Compiling dtrace-parser v0.2.0
12332026-06-16T04:22:59.708Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12342026-06-16T04:22:59.738Z Checking camino-tempfile v1.4.1
12352026-06-16T04:22:59.754Z Checking ingot-types v0.1.2
12362026-06-16T04:22:59.810Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12372026-06-16T04:22:59.912Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12382026-06-16T04:23:00.016Z Checking cstr-argument v0.1.2
12392026-06-16T04:23:00.083Z Checking ingot v0.1.1
12402026-06-16T04:23:00.129Z Compiling thread-id v4.2.2
12412026-06-16T04:23:00.143Z Compiling heck v0.4.1
12422026-06-16T04:23:00.184Z Compiling minimal-lexical v0.2.1
12432026-06-16T04:23:00.268Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12442026-06-16T04:23:00.336Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12452026-06-16T04:23:00.373Z Compiling nom v7.1.3
12462026-06-16T04:23:00.400Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12472026-06-16T04:23:00.422Z Checking goblin v0.8.2
12482026-06-16T04:23:00.546Z Checking rayon v1.11.0
12492026-06-16T04:23:00.731Z Compiling num_enum_derive v0.5.11
12502026-06-16T04:23:01.051Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12512026-06-16T04:23:01.317Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12522026-06-16T04:23:01.612Z Compiling rustc_version v0.4.1
12532026-06-16T04:23:01.696Z Compiling proc-macro-error-attr2 v2.0.0
12542026-06-16T04:23:01.893Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12552026-06-16T04:23:01.960Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12562026-06-16T04:23:01.979Z Checking tinyvec_macros v0.1.1
12572026-06-16T04:23:02.052Z Compiling rustix v0.38.44
12582026-06-16T04:23:02.098Z Compiling convert_case v0.4.0
12592026-06-16T04:23:02.197Z Compiling proc-macro-error2 v2.0.1
12602026-06-16T04:23:02.357Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12612026-06-16T04:23:02.404Z Compiling derive_more v0.99.20
12622026-06-16T04:23:02.449Z Checking tinyvec v1.10.0
12632026-06-16T04:23:02.512Z Checking num_enum v0.5.11
12642026-06-16T04:23:02.628Z Compiling libz-sys v1.1.22
12652026-06-16T04:23:02.720Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12662026-06-16T04:23:02.813Z Compiling crc32fast v1.5.0
12672026-06-16T04:23:03.078Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12682026-06-16T04:23:03.134Z Compiling tabled_derive v0.11.0
12692026-06-16T04:23:03.158Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12702026-06-16T04:23:03.516Z Compiling usdt-macro v0.5.0
12712026-06-16T04:23:03.683Z Compiling usdt-attr-macro v0.5.0
12722026-06-16T04:23:03.941Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12732026-06-16T04:23:04.013Z Compiling zone_cfg_derive v0.3.1
12742026-06-16T04:23:04.188Z Checking chacha20 v0.10.0
12752026-06-16T04:23:04.207Z Checking papergrid v0.17.0
12762026-06-16T04:23:04.396Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12772026-06-16T04:23:04.410Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12782026-06-16T04:23:04.584Z Checking itertools v0.12.1
12792026-06-16T04:23:04.604Z Checking testing_table v0.3.0
12802026-06-16T04:23:04.619Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12812026-06-16T04:23:04.663Z Checking memmap v0.7.0
12822026-06-16T04:23:04.696Z Checking sigpipe v0.1.3
12832026-06-16T04:23:04.779Z Checking jiff v0.2.15
12842026-06-16T04:23:04.794Z Checking glob v0.3.3
12852026-06-16T04:23:04.842Z Checking adler2 v2.0.1
12862026-06-16T04:23:04.953Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12872026-06-16T04:23:04.956Z Checking tabled v0.20.0
12882026-06-16T04:23:04.984Z Checking miniz_oxide v0.8.9
12892026-06-16T04:23:05.084Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12902026-06-16T04:23:05.131Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12912026-06-16T04:23:05.240Z Checking usdt v0.5.0
12922026-06-16T04:23:05.315Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12932026-06-16T04:23:05.402Z Checking rand v0.10.1
12942026-06-16T04:23:05.465Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12952026-06-16T04:23:05.550Z Checking zone v0.3.1
12962026-06-16T04:23:05.841Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12972026-06-16T04:23:05.884Z Checking smf v0.2.3
12982026-06-16T04:23:05.956Z Checking secrecy v0.10.3
12992026-06-16T04:23:05.982Z Checking bstr v1.12.0
13002026-06-16T04:23:06.073Z Checking whoami v1.6.1
13012026-06-16T04:23:06.102Z Checking flate2 v1.1.2
13022026-06-16T04:23:06.236Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13032026-06-16T04:23:06.313Z Compiling curve25519-dalek v4.1.3
13042026-06-16T04:23:06.383Z Compiling clang-sys v1.8.1
13052026-06-16T04:23:06.387Z Checking hmac v0.12.1
13062026-06-16T04:23:06.573Z Checking inout v0.1.4
13072026-06-16T04:23:06.601Z Checking hybrid-array v0.4.12
13082026-06-16T04:23:06.711Z Compiling enum-as-inner v0.6.1
13092026-06-16T04:23:06.816Z Checking ff v0.13.1
13102026-06-16T04:23:06.922Z Checking data-encoding v2.9.0
13112026-06-16T04:23:06.943Z Compiling semver v0.1.20
13122026-06-16T04:23:07.072Z Checking group v0.13.0
13132026-06-16T04:23:07.210Z Compiling rustc_version v0.1.7
13142026-06-16T04:23:07.213Z Checking cipher v0.4.4
13152026-06-16T04:23:07.247Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13162026-06-16T04:23:07.261Z Checking hkdf v0.12.4
13172026-06-16T04:23:07.309Z Checking atomicwrites v0.4.4
13182026-06-16T04:23:07.387Z Compiling thiserror-impl-no-std v2.0.2
13192026-06-16T04:23:07.402Z Checking universal-hash v0.5.1
13202026-06-16T04:23:07.405Z Checking crypto-bigint v0.5.5
13212026-06-16T04:23:07.405Z Compiling regress v0.11.1
13222026-06-16T04:23:07.446Z Checking half v2.7.1
13232026-06-16T04:23:07.528Z Compiling curve25519-dalek-derive v0.1.1
13242026-06-16T04:23:07.636Z Checking base16ct v0.2.0
13252026-06-16T04:23:07.695Z Checking ciborium-io v0.2.2
13262026-06-16T04:23:07.762Z Checking base64ct v1.8.0
13272026-06-16T04:23:07.791Z Checking opaque-debug v0.3.1
13282026-06-16T04:23:07.864Z Checking indent_write v2.2.0
13292026-06-16T04:23:07.993Z Checking poly1305 v0.8.0
13302026-06-16T04:23:07.996Z Checking password-hash v0.5.0
13312026-06-16T04:23:08.220Z Checking ciborium-ll v0.2.2
13322026-06-16T04:23:08.234Z Checking chacha20 v0.9.1
13332026-06-16T04:23:08.394Z Compiling newtype_derive v0.1.6
13342026-06-16T04:23:08.439Z Checking crypto-common v0.2.2
13352026-06-16T04:23:08.442Z Checking elliptic-curve v0.13.8
13362026-06-16T04:23:08.451Z Checking thiserror-no-std v2.0.2
13372026-06-16T04:23:08.578Z Checking block-buffer v0.12.0
13382026-06-16T04:23:08.617Z Checking similar v2.7.0
13392026-06-16T04:23:08.676Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13402026-06-16T04:23:08.691Z Checking blake2 v0.10.6
13412026-06-16T04:23:08.776Z Checking aead v0.5.2
13422026-06-16T04:23:08.878Z Compiling libloading v0.8.9
13432026-06-16T04:23:08.901Z Compiling typify-impl v0.6.2
13442026-06-16T04:23:08.915Z Checking resolv-conf v0.7.5
13452026-06-16T04:23:08.919Z Checking const-oid v0.10.2
13462026-06-16T04:23:08.945Z Checking keccak v0.1.6
13472026-06-16T04:23:09.036Z Compiling bindgen v0.72.1
13482026-06-16T04:23:09.070Z Compiling owo-colors v4.3.0
13492026-06-16T04:23:09.088Z Checking linked-hash-map v0.5.6
13502026-06-16T04:23:09.102Z Checking compression-core v0.4.32
13512026-06-16T04:23:09.105Z Checking sha3 v0.10.8
13522026-06-16T04:23:09.232Z Checking compression-codecs v0.4.32
13532026-06-16T04:23:09.254Z Checking lru-cache v0.1.2
13542026-06-16T04:23:09.307Z Checking digest v0.11.3
13552026-06-16T04:23:09.371Z Checking chacha20poly1305 v0.10.1
13562026-06-16T04:23:09.407Z Checking argon2 v0.5.3
13572026-06-16T04:23:09.440Z Checking vsss-rs v3.3.4
13582026-06-16T04:23:09.497Z Checking ciborium v0.2.2
13592026-06-16T04:23:09.512Z Checking hickory-proto v0.24.4
13602026-06-16T04:23:09.697Z Checking tokio-dtrace v0.1.1
13612026-06-16T04:23:09.904Z Compiling cexpr v0.6.0
13622026-06-16T04:23:09.917Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13632026-06-16T04:23:10.197Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13642026-06-16T04:23:10.441Z Checking serde-big-array v0.5.1
13652026-06-16T04:23:10.473Z Compiling serde_repr v0.1.20
13662026-06-16T04:23:10.517Z Compiling derive-where v1.6.0
13672026-06-16T04:23:10.599Z Checking toml_datetime v1.1.1+spec-1.1.0
13682026-06-16T04:23:10.781Z Compiling dropshot v0.17.1
13692026-06-16T04:23:10.896Z Checking same-file v1.0.6
13702026-06-16T04:23:11.089Z Compiling shlex v1.3.0
13712026-06-16T04:23:11.097Z Checking siphasher v1.0.1
13722026-06-16T04:23:11.097Z Checking unicode-segmentation v1.12.0
13732026-06-16T04:23:11.097Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13742026-06-16T04:23:11.184Z Checking phf_shared v0.12.1
13752026-06-16T04:23:11.376Z Checking newline-converter v0.3.0
13762026-06-16T04:23:11.384Z Checking hickory-resolver v0.24.4
13772026-06-16T04:23:11.487Z Checking walkdir v2.5.0
13782026-06-16T04:23:11.656Z Checking toml v1.1.2+spec-1.1.0
13792026-06-16T04:23:11.764Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13802026-06-16T04:23:12.097Z Checking oxide-tokio-rt v0.1.2
13812026-06-16T04:23:12.247Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13822026-06-16T04:23:12.313Z Checking sha1 v0.11.0
13832026-06-16T04:23:12.381Z Compiling typify-macro v0.6.2
13842026-06-16T04:23:12.454Z Checking async-compression v0.4.33
13852026-06-16T04:23:12.487Z Compiling progenitor-impl v0.10.0
13862026-06-16T04:23:12.733Z Checking console v0.15.11
13872026-06-16T04:23:12.942Z Checking tokio-stream v0.1.17
13882026-06-16T04:23:12.985Z Compiling dropshot_endpoint v0.17.1
13892026-06-16T04:23:13.136Z Compiling pin-project-internal v1.1.10
13902026-06-16T04:23:13.356Z Compiling slog-dtrace v0.3.0
13912026-06-16T04:23:13.373Z Checking csv-core v0.1.12
13922026-06-16T04:23:13.521Z Compiling unicode-xid v0.2.6
13932026-06-16T04:23:13.530Z Checking foldhash v0.1.5
13942026-06-16T04:23:13.651Z Checking unicode-width v0.1.14
13952026-06-16T04:23:13.682Z Checking swrite v0.1.0
13962026-06-16T04:23:13.778Z Compiling cancel-safe-futures v0.1.5
13972026-06-16T04:23:13.889Z Checking smawk v0.3.2
13982026-06-16T04:23:13.906Z Checking unicode-linebreak v0.1.5
13992026-06-16T04:23:14.023Z Compiling chrono-tz v0.10.4
14002026-06-16T04:23:14.072Z Checking hashbrown v0.15.5
14012026-06-16T04:23:14.086Z Checking pin-project v1.1.10
14022026-06-16T04:23:14.121Z Checking textwrap v0.16.2
14032026-06-16T04:23:14.181Z Compiling const_format_proc_macros v0.2.34
14042026-06-16T04:23:14.315Z Checking csv v1.4.0
14052026-06-16T04:23:14.338Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14062026-06-16T04:23:14.525Z Compiling progenitor-macro v0.10.0
14072026-06-16T04:23:14.544Z Checking qorb v0.4.1
14082026-06-16T04:23:14.679Z Checking expectorate v1.2.0
14092026-06-16T04:23:14.812Z Checking phf v0.12.1
14102026-06-16T04:23:14.956Z Checking unicode-normalization v0.1.24
14112026-06-16T04:23:14.972Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14122026-06-16T04:23:15.592Z Checking libsw-core v0.3.2
14132026-06-16T04:23:16.642Z Compiling libgit2-sys v0.17.0+1.8.1
14142026-06-16T04:23:16.665Z Compiling async-recursion v1.1.1
14152026-06-16T04:23:16.665Z Compiling snafu-derive v0.8.9
14162026-06-16T04:23:16.665Z Compiling cookie v0.18.1
14172026-06-16T04:23:16.665Z Checking fixedbitset v0.4.2
14182026-06-16T04:23:16.665Z Checking highway v1.3.0
14192026-06-16T04:23:16.665Z Compiling moka v0.12.11
14202026-06-16T04:23:16.665Z Checking fixedbitset v0.5.7
14212026-06-16T04:23:16.697Z Checking petgraph v0.6.5
14222026-06-16T04:23:16.761Z Checking petgraph v0.8.2
14232026-06-16T04:23:17.648Z Checking snafu v0.8.9
14242026-06-16T04:23:17.767Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-06-16T04:23:17.887Z Checking libsw v3.5.0
14262026-06-16T04:23:17.929Z Checking olpc-cjson v0.1.4
14272026-06-16T04:23:17.943Z Checking const_format v0.2.34
14282026-06-16T04:23:18.069Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14292026-06-16T04:23:18.169Z Checking papergrid v0.11.0
14302026-06-16T04:23:18.301Z Compiling typify v0.6.2
14312026-06-16T04:23:18.338Z Checking globset v0.4.16
14322026-06-16T04:23:18.377Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14332026-06-16T04:23:18.472Z Checking gethostname v0.5.0
14342026-06-16T04:23:18.578Z Compiling tabled_derive v0.7.0
14352026-06-16T04:23:18.618Z Checking progenitor v0.10.0
14362026-06-16T04:23:18.664Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-06-16T04:23:18.754Z Checking reqwest v0.13.2
14382026-06-16T04:23:18.791Z Checking bcs v0.1.6
14392026-06-16T04:23:18.871Z Checking pem v3.0.5
14402026-06-16T04:23:18.987Z Checking serde_plain v1.0.2
14412026-06-16T04:23:19.002Z Checking tagptr v0.2.0
14422026-06-16T04:23:19.019Z Compiling signal-hook v0.4.4
14432026-06-16T04:23:19.133Z Checking typed-path v0.9.3
14442026-06-16T04:23:19.148Z Checking crc8 v0.1.1
14452026-06-16T04:23:19.228Z Checking termtree v0.5.1
14462026-06-16T04:23:19.247Z Checking humantime v2.3.0
14472026-06-16T04:23:19.283Z Checking linear-map v1.2.0
14482026-06-16T04:23:19.425Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-06-16T04:23:19.472Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-06-16T04:23:19.485Z Checking tabled v0.15.0
14512026-06-16T04:23:19.873Z Checking tough v0.20.0
14522026-06-16T04:23:19.986Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14532026-06-16T04:23:20.149Z Compiling progenitor-impl v0.14.0
14542026-06-16T04:23:20.670Z Checking steno v0.4.1
14552026-06-16T04:23:20.932Z Checking hickory-proto v0.25.2
14562026-06-16T04:23:21.522Z Compiling curl-sys v0.4.83+curl-8.15.0
14572026-06-16T04:23:21.657Z Compiling cargo-platform v0.1.9
14582026-06-16T04:23:21.809Z Compiling vergen v8.3.2
14592026-06-16T04:23:21.916Z Compiling fs-err v3.1.2
14602026-06-16T04:23:21.976Z Compiling cargo_metadata v0.18.1
14612026-06-16T04:23:22.249Z Compiling progenitor-macro v0.14.0
14622026-06-16T04:23:22.336Z Checking progenitor-client v0.14.0
14632026-06-16T04:23:22.450Z Checking dropshot-api-manager-types v0.7.2
14642026-06-16T04:23:24.270Z Checking hickory-resolver v0.25.2
14652026-06-16T04:23:24.301Z Checking sha2 v0.10.9
14662026-06-16T04:23:24.301Z Compiling blake3 v1.8.2
14672026-06-16T04:23:24.301Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14682026-06-16T04:23:24.301Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14692026-06-16T04:23:24.301Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14702026-06-16T04:23:24.301Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-06-16T04:23:24.301Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-06-16T04:23:24.530Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-06-16T04:23:24.633Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14742026-06-16T04:23:24.782Z Checking git-stub v1.0.0
14752026-06-16T04:23:24.794Z Compiling strum_macros v0.28.0
14762026-06-16T04:23:24.878Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-06-16T04:23:24.908Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-06-16T04:23:24.920Z Checking filetime v0.2.26
14792026-06-16T04:23:25.056Z Checking xattr v1.6.1
14802026-06-16T04:23:25.189Z Checking is_ci v1.2.0
14812026-06-16T04:23:25.290Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-06-16T04:23:25.295Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-06-16T04:23:25.309Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-06-16T04:23:25.551Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14852026-06-16T04:23:25.773Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14862026-06-16T04:23:25.973Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14872026-06-16T04:23:26.052Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-06-16T04:23:26.299Z Checking arrayvec v0.7.6
14892026-06-16T04:23:26.384Z Checking progenitor v0.14.0
14902026-06-16T04:23:26.437Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-06-16T04:23:26.531Z Checking constant_time_eq v0.3.1
14922026-06-16T04:23:26.534Z Compiling curl v0.4.49
14932026-06-16T04:23:26.589Z Checking arrayref v0.3.9
14942026-06-16T04:23:26.628Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14952026-06-16T04:23:26.678Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14962026-06-16T04:23:26.823Z Checking strum v0.28.0
14972026-06-16T04:23:26.873Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14982026-06-16T04:23:26.946Z Checking supports-color v3.0.2
14992026-06-16T04:23:27.076Z Checking tar v0.4.45
15002026-06-16T04:23:27.407Z Checking toml v0.7.8
15012026-06-16T04:23:27.448Z Checking git-stub-vcs v0.1.0
15022026-06-16T04:23:27.788Z Checking drift v0.2.0
15032026-06-16T04:23:27.891Z Checking kstat-rs v0.2.4
15042026-06-16T04:23:28.055Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15052026-06-16T04:23:28.077Z Checking topological-sort v0.2.2
15062026-06-16T04:23:28.095Z Checking dropshot-api-manager v0.7.2
15072026-06-16T04:23:28.215Z Checking omicron-zone-package v0.12.2
15082026-06-16T04:23:28.447Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15092026-06-16T04:23:29.454Z Checking signal-hook-tokio v0.4.0
15102026-06-16T04:23:29.587Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15112026-06-16T04:23:29.760Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15122026-06-16T04:23:29.919Z Checking scuffle v0.1.0
15132026-06-16T04:23:30.096Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15142026-06-16T04:23:30.170Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15152026-06-16T04:23:30.715Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15162026-06-16T04:23:30.775Z Checking iddqd v0.4.2
15172026-06-16T04:23:30.867Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15182026-06-16T04:23:32.161Z Checking internet-checksum v0.2.1
15192026-06-16T04:23:32.195Z Checking search_path v0.1.4
15202026-06-16T04:23:32.195Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15212026-06-16T04:23:32.195Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15222026-06-16T04:23:32.195Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15232026-06-16T04:23:32.195Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15242026-06-16T04:23:32.217Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15252026-06-16T04:23:32.350Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15262026-06-16T04:23:32.532Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15272026-06-16T04:23:34.333Z Compiling git2 v0.19.0
15282026-06-16T04:23:34.894Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15292026-06-16T04:23:36.146Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15302026-06-16T04:23:43.488Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15312026-06-16T04:23:44.769Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-06-16T04:23:49.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
15332026-06-16T04:23:49.913Z+ for feat in tofino_stub tofino_asic softnpu chaos
15342026-06-16T04:23:49.913Z+ cargo clippy --features tofino_asic -- --deny warnings
15352026-06-16T04:23:50.402Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15362026-06-16T04:23:50.405Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15372026-06-16T04:23:50.513Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15382026-06-16T04:23:50.518Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15392026-06-16T04:23:57.536Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15402026-06-16T04:23:57.538Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15412026-06-16T04:24:00.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.10s
15422026-06-16T04:24:00.198Z+ for feat in tofino_stub tofino_asic softnpu chaos
15432026-06-16T04:24:00.198Z+ cargo clippy --features softnpu -- --deny warnings
15442026-06-16T04:24:00.497Z Downloading crates ...
15452026-06-16T04:24:00.636Z Downloaded radium v0.7.0
15462026-06-16T04:24:00.641Z Downloaded libloading v0.7.4
15472026-06-16T04:24:00.645Z Downloaded bitstruct_derive v0.1.0
15482026-06-16T04:24:00.650Z Downloaded tap v1.0.1
15492026-06-16T04:24:00.653Z Downloaded serde_arrays v0.1.0
15502026-06-16T04:24:00.653Z Downloaded bitstruct v0.1.1
15512026-06-16T04:24:00.657Z Downloaded typeid v1.0.3
15522026-06-16T04:24:00.660Z Downloaded funty v2.0.0
15532026-06-16T04:24:00.660Z Downloaded erased-serde v0.4.8
15542026-06-16T04:24:00.660Z Downloaded wyz v0.5.1
15552026-06-16T04:24:00.666Z Downloaded ascii v1.1.0
15562026-06-16T04:24:00.675Z Downloaded num-bigint v0.4.6
15572026-06-16T04:24:00.680Z Downloaded bitvec v1.0.1
15582026-06-16T04:24:00.853Z Checking num-integer v0.1.46
15592026-06-16T04:24:00.881Z Checking num-complex v0.4.6
15602026-06-16T04:24:00.892Z Compiling radium v0.7.0
15612026-06-16T04:24:00.898Z Checking tap v1.0.1
15622026-06-16T04:24:00.904Z Checking funty v2.0.0
15632026-06-16T04:24:00.910Z Compiling typeid v1.0.3
15642026-06-16T04:24:00.914Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15652026-06-16T04:24:00.922Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-06-16T04:24:00.981Z Checking wyz v0.5.1
15672026-06-16T04:24:01.075Z Checking num-bigint v0.4.6
15682026-06-16T04:24:01.075Z Checking num-iter v0.1.45
15692026-06-16T04:24:01.129Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-06-16T04:24:01.143Z Compiling erased-serde v0.4.8
15712026-06-16T04:24:01.191Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-06-16T04:24:01.201Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-06-16T04:24:01.225Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-06-16T04:24:01.277Z Compiling bitstruct_derive v0.1.0
15752026-06-16T04:24:01.296Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-06-16T04:24:01.311Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-06-16T04:24:01.319Z Checking bitvec v1.0.1
15782026-06-16T04:24:01.327Z Checking ascii v1.1.0
15792026-06-16T04:24:01.331Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15802026-06-16T04:24:01.394Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15812026-06-16T04:24:01.505Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15822026-06-16T04:24:01.516Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15832026-06-16T04:24:01.519Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-06-16T04:24:01.539Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15852026-06-16T04:24:01.818Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-06-16T04:24:01.835Z Checking serde_arrays v0.1.0
15872026-06-16T04:24:01.921Z Checking num-rational v0.4.2
15882026-06-16T04:24:01.934Z Checking libloading v0.7.4
15892026-06-16T04:24:01.942Z Checking bitstruct v0.1.1
15902026-06-16T04:24:01.952Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15912026-06-16T04:24:02.188Z Checking num v0.4.3
15922026-06-16T04:24:02.255Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-06-16T04:24:02.776Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15942026-06-16T04:24:03.060Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15952026-06-16T04:24:03.060Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15962026-06-16T04:24:03.249Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15972026-06-16T04:24:03.467Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-06-16T04:24:03.471Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-06-16T04:24:03.919Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-06-16T04:24:04.134Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16012026-06-16T04:24:04.138Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-06-16T04:24:04.138Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16032026-06-16T04:24:04.138Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16042026-06-16T04:24:04.501Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16052026-06-16T04:24:04.923Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16062026-06-16T04:24:05.769Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-06-16T04:24:08.001Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16082026-06-16T04:24:08.352Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16092026-06-16T04:24:09.214Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16102026-06-16T04:24:09.912Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16112026-06-16T04:24:10.029Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16122026-06-16T04:24:16.448Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16132026-06-16T04:24:17.732Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16142026-06-16T04:24:18.240Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16152026-06-16T04:24:22.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.31s
16162026-06-16T04:24:22.700Z+ for feat in tofino_stub tofino_asic softnpu chaos
16172026-06-16T04:24:22.700Z+ cargo clippy --features chaos -- --deny warnings
16182026-06-16T04:24:23.182Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16192026-06-16T04:24:23.186Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16202026-06-16T04:24:23.186Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16212026-06-16T04:24:30.339Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16222026-06-16T04:24:30.342Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16232026-06-16T04:24:32.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.06s
16242026-06-16T04:24:32.956Z+ banner fmt
16252026-06-16T04:24:32.960Z
16262026-06-16T04:24:32.960Z ###### # # #####
16272026-06-16T04:24:32.960Z # ## ## #
16282026-06-16T04:24:32.960Z ##### # ## # #
16292026-06-16T04:24:32.960Z # # # #
16302026-06-16T04:24:32.960Z # # # #
16312026-06-16T04:24:32.960Z # # # #
16322026-06-16T04:24:32.960Z
16332026-06-16T04:24:32.960Z+ cargo fmt -- --check
16342026-06-16T04:24:33.397Z+ banner test
16352026-06-16T04:24:33.401Z
16362026-06-16T04:24:33.401Z ##### ###### #### #####
16372026-06-16T04:24:33.401Z # # # #
16382026-06-16T04:24:33.401Z # ##### #### #
16392026-06-16T04:24:33.401Z # # # #
16402026-06-16T04:24:33.401Z # # # # #
16412026-06-16T04:24:33.401Z # ###### #### #
16422026-06-16T04:24:33.401Z
16432026-06-16T04:24:33.401Z+ for feat in tofino_stub tofino_asic softnpu chaos
16442026-06-16T04:24:33.401Z+ RUST_BACKTRACE=full
16452026-06-16T04:24:33.401Z+ cargo test --features tofino_stub --no-fail-fast
16462026-06-16T04:24:34.233Z Compiling unicode-ident v1.0.24
16472026-06-16T04:24:34.233Z Compiling cfg-if v1.0.4
16482026-06-16T04:24:34.236Z Compiling memchr v2.7.5
16492026-06-16T04:24:34.236Z Compiling serde_core v1.0.228
16502026-06-16T04:24:34.353Z Compiling itoa v1.0.15
16512026-06-16T04:24:34.361Z Compiling libc v0.2.186
16522026-06-16T04:24:34.372Z Compiling zmij v1.0.17
16532026-06-16T04:24:34.397Z Compiling libm v0.2.15
16542026-06-16T04:24:34.445Z Compiling proc-macro2 v1.0.106
16552026-06-16T04:24:34.472Z Compiling heck v0.5.0
16562026-06-16T04:24:34.631Z Compiling equivalent v1.0.2
16572026-06-16T04:24:34.758Z Compiling smallvec v1.15.1
16582026-06-16T04:24:34.847Z Compiling quote v1.0.45
16592026-06-16T04:24:34.865Z Compiling log v0.4.29
16602026-06-16T04:24:34.963Z Compiling iana-time-zone v0.1.64
16612026-06-16T04:24:35.045Z Compiling syn v2.0.117
16622026-06-16T04:24:35.071Z Compiling dyn-clone v1.0.20
16632026-06-16T04:24:35.139Z Compiling hashbrown v0.17.1
16642026-06-16T04:24:35.139Z Compiling stable_deref_trait v1.2.0
16652026-06-16T04:24:35.182Z Compiling pin-project-lite v0.2.16
16662026-06-16T04:24:35.214Z Compiling percent-encoding v2.3.2
16672026-06-16T04:24:35.225Z Compiling writeable v0.6.1
16682026-06-16T04:24:35.277Z Compiling litemap v0.8.0
16692026-06-16T04:24:35.411Z Compiling fnv v1.0.7
16702026-06-16T04:24:35.492Z Compiling icu_properties_data v2.0.1
16712026-06-16T04:24:35.506Z Compiling icu_normalizer_data v2.0.0
16722026-06-16T04:24:35.519Z Compiling regex-syntax v0.8.6
16732026-06-16T04:24:35.530Z Compiling form_urlencoded v1.2.2
16742026-06-16T04:24:35.588Z Compiling utf8_iter v1.0.4
16752026-06-16T04:24:35.640Z Compiling scopeguard v1.2.0
16762026-06-16T04:24:35.703Z Compiling num-traits v0.2.19
16772026-06-16T04:24:35.737Z Compiling getrandom v0.4.2
16782026-06-16T04:24:35.763Z Compiling lock_api v0.4.14
16792026-06-16T04:24:35.883Z Compiling aho-corasick v1.1.3
16802026-06-16T04:24:35.984Z Compiling byteorder v1.5.0
16812026-06-16T04:24:36.151Z Compiling semver v1.0.28
16822026-06-16T04:24:36.200Z Compiling serde_json v1.0.150
16832026-06-16T04:24:36.308Z Compiling indexmap v2.14.0
16842026-06-16T04:24:36.416Z Compiling ucd-trie v0.1.7
16852026-06-16T04:24:36.520Z Compiling futures-core v0.3.32
16862026-06-16T04:24:36.534Z Compiling uuid v1.23.2
16872026-06-16T04:24:36.676Z Compiling allocator-api2 v0.2.21
16882026-06-16T04:24:36.950Z Compiling num-conv v0.2.1
16892026-06-16T04:24:36.967Z Compiling foldhash v0.2.0
16902026-06-16T04:24:37.015Z Compiling regex-automata v0.4.13
16912026-06-16T04:24:37.112Z Compiling time-core v0.1.8
16922026-06-16T04:24:37.187Z Compiling hashbrown v0.16.1
16932026-06-16T04:24:37.198Z Compiling rand_core v0.10.1
16942026-06-16T04:24:37.263Z Compiling time-macros v0.2.27
16952026-06-16T04:24:37.328Z Compiling ryu v1.0.20
16962026-06-16T04:24:37.358Z Compiling futures-sink v0.3.32
16972026-06-16T04:24:37.525Z Compiling pretty-hex v0.4.1
16982026-06-16T04:24:37.744Z Compiling slab v0.4.11
16992026-06-16T04:24:37.844Z Compiling synstructure v0.13.2
17002026-06-16T04:24:37.856Z Compiling serde_derive_internals v0.29.1
17012026-06-16T04:24:37.924Z Compiling plain v0.2.3
17022026-06-16T04:24:38.036Z Compiling strsim v0.11.1
17032026-06-16T04:24:38.204Z Compiling futures-channel v0.3.32
17042026-06-16T04:24:38.307Z Compiling futures-task v0.3.32
17052026-06-16T04:24:38.337Z Compiling futures-io v0.3.32
17062026-06-16T04:24:38.378Z Compiling socket2 v0.6.4
17072026-06-16T04:24:38.428Z Compiling parking_lot_core v0.9.12
17082026-06-16T04:24:38.477Z Compiling signal-hook-registry v1.4.6
17092026-06-16T04:24:38.501Z Compiling thread-id v5.0.0
17102026-06-16T04:24:38.586Z Compiling mio v1.2.1
17112026-06-16T04:24:38.680Z Compiling regex v1.12.3
17122026-06-16T04:24:38.726Z Compiling parking_lot v0.12.5
17132026-06-16T04:24:38.824Z Compiling regress v0.10.5
17142026-06-16T04:24:38.860Z Compiling darling_core v0.21.3
17152026-06-16T04:24:38.871Z Compiling base64 v0.22.1
17162026-06-16T04:24:39.087Z Compiling serde_derive v1.0.228
17172026-06-16T04:24:39.099Z Compiling zerofrom-derive v0.1.6
17182026-06-16T04:24:39.130Z Compiling yoke-derive v0.8.0
17192026-06-16T04:24:39.146Z Compiling zerovec-derive v0.11.1
17202026-06-16T04:24:39.205Z Compiling displaydoc v0.2.5
17212026-06-16T04:24:39.583Z Compiling thiserror-impl v2.0.18
17222026-06-16T04:24:39.972Z Compiling schemars_derive v0.8.22
17232026-06-16T04:24:40.173Z Compiling tokio-macros v2.7.0
17242026-06-16T04:24:40.234Z Compiling zerocopy-derive v0.8.27
17252026-06-16T04:24:40.314Z Compiling zeroize_derive v1.4.3
17262026-06-16T04:24:40.824Z Compiling thiserror v2.0.18
17272026-06-16T04:24:40.927Z Compiling futures-macro v0.3.32
17282026-06-16T04:24:40.975Z Compiling zerofrom v0.1.6
17292026-06-16T04:24:40.975Z Compiling thiserror-impl v1.0.69
17302026-06-16T04:24:40.999Z Compiling tracing-attributes v0.1.30
17312026-06-16T04:24:41.068Z Compiling yoke v0.8.0
17322026-06-16T04:24:41.199Z Compiling pest v2.8.2
17332026-06-16T04:24:41.260Z Compiling zerovec v0.11.4
17342026-06-16T04:24:41.566Z Compiling zerotrie v0.2.2
17352026-06-16T04:24:41.753Z Compiling serde v1.0.228
17362026-06-16T04:24:41.888Z Compiling zerocopy v0.8.27
17372026-06-16T04:24:42.167Z Compiling tinystr v0.8.1
17382026-06-16T04:24:42.232Z Compiling bytes v1.11.1
17392026-06-16T04:24:42.275Z Compiling serde_tokenstream v0.2.3
17402026-06-16T04:24:42.292Z Compiling potential_utf v0.1.3
17412026-06-16T04:24:42.358Z Compiling icu_locale_core v2.0.0
17422026-06-16T04:24:42.386Z Compiling pest_meta v2.8.2
17432026-06-16T04:24:42.469Z Compiling icu_collections v2.0.0
17442026-06-16T04:24:42.526Z Compiling chrono v0.4.45
17452026-06-16T04:24:42.567Z Compiling scroll_derive v0.13.1
17462026-06-16T04:24:42.753Z Compiling http v1.4.2
17472026-06-16T04:24:42.894Z Compiling icu_provider v2.0.0
17482026-06-16T04:24:42.987Z Compiling pest_generator v2.8.2
17492026-06-16T04:24:43.213Z Compiling icu_normalizer v2.0.0
17502026-06-16T04:24:43.227Z Compiling icu_properties v2.0.1
17512026-06-16T04:24:43.411Z Compiling async-trait v0.1.89
17522026-06-16T04:24:43.610Z Compiling schemars v0.8.22
17532026-06-16T04:24:43.698Z Compiling pest_derive v2.8.2
17542026-06-16T04:24:43.846Z Compiling scroll v0.13.0
17552026-06-16T04:24:44.013Z Compiling thiserror v1.0.69
17562026-06-16T04:24:44.035Z Compiling tokio v1.52.3
17572026-06-16T04:24:44.114Z Compiling idna_adapter v1.2.1
17582026-06-16T04:24:44.117Z Compiling goblin v0.10.1
17592026-06-16T04:24:44.265Z Compiling idna v1.1.0
17602026-06-16T04:24:44.269Z Compiling dtrace-parser v0.3.0
17612026-06-16T04:24:44.398Z Compiling openapiv3 v2.2.0
17622026-06-16T04:24:44.411Z Compiling daft-derive v0.1.5
17632026-06-16T04:24:44.722Z Compiling url v2.5.7
17642026-06-16T04:24:45.157Z Compiling typify-impl v0.4.3
17652026-06-16T04:24:45.185Z Compiling darling_macro v0.21.3
17662026-06-16T04:24:45.352Z Compiling http-body v1.0.1
17672026-06-16T04:24:45.509Z Compiling erased-serde v0.3.31
17682026-06-16T04:24:45.609Z Compiling serde_yaml v0.9.34+deprecated
17692026-06-16T04:24:45.776Z Compiling darling v0.21.3
17702026-06-16T04:24:45.863Z Compiling openssl-macros v0.1.1
17712026-06-16T04:24:45.979Z Compiling bitflags v2.11.1
17722026-06-16T04:24:46.009Z Compiling getrandom v0.2.16
17732026-06-16T04:24:46.231Z Compiling ipnet v2.11.0
17742026-06-16T04:24:46.342Z Compiling atomic-waker v1.1.2
17752026-06-16T04:24:46.791Z Compiling httparse v1.10.1
17762026-06-16T04:24:46.826Z Compiling tower-layer v0.3.3
17772026-06-16T04:24:46.884Z Compiling dof v0.4.0
17782026-06-16T04:24:46.992Z Compiling tower-service v0.3.3
17792026-06-16T04:24:47.094Z Compiling untrusted v0.9.0
17802026-06-16T04:24:47.106Z Compiling anyhow v1.0.102
17812026-06-16T04:24:47.224Z Compiling try-lock v0.2.5
17822026-06-16T04:24:47.343Z Compiling want v0.3.1
17832026-06-16T04:24:47.430Z Compiling usdt-impl v0.6.0
17842026-06-16T04:24:47.505Z Compiling syn v1.0.109
17852026-06-16T04:24:47.522Z Compiling zeroize v1.8.1
17862026-06-16T04:24:47.620Z Compiling httpdate v1.0.3
17872026-06-16T04:24:47.862Z Compiling portable-atomic v1.11.1
17882026-06-16T04:24:48.330Z Compiling structmeta-derive v0.3.0
17892026-06-16T04:24:48.395Z Compiling async-stream-impl v0.3.6
17902026-06-16T04:24:48.701Z Compiling critical-section v1.2.0
17912026-06-16T04:24:48.919Z Compiling usdt-macro v0.6.0
17922026-06-16T04:24:49.050Z Compiling usdt-attr-macro v0.6.0
17932026-06-16T04:24:49.137Z Compiling once_cell v1.21.3
17942026-06-16T04:24:49.359Z Compiling newtype-uuid-macros v0.1.0
17952026-06-16T04:24:49.388Z Compiling structmeta v0.3.0
17962026-06-16T04:24:49.601Z Compiling strum_macros v0.26.4
17972026-06-16T04:24:50.048Z Compiling powerfmt v0.2.0
17982026-06-16T04:24:50.227Z Compiling deranged v0.5.3
17992026-06-16T04:24:50.433Z Compiling num_threads v0.1.7
18002026-06-16T04:24:50.966Z Compiling http-body-util v0.1.3
18012026-06-16T04:24:51.020Z Compiling omicron-workspace-hack v0.1.0
18022026-06-16T04:24:51.096Z Compiling dropshot_endpoint v0.16.7
18032026-06-16T04:24:51.128Z Compiling serde_urlencoded v0.7.1
18042026-06-16T04:24:51.209Z Compiling ref-cast-impl v1.0.25
18052026-06-16T04:24:51.213Z Compiling derive-ex v0.1.8
18062026-06-16T04:24:51.258Z Compiling ppv-lite86 v0.2.21
18072026-06-16T04:24:51.278Z Compiling strum_macros v0.27.2
18082026-06-16T04:24:51.373Z Compiling typify-macro v0.4.3
18092026-06-16T04:24:51.651Z Compiling sync_wrapper v1.0.2
18102026-06-16T04:24:51.763Z Compiling serde_with_macros v3.14.1
18112026-06-16T04:24:51.791Z Compiling subtle v2.6.1
18122026-06-16T04:24:51.964Z Compiling thread_local v1.1.9
18132026-06-16T04:24:52.233Z Compiling iri-string v0.7.8
18142026-06-16T04:24:52.278Z Compiling futures-util v0.3.32
18152026-06-16T04:24:52.713Z Compiling match_cfg v0.1.0
18162026-06-16T04:24:52.812Z Compiling rand_core v0.6.4
18172026-06-16T04:24:52.886Z Compiling test-strategy v0.4.3
18182026-06-16T04:24:53.017Z Compiling term v1.2.0
18192026-06-16T04:24:53.043Z Compiling take_mut v0.2.2
18202026-06-16T04:24:53.156Z Compiling typenum v1.20.1
18212026-06-16T04:24:53.470Z Compiling typify v0.4.3
18222026-06-16T04:24:53.566Z Compiling progenitor-impl v0.11.1
18232026-06-16T04:24:53.632Z Compiling parse-display-derive v0.10.0
18242026-06-16T04:24:53.725Z Compiling tracing-core v0.1.34
18252026-06-16T04:24:53.861Z Compiling toml_datetime v0.6.11
18262026-06-16T04:24:53.975Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-06-16T04:24:54.138Z Compiling tracing v0.1.41
18282026-06-16T04:24:54.264Z Compiling camino v1.2.2
18292026-06-16T04:24:54.373Z Compiling clap_derive v4.6.1
18302026-06-16T04:24:54.596Z Compiling encoding_rs v0.8.35
18312026-06-16T04:24:54.649Z Compiling fastrand v2.3.0
18322026-06-16T04:24:54.669Z Compiling mime v0.3.17
18332026-06-16T04:24:54.681Z Compiling cpufeatures v0.2.17
18342026-06-16T04:24:54.900Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18352026-06-16T04:24:55.280Z Compiling unicode-width v0.2.1
18362026-06-16T04:24:55.566Z Compiling errno v0.3.14
18372026-06-16T04:24:55.590Z Compiling hex v0.4.3
18382026-06-16T04:24:55.807Z Compiling generic-array v0.14.7
18392026-06-16T04:24:55.854Z Compiling ipnetwork v0.21.1
18402026-06-16T04:24:56.090Z Compiling crossbeam-utils v0.8.21
18412026-06-16T04:24:56.305Z Compiling tokio-util v0.7.16
18422026-06-16T04:24:56.308Z Compiling slog v2.8.2
18432026-06-16T04:24:56.739Z Compiling rustix v1.1.4
18442026-06-16T04:24:56.769Z Compiling winnow v0.7.14
18452026-06-16T04:24:56.953Z Compiling h2 v0.4.14
18462026-06-16T04:24:56.966Z Compiling crypto-common v0.1.6
18472026-06-16T04:24:57.095Z Compiling progenitor-macro v0.11.1
18482026-06-16T04:24:57.100Z Compiling oxnet v0.1.6
18492026-06-16T04:24:57.118Z Compiling itertools v0.14.0
18502026-06-16T04:24:57.956Z Compiling winnow v1.0.3
18512026-06-16T04:24:58.104Z Compiling num-derive v0.4.2
18522026-06-16T04:24:58.279Z Compiling toml_parser v1.1.2+spec-1.1.0
18532026-06-16T04:24:58.316Z Compiling serde_spanned v1.1.1
18542026-06-16T04:24:58.345Z Compiling spin v0.9.8
18552026-06-16T04:24:58.470Z Compiling debug-ignore v1.0.5
18562026-06-16T04:24:58.585Z Compiling toml_writer v1.1.1+spec-1.1.0
18572026-06-16T04:24:58.803Z Compiling rustls-pki-types v1.12.0
18582026-06-16T04:24:58.806Z Compiling quick-error v1.2.3
18592026-06-16T04:24:58.917Z Compiling tabwriter v1.4.1
18602026-06-16T04:24:58.984Z Compiling async-stream v0.3.6
18612026-06-16T04:24:59.063Z Compiling hyper v1.10.1
18622026-06-16T04:24:59.156Z Compiling waitgroup v0.1.2
18632026-06-16T04:24:59.156Z Compiling serde_path_to_error v0.1.20
18642026-06-16T04:24:59.290Z Compiling colored v3.1.1
18652026-06-16T04:24:59.319Z Compiling lazy_static v1.5.0
18662026-06-16T04:24:59.405Z Compiling bit-vec v0.8.0
18672026-06-16T04:24:59.576Z Compiling strum v0.26.3
18682026-06-16T04:24:59.650Z Compiling bit-set v0.8.0
18692026-06-16T04:24:59.665Z Compiling time v0.3.47
18702026-06-16T04:24:59.683Z Compiling ring v0.17.14
18712026-06-16T04:24:59.815Z Compiling toml_datetime v0.7.5+spec-1.1.0
18722026-06-16T04:24:59.928Z Compiling unarray v0.1.4
18732026-06-16T04:25:00.119Z Compiling anstyle v1.0.14
18742026-06-16T04:25:00.132Z Compiling toml v0.9.12+spec-1.1.0
18752026-06-16T04:25:00.152Z Compiling hyper-util v0.1.20
18762026-06-16T04:25:00.344Z Compiling crossbeam-channel v0.5.15
18772026-06-16T04:25:00.810Z Compiling macaddr v1.0.1
18782026-06-16T04:25:01.049Z Compiling utf8parse v0.2.2
18792026-06-16T04:25:01.363Z Compiling anstyle-parse v1.0.0
18802026-06-16T04:25:01.375Z Compiling block-buffer v0.10.4
18812026-06-16T04:25:01.551Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18822026-06-16T04:25:01.597Z Compiling ref-cast v1.0.25
18832026-06-16T04:25:01.695Z Compiling colorchoice v1.0.4
18842026-06-16T04:25:01.699Z Compiling anstyle-query v1.1.4
18852026-06-16T04:25:01.707Z Compiling is_terminal_polyfill v1.70.1
18862026-06-16T04:25:01.718Z Compiling digest v0.10.7
18872026-06-16T04:25:01.738Z Compiling strum v0.27.2
18882026-06-16T04:25:01.800Z Compiling anstream v1.0.0
18892026-06-16T04:25:01.804Z Compiling is-terminal v0.4.16
18902026-06-16T04:25:01.804Z Compiling clap_lex v1.1.0
18912026-06-16T04:25:01.864Z Compiling slog-json v2.6.1
18922026-06-16T04:25:01.899Z Compiling slog-term v2.9.2
18932026-06-16T04:25:01.928Z Compiling slog-async v2.8.0
18942026-06-16T04:25:02.064Z Compiling hostname v0.3.1
18952026-06-16T04:25:02.162Z Compiling slog-bunyan v2.5.0
18962026-06-16T04:25:02.190Z Compiling futures-executor v0.3.32
18972026-06-16T04:25:02.208Z Compiling tower v0.5.2
18982026-06-16T04:25:02.305Z Compiling instant v0.1.13
18992026-06-16T04:25:02.475Z Compiling futures v0.3.32
19002026-06-16T04:25:02.530Z Compiling aws-lc-sys v0.39.1
19012026-06-16T04:25:02.559Z Compiling getrandom v0.3.3
19022026-06-16T04:25:02.570Z Compiling untrusted v0.7.1
19032026-06-16T04:25:02.649Z Compiling tower-http v0.6.8
19042026-06-16T04:25:02.706Z Compiling rand_core v0.9.3
19052026-06-16T04:25:02.739Z Compiling openssl-sys v0.9.116
19062026-06-16T04:25:03.181Z Compiling aws-lc-rs v1.16.2
19072026-06-16T04:25:03.194Z Compiling memmap2 v0.9.8
19082026-06-16T04:25:04.096Z Compiling rustls-webpki v0.103.6
19092026-06-16T04:25:04.149Z Compiling foreign-types-shared v0.1.1
19102026-06-16T04:25:04.233Z Compiling foreign-types v0.3.2
19112026-06-16T04:25:04.322Z Compiling rand_chacha v0.9.0
19122026-06-16T04:25:04.623Z Compiling rustls v0.23.40
19132026-06-16T04:25:04.964Z Compiling tempfile v3.27.0
19142026-06-16T04:25:05.219Z Compiling openssl-probe v0.1.6
19152026-06-16T04:25:05.407Z Compiling rand v0.9.3
19162026-06-16T04:25:05.674Z Compiling openssl v0.10.80
19172026-06-16T04:25:06.001Z Compiling usdt v0.6.0
19182026-06-16T04:25:06.256Z Compiling either v1.15.0
19192026-06-16T04:25:06.492Z Compiling webpki-roots v1.0.2
19202026-06-16T04:25:06.617Z Compiling newtype-uuid v1.3.2
19212026-06-16T04:25:06.978Z Compiling daft v0.1.5
19222026-06-16T04:25:07.823Z Compiling tokio-rustls v0.26.4
19232026-06-16T04:25:08.102Z Compiling native-tls v0.2.14
19242026-06-16T04:25:08.114Z Compiling hyper-rustls v0.27.7
19252026-06-16T04:25:08.333Z Compiling tokio-native-tls v0.3.1
19262026-06-16T04:25:08.513Z Compiling hyper-tls v0.6.0
19272026-06-16T04:25:08.757Z Compiling reqwest v0.12.23
19282026-06-16T04:25:09.451Z Compiling rustls-webpki v0.102.8
19292026-06-16T04:25:09.514Z Compiling rustls-pemfile v2.2.0
19302026-06-16T04:25:09.721Z Compiling multer v3.1.0
19312026-06-16T04:25:10.224Z Compiling hostname v0.4.2
19322026-06-16T04:25:10.341Z Compiling rustls v0.22.4
19332026-06-16T04:25:10.383Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19342026-06-16T04:25:10.770Z Compiling terminal_size v0.4.3
19352026-06-16T04:25:10.920Z Compiling rand_chacha v0.3.1
19362026-06-16T04:25:11.127Z Compiling wait-timeout v0.2.1
19372026-06-16T04:25:11.658Z Compiling rusty-fork v0.3.0
19382026-06-16T04:25:11.735Z Compiling rand v0.8.5
19392026-06-16T04:25:12.541Z Compiling tokio-rustls v0.25.0
19402026-06-16T04:25:13.410Z Compiling rand_xorshift v0.4.0
19412026-06-16T04:25:13.570Z Compiling sha1 v0.10.6
19422026-06-16T04:25:14.127Z Compiling hubpack_derive v0.1.1
19432026-06-16T04:25:14.566Z Compiling dropshot v0.16.7
19442026-06-16T04:25:14.639Z Compiling proptest v1.8.0
19452026-06-16T04:25:14.677Z Compiling clap_builder v4.6.0
19462026-06-16T04:25:16.151Z Compiling serde_spanned v0.6.9
19472026-06-16T04:25:16.427Z Compiling clap v4.6.1
19482026-06-16T04:25:16.678Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19492026-06-16T04:25:16.688Z Compiling prettyplease v0.2.37
19502026-06-16T04:25:18.101Z Compiling progenitor-client v0.10.0
19512026-06-16T04:25:18.185Z Compiling progenitor-client v0.11.1
19522026-06-16T04:25:18.406Z Compiling serde_with v3.14.1
19532026-06-16T04:25:19.017Z Compiling progenitor v0.11.1
19542026-06-16T04:25:20.029Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19552026-06-16T04:25:20.313Z Compiling rustc-hash v2.1.1
19562026-06-16T04:25:20.359Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19572026-06-16T04:25:20.442Z Compiling iddqd v0.3.18
19582026-06-16T04:25:21.359Z Compiling backoff v0.4.0
19592026-06-16T04:25:21.467Z Compiling parse-display v0.10.0
19602026-06-16T04:25:21.504Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19612026-06-16T04:25:21.586Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19622026-06-16T04:25:21.667Z Compiling toml_write v0.1.2
19632026-06-16T04:25:21.739Z Compiling winnow v0.5.40
19642026-06-16T04:25:21.816Z Compiling toml_edit v0.22.27
19652026-06-16T04:25:23.156Z Compiling num-integer v0.1.46
19662026-06-16T04:25:23.254Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-06-16T04:25:23.469Z Compiling float-ord v0.3.2
19682026-06-16T04:25:23.591Z Compiling toml v0.8.23
19692026-06-16T04:25:26.949Z Compiling num-iter v0.1.45
19702026-06-16T04:25:27.077Z Compiling num-rational v0.4.2
19712026-06-16T04:25:27.661Z Compiling num-complex v0.4.6
19722026-06-16T04:25:28.261Z Compiling num v0.4.3
19732026-06-16T04:25:29.034Z Compiling toml_edit v0.19.15
19742026-06-16T04:25:30.240Z Compiling proc-macro-crate v1.3.1
19752026-06-16T04:25:32.359Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19762026-06-16T04:25:33.045Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-06-16T04:25:33.530Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19782026-06-16T04:25:33.722Z Compiling zerocopy-derive v0.7.35
19792026-06-16T04:25:34.603Z Compiling memoffset v0.9.1
19802026-06-16T04:25:34.698Z Compiling libscf-sys v1.2.0
19812026-06-16T04:25:34.801Z Compiling ingot-macros v0.1.1
19822026-06-16T04:25:34.846Z Compiling proc-macro-error-attr2 v2.0.0
19832026-06-16T04:25:35.223Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19842026-06-16T04:25:36.175Z Compiling proc-macro-error2 v2.0.1
19852026-06-16T04:25:36.285Z Compiling nix v0.30.1
19862026-06-16T04:25:36.938Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19872026-06-16T04:25:37.298Z Compiling scroll_derive v0.12.1
19882026-06-16T04:25:37.621Z Compiling cpufeatures v0.3.0
19892026-06-16T04:25:37.920Z Compiling tabled_derive v0.11.0
19902026-06-16T04:25:38.044Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19912026-06-16T04:25:40.015Z Compiling zerocopy v0.7.35
19922026-06-16T04:25:40.306Z Compiling num_enum_derive v0.7.5
19932026-06-16T04:25:40.571Z Compiling hubpack v0.1.2
19942026-06-16T04:25:40.646Z Compiling foreign-types-macros v0.2.3
19952026-06-16T04:25:40.803Z Compiling static_assertions v1.1.0
19962026-06-16T04:25:41.452Z Compiling glob v0.3.3
19972026-06-16T04:25:41.548Z Compiling proc-macro-error-attr v1.0.4
19982026-06-16T04:25:41.548Z Compiling chacha20 v0.10.0
19992026-06-16T04:25:41.932Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20002026-06-16T04:25:41.937Z Compiling dtrace-parser v0.2.0
20012026-06-16T04:25:42.114Z Compiling bytecount v0.6.9
20022026-06-16T04:25:42.310Z Compiling proc-macro-error v1.0.4
20032026-06-16T04:25:42.438Z Compiling rand v0.10.1
20042026-06-16T04:25:42.589Z Compiling dof v0.3.0
20052026-06-16T04:25:43.266Z Compiling num_enum_derive v0.5.11
20062026-06-16T04:25:44.316Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20072026-06-16T04:25:44.569Z Compiling thread-id v4.2.2
20082026-06-16T04:25:44.822Z Compiling usdt-impl v0.5.0
20092026-06-16T04:25:45.314Z Compiling derive_more v0.99.20
20102026-06-16T04:25:45.580Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20112026-06-16T04:25:45.644Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20122026-06-16T04:25:46.223Z Compiling minimal-lexical v0.2.1
20132026-06-16T04:25:46.586Z Compiling nom v7.1.3
20142026-06-16T04:25:46.618Z Compiling usdt-macro v0.5.0
20152026-06-16T04:25:46.664Z Compiling usdt-attr-macro v0.5.0
20162026-06-16T04:25:46.790Z Compiling zone_cfg_derive v0.3.1
20172026-06-16T04:25:47.403Z Compiling papergrid v0.17.0
20182026-06-16T04:25:47.501Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20192026-06-16T04:25:47.504Z Compiling testing_table v0.3.0
20202026-06-16T04:25:47.634Z Compiling rustc_version v0.4.1
20212026-06-16T04:25:47.684Z Compiling crossbeam-epoch v0.9.18
20222026-06-16T04:25:47.926Z Compiling dropshot_endpoint v0.17.1
20232026-06-16T04:25:47.946Z Compiling adler2 v2.0.1
20242026-06-16T04:25:48.039Z Compiling crc32fast v1.5.0
20252026-06-16T04:25:48.093Z Compiling miniz_oxide v0.8.9
20262026-06-16T04:25:48.122Z Compiling enum-as-inner v0.6.1
20272026-06-16T04:25:48.258Z Compiling regress v0.11.1
20282026-06-16T04:25:48.502Z Compiling tabled v0.20.0
20292026-06-16T04:25:48.728Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20302026-06-16T04:25:48.792Z Compiling flate2 v1.1.2
20312026-06-16T04:25:49.067Z Compiling curve25519-dalek v4.1.3
20322026-06-16T04:25:49.315Z Compiling hybrid-array v0.4.12
20332026-06-16T04:25:49.445Z Compiling crossbeam-deque v0.8.6
20342026-06-16T04:25:49.615Z Compiling thiserror-impl-no-std v2.0.2
20352026-06-16T04:25:49.648Z Compiling curve25519-dalek-derive v0.1.1
20362026-06-16T04:25:49.805Z Compiling typify-impl v0.6.2
20372026-06-16T04:25:50.342Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20382026-06-16T04:25:50.360Z Compiling crypto-common v0.2.2
20392026-06-16T04:25:50.696Z Compiling block-buffer v0.12.0
20402026-06-16T04:25:50.723Z Compiling rayon-core v1.13.0
20412026-06-16T04:25:50.865Z Compiling clang-sys v1.8.1
20422026-06-16T04:25:51.206Z Compiling const-oid v0.10.2
20432026-06-16T04:25:51.261Z Compiling compression-core v0.4.32
20442026-06-16T04:25:51.455Z Compiling compression-codecs v0.4.32
20452026-06-16T04:25:51.495Z Compiling digest v0.11.3
20462026-06-16T04:25:51.525Z Compiling scroll v0.12.0
20472026-06-16T04:25:51.673Z Compiling hash32 v0.3.1
20482026-06-16T04:25:51.738Z Compiling toml_datetime v1.1.1+spec-1.1.0
20492026-06-16T04:25:51.836Z Compiling heapless v0.8.0
20502026-06-16T04:25:51.854Z Compiling goblin v0.8.2
20512026-06-16T04:25:51.884Z Compiling sha1 v0.11.0
20522026-06-16T04:25:51.894Z Compiling async-compression v0.4.33
20532026-06-16T04:25:52.064Z Compiling toml v1.1.2+spec-1.1.0
20542026-06-16T04:25:52.161Z Compiling ingot-types v0.1.2
20552026-06-16T04:25:52.270Z Compiling cobs v0.3.0
20562026-06-16T04:25:52.298Z Compiling libloading v0.8.9
20572026-06-16T04:25:52.371Z Compiling foreign-types-shared v0.3.1
20582026-06-16T04:25:52.474Z Compiling bitflags v1.3.2
20592026-06-16T04:25:52.486Z Compiling managed v0.8.0
20602026-06-16T04:25:52.498Z Compiling ingot v0.1.1
20612026-06-16T04:25:52.539Z Compiling bindgen v0.72.1
20622026-06-16T04:25:52.556Z Compiling foreign-types v0.5.0
20632026-06-16T04:25:52.644Z Compiling postcard v1.1.3
20642026-06-16T04:25:52.707Z Compiling smoltcp v0.11.0
20652026-06-16T04:25:52.992Z Compiling dropshot v0.17.1
20662026-06-16T04:25:54.037Z Compiling cexpr v0.6.0
20672026-06-16T04:25:54.058Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20682026-06-16T04:25:54.618Z Compiling num_enum v0.7.5
20692026-06-16T04:25:54.693Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20702026-06-16T04:25:55.096Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20712026-06-16T04:25:55.153Z Compiling camino-tempfile v1.4.1
20722026-06-16T04:25:55.439Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20732026-06-16T04:25:55.485Z Compiling derive-where v1.6.0
20742026-06-16T04:25:55.498Z Compiling serde_repr v0.1.20
20752026-06-16T04:25:55.734Z Compiling cstr-argument v0.1.2
20762026-06-16T04:25:55.901Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20772026-06-16T04:25:56.106Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20782026-06-16T04:25:56.170Z Compiling typify-macro v0.6.2
20792026-06-16T04:25:56.801Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20802026-06-16T04:25:56.998Z Compiling rayon v1.11.0
20812026-06-16T04:25:57.317Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20822026-06-16T04:25:57.448Z Compiling crucible-workspace-hack v0.1.0
20832026-06-16T04:25:58.113Z Compiling memmap v0.7.0
20842026-06-16T04:25:58.288Z Compiling tinyvec_macros v0.1.1
20852026-06-16T04:25:58.328Z Compiling typify v0.6.2
20862026-06-16T04:25:58.363Z Compiling tinyvec v1.10.0
20872026-06-16T04:25:58.375Z Compiling usdt v0.5.0
20882026-06-16T04:25:58.437Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20892026-06-16T04:25:58.784Z Compiling num_enum v0.5.11
20902026-06-16T04:25:59.255Z Compiling pin-project-internal v1.1.10
20912026-06-16T04:26:00.364Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20922026-06-16T04:26:00.368Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20932026-06-16T04:26:00.503Z Compiling progenitor-impl v0.14.0
20942026-06-16T04:26:00.536Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20952026-06-16T04:26:00.557Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20962026-06-16T04:26:00.715Z Compiling rustix v0.38.44
20972026-06-16T04:26:01.229Z Compiling itertools v0.12.1
20982026-06-16T04:26:01.233Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20992026-06-16T04:26:01.478Z Compiling progenitor-impl v0.10.0
21002026-06-16T04:26:01.604Z Compiling sigpipe v0.1.3
21012026-06-16T04:26:01.619Z Compiling jiff v0.2.15
21022026-06-16T04:26:01.979Z Compiling const_format_proc_macros v0.2.34
21032026-06-16T04:26:02.046Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21042026-06-16T04:26:02.312Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21052026-06-16T04:26:02.487Z Compiling zone v0.3.1
21062026-06-16T04:26:03.519Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21072026-06-16T04:26:04.041Z Compiling progenitor-macro v0.14.0
21082026-06-16T04:26:04.113Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21092026-06-16T04:26:04.532Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21102026-06-16T04:26:04.937Z Compiling progenitor-macro v0.10.0
21112026-06-16T04:26:05.040Z Compiling secrecy v0.10.3
21122026-06-16T04:26:05.115Z Compiling smf v0.2.3
21132026-06-16T04:26:05.214Z Compiling async-recursion v1.1.1
21142026-06-16T04:26:05.267Z Compiling snafu-derive v0.8.9
21152026-06-16T04:26:05.479Z Compiling bstr v1.12.0
21162026-06-16T04:26:05.571Z Compiling whoami v1.6.1
21172026-06-16T04:26:05.919Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21182026-06-16T04:26:07.176Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21192026-06-16T04:26:07.735Z Compiling hmac v0.12.1
21202026-06-16T04:26:07.882Z Compiling inout v0.1.4
21212026-06-16T04:26:07.957Z Compiling ff v0.13.1
21222026-06-16T04:26:08.038Z Compiling data-encoding v2.9.0
21232026-06-16T04:26:08.409Z Compiling crc8 v0.1.1
21242026-06-16T04:26:08.537Z Compiling group v0.13.0
21252026-06-16T04:26:09.221Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21262026-06-16T04:26:09.312Z Compiling cipher v0.4.4
21272026-06-16T04:26:09.548Z Compiling hkdf v0.12.4
21282026-06-16T04:26:10.064Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21292026-06-16T04:26:10.163Z Compiling atomicwrites v0.4.4
21302026-06-16T04:26:10.206Z Compiling tokio-dtrace v0.1.1
21312026-06-16T04:26:10.387Z Compiling tabled_derive v0.7.0
21322026-06-16T04:26:10.774Z Compiling reqwest v0.13.2
21332026-06-16T04:26:10.790Z Compiling universal-hash v0.5.1
21342026-06-16T04:26:10.795Z Compiling crypto-bigint v0.5.5
21352026-06-16T04:26:10.931Z Compiling half v2.7.1
21362026-06-16T04:26:11.228Z Compiling base16ct v0.2.0
21372026-06-16T04:26:11.326Z Compiling base64ct v1.8.0
21382026-06-16T04:26:11.356Z Compiling indent_write v2.2.0
21392026-06-16T04:26:11.544Z Compiling opaque-debug v0.3.1
21402026-06-16T04:26:11.629Z Compiling ciborium-io v0.2.2
21412026-06-16T04:26:11.693Z Compiling password-hash v0.5.0
21422026-06-16T04:26:11.736Z Compiling ciborium-ll v0.2.2
21432026-06-16T04:26:11.972Z Compiling elliptic-curve v0.13.8
21442026-06-16T04:26:12.158Z Compiling progenitor-client v0.14.0
21452026-06-16T04:26:12.174Z Compiling poly1305 v0.8.0
21462026-06-16T04:26:12.764Z Compiling oxide-tokio-rt v0.1.2
21472026-06-16T04:26:12.829Z Compiling chacha20 v0.9.1
21482026-06-16T04:26:13.059Z Compiling similar v2.7.0
21492026-06-16T04:26:13.248Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21502026-06-16T04:26:13.408Z Compiling thiserror-no-std v2.0.2
21512026-06-16T04:26:14.520Z Compiling blake2 v0.10.6
21522026-06-16T04:26:14.523Z Compiling aead v0.5.2
21532026-06-16T04:26:14.544Z Compiling strum_macros v0.28.0
21542026-06-16T04:26:14.698Z Compiling keccak v0.1.6
21552026-06-16T04:26:14.995Z Compiling linked-hash-map v0.5.6
21562026-06-16T04:26:15.079Z Compiling resolv-conf v0.7.5
21572026-06-16T04:26:15.172Z Compiling lru-cache v0.1.2
21582026-06-16T04:26:15.302Z Compiling sha3 v0.10.8
21592026-06-16T04:26:15.442Z Compiling argon2 v0.5.3
21602026-06-16T04:26:15.465Z Compiling chacha20poly1305 v0.10.1
21612026-06-16T04:26:15.604Z Compiling vsss-rs v3.3.4
21622026-06-16T04:26:15.617Z Compiling progenitor v0.14.0
21632026-06-16T04:26:15.800Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21642026-06-16T04:26:15.844Z Compiling ciborium v0.2.2
21652026-06-16T04:26:15.978Z Compiling hickory-proto v0.24.4
21662026-06-16T04:26:16.422Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21672026-06-16T04:26:16.460Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21682026-06-16T04:26:16.950Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21692026-06-16T04:26:16.972Z Compiling serde-big-array v0.5.1
21702026-06-16T04:26:17.127Z Compiling unicode-segmentation v1.12.0
21712026-06-16T04:26:17.328Z Compiling same-file v1.0.6
21722026-06-16T04:26:17.377Z Compiling siphasher v1.0.1
21732026-06-16T04:26:17.475Z Compiling newline-converter v0.3.0
21742026-06-16T04:26:17.544Z Compiling phf_shared v0.12.1
21752026-06-16T04:26:17.574Z Compiling walkdir v2.5.0
21762026-06-16T04:26:17.640Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21772026-06-16T04:26:17.792Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21782026-06-16T04:26:17.889Z Compiling hickory-resolver v0.24.4
21792026-06-16T04:26:18.079Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21802026-06-16T04:26:18.442Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21812026-06-16T04:26:19.668Z Compiling newtype_derive v0.1.6
21822026-06-16T04:26:19.680Z Compiling owo-colors v4.3.0
21832026-06-16T04:26:19.754Z Compiling tokio-stream v0.1.17
21842026-06-16T04:26:19.911Z Compiling console v0.15.11
21852026-06-16T04:26:20.216Z Compiling csv-core v0.1.12
21862026-06-16T04:26:20.361Z Compiling humantime v2.3.0
21872026-06-16T04:26:20.443Z Compiling unicode-width v0.1.14
21882026-06-16T04:26:20.456Z Compiling unicode-linebreak v0.1.5
21892026-06-16T04:26:20.572Z Compiling foldhash v0.1.5
21902026-06-16T04:26:20.575Z Compiling smawk v0.3.2
21912026-06-16T04:26:20.654Z Compiling swrite v0.1.0
21922026-06-16T04:26:20.722Z Compiling termtree v0.5.1
21932026-06-16T04:26:20.805Z Compiling hashbrown v0.15.5
21942026-06-16T04:26:20.922Z Compiling textwrap v0.16.2
21952026-06-16T04:26:20.963Z Compiling csv v1.4.0
21962026-06-16T04:26:21.069Z Compiling expectorate v1.2.0
21972026-06-16T04:26:21.119Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21982026-06-16T04:26:21.220Z Compiling qorb v0.4.1
21992026-06-16T04:26:21.456Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22002026-06-16T04:26:22.768Z Compiling phf v0.12.1
22012026-06-16T04:26:22.931Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
22022026-06-16T04:26:23.436Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
22032026-06-16T04:26:23.516Z Compiling pin-project v1.1.10
22042026-06-16T04:26:23.590Z Compiling unicode-normalization v0.1.24
22052026-06-16T04:26:23.628Z Compiling libz-sys v1.1.22
22062026-06-16T04:26:23.824Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22072026-06-16T04:26:24.787Z Compiling libsw-core v0.3.2
22082026-06-16T04:26:25.107Z Compiling fixedbitset v0.4.2
22092026-06-16T04:26:25.365Z Compiling fixedbitset v0.5.7
22102026-06-16T04:26:25.560Z Compiling highway v1.3.0
22112026-06-16T04:26:25.768Z Compiling petgraph v0.8.2
22122026-06-16T04:26:25.968Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-06-16T04:26:27.186Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-06-16T04:26:27.583Z Compiling progenitor v0.10.0
22152026-06-16T04:26:27.636Z Compiling petgraph v0.6.5
22162026-06-16T04:26:28.270Z Compiling libsw v3.5.0
22172026-06-16T04:26:28.892Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-06-16T04:26:29.132Z Compiling olpc-cjson v0.1.4
22192026-06-16T04:26:29.286Z Compiling libgit2-sys v0.17.0+1.8.1
22202026-06-16T04:26:29.313Z Compiling snafu v0.8.9
22212026-06-16T04:26:29.947Z Compiling chrono-tz v0.10.4
22222026-06-16T04:26:30.201Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22232026-06-16T04:26:30.409Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-06-16T04:26:30.839Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22252026-06-16T04:26:31.260Z Compiling papergrid v0.11.0
22262026-06-16T04:26:31.302Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22272026-06-16T04:26:31.552Z Compiling strum v0.28.0
22282026-06-16T04:26:31.586Z Compiling globset v0.4.16
22292026-06-16T04:26:31.613Z Compiling const_format v0.2.34
22302026-06-16T04:26:31.692Z Compiling slog-dtrace v0.3.0
22312026-06-16T04:26:31.949Z Compiling cancel-safe-futures v0.1.5
22322026-06-16T04:26:32.030Z Compiling gethostname v0.5.0
22332026-06-16T04:26:32.398Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22342026-06-16T04:26:32.998Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22352026-06-16T04:26:33.202Z Compiling dropshot-api-manager-types v0.7.2
22362026-06-16T04:26:33.246Z Compiling bcs v0.1.6
22372026-06-16T04:26:33.573Z Compiling cargo-platform v0.1.9
22382026-06-16T04:26:33.594Z Compiling serde_plain v1.0.2
22392026-06-16T04:26:33.597Z Compiling pem v3.0.5
22402026-06-16T04:26:33.827Z Compiling typed-path v0.9.3
22412026-06-16T04:26:33.891Z Compiling tagptr v0.2.0
22422026-06-16T04:26:34.060Z Compiling linear-map v1.2.0
22432026-06-16T04:26:34.380Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22442026-06-16T04:26:35.508Z Compiling tough v0.20.0
22452026-06-16T04:26:35.777Z Compiling moka v0.12.11
22462026-06-16T04:26:36.273Z Compiling cargo_metadata v0.18.1
22472026-06-16T04:26:36.586Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22482026-06-16T04:26:37.616Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-06-16T04:26:37.660Z Compiling tabled v0.15.0
22502026-06-16T04:26:37.873Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22512026-06-16T04:26:38.205Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22522026-06-16T04:26:38.412Z Compiling git2 v0.19.0
22532026-06-16T04:26:40.216Z Compiling steno v0.4.1
22542026-06-16T04:26:41.394Z Compiling cookie v0.18.1
22552026-06-16T04:26:41.472Z Compiling hickory-proto v0.25.2
22562026-06-16T04:26:43.445Z Compiling hickory-resolver v0.25.2
22572026-06-16T04:26:44.618Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22582026-06-16T04:26:46.802Z Compiling vergen v8.3.2
22592026-06-16T04:26:47.910Z Compiling signal-hook v0.4.4
22602026-06-16T04:26:48.416Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22612026-06-16T04:26:48.605Z Compiling predicates-core v1.0.9
22622026-06-16T04:26:48.732Z Compiling mockall_derive v0.14.0
22632026-06-16T04:26:49.129Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22642026-06-16T04:26:49.301Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22652026-06-16T04:26:49.584Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22662026-06-16T04:26:49.762Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22672026-06-16T04:26:49.811Z Compiling sha2 v0.10.9
22682026-06-16T04:26:50.404Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22692026-06-16T04:26:51.341Z Compiling diff v0.1.13
22702026-06-16T04:26:51.416Z Compiling yansi v1.0.1
22712026-06-16T04:26:51.520Z Compiling mockall v0.14.0
22722026-06-16T04:26:51.723Z Compiling pretty_assertions v1.4.1
22732026-06-16T04:26:51.814Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22742026-06-16T04:26:52.216Z Compiling fs-err v3.1.2
22752026-06-16T04:26:52.908Z Compiling predicates-tree v1.0.12
22762026-06-16T04:26:53.175Z Compiling predicates v3.1.3
22772026-06-16T04:26:53.786Z Compiling git-stub v1.0.0
22782026-06-16T04:26:54.070Z Compiling filetime v0.2.26
22792026-06-16T04:26:54.085Z Compiling constant_time_eq v0.3.1
22802026-06-16T04:26:54.211Z Compiling downcast v0.11.0
22812026-06-16T04:26:54.267Z Compiling is_ci v1.2.0
22822026-06-16T04:26:54.374Z Compiling arrayref v0.3.9
22832026-06-16T04:26:54.427Z Compiling arrayvec v0.7.6
22842026-06-16T04:26:54.461Z Compiling fragile v2.0.1
22852026-06-16T04:26:54.641Z Compiling xattr v1.6.1
22862026-06-16T04:26:54.780Z Compiling tar v0.4.45
22872026-06-16T04:26:54.832Z Compiling blake3 v1.8.2
22882026-06-16T04:26:55.341Z Compiling toml v0.7.8
22892026-06-16T04:26:55.423Z Compiling supports-color v3.0.2
22902026-06-16T04:26:55.617Z Compiling git-stub-vcs v0.1.0
22912026-06-16T04:26:56.003Z Compiling curl-sys v0.4.83+curl-8.15.0
22922026-06-16T04:26:56.153Z Compiling signal-hook-tokio v0.4.0
22932026-06-16T04:26:56.469Z Compiling scuffle v0.1.0
22942026-06-16T04:26:57.427Z Compiling drift v0.2.0
22952026-06-16T04:26:57.946Z Compiling kstat-rs v0.2.4
22962026-06-16T04:26:58.100Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22972026-06-16T04:26:58.271Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22982026-06-16T04:26:58.483Z Compiling hex-literal v1.1.0
22992026-06-16T04:26:58.596Z Compiling topological-sort v0.2.2
23002026-06-16T04:26:58.683Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
23012026-06-16T04:26:58.752Z Compiling omicron-zone-package v0.12.2
23022026-06-16T04:26:59.007Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23032026-06-16T04:27:00.402Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23042026-06-16T04:27:00.715Z Compiling dropshot-api-manager v0.7.2
23052026-06-16T04:27:01.415Z Compiling curl v0.4.49
23062026-06-16T04:27:01.612Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23072026-06-16T04:27:01.722Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23082026-06-16T04:27:01.974Z Compiling iddqd v0.4.2
23092026-06-16T04:27:02.133Z Compiling search_path v0.1.4
23102026-06-16T04:27:02.305Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23112026-06-16T04:27:02.555Z Compiling internet-checksum v0.2.1
23122026-06-16T04:27:02.713Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23132026-06-16T04:27:03.031Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23142026-06-16T04:27:06.729Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23152026-06-16T04:27:07.881Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23162026-06-16T04:27:51.765Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 18s
23172026-06-16T04:27:51.890Z Running unittests src/lib.rs (target/debug/deps/aal-0e6ca3b11e54dff2)
23182026-06-16T04:27:51.893Z
23192026-06-16T04:27:51.893Zrunning 5 tests
23202026-06-16T04:27:51.896Ztest fuse::tests::chip_revision_b1 ... ok
23212026-06-16T04:27:51.896Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23222026-06-16T04:27:51.896Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23232026-06-16T04:27:51.896Ztest fuse::tests::chip_revision_b0 ... ok
23242026-06-16T04:27:51.896Ztest fuse::tests::chip_revision_a0 ... ok
23252026-06-16T04:27:51.896Z
23262026-06-16T04:27:51.896Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23272026-06-16T04:27:51.896Z
23282026-06-16T04:27:51.896Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23292026-06-16T04:27:51.899Z
23302026-06-16T04:27:51.899Zrunning 0 tests
23312026-06-16T04:27:51.899Z
23322026-06-16T04:27:51.899Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23332026-06-16T04:27:51.899Z
23342026-06-16T04:27:51.899Z Running unittests src/lib.rs (target/debug/deps/asic-4fafea45ee4c7977)
23352026-06-16T04:27:51.899Z
23362026-06-16T04:27:51.899Zrunning 0 tests
23372026-06-16T04:27:51.902Z
23382026-06-16T04:27:51.902Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23392026-06-16T04:27:51.902Z
23402026-06-16T04:27:51.902Z Running unittests src/lib.rs (target/debug/deps/common-f73f283c72862a8d)
23412026-06-16T04:27:51.902Z
23422026-06-16T04:27:51.902Zrunning 10 tests
23432026-06-16T04:27:51.902Ztest network::tests::test_equal ... ok
23442026-06-16T04:27:51.902Ztest nat::tests::test_vni ... ok
23452026-06-16T04:27:51.902Ztest network::tests::test_eui64 ... ok
23462026-06-16T04:27:51.902Ztest network::tests::test_generate_ipv6_link_local ... ok
23472026-06-16T04:27:51.902Ztest network::tests::test_into ... ok
23482026-06-16T04:27:51.902Ztest network::tests::test_not_equal ... ok
23492026-06-16T04:27:51.902Ztest network::tests::test_parse ... ok
23502026-06-16T04:27:51.902Ztest network::tests::test_to_string ... ok
23512026-06-16T04:27:51.905Ztest test_purge ... ok
23522026-06-16T04:27:51.908Ztest illumos::test::address_exists_handles_missing_object ... ok
23532026-06-16T04:27:51.908Z
23542026-06-16T04:27:51.908Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23552026-06-16T04:27:51.908Z
23562026-06-16T04:27:51.908Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-2f8af4dbfdf15400)
23572026-06-16T04:27:51.912Z
23582026-06-16T04:27:51.912Zrunning 1 test
23592026-06-16T04:27:51.915Z -------
23602026-06-16T04:27:51.915Z Generating OpenAPI documents from API definitions ...
23612026-06-16T04:27:52.051Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23622026-06-16T04:27:52.119Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23632026-06-16T04:27:53.126Z -------
23642026-06-16T04:27:53.126Z Checking 12 OpenAPI documents...
23652026-06-16T04:27:53.126Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-06-16T04:27:53.126Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-06-16T04:27:53.129Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-06-16T04:27:53.129Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-06-16T04:27:53.129Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-06-16T04:27:53.129Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-06-16T04:27:53.129Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23722026-06-16T04:27:53.129Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23732026-06-16T04:27:53.129Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23742026-06-16T04:27:53.129Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23752026-06-16T04:27:53.129Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23762026-06-16T04:27:53.129Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23772026-06-16T04:27:53.129Z Fresh dpd "latest" symlink
23782026-06-16T04:27:53.129Z -------
23792026-06-16T04:27:53.129Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23802026-06-16T04:27:53.186Ztest test::test_apis_up_to_date ... ok
23812026-06-16T04:27:53.186Z
23822026-06-16T04:27:53.186Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
23832026-06-16T04:27:53.186Z
23842026-06-16T04:27:53.239Z Running unittests src/main.rs (target/debug/deps/dpd-d5762a6c3dce5e5b)
23852026-06-16T04:27:53.245Z
23862026-06-16T04:27:53.245Zrunning 19 tests
23872026-06-16T04:27:53.250Ztest freemap::test_ordering ... ok
23882026-06-16T04:27:53.250Ztest config::tests::test_updates ... ok
23892026-06-16T04:27:53.250Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23902026-06-16T04:27:53.250Ztest freemap::test_split ... ok
23912026-06-16T04:27:53.250Ztest macaddrs::tests::test_mac_offset ... ok
23922026-06-16T04:27:53.250Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23932026-06-16T04:27:53.250Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23942026-06-16T04:27:53.250Ztest macaddrs::tests::test_parse_port_id ... ok
23952026-06-16T04:27:53.250Ztest nat::test_mapping ... ok
23962026-06-16T04:27:53.250Ztest port_map::tests::dump_map ... ok
23972026-06-16T04:27:53.250Ztest port_map::tests::test_backplane_group ... ok
23982026-06-16T04:27:53.250Ztest port_map::tests::test_port_map ... ok
23992026-06-16T04:27:53.250ZJun 16 04:27:51.921 DEBG created new freemap, unit: freemap_test
24002026-06-16T04:27:53.250ZJun 16 04:27:51.921 DEBG Jun 16 04:27:51.921initted freemap. size: 128 , DEBGunit : created new freemapfreemap_test
24012026-06-16T04:27:53.250Z, unit: Jun 16 04:27:51.921Jun 16 04:27:51.921 freemap_testDEBG
24022026-06-16T04:27:53.250Z DEBGcreated new freemap reset freemap, , unitunit:Jun 16 04:27:51.921 :freemap_test freemap_testDEBG
24032026-06-16T04:27:53.250Z
24042026-06-16T04:27:53.250Zinitted freemap. size: 128, unit:Jun 16 04:27:51.921 freemap_testDEBG
24052026-06-16T04:27:53.250Z initted freemap. size: 128, unit:Jun 16 04:27:51.921 freemap_testDEBG
24062026-06-16T04:27:53.251Z reset freemap, unit: Jun 16 04:27:51.921freemap_test
24072026-06-16T04:27:53.251ZDEBG reset freemap, unit: freemap_test
24082026-06-16T04:27:53.251ZJun 16 04:27:51.921 DEBG created new freemap, unit: freemap_test
24092026-06-16T04:27:53.251ZJun 16 04:27:51.921 DEBG initted freemap. size: 128, unit: freemap_test
24102026-06-16T04:27:53.251ZJun 16 04:27:51.921 DEBG reset freemap, unit: freemap_test
24112026-06-16T04:27:53.251Ztest freemap::test_basic ... ok
24122026-06-16T04:27:53.251Ztest freemap::test_free ... ok
24132026-06-16T04:27:53.251Ztest freemap::test_exhaustion ... ok
24142026-06-16T04:27:53.251Ztest freemap::test_reclaim ... ok
24152026-06-16T04:27:53.251ZJun 16 04:27:51.922 DEBG created new freemap, unit: freemap_test
24162026-06-16T04:27:53.251ZJun 16 04:27:51.922 DEBG initted freemap. size: 128, unit: freemap_test
24172026-06-16T04:27:53.251ZJun 16 04:27:51.922 DEBG reset freemap, unit: freemap_test
24182026-06-16T04:27:53.251Ztest freemap::test_span ... ok
24192026-06-16T04:27:53.254Ztest port_map::tests::parse_softnpu_revision ... ok
24202026-06-16T04:27:53.254Ztest api_server::tests::test_build_info ... ok
24212026-06-16T04:27:53.254Z
24222026-06-16T04:27:53.254Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
24232026-06-16T04:27:53.254Z
24242026-06-16T04:27:53.254Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-759fccf75b0e8b5a)
24252026-06-16T04:27:53.254Z
24262026-06-16T04:27:53.254Zrunning 0 tests
24272026-06-16T04:27:53.254Z
24282026-06-16T04:27:53.254Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24292026-06-16T04:27:53.254Z
24302026-06-16T04:27:53.254Z Running unittests src/lib.rs (target/debug/deps/dpd_api-b3477d19fd94fc07)
24312026-06-16T04:27:53.257Z
24322026-06-16T04:27:53.257Zrunning 0 tests
24332026-06-16T04:27:53.257Z
24342026-06-16T04:27:53.257Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24352026-06-16T04:27:53.257Z
24362026-06-16T04:27:53.257Z Running unittests src/lib.rs (target/debug/deps/dpd_client-fe419f8495527c3b)
24372026-06-16T04:27:53.260Z
24382026-06-16T04:27:53.260Zrunning 6 tests
24392026-06-16T04:27:53.260Ztest tests::test_parse_client_port_id ... ok
24402026-06-16T04:27:53.260Ztest tests::test_port_id_cmp ... ok
24412026-06-16T04:27:53.260Ztest tests::test_full_lot_id_neither_present ... ok
24422026-06-16T04:27:53.260Ztest tests::test_full_lot_id_lot_only ... ok
24432026-06-16T04:27:53.260Ztest tests::test_full_lot_id_both_present ... ok
24442026-06-16T04:27:53.260Ztest tests::test_full_lot_id_lotnum_only ... ok
24452026-06-16T04:27:53.260Z
24462026-06-16T04:27:53.260Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24472026-06-16T04:27:53.260Z
24482026-06-16T04:27:53.260Z Running tests/test_all.rs (target/debug/deps/test_all-12d5df46dbcb0960)
24492026-06-16T04:27:53.263Z
24502026-06-16T04:27:53.263Zrunning 0 tests
24512026-06-16T04:27:53.263Z
24522026-06-16T04:27:53.263Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24532026-06-16T04:27:53.263Z
24542026-06-16T04:27:53.263Z Running unittests src/lib.rs (target/debug/deps/dpd_types-fc028ee8a730d329)
24552026-06-16T04:27:53.264Z
24562026-06-16T04:27:53.264Zrunning 0 tests
24572026-06-16T04:27:53.264Z
24582026-06-16T04:27:53.264Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24592026-06-16T04:27:53.264Z
24602026-06-16T04:27:53.264Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-376a531fbf212b7a)
24612026-06-16T04:27:53.266Z
24622026-06-16T04:27:53.266Zrunning 0 tests
24632026-06-16T04:27:53.266Z
24642026-06-16T04:27:53.266Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24652026-06-16T04:27:53.266Z
24662026-06-16T04:27:53.266Z Running unittests src/lib.rs (target/debug/deps/packet-e2c5dd8d7632cfa5)
24672026-06-16T04:27:53.266Z
24682026-06-16T04:27:53.266Zrunning 12 tests
24692026-06-16T04:27:53.270Ztest icmp::test_v6_checksum ... ok
24702026-06-16T04:27:53.270Ztest icmp::test_v4_checksum ... ok
24712026-06-16T04:27:53.270Ztest ipv6::test_ipv6_parse ... ok
24722026-06-16T04:27:53.270Ztest lldp::test_lldp_parse ... ok
24732026-06-16T04:27:53.270Ztest pbuf::test_byte ... ok
24742026-06-16T04:27:53.270Ztest pbuf::test_nibble ... ok
24752026-06-16T04:27:53.270Ztest pbuf::test_overflow ... ok
24762026-06-16T04:27:53.270Ztest pbuf::test_short ... ok
24772026-06-16T04:27:53.270Ztest pbuf::test_twelve ... ok
24782026-06-16T04:27:53.270Ztest pbuf::test_word ... ok
24792026-06-16T04:27:53.270Ztest tcp::test_checksum_ack_data ... ok
24802026-06-16T04:27:53.270Ztest tcp::test_checksum_syn_nodata ... ok
24812026-06-16T04:27:53.270Z
24822026-06-16T04:27:53.270Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24832026-06-16T04:27:53.270Z
24842026-06-16T04:27:53.270Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
24852026-06-16T04:27:53.270Z
24862026-06-16T04:27:53.270Zrunning 0 tests
24872026-06-16T04:27:53.270Z
24882026-06-16T04:27:53.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24892026-06-16T04:27:53.270Z
24902026-06-16T04:27:53.270Z Running unittests src/main.rs (target/debug/deps/swadm-c7e7217ca246514c)
24912026-06-16T04:27:53.273Z
24922026-06-16T04:27:53.274Zrunning 5 tests
24932026-06-16T04:27:53.274Ztest switchport::test::test_compute_lanes ... ok
24942026-06-16T04:27:53.274Ztest switchport::test::port_id_ordering ... ok
24952026-06-16T04:27:53.274Z Lane 0 Lane 1 Lane 2 Lane 3
24962026-06-16T04:27:53.274Z Rx Loss-of-lock: Yes Yes Yes Yes
24972026-06-16T04:27:53.274Z Rx Loss-of-signal: Yes Yes Yes Yes
24982026-06-16T04:27:53.274Z Rx CDR Enabled: Yes Yes Yes Yes
24992026-06-16T04:27:53.274Z Tx Enabled: Yes Lane 0Yes Yes Lane 1Yes
25002026-06-16T04:27:53.274ZLane 2 Tx Loss-of-lock: NoLane 3
25012026-06-16T04:27:53.274ZNo State: Activated No NoActivated
25022026-06-16T04:27:53.274Z Activated Tx Loss-of-signal: No Activated
25032026-06-16T04:27:53.274ZNo Rx Output Enabled: falseNo Nofalse
25042026-06-16T04:27:53.274Z false Tx CDR Enabled: No false
25052026-06-16T04:27:53.274ZNo Rx Output Status: valid Novalid No
25062026-06-16T04:27:53.274Zvalid Tx Adaptive EQ Fault: Novalid
25072026-06-16T04:27:53.274Z Rx Loss-of-lock: trueNo Notrue No
25082026-06-16T04:27:53.274Ztrue Tx Fault: Yestrue
25092026-06-16T04:27:53.274ZYes Rx Loss-of-signal: false Yes false Yes
25102026-06-16T04:27:53.274Zfalse false
25112026-06-16T04:27:53.274ZRx Auto-squelch Disable: true true true true
25122026-06-16T04:27:53.274Z Tx Output Enabled: true true true true
25132026-06-16T04:27:53.274Z Tx Output Status: invalid invalid invalid invalid
25142026-06-16T04:27:53.274Z Tx Loss-of-lock: false false false false
25152026-06-16T04:27:53.274Z Tx Loss-of-signal: true true true true
25162026-06-16T04:27:53.274ZTx Auto-squelch Disable: false false false false
25172026-06-16T04:27:53.274Z Tx Adaptive EQ Fail: true true true true
25182026-06-16T04:27:53.274Z Tx Failure: false false false false
25192026-06-16T04:27:53.274Z Tx Force Squelch: true true true true
25202026-06-16T04:27:53.274Z Tx Input Polarity: normal normal normal normal
25212026-06-16T04:27:53.274Ztest switchport::test::test_print_sff_datapath ... ok
25222026-06-16T04:27:53.274Ztest switchport::test::test_print_cmis_datapath ... ok
25232026-06-16T04:27:53.274Ztest link::test_filter ... ok
25242026-06-16T04:27:53.274Z
25252026-06-16T04:27:53.274Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25262026-06-16T04:27:53.274Z
25272026-06-16T04:27:53.274Z Running tests/counters.rs (target/debug/deps/counters-796d2be1230d1dfe)
25282026-06-16T04:27:53.277Z
25292026-06-16T04:27:53.277Zrunning 1 test
25302026-06-16T04:27:53.277Ztest test_p4_counter_list ... ignored
25312026-06-16T04:27:53.277Z
25322026-06-16T04:27:53.278Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25332026-06-16T04:27:53.278Z
25342026-06-16T04:27:53.278Z Running tests/port-link.rs (target/debug/deps/port_link-8319002df74448d8)
25352026-06-16T04:27:53.278Z
25362026-06-16T04:27:53.278Zrunning 5 tests
25372026-06-16T04:27:53.278Ztest test_an ... ignored
25382026-06-16T04:27:53.278Ztest test_enable ... ignored
25392026-06-16T04:27:53.278Ztest test_ip_addresses ... ignored
25402026-06-16T04:27:53.278Ztest test_kr ... ignored
25412026-06-16T04:27:53.278Ztest test_mac ... ignored
25422026-06-16T04:27:53.278Z
25432026-06-16T04:27:53.278Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25442026-06-16T04:27:53.278Z
25452026-06-16T04:27:53.278Z Running unittests src/main.rs (target/debug/deps/tfportd-7f2253a2efebc0bd)
25462026-06-16T04:27:53.282Z
25472026-06-16T04:27:53.282Zrunning 3 tests
25482026-06-16T04:27:53.285Ztest linklocal::test_parse_ipadm ... ok
25492026-06-16T04:27:53.285Ztest tfport::test_parse_tfport ... ok
25502026-06-16T04:27:53.285Ztest config::tests::test_updates ... ok
25512026-06-16T04:27:53.285Z
25522026-06-16T04:27:53.285Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25532026-06-16T04:27:53.285Z
25542026-06-16T04:27:53.285Z Running unittests src/main.rs (target/debug/deps/uplinkd-994d154ac581a04c)
25552026-06-16T04:27:53.285Z
25562026-06-16T04:27:53.285Zrunning 0 tests
25572026-06-16T04:27:53.285Z
25582026-06-16T04:27:53.285Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25592026-06-16T04:27:53.285Z
25602026-06-16T04:27:53.285Z Running unittests src/main.rs (target/debug/deps/xtask-d000e72d13d47c1e)
25612026-06-16T04:27:53.288Z
25622026-06-16T04:27:53.288Zrunning 0 tests
25632026-06-16T04:27:53.289Z
25642026-06-16T04:27:53.289Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25652026-06-16T04:27:53.289Z
25662026-06-16T04:27:53.289Z Doc-tests aal
25672026-06-16T04:27:53.416Z
25682026-06-16T04:27:53.416Zrunning 0 tests
25692026-06-16T04:27:53.416Z
25702026-06-16T04:27:53.416Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25712026-06-16T04:27:53.416Z
25722026-06-16T04:27:53.432Z Doc-tests aal_macros
25732026-06-16T04:27:53.501Z
25742026-06-16T04:27:53.501Zrunning 0 tests
25752026-06-16T04:27:53.501Z
25762026-06-16T04:27:53.501Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25772026-06-16T04:27:53.501Z
25782026-06-16T04:27:53.513Z Doc-tests common
25792026-06-16T04:27:53.739Z
25802026-06-16T04:27:53.739Zrunning 0 tests
25812026-06-16T04:27:53.739Z
25822026-06-16T04:27:53.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25832026-06-16T04:27:53.739Z
25842026-06-16T04:27:53.801Z Doc-tests dpd_api
25852026-06-16T04:27:54.496Z
25862026-06-16T04:27:54.496Zrunning 2 tests
25872026-06-16T04:27:54.496Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25882026-06-16T04:27:54.496Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25892026-06-16T04:27:54.496Z
25902026-06-16T04:27:54.496Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25912026-06-16T04:27:54.496Z
25922026-06-16T04:27:54.526Z Doc-tests dpd_client
25932026-06-16T04:27:55.778Z
25942026-06-16T04:27:55.778Zrunning 0 tests
25952026-06-16T04:27:55.778Z
25962026-06-16T04:27:55.778Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25972026-06-16T04:27:55.778Z
25982026-06-16T04:27:55.820Z Doc-tests dpd_types
25992026-06-16T04:27:56.028Z
26002026-06-16T04:27:56.028Zrunning 0 tests
26012026-06-16T04:27:56.028Z
26022026-06-16T04:27:56.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26032026-06-16T04:27:56.028Z
26042026-06-16T04:27:56.052Z Doc-tests dpd_types_versions
26052026-06-16T04:27:57.240Z
26062026-06-16T04:27:57.240Zrunning 1 test
26072026-06-16T04:27:57.240Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
26082026-06-16T04:27:57.240Z
26092026-06-16T04:27:57.240Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
26102026-06-16T04:27:57.240Z
26112026-06-16T04:27:57.280Z Doc-tests packet
26122026-06-16T04:27:57.386Z
26132026-06-16T04:27:57.386Zrunning 0 tests
26142026-06-16T04:27:57.386Z
26152026-06-16T04:27:57.386Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26162026-06-16T04:27:57.386Z
26172026-06-16T04:27:57.402Z Doc-tests pcap
26182026-06-16T04:27:57.453Z
26192026-06-16T04:27:57.453Zrunning 0 tests
26202026-06-16T04:27:57.453Z
26212026-06-16T04:27:57.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26222026-06-16T04:27:57.453Z
26232026-06-16T04:27:57.520Z+ for feat in tofino_stub tofino_asic softnpu chaos
26242026-06-16T04:27:57.520Z+ RUST_BACKTRACE=full
26252026-06-16T04:27:57.520Z+ cargo test --features tofino_asic --no-fail-fast
26262026-06-16T04:27:58.113Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
26272026-06-16T04:27:58.194Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
26282026-06-16T04:27:58.199Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
26292026-06-16T04:27:58.207Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
26302026-06-16T04:28:06.658Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
26312026-06-16T04:28:07.107Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26322026-06-16T04:28:47.018Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.48s
26332026-06-16T04:28:47.139Z Running unittests src/lib.rs (target/debug/deps/aal-0e6ca3b11e54dff2)
26342026-06-16T04:28:47.142Z
26352026-06-16T04:28:47.142Zrunning 5 tests
26362026-06-16T04:28:47.142Ztest fuse::tests::chip_revision_b1 ... ok
26372026-06-16T04:28:47.142Ztest fuse::tests::chip_revision_b0 ... ok
26382026-06-16T04:28:47.142Ztest fuse::tests::chip_revision_a0 ... ok
26392026-06-16T04:28:47.142Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26402026-06-16T04:28:47.143Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26412026-06-16T04:28:47.143Z
26422026-06-16T04:28:47.143Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26432026-06-16T04:28:47.143Z
26442026-06-16T04:28:47.146Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26452026-06-16T04:28:47.149Z
26462026-06-16T04:28:47.149Zrunning 0 tests
26472026-06-16T04:28:47.149Z
26482026-06-16T04:28:47.153Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26492026-06-16T04:28:47.153Z
26502026-06-16T04:28:47.153Z Running unittests src/lib.rs (target/debug/deps/asic-2a24bfbd3ee67e51)
26512026-06-16T04:28:47.252Z
26522026-06-16T04:28:47.253Zrunning 8 tests
26532026-06-16T04:28:47.256Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26542026-06-16T04:28:47.256Ztest tofino_asic::qsfp::tests::fix_link ... ok
26552026-06-16T04:28:47.256Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26562026-06-16T04:28:47.256Ztest tofino_asic::stats::constants_sanity_check ... ok
26572026-06-16T04:28:47.256Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26582026-06-16T04:28:47.256Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26592026-06-16T04:28:47.263Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26602026-06-16T04:28:47.754Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26612026-06-16T04:28:47.754Z
26622026-06-16T04:28:47.755Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26632026-06-16T04:28:47.755Z
26642026-06-16T04:28:47.764Z Running unittests src/lib.rs (target/debug/deps/common-f73f283c72862a8d)
26652026-06-16T04:28:47.767Z
26662026-06-16T04:28:47.767Zrunning 10 tests
26672026-06-16T04:28:47.767Ztest network::tests::test_equal ... ok
26682026-06-16T04:28:47.768Ztest nat::tests::test_vni ... ok
26692026-06-16T04:28:47.768Ztest network::tests::test_eui64 ... ok
26702026-06-16T04:28:47.768Ztest network::tests::test_into ... ok
26712026-06-16T04:28:47.768Ztest network::tests::test_generate_ipv6_link_local ... ok
26722026-06-16T04:28:47.768Ztest network::tests::test_not_equal ... ok
26732026-06-16T04:28:47.768Ztest network::tests::test_to_string ... ok
26742026-06-16T04:28:47.771Ztest network::tests::test_parse ... ok
26752026-06-16T04:28:47.771Ztest test_purge ... ok
26762026-06-16T04:28:47.771Ztest illumos::test::address_exists_handles_missing_object ... ok
26772026-06-16T04:28:47.771Z
26782026-06-16T04:28:47.772Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26792026-06-16T04:28:47.772Z
26802026-06-16T04:28:47.772Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-2f8af4dbfdf15400)
26812026-06-16T04:28:47.776Z
26822026-06-16T04:28:47.776Zrunning 1 test
26832026-06-16T04:28:47.780Z -------
26842026-06-16T04:28:47.780Z Generating OpenAPI documents from API definitions ...
26852026-06-16T04:28:47.917Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26862026-06-16T04:28:47.987Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26872026-06-16T04:28:48.986Z -------
26882026-06-16T04:28:48.986Z Checking 12 OpenAPI documents...
26892026-06-16T04:28:48.986Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26902026-06-16T04:28:48.986Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26912026-06-16T04:28:48.986Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26922026-06-16T04:28:48.990Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26932026-06-16T04:28:48.990Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26942026-06-16T04:28:48.990Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26952026-06-16T04:28:48.990Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26962026-06-16T04:28:48.990Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26972026-06-16T04:28:48.990Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26982026-06-16T04:28:48.990Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26992026-06-16T04:28:48.990Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
27002026-06-16T04:28:48.990Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
27012026-06-16T04:28:48.990Z Fresh dpd "latest" symlink
27022026-06-16T04:28:48.991Z -------
27032026-06-16T04:28:48.991Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
27042026-06-16T04:28:49.050Ztest test::test_apis_up_to_date ... ok
27052026-06-16T04:28:49.050Z
27062026-06-16T04:28:49.050Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
27072026-06-16T04:28:49.050Z
27082026-06-16T04:28:49.106Z Running unittests src/main.rs (target/debug/deps/dpd-b41ac0ea5be56171)
27092026-06-16T04:28:49.176Z
27102026-06-16T04:28:49.176Zrunning 51 tests
27112026-06-16T04:28:49.180Ztest freemap::test_ordering ... ok
27122026-06-16T04:28:49.180Ztest config::tests::test_updates ... ok
27132026-06-16T04:28:49.180Ztest freemap::test_split ... ok
27142026-06-16T04:28:49.180Ztest dhcpv6::tests::test_create_duid_bytes ... ok
27152026-06-16T04:28:49.180Ztest macaddrs::tests::test_mac_offset ... ok
27162026-06-16T04:28:49.180Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
27172026-06-16T04:28:49.181Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
27182026-06-16T04:28:49.181Ztest nat::test_mapping ... ok
27192026-06-16T04:28:49.181Ztest macaddrs::tests::test_parse_port_id ... ok
27202026-06-16T04:28:49.181Ztest port_map::tests::dump_map ... ok
27212026-06-16T04:28:49.181Ztest port_map::tests::test_backplane_group ... ok
27222026-06-16T04:28:49.181Ztest port_map::tests::test_port_map ... ok
27232026-06-16T04:28:49.181Ztest transceivers::mpn_test::test_mpn_missing ... ok
27242026-06-16T04:28:49.181Ztest transceivers::mpn_test::test_mpn_present ... ok
27252026-06-16T04:28:49.181Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27262026-06-16T04:28:49.181Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27272026-06-16T04:28:49.185Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27282026-06-16T04:28:49.185ZJun 16 04:28:47.852 DEBG created new freemapJun 16 04:28:47.852, unitDEBG created new freemapJun 16 04:28:47.852, unitDEBG: created new freemapfreemap_test,
27292026-06-16T04:28:49.185Zunit: freemap_test
27302026-06-16T04:28:49.185ZJun 16 04:28:47.852 DEBG initted freemap. size: 128, unit: freemap_test
27312026-06-16T04:28:49.185ZJun 16 04:28:47.852 DEBGJun 16 04:28:47.852 initted freemap. size: 128Jun 16 04:28:47.852DEBG, unitcreated new freemap:Jun 16 04:28:47.852, unitDEBG DEBG: created new freemapfreemap_testreset freemap , freemap_testunit,
27322026-06-16T04:28:49.185Zunit:: freemap_test
27332026-06-16T04:28:49.185Z
27342026-06-16T04:28:49.185Zfreemap_testJun 16 04:28:47.852
27352026-06-16T04:28:49.186ZDEBG reset freemap, unit: freemap_testJun 16 04:28:47.852
27362026-06-16T04:28:49.186Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27372026-06-16T04:28:49.186Z DEBG initted freemap. size: 128, unit: freemap_test
27382026-06-16T04:28:49.186ZJun 16 04:28:47.852 Jun 16 04:28:47.852DEBG DEBGinitted freemap. size: 128 , reset freemapunit, :unit :freemap_test
27392026-06-16T04:28:49.186Zfreemap_test
27402026-06-16T04:28:49.186ZJun 16 04:28:47.852 DEBG reset freemap, unit: freemap_test
27412026-06-16T04:28:49.186Z: freemap_test
27422026-06-16T04:28:49.186ZJun 16 04:28:47.852 DEBG initted freemap. size: 128, unit: freemap_test
27432026-06-16T04:28:49.186ZJun 16 04:28:47.852 DEBG reset freemap, unit: freemap_test
27442026-06-16T04:28:49.186Ztest freemap::test_span ... ok
27452026-06-16T04:28:49.186Ztest freemap::test_reclaim ... ok
27462026-06-16T04:28:49.186Ztest freemap::test_free ... ok
27472026-06-16T04:28:49.186Ztest freemap::test_basic ... ok
27482026-06-16T04:28:49.186Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27492026-06-16T04:28:49.186Ztest freemap::test_exhaustion ... ok
27502026-06-16T04:28:49.186Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27512026-06-16T04:28:49.186Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27522026-06-16T04:28:49.187Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27532026-06-16T04:28:49.187Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27542026-06-16T04:28:49.187Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27552026-06-16T04:28:49.187Ztest port_map::tests::parse_softnpu_revision ... ok
27562026-06-16T04:28:49.187Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27572026-06-16T04:28:49.187Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27582026-06-16T04:28:49.187Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27592026-06-16T04:28:49.187Ztest api_server::tests::test_build_info ... ok
27602026-06-16T04:28:49.187Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27612026-06-16T04:28:49.187Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27622026-06-16T04:28:49.187Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27632026-06-16T04:28:49.187Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27642026-06-16T04:28:49.187Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27652026-06-16T04:28:49.187Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27662026-06-16T04:28:49.187Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27672026-06-16T04:28:49.187Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27682026-06-16T04:28:49.187Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27692026-06-16T04:28:49.187Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27702026-06-16T04:28:49.188Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27712026-06-16T04:28:49.188Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27722026-06-16T04:28:49.188Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27732026-06-16T04:28:49.188Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27742026-06-16T04:28:49.188Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27752026-06-16T04:28:49.188Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27762026-06-16T04:28:49.188Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27772026-06-16T04:28:49.188Z
27782026-06-16T04:28:49.188Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27792026-06-16T04:28:49.188Z
27802026-06-16T04:28:49.195Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-efc09b06ed548e70)
27812026-06-16T04:28:49.198Z
27822026-06-16T04:28:49.198Zrunning 0 tests
27832026-06-16T04:28:49.198Z
27842026-06-16T04:28:49.198Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27852026-06-16T04:28:49.198Z
27862026-06-16T04:28:49.198Z Running unittests src/lib.rs (target/debug/deps/dpd_api-b3477d19fd94fc07)
27872026-06-16T04:28:49.202Z
27882026-06-16T04:28:49.202Zrunning 0 tests
27892026-06-16T04:28:49.202Z
27902026-06-16T04:28:49.202Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27912026-06-16T04:28:49.202Z
27922026-06-16T04:28:49.202Z Running unittests src/lib.rs (target/debug/deps/dpd_client-881205e744b94a8a)
27932026-06-16T04:28:49.202Z
27942026-06-16T04:28:49.202Zrunning 6 tests
27952026-06-16T04:28:49.206Ztest tests::test_full_lot_id_neither_present ... ok
27962026-06-16T04:28:49.206Ztest tests::test_full_lot_id_lot_only ... ok
27972026-06-16T04:28:49.206Ztest tests::test_full_lot_id_both_present ... ok
27982026-06-16T04:28:49.206Ztest tests::test_parse_client_port_id ... ok
27992026-06-16T04:28:49.206Ztest tests::test_full_lot_id_lotnum_only ... ok
28002026-06-16T04:28:49.206Ztest tests::test_port_id_cmp ... ok
28012026-06-16T04:28:49.206Z
28022026-06-16T04:28:49.206Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28032026-06-16T04:28:49.207Z
28042026-06-16T04:28:49.207Z Running tests/test_all.rs (target/debug/deps/test_all-a9380eb2a9233673)
28052026-06-16T04:28:49.207Z
28062026-06-16T04:28:49.207Zrunning 0 tests
28072026-06-16T04:28:49.207Z
28082026-06-16T04:28:49.207Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28092026-06-16T04:28:49.207Z
28102026-06-16T04:28:49.207Z Running unittests src/lib.rs (target/debug/deps/dpd_types-fc028ee8a730d329)
28112026-06-16T04:28:49.211Z
28122026-06-16T04:28:49.211Zrunning 0 tests
28132026-06-16T04:28:49.211Z
28142026-06-16T04:28:49.211Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28152026-06-16T04:28:49.211Z
28162026-06-16T04:28:49.211Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-376a531fbf212b7a)
28172026-06-16T04:28:49.211Z
28182026-06-16T04:28:49.211Zrunning 0 tests
28192026-06-16T04:28:49.211Z
28202026-06-16T04:28:49.211Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28212026-06-16T04:28:49.211Z
28222026-06-16T04:28:49.211Z Running unittests src/lib.rs (target/debug/deps/packet-e2c5dd8d7632cfa5)
28232026-06-16T04:28:49.211Z
28242026-06-16T04:28:49.211Zrunning 12 tests
28252026-06-16T04:28:49.212Ztest icmp::test_v4_checksum ... ok
28262026-06-16T04:28:49.212Ztest ipv6::test_ipv6_parse ... ok
28272026-06-16T04:28:49.212Ztest lldp::test_lldp_parse ... ok
28282026-06-16T04:28:49.212Ztest icmp::test_v6_checksum ... ok
28292026-06-16T04:28:49.212Ztest pbuf::test_byte ... ok
28302026-06-16T04:28:49.212Ztest pbuf::test_nibble ... ok
28312026-06-16T04:28:49.212Ztest pbuf::test_short ... ok
28322026-06-16T04:28:49.212Ztest pbuf::test_overflow ... ok
28332026-06-16T04:28:49.212Ztest pbuf::test_twelve ... ok
28342026-06-16T04:28:49.212Ztest pbuf::test_word ... ok
28352026-06-16T04:28:49.212Ztest tcp::test_checksum_syn_nodata ... ok
28362026-06-16T04:28:49.212Ztest tcp::test_checksum_ack_data ... ok
28372026-06-16T04:28:49.212Z
28382026-06-16T04:28:49.212Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28392026-06-16T04:28:49.212Z
28402026-06-16T04:28:49.271Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
28412026-06-16T04:28:49.271Z
28422026-06-16T04:28:49.271Zrunning 0 tests
28432026-06-16T04:28:49.271Z
28442026-06-16T04:28:49.271Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28452026-06-16T04:28:49.271Z
28462026-06-16T04:28:49.271Z Running unittests src/main.rs (target/debug/deps/swadm-d62c469660084595)
28472026-06-16T04:28:49.271Z
28482026-06-16T04:28:49.271Zrunning 5 tests
28492026-06-16T04:28:49.271Ztest switchport::test::test_compute_lanes ... ok
28502026-06-16T04:28:49.272Ztest switchport::test::port_id_ordering ... ok
28512026-06-16T04:28:49.272Z Lane 0 Lane 1 Lane 2 Lane 3
28522026-06-16T04:28:49.272Z State: Activated Lane 0 Activated Activated Activated
28532026-06-16T04:28:49.272ZLane 1 Rx Output Enabled: false Lane 2false Lane 3
28542026-06-16T04:28:49.272Zfalse Rx Loss-of-lock: Yesfalse
28552026-06-16T04:28:49.272ZYes Rx Output Status: valid Yes validYes
28562026-06-16T04:28:49.272Zvalid Rx Loss-of-signal: Yes valid
28572026-06-16T04:28:49.272ZYes Rx Loss-of-lock: trueYes Yestrue
28582026-06-16T04:28:49.272Z Rx CDR Enabled: Yes trueYes trueYes
28592026-06-16T04:28:49.272Z Rx Loss-of-signal: falseYes
28602026-06-16T04:28:49.272Zfalse Tx Enabled: Yes falseYes false
28612026-06-16T04:28:49.273ZYes Rx Auto-squelch Disable: trueYes
28622026-06-16T04:28:49.273Ztrue Tx Loss-of-lock: No trueNo true
28632026-06-16T04:28:49.273ZNo Tx Output Enabled: trueNo
28642026-06-16T04:28:49.273Ztrue Tx Loss-of-signal: No true No true
28652026-06-16T04:28:49.273Z Tx Output Status: invalidNo invalidNo
28662026-06-16T04:28:49.273Zinvalid Tx CDR Enabled: Noinvalid
28672026-06-16T04:28:49.273ZNo Tx Loss-of-lock: falseNo false Nofalse
28682026-06-16T04:28:49.273Z Tx Adaptive EQ Fault: Nofalse
28692026-06-16T04:28:49.273ZNo Tx Loss-of-signal: true No trueNo
28702026-06-16T04:28:49.273Ztrue Tx Fault: Yestrue
28712026-06-16T04:28:49.273ZYesTx Auto-squelch Disable: false falseYes Yesfalse
28722026-06-16T04:28:49.273Z false
28732026-06-16T04:28:49.273Z Tx Adaptive EQ Fail: true true true true
28742026-06-16T04:28:49.273Z Tx Failure: false false false false
28752026-06-16T04:28:49.273Z Tx Force Squelch: true true true true
28762026-06-16T04:28:49.274Z Tx Input Polarity: normal normal normal normal
28772026-06-16T04:28:49.274Ztest switchport::test::test_print_sff_datapath ... ok
28782026-06-16T04:28:49.274Ztest switchport::test::test_print_cmis_datapath ... ok
28792026-06-16T04:28:49.274Ztest link::test_filter ... ok
28802026-06-16T04:28:49.274Z
28812026-06-16T04:28:49.274Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28822026-06-16T04:28:49.274Z
28832026-06-16T04:28:49.274Z Running tests/counters.rs (target/debug/deps/counters-a36fd6128e650e22)
28842026-06-16T04:28:49.274Z
28852026-06-16T04:28:49.274Zrunning 1 test
28862026-06-16T04:28:49.274Ztest test_p4_counter_list ... ignored
28872026-06-16T04:28:49.274Z
28882026-06-16T04:28:49.274Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28892026-06-16T04:28:49.274Z
28902026-06-16T04:28:49.275Z Running tests/port-link.rs (target/debug/deps/port_link-b500ff926dda9627)
28912026-06-16T04:28:49.275Z
28922026-06-16T04:28:49.275Zrunning 5 tests
28932026-06-16T04:28:49.275Ztest test_an ... ignored
28942026-06-16T04:28:49.275Ztest test_enable ... ignored
28952026-06-16T04:28:49.275Ztest test_ip_addresses ... ignored
28962026-06-16T04:28:49.275Ztest test_kr ... ignored
28972026-06-16T04:28:49.275Ztest test_mac ... ignored
28982026-06-16T04:28:49.275Z
28992026-06-16T04:28:49.275Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
29002026-06-16T04:28:49.275Z
29012026-06-16T04:28:49.275Z Running unittests src/main.rs (target/debug/deps/tfportd-198a1c16ddc61523)
29022026-06-16T04:28:49.275Z
29032026-06-16T04:28:49.275Zrunning 3 tests
29042026-06-16T04:28:49.275Ztest linklocal::test_parse_ipadm ... ok
29052026-06-16T04:28:49.275Ztest tfport::test_parse_tfport ... ok
29062026-06-16T04:28:49.276Ztest config::tests::test_updates ... ok
29072026-06-16T04:28:49.276Z
29082026-06-16T04:28:49.276Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29092026-06-16T04:28:49.276Z
29102026-06-16T04:28:49.276Z Running unittests src/main.rs (target/debug/deps/uplinkd-994d154ac581a04c)
29112026-06-16T04:28:49.276Z
29122026-06-16T04:28:49.276Zrunning 0 tests
29132026-06-16T04:28:49.276Z
29142026-06-16T04:28:49.276Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29152026-06-16T04:28:49.276Z
29162026-06-16T04:28:49.277Z Running unittests src/main.rs (target/debug/deps/xtask-d000e72d13d47c1e)
29172026-06-16T04:28:49.277Z
29182026-06-16T04:28:49.277Zrunning 0 tests
29192026-06-16T04:28:49.277Z
29202026-06-16T04:28:49.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29212026-06-16T04:28:49.277Z
29222026-06-16T04:28:49.277Z Doc-tests aal
29232026-06-16T04:28:49.346Z
29242026-06-16T04:28:49.346Zrunning 0 tests
29252026-06-16T04:28:49.346Z
29262026-06-16T04:28:49.346Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29272026-06-16T04:28:49.350Z
29282026-06-16T04:28:49.362Z Doc-tests aal_macros
29292026-06-16T04:28:49.429Z
29302026-06-16T04:28:49.429Zrunning 0 tests
29312026-06-16T04:28:49.430Z
29322026-06-16T04:28:49.430Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29332026-06-16T04:28:49.430Z
29342026-06-16T04:28:49.439Z Doc-tests common
29352026-06-16T04:28:49.660Z
29362026-06-16T04:28:49.660Zrunning 0 tests
29372026-06-16T04:28:49.660Z
29382026-06-16T04:28:49.660Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29392026-06-16T04:28:49.660Z
29402026-06-16T04:28:49.681Z Doc-tests dpd_api
29412026-06-16T04:28:50.421Z
29422026-06-16T04:28:50.421Zrunning 2 tests
29432026-06-16T04:28:50.421Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29442026-06-16T04:28:50.421Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29452026-06-16T04:28:50.421Z
29462026-06-16T04:28:50.421Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29472026-06-16T04:28:50.421Z
29482026-06-16T04:28:50.454Z Doc-tests dpd_client
29492026-06-16T04:28:51.734Z
29502026-06-16T04:28:51.734Zrunning 0 tests
29512026-06-16T04:28:51.734Z
29522026-06-16T04:28:51.734Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29532026-06-16T04:28:51.734Z
29542026-06-16T04:28:51.779Z Doc-tests dpd_types
29552026-06-16T04:28:51.995Z
29562026-06-16T04:28:51.996Zrunning 0 tests
29572026-06-16T04:28:51.996Z
29582026-06-16T04:28:51.996Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29592026-06-16T04:28:51.996Z
29602026-06-16T04:28:52.025Z Doc-tests dpd_types_versions
29612026-06-16T04:28:53.229Z
29622026-06-16T04:28:53.229Zrunning 1 test
29632026-06-16T04:28:53.229Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29642026-06-16T04:28:53.229Z
29652026-06-16T04:28:53.229Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29662026-06-16T04:28:53.229Z
29672026-06-16T04:28:53.274Z Doc-tests packet
29682026-06-16T04:28:53.383Z
29692026-06-16T04:28:53.383Zrunning 0 tests
29702026-06-16T04:28:53.383Z
29712026-06-16T04:28:53.383Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29722026-06-16T04:28:53.383Z
29732026-06-16T04:28:53.399Z Doc-tests pcap
29742026-06-16T04:28:53.453Z
29752026-06-16T04:28:53.453Zrunning 0 tests
29762026-06-16T04:28:53.453Z
29772026-06-16T04:28:53.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29782026-06-16T04:28:53.453Z
29792026-06-16T04:28:53.499Z+ for feat in tofino_stub tofino_asic softnpu chaos
29802026-06-16T04:28:53.499Z+ RUST_BACKTRACE=full
29812026-06-16T04:28:53.499Z+ cargo test --features softnpu --no-fail-fast
29822026-06-16T04:28:54.146Z Compiling num-integer v0.1.46
29832026-06-16T04:28:54.231Z Compiling num-complex v0.4.6
29842026-06-16T04:28:54.275Z Compiling bitstruct_derive v0.1.0
29852026-06-16T04:28:54.280Z Compiling tap v1.0.1
29862026-06-16T04:28:54.398Z Compiling wyz v0.5.1
29872026-06-16T04:28:54.524Z Compiling num-iter v0.1.45
29882026-06-16T04:28:54.558Z Compiling num-rational v0.4.2
29892026-06-16T04:28:54.580Z Compiling num-bigint v0.4.6
29902026-06-16T04:28:54.653Z Compiling radium v0.7.0
29912026-06-16T04:28:54.681Z Compiling funty v2.0.0
29922026-06-16T04:28:54.714Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29932026-06-16T04:28:54.765Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29942026-06-16T04:28:54.854Z Compiling num v0.4.3
29952026-06-16T04:28:54.937Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29962026-06-16T04:28:54.960Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29972026-06-16T04:28:54.972Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29982026-06-16T04:28:55.071Z Compiling bitvec v1.0.1
29992026-06-16T04:28:55.089Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30002026-06-16T04:28:55.225Z Compiling typeid v1.0.3
30012026-06-16T04:28:55.261Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
30022026-06-16T04:28:55.343Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30032026-06-16T04:28:55.358Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30042026-06-16T04:28:55.386Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30052026-06-16T04:28:55.693Z Compiling ascii v1.1.0
30062026-06-16T04:28:56.099Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30072026-06-16T04:28:56.171Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30082026-06-16T04:28:56.244Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30092026-06-16T04:28:56.304Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
30102026-06-16T04:28:56.450Z Compiling erased-serde v0.4.8
30112026-06-16T04:28:56.554Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
30122026-06-16T04:28:56.641Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30132026-06-16T04:28:56.728Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
30142026-06-16T04:28:56.955Z Compiling bitstruct v0.1.1
30152026-06-16T04:28:57.273Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
30162026-06-16T04:28:57.301Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30172026-06-16T04:28:57.338Z Compiling serde_arrays v0.1.0
30182026-06-16T04:28:57.349Z Compiling libloading v0.7.4
30192026-06-16T04:28:57.579Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30202026-06-16T04:28:58.129Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
30212026-06-16T04:28:58.348Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30222026-06-16T04:28:58.381Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
30232026-06-16T04:28:59.478Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30242026-06-16T04:29:00.234Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
30252026-06-16T04:29:06.140Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30262026-06-16T04:29:07.423Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
30272026-06-16T04:29:07.423Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30282026-06-16T04:29:07.424Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30292026-06-16T04:29:07.424Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30302026-06-16T04:29:07.424Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
30312026-06-16T04:29:08.560Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30322026-06-16T04:29:08.957Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30332026-06-16T04:29:11.490Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30342026-06-16T04:29:12.014Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30352026-06-16T04:29:13.426Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30362026-06-16T04:29:15.163Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30372026-06-16T04:29:15.563Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30382026-06-16T04:29:16.071Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30392026-06-16T04:29:23.687Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30402026-06-16T04:29:26.264Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30412026-06-16T04:29:29.147Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30422026-06-16T04:30:10.919Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
30432026-06-16T04:30:11.040Z Running unittests src/lib.rs (target/debug/deps/aal-43f548d27d07d6e3)
30442026-06-16T04:30:11.043Z
30452026-06-16T04:30:11.043Zrunning 5 tests
30462026-06-16T04:30:11.043Ztest fuse::tests::chip_revision_a0 ... ok
30472026-06-16T04:30:11.043Ztest fuse::tests::chip_revision_b1 ... ok
30482026-06-16T04:30:11.043Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30492026-06-16T04:30:11.043Ztest fuse::tests::chip_revision_b0 ... ok
30502026-06-16T04:30:11.043Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30512026-06-16T04:30:11.043Z
30522026-06-16T04:30:11.043Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30532026-06-16T04:30:11.043Z
30542026-06-16T04:30:11.043Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30552026-06-16T04:30:11.050Z
30562026-06-16T04:30:11.050Zrunning 0 tests
30572026-06-16T04:30:11.050Z
30582026-06-16T04:30:11.050Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30592026-06-16T04:30:11.050Z
30602026-06-16T04:30:11.053Z Running unittests src/lib.rs (target/debug/deps/asic-e196535057c1556b)
30612026-06-16T04:30:11.053Z
30622026-06-16T04:30:11.053Zrunning 0 tests
30632026-06-16T04:30:11.053Z
30642026-06-16T04:30:11.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30652026-06-16T04:30:11.053Z
30662026-06-16T04:30:11.053Z Running unittests src/lib.rs (target/debug/deps/common-f73f283c72862a8d)
30672026-06-16T04:30:11.057Z
30682026-06-16T04:30:11.057Zrunning 10 tests
30692026-06-16T04:30:11.062Ztest nat::tests::test_vni ... ok
30702026-06-16T04:30:11.062Ztest network::tests::test_equal ... ok
30712026-06-16T04:30:11.062Ztest network::tests::test_eui64 ... ok
30722026-06-16T04:30:11.063Ztest network::tests::test_into ... ok
30732026-06-16T04:30:11.063Ztest network::tests::test_generate_ipv6_link_local ... ok
30742026-06-16T04:30:11.063Ztest network::tests::test_not_equal ... ok
30752026-06-16T04:30:11.063Ztest network::tests::test_to_string ... ok
30762026-06-16T04:30:11.063Ztest network::tests::test_parse ... ok
30772026-06-16T04:30:11.063Ztest test_purge ... ok
30782026-06-16T04:30:11.066Ztest illumos::test::address_exists_handles_missing_object ... ok
30792026-06-16T04:30:11.066Z
30802026-06-16T04:30:11.066Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30812026-06-16T04:30:11.066Z
30822026-06-16T04:30:11.066Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-31ad2f9920419954)
30832026-06-16T04:30:11.071Z
30842026-06-16T04:30:11.071Zrunning 1 test
30852026-06-16T04:30:11.074Z -------
30862026-06-16T04:30:11.074Z Generating OpenAPI documents from API definitions ...
30872026-06-16T04:30:11.217Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30882026-06-16T04:30:11.287Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30892026-06-16T04:30:12.321Z -------
30902026-06-16T04:30:12.322Z Checking 12 OpenAPI documents...
30912026-06-16T04:30:12.322Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30922026-06-16T04:30:12.322Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30932026-06-16T04:30:12.322Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30942026-06-16T04:30:12.322Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30952026-06-16T04:30:12.325Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30962026-06-16T04:30:12.325Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30972026-06-16T04:30:12.325Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30982026-06-16T04:30:12.325Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30992026-06-16T04:30:12.325Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
31002026-06-16T04:30:12.325Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
31012026-06-16T04:30:12.325Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
31022026-06-16T04:30:12.325Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
31032026-06-16T04:30:12.326Z Fresh dpd "latest" symlink
31042026-06-16T04:30:12.326Z -------
31052026-06-16T04:30:12.326Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
31062026-06-16T04:30:12.385Ztest test::test_apis_up_to_date ... ok
31072026-06-16T04:30:12.385Z
31082026-06-16T04:30:12.385Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
31092026-06-16T04:30:12.385Z
31102026-06-16T04:30:12.440Z Running unittests src/main.rs (target/debug/deps/dpd-893df84c42acda85)
31112026-06-16T04:30:12.446Z
31122026-06-16T04:30:12.446Zrunning 19 tests
31132026-06-16T04:30:12.449Ztest freemap::test_ordering ... ok
31142026-06-16T04:30:12.449Ztest config::tests::test_updates ... ok
31152026-06-16T04:30:12.449Ztest freemap::test_split ... ok
31162026-06-16T04:30:12.449Ztest dhcpv6::tests::test_create_duid_bytes ... ok
31172026-06-16T04:30:12.449Ztest macaddrs::tests::test_mac_offset ... ok
31182026-06-16T04:30:12.449Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
31192026-06-16T04:30:12.449Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
31202026-06-16T04:30:12.453Ztest macaddrs::tests::test_parse_port_id ... ok
31212026-06-16T04:30:12.453Ztest nat::test_mapping ... ok
31222026-06-16T04:30:12.453Ztest port_map::tests::dump_map ... ok
31232026-06-16T04:30:12.453Ztest port_map::tests::test_backplane_group ... ok
31242026-06-16T04:30:12.453Ztest port_map::tests::test_port_map ... ok
31252026-06-16T04:30:12.453ZJun 16 04:30:11.122 DEBG created new freemapJun 16 04:30:11.122, unitDEBG: created new freemapfreemap_test,
31262026-06-16T04:30:12.453Zunit:Jun 16 04:30:11.122 freemap_testJun 16 04:30:11.122DEBG
31272026-06-16T04:30:12.453ZDEBG initted freemap. size: 128created new freemap, unit, :Jun 16 04:30:11.122unit :DEBG freemap_testfreemap_testinitted freemap. size: 128
31282026-06-16T04:30:12.453Z
31292026-06-16T04:30:12.453Z, unit: freemap_test
31302026-06-16T04:30:12.453ZJun 16 04:30:11.122Jun 16 04:30:11.122 DEBGDEBGJun 16 04:30:11.122Jun 16 04:30:11.122 reset freemapinitted freemap. size: 128, , DEBGunitDEBGunit :reset freemap :created new freemapfreemap_test, ,
31312026-06-16T04:30:12.453Zfreemap_testunit
31322026-06-16T04:30:12.454Zunit: :freemap_test Jun 16 04:30:11.122
31332026-06-16T04:30:12.454Zfreemap_test
31342026-06-16T04:30:12.454ZDEBG reset freemapJun 16 04:30:11.122, unitDEBG: initted freemap. size: 128freemap_test,
31352026-06-16T04:30:12.454Zunit: freemap_test
31362026-06-16T04:30:12.454ZJun 16 04:30:11.122 DEBG reset freemap, unit: freemap_test
31372026-06-16T04:30:12.454Ztest freemap::test_basic ... ok
31382026-06-16T04:30:12.454Ztest freemap::test_reclaim ... ok
31392026-06-16T04:30:12.454Ztest freemap::test_free ... ok
31402026-06-16T04:30:12.455Ztest freemap::test_exhaustion ... ok
31412026-06-16T04:30:12.455ZJun 16 04:30:11.123 DEBG created new freemap, unit: freemap_test
31422026-06-16T04:30:12.455ZJun 16 04:30:11.123 DEBG initted freemap. size: 128, unit: freemap_test
31432026-06-16T04:30:12.455ZJun 16 04:30:11.123 DEBG reset freemap, unit: freemap_test
31442026-06-16T04:30:12.455Ztest freemap::test_span ... ok
31452026-06-16T04:30:12.455Ztest api_server::tests::test_build_info ... ok
31462026-06-16T04:30:12.455Ztest port_map::tests::parse_softnpu_revision ... ok
31472026-06-16T04:30:12.455Z
31482026-06-16T04:30:12.455Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31492026-06-16T04:30:12.455Z
31502026-06-16T04:30:12.458Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-e47b94a463543801)
31512026-06-16T04:30:12.458Z
31522026-06-16T04:30:12.458Zrunning 0 tests
31532026-06-16T04:30:12.458Z
31542026-06-16T04:30:12.458Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31552026-06-16T04:30:12.459Z
31562026-06-16T04:30:12.459Z Running unittests src/lib.rs (target/debug/deps/dpd_api-db478873d75cbc5a)
31572026-06-16T04:30:12.462Z
31582026-06-16T04:30:12.462Zrunning 0 tests
31592026-06-16T04:30:12.462Z
31602026-06-16T04:30:12.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31612026-06-16T04:30:12.462Z
31622026-06-16T04:30:12.462Z Running unittests src/lib.rs (target/debug/deps/dpd_client-a8f73b5e67274a0d)
31632026-06-16T04:30:12.462Z
31642026-06-16T04:30:12.462Zrunning 6 tests
31652026-06-16T04:30:12.462Ztest tests::test_parse_client_port_id ... ok
31662026-06-16T04:30:12.462Ztest tests::test_port_id_cmp ... ok
31672026-06-16T04:30:12.462Ztest tests::test_full_lot_id_neither_present ... ok
31682026-06-16T04:30:12.462Ztest tests::test_full_lot_id_lotnum_only ... ok
31692026-06-16T04:30:12.463Ztest tests::test_full_lot_id_both_present ... ok
31702026-06-16T04:30:12.463Ztest tests::test_full_lot_id_lot_only ... ok
31712026-06-16T04:30:12.463Z
31722026-06-16T04:30:12.463Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31732026-06-16T04:30:12.463Z
31742026-06-16T04:30:12.463Z Running tests/test_all.rs (target/debug/deps/test_all-38a481f6cfdee511)
31752026-06-16T04:30:12.467Z
31762026-06-16T04:30:12.467Zrunning 0 tests
31772026-06-16T04:30:12.467Z
31782026-06-16T04:30:12.467Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31792026-06-16T04:30:12.467Z
31802026-06-16T04:30:12.467Z Running unittests src/lib.rs (target/debug/deps/dpd_types-30c1d6f70b39ab46)
31812026-06-16T04:30:12.467Z
31822026-06-16T04:30:12.467Zrunning 0 tests
31832026-06-16T04:30:12.467Z
31842026-06-16T04:30:12.467Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31852026-06-16T04:30:12.467Z
31862026-06-16T04:30:12.467Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-2e130bb2c8ea8621)
31872026-06-16T04:30:12.467Z
31882026-06-16T04:30:12.467Zrunning 0 tests
31892026-06-16T04:30:12.468Z
31902026-06-16T04:30:12.468Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31912026-06-16T04:30:12.468Z
31922026-06-16T04:30:12.471Z Running unittests src/lib.rs (target/debug/deps/packet-e2c5dd8d7632cfa5)
31932026-06-16T04:30:12.474Z
31942026-06-16T04:30:12.474Zrunning 12 tests
31952026-06-16T04:30:12.478Ztest icmp::test_v6_checksum ... ok
31962026-06-16T04:30:12.478Ztest ipv6::test_ipv6_parse ... ok
31972026-06-16T04:30:12.478Ztest lldp::test_lldp_parse ... ok
31982026-06-16T04:30:12.478Ztest icmp::test_v4_checksum ... ok
31992026-06-16T04:30:12.478Ztest pbuf::test_byte ... ok
32002026-06-16T04:30:12.478Ztest pbuf::test_nibble ... ok
32012026-06-16T04:30:12.478Ztest pbuf::test_short ... ok
32022026-06-16T04:30:12.478Ztest pbuf::test_overflow ... ok
32032026-06-16T04:30:12.478Ztest pbuf::test_twelve ... ok
32042026-06-16T04:30:12.478Ztest pbuf::test_word ... ok
32052026-06-16T04:30:12.478Ztest tcp::test_checksum_ack_data ... ok
32062026-06-16T04:30:12.478Ztest tcp::test_checksum_syn_nodata ... ok
32072026-06-16T04:30:12.479Z
32082026-06-16T04:30:12.479Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32092026-06-16T04:30:12.479Z
32102026-06-16T04:30:12.479Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
32112026-06-16T04:30:12.482Z
32122026-06-16T04:30:12.482Zrunning 0 tests
32132026-06-16T04:30:12.482Z
32142026-06-16T04:30:12.482Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32152026-06-16T04:30:12.482Z
32162026-06-16T04:30:12.482Z Running unittests src/main.rs (target/debug/deps/swadm-c7e7217ca246514c)
32172026-06-16T04:30:12.491Z
32182026-06-16T04:30:12.491Zrunning 5 tests
32192026-06-16T04:30:12.495Ztest switchport::test::test_compute_lanes ... ok
32202026-06-16T04:30:12.499Ztest switchport::test::port_id_ordering ... ok
32212026-06-16T04:30:12.500Z Lane 0 Lane 1 Lane 2 Lane 3
32222026-06-16T04:30:12.500Z Rx Loss-of-lock: Yes Yes Yes Yes
32232026-06-16T04:30:12.500Z Rx Loss-of-signal: Yes Yes Yes Yes
32242026-06-16T04:30:12.500Z Rx CDR Enabled: Yes Yes Yes Yes
32252026-06-16T04:30:12.500Z Tx Enabled: Yes Yes Yes Yes
32262026-06-16T04:30:12.500Z Lane 0 Tx Loss-of-lock: No No No Lane 1No
32272026-06-16T04:30:12.500Z Lane 2 Tx Loss-of-signal: No Lane 3No
32282026-06-16T04:30:12.500ZNo No
32292026-06-16T04:30:12.500Z State: Activated Tx CDR Enabled: No ActivatedNo NoActivated NoActivated
32302026-06-16T04:30:12.500Z
32312026-06-16T04:30:12.500Z Tx Adaptive EQ Fault: No Rx Output Enabled: false No falseNo falseNo
32322026-06-16T04:30:12.500Zfalse
32332026-06-16T04:30:12.500Z Tx Fault: Yes Rx Output Status: valid Yes valid Yesvalid Yesvalid
32342026-06-16T04:30:12.500Z
32352026-06-16T04:30:12.500Z Rx Loss-of-lock: true true true true
32362026-06-16T04:30:12.500Z Rx Loss-of-signal: false false false false
32372026-06-16T04:30:12.500ZRx Auto-squelch Disable: true true true true
32382026-06-16T04:30:12.500Ztest link::test_filter ... Tx Output Enabled: trueok
32392026-06-16T04:30:12.500Ztrue true true
32402026-06-16T04:30:12.500Z Tx Output Status: invalid invalid invalid invalid
32412026-06-16T04:30:12.500Z Tx Loss-of-lock: false false false false
32422026-06-16T04:30:12.500Z Tx Loss-of-signal: true true true true
32432026-06-16T04:30:12.500ZTx Auto-squelch Disable: false false false false
32442026-06-16T04:30:12.500Z Tx Adaptive EQ Fail: true true true true
32452026-06-16T04:30:12.500Z Tx Failure: false false false false
32462026-06-16T04:30:12.500Z Tx Force Squelch: true true true true
32472026-06-16T04:30:12.500Ztest switchport::test::test_print_sff_datapath ... Tx Input Polarity: normal ok
32482026-06-16T04:30:12.500Znormal normal normal
32492026-06-16T04:30:12.500Ztest switchport::test::test_print_cmis_datapath ... ok
32502026-06-16T04:30:12.500Z
32512026-06-16T04:30:12.500Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32522026-06-16T04:30:12.500Z
32532026-06-16T04:30:12.504Z Running tests/counters.rs (target/debug/deps/counters-796d2be1230d1dfe)
32542026-06-16T04:30:12.508Z
32552026-06-16T04:30:12.508Zrunning 1 test
32562026-06-16T04:30:12.508Ztest test_p4_counter_list ... ignored
32572026-06-16T04:30:12.508Z
32582026-06-16T04:30:12.508Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32592026-06-16T04:30:12.508Z
32602026-06-16T04:30:12.508Z Running tests/port-link.rs (target/debug/deps/port_link-8319002df74448d8)
32612026-06-16T04:30:12.512Z
32622026-06-16T04:30:12.512Zrunning 5 tests
32632026-06-16T04:30:12.512Ztest test_an ... ignored
32642026-06-16T04:30:12.512Ztest test_enable ... ignored
32652026-06-16T04:30:12.512Ztest test_ip_addresses ... ignored
32662026-06-16T04:30:12.512Ztest test_kr ... ignored
32672026-06-16T04:30:12.512Ztest test_mac ... ignored
32682026-06-16T04:30:12.512Z
32692026-06-16T04:30:12.512Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32702026-06-16T04:30:12.512Z
32712026-06-16T04:30:12.515Z Running unittests src/main.rs (target/debug/deps/tfportd-64337da1d638002d)
32722026-06-16T04:30:12.519Z
32732026-06-16T04:30:12.519Zrunning 3 tests
32742026-06-16T04:30:12.519Ztest linklocal::test_parse_ipadm ... ok
32752026-06-16T04:30:12.519Ztest tfport::test_parse_tfport ... ok
32762026-06-16T04:30:12.519Ztest config::tests::test_updates ... ok
32772026-06-16T04:30:12.519Z
32782026-06-16T04:30:12.519Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32792026-06-16T04:30:12.519Z
32802026-06-16T04:30:12.523Z Running unittests src/main.rs (target/debug/deps/uplinkd-994d154ac581a04c)
32812026-06-16T04:30:12.525Z
32822026-06-16T04:30:12.525Zrunning 0 tests
32832026-06-16T04:30:12.526Z
32842026-06-16T04:30:12.526Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32852026-06-16T04:30:12.526Z
32862026-06-16T04:30:12.526Z Running unittests src/main.rs (target/debug/deps/xtask-d000e72d13d47c1e)
32872026-06-16T04:30:12.528Z
32882026-06-16T04:30:12.529Zrunning 0 tests
32892026-06-16T04:30:12.529Z
32902026-06-16T04:30:12.529Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32912026-06-16T04:30:12.529Z
32922026-06-16T04:30:12.533Z Doc-tests aal
32932026-06-16T04:30:12.654Z
32942026-06-16T04:30:12.654Zrunning 0 tests
32952026-06-16T04:30:12.654Z
32962026-06-16T04:30:12.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32972026-06-16T04:30:12.658Z
32982026-06-16T04:30:12.671Z Doc-tests aal_macros
32992026-06-16T04:30:12.743Z
33002026-06-16T04:30:12.743Zrunning 0 tests
33012026-06-16T04:30:12.743Z
33022026-06-16T04:30:12.743Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33032026-06-16T04:30:12.743Z
33042026-06-16T04:30:12.754Z Doc-tests common
33052026-06-16T04:30:12.987Z
33062026-06-16T04:30:12.987Zrunning 0 tests
33072026-06-16T04:30:12.987Z
33082026-06-16T04:30:12.987Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33092026-06-16T04:30:12.987Z
33102026-06-16T04:30:13.006Z Doc-tests dpd_api
33112026-06-16T04:30:13.756Z
33122026-06-16T04:30:13.756Zrunning 2 tests
33132026-06-16T04:30:13.757Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
33142026-06-16T04:30:13.757Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
33152026-06-16T04:30:13.757Z
33162026-06-16T04:30:13.757Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
33172026-06-16T04:30:13.757Z
33182026-06-16T04:30:13.788Z Doc-tests dpd_client
33192026-06-16T04:30:15.047Z
33202026-06-16T04:30:15.047Zrunning 0 tests
33212026-06-16T04:30:15.047Z
33222026-06-16T04:30:15.047Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33232026-06-16T04:30:15.047Z
33242026-06-16T04:30:15.093Z Doc-tests dpd_types
33252026-06-16T04:30:15.305Z
33262026-06-16T04:30:15.305Zrunning 0 tests
33272026-06-16T04:30:15.305Z
33282026-06-16T04:30:15.305Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33292026-06-16T04:30:15.305Z
33302026-06-16T04:30:15.332Z Doc-tests dpd_types_versions
33312026-06-16T04:30:16.536Z
33322026-06-16T04:30:16.536Zrunning 1 test
33332026-06-16T04:30:16.536Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33342026-06-16T04:30:16.536Z
33352026-06-16T04:30:16.536Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33362026-06-16T04:30:16.536Z
33372026-06-16T04:30:16.581Z Doc-tests packet
33382026-06-16T04:30:16.687Z
33392026-06-16T04:30:16.687Zrunning 0 tests
33402026-06-16T04:30:16.687Z
33412026-06-16T04:30:16.688Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33422026-06-16T04:30:16.688Z
33432026-06-16T04:30:16.703Z Doc-tests pcap
33442026-06-16T04:30:16.755Z
33452026-06-16T04:30:16.755Zrunning 0 tests
33462026-06-16T04:30:16.755Z
33472026-06-16T04:30:16.755Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33482026-06-16T04:30:16.756Z
33492026-06-16T04:30:16.808Z+ for feat in tofino_stub tofino_asic softnpu chaos
33502026-06-16T04:30:16.808Z+ RUST_BACKTRACE=full
33512026-06-16T04:30:16.808Z+ cargo test --features chaos --no-fail-fast
33522026-06-16T04:30:17.417Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33532026-06-16T04:30:17.496Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33542026-06-16T04:30:17.505Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33552026-06-16T04:30:25.744Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33562026-06-16T04:30:26.294Zwarning: unused import: `rand::Rng`
33572026-06-16T04:30:26.294Z --> dpd-client/tests/chaos_tests/port_settings.rs:21:5
33582026-06-16T04:30:26.294Z |
33592026-06-16T04:30:26.294Z21 | use rand::Rng;
33602026-06-16T04:30:26.294Z | ^^^^^^^^^
33612026-06-16T04:30:26.294Z |
33622026-06-16T04:30:26.294Z = note: `#[warn(unused_imports)]` on by default
33632026-06-16T04:30:26.294Z
33642026-06-16T04:30:26.334Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33652026-06-16T04:30:26.642Zerror[E0599]: no method named `random` found for struct `ThreadRng` in the current scope
33662026-06-16T04:30:26.642Z --> dpd-client/tests/chaos_tests/port_settings.rs:510:12
33672026-06-16T04:30:26.642Z |
33682026-06-16T04:30:26.642Z510 | if rng.random::<f64>() < 0.15 {
33692026-06-16T04:30:26.642Z | ^^^^^^
33702026-06-16T04:30:26.642Z |
33712026-06-16T04:30:26.642Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:8
33722026-06-16T04:30:26.642Z |
33732026-06-16T04:30:26.642Z 93 | fn random<T>(&mut self) -> T
33742026-06-16T04:30:26.642Z | ------ the method is available for `ThreadRng` here
33752026-06-16T04:30:26.642Z |
33762026-06-16T04:30:26.642Z = help: items from traits can only be used if the trait is in scope
33772026-06-16T04:30:26.642Zhelp: there is a method `and` with a similar name, but with different arguments
33782026-06-16T04:30:26.642Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/mod.rs:141:5
33792026-06-16T04:30:26.642Z |
33802026-06-16T04:30:26.642Z141 | / fn and<P, B, E>(self, other: P) -> And<Self, P>
33812026-06-16T04:30:26.642Z142 | | where
33822026-06-16T04:30:26.642Z143 | | Self: Policy<B, E> + Sized,
33832026-06-16T04:30:26.642Z144 | | P: Policy<B, E>;
33842026-06-16T04:30:26.642Z | |________________________^
33852026-06-16T04:30:26.642Zhelp: trait `RngExt` which provides `random` is implemented but not in scope; perhaps you want to import it
33862026-06-16T04:30:26.642Z |
33872026-06-16T04:30:26.642Z 7 + use rand::RngExt;
33882026-06-16T04:30:26.642Z |
33892026-06-16T04:30:26.642Z
33902026-06-16T04:30:26.656Zerror[E0599]: no method named `random` found for struct `ThreadRng` in the current scope
33912026-06-16T04:30:26.656Z --> dpd-client/tests/chaos_tests/port_settings.rs:520:22
33922026-06-16T04:30:26.656Z |
33932026-06-16T04:30:26.656Z520 | autoneg: rng.random(),
33942026-06-16T04:30:26.656Z | ^^^^^^
33952026-06-16T04:30:26.656Z |
33962026-06-16T04:30:26.656Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:8
33972026-06-16T04:30:26.656Z |
33982026-06-16T04:30:26.656Z 93 | fn random<T>(&mut self) -> T
33992026-06-16T04:30:26.656Z | ------ the method is available for `ThreadRng` here
34002026-06-16T04:30:26.656Z |
34012026-06-16T04:30:26.656Z = help: items from traits can only be used if the trait is in scope
34022026-06-16T04:30:26.656Zhelp: there is a method `and` with a similar name, but with different arguments
34032026-06-16T04:30:26.656Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/mod.rs:141:5
34042026-06-16T04:30:26.656Z |
34052026-06-16T04:30:26.656Z141 | / fn and<P, B, E>(self, other: P) -> And<Self, P>
34062026-06-16T04:30:26.656Z142 | | where
34072026-06-16T04:30:26.657Z143 | | Self: Policy<B, E> + Sized,
34082026-06-16T04:30:26.657Z144 | | P: Policy<B, E>;
34092026-06-16T04:30:26.657Z | |________________________^
34102026-06-16T04:30:26.657Zhelp: trait `RngExt` which provides `random` is implemented but not in scope; perhaps you want to import it
34112026-06-16T04:30:26.657Z |
34122026-06-16T04:30:26.657Z 7 + use rand::RngExt;
34132026-06-16T04:30:26.657Z |
34142026-06-16T04:30:26.657Z
34152026-06-16T04:30:26.664Zerror[E0599]: no method named `random` found for struct `ThreadRng` in the current scope
34162026-06-16T04:30:26.665Z --> dpd-client/tests/chaos_tests/port_settings.rs:521:17
34172026-06-16T04:30:26.665Z |
34182026-06-16T04:30:26.665Z521 | kr: rng.random(),
34192026-06-16T04:30:26.665Z | ^^^^^^
34202026-06-16T04:30:26.665Z |
34212026-06-16T04:30:26.665Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:8
34222026-06-16T04:30:26.665Z |
34232026-06-16T04:30:26.665Z 93 | fn random<T>(&mut self) -> T
34242026-06-16T04:30:26.665Z | ------ the method is available for `ThreadRng` here
34252026-06-16T04:30:26.665Z |
34262026-06-16T04:30:26.665Z = help: items from traits can only be used if the trait is in scope
34272026-06-16T04:30:26.665Zhelp: there is a method `and` with a similar name, but with different arguments
34282026-06-16T04:30:26.665Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/mod.rs:141:5
34292026-06-16T04:30:26.665Z |
34302026-06-16T04:30:26.665Z141 | / fn and<P, B, E>(self, other: P) -> And<Self, P>
34312026-06-16T04:30:26.665Z142 | | where
34322026-06-16T04:30:26.665Z143 | | Self: Policy<B, E> + Sized,
34332026-06-16T04:30:26.665Z144 | | P: Policy<B, E>;
34342026-06-16T04:30:26.665Z | |________________________^
34352026-06-16T04:30:26.665Zhelp: trait `RngExt` which provides `random` is implemented but not in scope; perhaps you want to import it
34362026-06-16T04:30:26.665Z |
34372026-06-16T04:30:26.665Z 7 + use rand::RngExt;
34382026-06-16T04:30:26.665Z |
34392026-06-16T04:30:26.665Z
34402026-06-16T04:30:26.677Zerror[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
34412026-06-16T04:30:26.677Z --> dpd-client/tests/chaos_tests/port_settings.rs:531:21
34422026-06-16T04:30:26.677Z |
34432026-06-16T04:30:26.677Z531 | for _ in 0..rng.random_range(0..15) {
34442026-06-16T04:30:26.677Z | ^^^^^^^^^^^^
34452026-06-16T04:30:26.677Z |
34462026-06-16T04:30:26.677Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
34472026-06-16T04:30:26.677Z |
34482026-06-16T04:30:26.677Z159 | fn random_range<T, R>(&mut self, range: R) -> T
34492026-06-16T04:30:26.677Z | ------------ the method is available for `ThreadRng` here
34502026-06-16T04:30:26.677Z |
34512026-06-16T04:30:26.677Z = help: items from traits can only be used if the trait is in scope
34522026-06-16T04:30:26.678Zhelp: there is a method `random` with a similar name, but with different arguments
34532026-06-16T04:30:26.678Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
34542026-06-16T04:30:26.678Z |
34552026-06-16T04:30:26.678Z 93 | / fn random<T>(&mut self) -> T
34562026-06-16T04:30:26.678Z 94 | | where
34572026-06-16T04:30:26.678Z 95 | | StandardUniform: Distribution<T>,
34582026-06-16T04:30:26.678Z | |_________________________________________^
34592026-06-16T04:30:26.678Zhelp: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
34602026-06-16T04:30:26.678Z |
34612026-06-16T04:30:26.678Z 7 + use rand::RngExt;
34622026-06-16T04:30:26.678Z |
34632026-06-16T04:30:26.678Z
34642026-06-16T04:30:26.687Zerror[E0599]: no method named `random` found for struct `ThreadRng` in the current scope
34652026-06-16T04:30:26.687Z --> dpd-client/tests/chaos_tests/port_settings.rs:532:39
34662026-06-16T04:30:26.687Z |
34672026-06-16T04:30:26.687Z532 | addrs.push(Ipv4Addr::from(rng.random::<u32>()).into());
34682026-06-16T04:30:26.687Z | ^^^^^^
34692026-06-16T04:30:26.687Z |
34702026-06-16T04:30:26.687Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:8
34712026-06-16T04:30:26.687Z |
34722026-06-16T04:30:26.687Z 93 | fn random<T>(&mut self) -> T
34732026-06-16T04:30:26.687Z | ------ the method is available for `ThreadRng` here
34742026-06-16T04:30:26.687Z |
34752026-06-16T04:30:26.687Z = help: items from traits can only be used if the trait is in scope
34762026-06-16T04:30:26.687Zhelp: there is a method `and` with a similar name, but with different arguments
34772026-06-16T04:30:26.687Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/mod.rs:141:5
34782026-06-16T04:30:26.687Z |
34792026-06-16T04:30:26.687Z141 | / fn and<P, B, E>(self, other: P) -> And<Self, P>
34802026-06-16T04:30:26.687Z142 | | where
34812026-06-16T04:30:26.687Z143 | | Self: Policy<B, E> + Sized,
34822026-06-16T04:30:26.687Z144 | | P: Policy<B, E>;
34832026-06-16T04:30:26.687Z | |________________________^
34842026-06-16T04:30:26.687Zhelp: trait `RngExt` which provides `random` is implemented but not in scope; perhaps you want to import it
34852026-06-16T04:30:26.687Z |
34862026-06-16T04:30:26.687Z 7 + use rand::RngExt;
34872026-06-16T04:30:26.688Z |
34882026-06-16T04:30:26.688Z
34892026-06-16T04:30:26.696Zerror[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
34902026-06-16T04:30:26.696Z --> dpd-client/tests/chaos_tests/port_settings.rs:534:21
34912026-06-16T04:30:26.697Z |
34922026-06-16T04:30:26.697Z534 | for _ in 0..rng.random_range(0..15) {
34932026-06-16T04:30:26.697Z | ^^^^^^^^^^^^
34942026-06-16T04:30:26.697Z |
34952026-06-16T04:30:26.697Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
34962026-06-16T04:30:26.697Z |
34972026-06-16T04:30:26.697Z159 | fn random_range<T, R>(&mut self, range: R) -> T
34982026-06-16T04:30:26.697Z | ------------ the method is available for `ThreadRng` here
34992026-06-16T04:30:26.697Z |
35002026-06-16T04:30:26.697Z = help: items from traits can only be used if the trait is in scope
35012026-06-16T04:30:26.697Zhelp: there is a method `random` with a similar name, but with different arguments
35022026-06-16T04:30:26.697Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
35032026-06-16T04:30:26.697Z |
35042026-06-16T04:30:26.697Z 93 | / fn random<T>(&mut self) -> T
35052026-06-16T04:30:26.697Z 94 | | where
35062026-06-16T04:30:26.697Z 95 | | StandardUniform: Distribution<T>,
35072026-06-16T04:30:26.697Z | |_________________________________________^
35082026-06-16T04:30:26.697Zhelp: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
35092026-06-16T04:30:26.697Z |
35102026-06-16T04:30:26.697Z 7 + use rand::RngExt;
35112026-06-16T04:30:26.697Z |
35122026-06-16T04:30:26.697Z
35132026-06-16T04:30:26.706Zerror[E0599]: no method named `random` found for struct `ThreadRng` in the current scope
35142026-06-16T04:30:26.706Z --> dpd-client/tests/chaos_tests/port_settings.rs:535:39
35152026-06-16T04:30:26.706Z |
35162026-06-16T04:30:26.706Z535 | addrs.push(Ipv6Addr::from(rng.random::<u128>()).into());
35172026-06-16T04:30:26.706Z | ^^^^^^
35182026-06-16T04:30:26.706Z |
35192026-06-16T04:30:26.706Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:8
35202026-06-16T04:30:26.706Z |
35212026-06-16T04:30:26.706Z 93 | fn random<T>(&mut self) -> T
35222026-06-16T04:30:26.706Z | ------ the method is available for `ThreadRng` here
35232026-06-16T04:30:26.706Z |
35242026-06-16T04:30:26.706Z = help: items from traits can only be used if the trait is in scope
35252026-06-16T04:30:26.706Zhelp: there is a method `and` with a similar name, but with different arguments
35262026-06-16T04:30:26.706Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/mod.rs:141:5
35272026-06-16T04:30:26.706Z |
35282026-06-16T04:30:26.706Z141 | / fn and<P, B, E>(self, other: P) -> And<Self, P>
35292026-06-16T04:30:26.707Z142 | | where
35302026-06-16T04:30:26.707Z143 | | Self: Policy<B, E> + Sized,
35312026-06-16T04:30:26.707Z144 | | P: Policy<B, E>;
35322026-06-16T04:30:26.707Z | |________________________^
35332026-06-16T04:30:26.707Zhelp: trait `RngExt` which provides `random` is implemented but not in scope; perhaps you want to import it
35342026-06-16T04:30:26.707Z |
35352026-06-16T04:30:26.707Z 7 + use rand::RngExt;
35362026-06-16T04:30:26.707Z |
35372026-06-16T04:30:26.707Z
35382026-06-16T04:30:26.864ZFor more information about this error, try `rustc --explain E0599`.
35392026-06-16T04:30:26.936Zwarning: `dpd-client` (test "test_all") generated 1 warning
35402026-06-16T04:30:26.939Zerror: could not compile `dpd-client` (test "test_all") due to 7 previous errors; 1 warning emitted
35412026-06-16T04:30:26.940Zwarning: build failed, waiting for other jobs to finish...
35422026-06-16T04:31:00.221Zprocess exited: duration 572368 ms, exit code 101
 
35432026-06-16T04:31:00.227Zfound 0 output files