01KTBA51D88273PW7E0SPQA56J: test

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

Buildomat Job: 01KTBA5D51J4RJZTD81SDEXMHW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T07:16:00.701Zjob assigned to worker 01KTBA5PS5B4Z6FYMDRZAFF6J0 [factory aws, i-01e5c66b3fb8eb28d] (queued for 54 s)
 
22026-06-05T07:16:06.880Zstarting task 0: "setup"
32026-06-05T07:16:06.885Z++ uname -s
42026-06-05T07:16:06.888Z+ kern=SunOS
52026-06-05T07:16:06.888Z+ build_user=build
62026-06-05T07:16:06.888Z+ build_uid=12345
72026-06-05T07:16:06.888Z+ work_dir=/work
82026-06-05T07:16:06.889Z+ input_dir=/input
92026-06-05T07:16:06.889Z+ [[ 0 == 12345 ]]
102026-06-05T07:16:06.889Z+ case "$kern" in
112026-06-05T07:16:06.889Z+ groupadd -g 12345 build
122026-06-05T07:16:06.900Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T07:16:08.905Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T07:16:08.976Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T07:16:08.979Z+ home_fs=zfs
162026-06-05T07:16:08.979Z+ [[ zfs == autofs ]]
172026-06-05T07:16:08.979Z+ mkdir -p /home/build
182026-06-05T07:16:08.979Z+ chown build:build /home/build /work
192026-06-05T07:16:10.980Z+ chmod 0700 /home/build /work
202026-06-05T07:16:10.983Zprocess exited: duration 4101 ms, exit code 0
 
212026-06-05T07:16:10.989Zstarting task 1: "rust-toolchain"
222026-06-05T07:16:10.992Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-05T07:16:10.992Z * rust toolchain channel = "1.90.0"
242026-06-05T07:16:10.992Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-05T07:16:10.992Z * rust toolchain profile = "default"
262026-06-05T07:16:10.995Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T07:16:10.995Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T07:16:10.995Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T07:16:10.995Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-05T07:16:11.095Zinfo: downloading installer
312026-06-05T07:16:12.519Zwarn: It looks like you have an existing rustup settings file at:
322026-06-05T07:16:12.519Zwarn: /home/build/.rustup/settings.toml
332026-06-05T07:16:12.519Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-05T07:16:12.519Zwarn: instead of the one inferred from the default host triple.
352026-06-05T07:16:12.531Zinfo: profile set to default
362026-06-05T07:16:12.532Zinfo: default host triple is x86_64-unknown-illumos
372026-06-05T07:16:12.535Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-05T07:16:12.689Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-05T07:16:12.692Zinfo: downloading 6 components
402026-06-05T07:16:26.405Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-06-05T07:16:26.405Z
422026-06-05T07:16:26.438Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-05T07:16:26.438Z
442026-06-05T07:16:26.438Z
452026-06-05T07:16:26.438ZRust is installed now. Great!
462026-06-05T07:16:26.439Z
472026-06-05T07:16:26.439ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-05T07:16:26.439Zenvironment variable. This has not been done automatically.
492026-06-05T07:16:26.439Z
502026-06-05T07:16:26.439ZTo configure your current shell, you need to source
512026-06-05T07:16:26.439Zthe corresponding env file under $HOME/.cargo.
522026-06-05T07:16:26.439Z
532026-06-05T07:16:26.439ZThis is usually done by running one of the following (note the leading DOT):
542026-06-05T07:16:26.439Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-05T07:16:26.439Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-05T07:16:26.439Zsource "~/.cargo/env.nu" # For nushell
572026-06-05T07:16:26.444Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-05T07:16:26.444Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-05T07:16:26.444Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-05T07:16:26.444Zwarn: no default linker (`cc`) was found in your PATH
612026-06-05T07:16:26.444Zwarn: many Rust crates require a system C toolchain to build
622026-06-05T07:16:26.530Z+ rustup --version
632026-06-05T07:16:26.540Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-05T07:16:26.544Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-05T07:16:26.562Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-05T07:16:26.566Z+ cargo --version
672026-06-05T07:16:26.580Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-05T07:16:26.583Z+ rustc --version
692026-06-05T07:16:26.599Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-05T07:16:26.602Zprocess exited: duration 15613 ms, exit code 0
 
712026-06-05T07:16:26.610Zstarting task 2: "authentication"
722026-06-05T07:16:26.624Zprocess exited: duration 15 ms, exit code 0
 
732026-06-05T07:16:26.631Zstarting task 3: "clone repository"
742026-06-05T07:16:26.635Z+ mkdir -p /work/oxidecomputer/dendrite
752026-06-05T07:16:26.640Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-06-05T07:16:26.676ZCloning into '/work/oxidecomputer/dendrite'...
772026-06-05T07:16:27.764Z+ cd /work/oxidecomputer/dendrite
782026-06-05T07:16:27.764Z+ git fetch origin 3df0da55e2e4ff1fbd58286ed0b2301898e86fc1
792026-06-05T07:16:27.992ZFrom https://github.com/oxidecomputer/dendrite
802026-06-05T07:16:27.992Z * branch 3df0da55e2e4ff1fbd58286ed0b2301898e86fc1 -> FETCH_HEAD
812026-06-05T07:16:28.000Z+ [[ -n renovate/chrono-0.x-lockfile ]]
822026-06-05T07:16:28.015Z++ git branch --show-current
832026-06-05T07:16:28.015Z+ current=main
842026-06-05T07:16:28.015Z+ [[ main != renovate/chrono-0.x-lockfile ]]
852026-06-05T07:16:28.015Z+ git branch -f renovate/chrono-0.x-lockfile 3df0da55e2e4ff1fbd58286ed0b2301898e86fc1
862026-06-05T07:16:28.015Z+ git checkout -f renovate/chrono-0.x-lockfile
872026-06-05T07:16:28.032ZSwitched to branch 'renovate/chrono-0.x-lockfile'
882026-06-05T07:16:28.032Z+ git reset --hard 3df0da55e2e4ff1fbd58286ed0b2301898e86fc1
892026-06-05T07:16:28.041ZHEAD is now at 3df0da5 Update Rust crate chrono to v0.4.45
902026-06-05T07:16:28.042Zprocess exited: duration 1394 ms, exit code 0
 
912026-06-05T07:16:28.065Zstarting task 4: "build"
922026-06-05T07:16:28.077Z+ source .github/buildomat/common.sh
932026-06-05T07:16:28.077Z++ TOFINO_STAGES=20
942026-06-05T07:16:28.077Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-06-05T07:16:28.077Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-06-05T07:16:28.077Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-06-05T07:16:28.077Z+++ uname -s
982026-06-05T07:16:28.077Z++ '[' SunOS == SunOS ']'
992026-06-05T07:16:28.077Z++ SERIES=illumos
1002026-06-05T07:16:28.077Z+++ uname -s
1012026-06-05T07:16:28.078Z++ '[' SunOS == SunOS ']'
1022026-06-05T07:16:28.078Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-06-05T07:16:28.078Z++ rustup show active-toolchain
1042026-06-05T07:16:28.086Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-06-05T07:16:28.086Z+ source .github/buildomat/illumos.sh
1062026-06-05T07:16:28.086Z++ banner 'sde setup'
1072026-06-05T07:16:28.086Z
1082026-06-05T07:16:28.086Z #### ##### ###### #### ###### ##### # # #####
1092026-06-05T07:16:28.086Z # # # # # # # # # # #
1102026-06-05T07:16:28.086Z #### # # ##### #### ##### # # # # #
1112026-06-05T07:16:28.086Z # # # # # # # # # #####
1122026-06-05T07:16:28.086Z # # # # # # # # # # # #
1132026-06-05T07:16:28.086Z #### ##### ###### #### ###### # #### #
1142026-06-05T07:16:28.086Z
1152026-06-05T07:16:28.086Z++ export PKG_SUCCESS_ON_NOP=1
1162026-06-05T07:16:28.086Z++ PKG_SUCCESS_ON_NOP=1
1172026-06-05T07:16:28.086Z++ export PKG=tofino_sde.p5p
1182026-06-05T07:16:28.086Z++ PKG=tofino_sde.p5p
1192026-06-05T07:16:28.087Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-06-05T07:16:28.087Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-06-05T07:16:28.087Z Dload Upload Total Spent Left Speed
1222026-06-05T07:16:29.267Z 0 0 0 0 0 0 0 0 0 81 76.03M 81 61.85M 0 0 59.86M 0 00:01 00:01 59.87M 100 76.03M 100 76.03M 0 0 64.15M 0 00:01 00:01 59.87M 100 76.03M 100 76.03M 0 0 64.15M 0 00:01 00:01 59.87M 100 76.03M 100 76.03M 0 0 64.15M 0 00:01 00:01 59.87M
1232026-06-05T07:16:29.271Z+++ digest -a sha256 tofino_sde.p5p
1242026-06-05T07:16:29.317Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-06-05T07:16:29.320Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-06-05T07:16:29.320Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-06-05T07:16:30.339Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-05T07:16:30.588Z Startup: Caching catalogs ... Done
1292026-06-05T07:16:30.626Z Startup: Refreshing catalog 'oxide' ... Done
1302026-06-05T07:16:30.997ZPlanning: Solver setup ... Done
1312026-06-05T07:16:31.019ZPlanning: Running solver ... Done
1322026-06-05T07:16:31.024ZPlanning: Finding local manifests ... Done
1332026-06-05T07:16:31.027ZPlanning: Fetching manifests: 1/1 100% complete
1342026-06-05T07:16:31.031ZPlanning: Fetching manifests: 1/1 100% complete
1352026-06-05T07:16:31.044ZPlanning: Package planning ... Done
1362026-06-05T07:16:31.048ZPlanning: Merging actions ... Done
1372026-06-05T07:16:31.171ZPlanning: Checking for conflicting actions ... Done
1382026-06-05T07:16:31.174ZPlanning: Consolidating action changes ... Done
1392026-06-05T07:16:31.979ZPlanning: Evaluating mediators ... Done
1402026-06-05T07:16:31.982ZPlanning: Planning completed in 1.35 seconds
1412026-06-05T07:16:31.987Z Packages to install: 1
1422026-06-05T07:16:31.989Z Create boot environment: No
1432026-06-05T07:16:31.989ZCreate backup boot environment: No
1442026-06-05T07:16:32.013Z
1452026-06-05T07:16:32.013ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-06-05T07:16:32.147ZDownload: Completed 75.30 MB in 0.13 seconds (559M/s)
1472026-06-05T07:16:32.322Z Actions: 1/293 actions (Installing new actions)
1482026-06-05T07:16:33.286Z Actions: Completed 293 actions in 0.96 seconds.
1492026-06-05T07:16:33.289ZFinalize: Updating package state database ... Done
1502026-06-05T07:16:33.330ZFinalize: Updating package cache ... Done
1512026-06-05T07:16:33.354ZFinalize: Updating image state ... Done
1522026-06-05T07:16:35.821ZFinalize: Creating fast lookup database ... Done
1532026-06-05T07:16:35.895ZFinalize: Reading search index ... Done
1542026-06-05T07:16:35.898ZFinalize: Updating search index ... Done
1552026-06-05T07:16:36.132ZFinalize: Updating package cache ... Done
1562026-06-05T07:16:36.231Z++ export SDE=/opt/oxide/tofino_sde
1572026-06-05T07:16:36.231Z++ SDE=/opt/oxide/tofino_sde
1582026-06-05T07:16:36.234Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-06-05T07:16:36.234Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-06-05T07:16:36.235Z++ banner packages
1612026-06-05T07:16:36.235Z
1622026-06-05T07:16:36.235Z ##### ## #### # # ## #### ###### ####
1632026-06-05T07:16:36.235Z # # # # # # # # # # # # # #
1642026-06-05T07:16:36.235Z # # # # # #### # # # ##### ####
1652026-06-05T07:16:36.235Z ##### ###### # # # ###### # ### # #
1662026-06-05T07:16:36.235Z # # # # # # # # # # # # # #
1672026-06-05T07:16:36.235Z # # # #### # # # # #### ###### ####
1682026-06-05T07:16:36.235Z
1692026-06-05T07:16:36.235Z++ pfexec pkg install clang-15 pcap gcc14
1702026-06-05T07:16:36.486Z Startup: Refreshing catalog 'helios' ... Done
1712026-06-05T07:16:36.490Z Startup: Refreshing catalog 'oxide' ... Done
1722026-06-05T07:16:36.808ZPlanning: Solver setup ... Done
1732026-06-05T07:16:36.828ZPlanning: Running solver ... Done
1742026-06-05T07:16:36.835ZPlanning: Consolidating action changes ... Done
1752026-06-05T07:16:36.839ZPlanning: Evaluating mediators ... Done
1762026-06-05T07:16:36.839ZPlanning: Planning completed in 0.35 seconds
1772026-06-05T07:16:36.854ZNo updates necessary for this image.
1782026-06-05T07:16:36.914Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-06-05T07:16:37.125ZPlanning: Evaluating mediator changes ... Done
1802026-06-05T07:16:37.238ZPlanning: Checking for conflicting actions ... Done
1812026-06-05T07:16:37.241ZPlanning: Consolidating action changes ... Done
1822026-06-05T07:16:37.403ZPlanning: Evaluating mediators ... Done
1832026-06-05T07:16:37.406ZPlanning: Planning completed in 0.28 seconds
1842026-06-05T07:16:37.428Z Mediators to change: 2
1852026-06-05T07:16:37.428Z Create boot environment: No
1862026-06-05T07:16:37.431ZCreate backup boot environment: No
1872026-06-05T07:16:37.479ZFinalize: Updating package state database ... Done
1882026-06-05T07:16:37.483ZFinalize: Updating package cache ... Done
1892026-06-05T07:16:37.493ZFinalize: Updating image state ... Done
1902026-06-05T07:16:39.517ZFinalize: Creating fast lookup database ... Done
1912026-06-05T07:16:39.587ZFinalize: Reading search index ... Done
1922026-06-05T07:16:39.590ZFinalize: Updating search index ... Done
1932026-06-05T07:16:39.676ZFinalize: Updating package cache ... Done
1942026-06-05T07:16:39.750Z++ cargo --version
1952026-06-05T07:16:39.760Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-06-05T07:16:39.763Z++ rustc --version
1972026-06-05T07:16:39.784Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-06-05T07:16:39.787Z+ banner copyrights
1992026-06-05T07:16:39.789Z
2002026-06-05T07:16:39.789Z #### #### ##### # # ##### # #### # # ##### ####
2012026-06-05T07:16:39.789Z # # # # # # # # # # # # # # # # #
2022026-06-05T07:16:39.789Z # # # # # # # # # # ###### # ####
2032026-06-05T07:16:39.789Z # # # ##### # ##### # # ### # # # #
2042026-06-05T07:16:39.790Z # # # # # # # # # # # # # # # #
2052026-06-05T07:16:39.790Z #### #### # # # # # #### # # # ####
2062026-06-05T07:16:39.790Z
2072026-06-05T07:16:39.790Z+ ./tools/check_copyrights.sh
2082026-06-05T07:16:40.072Zcommon/src/illumos.rs: Copyright with wrong year
2092026-06-05T07:16:40.838Zdpd/p4/headers.p4: Copyright with wrong year
2102026-06-05T07:16:41.286Zpacket/src/eth.rs: Copyright with wrong year
2112026-06-05T07:16:41.375Zpcap/build.rs: Copyright with wrong year
2122026-06-05T07:16:41.542Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-06-05T07:16:41.767Z+ banner clippy
2142026-06-05T07:16:41.770Z
2152026-06-05T07:16:41.770Z #### # # ##### ##### # #
2162026-06-05T07:16:41.770Z # # # # # # # # # #
2172026-06-05T07:16:41.770Z # # # # # # # #
2182026-06-05T07:16:41.770Z # # # ##### ##### #
2192026-06-05T07:16:41.770Z # # # # # # #
2202026-06-05T07:16:41.771Z #### ###### # # # #
2212026-06-05T07:16:41.771Z
2222026-06-05T07:16:41.771Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-06-05T07:16:41.771Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-06-05T07:16:41.917Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-06-05T07:16:51.700Z Updating crates.io index
2262026-06-05T07:16:51.703Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-06-05T07:16:51.959Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-06-05T07:16:52.663Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-06-05T07:16:52.942Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-06-05T07:16:53.194Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-06-05T07:16:53.681Z Updating git repository `https://github.com/oxidecomputer/scuffle`
2322026-06-05T07:16:54.716Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-06-05T07:16:54.979Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-06-05T07:16:55.300Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-06-05T07:16:55.786Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-06-05T07:16:56.118Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-06-05T07:16:56.573Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-06-05T07:16:57.028Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-06-05T07:16:57.261Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-06-05T07:16:57.638Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-06-05T07:16:58.185Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-05T07:16:58.459Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-06-05T07:16:58.756Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-05T07:16:59.045Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-06-05T07:16:59.579Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-06-05T07:16:59.991Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-06-05T07:17:00.296Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-06-05T07:17:00.639Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-06-05T07:17:02.110Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-06-05T07:17:02.679Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-05T07:17:03.980Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-05T07:17:04.605Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-05T07:17:04.873Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-06-05T07:17:05.310Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-06-05T07:17:07.127Z Downloading crates ...
2562026-06-05T07:17:07.194Z Downloaded async-stream-impl v0.3.6
2572026-06-05T07:17:07.202Z Downloaded async-trait v0.1.89
2582026-06-05T07:17:07.211Z Downloaded async-stream v0.3.6
2592026-06-05T07:17:07.213Z Downloaded atomicwrites v0.4.4
2602026-06-05T07:17:07.217Z Downloaded anstyle v1.0.14
2612026-06-05T07:17:07.219Z Downloaded anyhow v1.0.102
2622026-06-05T07:17:07.223Z Downloaded atomic-waker v1.1.2
2632026-06-05T07:17:07.223Z Downloaded autocfg v1.5.0
2642026-06-05T07:17:07.226Z Downloaded async-compression v0.4.33
2652026-06-05T07:17:07.229Z Downloaded crucible-workspace-hack v0.1.0
2662026-06-05T07:17:07.231Z Downloaded constant_time_eq v0.3.1
2672026-06-05T07:17:07.234Z Downloaded block-buffer v0.12.0
2682026-06-05T07:17:07.234Z Downloaded clap_derive v4.6.1
2692026-06-05T07:17:07.237Z Downloaded bitflags v2.11.1
2702026-06-05T07:17:07.240Z Downloaded daft v0.1.5
2712026-06-05T07:17:07.242Z Downloaded crossbeam-deque v0.8.6
2722026-06-05T07:17:07.245Z Downloaded curve25519-dalek-derive v0.1.1
2732026-06-05T07:17:07.248Z Downloaded ciborium-io v0.2.2
2742026-06-05T07:17:07.248Z Downloaded csv-core v0.1.12
2752026-06-05T07:17:07.251Z Downloaded ciborium-ll v0.2.2
2762026-06-05T07:17:07.254Z Downloaded compression-codecs v0.4.32
2772026-06-05T07:17:07.256Z Downloaded digest v0.11.3
2782026-06-05T07:17:07.259Z Downloaded crypto-common v0.1.6
2792026-06-05T07:17:07.259Z Downloaded getrandom v0.2.16
2802026-06-05T07:17:07.262Z Downloaded enum-as-inner v0.6.1
2812026-06-05T07:17:07.265Z Downloaded cstr-argument v0.1.2
2822026-06-05T07:17:07.267Z Downloaded foreign-types-macros v0.2.3
2832026-06-05T07:17:07.267Z Downloaded darling_macro v0.21.3
2842026-06-05T07:17:07.270Z Downloaded colorchoice v1.0.4
2852026-06-05T07:17:07.270Z Downloaded http-body-util v0.1.3
2862026-06-05T07:17:07.273Z Downloaded data-encoding v2.9.0
2872026-06-05T07:17:07.276Z Downloaded foreign-types-shared v0.1.1
2882026-06-05T07:17:07.279Z Downloaded block-buffer v0.10.4
2892026-06-05T07:17:07.279Z Downloaded heck v0.5.0
2902026-06-05T07:17:07.282Z Downloaded hostname v0.3.1
2912026-06-05T07:17:07.285Z Downloaded futures-sink v0.3.32
2922026-06-05T07:17:07.285Z Downloaded foreign-types-shared v0.3.1
2932026-06-05T07:17:07.287Z Downloaded embedded-io v0.6.1
2942026-06-05T07:17:07.287Z Downloaded display-error-chain v0.2.2
2952026-06-05T07:17:07.290Z Downloaded cfg-if v1.0.4
2962026-06-05T07:17:07.293Z Downloaded fastrand v2.3.0
2972026-06-05T07:17:07.293Z Downloaded dtrace-parser v0.2.0
2982026-06-05T07:17:07.296Z Downloaded httpdate v1.0.3
2992026-06-05T07:17:07.299Z Downloaded foreign-types v0.3.2
3002026-06-05T07:17:07.299Z Downloaded equivalent v1.0.2
3012026-06-05T07:17:07.302Z Downloaded crypto-common v0.2.2
3022026-06-05T07:17:07.302Z Downloaded hash32 v0.3.1
3032026-06-05T07:17:07.304Z Downloaded cpufeatures v0.2.17
3042026-06-05T07:17:07.307Z Downloaded hyper-tls v0.6.0
3052026-06-05T07:17:07.307Z Downloaded futures-macro v0.3.32
3062026-06-05T07:17:07.310Z Downloaded gethostname v0.5.0
3072026-06-05T07:17:07.313Z Downloaded futures-task v0.3.32
3082026-06-05T07:17:07.313Z Downloaded dunce v1.0.5
3092026-06-05T07:17:07.316Z Downloaded hubpack v0.1.2
3102026-06-05T07:17:07.316Z Downloaded dof v0.4.0
3112026-06-05T07:17:07.319Z Downloaded git-stub v1.0.0
3122026-06-05T07:17:07.322Z Downloaded cobs v0.3.0
3132026-06-05T07:17:07.322Z Downloaded hubpack_derive v0.1.1
3142026-06-05T07:17:07.324Z Downloaded dropshot-api-manager-types v0.7.2
3152026-06-05T07:17:07.329Z Downloaded futures-executor v0.3.32
3162026-06-05T07:17:07.329Z Downloaded defmt-macros v1.0.1
3172026-06-05T07:17:07.331Z Downloaded globset v0.4.16
3182026-06-05T07:17:07.331Z Downloaded colored v3.1.1
3192026-06-05T07:17:07.334Z Downloaded git-stub-vcs v0.1.0
3202026-06-05T07:17:07.337Z Downloaded fnv v1.0.7
3212026-06-05T07:17:07.337Z Downloaded errno v0.3.14
3222026-06-05T07:17:07.340Z Downloaded ident_case v1.0.1
3232026-06-05T07:17:07.343Z Downloaded http-body v1.0.1
3242026-06-05T07:17:07.343Z Downloaded generic-array v0.14.7
3252026-06-05T07:17:07.345Z Downloaded foreign-types v0.5.0
3262026-06-05T07:17:07.348Z Downloaded indent_write v2.2.0
3272026-06-05T07:17:07.348Z Downloaded idna_adapter v1.2.1
3282026-06-05T07:17:07.353Z Downloaded instant v0.1.13
3292026-06-05T07:17:07.353Z Downloaded inout v0.1.4
3302026-06-05T07:17:07.355Z Downloaded internet-checksum v0.2.1
3312026-06-05T07:17:07.355Z Downloaded futures-io v0.3.32
3322026-06-05T07:17:07.356Z Downloaded itoa v1.0.15
3332026-06-05T07:17:07.360Z Downloaded futures-core v0.3.32
3342026-06-05T07:17:07.362Z Downloaded form_urlencoded v1.2.2
3352026-06-05T07:17:07.363Z Downloaded heck v0.4.1
3362026-06-05T07:17:07.363Z Downloaded base64 v0.22.1
3372026-06-05T07:17:07.365Z Downloaded glob v0.3.3
3382026-06-05T07:17:07.368Z Downloaded is-terminal v0.4.16
3392026-06-05T07:17:07.371Z Downloaded hostname v0.4.2
3402026-06-05T07:17:07.371Z Downloaded defmt v0.3.100
3412026-06-05T07:17:07.374Z Downloaded fixedbitset v0.4.2
3422026-06-05T07:17:07.374Z Downloaded defmt-parser v1.0.0
3432026-06-05T07:17:07.377Z Downloaded debug-ignore v1.0.5
3442026-06-05T07:17:07.380Z Downloaded critical-section v1.2.0
3452026-06-05T07:17:07.380Z Downloaded camino-tempfile v1.4.1
3462026-06-05T07:17:07.383Z Downloaded const_format_proc_macros v0.2.34
3472026-06-05T07:17:07.383Z Downloaded compression-core v0.4.32
3482026-06-05T07:17:07.386Z Downloaded cexpr v0.6.0
3492026-06-05T07:17:07.386Z Downloaded humantime v2.3.0
3502026-06-05T07:17:07.389Z Downloaded expectorate v1.2.0
3512026-06-05T07:17:07.392Z Downloaded bytecount v0.6.9
3522026-06-05T07:17:07.395Z Downloaded libscf-sys v1.2.0
3532026-06-05T07:17:07.395Z Downloaded lazy_static v1.5.0
3542026-06-05T07:17:07.399Z Downloaded kstat-rs v0.2.4
3552026-06-05T07:17:07.399Z Downloaded keccak v0.1.6
3562026-06-05T07:17:07.399Z Downloaded linked-hash-map v0.5.6
3572026-06-05T07:17:07.402Z Downloaded managed v0.8.0
3582026-06-05T07:17:07.404Z Downloaded mime v0.3.17
3592026-06-05T07:17:07.404Z Downloaded group v0.13.0
3602026-06-05T07:17:07.407Z Downloaded dyn-clone v1.0.20
3612026-06-05T07:17:07.407Z Downloaded displaydoc v0.2.5
3622026-06-05T07:17:07.410Z Downloaded derive-ex v0.1.8
3632026-06-05T07:17:07.413Z Downloaded newline-converter v0.3.0
3642026-06-05T07:17:07.413Z Downloaded match_cfg v0.1.0
3652026-06-05T07:17:07.416Z Downloaded lru-slab v0.1.2
3662026-06-05T07:17:07.416Z Downloaded memmap v0.7.0
3672026-06-05T07:17:07.418Z Downloaded ipnetwork v0.21.1
3682026-06-05T07:17:07.421Z Downloaded newtype-uuid-macros v0.1.0
3692026-06-05T07:17:07.421Z Downloaded num-iter v0.1.45
3702026-06-05T07:17:07.424Z Downloaded memoffset v0.9.1
3712026-06-05T07:17:07.424Z Downloaded num v0.4.3
3722026-06-05T07:17:07.427Z Downloaded num-derive v0.4.2
3732026-06-05T07:17:07.430Z Downloaded filetime v0.2.26
3742026-06-05T07:17:07.430Z Downloaded hmac v0.12.1
3752026-06-05T07:17:07.434Z Downloaded dof v0.3.0
3762026-06-05T07:17:07.434Z Downloaded crossbeam-epoch v0.9.18
3772026-06-05T07:17:07.437Z Downloaded hex v0.4.3
3782026-06-05T07:17:07.437Z Downloaded defmt v1.0.1
3792026-06-05T07:17:07.440Z Downloaded drift v0.2.0
3802026-06-05T07:17:07.445Z Downloaded num_enum_derive v0.5.11
3812026-06-05T07:17:07.448Z Downloaded httparse v1.10.1
3822026-06-05T07:17:07.451Z Downloaded num_threads v0.1.7
3832026-06-05T07:17:07.451Z Downloaded hybrid-array v0.4.12
3842026-06-05T07:17:07.454Z Downloaded jobserver v0.1.34
3852026-06-05T07:17:07.457Z Downloaded is_terminal_polyfill v1.70.1
3862026-06-05T07:17:07.457Z Downloaded ipnet v2.11.0
3872026-06-05T07:17:07.459Z Downloaded linear-map v1.2.0
3882026-06-05T07:17:07.459Z Downloaded dropshot_endpoint v0.17.1
3892026-06-05T07:17:07.462Z Downloaded cancel-safe-futures v0.1.5
3902026-06-05T07:17:07.465Z Downloaded camino v1.2.2
3912026-06-05T07:17:07.467Z Downloaded openssl-probe v0.1.6
3922026-06-05T07:17:07.467Z Downloaded openssl-macros v0.1.1
3932026-06-05T07:17:07.472Z Downloaded opaque-debug v0.3.1
3942026-06-05T07:17:07.472Z Downloaded omicron-workspace-hack v0.1.0
3952026-06-05T07:17:07.475Z Downloaded fixedbitset v0.5.7
3962026-06-05T07:17:07.476Z Downloaded ff v0.13.1
3972026-06-05T07:17:07.476Z Downloaded olpc-cjson v0.1.4
3982026-06-05T07:17:07.479Z Downloaded phf_shared v0.12.1
3992026-06-05T07:17:07.479Z Downloaded native-tls v0.2.14
4002026-06-05T07:17:07.482Z Downloaded hyper-rustls v0.27.7
4012026-06-05T07:17:07.482Z Downloaded percent-encoding v2.3.2
4022026-06-05T07:17:07.485Z Downloaded multer v3.1.0
4032026-06-05T07:17:07.485Z Downloaded lock_api v0.4.14
4042026-06-05T07:17:07.487Z Downloaded plain v0.2.3
4052026-06-05T07:17:07.490Z Downloaded libsw-core v0.3.2
4062026-06-05T07:17:07.491Z Downloaded getrandom v0.4.2
4072026-06-05T07:17:07.493Z Downloaded num-integer v0.1.46
4082026-06-05T07:17:07.496Z Downloaded newtype_derive v0.1.6
4092026-06-05T07:17:07.496Z Downloaded num-rational v0.4.2
4102026-06-05T07:17:07.499Z Downloaded newtype-uuid v1.3.2
4112026-06-05T07:17:07.499Z Downloaded ingot-macros v0.1.1
4122026-06-05T07:17:07.502Z Downloaded proc-macro-crate v1.3.1
4132026-06-05T07:17:07.502Z Downloaded powerfmt v0.2.0
4142026-06-05T07:17:07.505Z Downloaded potential_utf v0.1.3
4152026-06-05T07:17:07.505Z Downloaded console v0.15.11
4162026-06-05T07:17:07.508Z Downloaded futures-channel v0.3.32
4172026-06-05T07:17:07.508Z Downloaded futures v0.3.32
4182026-06-05T07:17:07.511Z Downloaded num_enum_derive v0.7.5
4192026-06-05T07:17:07.514Z Downloaded anstream v1.0.0
4202026-06-05T07:17:07.517Z Downloaded pretty-hex v0.4.1
4212026-06-05T07:17:07.517Z Downloaded num_enum v0.5.11
4222026-06-05T07:17:07.520Z Downloaded allocator-api2 v0.2.21
4232026-06-05T07:17:07.523Z Downloaded derive-where v1.6.0
4242026-06-05T07:17:07.525Z Downloaded proc-macro-error-attr2 v2.0.0
4252026-06-05T07:17:07.528Z Downloaded proc-macro-error-attr v1.0.4
4262026-06-05T07:17:07.528Z Downloaded num_enum v0.7.5
4272026-06-05T07:17:07.531Z Downloaded oxide-tokio-rt v0.1.2
4282026-06-05T07:17:07.534Z Downloaded progenitor-macro v0.13.0
4292026-06-05T07:17:07.534Z Downloaded libsw v3.5.0
4302026-06-05T07:17:07.537Z Downloaded progenitor-macro v0.11.1
4312026-06-05T07:17:07.537Z Downloaded quick-error v1.2.3
4322026-06-05T07:17:07.540Z Downloaded progenitor-client v0.11.1
4332026-06-05T07:17:07.540Z Downloaded rand_chacha v0.3.1
4342026-06-05T07:17:07.546Z Downloaded ref-cast v1.0.25
4352026-06-05T07:17:07.546Z Downloaded pin-project-internal v1.1.10
4362026-06-05T07:17:07.549Z Downloaded half v2.7.1
4372026-06-05T07:17:07.549Z Downloaded rand_xorshift v0.4.0
4382026-06-05T07:17:07.549Z Downloaded getrandom v0.3.3
4392026-06-05T07:17:07.552Z Downloaded paste v1.0.15
4402026-06-05T07:17:07.555Z Downloaded pkg-config v0.3.32
4412026-06-05T07:17:07.555Z Downloaded pem v3.0.5
4422026-06-05T07:17:07.558Z Downloaded ref-cast-impl v1.0.25
4432026-06-05T07:17:07.558Z Downloaded icu_normalizer v2.0.0
4442026-06-05T07:17:07.561Z Downloaded rustc_version v0.4.1
4452026-06-05T07:17:07.561Z Downloaded indexmap v1.9.3
4462026-06-05T07:17:07.563Z Downloaded icu_provider v2.0.0
4472026-06-05T07:17:07.566Z Downloaded memmap2 v0.9.8
4482026-06-05T07:17:07.566Z Downloaded elliptic-curve v0.13.8
4492026-06-05T07:17:07.569Z Downloaded poly1305 v0.8.0
4502026-06-05T07:17:07.573Z Downloaded phf v0.12.1
4512026-06-05T07:17:07.576Z Downloaded rustc-hash v2.1.1
4522026-06-05T07:17:07.576Z Downloaded dropshot_endpoint v0.16.7
4532026-06-05T07:17:07.576Z Downloaded ppv-lite86 v0.2.21
4542026-06-05T07:17:07.579Z Downloaded fs_extra v1.3.0
4552026-06-05T07:17:07.582Z Downloaded rustc_version v0.1.7
4562026-06-05T07:17:07.582Z Downloaded omicron-zone-package v0.12.2
4572026-06-05T07:17:07.585Z Downloaded num-complex v0.4.6
4582026-06-05T07:17:07.585Z Downloaded progenitor v0.11.1
4592026-06-05T07:17:07.588Z Downloaded proc-macro-error2 v2.0.1
4602026-06-05T07:17:07.588Z Downloaded chacha20poly1305 v0.10.1
4612026-06-05T07:17:07.592Z Downloaded scopeguard v1.2.0
4622026-06-05T07:17:07.592Z Downloaded const_format v0.2.34
4632026-06-05T07:17:07.594Z Downloaded darling v0.21.3
4642026-06-05T07:17:07.597Z Downloaded progenitor v0.13.0
4652026-06-05T07:17:07.600Z Downloaded same-file v1.0.6
4662026-06-05T07:17:07.600Z Downloaded crossbeam-channel v0.5.15
4672026-06-05T07:17:07.603Z Downloaded bytes v1.11.1
4682026-06-05T07:17:07.606Z Downloaded progenitor-client v0.13.0
4692026-06-05T07:17:07.609Z Downloaded secrecy v0.10.3
4702026-06-05T07:17:07.609Z Downloaded scroll_derive v0.13.1
4712026-06-05T07:17:07.609Z Downloaded search_path v0.1.4
4722026-06-05T07:17:07.612Z Downloaded parse-display v0.10.0
4732026-06-05T07:17:07.612Z Downloaded parking_lot_core v0.9.12
4742026-06-05T07:17:07.615Z Downloaded heapless v0.8.0
4752026-06-05T07:17:07.618Z Downloaded quote v1.0.45
4762026-06-05T07:17:07.620Z Downloaded rand_core v0.6.4
4772026-06-05T07:17:07.620Z Downloaded parking_lot v0.12.5
4782026-06-05T07:17:07.623Z Downloaded serde-big-array v0.5.1
4792026-06-05T07:17:07.623Z Downloaded serde_plain v1.0.2
4802026-06-05T07:17:07.626Z Downloaded serde_repr v0.1.20
4812026-06-05T07:17:07.626Z Downloaded serde_spanned v1.1.1
4822026-06-05T07:17:07.629Z Downloaded rand_core v0.9.3
4832026-06-05T07:17:07.629Z Downloaded serde_urlencoded v0.7.1
4842026-06-05T07:17:07.632Z Downloaded flate2 v1.1.2
4852026-06-05T07:17:07.635Z Downloaded icu_properties v2.0.1
4862026-06-05T07:17:07.635Z Downloaded icu_normalizer_data v2.0.0
4872026-06-05T07:17:07.638Z Downloaded rand_chacha v0.9.0
4882026-06-05T07:17:07.638Z Downloaded pest_meta v2.8.2
4892026-06-05T07:17:07.640Z Downloaded scroll_derive v0.12.1
4902026-06-05T07:17:07.640Z Downloaded once_cell v1.21.3
4912026-06-05T07:17:07.643Z Downloaded proc-macro-error v1.0.4
4922026-06-05T07:17:07.646Z Downloaded sha1 v0.10.6
4932026-06-05T07:17:07.646Z Downloaded serde_spanned v0.6.9
4942026-06-05T07:17:07.649Z Downloaded pin-project-lite v0.2.16
4952026-06-05T07:17:07.652Z Downloaded siphasher v1.0.1
4962026-06-05T07:17:07.652Z Downloaded resolv-conf v0.7.5
4972026-06-05T07:17:07.655Z Downloaded num-traits v0.2.19
4982026-06-05T07:17:07.655Z Downloaded rusty-fork v0.3.0
4992026-06-05T07:17:07.658Z Downloaded crypto-bigint v0.5.5
5002026-06-05T07:17:07.661Z Downloaded signal-hook-tokio v0.3.1
5012026-06-05T07:17:07.663Z Downloaded schemars_derive v0.8.22
5022026-06-05T07:17:07.663Z Downloaded rustversion v1.0.22
5032026-06-05T07:17:07.666Z Downloaded smawk v0.3.2
5042026-06-05T07:17:07.666Z Downloaded jiff-static v0.2.15
5052026-06-05T07:17:07.669Z Downloaded progenitor v0.10.0
5062026-06-05T07:17:07.669Z Downloaded icu_locale_core v2.0.0
5072026-06-05T07:17:07.674Z Downloaded slog-bunyan v2.5.0
5082026-06-05T07:17:07.677Z Downloaded rustls-pemfile v2.2.0
5092026-06-05T07:17:07.677Z Downloaded sigpipe v0.1.3
5102026-06-05T07:17:07.677Z Downloaded sha1 v0.11.0
5112026-06-05T07:17:07.680Z Downloaded pest_derive v2.8.2
5122026-06-05T07:17:07.680Z Downloaded strsim v0.11.1
5132026-06-05T07:17:07.682Z Downloaded pest_generator v2.8.2
5142026-06-05T07:17:07.682Z Downloaded iana-time-zone v0.1.64
5152026-06-05T07:17:07.685Z Downloaded stable_deref_trait v1.2.0
5162026-06-05T07:17:07.685Z Downloaded scroll v0.13.0
5172026-06-05T07:17:07.688Z Downloaded strum v0.27.2
5182026-06-05T07:17:07.688Z Downloaded structmeta v0.3.0
5192026-06-05T07:17:07.688Z Downloaded scroll v0.12.0
5202026-06-05T07:17:07.691Z Downloaded semver v0.1.20
5212026-06-05T07:17:07.691Z Downloaded quinn-udp v0.5.14
5222026-06-05T07:17:07.694Z Downloaded log v0.4.29
5232026-06-05T07:17:07.694Z Downloaded swrite v0.1.0
5242026-06-05T07:17:07.697Z Downloaded papergrid v0.11.0
5252026-06-05T07:17:07.700Z Downloaded take_mut v0.2.2
5262026-06-05T07:17:07.700Z Downloaded cc v1.2.63
5272026-06-05T07:17:07.703Z Downloaded subtle v2.6.1
5282026-06-05T07:17:07.703Z Downloaded tabwriter v1.4.1
5292026-06-05T07:17:07.706Z Downloaded sync_wrapper v1.0.2
5302026-06-05T07:17:07.706Z Downloaded serde_path_to_error v0.1.20
5312026-06-05T07:17:07.706Z Downloaded postcard v1.1.3
5322026-06-05T07:17:07.709Z Downloaded serde_tokenstream v0.2.3
5332026-06-05T07:17:07.709Z Downloaded hickory-resolver v0.24.4
5342026-06-05T07:17:07.712Z Downloaded pin-project v1.1.10
5352026-06-05T07:17:07.717Z Downloaded sha2 v0.10.9
5362026-06-05T07:17:07.720Z Downloaded tabled_derive v0.7.0
5372026-06-05T07:17:07.720Z Downloaded tabled_derive v0.11.0
5382026-06-05T07:17:07.724Z Downloaded shlex v1.3.0
5392026-06-05T07:17:07.724Z Downloaded slab v0.4.11
5402026-06-05T07:17:07.729Z Downloaded termtree v0.5.1
5412026-06-05T07:17:07.729Z Downloaded miniz_oxide v0.8.9
5422026-06-05T07:17:07.729Z Downloaded shlex v2.0.1
5432026-06-05T07:17:07.731Z Downloaded curl v0.4.49
5442026-06-05T07:17:07.731Z Downloaded proc-macro2 v1.0.106
5452026-06-05T07:17:07.735Z Downloaded signal-hook-registry v1.4.6
5462026-06-05T07:17:07.735Z Downloaded icu_collections v2.0.0
5472026-06-05T07:17:07.740Z Downloaded slog-dtrace v0.3.0
5482026-06-05T07:17:07.740Z Downloaded thread-id v5.0.0
5492026-06-05T07:17:07.742Z Downloaded thread-id v4.2.2
5502026-06-05T07:17:07.742Z Downloaded thiserror-impl-no-std v2.0.2
5512026-06-05T07:17:07.742Z Downloaded testing_table v0.3.0
5522026-06-05T07:17:07.743Z Downloaded time-core v0.1.8
5532026-06-05T07:17:07.747Z Downloaded hyper-util v0.1.20
5542026-06-05T07:17:07.750Z Downloaded slog-json v2.6.1
5552026-06-05T07:17:07.750Z Downloaded strum v0.26.3
5562026-06-05T07:17:07.750Z Downloaded static_assertions v1.1.0
5572026-06-05T07:17:07.752Z Downloaded smf v0.2.3
5582026-06-05T07:17:07.753Z Downloaded supports-color v3.0.2
5592026-06-05T07:17:07.753Z Downloaded papergrid v0.17.0
5602026-06-05T07:17:07.755Z Downloaded tinyvec_macros v0.1.1
5612026-06-05T07:17:07.758Z Downloaded progenitor-impl v0.13.0
5622026-06-05T07:17:07.758Z Downloaded strum_macros v0.26.4
5632026-06-05T07:17:07.761Z Downloaded progenitor-impl v0.10.0
5642026-06-05T07:17:07.761Z Downloaded slog-term v2.9.2
5652026-06-05T07:17:07.764Z Downloaded tagptr v0.2.0
5662026-06-05T07:17:07.764Z Downloaded snafu-derive v0.8.9
5672026-06-05T07:17:07.767Z Downloaded semver v1.0.28
5682026-06-05T07:17:07.767Z Downloaded openssl-sys v0.9.116
5692026-06-05T07:17:07.770Z Downloaded tokio-macros v2.7.0
5702026-06-05T07:17:07.773Z Downloaded structmeta-derive v0.3.0
5712026-06-05T07:17:07.773Z Downloaded serde_derive_internals v0.29.1
5722026-06-05T07:17:07.773Z Downloaded oxnet v0.1.6
5732026-06-05T07:17:07.776Z Downloaded password-hash v0.5.0
5742026-06-05T07:17:07.776Z Downloaded parse-display-derive v0.10.0
5752026-06-05T07:17:07.779Z Downloaded progenitor-macro v0.10.0
5762026-06-05T07:17:07.779Z Downloaded progenitor-client v0.10.0
5772026-06-05T07:17:07.779Z Downloaded clap v4.6.1
5782026-06-05T07:17:07.783Z Downloaded owo-colors v4.3.0
5792026-06-05T07:17:07.786Z Downloaded litemap v0.8.0
5802026-06-05T07:17:07.786Z Downloaded const-oid v0.10.2
5812026-06-05T07:17:07.789Z Downloaded terminal_size v0.4.3
5822026-06-05T07:17:07.792Z Downloaded libloading v0.8.9
5832026-06-05T07:17:07.792Z Downloaded synstructure v0.13.2
5842026-06-05T07:17:07.792Z Downloaded blake2 v0.10.6
5852026-06-05T07:17:07.795Z Downloaded hashbrown v0.12.3
5862026-06-05T07:17:07.798Z Downloaded tower-service v0.3.3
5872026-06-05T07:17:07.798Z Downloaded crossbeam-utils v0.8.21
5882026-06-05T07:17:07.801Z Downloaded thiserror-impl v2.0.18
5892026-06-05T07:17:07.801Z Downloaded serde_with_macros v3.14.1
5902026-06-05T07:17:07.803Z Downloaded thiserror-impl v1.0.69
5912026-06-05T07:17:07.804Z Downloaded thiserror v1.0.69
5922026-06-05T07:17:07.806Z Downloaded topological-sort v0.2.2
5932026-06-05T07:17:07.806Z Downloaded tower-layer v0.3.3
5942026-06-05T07:17:07.809Z Downloaded hickory-resolver v0.25.2
5952026-06-05T07:17:07.812Z Downloaded try-lock v0.2.5
5962026-06-05T07:17:07.812Z Downloaded prettyplease v0.2.37
5972026-06-05T07:17:07.815Z Downloaded time-macros v0.2.27
5982026-06-05T07:17:07.815Z Downloaded schemars v0.8.22
5992026-06-05T07:17:07.820Z Downloaded unicode-xid v0.2.6
6002026-06-05T07:17:07.823Z Downloaded typify-macro v0.6.1
6012026-06-05T07:17:07.823Z Downloaded unicode-linebreak v0.1.5
6022026-06-05T07:17:07.823Z Downloaded unarray v0.1.4
6032026-06-05T07:17:07.826Z Downloaded typify-macro v0.4.3
6042026-06-05T07:17:07.826Z Downloaded rayon-core v1.13.0
6052026-06-05T07:17:07.829Z Downloaded tokio-rustls v0.25.0
6062026-06-05T07:17:07.829Z Downloaded smallvec v1.15.1
6072026-06-05T07:17:07.832Z Downloaded tinystr v0.8.1
6082026-06-05T07:17:07.832Z Downloaded progenitor-impl v0.11.1
6092026-06-05T07:17:07.834Z Downloaded thiserror-no-std v2.0.2
6102026-06-05T07:17:07.835Z Downloaded untrusted v0.9.0
6112026-06-05T07:17:07.838Z Downloaded tokio-dtrace v0.1.1
6122026-06-05T07:17:07.838Z Downloaded utf8parse v0.2.2
6132026-06-05T07:17:07.838Z Downloaded utf8_iter v1.0.4
6142026-06-05T07:17:07.841Z Downloaded spin v0.9.8
6152026-06-05T07:17:07.841Z Downloaded untrusted v0.7.1
6162026-06-05T07:17:07.841Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6172026-06-05T07:17:07.843Z Downloaded universal-hash v0.5.1
6182026-06-05T07:17:07.843Z Downloaded usdt-macro v0.5.0
6192026-06-05T07:17:07.843Z Downloaded usdt v0.5.0
6202026-06-05T07:17:07.846Z Downloaded slog-async v2.8.0
6212026-06-05T07:17:07.846Z Downloaded minimal-lexical v0.2.1
6222026-06-05T07:17:07.849Z Downloaded serde_derive v1.0.228
6232026-06-05T07:17:07.849Z Downloaded indexmap v2.14.0
6242026-06-05T07:17:07.852Z Downloaded strum_macros v0.27.2
6252026-06-05T07:17:07.855Z Downloaded serde_core v1.0.228
6262026-06-05T07:17:07.855Z Downloaded term v1.2.0
6272026-06-05T07:17:07.858Z Downloaded usdt-attr-macro v0.6.0
6282026-06-05T07:17:07.858Z Downloaded usdt-macro v0.6.0
6292026-06-05T07:17:07.858Z Downloaded toml_writer v1.1.1+spec-1.1.0
6302026-06-05T07:17:07.861Z Downloaded version_check v0.9.5
6312026-06-05T07:17:07.861Z Downloaded usdt-attr-macro v0.5.0
6322026-06-05T07:17:07.861Z Downloaded usdt v0.6.0
6332026-06-05T07:17:07.865Z Downloaded toml_datetime v0.6.11
6342026-06-05T07:17:07.865Z Downloaded waitgroup v0.1.2
6352026-06-05T07:17:07.865Z Downloaded wait-timeout v0.2.1
6362026-06-05T07:17:07.868Z Downloaded rustls-pki-types v1.12.0
6372026-06-05T07:17:07.868Z Downloaded http v1.4.1
6382026-06-05T07:17:07.871Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6392026-06-05T07:17:07.871Z Downloaded signal-hook v0.3.18
6402026-06-05T07:17:07.874Z Downloaded toml_write v0.1.2
6412026-06-05T07:17:07.874Z Downloaded thiserror v2.0.18
6422026-06-05T07:17:07.876Z Downloaded thread_local v1.1.9
6432026-06-05T07:17:07.879Z Downloaded ryu v1.0.20
6442026-06-05T07:17:07.879Z Downloaded dropshot-api-manager v0.7.2
6452026-06-05T07:17:07.882Z Downloaded want v0.3.1
6462026-06-05T07:17:07.885Z Downloaded similar v2.7.0
6472026-06-05T07:17:07.888Z Downloaded cookie v0.18.1
6482026-06-05T07:17:07.888Z Downloaded cipher v0.4.4
6492026-06-05T07:17:07.888Z Downloaded clang-sys v1.8.1
6502026-06-05T07:17:07.891Z Downloaded num-conv v0.2.1
6512026-06-05T07:17:07.891Z Downloaded highway v1.3.0
6522026-06-05T07:17:07.898Z Downloaded ingot v0.1.1
6532026-06-05T07:17:07.898Z Downloaded ingot-types v0.1.2
6542026-06-05T07:17:07.898Z Downloaded lru-cache v0.1.2
6552026-06-05T07:17:07.898Z Downloaded find-msvc-tools v0.1.9
6562026-06-05T07:17:07.898Z Downloaded either v1.15.0
6572026-06-05T07:17:07.898Z Downloaded macaddr v1.0.1
6582026-06-05T07:17:07.898Z Downloaded socket2 v0.6.4
6592026-06-05T07:17:07.901Z Downloaded rand v0.8.5
6602026-06-05T07:17:07.901Z Downloaded qorb v0.4.1
6612026-06-05T07:17:07.904Z Downloaded zeroize_derive v1.4.3
6622026-06-05T07:17:07.904Z Downloaded zerofrom v0.1.6
6632026-06-05T07:17:07.904Z Downloaded tokio-native-tls v0.3.1
6642026-06-05T07:17:07.907Z Downloaded yoke-derive v0.8.0
6652026-06-05T07:17:07.907Z Downloaded memchr v2.7.5
6662026-06-05T07:17:07.910Z Downloaded ciborium v0.2.2
6672026-06-05T07:17:07.914Z Downloaded xattr v1.6.1
6682026-06-05T07:17:07.914Z Downloaded fs-err v3.1.2
6692026-06-05T07:17:07.914Z Downloaded foldhash v0.2.0
6702026-06-05T07:17:07.917Z Downloaded toml v0.8.23
6712026-06-05T07:17:07.917Z Downloaded tokio-stream v0.1.17
6722026-06-05T07:17:07.917Z Downloaded zerofrom-derive v0.1.6
6732026-06-05T07:17:07.920Z Downloaded usdt-impl v0.5.0
6742026-06-05T07:17:07.920Z Downloaded tokio-rustls v0.26.4
6752026-06-05T07:17:07.920Z Downloaded foldhash v0.1.5
6762026-06-05T07:17:07.923Z Downloaded digest v0.10.7
6772026-06-05T07:17:07.923Z Downloaded nom v7.1.3
6782026-06-05T07:17:07.926Z Downloaded daft-derive v0.1.5
6792026-06-05T07:17:07.929Z Downloaded serde_yaml v0.9.34+deprecated
6802026-06-05T07:17:07.931Z Downloaded bit-vec v0.8.0
6812026-06-05T07:17:07.931Z Downloaded vsss-rs v3.3.4
6822026-06-05T07:17:07.934Z Downloaded toml_parser v1.1.2+spec-1.1.0
6832026-06-05T07:17:07.934Z Downloaded bcs v0.1.6
6842026-06-05T07:17:07.937Z Downloaded base64ct v1.8.0
6852026-06-05T07:17:07.937Z Downloaded deranged v0.5.3
6862026-06-05T07:17:07.937Z Downloaded slog v2.8.2
6872026-06-05T07:17:07.940Z Downloaded schemars v1.2.0
6882026-06-05T07:17:07.946Z Downloaded tinyvec v1.10.0
6892026-06-05T07:17:07.949Z Downloaded futures-util v0.3.32
6902026-06-05T07:17:07.954Z Downloaded textwrap v0.16.2
6912026-06-05T07:17:07.957Z Downloaded test-strategy v0.4.3
6922026-06-05T07:17:07.960Z Downloaded snafu v0.8.9
6932026-06-05T07:17:07.963Z Downloaded whoami v1.6.1
6942026-06-05T07:17:07.963Z Downloaded mio v1.2.1
6952026-06-05T07:17:07.965Z Downloaded zeroize v1.8.1
6962026-06-05T07:17:07.968Z Downloaded schemars v0.9.0
6972026-06-05T07:17:07.974Z Downloaded zone v0.3.1
6982026-06-05T07:17:07.976Z Downloaded hashbrown v0.17.1
6992026-06-05T07:17:07.977Z Downloaded itertools v0.12.1
7002026-06-05T07:17:07.979Z Downloaded zerovec-derive v0.11.1
7012026-06-05T07:17:07.982Z Downloaded writeable v0.6.1
7022026-06-05T07:17:07.982Z Downloaded usdt-impl v0.6.0
7032026-06-05T07:17:07.982Z Downloaded ucd-trie v0.1.7
7042026-06-05T07:17:07.985Z Downloaded toml v1.1.2+spec-1.1.0
7052026-06-05T07:17:07.988Z Downloaded toml v0.7.8
7062026-06-05T07:17:07.988Z Downloaded h2 v0.4.14
7072026-06-05T07:17:07.992Z Downloaded hashbrown v0.16.1
7082026-06-05T07:17:07.994Z Downloaded rand v0.9.3
7092026-06-05T07:17:07.997Z Downloaded serde v1.0.228
7102026-06-05T07:17:08.000Z Downloaded unicode-ident v1.0.24
7112026-06-05T07:17:08.000Z Downloaded yoke v0.8.0
7122026-06-05T07:17:08.001Z Downloaded iri-string v0.7.8
7132026-06-05T07:17:08.004Z Downloaded unsafe-libyaml v0.2.11
7142026-06-05T07:17:08.007Z Downloaded tar v0.4.45
7152026-06-05T07:17:08.010Z Downloaded hashbrown v0.15.5
7162026-06-05T07:17:08.010Z Downloaded zone_cfg_derive v0.3.1
7172026-06-05T07:17:08.013Z Downloaded zmij v1.0.17
7182026-06-05T07:17:08.013Z Downloaded vergen v8.3.2
7192026-06-05T07:17:08.013Z Downloaded pest v2.8.2
7202026-06-05T07:17:08.015Z Downloaded rustls-webpki v0.103.6
7212026-06-05T07:17:08.019Z Downloaded idna v1.1.0
7222026-06-05T07:17:08.021Z Downloaded uuid v1.23.2
7232026-06-05T07:17:08.021Z Downloaded tracing-attributes v0.1.30
7242026-06-05T07:17:08.024Z Downloaded steno v0.4.1
7252026-06-05T07:17:08.027Z Downloaded quinn v0.11.9
7262026-06-05T07:17:08.027Z Downloaded typify v0.4.3
7272026-06-05T07:17:08.030Z Downloaded tempfile v3.27.0
7282026-06-05T07:17:08.030Z Downloaded erased-serde v0.3.31
7292026-06-05T07:17:08.033Z Downloaded cargo_metadata v0.18.1
7302026-06-05T07:17:08.033Z Downloaded typify v0.6.1
7312026-06-05T07:17:08.036Z Downloaded byteorder v1.5.0
7322026-06-05T07:17:08.036Z Downloaded is_ci v1.2.0
7332026-06-05T07:17:08.036Z Downloaded darling_core v0.21.3
7342026-06-05T07:17:08.039Z Downloaded crc32fast v1.5.0
7352026-06-05T07:17:08.041Z Downloaded chacha20 v0.9.1
7362026-06-05T07:17:08.041Z Downloaded toml v0.9.12+spec-1.1.0
7372026-06-05T07:17:08.044Z Downloaded bitflags v1.3.2
7382026-06-05T07:17:08.044Z Downloaded backoff v0.4.0
7392026-06-05T07:17:08.047Z Downloaded hkdf v0.12.4
7402026-06-05T07:17:08.047Z Downloaded float-ord v0.3.2
7412026-06-05T07:17:08.050Z Downloaded dtrace-parser v0.3.0
7422026-06-05T07:17:08.050Z Downloaded convert_case v0.4.0
7432026-06-05T07:17:08.050Z Downloaded zerocopy-derive v0.7.35
7442026-06-05T07:17:08.053Z Downloaded hyper v1.10.1
7452026-06-05T07:17:08.055Z Downloaded toml_edit v0.22.27
7462026-06-05T07:17:08.058Z Downloaded tracing v0.1.41
7472026-06-05T07:17:08.061Z Downloaded iddqd v0.3.18
7482026-06-05T07:17:08.064Z Downloaded walkdir v2.5.0
7492026-06-05T07:17:08.067Z Downloaded libm v0.2.15
7502026-06-05T07:17:08.070Z Downloaded cargo-platform v0.1.9
7512026-06-05T07:17:08.073Z Downloaded zerotrie v0.2.2
7522026-06-05T07:17:08.073Z Downloaded goblin v0.8.2
7532026-06-05T07:17:08.076Z Downloaded itertools v0.14.0
7542026-06-05T07:17:08.079Z Downloaded tracing-core v0.1.34
7552026-06-05T07:17:08.082Z Downloaded clap_builder v4.6.0
7562026-06-05T07:17:08.085Z Downloaded crc8 v0.1.1
7572026-06-05T07:17:08.085Z Downloaded embedded-io v0.4.0
7582026-06-05T07:17:08.088Z Downloaded cpufeatures v0.3.0
7592026-06-05T07:17:08.088Z Downloaded base16ct v0.2.0
7602026-06-05T07:17:08.088Z Downloaded derive_more v0.99.20
7612026-06-05T07:17:08.091Z Downloaded bit-set v0.8.0
7622026-06-05T07:17:08.091Z Downloaded aead v0.5.2
7632026-06-05T07:17:08.091Z Downloaded cmake v0.1.54
7642026-06-05T07:17:08.096Z Downloaded cfg_aliases v0.2.1
7652026-06-05T07:17:08.096Z Downloaded clap_lex v1.1.0
7662026-06-05T07:17:08.096Z Downloaded arrayvec v0.7.6
7672026-06-05T07:17:08.096Z Downloaded argon2 v0.5.3
7682026-06-05T07:17:08.099Z Downloaded anstyle-parse v1.0.0
7692026-06-05T07:17:08.099Z Downloaded async-recursion v1.1.1
7702026-06-05T07:17:08.099Z Downloaded arrayref v0.3.9
7712026-06-05T07:17:08.103Z Downloaded anstyle-query v1.1.4
7722026-06-05T07:17:08.103Z Downloaded adler2 v2.0.1
7732026-06-05T07:17:08.103Z Downloaded icu_properties_data v2.0.1
7742026-06-05T07:17:08.108Z Downloaded reqwest v0.13.2
7752026-06-05T07:17:08.112Z Downloaded reqwest v0.12.23
7762026-06-05T07:17:08.119Z Downloaded git2 v0.19.0
7772026-06-05T07:17:08.125Z Downloaded serde_json v1.0.150
7782026-06-05T07:17:08.140Z Downloaded toml_edit v0.19.15
7792026-06-05T07:17:08.148Z Downloaded url v2.5.7
7802026-06-05T07:17:08.151Z Downloaded iddqd v0.4.2
7812026-06-05T07:17:08.159Z Downloaded tower-http v0.6.8
7822026-06-05T07:17:08.163Z Downloaded proptest v1.8.0
7832026-06-05T07:17:08.168Z Downloaded unicode-normalization v0.1.24
7842026-06-05T07:17:08.171Z Downloaded blake3 v1.8.2
7852026-06-05T07:17:08.174Z Downloaded aho-corasick v1.1.3
7862026-06-05T07:17:08.178Z Downloaded goblin v0.10.1
7872026-06-05T07:17:08.182Z Downloaded zerocopy-derive v0.8.27
7882026-06-05T07:17:08.185Z Downloaded regex v1.12.3
7892026-06-05T07:17:08.195Z Downloaded tower v0.5.2
7902026-06-05T07:17:08.200Z Downloaded winnow v0.5.40
7912026-06-05T07:17:08.211Z Downloaded typenum v1.20.1
7922026-06-05T07:17:08.214Z Downloaded typed-path v0.9.3
7932026-06-05T07:17:08.222Z Downloaded portable-atomic v1.11.1
7942026-06-05T07:17:08.230Z Downloaded moka v0.12.11
7952026-06-05T07:17:08.235Z Downloaded aws-lc-rs v1.16.2
7962026-06-05T07:17:08.241Z Downloaded tokio-util v0.7.16
7972026-06-05T07:17:08.245Z Downloaded hickory-proto v0.24.4
7982026-06-05T07:17:08.253Z Downloaded unicode-segmentation v1.12.0
7992026-06-05T07:17:08.256Z Downloaded tabled v0.20.0
8002026-06-05T07:17:08.265Z Downloaded time v0.3.47
8012026-06-05T07:17:08.271Z Downloaded tough v0.20.0
8022026-06-05T07:17:08.276Z Downloaded bindgen v0.72.1
8032026-06-05T07:17:08.280Z Downloaded winnow v1.0.3
8042026-06-05T07:17:08.285Z Downloaded quinn-proto v0.11.14
8052026-06-05T07:17:08.290Z Downloaded syn v1.0.109
8062026-06-05T07:17:08.295Z Downloaded serde_with v3.14.1
8072026-06-05T07:17:08.302Z Downloaded rustls-webpki v0.102.8
8082026-06-05T07:17:08.311Z Downloaded nix v0.30.1
8092026-06-05T07:17:08.317Z Downloaded webpki-roots v1.0.2
8102026-06-05T07:17:08.321Z Downloaded dropshot v0.16.7
8112026-06-05T07:17:08.331Z Downloaded smoltcp v0.11.0
8122026-06-05T07:17:08.338Z Downloaded zerovec v0.11.4
8132026-06-05T07:17:08.341Z Downloaded zerocopy v0.7.35
8142026-06-05T07:17:08.349Z Downloaded openapiv3 v2.2.0
8152026-06-05T07:17:08.356Z Downloaded rustix v0.38.44
8162026-06-05T07:17:08.369Z Downloaded hickory-proto v0.25.2
8172026-06-05T07:17:08.379Z Downloaded tabled v0.15.0
8182026-06-05T07:17:08.388Z Downloaded curve25519-dalek v4.1.3
8192026-06-05T07:17:08.393Z Downloaded winnow v0.7.14
8202026-06-05T07:17:08.398Z Downloaded dropshot v0.17.1
8212026-06-05T07:17:08.412Z Downloaded chrono v0.4.45
8222026-06-05T07:17:08.420Z Downloaded rayon v1.11.0
8232026-06-05T07:17:08.436Z Downloaded vcpkg v0.2.15
8242026-06-05T07:17:08.459Z Downloaded openssl v0.10.80
8252026-06-05T07:17:08.474Z Downloaded zerocopy v0.8.27
8262026-06-05T07:17:08.487Z Downloaded unicode-width v0.2.1
8272026-06-05T07:17:08.491Z Downloaded unicode-width v0.1.14
8282026-06-05T07:17:08.495Z Downloaded syn v2.0.117
8292026-06-05T07:17:08.502Z Downloaded rustls v0.22.4
8302026-06-05T07:17:08.510Z Downloaded bstr v1.12.0
8312026-06-05T07:17:08.515Z Downloaded petgraph v0.6.5
8322026-06-05T07:17:08.527Z Downloaded regress v0.10.5
8332026-06-05T07:17:08.535Z Downloaded rustls v0.23.40
8342026-06-05T07:17:08.548Z Downloaded regex-syntax v0.8.6
8352026-06-05T07:17:08.553Z Downloaded libc v0.2.186
8362026-06-05T07:17:08.572Z Downloaded libz-sys v1.1.22
8372026-06-05T07:17:08.600Z Downloaded rustix v1.1.4
8382026-06-05T07:17:08.635Z Downloaded typify-impl v0.6.1
8392026-06-05T07:17:08.652Z Downloaded encoding_rs v0.8.35
8402026-06-05T07:17:08.664Z Downloaded typify-impl v0.4.3
8412026-06-05T07:17:08.687Z Downloaded ring v0.17.14
8422026-06-05T07:17:08.718Z Downloaded libgit2-sys v0.17.0+1.8.1
8432026-06-05T07:17:08.749Z Downloaded regex-automata v0.4.13
8442026-06-05T07:17:08.772Z Downloaded jiff v0.2.15
8452026-06-05T07:17:08.799Z Downloaded chrono-tz v0.10.4
8462026-06-05T07:17:08.809Z Downloaded petgraph v0.8.2
8472026-06-05T07:17:08.834Z Downloaded csv v1.4.0
8482026-06-05T07:17:08.847Z Downloaded sha3 v0.10.8
8492026-06-05T07:17:08.856Z Downloaded tokio v1.52.3
8502026-06-05T07:17:08.968Z Downloaded curl-sys v0.4.83+curl-8.15.0
8512026-06-05T07:17:09.471Z Downloaded aws-lc-sys v0.39.1
8522026-06-05T07:17:09.821Z Compiling proc-macro2 v1.0.106
8532026-06-05T07:17:09.821Z Compiling quote v1.0.45
8542026-06-05T07:17:09.824Z Compiling unicode-ident v1.0.24
8552026-06-05T07:17:09.824Z Compiling serde_core v1.0.228
8562026-06-05T07:17:09.824Z Compiling serde v1.0.228
8572026-06-05T07:17:09.824Z Compiling libc v0.2.186
8582026-06-05T07:17:09.824Z Checking cfg-if v1.0.4
8592026-06-05T07:17:10.112Z Compiling zmij v1.0.17
8602026-06-05T07:17:10.153Z Compiling autocfg v1.5.0
8612026-06-05T07:17:10.478Z Compiling memchr v2.7.5
8622026-06-05T07:17:10.529Z Compiling libm v0.2.15
8632026-06-05T07:17:10.862Z Compiling getrandom v0.4.2
8642026-06-05T07:17:10.917Z Checking smallvec v1.15.1
8652026-06-05T07:17:10.957Z Compiling version_check v0.9.5
8662026-06-05T07:17:10.980Z Checking itoa v1.0.15
8672026-06-05T07:17:11.075Z Compiling thiserror v2.0.18
8682026-06-05T07:17:11.115Z Compiling jobserver v0.1.34
8692026-06-05T07:17:11.159Z Compiling find-msvc-tools v0.1.9
8702026-06-05T07:17:11.246Z Compiling shlex v2.0.1
8712026-06-05T07:17:11.273Z Compiling syn v2.0.117
8722026-06-05T07:17:11.349Z Compiling icu_properties_data v2.0.1
8732026-06-05T07:17:11.398Z Compiling cc v1.2.63
8742026-06-05T07:17:11.430Z Compiling icu_normalizer_data v2.0.0
8752026-06-05T07:17:11.568Z Compiling parking_lot_core v0.9.12
8762026-06-05T07:17:11.601Z Checking stable_deref_trait v1.2.0
8772026-06-05T07:17:11.614Z Compiling serde_json v1.0.150
8782026-06-05T07:17:11.857Z Compiling heck v0.5.0
8792026-06-05T07:17:11.871Z Checking writeable v0.6.1
8802026-06-05T07:17:11.927Z Checking litemap v0.8.0
8812026-06-05T07:17:12.059Z Compiling num-traits v0.2.19
8822026-06-05T07:17:12.062Z Checking percent-encoding v2.3.2
8832026-06-05T07:17:12.262Z Checking form_urlencoded v1.2.2
8842026-06-05T07:17:12.388Z Checking utf8_iter v1.0.4
8852026-06-05T07:17:12.453Z Compiling zerocopy v0.8.27
8862026-06-05T07:17:12.467Z Checking pin-project-lite v0.2.16
8872026-06-05T07:17:12.506Z Checking iana-time-zone v0.1.64
8882026-06-05T07:17:12.556Z Compiling rustversion v1.0.22
8892026-06-05T07:17:12.574Z Compiling log v0.4.29
8902026-06-05T07:17:12.608Z Compiling semver v1.0.28
8912026-06-05T07:17:12.696Z Checking socket2 v0.6.4
8922026-06-05T07:17:12.748Z Compiling equivalent v1.0.2
8932026-06-05T07:17:12.834Z Checking uuid v1.23.2
8942026-06-05T07:17:12.894Z Checking scopeguard v1.2.0
8952026-06-05T07:17:12.995Z Checking lock_api v0.4.14
8962026-06-05T07:17:13.125Z Checking signal-hook-registry v1.4.6
8972026-06-05T07:17:13.138Z Checking mio v1.2.1
8982026-06-05T07:17:13.141Z Checking getrandom v0.2.16
8992026-06-05T07:17:13.167Z Checking dyn-clone v1.0.20
9002026-06-05T07:17:13.198Z Checking parking_lot v0.12.5
9012026-06-05T07:17:13.262Z Compiling schemars v0.8.22
9022026-06-05T07:17:13.275Z Checking bitflags v2.11.1
9032026-06-05T07:17:13.412Z Compiling portable-atomic v1.11.1
9042026-06-05T07:17:13.456Z Checking futures-core v0.3.32
9052026-06-05T07:17:13.518Z Checking critical-section v1.2.0
9062026-06-05T07:17:13.531Z Compiling ring v0.17.14
9072026-06-05T07:17:13.571Z Compiling hashbrown v0.17.1
9082026-06-05T07:17:13.609Z Compiling httparse v1.10.1
9092026-06-05T07:17:13.707Z Compiling thiserror v1.0.69
9102026-06-05T07:17:13.831Z Checking futures-sink v0.3.32
9112026-06-05T07:17:13.998Z Compiling regex-syntax v0.8.6
9122026-06-05T07:17:14.115Z Compiling synstructure v0.13.2
9132026-06-05T07:17:14.169Z Compiling serde_derive_internals v0.29.1
9142026-06-05T07:17:14.305Z Checking once_cell v1.21.3
9152026-06-05T07:17:14.308Z Compiling indexmap v2.14.0
9162026-06-05T07:17:14.608Z Checking slab v0.4.11
9172026-06-05T07:17:14.805Z Compiling rustix v1.1.4
9182026-06-05T07:17:14.905Z Compiling aho-corasick v1.1.3
9192026-06-05T07:17:14.919Z Checking subtle v2.6.1
9202026-06-05T07:17:14.969Z Compiling ucd-trie v0.1.7
9212026-06-05T07:17:15.061Z Checking futures-channel v0.3.32
9222026-06-05T07:17:15.191Z Compiling anyhow v1.0.102
9232026-06-05T07:17:15.245Z Checking rand_core v0.6.4
9242026-06-05T07:17:15.369Z Checking futures-io v0.3.32
9252026-06-05T07:17:15.384Z Compiling serde_derive v1.0.228
9262026-06-05T07:17:15.403Z Compiling zerofrom-derive v0.1.6
9272026-06-05T07:17:15.428Z Compiling yoke-derive v0.8.0
9282026-06-05T07:17:15.482Z Compiling zerovec-derive v0.11.1
9292026-06-05T07:17:15.502Z Compiling displaydoc v0.2.5
9302026-06-05T07:17:16.071Z Compiling thiserror-impl v2.0.18
9312026-06-05T07:17:16.231Z Compiling schemars_derive v0.8.22
9322026-06-05T07:17:16.335Z Compiling tokio-macros v2.7.0
9332026-06-05T07:17:16.432Z Compiling zerocopy-derive v0.8.27
9342026-06-05T07:17:16.539Z Compiling futures-macro v0.3.32
9352026-06-05T07:17:16.578Z Checking zerofrom v0.1.6
9362026-06-05T07:17:16.698Z Checking yoke v0.8.0
9372026-06-05T07:17:16.867Z Checking zerovec v0.11.4
9382026-06-05T07:17:17.035Z Checking zerotrie v0.2.2
9392026-06-05T07:17:17.338Z Compiling zeroize_derive v1.4.3
9402026-06-05T07:17:17.359Z Compiling thiserror-impl v1.0.69
9412026-06-05T07:17:17.372Z Compiling regex-automata v0.4.13
9422026-06-05T07:17:17.389Z Compiling pest v2.8.2
9432026-06-05T07:17:17.562Z Checking tinystr v0.8.1
9442026-06-05T07:17:17.613Z Checking potential_utf v0.1.3
9452026-06-05T07:17:17.738Z Checking icu_collections v2.0.0
9462026-06-05T07:17:17.742Z Checking icu_locale_core v2.0.0
9472026-06-05T07:17:18.033Z Checking zeroize v1.8.1
9482026-06-05T07:17:18.196Z Checking icu_provider v2.0.0
9492026-06-05T07:17:18.369Z Checking bytes v1.11.1
9502026-06-05T07:17:18.441Z Checking icu_properties v2.0.1
9512026-06-05T07:17:18.484Z Checking icu_normalizer v2.0.0
9522026-06-05T07:17:18.498Z Checking chrono v0.4.45
9532026-06-05T07:17:18.743Z Compiling serde_tokenstream v0.2.3
9542026-06-05T07:17:18.804Z Checking tokio v1.52.3
9552026-06-05T07:17:19.016Z Compiling regex v1.12.3
9562026-06-05T07:17:19.163Z Compiling pest_meta v2.8.2
9572026-06-05T07:17:19.243Z Checking idna_adapter v1.2.1
9582026-06-05T07:17:19.364Z Checking idna v1.1.0
9592026-06-05T07:17:19.400Z Checking futures-task v0.3.32
9602026-06-05T07:17:19.495Z Checking typenum v1.20.1
9612026-06-05T07:17:19.530Z Compiling getrandom v0.3.3
9622026-06-05T07:17:19.544Z Checking futures-util v0.3.32
9632026-06-05T07:17:19.601Z Checking url v2.5.7
9642026-06-05T07:17:19.947Z Compiling pest_generator v2.8.2
9652026-06-05T07:17:20.102Z Compiling tracing-attributes v0.1.30
9662026-06-05T07:17:20.301Z Checking tracing-core v0.1.34
9672026-06-05T07:17:20.541Z Compiling pkg-config v0.3.32
9682026-06-05T07:17:20.577Z Compiling pest_derive v2.8.2
9692026-06-05T07:17:20.602Z Checking fnv v1.0.7
9702026-06-05T07:17:20.699Z Compiling allocator-api2 v0.2.21
9712026-06-05T07:17:20.828Z Compiling foldhash v0.2.0
9722026-06-05T07:17:21.027Z Compiling hashbrown v0.16.1
9732026-06-05T07:17:21.028Z Checking http v1.4.1
9742026-06-05T07:17:21.055Z Compiling generic-array v0.14.7
9752026-06-05T07:17:21.191Z Compiling vcpkg v0.2.15
9762026-06-05T07:17:21.306Z Checking tracing v0.1.41
9772026-06-05T07:17:21.455Z Compiling time-core v0.1.8
9782026-06-05T07:17:21.477Z Compiling byteorder v1.5.0
9792026-06-05T07:17:21.507Z Compiling num-conv v0.2.1
9802026-06-05T07:17:21.582Z Compiling regress v0.10.5
9812026-06-05T07:17:21.654Z Compiling time-macros v0.2.27
9822026-06-05T07:17:21.752Z Checking errno v0.3.14
9832026-06-05T07:17:21.871Z Checking base64 v0.22.1
9842026-06-05T07:17:22.008Z Checking ipnet v2.11.0
9852026-06-05T07:17:22.051Z Checking tokio-util v0.7.16
9862026-06-05T07:17:22.111Z Compiling scroll_derive v0.13.1
9872026-06-05T07:17:22.224Z Compiling camino v1.2.2
9882026-06-05T07:17:22.351Z Checking crypto-common v0.1.6
9892026-06-05T07:17:22.535Z Checking http-body v1.0.1
9902026-06-05T07:17:22.596Z Checking atomic-waker v1.1.2
9912026-06-05T07:17:22.645Z Compiling crossbeam-utils v0.8.21
9922026-06-05T07:17:22.662Z Checking ppv-lite86 v0.2.21
9932026-06-05T07:17:22.905Z Compiling slog v2.8.2
9942026-06-05T07:17:22.944Z Checking try-lock v0.2.5
9952026-06-05T07:17:22.974Z Checking tower-service v0.3.3
9962026-06-05T07:17:22.989Z Checking tower-layer v0.3.3
9972026-06-05T07:17:23.060Z Compiling paste v1.0.15
9982026-06-05T07:17:23.074Z Checking want v0.3.1
9992026-06-05T07:17:23.161Z Checking h2 v0.4.14
10002026-06-05T07:17:23.171Z Checking ipnetwork v0.21.1
10012026-06-05T07:17:23.188Z Checking erased-serde v0.3.31
10022026-06-05T07:17:23.296Z Checking rustls-pki-types v1.12.0
10032026-06-05T07:17:23.376Z Checking pretty-hex v0.4.1
10042026-06-05T07:17:23.390Z Checking httpdate v1.0.3
10052026-06-05T07:17:23.462Z Checking ryu v1.0.20
10062026-06-05T07:17:23.490Z Compiling async-trait v0.1.89
10072026-06-05T07:17:23.532Z Checking untrusted v0.9.0
10082026-06-05T07:17:23.597Z Compiling scroll v0.13.0
10092026-06-05T07:17:23.858Z Compiling plain v0.2.3
10102026-06-05T07:17:23.981Z Compiling usdt-impl v0.6.0
10112026-06-05T07:17:23.985Z Compiling goblin v0.10.1
10122026-06-05T07:17:24.009Z Checking http-body-util v0.1.3
10132026-06-05T07:17:24.068Z Compiling openssl-sys v0.9.116
10142026-06-05T07:17:24.218Z Compiling cmake v0.1.54
10152026-06-05T07:17:24.261Z Compiling slog-async v2.8.0
10162026-06-05T07:17:24.453Z Compiling fs_extra v1.3.0
10172026-06-05T07:17:24.507Z Compiling strsim v0.11.1
10182026-06-05T07:17:24.546Z Compiling dunce v1.0.5
10192026-06-05T07:17:24.620Z Checking rand_core v0.9.3
10202026-06-05T07:17:24.661Z Checking serde_urlencoded v0.7.1
10212026-06-05T07:17:24.708Z Checking oxnet v0.1.6
10222026-06-05T07:17:24.746Z Compiling aws-lc-sys v0.39.1
10232026-06-05T07:17:24.814Z Checking block-buffer v0.10.4
10242026-06-05T07:17:24.819Z Compiling dtrace-parser v0.3.0
10252026-06-05T07:17:24.859Z Compiling openapiv3 v2.2.0
10262026-06-05T07:17:24.952Z Compiling thread-id v5.0.0
10272026-06-05T07:17:25.056Z Checking hyper v1.10.1
10282026-06-05T07:17:25.316Z Checking digest v0.10.7
10292026-06-05T07:17:25.433Z Compiling typify-impl v0.4.3
10302026-06-05T07:17:25.510Z Compiling omicron-workspace-hack v0.1.0
10312026-06-05T07:17:25.722Z Compiling ident_case v1.0.1
10322026-06-05T07:17:25.755Z Checking rand_chacha v0.9.0
10332026-06-05T07:17:25.845Z Compiling darling_core v0.21.3
10342026-06-05T07:17:25.938Z Compiling daft-derive v0.1.5
10352026-06-05T07:17:25.983Z Checking hyper-util v0.1.20
10362026-06-05T07:17:26.275Z Compiling aws-lc-rs v1.16.2
10372026-06-05T07:17:26.397Z Checking powerfmt v0.2.0
10382026-06-05T07:17:26.546Z Checking deranged v0.5.3
10392026-06-05T07:17:26.575Z Checking rand v0.9.3
10402026-06-05T07:17:26.796Z Compiling dof v0.4.0
10412026-06-05T07:17:27.012Z Compiling syn v1.0.109
10422026-06-05T07:17:27.326Z Compiling unsafe-libyaml v0.2.11
10432026-06-05T07:17:27.525Z Checking num_threads v0.1.7
10442026-06-05T07:17:27.611Z Checking time v0.3.47
10452026-06-05T07:17:27.801Z Compiling usdt-attr-macro v0.6.0
10462026-06-05T07:17:27.884Z Compiling darling_macro v0.21.3
10472026-06-05T07:17:27.985Z Compiling usdt-macro v0.6.0
10482026-06-05T07:17:28.069Z Compiling serde_yaml v0.9.34+deprecated
10492026-06-05T07:17:28.416Z Compiling darling v0.21.3
10502026-06-05T07:17:28.500Z Checking sync_wrapper v1.0.2
10512026-06-05T07:17:28.623Z Checking encoding_rs v0.8.35
10522026-06-05T07:17:28.706Z Checking cpufeatures v0.2.17
10532026-06-05T07:17:28.759Z Checking untrusted v0.7.1
10542026-06-05T07:17:28.773Z Checking mime v0.3.17
10552026-06-05T07:17:28.778Z Compiling typify-macro v0.4.3
10562026-06-05T07:17:28.871Z Checking tower v0.5.2
10572026-06-05T07:17:28.934Z Checking crossbeam-channel v0.5.15
10582026-06-05T07:17:29.242Z Checking futures-executor v0.3.32
10592026-06-05T07:17:29.256Z Compiling structmeta-derive v0.3.0
10602026-06-05T07:17:29.298Z Compiling multer v3.1.0
10612026-06-05T07:17:29.343Z Compiling rustls v0.23.40
10622026-06-05T07:17:29.382Z Checking iri-string v0.7.8
10632026-06-05T07:17:29.517Z Compiling rustls v0.22.4
10642026-06-05T07:17:29.548Z Checking futures v0.3.32
10652026-06-05T07:17:29.653Z Compiling async-stream-impl v0.3.6
10662026-06-05T07:17:29.781Z Checking thread_local v1.1.9
10672026-06-05T07:17:29.853Z Compiling openssl v0.10.80
10682026-06-05T07:17:29.942Z Checking foreign-types-shared v0.1.1
10692026-06-05T07:17:30.025Z Checking hex v0.4.3
10702026-06-05T07:17:30.119Z Checking fastrand v2.3.0
10712026-06-05T07:17:30.241Z Checking unicode-width v0.2.1
10722026-06-05T07:17:30.285Z Checking foreign-types v0.3.2
10732026-06-05T07:17:30.299Z Checking tempfile v3.27.0
10742026-06-05T07:17:30.302Z Compiling typify v0.4.3
10752026-06-05T07:17:30.325Z Compiling structmeta v0.3.0
10762026-06-05T07:17:30.417Z Checking tower-http v0.6.8
10772026-06-05T07:17:30.497Z Compiling openssl-macros v0.1.1
10782026-06-05T07:17:30.514Z Compiling strum_macros v0.26.4
10792026-06-05T07:17:30.670Z Checking memmap2 v0.9.8
10802026-06-05T07:17:30.685Z Checking is-terminal v0.4.16
10812026-06-05T07:17:30.769Z Checking term v1.2.0
10822026-06-05T07:17:30.824Z Checking match_cfg v0.1.0
10832026-06-05T07:17:30.894Z Checking openssl-probe v0.1.6
10842026-06-05T07:17:30.911Z Checking take_mut v0.2.2
10852026-06-05T07:17:30.982Z Compiling native-tls v0.2.14
10862026-06-05T07:17:30.996Z Checking slog-term v2.9.2
10872026-06-05T07:17:31.174Z Checking hostname v0.3.1
10882026-06-05T07:17:31.263Z Checking slog-json v2.6.1
10892026-06-05T07:17:31.411Z Compiling newtype-uuid-macros v0.1.0
10902026-06-05T07:17:31.512Z Compiling ref-cast v1.0.25
10912026-06-05T07:17:31.727Z Checking slog-bunyan v2.5.0
10922026-06-05T07:17:31.866Z Compiling ref-cast-impl v1.0.25
10932026-06-05T07:17:32.064Z Compiling dropshot v0.16.7
10942026-06-05T07:17:32.162Z Compiling derive-ex v0.1.8
10952026-06-05T07:17:32.177Z Checking webpki-roots v1.0.2
10962026-06-05T07:17:32.300Z Compiling dropshot_endpoint v0.16.7
10972026-06-05T07:17:32.333Z Compiling strum_macros v0.27.2
10982026-06-05T07:17:32.748Z Checking winnow v0.7.14
10992026-06-05T07:17:33.295Z Checking tokio-native-tls v0.3.1
11002026-06-05T07:17:33.450Z Checking hyper-tls v0.6.0
11012026-06-05T07:17:33.616Z Compiling progenitor-impl v0.11.1
11022026-06-05T07:17:33.670Z Compiling test-strategy v0.4.3
11032026-06-05T07:17:33.706Z Checking newtype-uuid v1.3.2
11042026-06-05T07:17:33.871Z Compiling either v1.15.0
11052026-06-05T07:17:33.886Z Checking winnow v1.0.3
11062026-06-05T07:17:34.067Z Checking daft v0.1.5
11072026-06-05T07:17:34.081Z Compiling serde_with_macros v3.14.1
11082026-06-05T07:17:34.156Z Checking toml_parser v1.1.2+spec-1.1.0
11092026-06-05T07:17:34.184Z Checking usdt v0.6.0
11102026-06-05T07:17:34.217Z Checking serde_spanned v1.1.1
11112026-06-05T07:17:34.337Z Checking toml_writer v1.1.1+spec-1.1.0
11122026-06-05T07:17:34.353Z Checking debug-ignore v1.0.5
11132026-06-05T07:17:34.472Z Checking spin v0.9.8
11142026-06-05T07:17:34.517Z Compiling parse-display-derive v0.10.0
11152026-06-05T07:17:34.645Z Checking async-stream v0.3.6
11162026-06-05T07:17:34.840Z Checking rustls-webpki v0.102.8
11172026-06-05T07:17:34.854Z Checking rustls-pemfile v2.2.0
11182026-06-05T07:17:34.994Z Checking waitgroup v0.1.2
11192026-06-05T07:17:35.014Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11202026-06-05T07:17:35.093Z Checking serde_path_to_error v0.1.20
11212026-06-05T07:17:35.196Z Checking hostname v0.4.2
11222026-06-05T07:17:35.356Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11232026-06-05T07:17:35.457Z Checking strum v0.26.3
11242026-06-05T07:17:35.570Z Checking rand_chacha v0.3.1
11252026-06-05T07:17:35.669Z Compiling toml_datetime v0.6.11
11262026-06-05T07:17:35.735Z Compiling progenitor-macro v0.11.1
11272026-06-05T07:17:35.755Z Checking macaddr v1.0.1
11282026-06-05T07:17:35.767Z Checking toml_datetime v0.7.5+spec-1.1.0
11292026-06-05T07:17:35.910Z Checking wait-timeout v0.2.1
11302026-06-05T07:17:35.927Z Checking bit-vec v0.8.0
11312026-06-05T07:17:35.958Z Checking quick-error v1.2.3
11322026-06-05T07:17:36.057Z Checking lazy_static v1.5.0
11332026-06-05T07:17:36.090Z Checking rusty-fork v0.3.0
11342026-06-05T07:17:36.115Z Checking bit-set v0.8.0
11352026-06-05T07:17:36.142Z Checking toml v0.9.12+spec-1.1.0
11362026-06-05T07:17:36.155Z Checking rand v0.8.5
11372026-06-05T07:17:36.252Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11382026-06-05T07:17:36.346Z Checking tabwriter v1.4.1
11392026-06-05T07:17:36.484Z Checking sha1 v0.10.6
11402026-06-05T07:17:36.498Z Checking rand_xorshift v0.4.0
11412026-06-05T07:17:36.638Z Compiling clap_derive v4.6.1
11422026-06-05T07:17:36.642Z Checking tokio-rustls v0.25.0
11432026-06-05T07:17:36.689Z Checking unarray v0.1.4
11442026-06-05T07:17:36.716Z Checking colored v3.1.1
11452026-06-05T07:17:36.790Z Checking utf8parse v0.2.2
11462026-06-05T07:17:36.805Z Checking proptest v1.8.0
11472026-06-05T07:17:36.889Z Checking anstyle-parse v1.0.0
11482026-06-05T07:17:36.905Z Checking strum v0.27.2
11492026-06-05T07:17:37.039Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11502026-06-05T07:17:37.105Z Checking terminal_size v0.4.3
11512026-06-05T07:17:37.482Z Checking is_terminal_polyfill v1.70.1
11522026-06-05T07:17:37.517Z Checking colorchoice v1.0.4
11532026-06-05T07:17:37.551Z Checking anstyle v1.0.14
11542026-06-05T07:17:37.568Z Checking anstyle-query v1.1.4
11552026-06-05T07:17:37.727Z Checking anstream v1.0.0
11562026-06-05T07:17:37.851Z Checking itertools v0.14.0
11572026-06-05T07:17:38.077Z Checking clap_lex v1.1.0
11582026-06-05T07:17:38.404Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11592026-06-05T07:17:38.654Z Checking clap_builder v4.6.0
11602026-06-05T07:17:39.010Z Checking serde_with v3.14.1
11612026-06-05T07:17:39.835Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11622026-06-05T07:17:39.857Z Checking instant v0.1.13
11632026-06-05T07:17:39.872Z Checking clap v4.6.1
11642026-06-05T07:17:40.049Z Checking rustc-hash v2.1.1
11652026-06-05T07:17:40.160Z Checking iddqd v0.3.18
11662026-06-05T07:17:40.235Z Checking backoff v0.4.0
11672026-06-05T07:17:40.382Z Checking parse-display v0.10.0
11682026-06-05T07:17:40.403Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11692026-06-05T07:17:40.511Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11702026-06-05T07:17:41.920Z Compiling num-derive v0.4.2
11712026-06-05T07:17:42.528Z Compiling rustls-webpki v0.103.6
11722026-06-05T07:17:42.832Z Compiling prettyplease v0.2.37
11732026-06-05T07:17:44.885Z Checking serde_spanned v0.6.9
11742026-06-05T07:17:45.011Z Compiling memoffset v0.9.1
11752026-06-05T07:17:45.097Z Compiling cfg_aliases v0.2.1
11762026-06-05T07:17:45.680Z Compiling tokio-rustls v0.26.4
11772026-06-05T07:17:45.697Z Compiling nix v0.30.1
11782026-06-05T07:17:46.297Z Compiling hyper-rustls v0.27.7
11792026-06-05T07:17:46.490Z Compiling reqwest v0.12.23
11802026-06-05T07:17:47.482Z Checking crossbeam-epoch v0.9.18
11812026-06-05T07:17:47.666Z Compiling progenitor-client v0.11.1
11822026-06-05T07:17:48.143Z Compiling winnow v0.5.40
11832026-06-05T07:17:49.124Z Compiling progenitor v0.11.1
11842026-06-05T07:17:49.365Z Compiling toml_edit v0.19.15
11852026-06-05T07:17:50.090Z Compiling num-integer v0.1.46
11862026-06-05T07:17:50.572Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11872026-06-05T07:17:50.631Z Compiling proc-macro-crate v1.3.1
11882026-06-05T07:17:50.965Z Compiling progenitor-client v0.10.0
11892026-06-05T07:17:51.566Z Compiling hubpack_derive v0.1.1
11902026-06-05T07:17:51.596Z Compiling rayon-core v1.13.0
11912026-06-05T07:17:51.993Z Checking toml_write v0.1.2
11922026-06-05T07:17:52.054Z Checking hubpack v0.1.2
11932026-06-05T07:17:52.154Z Checking num-rational v0.4.2
11942026-06-05T07:17:52.167Z Checking toml_edit v0.22.27
11952026-06-05T07:17:52.215Z Checking num-iter v0.1.45
11962026-06-05T07:17:52.549Z Compiling zerocopy-derive v0.7.35
11972026-06-05T07:17:52.564Z Compiling num-complex v0.4.6
11982026-06-05T07:17:52.909Z Checking static_assertions v1.1.0
11992026-06-05T07:17:52.980Z Checking num v0.4.3
12002026-06-05T07:17:53.148Z Checking crossbeam-deque v0.8.6
12012026-06-05T07:17:53.223Z Checking toml v0.8.23
12022026-06-05T07:17:53.328Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12032026-06-05T07:17:53.376Z Compiling float-ord v0.3.2
12042026-06-05T07:17:53.488Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12052026-06-05T07:17:53.745Z Compiling proc-macro-error-attr v1.0.4
12062026-06-05T07:17:53.763Z Compiling heapless v0.8.0
12072026-06-05T07:17:53.947Z Checking bytecount v0.6.9
12082026-06-05T07:17:54.032Z Checking libscf-sys v1.2.0
12092026-06-05T07:17:54.048Z Compiling ingot-macros v0.1.1
12102026-06-05T07:17:54.156Z Checking hash32 v0.3.1
12112026-06-05T07:17:54.224Z Compiling proc-macro-error v1.0.4
12122026-06-05T07:17:54.280Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12132026-06-05T07:17:54.459Z Compiling smoltcp v0.11.0
12142026-06-05T07:17:55.088Z Compiling zerocopy v0.7.35
12152026-06-05T07:17:55.136Z Compiling num_enum_derive v0.7.5
12162026-06-05T07:17:55.258Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12172026-06-05T07:17:55.417Z Checking cobs v0.3.0
12182026-06-05T07:17:55.562Z Compiling scroll_derive v0.12.1
12192026-06-05T07:17:55.587Z Compiling foreign-types-macros v0.2.3
12202026-06-05T07:17:55.641Z Compiling usdt-impl v0.5.0
12212026-06-05T07:17:55.821Z Compiling crucible-workspace-hack v0.1.0
12222026-06-05T07:17:55.893Z Checking bitflags v1.3.2
12232026-06-05T07:17:55.968Z Checking managed v0.8.0
12242026-06-05T07:17:56.034Z Checking foreign-types-shared v0.3.1
12252026-06-05T07:17:56.171Z Checking num_enum v0.7.5
12262026-06-05T07:17:56.201Z Checking foreign-types v0.5.0
12272026-06-05T07:17:56.245Z Compiling dof v0.3.0
12282026-06-05T07:17:56.258Z Checking scroll v0.12.0
12292026-06-05T07:17:56.274Z Checking postcard v1.1.3
12302026-06-05T07:17:56.543Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12312026-06-05T07:17:56.583Z Compiling dtrace-parser v0.2.0
12322026-06-05T07:17:56.598Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12332026-06-05T07:17:56.660Z Checking camino-tempfile v1.4.1
12342026-06-05T07:17:56.726Z Checking ingot-types v0.1.2
12352026-06-05T07:17:56.740Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12362026-06-05T07:17:56.812Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12372026-06-05T07:17:56.939Z Checking cstr-argument v0.1.2
12382026-06-05T07:17:57.037Z Compiling thread-id v4.2.2
12392026-06-05T07:17:57.062Z Compiling minimal-lexical v0.2.1
12402026-06-05T07:17:57.075Z Checking ingot v0.1.1
12412026-06-05T07:17:57.079Z Compiling heck v0.4.1
12422026-06-05T07:17:57.192Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12432026-06-05T07:17:57.281Z Compiling nom v7.1.3
12442026-06-05T07:17:57.298Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12452026-06-05T07:17:57.327Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12462026-06-05T07:17:57.359Z Checking goblin v0.8.2
12472026-06-05T07:17:57.475Z Checking rayon v1.11.0
12482026-06-05T07:17:57.638Z Compiling num_enum_derive v0.5.11
12492026-06-05T07:17:58.003Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12502026-06-05T07:17:58.316Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12512026-06-05T07:17:58.495Z Compiling rustc_version v0.4.1
12522026-06-05T07:17:58.545Z Compiling proc-macro-error-attr2 v2.0.0
12532026-06-05T07:17:58.758Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12542026-06-05T07:17:58.860Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12552026-06-05T07:17:58.873Z Compiling rustix v0.38.44
12562026-06-05T07:17:58.948Z Checking tinyvec_macros v0.1.1
12572026-06-05T07:17:59.020Z Compiling convert_case v0.4.0
12582026-06-05T07:17:59.095Z Checking tinyvec v1.10.0
12592026-06-05T07:17:59.218Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12602026-06-05T07:17:59.322Z Compiling derive_more v0.99.20
12612026-06-05T07:17:59.346Z Compiling proc-macro-error2 v2.0.1
12622026-06-05T07:17:59.406Z Checking num_enum v0.5.11
12632026-06-05T07:17:59.516Z Compiling libz-sys v1.1.22
12642026-06-05T07:17:59.554Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12652026-06-05T07:17:59.695Z Compiling crc32fast v1.5.0
12662026-06-05T07:17:59.959Z Compiling tabled_derive v0.11.0
12672026-06-05T07:18:00.014Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12682026-06-05T07:18:00.049Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12692026-06-05T07:18:00.466Z Compiling usdt-macro v0.5.0
12702026-06-05T07:18:00.629Z Compiling usdt-attr-macro v0.5.0
12712026-06-05T07:18:00.894Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12722026-06-05T07:18:00.933Z Compiling zone_cfg_derive v0.3.1
12732026-06-05T07:18:01.040Z Checking papergrid v0.17.0
12742026-06-05T07:18:01.140Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12752026-06-05T07:18:01.353Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12762026-06-05T07:18:01.523Z Checking itertools v0.12.1
12772026-06-05T07:18:01.544Z Checking testing_table v0.3.0
12782026-06-05T07:18:01.580Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12792026-06-05T07:18:01.598Z Checking memmap v0.7.0
12802026-06-05T07:18:01.633Z Checking sigpipe v0.1.3
12812026-06-05T07:18:01.714Z Checking jiff v0.2.15
12822026-06-05T07:18:01.728Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12832026-06-05T07:18:01.790Z Checking glob v0.3.3
12842026-06-05T07:18:01.803Z Checking adler2 v2.0.1
12852026-06-05T07:18:01.884Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12862026-06-05T07:18:01.908Z Checking miniz_oxide v0.8.9
12872026-06-05T07:18:01.975Z Checking tabled v0.20.0
12882026-06-05T07:18:02.009Z Checking usdt v0.5.0
12892026-06-05T07:18:02.047Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12902026-06-05T07:18:02.167Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12912026-06-05T07:18:02.244Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12922026-06-05T07:18:02.457Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12932026-06-05T07:18:02.495Z Checking zone v0.3.1
12942026-06-05T07:18:02.581Z Checking smf v0.2.3
12952026-06-05T07:18:02.669Z Checking secrecy v0.10.3
12962026-06-05T07:18:02.747Z Checking bstr v1.12.0
12972026-06-05T07:18:02.799Z Checking whoami v1.6.1
12982026-06-05T07:18:02.831Z Checking flate2 v1.1.2
12992026-06-05T07:18:02.961Z Compiling curve25519-dalek v4.1.3
13002026-06-05T07:18:03.072Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13012026-06-05T07:18:03.101Z Compiling clang-sys v1.8.1
13022026-06-05T07:18:03.103Z Checking hmac v0.12.1
13032026-06-05T07:18:03.228Z Checking inout v0.1.4
13042026-06-05T07:18:03.231Z Checking hybrid-array v0.4.12
13052026-06-05T07:18:03.359Z Checking ff v0.13.1
13062026-06-05T07:18:03.469Z Compiling enum-as-inner v0.6.1
13072026-06-05T07:18:03.483Z Checking data-encoding v2.9.0
13082026-06-05T07:18:03.691Z Compiling semver v0.1.20
13092026-06-05T07:18:03.745Z Checking group v0.13.0
13102026-06-05T07:18:03.871Z Compiling rustc_version v0.1.7
13112026-06-05T07:18:03.902Z Checking cipher v0.4.4
13122026-06-05T07:18:04.009Z Checking hkdf v0.12.4
13132026-06-05T07:18:04.023Z Checking atomicwrites v0.4.4
13142026-06-05T07:18:04.066Z Compiling thiserror-impl-no-std v2.0.2
13152026-06-05T07:18:04.092Z Checking universal-hash v0.5.1
13162026-06-05T07:18:04.106Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13172026-06-05T07:18:04.138Z Checking crypto-bigint v0.5.5
13182026-06-05T07:18:04.141Z Checking half v2.7.1
13192026-06-05T07:18:04.212Z Compiling curve25519-dalek-derive v0.1.1
13202026-06-05T07:18:04.253Z Checking base64ct v1.8.0
13212026-06-05T07:18:04.391Z Checking ciborium-io v0.2.2
13222026-06-05T07:18:04.407Z Checking indent_write v2.2.0
13232026-06-05T07:18:04.482Z Checking base16ct v0.2.0
13242026-06-05T07:18:04.485Z Checking opaque-debug v0.3.1
13252026-06-05T07:18:04.533Z Checking password-hash v0.5.0
13262026-06-05T07:18:04.564Z Checking poly1305 v0.8.0
13272026-06-05T07:18:04.601Z Checking ciborium-ll v0.2.2
13282026-06-05T07:18:04.780Z Checking chacha20 v0.9.1
13292026-06-05T07:18:04.817Z Compiling newtype_derive v0.1.6
13302026-06-05T07:18:04.831Z Checking crypto-common v0.2.2
13312026-06-05T07:18:04.971Z Checking block-buffer v0.12.0
13322026-06-05T07:18:05.042Z Checking similar v2.7.0
13332026-06-05T07:18:05.117Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13342026-06-05T07:18:05.133Z Checking thiserror-no-std v2.0.2
13352026-06-05T07:18:05.205Z Checking elliptic-curve v0.13.8
13362026-06-05T07:18:05.220Z Checking blake2 v0.10.6
13372026-06-05T07:18:05.360Z Compiling typify-impl v0.6.1
13382026-06-05T07:18:05.374Z Checking aead v0.5.2
13392026-06-05T07:18:05.430Z Compiling libloading v0.8.9
13402026-06-05T07:18:05.446Z Compiling owo-colors v4.3.0
13412026-06-05T07:18:05.461Z Compiling bindgen v0.72.1
13422026-06-05T07:18:05.506Z Checking resolv-conf v0.7.5
13432026-06-05T07:18:05.617Z Checking compression-core v0.4.32
13442026-06-05T07:18:05.621Z Checking linked-hash-map v0.5.6
13452026-06-05T07:18:05.679Z Checking keccak v0.1.6
13462026-06-05T07:18:05.695Z Checking const-oid v0.10.2
13472026-06-05T07:18:05.734Z Checking compression-codecs v0.4.32
13482026-06-05T07:18:05.781Z Checking vsss-rs v3.3.4
13492026-06-05T07:18:05.795Z Checking lru-cache v0.1.2
13502026-06-05T07:18:05.828Z Checking sha3 v0.10.8
13512026-06-05T07:18:05.844Z Checking digest v0.11.3
13522026-06-05T07:18:05.899Z Checking chacha20poly1305 v0.10.1
13532026-06-05T07:18:05.912Z Checking argon2 v0.5.3
13542026-06-05T07:18:06.009Z Checking ciborium v0.2.2
13552026-06-05T07:18:06.023Z Checking hickory-proto v0.24.4
13562026-06-05T07:18:06.036Z Checking tokio-dtrace v0.1.1
13572026-06-05T07:18:06.194Z Compiling cexpr v0.6.0
13582026-06-05T07:18:06.209Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13592026-06-05T07:18:06.483Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13602026-06-05T07:18:06.710Z Checking serde-big-array v0.5.1
13612026-06-05T07:18:06.749Z Compiling derive-where v1.6.0
13622026-06-05T07:18:06.830Z Compiling serde_repr v0.1.20
13632026-06-05T07:18:06.844Z Checking toml_datetime v1.1.1+spec-1.1.0
13642026-06-05T07:18:07.040Z Compiling dropshot v0.17.1
13652026-06-05T07:18:07.268Z Compiling shlex v1.3.0
13662026-06-05T07:18:07.283Z Checking siphasher v1.0.1
13672026-06-05T07:18:07.393Z Checking cpufeatures v0.3.0
13682026-06-05T07:18:07.440Z Checking same-file v1.0.6
13692026-06-05T07:18:07.456Z Checking unicode-segmentation v1.12.0
13702026-06-05T07:18:07.469Z Checking sha1 v0.11.0
13712026-06-05T07:18:07.504Z Checking hickory-resolver v0.24.4
13722026-06-05T07:18:07.555Z Checking walkdir v2.5.0
13732026-06-05T07:18:07.638Z Checking phf_shared v0.12.1
13742026-06-05T07:18:07.759Z Checking newline-converter v0.3.0
13752026-06-05T07:18:07.774Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13762026-06-05T07:18:07.919Z Checking toml v1.1.2+spec-1.1.0
13772026-06-05T07:18:07.990Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13782026-06-05T07:18:08.165Z Checking oxide-tokio-rt v0.1.2
13792026-06-05T07:18:08.309Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13802026-06-05T07:18:08.508Z Checking async-compression v0.4.33
13812026-06-05T07:18:08.665Z Checking console v0.15.11
13822026-06-05T07:18:08.680Z Compiling typify-macro v0.6.1
13832026-06-05T07:18:08.757Z Compiling progenitor-impl v0.10.0
13842026-06-05T07:18:08.927Z Checking tokio-stream v0.1.17
13852026-06-05T07:18:09.162Z Compiling dropshot_endpoint v0.17.1
13862026-06-05T07:18:09.213Z Compiling pin-project-internal v1.1.10
13872026-06-05T07:18:09.301Z Compiling slog-dtrace v0.3.0
13882026-06-05T07:18:09.533Z Checking csv-core v0.1.12
13892026-06-05T07:18:09.780Z Checking unicode-width v0.1.14
13902026-06-05T07:18:09.980Z Checking swrite v0.1.0
13912026-06-05T07:18:10.032Z Checking foldhash v0.1.5
13922026-06-05T07:18:10.073Z Checking smawk v0.3.2
13932026-06-05T07:18:10.170Z Compiling chrono-tz v0.10.4
13942026-06-05T07:18:10.206Z Checking unicode-linebreak v0.1.5
13952026-06-05T07:18:10.243Z Compiling cancel-safe-futures v0.1.5
13962026-06-05T07:18:10.304Z Compiling unicode-xid v0.2.6
13972026-06-05T07:18:10.405Z Checking pin-project v1.1.10
13982026-06-05T07:18:10.417Z Checking textwrap v0.16.2
13992026-06-05T07:18:10.432Z Compiling const_format_proc_macros v0.2.34
14002026-06-05T07:18:10.504Z Checking hashbrown v0.15.5
14012026-06-05T07:18:10.520Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14022026-06-05T07:18:10.628Z Checking csv v1.4.0
14032026-06-05T07:18:10.840Z Compiling progenitor-macro v0.10.0
14042026-06-05T07:18:10.868Z Checking qorb v0.4.1
14052026-06-05T07:18:10.974Z Checking expectorate v1.2.0
14062026-06-05T07:18:10.995Z Checking phf v0.12.1
14072026-06-05T07:18:11.101Z Checking unicode-normalization v0.1.24
14082026-06-05T07:18:11.139Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14092026-06-05T07:18:11.507Z Checking libsw-core v0.3.2
14102026-06-05T07:18:11.628Z Compiling libgit2-sys v0.17.0+1.8.1
14112026-06-05T07:18:11.654Z Compiling snafu-derive v0.8.9
14122026-06-05T07:18:11.831Z Compiling async-recursion v1.1.1
14132026-06-05T07:18:11.978Z Compiling cookie v0.18.1
14142026-06-05T07:18:12.047Z Checking fixedbitset v0.5.7
14152026-06-05T07:18:12.066Z Checking fixedbitset v0.4.2
14162026-06-05T07:18:12.206Z Checking highway v1.3.0
14172026-06-05T07:18:12.220Z Compiling moka v0.12.11
14182026-06-05T07:18:12.430Z Checking petgraph v0.8.2
14192026-06-05T07:18:12.474Z Checking petgraph v0.6.5
14202026-06-05T07:18:13.474Z Checking snafu v0.8.9
14212026-06-05T07:18:13.478Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14222026-06-05T07:18:13.651Z Checking libsw v3.5.0
14232026-06-05T07:18:13.704Z Checking olpc-cjson v0.1.4
14242026-06-05T07:18:13.732Z Checking const_format v0.2.34
14252026-06-05T07:18:13.791Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14262026-06-05T07:18:14.063Z Compiling typify v0.6.1
14272026-06-05T07:18:14.157Z Checking papergrid v0.11.0
14282026-06-05T07:18:14.170Z Checking globset v0.4.16
14292026-06-05T07:18:14.184Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14302026-06-05T07:18:14.225Z Checking gethostname v0.5.0
14312026-06-05T07:18:14.408Z Compiling tabled_derive v0.7.0
14322026-06-05T07:18:14.423Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14332026-06-05T07:18:14.772Z Checking reqwest v0.13.2
14342026-06-05T07:18:14.802Z Checking bcs v0.1.6
14352026-06-05T07:18:14.923Z Checking progenitor v0.10.0
14362026-06-05T07:18:15.030Z Checking pem v3.0.5
14372026-06-05T07:18:15.060Z Checking serde_plain v1.0.2
14382026-06-05T07:18:15.186Z Compiling signal-hook v0.3.18
14392026-06-05T07:18:15.206Z Checking crc8 v0.1.1
14402026-06-05T07:18:15.301Z Checking humantime v2.3.0
14412026-06-05T07:18:15.304Z Checking tagptr v0.2.0
14422026-06-05T07:18:15.391Z Checking termtree v0.5.1
14432026-06-05T07:18:15.406Z Checking linear-map v1.2.0
14442026-06-05T07:18:15.449Z Checking typed-path v0.9.3
14452026-06-05T07:18:15.544Z Checking tabled v0.15.0
14462026-06-05T07:18:15.568Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14472026-06-05T07:18:15.947Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14482026-06-05T07:18:16.097Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-06-05T07:18:16.203Z Checking tough v0.20.0
14502026-06-05T07:18:16.249Z Compiling progenitor-impl v0.13.0
14512026-06-05T07:18:16.657Z Checking steno v0.4.1
14522026-06-05T07:18:17.020Z Checking hickory-proto v0.25.2
14532026-06-05T07:18:17.602Z Compiling curl-sys v0.4.83+curl-8.15.0
14542026-06-05T07:18:17.997Z Compiling cargo-platform v0.1.9
14552026-06-05T07:18:18.023Z Compiling vergen v8.3.2
14562026-06-05T07:18:18.045Z Compiling fs-err v3.1.2
14572026-06-05T07:18:18.224Z Compiling cargo_metadata v0.18.1
14582026-06-05T07:18:18.322Z Compiling progenitor-macro v0.13.0
14592026-06-05T07:18:18.381Z Checking progenitor-client v0.13.0
14602026-06-05T07:18:18.456Z Checking dropshot-api-manager-types v0.7.2
14612026-06-05T07:18:18.575Z Checking hickory-resolver v0.25.2
14622026-06-05T07:18:18.590Z Checking sha2 v0.10.9
14632026-06-05T07:18:18.618Z Compiling blake3 v1.8.2
14642026-06-05T07:18:19.281Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14652026-06-05T07:18:19.294Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14662026-06-05T07:18:19.457Z Checking git-stub v1.0.0
14672026-06-05T07:18:19.472Z Checking filetime v0.2.26
14682026-06-05T07:18:19.601Z Checking xattr v1.6.1
14692026-06-05T07:18:19.624Z Compiling curl v0.4.49
14702026-06-05T07:18:19.737Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14712026-06-05T07:18:19.888Z Checking arrayref v0.3.9
14722026-06-05T07:18:19.959Z Checking arrayvec v0.7.6
14732026-06-05T07:18:19.974Z Checking is_ci v1.2.0
14742026-06-05T07:18:20.073Z Checking constant_time_eq v0.3.1
14752026-06-05T07:18:20.143Z Checking supports-color v3.0.2
14762026-06-05T07:18:20.312Z Checking tar v0.4.45
14772026-06-05T07:18:20.446Z Checking git-stub-vcs v0.1.0
14782026-06-05T07:18:20.678Z Checking drift v0.2.0
14792026-06-05T07:18:20.759Z Checking kstat-rs v0.2.4
14802026-06-05T07:18:20.817Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14812026-06-05T07:18:20.945Z Checking topological-sort v0.2.2
14822026-06-05T07:18:20.979Z Checking dropshot-api-manager v0.7.2
14832026-06-05T07:18:21.120Z Checking toml v0.7.8
14842026-06-05T07:18:21.416Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-06-05T07:18:21.665Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-06-05T07:18:21.978Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-06-05T07:18:22.129Z Checking omicron-zone-package v0.12.2
14882026-06-05T07:18:22.383Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14892026-06-05T07:18:22.463Z Checking progenitor v0.13.0
14902026-06-05T07:18:22.590Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14912026-06-05T07:18:22.720Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-06-05T07:18:22.876Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-06-05T07:18:22.932Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-06-05T07:18:22.969Z Checking signal-hook-tokio v0.3.1
14952026-06-05T07:18:23.091Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14962026-06-05T07:18:23.116Z Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
14972026-06-05T07:18:23.328Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-06-05T07:18:23.399Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-06-05T07:18:23.478Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15002026-06-05T07:18:23.600Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15012026-06-05T07:18:23.632Z Checking iddqd v0.4.2
15022026-06-05T07:18:23.648Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15032026-06-05T07:18:23.662Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15042026-06-05T07:18:24.070Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15052026-06-05T07:18:24.087Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15062026-06-05T07:18:24.218Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15072026-06-05T07:18:24.324Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-06-05T07:18:24.376Z Checking internet-checksum v0.2.1
15092026-06-05T07:18:24.495Z Checking display-error-chain v0.2.2
15102026-06-05T07:18:24.629Z Checking search_path v0.1.4
15112026-06-05T07:18:24.632Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15122026-06-05T07:18:24.806Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15132026-06-05T07:18:25.125Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15142026-06-05T07:18:25.236Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15152026-06-05T07:18:27.740Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15162026-06-05T07:18:28.111Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15172026-06-05T07:18:28.665Z Compiling git2 v0.19.0
15182026-06-05T07:18:28.778Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-06-05T07:18:29.013Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15202026-06-05T07:18:29.601Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15212026-06-05T07:18:30.398Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15222026-06-05T07:18:30.473Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15232026-06-05T07:18:30.502Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15242026-06-05T07:18:30.526Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15252026-06-05T07:18:30.989Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15262026-06-05T07:18:41.281Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15272026-06-05T07:18:42.548Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15282026-06-05T07:18:47.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
15292026-06-05T07:18:47.723Z+ for feat in tofino_stub tofino_asic softnpu chaos
15302026-06-05T07:18:47.723Z+ cargo clippy --features tofino_asic -- --deny warnings
15312026-06-05T07:18:48.211Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15322026-06-05T07:18:48.211Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15332026-06-05T07:18:48.214Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15342026-06-05T07:18:48.287Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15352026-06-05T07:18:55.385Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15362026-06-05T07:18:55.385Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15372026-06-05T07:18:57.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.15s
15382026-06-05T07:18:58.060Z+ for feat in tofino_stub tofino_asic softnpu chaos
15392026-06-05T07:18:58.060Z+ cargo clippy --features softnpu -- --deny warnings
15402026-06-05T07:18:58.356Z Downloading crates ...
15412026-06-05T07:18:58.485Z Downloaded bitstruct_derive v0.1.0
15422026-06-05T07:18:58.487Z Downloaded serde_arrays v0.1.0
15432026-06-05T07:18:58.495Z Downloaded typeid v1.0.3
15442026-06-05T07:18:58.499Z Downloaded wyz v0.5.1
15452026-06-05T07:18:58.503Z Downloaded radium v0.7.0
15462026-06-05T07:18:58.503Z Downloaded funty v2.0.0
15472026-06-05T07:18:58.506Z Downloaded tap v1.0.1
15482026-06-05T07:18:58.508Z Downloaded libloading v0.7.4
15492026-06-05T07:18:58.511Z Downloaded erased-serde v0.4.8
15502026-06-05T07:18:58.511Z Downloaded num-bigint v0.4.6
15512026-06-05T07:18:58.514Z Downloaded ascii v1.1.0
15522026-06-05T07:18:58.521Z Downloaded bitvec v1.0.1
15532026-06-05T07:18:58.600Z Downloaded bitstruct v0.1.1
15542026-06-05T07:18:58.718Z Checking num-integer v0.1.46
15552026-06-05T07:18:58.795Z Checking num-complex v0.4.6
15562026-06-05T07:18:58.805Z Compiling radium v0.7.0
15572026-06-05T07:18:58.814Z Checking tap v1.0.1
15582026-06-05T07:18:58.826Z Checking funty v2.0.0
15592026-06-05T07:18:58.829Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15602026-06-05T07:18:58.829Z Compiling typeid v1.0.3
15612026-06-05T07:18:58.838Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15622026-06-05T07:18:58.895Z Checking wyz v0.5.1
15632026-06-05T07:18:58.988Z Checking num-bigint v0.4.6
15642026-06-05T07:18:58.988Z Checking num-iter v0.1.45
15652026-06-05T07:18:59.036Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-06-05T07:18:59.057Z Compiling erased-serde v0.4.8
15672026-06-05T07:18:59.107Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-06-05T07:18:59.116Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15692026-06-05T07:18:59.133Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-06-05T07:18:59.181Z Compiling bitstruct_derive v0.1.0
15712026-06-05T07:18:59.224Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-06-05T07:18:59.224Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-06-05T07:18:59.240Z Checking bitvec v1.0.1
15742026-06-05T07:18:59.240Z Checking ascii v1.1.0
15752026-06-05T07:18:59.252Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15762026-06-05T07:18:59.313Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-06-05T07:18:59.410Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-06-05T07:18:59.417Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15792026-06-05T07:18:59.426Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15802026-06-05T07:18:59.434Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15812026-06-05T07:18:59.720Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-06-05T07:18:59.739Z Checking serde_arrays v0.1.0
15832026-06-05T07:18:59.814Z Checking bitstruct v0.1.1
15842026-06-05T07:18:59.825Z Checking num-rational v0.4.2
15852026-06-05T07:18:59.837Z Checking libloading v0.7.4
15862026-06-05T07:18:59.876Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15872026-06-05T07:19:00.090Z Checking num v0.4.3
15882026-06-05T07:19:00.167Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15892026-06-05T07:19:00.724Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15902026-06-05T07:19:01.012Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15912026-06-05T07:19:01.015Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15922026-06-05T07:19:01.200Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15932026-06-05T07:19:01.379Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-06-05T07:19:01.382Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15952026-06-05T07:19:01.841Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15962026-06-05T07:19:02.057Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15972026-06-05T07:19:02.060Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-06-05T07:19:02.060Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15992026-06-05T07:19:02.060Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-06-05T07:19:02.436Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16012026-06-05T07:19:02.850Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16022026-06-05T07:19:03.687Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-06-05T07:19:05.954Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16042026-06-05T07:19:06.298Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16052026-06-05T07:19:07.161Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16062026-06-05T07:19:07.911Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16072026-06-05T07:19:08.027Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16082026-06-05T07:19:14.362Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16092026-06-05T07:19:15.616Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16102026-06-05T07:19:16.136Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16112026-06-05T07:19:20.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.34s
16122026-06-05T07:19:20.592Z+ for feat in tofino_stub tofino_asic softnpu chaos
16132026-06-05T07:19:20.592Z+ cargo clippy --features chaos -- --deny warnings
16142026-06-05T07:19:21.070Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16152026-06-05T07:19:21.073Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16162026-06-05T07:19:21.073Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16172026-06-05T07:19:28.166Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16182026-06-05T07:19:28.166Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16192026-06-05T07:19:30.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.99s
16202026-06-05T07:19:30.771Z+ banner fmt
16212026-06-05T07:19:30.774Z
16222026-06-05T07:19:30.774Z ###### # # #####
16232026-06-05T07:19:30.774Z # ## ## #
16242026-06-05T07:19:30.774Z ##### # ## # #
16252026-06-05T07:19:30.774Z # # # #
16262026-06-05T07:19:30.774Z # # # #
16272026-06-05T07:19:30.775Z # # # #
16282026-06-05T07:19:30.775Z
16292026-06-05T07:19:30.775Z+ cargo fmt -- --check
16302026-06-05T07:19:31.209Z+ banner test
16312026-06-05T07:19:31.212Z
16322026-06-05T07:19:31.212Z ##### ###### #### #####
16332026-06-05T07:19:31.212Z # # # #
16342026-06-05T07:19:31.212Z # ##### #### #
16352026-06-05T07:19:31.212Z # # # #
16362026-06-05T07:19:31.212Z # # # # #
16372026-06-05T07:19:31.212Z # ###### #### #
16382026-06-05T07:19:31.212Z
16392026-06-05T07:19:31.212Z+ for feat in tofino_stub tofino_asic softnpu chaos
16402026-06-05T07:19:31.212Z+ RUST_BACKTRACE=full
16412026-06-05T07:19:31.212Z+ cargo test --features tofino_stub --no-fail-fast
16422026-06-05T07:19:32.053Z Compiling unicode-ident v1.0.24
16432026-06-05T07:19:32.053Z Compiling cfg-if v1.0.4
16442026-06-05T07:19:32.057Z Compiling memchr v2.7.5
16452026-06-05T07:19:32.160Z Compiling serde_core v1.0.228
16462026-06-05T07:19:32.170Z Compiling itoa v1.0.15
16472026-06-05T07:19:32.176Z Compiling libc v0.2.186
16482026-06-05T07:19:32.184Z Compiling zmij v1.0.17
16492026-06-05T07:19:32.213Z Compiling libm v0.2.15
16502026-06-05T07:19:32.262Z Compiling proc-macro2 v1.0.106
16512026-06-05T07:19:32.313Z Compiling heck v0.5.0
16522026-06-05T07:19:32.574Z Compiling equivalent v1.0.2
16532026-06-05T07:19:32.656Z Compiling quote v1.0.45
16542026-06-05T07:19:32.668Z Compiling log v0.4.29
16552026-06-05T07:19:32.671Z Compiling smallvec v1.15.1
16562026-06-05T07:19:32.807Z Compiling iana-time-zone v0.1.64
16572026-06-05T07:19:32.860Z Compiling syn v2.0.117
16582026-06-05T07:19:32.939Z Compiling dyn-clone v1.0.20
16592026-06-05T07:19:32.952Z Compiling hashbrown v0.17.1
16602026-06-05T07:19:32.965Z Compiling stable_deref_trait v1.2.0
16612026-06-05T07:19:33.025Z Compiling pin-project-lite v0.2.16
16622026-06-05T07:19:33.041Z Compiling percent-encoding v2.3.2
16632026-06-05T07:19:33.081Z Compiling litemap v0.8.0
16642026-06-05T07:19:33.121Z Compiling writeable v0.6.1
16652026-06-05T07:19:33.235Z Compiling fnv v1.0.7
16662026-06-05T07:19:33.297Z Compiling icu_normalizer_data v2.0.0
16672026-06-05T07:19:33.313Z Compiling icu_properties_data v2.0.1
16682026-06-05T07:19:33.330Z Compiling regex-syntax v0.8.6
16692026-06-05T07:19:33.373Z Compiling form_urlencoded v1.2.2
16702026-06-05T07:19:33.417Z Compiling utf8_iter v1.0.4
16712026-06-05T07:19:33.444Z Compiling scopeguard v1.2.0
16722026-06-05T07:19:33.494Z Compiling num-traits v0.2.19
16732026-06-05T07:19:33.551Z Compiling lock_api v0.4.14
16742026-06-05T07:19:33.563Z Compiling getrandom v0.4.2
16752026-06-05T07:19:33.563Z Compiling aho-corasick v1.1.3
16762026-06-05T07:19:33.705Z Compiling ucd-trie v0.1.7
16772026-06-05T07:19:33.953Z Compiling semver v1.0.28
16782026-06-05T07:19:33.994Z Compiling serde_json v1.0.150
16792026-06-05T07:19:34.095Z Compiling indexmap v2.14.0
16802026-06-05T07:19:34.226Z Compiling byteorder v1.5.0
16812026-06-05T07:19:34.289Z Compiling futures-core v0.3.32
16822026-06-05T07:19:34.415Z Compiling uuid v1.23.2
16832026-06-05T07:19:34.439Z Compiling allocator-api2 v0.2.21
16842026-06-05T07:19:34.728Z Compiling time-core v0.1.8
16852026-06-05T07:19:34.800Z Compiling regex-automata v0.4.13
16862026-06-05T07:19:34.878Z Compiling num-conv v0.2.1
16872026-06-05T07:19:34.881Z Compiling foldhash v0.2.0
16882026-06-05T07:19:34.916Z Compiling ryu v1.0.20
16892026-06-05T07:19:35.000Z Compiling futures-sink v0.3.32
16902026-06-05T07:19:35.033Z Compiling time-macros v0.2.27
16912026-06-05T07:19:35.106Z Compiling hashbrown v0.16.1
16922026-06-05T07:19:35.127Z Compiling pretty-hex v0.4.1
16932026-06-05T07:19:35.268Z Compiling slab v0.4.11
16942026-06-05T07:19:35.591Z Compiling synstructure v0.13.2
16952026-06-05T07:19:35.610Z Compiling serde_derive_internals v0.29.1
16962026-06-05T07:19:35.688Z Compiling regress v0.10.5
16972026-06-05T07:19:35.739Z Compiling plain v0.2.3
16982026-06-05T07:19:35.849Z Compiling strsim v0.11.1
16992026-06-05T07:19:36.027Z Compiling futures-channel v0.3.32
17002026-06-05T07:19:36.182Z Compiling futures-task v0.3.32
17012026-06-05T07:19:36.220Z Compiling futures-io v0.3.32
17022026-06-05T07:19:36.236Z Compiling socket2 v0.6.4
17032026-06-05T07:19:36.348Z Compiling parking_lot_core v0.9.12
17042026-06-05T07:19:36.360Z Compiling signal-hook-registry v1.4.6
17052026-06-05T07:19:36.376Z Compiling thread-id v5.0.0
17062026-06-05T07:19:36.461Z Compiling regex v1.12.3
17072026-06-05T07:19:36.635Z Compiling parking_lot v0.12.5
17082026-06-05T07:19:36.670Z Compiling mio v1.2.1
17092026-06-05T07:19:36.737Z Compiling darling_core v0.21.3
17102026-06-05T07:19:36.762Z Compiling base64 v0.22.1
17112026-06-05T07:19:36.830Z Compiling serde_derive v1.0.228
17122026-06-05T07:19:36.924Z Compiling zerofrom-derive v0.1.6
17132026-06-05T07:19:37.045Z Compiling yoke-derive v0.8.0
17142026-06-05T07:19:37.092Z Compiling zerovec-derive v0.11.1
17152026-06-05T07:19:37.173Z Compiling displaydoc v0.2.5
17162026-06-05T07:19:37.359Z Compiling thiserror-impl v2.0.18
17172026-06-05T07:19:37.934Z Compiling schemars_derive v0.8.22
17182026-06-05T07:19:38.078Z Compiling tokio-macros v2.7.0
17192026-06-05T07:19:38.137Z Compiling zerocopy-derive v0.8.27
17202026-06-05T07:19:38.176Z Compiling zeroize_derive v1.4.3
17212026-06-05T07:19:38.604Z Compiling thiserror v2.0.18
17222026-06-05T07:19:38.716Z Compiling futures-macro v0.3.32
17232026-06-05T07:19:38.822Z Compiling zerofrom v0.1.6
17242026-06-05T07:19:38.833Z Compiling thiserror-impl v1.0.69
17252026-06-05T07:19:38.862Z Compiling tracing-attributes v0.1.30
17262026-06-05T07:19:38.952Z Compiling yoke v0.8.0
17272026-06-05T07:19:39.140Z Compiling zerovec v0.11.4
17282026-06-05T07:19:39.152Z Compiling zerotrie v0.2.2
17292026-06-05T07:19:39.390Z Compiling zerocopy v0.8.27
17302026-06-05T07:19:39.457Z Compiling pest v2.8.2
17312026-06-05T07:19:39.503Z Compiling serde v1.0.228
17322026-06-05T07:19:39.563Z Compiling scroll_derive v0.13.1
17332026-06-05T07:19:40.024Z Compiling bytes v1.11.1
17342026-06-05T07:19:40.052Z Compiling serde_tokenstream v0.2.3
17352026-06-05T07:19:40.075Z Compiling tinystr v0.8.1
17362026-06-05T07:19:40.087Z Compiling potential_utf v0.1.3
17372026-06-05T07:19:40.140Z Compiling chrono v0.4.45
17382026-06-05T07:19:40.254Z Compiling icu_locale_core v2.0.0
17392026-06-05T07:19:40.279Z Compiling icu_collections v2.0.0
17402026-06-05T07:19:40.458Z Compiling async-trait v0.1.89
17412026-06-05T07:19:40.679Z Compiling http v1.4.1
17422026-06-05T07:19:40.791Z Compiling icu_provider v2.0.0
17432026-06-05T07:19:40.810Z Compiling pest_meta v2.8.2
17442026-06-05T07:19:40.971Z Compiling scroll v0.13.0
17452026-06-05T07:19:41.109Z Compiling icu_normalizer v2.0.0
17462026-06-05T07:19:41.126Z Compiling icu_properties v2.0.1
17472026-06-05T07:19:41.236Z Compiling schemars v0.8.22
17482026-06-05T07:19:41.455Z Compiling pest_generator v2.8.2
17492026-06-05T07:19:41.664Z Compiling goblin v0.10.1
17502026-06-05T07:19:41.676Z Compiling thiserror v1.0.69
17512026-06-05T07:19:41.708Z Compiling tokio v1.52.3
17522026-06-05T07:19:41.775Z Compiling openapiv3 v2.2.0
17532026-06-05T07:19:42.077Z Compiling idna_adapter v1.2.1
17542026-06-05T07:19:42.113Z Compiling pest_derive v2.8.2
17552026-06-05T07:19:42.225Z Compiling idna v1.1.0
17562026-06-05T07:19:42.300Z Compiling daft-derive v0.1.5
17572026-06-05T07:19:42.417Z Compiling typify-impl v0.4.3
17582026-06-05T07:19:42.654Z Compiling url v2.5.7
17592026-06-05T07:19:42.677Z Compiling dtrace-parser v0.3.0
17602026-06-05T07:19:42.981Z Compiling darling_macro v0.21.3
17612026-06-05T07:19:43.043Z Compiling serde_yaml v0.9.34+deprecated
17622026-06-05T07:19:43.534Z Compiling http-body v1.0.1
17632026-06-05T07:19:43.575Z Compiling ppv-lite86 v0.2.21
17642026-06-05T07:19:43.586Z Compiling darling v0.21.3
17652026-06-05T07:19:43.665Z Compiling erased-serde v0.3.31
17662026-06-05T07:19:43.684Z Compiling openssl-macros v0.1.1
17672026-06-05T07:19:43.891Z Compiling bitflags v2.11.1
17682026-06-05T07:19:44.134Z Compiling getrandom v0.2.16
17692026-06-05T07:19:44.169Z Compiling ipnet v2.11.0
17702026-06-05T07:19:44.304Z Compiling atomic-waker v1.1.2
17712026-06-05T07:19:44.428Z Compiling dof v0.4.0
17722026-06-05T07:19:44.751Z Compiling httparse v1.10.1
17732026-06-05T07:19:44.873Z Compiling tower-service v0.3.3
17742026-06-05T07:19:44.975Z Compiling usdt-impl v0.6.0
17752026-06-05T07:19:45.074Z Compiling untrusted v0.9.0
17762026-06-05T07:19:45.165Z Compiling tower-layer v0.3.3
17772026-06-05T07:19:45.199Z Compiling anyhow v1.0.102
17782026-06-05T07:19:45.332Z Compiling try-lock v0.2.5
17792026-06-05T07:19:45.448Z Compiling want v0.3.1
17802026-06-05T07:19:45.565Z Compiling syn v1.0.109
17812026-06-05T07:19:45.594Z Compiling zeroize v1.8.1
17822026-06-05T07:19:45.606Z Compiling httpdate v1.0.3
17832026-06-05T07:19:45.683Z Compiling portable-atomic v1.11.1
17842026-06-05T07:19:46.138Z Compiling async-stream-impl v0.3.6
17852026-06-05T07:19:46.209Z Compiling structmeta-derive v0.3.0
17862026-06-05T07:19:46.335Z Compiling critical-section v1.2.0
17872026-06-05T07:19:46.406Z Compiling usdt-macro v0.6.0
17882026-06-05T07:19:46.446Z Compiling usdt-attr-macro v0.6.0
17892026-06-05T07:19:46.981Z Compiling once_cell v1.21.3
17902026-06-05T07:19:47.201Z Compiling newtype-uuid-macros v0.1.0
17912026-06-05T07:19:47.264Z Compiling structmeta v0.3.0
17922026-06-05T07:19:47.472Z Compiling strum_macros v0.26.4
17932026-06-05T07:19:47.613Z Compiling powerfmt v0.2.0
17942026-06-05T07:19:47.821Z Compiling deranged v0.5.3
17952026-06-05T07:19:47.880Z Compiling num_threads v0.1.7
17962026-06-05T07:19:48.573Z Compiling typify-macro v0.4.3
17972026-06-05T07:19:48.632Z Compiling http-body-util v0.1.3
17982026-06-05T07:19:48.750Z Compiling omicron-workspace-hack v0.1.0
17992026-06-05T07:19:48.877Z Compiling dropshot_endpoint v0.16.7
18002026-06-05T07:19:48.902Z Compiling serde_urlencoded v0.7.1
18012026-06-05T07:19:48.929Z Compiling ref-cast-impl v1.0.25
18022026-06-05T07:19:49.060Z Compiling derive-ex v0.1.8
18032026-06-05T07:19:49.108Z Compiling strum_macros v0.27.2
18042026-06-05T07:19:49.144Z Compiling sync_wrapper v1.0.2
18052026-06-05T07:19:49.252Z Compiling serde_with_macros v3.14.1
18062026-06-05T07:19:49.548Z Compiling subtle v2.6.1
18072026-06-05T07:19:49.737Z Compiling thread_local v1.1.9
18082026-06-05T07:19:49.740Z Compiling iri-string v0.7.8
18092026-06-05T07:19:50.014Z Compiling futures-util v0.3.32
18102026-06-05T07:19:50.353Z Compiling match_cfg v0.1.0
18112026-06-05T07:19:50.459Z Compiling rand_core v0.6.4
18122026-06-05T07:19:50.568Z Compiling typenum v1.20.1
18132026-06-05T07:19:50.687Z Compiling take_mut v0.2.2
18142026-06-05T07:19:50.690Z Compiling typify v0.4.3
18152026-06-05T07:19:50.709Z Compiling test-strategy v0.4.3
18162026-06-05T07:19:50.780Z Compiling progenitor-impl v0.11.1
18172026-06-05T07:19:50.811Z Compiling term v1.2.0
18182026-06-05T07:19:51.391Z Compiling parse-display-derive v0.10.0
18192026-06-05T07:19:51.404Z Compiling tracing-core v0.1.34
18202026-06-05T07:19:51.497Z Compiling toml_datetime v0.6.11
18212026-06-05T07:19:51.517Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18222026-06-05T07:19:51.771Z Compiling tracing v0.1.41
18232026-06-05T07:19:51.919Z Compiling camino v1.2.2
18242026-06-05T07:19:51.998Z Compiling clap_derive v4.6.1
18252026-06-05T07:19:52.292Z Compiling encoding_rs v0.8.35
18262026-06-05T07:19:52.312Z Compiling fastrand v2.3.0
18272026-06-05T07:19:52.334Z Compiling mime v0.3.17
18282026-06-05T07:19:52.349Z Compiling cpufeatures v0.2.17
18292026-06-05T07:19:52.528Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18302026-06-05T07:19:52.936Z Compiling unicode-width v0.2.1
18312026-06-05T07:19:53.217Z Compiling errno v0.3.14
18322026-06-05T07:19:53.253Z Compiling hex v0.4.3
18332026-06-05T07:19:53.511Z Compiling generic-array v0.14.7
18342026-06-05T07:19:53.523Z Compiling ipnetwork v0.21.1
18352026-06-05T07:19:53.709Z Compiling crossbeam-utils v0.8.21
18362026-06-05T07:19:53.977Z Compiling tokio-util v0.7.16
18372026-06-05T07:19:54.006Z Compiling slog v2.8.2
18382026-06-05T07:19:54.241Z Compiling progenitor-macro v0.11.1
18392026-06-05T07:19:54.324Z Compiling rustix v1.1.4
18402026-06-05T07:19:54.403Z Compiling getrandom v0.3.3
18412026-06-05T07:19:54.415Z Compiling winnow v0.7.14
18422026-06-05T07:19:54.556Z Compiling rand_core v0.9.3
18432026-06-05T07:19:54.584Z Compiling h2 v0.4.14
18442026-06-05T07:19:54.741Z Compiling crypto-common v0.1.6
18452026-06-05T07:19:54.846Z Compiling oxnet v0.1.6
18462026-06-05T07:19:54.877Z Compiling itertools v0.14.0
18472026-06-05T07:19:55.708Z Compiling winnow v1.0.3
18482026-06-05T07:19:55.857Z Compiling num-derive v0.4.2
18492026-06-05T07:19:55.972Z Compiling serde_spanned v1.1.1
18502026-06-05T07:19:56.062Z Compiling toml_parser v1.1.2+spec-1.1.0
18512026-06-05T07:19:56.145Z Compiling debug-ignore v1.0.5
18522026-06-05T07:19:56.244Z Compiling toml_writer v1.1.1+spec-1.1.0
18532026-06-05T07:19:56.256Z Compiling spin v0.9.8
18542026-06-05T07:19:56.461Z Compiling rand_chacha v0.9.0
18552026-06-05T07:19:56.588Z Compiling rustls-pki-types v1.12.0
18562026-06-05T07:19:56.770Z Compiling hyper v1.10.1
18572026-06-05T07:19:56.823Z Compiling quick-error v1.2.3
18582026-06-05T07:19:56.934Z Compiling rand v0.9.3
18592026-06-05T07:19:56.951Z Compiling tabwriter v1.4.1
18602026-06-05T07:19:57.067Z Compiling async-stream v0.3.6
18612026-06-05T07:19:57.196Z Compiling waitgroup v0.1.2
18622026-06-05T07:19:57.242Z Compiling serde_path_to_error v0.1.20
18632026-06-05T07:19:57.339Z Compiling bit-vec v0.8.0
18642026-06-05T07:19:57.528Z Compiling colored v3.1.1
18652026-06-05T07:19:57.578Z Compiling lazy_static v1.5.0
18662026-06-05T07:19:57.596Z Compiling bit-set v0.8.0
18672026-06-05T07:19:57.596Z Compiling strum v0.26.3
18682026-06-05T07:19:57.680Z Compiling time v0.3.47
18692026-06-05T07:19:57.733Z Compiling ring v0.17.14
18702026-06-05T07:19:57.814Z Compiling toml_datetime v0.7.5+spec-1.1.0
18712026-06-05T07:19:57.924Z Compiling hyper-util v0.1.20
18722026-06-05T07:19:58.235Z Compiling anstyle v1.0.14
18732026-06-05T07:19:58.463Z Compiling unarray v0.1.4
18742026-06-05T07:19:58.517Z Compiling toml v0.9.12+spec-1.1.0
18752026-06-05T07:19:58.575Z Compiling crossbeam-channel v0.5.15
18762026-06-05T07:19:59.046Z Compiling macaddr v1.0.1
18772026-06-05T07:19:59.226Z Compiling utf8parse v0.2.2
18782026-06-05T07:19:59.292Z Compiling block-buffer v0.10.4
18792026-06-05T07:19:59.342Z Compiling anstyle-parse v1.0.0
18802026-06-05T07:19:59.365Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18812026-06-05T07:19:59.370Z Compiling ref-cast v1.0.25
18822026-06-05T07:19:59.440Z Compiling anstyle-query v1.1.4
18832026-06-05T07:19:59.455Z Compiling colorchoice v1.0.4
18842026-06-05T07:19:59.469Z Compiling is_terminal_polyfill v1.70.1
18852026-06-05T07:19:59.529Z Compiling digest v0.10.7
18862026-06-05T07:19:59.548Z Compiling anstream v1.0.0
18872026-06-05T07:19:59.559Z Compiling strum v0.27.2
18882026-06-05T07:19:59.559Z Compiling is-terminal v0.4.16
18892026-06-05T07:19:59.583Z Compiling clap_lex v1.1.0
18902026-06-05T07:19:59.619Z Compiling slog-async v2.8.0
18912026-06-05T07:19:59.705Z Compiling slog-term v2.9.2
18922026-06-05T07:19:59.740Z Compiling slog-json v2.6.1
18932026-06-05T07:19:59.796Z Compiling hostname v0.3.1
18942026-06-05T07:19:59.934Z Compiling slog-bunyan v2.5.0
18952026-06-05T07:19:59.947Z Compiling futures-executor v0.3.32
18962026-06-05T07:19:59.983Z Compiling tower v0.5.2
18972026-06-05T07:20:00.088Z Compiling instant v0.1.13
18982026-06-05T07:20:00.241Z Compiling futures v0.3.32
18992026-06-05T07:20:00.259Z Compiling aws-lc-sys v0.39.1
19002026-06-05T07:20:00.359Z Compiling untrusted v0.7.1
19012026-06-05T07:20:00.371Z Compiling openssl-sys v0.9.116
19022026-06-05T07:20:00.468Z Compiling tower-http v0.6.8
19032026-06-05T07:20:00.820Z Compiling aws-lc-rs v1.16.2
19042026-06-05T07:20:00.909Z Compiling memmap2 v0.9.8
19052026-06-05T07:20:01.799Z Compiling rustls-webpki v0.103.6
19062026-06-05T07:20:01.913Z Compiling foreign-types-shared v0.1.1
19072026-06-05T07:20:02.003Z Compiling foreign-types v0.3.2
19082026-06-05T07:20:02.312Z Compiling rustls v0.23.40
19092026-06-05T07:20:02.339Z Compiling tempfile v3.27.0
19102026-06-05T07:20:02.785Z Compiling openssl-probe v0.1.6
19112026-06-05T07:20:03.068Z Compiling openssl v0.10.80
19122026-06-05T07:20:03.737Z Compiling usdt v0.6.0
19132026-06-05T07:20:03.887Z Compiling either v1.15.0
19142026-06-05T07:20:04.093Z Compiling webpki-roots v1.0.2
19152026-06-05T07:20:04.211Z Compiling newtype-uuid v1.3.2
19162026-06-05T07:20:04.562Z Compiling daft v0.1.5
19172026-06-05T07:20:05.386Z Compiling tokio-rustls v0.26.4
19182026-06-05T07:20:05.632Z Compiling native-tls v0.2.14
19192026-06-05T07:20:05.663Z Compiling hyper-rustls v0.27.7
19202026-06-05T07:20:05.957Z Compiling tokio-native-tls v0.3.1
19212026-06-05T07:20:06.132Z Compiling hyper-tls v0.6.0
19222026-06-05T07:20:06.362Z Compiling reqwest v0.12.23
19232026-06-05T07:20:06.975Z Compiling rustls-webpki v0.102.8
19242026-06-05T07:20:07.046Z Compiling rustls-pemfile v2.2.0
19252026-06-05T07:20:07.247Z Compiling multer v3.1.0
19262026-06-05T07:20:07.742Z Compiling hostname v0.4.2
19272026-06-05T07:20:07.861Z Compiling rustls v0.22.4
19282026-06-05T07:20:07.895Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19292026-06-05T07:20:08.574Z Compiling terminal_size v0.4.3
19302026-06-05T07:20:08.715Z Compiling rand_chacha v0.3.1
19312026-06-05T07:20:08.812Z Compiling wait-timeout v0.2.1
19322026-06-05T07:20:09.334Z Compiling rusty-fork v0.3.0
19332026-06-05T07:20:09.559Z Compiling rand v0.8.5
19342026-06-05T07:20:09.715Z Compiling tokio-rustls v0.25.0
19352026-06-05T07:20:11.015Z Compiling sha1 v0.10.6
19362026-06-05T07:20:11.252Z Compiling rand_xorshift v0.4.0
19372026-06-05T07:20:11.673Z Compiling hubpack_derive v0.1.1
19382026-06-05T07:20:12.218Z Compiling proptest v1.8.0
19392026-06-05T07:20:12.249Z Compiling dropshot v0.16.7
19402026-06-05T07:20:12.261Z Compiling clap_builder v4.6.0
19412026-06-05T07:20:13.767Z Compiling serde_spanned v0.6.9
19422026-06-05T07:20:13.922Z Compiling clap v4.6.1
19432026-06-05T07:20:14.120Z Compiling prettyplease v0.2.37
19442026-06-05T07:20:14.273Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19452026-06-05T07:20:15.567Z Compiling progenitor-client v0.10.0
19462026-06-05T07:20:15.674Z Compiling progenitor-client v0.11.1
19472026-06-05T07:20:15.944Z Compiling serde_with v3.14.1
19482026-06-05T07:20:16.545Z Compiling progenitor v0.11.1
19492026-06-05T07:20:17.588Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19502026-06-05T07:20:17.689Z Compiling rustc-hash v2.1.1
19512026-06-05T07:20:17.816Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19522026-06-05T07:20:17.916Z Compiling iddqd v0.3.18
19532026-06-05T07:20:18.819Z Compiling backoff v0.4.0
19542026-06-05T07:20:18.835Z Compiling parse-display v0.10.0
19552026-06-05T07:20:18.904Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19562026-06-05T07:20:19.029Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19572026-06-05T07:20:19.071Z Compiling winnow v0.5.40
19582026-06-05T07:20:19.111Z Compiling toml_write v0.1.2
19592026-06-05T07:20:19.261Z Compiling toml_edit v0.22.27
19602026-06-05T07:20:20.766Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19612026-06-05T07:20:20.851Z Compiling num-integer v0.1.46
19622026-06-05T07:20:21.176Z Compiling float-ord v0.3.2
19632026-06-05T07:20:21.611Z Compiling toml v0.8.23
19642026-06-05T07:20:24.720Z Compiling num-iter v0.1.45
19652026-06-05T07:20:24.795Z Compiling num-rational v0.4.2
19662026-06-05T07:20:25.609Z Compiling num-complex v0.4.6
19672026-06-05T07:20:26.143Z Compiling num v0.4.3
19682026-06-05T07:20:26.817Z Compiling toml_edit v0.19.15
19692026-06-05T07:20:28.530Z Compiling proc-macro-crate v1.3.1
19702026-06-05T07:20:30.182Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19712026-06-05T07:20:31.072Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19722026-06-05T07:20:31.554Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19732026-06-05T07:20:31.620Z Compiling zerocopy-derive v0.7.35
19742026-06-05T07:20:31.743Z Compiling memoffset v0.9.1
19752026-06-05T07:20:31.834Z Compiling libscf-sys v1.2.0
19762026-06-05T07:20:31.978Z Compiling ingot-macros v0.1.1
19772026-06-05T07:20:32.662Z Compiling proc-macro-error-attr2 v2.0.0
19782026-06-05T07:20:32.844Z Compiling nix v0.30.1
19792026-06-05T07:20:33.113Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19802026-06-05T07:20:34.259Z Compiling proc-macro-error2 v2.0.1
19812026-06-05T07:20:34.542Z Compiling scroll_derive v0.12.1
19822026-06-05T07:20:34.828Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19832026-06-05T07:20:35.225Z Compiling tabled_derive v0.11.0
19842026-06-05T07:20:35.390Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19852026-06-05T07:20:37.248Z Compiling zerocopy v0.7.35
19862026-06-05T07:20:37.834Z Compiling num_enum_derive v0.7.5
19872026-06-05T07:20:38.194Z Compiling hubpack v0.1.2
19882026-06-05T07:20:38.245Z Compiling foreign-types-macros v0.2.3
19892026-06-05T07:20:38.421Z Compiling static_assertions v1.1.0
19902026-06-05T07:20:38.952Z Compiling glob v0.3.3
19912026-06-05T07:20:38.974Z Compiling proc-macro-error-attr v1.0.4
19922026-06-05T07:20:39.153Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19932026-06-05T07:20:39.328Z Compiling dtrace-parser v0.2.0
19942026-06-05T07:20:39.400Z Compiling bytecount v0.6.9
19952026-06-05T07:20:39.692Z Compiling proc-macro-error v1.0.4
19962026-06-05T07:20:39.719Z Compiling dof v0.3.0
19972026-06-05T07:20:40.289Z Compiling num_enum_derive v0.5.11
19982026-06-05T07:20:41.821Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19992026-06-05T07:20:41.908Z Compiling thread-id v4.2.2
20002026-06-05T07:20:42.172Z Compiling usdt-impl v0.5.0
20012026-06-05T07:20:42.722Z Compiling derive_more v0.99.20
20022026-06-05T07:20:43.127Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20032026-06-05T07:20:43.179Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20042026-06-05T07:20:43.676Z Compiling minimal-lexical v0.2.1
20052026-06-05T07:20:43.736Z Compiling usdt-attr-macro v0.5.0
20062026-06-05T07:20:44.009Z Compiling nom v7.1.3
20072026-06-05T07:20:44.032Z Compiling usdt-macro v0.5.0
20082026-06-05T07:20:44.316Z Compiling zone_cfg_derive v0.3.1
20092026-06-05T07:20:44.560Z Compiling papergrid v0.17.0
20102026-06-05T07:20:44.871Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20112026-06-05T07:20:45.018Z Compiling testing_table v0.3.0
20122026-06-05T07:20:45.074Z Compiling rustc_version v0.4.1
20132026-06-05T07:20:45.189Z Compiling crossbeam-epoch v0.9.18
20142026-06-05T07:20:45.359Z Compiling dropshot_endpoint v0.17.1
20152026-06-05T07:20:45.461Z Compiling adler2 v2.0.1
20162026-06-05T07:20:45.506Z Compiling crc32fast v1.5.0
20172026-06-05T07:20:45.542Z Compiling tabled v0.20.0
20182026-06-05T07:20:45.706Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20192026-06-05T07:20:45.851Z Compiling miniz_oxide v0.8.9
20202026-06-05T07:20:45.878Z Compiling enum-as-inner v0.6.1
20212026-06-05T07:20:46.416Z Compiling flate2 v1.1.2
20222026-06-05T07:20:46.484Z Compiling curve25519-dalek v4.1.3
20232026-06-05T07:20:46.654Z Compiling hybrid-array v0.4.12
20242026-06-05T07:20:46.842Z Compiling crossbeam-deque v0.8.6
20252026-06-05T07:20:46.858Z Compiling thiserror-impl-no-std v2.0.2
20262026-06-05T07:20:47.038Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20272026-06-05T07:20:47.071Z Compiling typify-impl v0.6.1
20282026-06-05T07:20:47.140Z Compiling curve25519-dalek-derive v0.1.1
20292026-06-05T07:20:47.337Z Compiling block-buffer v0.12.0
20302026-06-05T07:20:47.500Z Compiling crypto-common v0.2.2
20312026-06-05T07:20:47.838Z Compiling rayon-core v1.13.0
20322026-06-05T07:20:47.939Z Compiling clang-sys v1.8.1
20332026-06-05T07:20:47.966Z Compiling const-oid v0.10.2
20342026-06-05T07:20:48.184Z Compiling compression-core v0.4.32
20352026-06-05T07:20:48.287Z Compiling digest v0.11.3
20362026-06-05T07:20:48.318Z Compiling compression-codecs v0.4.32
20372026-06-05T07:20:48.347Z Compiling scroll v0.12.0
20382026-06-05T07:20:48.584Z Compiling hash32 v0.3.1
20392026-06-05T07:20:48.595Z Compiling toml_datetime v1.1.1+spec-1.1.0
20402026-06-05T07:20:48.614Z Compiling cpufeatures v0.3.0
20412026-06-05T07:20:48.685Z Compiling sha1 v0.11.0
20422026-06-05T07:20:48.688Z Compiling goblin v0.8.2
20432026-06-05T07:20:48.707Z Compiling heapless v0.8.0
20442026-06-05T07:20:48.711Z Compiling async-compression v0.4.33
20452026-06-05T07:20:48.736Z Compiling ingot-types v0.1.2
20462026-06-05T07:20:48.908Z Compiling toml v1.1.2+spec-1.1.0
20472026-06-05T07:20:49.031Z Compiling cobs v0.3.0
20482026-06-05T07:20:49.103Z Compiling libloading v0.8.9
20492026-06-05T07:20:49.127Z Compiling bitflags v1.3.2
20502026-06-05T07:20:49.130Z Compiling foreign-types-shared v0.3.1
20512026-06-05T07:20:49.210Z Compiling managed v0.8.0
20522026-06-05T07:20:49.233Z Compiling bindgen v0.72.1
20532026-06-05T07:20:49.237Z Compiling foreign-types v0.5.0
20542026-06-05T07:20:49.314Z Compiling postcard v1.1.3
20552026-06-05T07:20:49.326Z Compiling ingot v0.1.1
20562026-06-05T07:20:49.424Z Compiling smoltcp v0.11.0
20572026-06-05T07:20:49.637Z Compiling dropshot v0.17.1
20582026-06-05T07:20:50.959Z Compiling cexpr v0.6.0
20592026-06-05T07:20:50.964Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20602026-06-05T07:20:51.545Z Compiling num_enum v0.7.5
20612026-06-05T07:20:51.601Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20622026-06-05T07:20:52.007Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20632026-06-05T07:20:52.071Z Compiling camino-tempfile v1.4.1
20642026-06-05T07:20:52.290Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20652026-06-05T07:20:52.316Z Compiling derive-where v1.6.0
20662026-06-05T07:20:52.329Z Compiling serde_repr v0.1.20
20672026-06-05T07:20:52.601Z Compiling cstr-argument v0.1.2
20682026-06-05T07:20:52.852Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20692026-06-05T07:20:52.977Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20702026-06-05T07:20:53.350Z Compiling typify-macro v0.6.1
20712026-06-05T07:20:53.622Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20722026-06-05T07:20:53.814Z Compiling rayon v1.11.0
20732026-06-05T07:20:54.133Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20742026-06-05T07:20:54.258Z Compiling crucible-workspace-hack v0.1.0
20752026-06-05T07:20:54.967Z Compiling memmap v0.7.0
20762026-06-05T07:20:55.160Z Compiling tinyvec_macros v0.1.1
20772026-06-05T07:20:55.199Z Compiling usdt v0.5.0
20782026-06-05T07:20:55.235Z Compiling tinyvec v1.10.0
20792026-06-05T07:20:55.473Z Compiling typify v0.6.1
20802026-06-05T07:20:55.485Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20812026-06-05T07:20:55.696Z Compiling num_enum v0.5.11
20822026-06-05T07:20:56.127Z Compiling pin-project-internal v1.1.10
20832026-06-05T07:20:57.220Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20842026-06-05T07:20:57.224Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20852026-06-05T07:20:57.324Z Compiling progenitor-impl v0.13.0
20862026-06-05T07:20:57.457Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20872026-06-05T07:20:57.469Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20882026-06-05T07:20:57.585Z Compiling rustix v0.38.44
20892026-06-05T07:20:58.086Z Compiling itertools v0.12.1
20902026-06-05T07:20:58.109Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20912026-06-05T07:20:58.307Z Compiling progenitor-impl v0.10.0
20922026-06-05T07:20:58.318Z Compiling sigpipe v0.1.3
20932026-06-05T07:20:58.432Z Compiling jiff v0.2.15
20942026-06-05T07:20:58.878Z Compiling const_format_proc_macros v0.2.34
20952026-06-05T07:20:58.948Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20962026-06-05T07:20:59.206Z Compiling zone v0.3.1
20972026-06-05T07:20:59.301Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20982026-06-05T07:21:00.334Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20992026-06-05T07:21:00.918Z Compiling progenitor-macro v0.13.0
21002026-06-05T07:21:00.959Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21012026-06-05T07:21:01.337Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21022026-06-05T07:21:01.837Z Compiling progenitor-macro v0.10.0
21032026-06-05T07:21:01.986Z Compiling secrecy v0.10.3
21042026-06-05T07:21:02.043Z Compiling smf v0.2.3
21052026-06-05T07:21:02.055Z Compiling async-recursion v1.1.1
21062026-06-05T07:21:02.154Z Compiling snafu-derive v0.8.9
21072026-06-05T07:21:02.435Z Compiling bstr v1.12.0
21082026-06-05T07:21:02.577Z Compiling whoami v1.6.1
21092026-06-05T07:21:02.888Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21102026-06-05T07:21:03.839Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21112026-06-05T07:21:04.185Z Compiling hmac v0.12.1
21122026-06-05T07:21:04.451Z Compiling inout v0.1.4
21132026-06-05T07:21:04.532Z Compiling ff v0.13.1
21142026-06-05T07:21:04.605Z Compiling data-encoding v2.9.0
21152026-06-05T07:21:05.025Z Compiling crc8 v0.1.1
21162026-06-05T07:21:05.151Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21172026-06-05T07:21:05.194Z Compiling group v0.13.0
21182026-06-05T07:21:05.315Z Compiling cipher v0.4.4
21192026-06-05T07:21:05.565Z Compiling hkdf v0.12.4
21202026-06-05T07:21:06.233Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21212026-06-05T07:21:06.373Z Compiling atomicwrites v0.4.4
21222026-06-05T07:21:06.587Z Compiling tokio-dtrace v0.1.1
21232026-06-05T07:21:06.892Z Compiling tabled_derive v0.7.0
21242026-06-05T07:21:07.300Z Compiling reqwest v0.13.2
21252026-06-05T07:21:07.417Z Compiling universal-hash v0.5.1
21262026-06-05T07:21:07.556Z Compiling crypto-bigint v0.5.5
21272026-06-05T07:21:07.647Z Compiling half v2.7.1
21282026-06-05T07:21:07.856Z Compiling base16ct v0.2.0
21292026-06-05T07:21:07.947Z Compiling ciborium-io v0.2.2
21302026-06-05T07:21:08.025Z Compiling indent_write v2.2.0
21312026-06-05T07:21:08.051Z Compiling opaque-debug v0.3.1
21322026-06-05T07:21:08.130Z Compiling base64ct v1.8.0
21332026-06-05T07:21:08.168Z Compiling poly1305 v0.8.0
21342026-06-05T07:21:08.439Z Compiling password-hash v0.5.0
21352026-06-05T07:21:08.594Z Compiling elliptic-curve v0.13.8
21362026-06-05T07:21:08.659Z Compiling progenitor-client v0.13.0
21372026-06-05T07:21:08.871Z Compiling ciborium-ll v0.2.2
21382026-06-05T07:21:09.259Z Compiling oxide-tokio-rt v0.1.2
21392026-06-05T07:21:09.602Z Compiling chacha20 v0.9.1
21402026-06-05T07:21:09.864Z Compiling similar v2.7.0
21412026-06-05T07:21:10.128Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21422026-06-05T07:21:10.374Z Compiling thiserror-no-std v2.0.2
21432026-06-05T07:21:10.862Z Compiling blake2 v0.10.6
21442026-06-05T07:21:11.340Z Compiling aead v0.5.2
21452026-06-05T07:21:11.444Z Compiling linked-hash-map v0.5.6
21462026-06-05T07:21:11.636Z Compiling resolv-conf v0.7.5
21472026-06-05T07:21:11.676Z Compiling keccak v0.1.6
21482026-06-05T07:21:11.948Z Compiling sha3 v0.10.8
21492026-06-05T07:21:12.002Z Compiling lru-cache v0.1.2
21502026-06-05T07:21:12.130Z Compiling chacha20poly1305 v0.10.1
21512026-06-05T07:21:12.182Z Compiling vsss-rs v3.3.4
21522026-06-05T07:21:12.185Z Compiling argon2 v0.5.3
21532026-06-05T07:21:12.250Z Compiling progenitor v0.13.0
21542026-06-05T07:21:12.264Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21552026-06-05T07:21:12.469Z Compiling ciborium v0.2.2
21562026-06-05T07:21:12.610Z Compiling hickory-proto v0.24.4
21572026-06-05T07:21:12.870Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21582026-06-05T07:21:12.990Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21592026-06-05T07:21:13.454Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21602026-06-05T07:21:13.494Z Compiling serde-big-array v0.5.1
21612026-06-05T07:21:13.611Z Compiling same-file v1.0.6
21622026-06-05T07:21:13.623Z Compiling siphasher v1.0.1
21632026-06-05T07:21:13.764Z Compiling unicode-segmentation v1.12.0
21642026-06-05T07:21:14.068Z Compiling newline-converter v0.3.0
21652026-06-05T07:21:14.104Z Compiling phf_shared v0.12.1
21662026-06-05T07:21:14.165Z Compiling walkdir v2.5.0
21672026-06-05T07:21:14.184Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21682026-06-05T07:21:14.194Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21692026-06-05T07:21:14.415Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21702026-06-05T07:21:14.427Z Compiling hickory-resolver v0.24.4
21712026-06-05T07:21:15.072Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21722026-06-05T07:21:16.305Z Compiling newtype_derive v0.1.6
21732026-06-05T07:21:16.308Z Compiling owo-colors v4.3.0
21742026-06-05T07:21:16.392Z Compiling tokio-stream v0.1.17
21752026-06-05T07:21:16.576Z Compiling console v0.15.11
21762026-06-05T07:21:16.854Z Compiling csv-core v0.1.12
21772026-06-05T07:21:16.916Z Compiling smawk v0.3.2
21782026-06-05T07:21:17.075Z Compiling unicode-linebreak v0.1.5
21792026-06-05T07:21:17.086Z Compiling swrite v0.1.0
21802026-06-05T07:21:17.089Z Compiling termtree v0.5.1
21812026-06-05T07:21:17.129Z Compiling unicode-width v0.1.14
21822026-06-05T07:21:17.248Z Compiling foldhash v0.1.5
21832026-06-05T07:21:17.322Z Compiling humantime v2.3.0
21842026-06-05T07:21:17.388Z Compiling hashbrown v0.15.5
21852026-06-05T07:21:17.423Z Compiling textwrap v0.16.2
21862026-06-05T07:21:17.571Z Compiling csv v1.4.0
21872026-06-05T07:21:17.733Z Compiling expectorate v1.2.0
21882026-06-05T07:21:17.816Z Compiling qorb v0.4.1
21892026-06-05T07:21:17.892Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21902026-06-05T07:21:17.948Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-06-05T07:21:19.133Z Compiling phf v0.12.1
21922026-06-05T07:21:19.291Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21932026-06-05T07:21:20.017Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21942026-06-05T07:21:20.049Z Compiling pin-project v1.1.10
21952026-06-05T07:21:20.145Z Compiling unicode-normalization v0.1.24
21962026-06-05T07:21:20.162Z Compiling libz-sys v1.1.22
21972026-06-05T07:21:20.411Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21982026-06-05T07:21:21.214Z Compiling libsw-core v0.3.2
21992026-06-05T07:21:21.515Z Compiling fixedbitset v0.4.2
22002026-06-05T07:21:21.703Z Compiling highway v1.3.0
22012026-06-05T07:21:21.758Z Compiling fixedbitset v0.5.7
22022026-06-05T07:21:21.770Z Compiling progenitor v0.10.0
22032026-06-05T07:21:21.994Z Compiling petgraph v0.8.2
22042026-06-05T07:21:22.103Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22052026-06-05T07:21:22.106Z Compiling petgraph v0.6.5
22062026-06-05T07:21:23.577Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22072026-06-05T07:21:23.742Z Compiling libsw v3.5.0
22082026-06-05T07:21:24.026Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-06-05T07:21:24.128Z Compiling olpc-cjson v0.1.4
22102026-06-05T07:21:24.201Z Compiling libgit2-sys v0.17.0+1.8.1
22112026-06-05T07:21:24.238Z Compiling snafu v0.8.9
22122026-06-05T07:21:24.623Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-06-05T07:21:24.860Z Compiling chrono-tz v0.10.4
22142026-06-05T07:21:25.367Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-06-05T07:21:25.988Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-06-05T07:21:26.530Z Compiling papergrid v0.11.0
22172026-06-05T07:21:26.603Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-06-05T07:21:26.896Z Compiling globset v0.4.16
22192026-06-05T07:21:27.305Z Compiling const_format v0.2.34
22202026-06-05T07:21:27.510Z Compiling slog-dtrace v0.3.0
22212026-06-05T07:21:27.639Z Compiling cancel-safe-futures v0.1.5
22222026-06-05T07:21:27.707Z Compiling gethostname v0.5.0
22232026-06-05T07:21:27.966Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22242026-06-05T07:21:28.337Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22252026-06-05T07:21:28.938Z Compiling dropshot-api-manager-types v0.7.2
22262026-06-05T07:21:29.034Z Compiling bcs v0.1.6
22272026-06-05T07:21:29.324Z Compiling serde_plain v1.0.2
22282026-06-05T07:21:29.364Z Compiling cargo-platform v0.1.9
22292026-06-05T07:21:29.392Z Compiling pem v3.0.5
22302026-06-05T07:21:29.532Z Compiling linear-map v1.2.0
22312026-06-05T07:21:29.857Z Compiling typed-path v0.9.3
22322026-06-05T07:21:30.040Z Compiling tagptr v0.2.0
22332026-06-05T07:21:30.172Z Compiling moka v0.12.11
22342026-06-05T07:21:30.970Z Compiling tough v0.20.0
22352026-06-05T07:21:31.435Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22362026-06-05T07:21:31.837Z Compiling cargo_metadata v0.18.1
22372026-06-05T07:21:32.829Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22382026-06-05T07:21:33.117Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22392026-06-05T07:21:33.387Z Compiling tabled v0.15.0
22402026-06-05T07:21:33.468Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22412026-06-05T07:21:34.313Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-06-05T07:21:34.517Z Compiling git2 v0.19.0
22432026-06-05T07:21:36.137Z Compiling steno v0.4.1
22442026-06-05T07:21:37.592Z Compiling cookie v0.18.1
22452026-06-05T07:21:37.875Z Compiling hickory-proto v0.25.2
22462026-06-05T07:21:39.801Z Compiling hickory-resolver v0.25.2
22472026-06-05T07:21:40.809Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22482026-06-05T07:21:42.395Z Compiling vergen v8.3.2
22492026-06-05T07:21:43.913Z Compiling signal-hook v0.3.18
22502026-06-05T07:21:44.624Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22512026-06-05T07:21:44.692Z Compiling predicates-core v1.0.9
22522026-06-05T07:21:44.900Z Compiling mockall_derive v0.13.1
22532026-06-05T07:21:45.253Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22542026-06-05T07:21:45.550Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22552026-06-05T07:21:45.717Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22562026-06-05T07:21:45.894Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22572026-06-05T07:21:46.543Z Compiling sha2 v0.10.9
22582026-06-05T07:21:46.951Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22592026-06-05T07:21:47.467Z Compiling diff v0.1.13
22602026-06-05T07:21:47.751Z Compiling yansi v1.0.1
22612026-06-05T07:21:47.780Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22622026-06-05T07:21:48.047Z Compiling pretty_assertions v1.4.1
22632026-06-05T07:21:48.951Z Compiling fs-err v3.1.2
22642026-06-05T07:21:49.260Z Compiling predicates-tree v1.0.12
22652026-06-05T07:21:49.273Z Compiling predicates v3.1.3
22662026-06-05T07:21:50.048Z Compiling git-stub v1.0.0
22672026-06-05T07:21:50.216Z Compiling filetime v0.2.26
22682026-06-05T07:21:50.341Z Compiling arrayvec v0.7.6
22692026-06-05T07:21:50.417Z Compiling is_ci v1.2.0
22702026-06-05T07:21:50.554Z Compiling downcast v0.11.0
22712026-06-05T07:21:50.577Z Compiling constant_time_eq v0.3.1
22722026-06-05T07:21:50.703Z Compiling arrayref v0.3.9
22732026-06-05T07:21:50.715Z Compiling fragile v2.0.1
22742026-06-05T07:21:50.811Z Compiling xattr v1.6.1
22752026-06-05T07:21:50.957Z Compiling mockall v0.13.1
22762026-06-05T07:21:51.001Z Compiling tar v0.4.45
22772026-06-05T07:21:51.026Z Compiling blake3 v1.8.2
22782026-06-05T07:21:51.178Z Compiling supports-color v3.0.2
22792026-06-05T07:21:51.349Z Compiling toml v0.7.8
22802026-06-05T07:21:51.605Z Compiling git-stub-vcs v0.1.0
22812026-06-05T07:21:52.021Z Compiling curl-sys v0.4.83+curl-8.15.0
22822026-06-05T07:21:52.037Z Compiling signal-hook-tokio v0.3.1
22832026-06-05T07:21:52.322Z Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
22842026-06-05T07:21:53.268Z Compiling drift v0.2.0
22852026-06-05T07:21:54.012Z Compiling kstat-rs v0.2.4
22862026-06-05T07:21:54.207Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22872026-06-05T07:21:54.333Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22882026-06-05T07:21:54.579Z Compiling topological-sort v0.2.2
22892026-06-05T07:21:54.675Z Compiling hex-literal v1.1.0
22902026-06-05T07:21:54.778Z Compiling display-error-chain v0.2.2
22912026-06-05T07:21:54.931Z Compiling omicron-zone-package v0.12.2
22922026-06-05T07:21:55.027Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22932026-06-05T07:21:55.135Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22942026-06-05T07:21:56.516Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22952026-06-05T07:21:57.111Z Compiling dropshot-api-manager v0.7.2
22962026-06-05T07:21:57.549Z Compiling curl v0.4.49
22972026-06-05T07:21:57.815Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22982026-06-05T07:21:58.010Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22992026-06-05T07:21:58.090Z Compiling iddqd v0.4.2
23002026-06-05T07:21:58.251Z Compiling internet-checksum v0.2.1
23012026-06-05T07:21:58.376Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23022026-06-05T07:21:58.399Z Compiling search_path v0.1.4
23032026-06-05T07:21:58.806Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23042026-06-05T07:21:59.135Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23052026-06-05T07:22:02.622Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23062026-06-05T07:22:04.173Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23072026-06-05T07:22:48.779Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 17s
23082026-06-05T07:22:48.904Z Running unittests src/lib.rs (target/debug/deps/aal-00fa3c3b36f278b3)
23092026-06-05T07:22:48.907Z
23102026-06-05T07:22:48.907Zrunning 5 tests
23112026-06-05T07:22:48.910Ztest fuse::tests::chip_revision_b1 ... ok
23122026-06-05T07:22:48.910Ztest fuse::tests::chip_revision_a0 ... ok
23132026-06-05T07:22:48.910Ztest fuse::tests::chip_revision_b0 ... ok
23142026-06-05T07:22:48.910Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23152026-06-05T07:22:48.910Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23162026-06-05T07:22:48.910Z
23172026-06-05T07:22:48.910Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23182026-06-05T07:22:48.910Z
23192026-06-05T07:22:48.910Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23202026-06-05T07:22:48.914Z
23212026-06-05T07:22:48.914Zrunning 0 tests
23222026-06-05T07:22:48.914Z
23232026-06-05T07:22:48.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-06-05T07:22:48.914Z
23252026-06-05T07:22:48.914Z Running unittests src/lib.rs (target/debug/deps/asic-7ec1034df6f689db)
23262026-06-05T07:22:48.914Z
23272026-06-05T07:22:48.914Zrunning 0 tests
23282026-06-05T07:22:48.914Z
23292026-06-05T07:22:48.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-06-05T07:22:48.914Z
23312026-06-05T07:22:48.914Z Running unittests src/lib.rs (target/debug/deps/common-fe823e4535dce502)
23322026-06-05T07:22:48.917Z
23332026-06-05T07:22:48.917Zrunning 10 tests
23342026-06-05T07:22:48.917Ztest nat::tests::test_vni ... ok
23352026-06-05T07:22:48.917Ztest network::tests::test_equal ... ok
23362026-06-05T07:22:48.917Ztest network::tests::test_eui64 ... ok
23372026-06-05T07:22:48.917Ztest network::tests::test_into ... ok
23382026-06-05T07:22:48.917Ztest network::tests::test_generate_ipv6_link_local ... ok
23392026-06-05T07:22:48.917Ztest network::tests::test_not_equal ... ok
23402026-06-05T07:22:48.917Ztest network::tests::test_to_string ... ok
23412026-06-05T07:22:48.917Ztest network::tests::test_parse ... ok
23422026-06-05T07:22:48.917Ztest test_purge ... ok
23432026-06-05T07:22:48.920Ztest illumos::test::address_exists_handles_missing_object ... ok
23442026-06-05T07:22:48.921Z
23452026-06-05T07:22:48.921Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23462026-06-05T07:22:48.921Z
23472026-06-05T07:22:48.921Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-e30bfdb445c4e487)
23482026-06-05T07:22:48.925Z
23492026-06-05T07:22:48.925Zrunning 1 test
23502026-06-05T07:22:48.928Z -------
23512026-06-05T07:22:48.928Z Generating OpenAPI documents from API definitions ...
23522026-06-05T07:22:49.065Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23532026-06-05T07:22:49.135Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23542026-06-05T07:22:50.160Z -------
23552026-06-05T07:22:50.160Z Checking 12 OpenAPI documents...
23562026-06-05T07:22:50.160Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23572026-06-05T07:22:50.160Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23582026-06-05T07:22:50.160Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-06-05T07:22:50.163Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-06-05T07:22:50.163Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-06-05T07:22:50.163Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23622026-06-05T07:22:50.163Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-06-05T07:22:50.163Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-06-05T07:22:50.163Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-06-05T07:22:50.163Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-06-05T07:22:50.163Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-06-05T07:22:50.163Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-06-05T07:22:50.163Z Fresh dpd "latest" symlink
23692026-06-05T07:22:50.163Z -------
23702026-06-05T07:22:50.163Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23712026-06-05T07:22:50.223Ztest test::test_apis_up_to_date ... ok
23722026-06-05T07:22:50.223Z
23732026-06-05T07:22:50.223Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
23742026-06-05T07:22:50.223Z
23752026-06-05T07:22:50.274Z Running unittests src/main.rs (target/debug/deps/dpd-5dd0c147e0ff85c6)
23762026-06-05T07:22:50.280Z
23772026-06-05T07:22:50.280Zrunning 19 tests
23782026-06-05T07:22:50.283Ztest freemap::test_ordering ... ok
23792026-06-05T07:22:50.284Ztest config::tests::test_updates ... ok
23802026-06-05T07:22:50.284Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23812026-06-05T07:22:50.284Ztest freemap::test_split ... ok
23822026-06-05T07:22:50.284Ztest macaddrs::tests::test_mac_offset ... ok
23832026-06-05T07:22:50.284Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23842026-06-05T07:22:50.284Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23852026-06-05T07:22:50.284Ztest macaddrs::tests::test_parse_port_id ... ok
23862026-06-05T07:22:50.284Ztest nat::test_mapping ... ok
23872026-06-05T07:22:50.287Ztest port_map::tests::dump_map ... ok
23882026-06-05T07:22:50.287Ztest port_map::tests::test_backplane_group ... ok
23892026-06-05T07:22:50.287Ztest port_map::tests::test_port_map ... ok
23902026-06-05T07:22:50.287ZJun 05 07:22:48.513 DEBG created new freemapJun 05 07:22:48.513 DEBG created new freemap, unit: freemap_test
23912026-06-05T07:22:50.287Z, unit: Jun 05 07:22:48.513freemap_test DEBG
23922026-06-05T07:22:50.287Z initted freemap. size: 128, unit: freemap_test
23932026-06-05T07:22:50.287ZJun 05 07:22:48.513 DEBG Jun 05 07:22:48.513Jun 05 07:22:48.513created new freemap DEBGDEBG, unit initted freemap. size: 128reset freemap:, , unitunit: : freemap_test freemap_testfreemap_test
23942026-06-05T07:22:50.287Z
23952026-06-05T07:22:50.287Z
23962026-06-05T07:22:50.287ZJun 05 07:22:48.513Jun 05 07:22:48.513 DEBGDEBG reset freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test
23972026-06-05T07:22:50.287Z
23982026-06-05T07:22:50.287ZJun 05 07:22:48.513 DEBG reset freemap, unit: freemap_test
23992026-06-05T07:22:50.287ZJun 05 07:22:48.513 DEBG created new freemap, unit: freemap_test
24002026-06-05T07:22:50.287ZJun 05 07:22:48.514 DEBG initted freemap. size: 128, unit: freemap_test
24012026-06-05T07:22:50.287Ztest freemap::test_reclaim ... ok
24022026-06-05T07:22:50.287ZJun 05 07:22:48.514 DEBG reset freemap, unit: freemap_test
24032026-06-05T07:22:50.287Ztest freemap::test_exhaustion ... ok
24042026-06-05T07:22:50.287Ztest freemap::test_free ... ok
24052026-06-05T07:22:50.287Ztest freemap::test_basic ... ok
24062026-06-05T07:22:50.287ZJun 05 07:22:48.514 DEBG created new freemap, unit: freemap_test
24072026-06-05T07:22:50.287ZJun 05 07:22:48.514 DEBG initted freemap. size: 128, unit: freemap_test
24082026-06-05T07:22:50.287ZJun 05 07:22:48.514 DEBG reset freemap, unit: freemap_test
24092026-06-05T07:22:50.287Ztest freemap::test_span ... ok
24102026-06-05T07:22:50.287Ztest api_server::tests::test_build_info ... ok
24112026-06-05T07:22:50.287Ztest port_map::tests::parse_softnpu_revision ... ok
24122026-06-05T07:22:50.287Z
24132026-06-05T07:22:50.288Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
24142026-06-05T07:22:50.288Z
24152026-06-05T07:22:50.292Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-230e1fa40ceb54f8)
24162026-06-05T07:22:50.292Z
24172026-06-05T07:22:50.292Zrunning 0 tests
24182026-06-05T07:22:50.292Z
24192026-06-05T07:22:50.292Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24202026-06-05T07:22:50.292Z
24212026-06-05T07:22:50.292Z Running unittests src/lib.rs (target/debug/deps/dpd_api-b84afe8178fbeedd)
24222026-06-05T07:22:50.295Z
24232026-06-05T07:22:50.295Zrunning 0 tests
24242026-06-05T07:22:50.295Z
24252026-06-05T07:22:50.295Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24262026-06-05T07:22:50.295Z
24272026-06-05T07:22:50.295Z Running unittests src/lib.rs (target/debug/deps/dpd_client-30ef0eb2954a31d7)
24282026-06-05T07:22:50.295Z
24292026-06-05T07:22:50.295Zrunning 6 tests
24302026-06-05T07:22:50.298Ztest tests::test_port_id_cmp ... ok
24312026-06-05T07:22:50.298Ztest tests::test_parse_client_port_id ... ok
24322026-06-05T07:22:50.298Ztest tests::test_full_lot_id_lot_only ... ok
24332026-06-05T07:22:50.298Ztest tests::test_full_lot_id_both_present ... ok
24342026-06-05T07:22:50.298Ztest tests::test_full_lot_id_lotnum_only ... ok
24352026-06-05T07:22:50.298Ztest tests::test_full_lot_id_neither_present ... ok
24362026-06-05T07:22:50.298Z
24372026-06-05T07:22:50.298Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24382026-06-05T07:22:50.298Z
24392026-06-05T07:22:50.298Z Running tests/test_all.rs (target/debug/deps/test_all-eedcbc0e55188284)
24402026-06-05T07:22:50.298Z
24412026-06-05T07:22:50.298Zrunning 0 tests
24422026-06-05T07:22:50.298Z
24432026-06-05T07:22:50.298Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24442026-06-05T07:22:50.298Z
24452026-06-05T07:22:50.298Z Running unittests src/lib.rs (target/debug/deps/dpd_types-98142e7b24acbcdf)
24462026-06-05T07:22:50.301Z
24472026-06-05T07:22:50.301Zrunning 0 tests
24482026-06-05T07:22:50.302Z
24492026-06-05T07:22:50.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24502026-06-05T07:22:50.302Z
24512026-06-05T07:22:50.302Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-b6f42c9c6d5a4e69)
24522026-06-05T07:22:50.302Z
24532026-06-05T07:22:50.302Zrunning 0 tests
24542026-06-05T07:22:50.302Z
24552026-06-05T07:22:50.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24562026-06-05T07:22:50.302Z
24572026-06-05T07:22:50.302Z Running unittests src/lib.rs (target/debug/deps/packet-4ff07447cd8e396f)
24582026-06-05T07:22:50.305Z
24592026-06-05T07:22:50.305Zrunning 12 tests
24602026-06-05T07:22:50.305Ztest icmp::test_v6_checksum ... ok
24612026-06-05T07:22:50.305Ztest pbuf::test_byte ... ok
24622026-06-05T07:22:50.305Ztest icmp::test_v4_checksum ... ok
24632026-06-05T07:22:50.305Ztest lldp::test_lldp_parse ... ok
24642026-06-05T07:22:50.305Ztest ipv6::test_ipv6_parse ... ok
24652026-06-05T07:22:50.305Ztest pbuf::test_nibble ... ok
24662026-06-05T07:22:50.305Ztest pbuf::test_overflow ... ok
24672026-06-05T07:22:50.305Ztest pbuf::test_short ... ok
24682026-06-05T07:22:50.305Ztest pbuf::test_twelve ... ok
24692026-06-05T07:22:50.305Ztest pbuf::test_word ... ok
24702026-06-05T07:22:50.305Ztest tcp::test_checksum_ack_data ... ok
24712026-06-05T07:22:50.305Ztest tcp::test_checksum_syn_nodata ... ok
24722026-06-05T07:22:50.305Z
24732026-06-05T07:22:50.305Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24742026-06-05T07:22:50.305Z
24752026-06-05T07:22:50.305Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
24762026-06-05T07:22:50.308Z
24772026-06-05T07:22:50.308Zrunning 0 tests
24782026-06-05T07:22:50.308Z
24792026-06-05T07:22:50.308Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24802026-06-05T07:22:50.308Z
24812026-06-05T07:22:50.308Z Running unittests src/main.rs (target/debug/deps/swadm-0c1aaea61ce07039)
24822026-06-05T07:22:50.308Z
24832026-06-05T07:22:50.308Zrunning 5 tests
24842026-06-05T07:22:50.308Ztest switchport::test::test_compute_lanes ... ok
24852026-06-05T07:22:50.311Ztest switchport::test::port_id_ordering ... ok
24862026-06-05T07:22:50.311Z Lane 0 Lane 1 Lane 2 Lane 3
24872026-06-05T07:22:50.311Z Rx Loss-of-lock: Yes Yes Yes Yes
24882026-06-05T07:22:50.311Z Rx Loss-of-signal: Yes Yes Yes Yes
24892026-06-05T07:22:50.311Z Rx CDR Enabled: Yes Yes Yes Yes
24902026-06-05T07:22:50.311Z Tx Enabled: Yes Yes Yes Yes
24912026-06-05T07:22:50.311Z Tx Loss-of-lock: No No No No
24922026-06-05T07:22:50.311Z Tx Loss-of-signal: No No Lane 0 No No
24932026-06-05T07:22:50.311ZLane 1 Tx CDR Enabled: No Lane 2 NoLane 3
24942026-06-05T07:22:50.312ZNo No State: Activated
24952026-06-05T07:22:50.312Z Tx Adaptive EQ Fault: NoActivated No Activated NoActivated
24962026-06-05T07:22:50.312ZNo
24972026-06-05T07:22:50.312Z Rx Output Enabled: false Tx Fault: Yesfalse Yesfalse falseYes
24982026-06-05T07:22:50.312Z Rx Output Status: validYes
24992026-06-05T07:22:50.312Zvalid valid valid
25002026-06-05T07:22:50.312Z Rx Loss-of-lock: true true true true
25012026-06-05T07:22:50.312Z Rx Loss-of-signal: false false false false
25022026-06-05T07:22:50.312ZRx Auto-squelch Disable: true true true true
25032026-06-05T07:22:50.312Z Tx Output Enabled: true true true true
25042026-06-05T07:22:50.312Z Tx Output Status: invalid invalid invalid invalid
25052026-06-05T07:22:50.312Z Tx Loss-of-lock: false false false false
25062026-06-05T07:22:50.312Z Tx Loss-of-signal: true true true true
25072026-06-05T07:22:50.312ZTx Auto-squelch Disable: false false false false
25082026-06-05T07:22:50.312Z Tx Adaptive EQ Fail: true true true true
25092026-06-05T07:22:50.312Z Tx Failure: false false false false
25102026-06-05T07:22:50.312Z Tx Force Squelch: true true true true
25112026-06-05T07:22:50.312Z Tx Input Polarity: normal normal normal normal
25122026-06-05T07:22:50.312Ztest switchport::test::test_print_sff_datapath ... ok
25132026-06-05T07:22:50.312Ztest switchport::test::test_print_cmis_datapath ... ok
25142026-06-05T07:22:50.312Ztest link::test_filter ... ok
25152026-06-05T07:22:50.312Z
25162026-06-05T07:22:50.312Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25172026-06-05T07:22:50.312Z
25182026-06-05T07:22:50.312Z Running tests/counters.rs (target/debug/deps/counters-c784e36e5ce87b7c)
25192026-06-05T07:22:50.316Z
25202026-06-05T07:22:50.316Zrunning 1 test
25212026-06-05T07:22:50.316Ztest test_p4_counter_list ... ignored
25222026-06-05T07:22:50.316Z
25232026-06-05T07:22:50.316Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25242026-06-05T07:22:50.316Z
25252026-06-05T07:22:50.316Z Running tests/port-link.rs (target/debug/deps/port_link-fcb9d22e38519004)
25262026-06-05T07:22:50.316Z
25272026-06-05T07:22:50.316Zrunning 5 tests
25282026-06-05T07:22:50.316Ztest test_an ... ignored
25292026-06-05T07:22:50.316Ztest test_enable ... ignored
25302026-06-05T07:22:50.316Ztest test_ip_addresses ... ignored
25312026-06-05T07:22:50.316Ztest test_kr ... ignored
25322026-06-05T07:22:50.316Ztest test_mac ... ignored
25332026-06-05T07:22:50.316Z
25342026-06-05T07:22:50.316Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25352026-06-05T07:22:50.316Z
25362026-06-05T07:22:50.316Z Running unittests src/main.rs (target/debug/deps/tfportd-07cccf3e3c527784)
25372026-06-05T07:22:50.319Z
25382026-06-05T07:22:50.319Zrunning 3 tests
25392026-06-05T07:22:50.319Ztest linklocal::test_parse_ipadm ... ok
25402026-06-05T07:22:50.319Ztest tfport::test_parse_tfport ... ok
25412026-06-05T07:22:50.319Ztest config::tests::test_updates ... ok
25422026-06-05T07:22:50.319Z
25432026-06-05T07:22:50.319Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25442026-06-05T07:22:50.320Z
25452026-06-05T07:22:50.320Z Running unittests src/main.rs (target/debug/deps/uplinkd-d1a8469686918df2)
25462026-06-05T07:22:50.320Z
25472026-06-05T07:22:50.320Zrunning 0 tests
25482026-06-05T07:22:50.320Z
25492026-06-05T07:22:50.320Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25502026-06-05T07:22:50.320Z
25512026-06-05T07:22:50.320Z Running unittests src/main.rs (target/debug/deps/xtask-f49b1e96b99dec41)
25522026-06-05T07:22:50.324Z
25532026-06-05T07:22:50.324Zrunning 0 tests
25542026-06-05T07:22:50.324Z
25552026-06-05T07:22:50.324Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25562026-06-05T07:22:50.324Z
25572026-06-05T07:22:50.324Z Doc-tests aal
25582026-06-05T07:22:50.449Z
25592026-06-05T07:22:50.449Zrunning 0 tests
25602026-06-05T07:22:50.449Z
25612026-06-05T07:22:50.449Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25622026-06-05T07:22:50.449Z
25632026-06-05T07:22:50.467Z Doc-tests aal_macros
25642026-06-05T07:22:50.537Z
25652026-06-05T07:22:50.537Zrunning 0 tests
25662026-06-05T07:22:50.537Z
25672026-06-05T07:22:50.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25682026-06-05T07:22:50.537Z
25692026-06-05T07:22:50.548Z Doc-tests common
25702026-06-05T07:22:50.780Z
25712026-06-05T07:22:50.780Zrunning 0 tests
25722026-06-05T07:22:50.780Z
25732026-06-05T07:22:50.780Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25742026-06-05T07:22:50.780Z
25752026-06-05T07:22:50.801Z Doc-tests dpd_api
25762026-06-05T07:22:51.547Z
25772026-06-05T07:22:51.547Zrunning 2 tests
25782026-06-05T07:22:51.547Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25792026-06-05T07:22:51.547Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25802026-06-05T07:22:51.547Z
25812026-06-05T07:22:51.547Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25822026-06-05T07:22:51.547Z
25832026-06-05T07:22:51.577Z Doc-tests dpd_client
25842026-06-05T07:22:52.869Z
25852026-06-05T07:22:52.870Zrunning 0 tests
25862026-06-05T07:22:52.870Z
25872026-06-05T07:22:52.870Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25882026-06-05T07:22:52.870Z
25892026-06-05T07:22:52.913Z Doc-tests dpd_types
25902026-06-05T07:22:53.124Z
25912026-06-05T07:22:53.124Zrunning 0 tests
25922026-06-05T07:22:53.124Z
25932026-06-05T07:22:53.124Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25942026-06-05T07:22:53.124Z
25952026-06-05T07:22:53.151Z Doc-tests dpd_types_versions
25962026-06-05T07:22:54.360Z
25972026-06-05T07:22:54.360Zrunning 1 test
25982026-06-05T07:22:54.360Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
25992026-06-05T07:22:54.360Z
26002026-06-05T07:22:54.360Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
26012026-06-05T07:22:54.360Z
26022026-06-05T07:22:54.403Z Doc-tests packet
26032026-06-05T07:22:54.513Z
26042026-06-05T07:22:54.513Zrunning 0 tests
26052026-06-05T07:22:54.513Z
26062026-06-05T07:22:54.516Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26072026-06-05T07:22:54.516Z
26082026-06-05T07:22:54.530Z Doc-tests pcap
26092026-06-05T07:22:55.586Z
26102026-06-05T07:22:55.586Zrunning 0 tests
26112026-06-05T07:22:55.586Z
26122026-06-05T07:22:55.586Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26132026-06-05T07:22:55.586Z
26142026-06-05T07:22:55.589Z+ for feat in tofino_stub tofino_asic softnpu chaos
26152026-06-05T07:22:55.589Z+ RUST_BACKTRACE=full
26162026-06-05T07:22:55.589Z+ cargo test --features tofino_asic --no-fail-fast
26172026-06-05T07:22:55.589Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
26182026-06-05T07:22:55.589Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
26192026-06-05T07:22:55.589Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
26202026-06-05T07:22:55.589Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
26212026-06-05T07:23:03.902Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
26222026-06-05T07:23:04.023Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26232026-06-05T07:23:43.722Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.06s
26242026-06-05T07:23:43.842Z Running unittests src/lib.rs (target/debug/deps/aal-00fa3c3b36f278b3)
26252026-06-05T07:23:43.846Z
26262026-06-05T07:23:43.846Zrunning 5 tests
26272026-06-05T07:23:43.846Ztest fuse::tests::chip_revision_b1 ... ok
26282026-06-05T07:23:43.846Ztest fuse::tests::chip_revision_a0 ... ok
26292026-06-05T07:23:43.846Ztest fuse::tests::chip_revision_b0 ... ok
26302026-06-05T07:23:43.846Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26312026-06-05T07:23:43.846Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26322026-06-05T07:23:43.846Z
26332026-06-05T07:23:43.846Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26342026-06-05T07:23:43.846Z
26352026-06-05T07:23:43.849Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26362026-06-05T07:23:43.849Z
26372026-06-05T07:23:43.849Zrunning 0 tests
26382026-06-05T07:23:43.849Z
26392026-06-05T07:23:43.849Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26402026-06-05T07:23:43.849Z
26412026-06-05T07:23:43.852Z Running unittests src/lib.rs (target/debug/deps/asic-0f940756036a6dac)
26422026-06-05T07:23:43.956Z
26432026-06-05T07:23:43.956Zrunning 8 tests
26442026-06-05T07:23:43.959Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26452026-06-05T07:23:43.959Ztest tofino_asic::qsfp::tests::fix_link ... ok
26462026-06-05T07:23:43.960Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26472026-06-05T07:23:43.960Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26482026-06-05T07:23:43.960Ztest tofino_asic::stats::constants_sanity_check ... ok
26492026-06-05T07:23:43.960Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26502026-06-05T07:23:43.967Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26512026-06-05T07:23:44.458Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26522026-06-05T07:23:44.458Z
26532026-06-05T07:23:44.458Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26542026-06-05T07:23:44.458Z
26552026-06-05T07:23:44.469Z Running unittests src/lib.rs (target/debug/deps/common-fe823e4535dce502)
26562026-06-05T07:23:44.472Z
26572026-06-05T07:23:44.472Zrunning 10 tests
26582026-06-05T07:23:44.472Ztest nat::tests::test_vni ... ok
26592026-06-05T07:23:44.472Ztest network::tests::test_equal ... ok
26602026-06-05T07:23:44.472Ztest network::tests::test_eui64 ... ok
26612026-06-05T07:23:44.472Ztest network::tests::test_generate_ipv6_link_local ... ok
26622026-06-05T07:23:44.472Ztest network::tests::test_into ... ok
26632026-06-05T07:23:44.472Ztest network::tests::test_not_equal ... ok
26642026-06-05T07:23:44.472Ztest network::tests::test_to_string ... ok
26652026-06-05T07:23:44.472Ztest network::tests::test_parse ... ok
26662026-06-05T07:23:44.472Ztest test_purge ... ok
26672026-06-05T07:23:44.475Ztest illumos::test::address_exists_handles_missing_object ... ok
26682026-06-05T07:23:44.475Z
26692026-06-05T07:23:44.475Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26702026-06-05T07:23:44.475Z
26712026-06-05T07:23:44.475Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-e30bfdb445c4e487)
26722026-06-05T07:23:44.479Z
26732026-06-05T07:23:44.479Zrunning 1 test
26742026-06-05T07:23:44.484Z -------
26752026-06-05T07:23:44.484Z Generating OpenAPI documents from API definitions ...
26762026-06-05T07:23:44.623Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26772026-06-05T07:23:44.693Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26782026-06-05T07:23:45.677Z -------
26792026-06-05T07:23:45.677Z Checking 12 OpenAPI documents...
26802026-06-05T07:23:45.677Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26812026-06-05T07:23:45.677Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26822026-06-05T07:23:45.677Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26832026-06-05T07:23:45.682Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26842026-06-05T07:23:45.682Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26852026-06-05T07:23:45.682Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26862026-06-05T07:23:45.682Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26872026-06-05T07:23:45.682Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26882026-06-05T07:23:45.682Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26892026-06-05T07:23:45.682Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26902026-06-05T07:23:45.682Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
26912026-06-05T07:23:45.682Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
26922026-06-05T07:23:45.682Z Fresh dpd "latest" symlink
26932026-06-05T07:23:45.682Z -------
26942026-06-05T07:23:45.682Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
26952026-06-05T07:23:45.741Ztest test::test_apis_up_to_date ... ok
26962026-06-05T07:23:45.741Z
26972026-06-05T07:23:45.741Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
26982026-06-05T07:23:45.741Z
26992026-06-05T07:23:45.797Z Running unittests src/main.rs (target/debug/deps/dpd-77b96cb2953d580e)
27002026-06-05T07:23:45.866Z
27012026-06-05T07:23:45.866Zrunning 51 tests
27022026-06-05T07:23:45.869Ztest freemap::test_ordering ... ok
27032026-06-05T07:23:45.869Ztest config::tests::test_updates ... ok
27042026-06-05T07:23:45.869Ztest freemap::test_split ... ok
27052026-06-05T07:23:45.869Ztest dhcpv6::tests::test_create_duid_bytes ... ok
27062026-06-05T07:23:45.869Ztest macaddrs::tests::test_mac_offset ... ok
27072026-06-05T07:23:45.869Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
27082026-06-05T07:23:45.869Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
27092026-06-05T07:23:45.869Ztest macaddrs::tests::test_parse_port_id ... ok
27102026-06-05T07:23:45.869Ztest nat::test_mapping ... ok
27112026-06-05T07:23:45.873Ztest port_map::tests::dump_map ... ok
27122026-06-05T07:23:45.873Ztest port_map::tests::test_backplane_group ... ok
27132026-06-05T07:23:45.873Ztest port_map::tests::test_port_map ... ok
27142026-06-05T07:23:45.873Ztest transceivers::mpn_test::test_mpn_missing ... ok
27152026-06-05T07:23:45.873ZJun 05 07:23:44.099 DEBG created new freemap, unit: freemap_test
27162026-06-05T07:23:45.873ZJun 05 07:23:44.099 DEBG initted freemap. size: 128, unit: freemap_test
27172026-06-05T07:23:45.873ZJun 05 07:23:44.099 DEBG reset freemap, unit: freemap_test
27182026-06-05T07:23:45.873Ztest transceivers::mpn_test::test_mpn_present ... ok
27192026-06-05T07:23:45.873ZJun 05 07:23:44.099 DEBG created new freemap, unit: freemap_test
27202026-06-05T07:23:45.873ZJun 05 07:23:44.099 DEBG initted freemap. size: 128, unit: freemap_test
27212026-06-05T07:23:45.873ZJun 05 07:23:44.099 DEBG reset freemap, unit: freemap_test
27222026-06-05T07:23:45.873Ztest freemap::test_basic ... ok
27232026-06-05T07:23:45.873Ztest freemap::test_span ... ok
27242026-06-05T07:23:45.873ZJun 05 07:23:44.099 DEBG created new freemap, unit: freemap_test
27252026-06-05T07:23:45.873ZJun 05 07:23:44.099 DEBG initted freemap. size: 128, unit: freemap_test
27262026-06-05T07:23:45.873ZJun 05 07:23:44.099 DEBG reset freemap, unit: freemap_test
27272026-06-05T07:23:45.873ZJun 05 07:23:44.099 DEBG created new freemap, unit: freemap_test
27282026-06-05T07:23:45.873ZJun 05 07:23:44.099 DEBG initted freemap. size: 128, unit: freemap_test
27292026-06-05T07:23:45.874Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27302026-06-05T07:23:45.874ZJun 05 07:23:44.099 DEBG reset freemap, unit: freemap_test
27312026-06-05T07:23:45.874ZJun 05 07:23:44.099 DEBG created new freemap, unit: freemap_test
27322026-06-05T07:23:45.874Ztest freemap::test_reclaim ... ok
27332026-06-05T07:23:45.874ZJun 05 07:23:44.100 DEBG initted freemap. size: 128, unit: freemap_test
27342026-06-05T07:23:45.874ZJun 05 07:23:44.100 DEBG reset freemap, unit: freemap_test
27352026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27362026-06-05T07:23:45.874Ztest freemap::test_free ... ok
27372026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27382026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27392026-06-05T07:23:45.874Ztest freemap::test_exhaustion ... ok
27402026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27412026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27422026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27432026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27442026-06-05T07:23:45.874Ztest port_map::tests::parse_softnpu_revision ... ok
27452026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27462026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27472026-06-05T07:23:45.874Ztest api_server::tests::test_build_info ... ok
27482026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27492026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27502026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27512026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27522026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27532026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27542026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27552026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27562026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27572026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27582026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27592026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27602026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27612026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27622026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27632026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27642026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27652026-06-05T07:23:45.874Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27662026-06-05T07:23:45.909Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27672026-06-05T07:23:45.909Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27682026-06-05T07:23:45.909Z
27692026-06-05T07:23:45.909Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27702026-06-05T07:23:45.909Z
27712026-06-05T07:23:45.909Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-10325c905f524cf8)
27722026-06-05T07:23:45.909Z
27732026-06-05T07:23:45.910Zrunning 0 tests
27742026-06-05T07:23:45.910Z
27752026-06-05T07:23:45.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27762026-06-05T07:23:45.910Z
27772026-06-05T07:23:45.910Z Running unittests src/lib.rs (target/debug/deps/dpd_api-b84afe8178fbeedd)
27782026-06-05T07:23:45.910Z
27792026-06-05T07:23:45.910Zrunning 0 tests
27802026-06-05T07:23:45.910Z
27812026-06-05T07:23:45.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27822026-06-05T07:23:45.910Z
27832026-06-05T07:23:45.910Z Running unittests src/lib.rs (target/debug/deps/dpd_client-3596769069a1fbc5)
27842026-06-05T07:23:45.910Z
27852026-06-05T07:23:45.910Zrunning 6 tests
27862026-06-05T07:23:45.910Ztest tests::test_parse_client_port_id ... ok
27872026-06-05T07:23:45.910Ztest tests::test_port_id_cmp ... ok
27882026-06-05T07:23:45.910Ztest tests::test_full_lot_id_neither_present ... ok
27892026-06-05T07:23:45.910Ztest tests::test_full_lot_id_lotnum_only ... ok
27902026-06-05T07:23:45.910Ztest tests::test_full_lot_id_lot_only ... ok
27912026-06-05T07:23:45.910Ztest tests::test_full_lot_id_both_present ... ok
27922026-06-05T07:23:45.910Z
27932026-06-05T07:23:45.910Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27942026-06-05T07:23:45.910Z
27952026-06-05T07:23:45.910Z Running tests/test_all.rs (target/debug/deps/test_all-95fa0262137b258c)
27962026-06-05T07:23:45.910Z
27972026-06-05T07:23:45.910Zrunning 0 tests
27982026-06-05T07:23:45.910Z
27992026-06-05T07:23:45.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28002026-06-05T07:23:45.910Z
28012026-06-05T07:23:45.910Z Running unittests src/lib.rs (target/debug/deps/dpd_types-98142e7b24acbcdf)
28022026-06-05T07:23:45.910Z
28032026-06-05T07:23:45.910Zrunning 0 tests
28042026-06-05T07:23:45.910Z
28052026-06-05T07:23:45.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28062026-06-05T07:23:45.910Z
28072026-06-05T07:23:45.910Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-b6f42c9c6d5a4e69)
28082026-06-05T07:23:45.910Z
28092026-06-05T07:23:45.910Zrunning 0 tests
28102026-06-05T07:23:45.911Z
28112026-06-05T07:23:45.911Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28122026-06-05T07:23:45.911Z
28132026-06-05T07:23:45.911Z Running unittests src/lib.rs (target/debug/deps/packet-4ff07447cd8e396f)
28142026-06-05T07:23:45.911Z
28152026-06-05T07:23:45.911Zrunning 12 tests
28162026-06-05T07:23:45.911Ztest icmp::test_v6_checksum ... ok
28172026-06-05T07:23:45.911Ztest icmp::test_v4_checksum ... ok
28182026-06-05T07:23:45.911Ztest ipv6::test_ipv6_parse ... ok
28192026-06-05T07:23:45.911Ztest lldp::test_lldp_parse ... ok
28202026-06-05T07:23:45.911Ztest pbuf::test_byte ... ok
28212026-06-05T07:23:45.911Ztest pbuf::test_nibble ... ok
28222026-06-05T07:23:45.911Ztest pbuf::test_short ... ok
28232026-06-05T07:23:45.911Ztest pbuf::test_overflow ... ok
28242026-06-05T07:23:45.911Ztest pbuf::test_twelve ... ok
28252026-06-05T07:23:45.911Ztest pbuf::test_word ... ok
28262026-06-05T07:23:45.911Ztest tcp::test_checksum_ack_data ... ok
28272026-06-05T07:23:45.911Ztest tcp::test_checksum_syn_nodata ... ok
28282026-06-05T07:23:45.911Z
28292026-06-05T07:23:45.911Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28302026-06-05T07:23:45.911Z
28312026-06-05T07:23:45.911Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
28322026-06-05T07:23:45.911Z
28332026-06-05T07:23:45.911Zrunning 0 tests
28342026-06-05T07:23:45.911Z
28352026-06-05T07:23:45.911Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28362026-06-05T07:23:45.911Z
28372026-06-05T07:23:45.911Z Running unittests src/main.rs (target/debug/deps/swadm-4dc538702e356d31)
28382026-06-05T07:23:45.915Z
28392026-06-05T07:23:45.915Zrunning 5 tests
28402026-06-05T07:23:45.915Ztest switchport::test::test_compute_lanes ... ok
28412026-06-05T07:23:45.915Ztest switchport::test::port_id_ordering ... ok
28422026-06-05T07:23:45.915Z Lane 0 Lane 1 Lane 2 Lane 3
28432026-06-05T07:23:45.915Z Rx Loss-of-lock: Yes Yes Yes Yes
28442026-06-05T07:23:45.915Z Rx Loss-of-signal: Yes Yes Yes Yes
28452026-06-05T07:23:45.915Z Rx CDR Enabled: Yes Yes Yes Yes
28462026-06-05T07:23:45.915Z Tx Enabled: Yes Yes Yes Yes
28472026-06-05T07:23:45.915Z Tx Loss-of-lock: No No No No
28482026-06-05T07:23:45.915Z Tx Loss-of-signal: No No No No
28492026-06-05T07:23:45.915Z Tx CDR Enabled: No No No No
28502026-06-05T07:23:45.915Z Tx Adaptive EQ Fault: No Lane 0 No Lane 1No Lane 2No
28512026-06-05T07:23:45.915ZLane 3 Tx Fault: Yes
28522026-06-05T07:23:45.915Z Yes State: Activated YesActivated Yes
28532026-06-05T07:23:45.915ZActivated Activated
28542026-06-05T07:23:45.915Z Rx Output Enabled: false false false false
28552026-06-05T07:23:45.915Z Rx Output Status: valid valid valid valid
28562026-06-05T07:23:45.915Z Rx Loss-of-lock: true true true true
28572026-06-05T07:23:45.915Z Rx Loss-of-signal: false false false false
28582026-06-05T07:23:45.915ZRx Auto-squelch Disable: true true true true
28592026-06-05T07:23:45.915Z Tx Output Enabled: true true true true
28602026-06-05T07:23:45.916Z Tx Output Status: invalid invalid invalid invalid
28612026-06-05T07:23:45.916Z Tx Loss-of-lock: false false false false
28622026-06-05T07:23:45.916Z Tx Loss-of-signal: true true true true
28632026-06-05T07:23:45.916ZTx Auto-squelch Disable: false false false false
28642026-06-05T07:23:45.916Z Tx Adaptive EQ Fail: true true true true
28652026-06-05T07:23:45.916Z Tx Failure: false false false false
28662026-06-05T07:23:45.916Z Tx Force Squelch: true true true true
28672026-06-05T07:23:45.916Z Tx Input Polarity: normal normal normal normal
28682026-06-05T07:23:45.916Ztest switchport::test::test_print_sff_datapath ... ok
28692026-06-05T07:23:45.916Ztest switchport::test::test_print_cmis_datapath ... ok
28702026-06-05T07:23:45.916Ztest link::test_filter ... ok
28712026-06-05T07:23:45.916Z
28722026-06-05T07:23:45.916Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28732026-06-05T07:23:45.916Z
28742026-06-05T07:23:45.916Z Running tests/counters.rs (target/debug/deps/counters-2c3a267bf86fa83b)
28752026-06-05T07:23:45.916Z
28762026-06-05T07:23:45.916Zrunning 1 test
28772026-06-05T07:23:45.916Ztest test_p4_counter_list ... ignored
28782026-06-05T07:23:45.916Z
28792026-06-05T07:23:45.916Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28802026-06-05T07:23:45.916Z
28812026-06-05T07:23:45.916Z Running tests/port-link.rs (target/debug/deps/port_link-5547404de04b6401)
28822026-06-05T07:23:45.916Z
28832026-06-05T07:23:45.916Zrunning 5 tests
28842026-06-05T07:23:45.916Ztest test_an ... ignored
28852026-06-05T07:23:45.916Ztest test_enable ... ignored
28862026-06-05T07:23:45.916Ztest test_ip_addresses ... ignored
28872026-06-05T07:23:45.916Ztest test_kr ... ignored
28882026-06-05T07:23:45.916Ztest test_mac ... ignored
28892026-06-05T07:23:45.916Z
28902026-06-05T07:23:45.916Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28912026-06-05T07:23:45.916Z
28922026-06-05T07:23:45.916Z Running unittests src/main.rs (target/debug/deps/tfportd-92628e2bcf0057cb)
28932026-06-05T07:23:45.916Z
28942026-06-05T07:23:45.916Zrunning 3 tests
28952026-06-05T07:23:45.920Ztest linklocal::test_parse_ipadm ... ok
28962026-06-05T07:23:45.920Ztest tfport::test_parse_tfport ... ok
28972026-06-05T07:23:45.920Ztest config::tests::test_updates ... ok
28982026-06-05T07:23:45.920Z
28992026-06-05T07:23:45.920Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29002026-06-05T07:23:45.920Z
29012026-06-05T07:23:45.920Z Running unittests src/main.rs (target/debug/deps/uplinkd-d1a8469686918df2)
29022026-06-05T07:23:45.920Z
29032026-06-05T07:23:45.920Zrunning 0 tests
29042026-06-05T07:23:45.920Z
29052026-06-05T07:23:45.920Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29062026-06-05T07:23:45.920Z
29072026-06-05T07:23:45.920Z Running unittests src/main.rs (target/debug/deps/xtask-f49b1e96b99dec41)
29082026-06-05T07:23:45.920Z
29092026-06-05T07:23:45.920Zrunning 0 tests
29102026-06-05T07:23:45.920Z
29112026-06-05T07:23:45.920Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29122026-06-05T07:23:45.920Z
29132026-06-05T07:23:45.920Z Doc-tests aal
29142026-06-05T07:23:46.041Z
29152026-06-05T07:23:46.041Zrunning 0 tests
29162026-06-05T07:23:46.041Z
29172026-06-05T07:23:46.041Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29182026-06-05T07:23:46.041Z
29192026-06-05T07:23:46.058Z Doc-tests aal_macros
29202026-06-05T07:23:46.127Z
29212026-06-05T07:23:46.127Zrunning 0 tests
29222026-06-05T07:23:46.127Z
29232026-06-05T07:23:46.127Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29242026-06-05T07:23:46.127Z
29252026-06-05T07:23:46.140Z Doc-tests common
29262026-06-05T07:23:46.374Z
29272026-06-05T07:23:46.374Zrunning 0 tests
29282026-06-05T07:23:46.374Z
29292026-06-05T07:23:46.374Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29302026-06-05T07:23:46.374Z
29312026-06-05T07:23:46.395Z Doc-tests dpd_api
29322026-06-05T07:23:47.131Z
29332026-06-05T07:23:47.131Zrunning 2 tests
29342026-06-05T07:23:47.131Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29352026-06-05T07:23:47.131Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29362026-06-05T07:23:47.131Z
29372026-06-05T07:23:47.131Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29382026-06-05T07:23:47.131Z
29392026-06-05T07:23:47.164Z Doc-tests dpd_client
29402026-06-05T07:23:48.436Z
29412026-06-05T07:23:48.436Zrunning 0 tests
29422026-06-05T07:23:48.436Z
29432026-06-05T07:23:48.436Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29442026-06-05T07:23:48.436Z
29452026-06-05T07:23:48.485Z Doc-tests dpd_types
29462026-06-05T07:23:48.697Z
29472026-06-05T07:23:48.697Zrunning 0 tests
29482026-06-05T07:23:48.697Z
29492026-06-05T07:23:48.697Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29502026-06-05T07:23:48.697Z
29512026-06-05T07:23:48.725Z Doc-tests dpd_types_versions
29522026-06-05T07:23:49.929Z
29532026-06-05T07:23:49.929Zrunning 1 test
29542026-06-05T07:23:49.929Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29552026-06-05T07:23:49.929Z
29562026-06-05T07:23:49.929Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29572026-06-05T07:23:49.929Z
29582026-06-05T07:23:49.977Z Doc-tests packet
29592026-06-05T07:23:50.087Z
29602026-06-05T07:23:50.087Zrunning 0 tests
29612026-06-05T07:23:50.087Z
29622026-06-05T07:23:50.090Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29632026-06-05T07:23:50.090Z
29642026-06-05T07:23:50.104Z Doc-tests pcap
29652026-06-05T07:23:50.157Z
29662026-06-05T07:23:50.157Zrunning 0 tests
29672026-06-05T07:23:50.157Z
29682026-06-05T07:23:50.160Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29692026-06-05T07:23:50.160Z
29702026-06-05T07:23:50.204Z+ for feat in tofino_stub tofino_asic softnpu chaos
29712026-06-05T07:23:50.204Z+ RUST_BACKTRACE=full
29722026-06-05T07:23:50.204Z+ cargo test --features softnpu --no-fail-fast
29732026-06-05T07:23:50.845Z Compiling num-integer v0.1.46
29742026-06-05T07:23:50.930Z Compiling num-complex v0.4.6
29752026-06-05T07:23:50.973Z Compiling bitstruct_derive v0.1.0
29762026-06-05T07:23:50.977Z Compiling tap v1.0.1
29772026-06-05T07:23:51.097Z Compiling wyz v0.5.1
29782026-06-05T07:23:51.219Z Compiling num-iter v0.1.45
29792026-06-05T07:23:51.253Z Compiling num-rational v0.4.2
29802026-06-05T07:23:51.274Z Compiling num-bigint v0.4.6
29812026-06-05T07:23:51.344Z Compiling radium v0.7.0
29822026-06-05T07:23:51.365Z Compiling funty v2.0.0
29832026-06-05T07:23:51.417Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29842026-06-05T07:23:51.458Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29852026-06-05T07:23:51.546Z Compiling num v0.4.3
29862026-06-05T07:23:51.628Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29872026-06-05T07:23:51.640Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29882026-06-05T07:23:51.666Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29892026-06-05T07:23:51.763Z Compiling bitvec v1.0.1
29902026-06-05T07:23:51.774Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29912026-06-05T07:23:51.922Z Compiling typeid v1.0.3
29922026-06-05T07:23:51.951Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29932026-06-05T07:23:52.040Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29942026-06-05T07:23:52.050Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29952026-06-05T07:23:52.075Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29962026-06-05T07:23:52.379Z Compiling ascii v1.1.0
29972026-06-05T07:23:52.798Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29982026-06-05T07:23:52.845Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29992026-06-05T07:23:52.934Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30002026-06-05T07:23:52.973Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
30012026-06-05T07:23:53.144Z Compiling erased-serde v0.4.8
30022026-06-05T07:23:53.213Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
30032026-06-05T07:23:53.325Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30042026-06-05T07:23:53.402Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
30052026-06-05T07:23:53.625Z Compiling bitstruct v0.1.1
30062026-06-05T07:23:53.957Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
30072026-06-05T07:23:53.968Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30082026-06-05T07:23:54.042Z Compiling serde_arrays v0.1.0
30092026-06-05T07:23:54.075Z Compiling libloading v0.7.4
30102026-06-05T07:23:54.242Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
30112026-06-05T07:23:54.497Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30122026-06-05T07:23:55.071Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30132026-06-05T07:23:55.086Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
30142026-06-05T07:23:56.156Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30152026-06-05T07:23:57.060Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
30162026-06-05T07:24:03.349Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30172026-06-05T07:24:03.568Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
30182026-06-05T07:24:03.572Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30192026-06-05T07:24:03.649Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30202026-06-05T07:24:04.240Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
30212026-06-05T07:24:04.421Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30222026-06-05T07:24:05.744Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30232026-06-05T07:24:06.878Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30242026-06-05T07:24:08.584Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30252026-06-05T07:24:09.108Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30262026-06-05T07:24:10.545Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30272026-06-05T07:24:12.647Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30282026-06-05T07:24:12.702Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30292026-06-05T07:24:13.563Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30302026-06-05T07:24:21.614Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30312026-06-05T07:24:24.238Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30322026-06-05T07:24:27.138Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30332026-06-05T07:25:08.535Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
30342026-06-05T07:25:08.654Z Running unittests src/lib.rs (target/debug/deps/aal-06ba9268f08f2027)
30352026-06-05T07:25:08.657Z
30362026-06-05T07:25:08.657Zrunning 5 tests
30372026-06-05T07:25:08.657Ztest fuse::tests::chip_revision_b0 ... ok
30382026-06-05T07:25:08.657Ztest fuse::tests::chip_revision_a0 ... ok
30392026-06-05T07:25:08.657Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30402026-06-05T07:25:08.657Ztest fuse::tests::chip_revision_b1 ... ok
30412026-06-05T07:25:08.657Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30422026-06-05T07:25:08.657Z
30432026-06-05T07:25:08.657Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30442026-06-05T07:25:08.657Z
30452026-06-05T07:25:08.657Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30462026-06-05T07:25:08.660Z
30472026-06-05T07:25:08.660Zrunning 0 tests
30482026-06-05T07:25:08.660Z
30492026-06-05T07:25:08.660Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30502026-06-05T07:25:08.660Z
30512026-06-05T07:25:08.660Z Running unittests src/lib.rs (target/debug/deps/asic-ead0fd8bb4438566)
30522026-06-05T07:25:08.663Z
30532026-06-05T07:25:08.663Zrunning 0 tests
30542026-06-05T07:25:08.663Z
30552026-06-05T07:25:08.663Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30562026-06-05T07:25:08.663Z
30572026-06-05T07:25:08.663Z Running unittests src/lib.rs (target/debug/deps/common-fe823e4535dce502)
30582026-06-05T07:25:08.663Z
30592026-06-05T07:25:08.663Zrunning 10 tests
30602026-06-05T07:25:08.663Ztest nat::tests::test_vni ... ok
30612026-06-05T07:25:08.663Ztest network::tests::test_equal ... ok
30622026-06-05T07:25:08.663Ztest network::tests::test_eui64 ... ok
30632026-06-05T07:25:08.664Ztest network::tests::test_into ... ok
30642026-06-05T07:25:08.664Ztest network::tests::test_generate_ipv6_link_local ... ok
30652026-06-05T07:25:08.664Ztest network::tests::test_not_equal ... ok
30662026-06-05T07:25:08.667Ztest network::tests::test_to_string ... ok
30672026-06-05T07:25:08.667Ztest network::tests::test_parse ... ok
30682026-06-05T07:25:08.667Ztest test_purge ... ok
30692026-06-05T07:25:08.667Ztest illumos::test::address_exists_handles_missing_object ... ok
30702026-06-05T07:25:08.667Z
30712026-06-05T07:25:08.667Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30722026-06-05T07:25:08.667Z
30732026-06-05T07:25:08.667Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-7024cb554960fb22)
30742026-06-05T07:25:08.672Z
30752026-06-05T07:25:08.672Zrunning 1 test
30762026-06-05T07:25:08.675Z -------
30772026-06-05T07:25:08.675Z Generating OpenAPI documents from API definitions ...
30782026-06-05T07:25:08.813Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30792026-06-05T07:25:08.881Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30802026-06-05T07:25:09.888Z -------
30812026-06-05T07:25:09.888Z Checking 12 OpenAPI documents...
30822026-06-05T07:25:09.888Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30832026-06-05T07:25:09.888Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30842026-06-05T07:25:09.891Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30852026-06-05T07:25:09.892Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30862026-06-05T07:25:09.892Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30872026-06-05T07:25:09.892Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30882026-06-05T07:25:09.892Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30892026-06-05T07:25:09.892Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30902026-06-05T07:25:09.892Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
30912026-06-05T07:25:09.892Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
30922026-06-05T07:25:09.892Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
30932026-06-05T07:25:09.892Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
30942026-06-05T07:25:09.892Z Fresh dpd "latest" symlink
30952026-06-05T07:25:09.892Z -------
30962026-06-05T07:25:09.892Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
30972026-06-05T07:25:09.955Ztest test::test_apis_up_to_date ... ok
30982026-06-05T07:25:09.955Z
30992026-06-05T07:25:09.955Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
31002026-06-05T07:25:09.955Z
31012026-06-05T07:25:10.010Z Running unittests src/main.rs (target/debug/deps/dpd-7a38d1650b689b64)
31022026-06-05T07:25:10.016Z
31032026-06-05T07:25:10.016Zrunning 19 tests
31042026-06-05T07:25:10.019Ztest freemap::test_ordering ... ok
31052026-06-05T07:25:10.019Ztest dhcpv6::tests::test_create_duid_bytes ... ok
31062026-06-05T07:25:10.019Ztest freemap::test_split ... ok
31072026-06-05T07:25:10.019Ztest config::tests::test_updates ... ok
31082026-06-05T07:25:10.019Ztest macaddrs::tests::test_mac_offset ... ok
31092026-06-05T07:25:10.019Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
31102026-06-05T07:25:10.019Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
31112026-06-05T07:25:10.019Ztest nat::test_mapping ... ok
31122026-06-05T07:25:10.019Ztest macaddrs::tests::test_parse_port_id ... ok
31132026-06-05T07:25:10.022Ztest port_map::tests::dump_map ... ok
31142026-06-05T07:25:10.022Ztest port_map::tests::test_backplane_group ... ok
31152026-06-05T07:25:10.022Ztest port_map::tests::test_port_map ... ok
31162026-06-05T07:25:10.022ZJun 05 07:25:08.249 DEBG created new freemap, unit: freemap_test
31172026-06-05T07:25:10.022ZJun 05 07:25:08.249 DEBG initted freemap. size: 128, unit: freemap_test
31182026-06-05T07:25:10.022ZJun 05 07:25:08.249 DEBG reset freemap, unit: freemap_test
31192026-06-05T07:25:10.022ZJun 05 07:25:08.249 DEBG created new freemap, unit: freemap_test
31202026-06-05T07:25:10.022ZJun 05 07:25:08.249 DEBG initted freemap. size: 128, unit: freemap_test
31212026-06-05T07:25:10.022ZJun 05 07:25:08.249 DEBG reset freemap, unit: freemap_test
31222026-06-05T07:25:10.022Ztest freemap::test_free ... ok
31232026-06-05T07:25:10.022ZJun 05 07:25:08.249 DEBG created new freemap, unit: freemap_test
31242026-06-05T07:25:10.022ZJun 05 07:25:08.249 DEBG initted freemap. size: 128, unit: freemap_test
31252026-06-05T07:25:10.022Ztest freemap::test_exhaustion ... ok
31262026-06-05T07:25:10.022ZJun 05 07:25:08.249Jun 05 07:25:08.249 DEBGDEBG created new freemapreset freemap, , unitunit:: freemap_testfreemap_test
31272026-06-05T07:25:10.022Z
31282026-06-05T07:25:10.022ZJun 05 07:25:08.249 DEBG initted freemap. size: 128, unit: freemap_test
31292026-06-05T07:25:10.022ZJun 05 07:25:08.249 DEBG reset freemap, unit: freemap_test
31302026-06-05T07:25:10.022Ztest freemap::test_basic ... ok
31312026-06-05T07:25:10.022Ztest freemap::test_reclaim ... ok
31322026-06-05T07:25:10.022ZJun 05 07:25:08.250 DEBG created new freemap, unit: freemap_test
31332026-06-05T07:25:10.023ZJun 05 07:25:08.250 DEBG initted freemap. size: 128, unit: freemap_test
31342026-06-05T07:25:10.023ZJun 05 07:25:08.250 DEBG reset freemap, unit: freemap_test
31352026-06-05T07:25:10.023Ztest freemap::test_span ... ok
31362026-06-05T07:25:10.023Ztest port_map::tests::parse_softnpu_revision ... ok
31372026-06-05T07:25:10.023Ztest api_server::tests::test_build_info ... ok
31382026-06-05T07:25:10.023Z
31392026-06-05T07:25:10.023Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31402026-06-05T07:25:10.023Z
31412026-06-05T07:25:10.026Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-34a1fb4b3281de83)
31422026-06-05T07:25:10.026Z
31432026-06-05T07:25:10.026Zrunning 0 tests
31442026-06-05T07:25:10.026Z
31452026-06-05T07:25:10.026Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31462026-06-05T07:25:10.026Z
31472026-06-05T07:25:10.026Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90ba29ae6e1f1d1f)
31482026-06-05T07:25:10.029Z
31492026-06-05T07:25:10.029Zrunning 0 tests
31502026-06-05T07:25:10.029Z
31512026-06-05T07:25:10.029Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31522026-06-05T07:25:10.029Z
31532026-06-05T07:25:10.029Z Running unittests src/lib.rs (target/debug/deps/dpd_client-af6f167f18705c4c)
31542026-06-05T07:25:10.032Z
31552026-06-05T07:25:10.032Zrunning 6 tests
31562026-06-05T07:25:10.032Ztest tests::test_port_id_cmp ... ok
31572026-06-05T07:25:10.032Ztest tests::test_parse_client_port_id ... ok
31582026-06-05T07:25:10.032Ztest tests::test_full_lot_id_neither_present ... ok
31592026-06-05T07:25:10.032Ztest tests::test_full_lot_id_lot_only ... ok
31602026-06-05T07:25:10.032Ztest tests::test_full_lot_id_lotnum_only ... ok
31612026-06-05T07:25:10.032Ztest tests::test_full_lot_id_both_present ... ok
31622026-06-05T07:25:10.032Z
31632026-06-05T07:25:10.032Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31642026-06-05T07:25:10.032Z
31652026-06-05T07:25:10.032Z Running tests/test_all.rs (target/debug/deps/test_all-c0507abb41d224fa)
31662026-06-05T07:25:10.035Z
31672026-06-05T07:25:10.035Zrunning 0 tests
31682026-06-05T07:25:10.035Z
31692026-06-05T07:25:10.035Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31702026-06-05T07:25:10.036Z
31712026-06-05T07:25:10.036Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c5da0ab7a52b6adc)
31722026-06-05T07:25:10.036Z
31732026-06-05T07:25:10.036Zrunning 0 tests
31742026-06-05T07:25:10.036Z
31752026-06-05T07:25:10.036Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31762026-06-05T07:25:10.036Z
31772026-06-05T07:25:10.036Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-ba67f9eac1fae58e)
31782026-06-05T07:25:10.039Z
31792026-06-05T07:25:10.039Zrunning 0 tests
31802026-06-05T07:25:10.039Z
31812026-06-05T07:25:10.039Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31822026-06-05T07:25:10.039Z
31832026-06-05T07:25:10.039Z Running unittests src/lib.rs (target/debug/deps/packet-4ff07447cd8e396f)
31842026-06-05T07:25:10.039Z
31852026-06-05T07:25:10.039Zrunning 12 tests
31862026-06-05T07:25:10.039Ztest icmp::test_v6_checksum ... ok
31872026-06-05T07:25:10.039Ztest lldp::test_lldp_parse ... ok
31882026-06-05T07:25:10.039Ztest icmp::test_v4_checksum ... ok
31892026-06-05T07:25:10.039Ztest pbuf::test_byte ... ok
31902026-06-05T07:25:10.039Ztest pbuf::test_nibble ... ok
31912026-06-05T07:25:10.039Ztest ipv6::test_ipv6_parse ... ok
31922026-06-05T07:25:10.039Ztest pbuf::test_short ... ok
31932026-06-05T07:25:10.039Ztest pbuf::test_overflow ... ok
31942026-06-05T07:25:10.039Ztest pbuf::test_twelve ... ok
31952026-06-05T07:25:10.039Ztest pbuf::test_word ... ok
31962026-06-05T07:25:10.039Ztest tcp::test_checksum_ack_data ... ok
31972026-06-05T07:25:10.040Ztest tcp::test_checksum_syn_nodata ... ok
31982026-06-05T07:25:10.040Z
31992026-06-05T07:25:10.040Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32002026-06-05T07:25:10.040Z
32012026-06-05T07:25:10.044Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
32022026-06-05T07:25:10.044Z
32032026-06-05T07:25:10.044Zrunning 0 tests
32042026-06-05T07:25:10.044Z
32052026-06-05T07:25:10.044Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32062026-06-05T07:25:10.044Z
32072026-06-05T07:25:10.044Z Running unittests src/main.rs (target/debug/deps/swadm-0c1aaea61ce07039)
32082026-06-05T07:25:10.051Z
32092026-06-05T07:25:10.051Zrunning 5 tests
32102026-06-05T07:25:10.056Ztest switchport::test::test_compute_lanes ... ok
32112026-06-05T07:25:10.059Ztest switchport::test::port_id_ordering ... ok
32122026-06-05T07:25:10.059Ztest link::test_filter ... ok
32132026-06-05T07:25:10.059Z Lane 0 Lane 1 Lane 2 Lane 3
32142026-06-05T07:25:10.059Z State: Activated Activated Activated Activated
32152026-06-05T07:25:10.059Z Rx Output Enabled: false false false false
32162026-06-05T07:25:10.059Z Rx Output Status: valid valid valid valid
32172026-06-05T07:25:10.059Z Lane 0 Rx Loss-of-lock: true true true Lane 1true
32182026-06-05T07:25:10.059Z Rx Loss-of-signal: false Lane 2 false Lane 3false
32192026-06-05T07:25:10.059Zfalse
32202026-06-05T07:25:10.059Z Rx Loss-of-lock: YesRx Auto-squelch Disable: true Yes true Yes trueYes
32212026-06-05T07:25:10.059Ztrue
32222026-06-05T07:25:10.059Z Rx Loss-of-signal: Yes Tx Output Enabled: true Yes true Yestrue Yes
32232026-06-05T07:25:10.059Ztrue
32242026-06-05T07:25:10.059Z Tx Output Status: invalid Rx CDR Enabled: Yes invalidYes invalidYes Yesinvalid
32252026-06-05T07:25:10.059Z
32262026-06-05T07:25:10.059Z Tx Enabled: Yes Tx Loss-of-lock: false Yes false Yesfalse Yesfalse
32272026-06-05T07:25:10.059Z
32282026-06-05T07:25:10.059Z Tx Loss-of-lock: No Tx Loss-of-signal: true Notrue Notrue No
32292026-06-05T07:25:10.059Ztrue
32302026-06-05T07:25:10.060Z Tx Loss-of-signal: No Tx Auto-squelch Disable: false No false No falseNo
32312026-06-05T07:25:10.060Zfalse
32322026-06-05T07:25:10.060Z Tx CDR Enabled: No Tx Adaptive EQ Fail: trueNo trueNo Notrue
32332026-06-05T07:25:10.060Z Tx Adaptive EQ Fault: Notrue
32342026-06-05T07:25:10.060ZNo Tx Failure: false Nofalse Nofalse
32352026-06-05T07:25:10.060Z false Tx Fault: Yes
32362026-06-05T07:25:10.060Z Tx Force Squelch: trueYes true Yes trueYes
32372026-06-05T07:25:10.060Ztrue
32382026-06-05T07:25:10.060Z Tx Input Polarity: normal normal normal normal
32392026-06-05T07:25:10.060Ztest switchport::test::test_print_sff_datapath ... ok
32402026-06-05T07:25:10.060Ztest switchport::test::test_print_cmis_datapath ... ok
32412026-06-05T07:25:10.060Z
32422026-06-05T07:25:10.060Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32432026-06-05T07:25:10.060Z
32442026-06-05T07:25:10.063Z Running tests/counters.rs (target/debug/deps/counters-c784e36e5ce87b7c)
32452026-06-05T07:25:10.066Z
32462026-06-05T07:25:10.066Zrunning 1 test
32472026-06-05T07:25:10.066Ztest test_p4_counter_list ... ignored
32482026-06-05T07:25:10.066Z
32492026-06-05T07:25:10.066Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32502026-06-05T07:25:10.066Z
32512026-06-05T07:25:10.066Z Running tests/port-link.rs (target/debug/deps/port_link-fcb9d22e38519004)
32522026-06-05T07:25:10.072Z
32532026-06-05T07:25:10.072Zrunning 5 tests
32542026-06-05T07:25:10.075Ztest test_an ... ignored
32552026-06-05T07:25:10.075Ztest test_enable ... ignored
32562026-06-05T07:25:10.075Ztest test_ip_addresses ... ignored
32572026-06-05T07:25:10.075Ztest test_kr ... ignored
32582026-06-05T07:25:10.075Ztest test_mac ... ignored
32592026-06-05T07:25:10.075Z
32602026-06-05T07:25:10.075Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32612026-06-05T07:25:10.075Z
32622026-06-05T07:25:10.075Z Running unittests src/main.rs (target/debug/deps/tfportd-39b63263085c915e)
32632026-06-05T07:25:10.079Z
32642026-06-05T07:25:10.079Zrunning 3 tests
32652026-06-05T07:25:10.079Ztest linklocal::test_parse_ipadm ... ok
32662026-06-05T07:25:10.079Ztest tfport::test_parse_tfport ... ok
32672026-06-05T07:25:10.079Ztest config::tests::test_updates ... ok
32682026-06-05T07:25:10.079Z
32692026-06-05T07:25:10.079Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32702026-06-05T07:25:10.079Z
32712026-06-05T07:25:10.079Z Running unittests src/main.rs (target/debug/deps/uplinkd-d1a8469686918df2)
32722026-06-05T07:25:10.079Z
32732026-06-05T07:25:10.079Zrunning 0 tests
32742026-06-05T07:25:10.079Z
32752026-06-05T07:25:10.079Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32762026-06-05T07:25:10.079Z
32772026-06-05T07:25:10.079Z Running unittests src/main.rs (target/debug/deps/xtask-f49b1e96b99dec41)
32782026-06-05T07:25:10.083Z
32792026-06-05T07:25:10.083Zrunning 0 tests
32802026-06-05T07:25:10.083Z
32812026-06-05T07:25:10.083Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32822026-06-05T07:25:10.083Z
32832026-06-05T07:25:10.083Z Doc-tests aal
32842026-06-05T07:25:10.204Z
32852026-06-05T07:25:10.204Zrunning 0 tests
32862026-06-05T07:25:10.204Z
32872026-06-05T07:25:10.204Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32882026-06-05T07:25:10.204Z
32892026-06-05T07:25:10.219Z Doc-tests aal_macros
32902026-06-05T07:25:10.289Z
32912026-06-05T07:25:10.289Zrunning 0 tests
32922026-06-05T07:25:10.289Z
32932026-06-05T07:25:10.289Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32942026-06-05T07:25:10.289Z
32952026-06-05T07:25:10.301Z Doc-tests common
32962026-06-05T07:25:10.534Z
32972026-06-05T07:25:10.534Zrunning 0 tests
32982026-06-05T07:25:10.534Z
32992026-06-05T07:25:10.534Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33002026-06-05T07:25:10.534Z
33012026-06-05T07:25:10.555Z Doc-tests dpd_api
33022026-06-05T07:25:11.302Z
33032026-06-05T07:25:11.302Zrunning 2 tests
33042026-06-05T07:25:11.302Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
33052026-06-05T07:25:11.302Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
33062026-06-05T07:25:11.302Z
33072026-06-05T07:25:11.303Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
33082026-06-05T07:25:11.303Z
33092026-06-05T07:25:11.332Z Doc-tests dpd_client
33102026-06-05T07:25:12.595Z
33112026-06-05T07:25:12.595Zrunning 0 tests
33122026-06-05T07:25:12.595Z
33132026-06-05T07:25:12.595Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33142026-06-05T07:25:12.596Z
33152026-06-05T07:25:12.642Z Doc-tests dpd_types
33162026-06-05T07:25:12.853Z
33172026-06-05T07:25:12.853Zrunning 0 tests
33182026-06-05T07:25:12.853Z
33192026-06-05T07:25:12.853Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33202026-06-05T07:25:12.853Z
33212026-06-05T07:25:12.879Z Doc-tests dpd_types_versions
33222026-06-05T07:25:14.087Z
33232026-06-05T07:25:14.087Zrunning 1 test
33242026-06-05T07:25:14.087Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33252026-06-05T07:25:14.087Z
33262026-06-05T07:25:14.088Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33272026-06-05T07:25:14.088Z
33282026-06-05T07:25:14.132Z Doc-tests packet
33292026-06-05T07:25:14.243Z
33302026-06-05T07:25:14.243Zrunning 0 tests
33312026-06-05T07:25:14.243Z
33322026-06-05T07:25:14.243Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33332026-06-05T07:25:14.244Z
33342026-06-05T07:25:14.261Z Doc-tests pcap
33352026-06-05T07:25:14.314Z
33362026-06-05T07:25:14.314Zrunning 0 tests
33372026-06-05T07:25:14.314Z
33382026-06-05T07:25:14.314Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33392026-06-05T07:25:14.314Z
33402026-06-05T07:25:14.370Z+ for feat in tofino_stub tofino_asic softnpu chaos
33412026-06-05T07:25:14.370Z+ RUST_BACKTRACE=full
33422026-06-05T07:25:14.370Z+ cargo test --features chaos --no-fail-fast
33432026-06-05T07:25:14.962Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33442026-06-05T07:25:15.041Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33452026-06-05T07:25:15.050Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33462026-06-05T07:25:23.311Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33472026-06-05T07:25:23.517Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33482026-06-05T07:25:59.473Z Finished `test` profile [unoptimized + debuginfo] target(s) in 45.09s
33492026-06-05T07:25:59.581Z Running unittests src/lib.rs (target/debug/deps/aal-00fa3c3b36f278b3)
33502026-06-05T07:25:59.588Z
33512026-06-05T07:25:59.588Zrunning 5 tests
33522026-06-05T07:25:59.591Ztest fuse::tests::chip_revision_b0 ... ok
33532026-06-05T07:25:59.591Ztest fuse::tests::chip_revision_b1 ... ok
33542026-06-05T07:25:59.591Ztest fuse::tests::chip_revision_a0 ... ok
33552026-06-05T07:25:59.591Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33562026-06-05T07:25:59.591Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33572026-06-05T07:25:59.591Z
33582026-06-05T07:25:59.591Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33592026-06-05T07:25:59.591Z
33602026-06-05T07:25:59.592Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33612026-06-05T07:25:59.595Z
33622026-06-05T07:25:59.595Zrunning 0 tests
33632026-06-05T07:25:59.595Z
33642026-06-05T07:25:59.595Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33652026-06-05T07:25:59.595Z
33662026-06-05T07:25:59.595Z Running unittests src/lib.rs (target/debug/deps/asic-8c6cb3ceaf8aa795)
33672026-06-05T07:25:59.600Z
33682026-06-05T07:25:59.600Zrunning 0 tests
33692026-06-05T07:25:59.600Z
33702026-06-05T07:25:59.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33712026-06-05T07:25:59.603Z
33722026-06-05T07:25:59.603Z Running unittests src/lib.rs (target/debug/deps/common-fe823e4535dce502)
33732026-06-05T07:25:59.606Z
33742026-06-05T07:25:59.607Zrunning 10 tests
33752026-06-05T07:25:59.610Ztest nat::tests::test_vni ... ok
33762026-06-05T07:25:59.610Ztest network::tests::test_equal ... ok
33772026-06-05T07:25:59.610Ztest network::tests::test_eui64 ... ok
33782026-06-05T07:25:59.610Ztest network::tests::test_into ... ok
33792026-06-05T07:25:59.610Ztest network::tests::test_generate_ipv6_link_local ... ok
33802026-06-05T07:25:59.610Ztest network::tests::test_not_equal ... ok
33812026-06-05T07:25:59.610Ztest network::tests::test_to_string ... ok
33822026-06-05T07:25:59.610Ztest network::tests::test_parse ... ok
33832026-06-05T07:25:59.611Ztest test_purge ... ok
33842026-06-05T07:25:59.627Ztest illumos::test::address_exists_handles_missing_object ... ok
33852026-06-05T07:25:59.627Z
33862026-06-05T07:25:59.627Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33872026-06-05T07:25:59.627Z
33882026-06-05T07:25:59.627Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-e30bfdb445c4e487)
33892026-06-05T07:25:59.642Z
33902026-06-05T07:25:59.643Zrunning 1 test
33912026-06-05T07:25:59.647Z -------
33922026-06-05T07:25:59.650Z Generating OpenAPI documents from API definitions ...
33932026-06-05T07:25:59.806Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
33942026-06-05T07:25:59.889Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
33952026-06-05T07:26:00.902Z -------
33962026-06-05T07:26:00.902Z Checking 12 OpenAPI documents...
33972026-06-05T07:26:00.902Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
33982026-06-05T07:26:00.902Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
33992026-06-05T07:26:00.902Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
34002026-06-05T07:26:00.902Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
34012026-06-05T07:26:00.902Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
34022026-06-05T07:26:00.902Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
34032026-06-05T07:26:00.906Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
34042026-06-05T07:26:00.906Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
34052026-06-05T07:26:00.906Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
34062026-06-05T07:26:00.906Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
34072026-06-05T07:26:00.906Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
34082026-06-05T07:26:00.906Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
34092026-06-05T07:26:00.906Z Fresh dpd "latest" symlink
34102026-06-05T07:26:00.906Z -------
34112026-06-05T07:26:00.906Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
34122026-06-05T07:26:00.965Ztest test::test_apis_up_to_date ... ok
34132026-06-05T07:26:00.965Z
34142026-06-05T07:26:00.965Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
34152026-06-05T07:26:00.965Z
34162026-06-05T07:26:01.028Z Running unittests src/main.rs (target/debug/deps/dpd-050f3c32fee749fe)
34172026-06-05T07:26:01.034Z
34182026-06-05T07:26:01.034Zrunning 19 tests
34192026-06-05T07:26:01.037Ztest freemap::test_ordering ... ok
34202026-06-05T07:26:01.037Ztest config::tests::test_updates ... ok
34212026-06-05T07:26:01.037Ztest freemap::test_split ... ok
34222026-06-05T07:26:01.037Ztest dhcpv6::tests::test_create_duid_bytes ... ok
34232026-06-05T07:26:01.037Ztest macaddrs::tests::test_mac_offset ... ok
34242026-06-05T07:26:01.040Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34252026-06-05T07:26:01.040Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34262026-06-05T07:26:01.040Ztest macaddrs::tests::test_parse_port_id ... ok
34272026-06-05T07:26:01.040Ztest nat::test_mapping ... ok
34282026-06-05T07:26:01.040Ztest port_map::tests::dump_map ... ok
34292026-06-05T07:26:01.040Ztest port_map::tests::test_backplane_group ... ok
34302026-06-05T07:26:01.040Ztest port_map::tests::test_port_map ... ok
34312026-06-05T07:26:01.040ZJun 05 07:25:59.267 Jun 05 07:25:59.267DEBG DEBG created new freemapcreated new freemap, unit: , freemap_testunit
34322026-06-05T07:26:01.040Z: freemap_test
34332026-06-05T07:26:01.040ZJun 05 07:25:59.267 Jun 05 07:25:59.267DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_test
34342026-06-05T07:26:01.040Zfreemap_test
34352026-06-05T07:26:01.040ZJun 05 07:25:59.267Jun 05 07:25:59.267 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
34362026-06-05T07:26:01.041Z
34372026-06-05T07:26:01.041ZJun 05 07:25:59.267 DEBG created new freemap, unit: freemap_test
34382026-06-05T07:26:01.041ZJun 05 07:25:59.267 DEBG initted freemap. size: 128, unit: freemap_testJun 05 07:25:59.267
34392026-06-05T07:26:01.041Z DEBG created new freemapJun 05 07:25:59.267 , DEBGunit :reset freemap , freemap_testunit:
34402026-06-05T07:26:01.041Z freemap_test
34412026-06-05T07:26:01.041ZJun 05 07:25:59.267 DEBG initted freemap. size: 128, unit: freemap_test
34422026-06-05T07:26:01.041ZJun 05 07:25:59.267 DEBG reset freemap, unit: freemap_test
34432026-06-05T07:26:01.041Ztest freemap::test_reclaim ... ok
34442026-06-05T07:26:01.041Ztest freemap::test_free ... ok
34452026-06-05T07:26:01.041Ztest freemap::test_basic ... ok
34462026-06-05T07:26:01.041Ztest freemap::test_exhaustion ... ok
34472026-06-05T07:26:01.041ZJun 05 07:25:59.268 DEBG created new freemap, unit: freemap_test
34482026-06-05T07:26:01.041ZJun 05 07:25:59.268 DEBG initted freemap. size: 128, unit: freemap_test
34492026-06-05T07:26:01.041ZJun 05 07:25:59.268 DEBG reset freemap, unit: freemap_test
34502026-06-05T07:26:01.041Ztest freemap::test_span ... ok
34512026-06-05T07:26:01.041Ztest api_server::tests::test_build_info ... ok
34522026-06-05T07:26:01.041Ztest port_map::tests::parse_softnpu_revision ... ok
34532026-06-05T07:26:01.041Z
34542026-06-05T07:26:01.041Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34552026-06-05T07:26:01.041Z
34562026-06-05T07:26:01.044Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-0fc227e1e60d7179)
34572026-06-05T07:26:01.051Z
34582026-06-05T07:26:01.051Zrunning 0 tests
34592026-06-05T07:26:01.051Z
34602026-06-05T07:26:01.051Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34612026-06-05T07:26:01.051Z
34622026-06-05T07:26:01.051Z Running unittests src/lib.rs (target/debug/deps/dpd_api-b84afe8178fbeedd)
34632026-06-05T07:26:01.056Z
34642026-06-05T07:26:01.057Zrunning 0 tests
34652026-06-05T07:26:01.057Z
34662026-06-05T07:26:01.057Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34672026-06-05T07:26:01.057Z
34682026-06-05T07:26:01.057Z Running unittests src/lib.rs (target/debug/deps/dpd_client-5287586096f99601)
34692026-06-05T07:26:01.064Z
34702026-06-05T07:26:01.064Zrunning 6 tests
34712026-06-05T07:26:01.067Ztest tests::test_parse_client_port_id ... ok
34722026-06-05T07:26:01.067Ztest tests::test_full_lot_id_neither_present ... ok
34732026-06-05T07:26:01.067Ztest tests::test_full_lot_id_lotnum_only ... ok
34742026-06-05T07:26:01.067Ztest tests::test_full_lot_id_lot_only ... ok
34752026-06-05T07:26:01.067Ztest tests::test_full_lot_id_both_present ... ok
34762026-06-05T07:26:01.067Ztest tests::test_port_id_cmp ... ok
34772026-06-05T07:26:01.067Z
34782026-06-05T07:26:01.067Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34792026-06-05T07:26:01.067Z
34802026-06-05T07:26:01.067Z Running tests/test_all.rs (target/debug/deps/test_all-4b6af031d0615b1f)
34812026-06-05T07:26:01.071Z
34822026-06-05T07:26:01.071Zrunning 6 tests
34832026-06-05T07:26:04.080Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34842026-06-05T07:26:04.083Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34852026-06-05T07:26:04.083Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34862026-06-05T07:26:04.089Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34872026-06-05T07:26:04.419Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34882026-06-05T07:26:06.485Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34892026-06-05T07:26:06.485Z
34902026-06-05T07:26:06.485Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.41s
34912026-06-05T07:26:06.486Z
34922026-06-05T07:26:06.492Z Running unittests src/lib.rs (target/debug/deps/dpd_types-98142e7b24acbcdf)
34932026-06-05T07:26:06.499Z
34942026-06-05T07:26:06.499Zrunning 0 tests
34952026-06-05T07:26:06.499Z
34962026-06-05T07:26:06.502Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34972026-06-05T07:26:06.502Z
34982026-06-05T07:26:06.502Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-b6f42c9c6d5a4e69)
34992026-06-05T07:26:06.505Z
35002026-06-05T07:26:06.505Zrunning 0 tests
35012026-06-05T07:26:06.505Z
35022026-06-05T07:26:06.505Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35032026-06-05T07:26:06.505Z
35042026-06-05T07:26:06.505Z Running unittests src/lib.rs (target/debug/deps/packet-4ff07447cd8e396f)
35052026-06-05T07:26:06.513Z
35062026-06-05T07:26:06.513Zrunning 12 tests
35072026-06-05T07:26:06.516Ztest lldp::test_lldp_parse ... ok
35082026-06-05T07:26:06.516Ztest icmp::test_v4_checksum ... ok
35092026-06-05T07:26:06.516Ztest icmp::test_v6_checksum ... ok
35102026-06-05T07:26:06.516Ztest ipv6::test_ipv6_parse ... ok
35112026-06-05T07:26:06.517Ztest pbuf::test_byte ... ok
35122026-06-05T07:26:06.517Ztest pbuf::test_nibble ... ok
35132026-06-05T07:26:06.517Ztest pbuf::test_overflow ... ok
35142026-06-05T07:26:06.517Ztest pbuf::test_short ... ok
35152026-06-05T07:26:06.517Ztest pbuf::test_twelve ... ok
35162026-06-05T07:26:06.517Ztest pbuf::test_word ... ok
35172026-06-05T07:26:06.517Ztest tcp::test_checksum_syn_nodata ... ok
35182026-06-05T07:26:06.517Ztest tcp::test_checksum_ack_data ... ok
35192026-06-05T07:26:06.517Z
35202026-06-05T07:26:06.517Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35212026-06-05T07:26:06.517Z
35222026-06-05T07:26:06.517Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
35232026-06-05T07:26:06.520Z
35242026-06-05T07:26:06.520Zrunning 0 tests
35252026-06-05T07:26:06.520Z
35262026-06-05T07:26:06.520Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35272026-06-05T07:26:06.520Z
35282026-06-05T07:26:06.523Z Running unittests src/main.rs (target/debug/deps/swadm-52840f3042b3bf70)
35292026-06-05T07:26:06.523Z
35302026-06-05T07:26:06.523Zrunning 5 tests
35312026-06-05T07:26:06.526Ztest switchport::test::test_compute_lanes ... ok
35322026-06-05T07:26:06.526Ztest switchport::test::port_id_ordering ... ok
35332026-06-05T07:26:06.526Z Lane 0 Lane 1 Lane 2 Lane 3
35342026-06-05T07:26:06.526Z Rx Loss-of-lock: Yes Yes Yes Yes
35352026-06-05T07:26:06.526Z Rx Loss-of-signal: Yes Yes Yes Yes
35362026-06-05T07:26:06.526Z Rx CDR Enabled: Yes Yes Yes Yes
35372026-06-05T07:26:06.526Z Tx Enabled: Yes Yes Yes Yes
35382026-06-05T07:26:06.526Z Tx Loss-of-lock: No No No No
35392026-06-05T07:26:06.526Z Tx Loss-of-signal: No No No No
35402026-06-05T07:26:06.526Z Tx CDR Enabled: No No No No
35412026-06-05T07:26:06.526Z Tx Adaptive EQ Fault: No No No No
35422026-06-05T07:26:06.526Z Tx Fault: Yes Lane 0Yes Yes YesLane 1
35432026-06-05T07:26:06.526Z Lane 2 Lane 3
35442026-06-05T07:26:06.526Z State: Activated Activated Activated Activated
35452026-06-05T07:26:06.526Z Rx Output Enabled: false false false false
35462026-06-05T07:26:06.526Z Rx Output Status: valid valid valid valid
35472026-06-05T07:26:06.526Z Rx Loss-of-lock: true true true true
35482026-06-05T07:26:06.526Z Rx Loss-of-signal: false false false false
35492026-06-05T07:26:06.526ZRx Auto-squelch Disable: true true true true
35502026-06-05T07:26:06.527Z Tx Output Enabled: true true true true
35512026-06-05T07:26:06.527Z Tx Output Status: invalid invalid invalid invalid
35522026-06-05T07:26:06.527Z Tx Loss-of-lock: false false false false
35532026-06-05T07:26:06.527Z Tx Loss-of-signal: true true true true
35542026-06-05T07:26:06.527ZTx Auto-squelch Disable: false false false false
35552026-06-05T07:26:06.527Z Tx Adaptive EQ Fail: true true true true
35562026-06-05T07:26:06.527Z Tx Failure: false false false false
35572026-06-05T07:26:06.527Z Tx Force Squelch: true true true true
35582026-06-05T07:26:06.527Z Tx Input Polarity: normal normal normal normal
35592026-06-05T07:26:06.527Ztest switchport::test::test_print_sff_datapath ... ok
35602026-06-05T07:26:06.527Ztest switchport::test::test_print_cmis_datapath ... ok
35612026-06-05T07:26:06.527Ztest link::test_filter ... ok
35622026-06-05T07:26:06.527Z
35632026-06-05T07:26:06.527Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35642026-06-05T07:26:06.527Z
35652026-06-05T07:26:06.527Z Running tests/counters.rs (target/debug/deps/counters-98bb988854470c75)
35662026-06-05T07:26:06.530Z
35672026-06-05T07:26:06.530Zrunning 1 test
35682026-06-05T07:26:06.530Ztest test_p4_counter_list ... ignored
35692026-06-05T07:26:06.530Z
35702026-06-05T07:26:06.530Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35712026-06-05T07:26:06.530Z
35722026-06-05T07:26:06.530Z Running tests/port-link.rs (target/debug/deps/port_link-3522bf603bc70141)
35732026-06-05T07:26:06.533Z
35742026-06-05T07:26:06.533Zrunning 5 tests
35752026-06-05T07:26:06.533Ztest test_an ... ignored
35762026-06-05T07:26:06.533Ztest test_enable ... ignored
35772026-06-05T07:26:06.533Ztest test_ip_addresses ... ignored
35782026-06-05T07:26:06.533Ztest test_kr ... ignored
35792026-06-05T07:26:06.533Ztest test_mac ... ignored
35802026-06-05T07:26:06.533Z
35812026-06-05T07:26:06.533Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35822026-06-05T07:26:06.533Z
35832026-06-05T07:26:06.533Z Running unittests src/main.rs (target/debug/deps/tfportd-cb17f3079e6f942d)
35842026-06-05T07:26:06.536Z
35852026-06-05T07:26:06.536Zrunning 3 tests
35862026-06-05T07:26:06.536Ztest linklocal::test_parse_ipadm ... ok
35872026-06-05T07:26:06.536Ztest tfport::test_parse_tfport ... ok
35882026-06-05T07:26:06.536Ztest config::tests::test_updates ... ok
35892026-06-05T07:26:06.537Z
35902026-06-05T07:26:06.537Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35912026-06-05T07:26:06.537Z
35922026-06-05T07:26:06.537Z Running unittests src/main.rs (target/debug/deps/uplinkd-d1a8469686918df2)
35932026-06-05T07:26:06.540Z
35942026-06-05T07:26:06.540Zrunning 0 tests
35952026-06-05T07:26:06.540Z
35962026-06-05T07:26:06.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35972026-06-05T07:26:06.543Z
35982026-06-05T07:26:06.543Z Running unittests src/main.rs (target/debug/deps/xtask-f49b1e96b99dec41)
35992026-06-05T07:26:06.546Z
36002026-06-05T07:26:06.546Zrunning 0 tests
36012026-06-05T07:26:06.546Z
36022026-06-05T07:26:06.546Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36032026-06-05T07:26:06.546Z
36042026-06-05T07:26:06.549Z Doc-tests aal
36052026-06-05T07:26:06.716Z
36062026-06-05T07:26:06.716Zrunning 0 tests
36072026-06-05T07:26:06.716Z
36082026-06-05T07:26:06.719Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36092026-06-05T07:26:06.719Z
36102026-06-05T07:26:06.734Z Doc-tests aal_macros
36112026-06-05T07:26:06.806Z
36122026-06-05T07:26:06.807Zrunning 0 tests
36132026-06-05T07:26:06.807Z
36142026-06-05T07:26:06.810Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36152026-06-05T07:26:06.810Z
36162026-06-05T07:26:06.819Z Doc-tests common
36172026-06-05T07:26:07.051Z
36182026-06-05T07:26:07.051Zrunning 0 tests
36192026-06-05T07:26:07.051Z
36202026-06-05T07:26:07.051Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36212026-06-05T07:26:07.051Z
36222026-06-05T07:26:07.072Z Doc-tests dpd_api
36232026-06-05T07:26:07.898Z
36242026-06-05T07:26:07.898Zrunning 2 tests
36252026-06-05T07:26:07.898Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36262026-06-05T07:26:07.898Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36272026-06-05T07:26:07.898Z
36282026-06-05T07:26:07.898Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36292026-06-05T07:26:07.899Z
36302026-06-05T07:26:07.931Z Doc-tests dpd_client
36312026-06-05T07:26:09.224Z
36322026-06-05T07:26:09.224Zrunning 0 tests
36332026-06-05T07:26:09.224Z
36342026-06-05T07:26:09.224Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36352026-06-05T07:26:09.224Z
36362026-06-05T07:26:09.274Z Doc-tests dpd_types
36372026-06-05T07:26:09.485Z
36382026-06-05T07:26:09.485Zrunning 0 tests
36392026-06-05T07:26:09.485Z
36402026-06-05T07:26:09.485Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36412026-06-05T07:26:09.485Z
36422026-06-05T07:26:09.512Z Doc-tests dpd_types_versions
36432026-06-05T07:26:10.728Z
36442026-06-05T07:26:10.729Zrunning 1 test
36452026-06-05T07:26:10.729Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36462026-06-05T07:26:10.729Z
36472026-06-05T07:26:10.729Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36482026-06-05T07:26:10.729Z
36492026-06-05T07:26:10.776Z Doc-tests packet
36502026-06-05T07:26:10.888Z
36512026-06-05T07:26:10.888Zrunning 0 tests
36522026-06-05T07:26:10.888Z
36532026-06-05T07:26:10.888Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36542026-06-05T07:26:10.888Z
36552026-06-05T07:26:10.904Z Doc-tests pcap
36562026-06-05T07:26:10.957Z
36572026-06-05T07:26:10.957Zrunning 0 tests
36582026-06-05T07:26:10.957Z
36592026-06-05T07:26:10.957Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36602026-06-05T07:26:10.957Z
36612026-06-05T07:26:11.007Zprocess exited: duration 582945 ms, exit code 0
 
36622026-06-05T07:26:11.013Zfound 0 output files