01KVF8SX85Z3MKB4HRF91QVM74: test

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

Buildomat Job: 01KVF8T8QWKE50CDBKA4B1A9DP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T06:25:02.645Zjob assigned to worker 01KVF8TH1AYK0B99Z864DTMJT5 [factory aws, i-0264071d445d7ef4c] (queued for 50 s)
 
22026-06-19T06:25:09.009Zstarting task 0: "setup"
32026-06-19T06:25:09.014Z++ uname -s
42026-06-19T06:25:09.017Z+ kern=SunOS
52026-06-19T06:25:09.017Z+ build_user=build
62026-06-19T06:25:09.017Z+ build_uid=12345
72026-06-19T06:25:09.017Z+ work_dir=/work
82026-06-19T06:25:09.017Z+ input_dir=/input
92026-06-19T06:25:09.017Z+ [[ 0 == 12345 ]]
102026-06-19T06:25:09.017Z+ case "$kern" in
112026-06-19T06:25:09.017Z+ groupadd -g 12345 build
122026-06-19T06:25:09.020Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T06:25:11.024Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T06:25:11.079Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T06:25:11.082Z+ home_fs=zfs
162026-06-19T06:25:11.082Z+ [[ zfs == autofs ]]
172026-06-19T06:25:11.082Z+ mkdir -p /home/build
182026-06-19T06:25:11.082Z+ chown build:build /home/build /work
192026-06-19T06:25:13.084Z+ chmod 0700 /home/build /work
202026-06-19T06:25:13.087Zprocess exited: duration 4079 ms, exit code 0
 
212026-06-19T06:25:13.093Zstarting task 1: "rust-toolchain"
222026-06-19T06:25:13.098Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-19T06:25:13.098Z * rust toolchain channel = "1.90.0"
242026-06-19T06:25:13.098Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-19T06:25:13.098Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-19T06:25:13.098Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-19T06:25:13.098Z * rust toolchain profile = "default"
282026-06-19T06:25:13.102Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T06:25:13.102Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-19T06:25:13.208Zinfo: downloading installer
312026-06-19T06:25:14.596Zwarn: It looks like you have an existing rustup settings file at:
322026-06-19T06:25:14.596Zwarn: /home/build/.rustup/settings.toml
332026-06-19T06:25:14.596Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-19T06:25:14.596Zwarn: instead of the one inferred from the default host triple.
352026-06-19T06:25:14.609Zinfo: profile set to default
362026-06-19T06:25:14.609Zinfo: default host triple is x86_64-unknown-illumos
372026-06-19T06:25:14.612Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-19T06:25:14.757Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-19T06:25:14.760Zinfo: downloading 6 components
402026-06-19T06:25:29.265Z
412026-06-19T06:25:29.265Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
422026-06-19T06:25:29.294Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-19T06:25:29.294Z
442026-06-19T06:25:29.294Z
452026-06-19T06:25:29.294ZRust is installed now. Great!
462026-06-19T06:25:29.294Z
472026-06-19T06:25:29.294ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-19T06:25:29.297Zenvironment variable. This has not been done automatically.
492026-06-19T06:25:29.297Z
502026-06-19T06:25:29.297ZTo configure your current shell, you need to source
512026-06-19T06:25:29.297Zthe corresponding env file under $HOME/.cargo.
522026-06-19T06:25:29.297Z
532026-06-19T06:25:29.297ZThis is usually done by running one of the following (note the leading DOT):
542026-06-19T06:25:29.297Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-19T06:25:29.297Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-19T06:25:29.297Zsource "~/.cargo/env.nu" # For nushell
572026-06-19T06:25:29.297Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-19T06:25:29.297Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-19T06:25:29.298Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-19T06:25:29.298Zwarn: no default linker (`cc`) was found in your PATH
612026-06-19T06:25:29.298Zwarn: many Rust crates require a system C toolchain to build
622026-06-19T06:25:29.375Z+ rustup --version
632026-06-19T06:25:29.383Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-19T06:25:29.387Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-19T06:25:29.406Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-19T06:25:29.409Z+ cargo --version
672026-06-19T06:25:29.421Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-19T06:25:29.425Z+ rustc --version
692026-06-19T06:25:29.444Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-19T06:25:29.447Zprocess exited: duration 16354 ms, exit code 0
 
712026-06-19T06:25:29.453Zstarting task 2: "authentication"
722026-06-19T06:25:29.470Zprocess exited: duration 16 ms, exit code 0
 
732026-06-19T06:25:29.477Zstarting task 3: "clone repository"
742026-06-19T06:25:29.482Z+ mkdir -p /work/oxidecomputer/dendrite
752026-06-19T06:25:29.485Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-06-19T06:25:29.510ZCloning into '/work/oxidecomputer/dendrite'...
772026-06-19T06:25:30.038Z+ cd /work/oxidecomputer/dendrite
782026-06-19T06:25:30.038Z+ git fetch origin 2d91b8d2cd49bbb760ca54b6d3104f4b225c54ac
792026-06-19T06:25:30.244ZFrom https://github.com/oxidecomputer/dendrite
802026-06-19T06:25:30.244Z * branch 2d91b8d2cd49bbb760ca54b6d3104f4b225c54ac -> FETCH_HEAD
812026-06-19T06:25:30.249Z+ [[ -n '' ]]
822026-06-19T06:25:30.249Z+ git reset --hard 2d91b8d2cd49bbb760ca54b6d3104f4b225c54ac
832026-06-19T06:25:30.267ZHEAD is now at 2d91b8d Bump tar from 0.4.45 to 0.4.46
842026-06-19T06:25:30.270Zprocess exited: duration 792 ms, exit code 0
 
852026-06-19T06:25:30.276Zstarting task 4: "build"
862026-06-19T06:25:30.284Z+ source .github/buildomat/common.sh
872026-06-19T06:25:30.284Z++ TOFINO_STAGES=20
882026-06-19T06:25:30.284Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
892026-06-19T06:25:30.284Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
902026-06-19T06:25:30.284Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
912026-06-19T06:25:30.284Z+++ uname -s
922026-06-19T06:25:30.284Z++ '[' SunOS == SunOS ']'
932026-06-19T06:25:30.284Z++ SERIES=illumos
942026-06-19T06:25:30.284Z+++ uname -s
952026-06-19T06:25:30.284Z++ '[' SunOS == SunOS ']'
962026-06-19T06:25:30.284Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
972026-06-19T06:25:30.284Z++ rustup show active-toolchain
982026-06-19T06:25:30.289Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
992026-06-19T06:25:30.292Z+ source .github/buildomat/illumos.sh
1002026-06-19T06:25:30.292Z++ banner 'sde setup'
1012026-06-19T06:25:30.292Z
1022026-06-19T06:25:30.292Z #### ##### ###### #### ###### ##### # # #####
1032026-06-19T06:25:30.292Z # # # # # # # # # # #
1042026-06-19T06:25:30.292Z #### # # ##### #### ##### # # # # #
1052026-06-19T06:25:30.292Z # # # # # # # # # #####
1062026-06-19T06:25:30.292Z # # # # # # # # # # # #
1072026-06-19T06:25:30.292Z #### ##### ###### #### ###### # #### #
1082026-06-19T06:25:30.293Z
1092026-06-19T06:25:30.293Z++ export PKG_SUCCESS_ON_NOP=1
1102026-06-19T06:25:30.293Z++ PKG_SUCCESS_ON_NOP=1
1112026-06-19T06:25:30.293Z++ export PKG=tofino_sde.p5p
1122026-06-19T06:25:30.293Z++ PKG=tofino_sde.p5p
1132026-06-19T06:25:30.293Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1142026-06-19T06:25:30.298Z % Total % Received % Xferd Average Speed Time Time Time Current
1152026-06-19T06:25:30.298Z Dload Upload Total Spent Left Speed
1162026-06-19T06:25:31.421Z 0 0 0 0 0 0 0 0 0 84 76.03M 84 64.35M 0 0 64.40M 0 00:01 00:01 64.41M 100 76.03M 100 76.03M 0 0 67.69M 0 00:01 00:01 64.41M 100 76.03M 100 76.03M 0 0 67.69M 0 00:01 00:01 64.41M 100 76.03M 100 76.03M 0 0 67.69M 0 00:01 00:01 64.41M
1172026-06-19T06:25:31.425Z+++ digest -a sha256 tofino_sde.p5p
1182026-06-19T06:25:31.471Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1192026-06-19T06:25:31.474Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1202026-06-19T06:25:31.474Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1212026-06-19T06:25:32.419Z Startup: Refreshing catalog 'helios' ... Done
1222026-06-19T06:25:32.520Z Startup: Caching catalogs ... Done
1232026-06-19T06:25:32.567Z Startup: Refreshing catalog 'oxide' ... Done
1242026-06-19T06:25:33.042ZPlanning: Solver setup ... Done
1252026-06-19T06:25:33.067ZPlanning: Running solver ... Done
1262026-06-19T06:25:33.077ZPlanning: Finding local manifests ... Done
1272026-06-19T06:25:33.080ZPlanning: Fetching manifests: 1/1 100% complete
1282026-06-19T06:25:33.084ZPlanning: Fetching manifests: 1/1 100% complete
1292026-06-19T06:25:33.098ZPlanning: Package planning ... Done
1302026-06-19T06:25:33.102ZPlanning: Merging actions ... Done
1312026-06-19T06:25:33.221ZPlanning: Checking for conflicting actions ... Done
1322026-06-19T06:25:33.224ZPlanning: Consolidating action changes ... Done
1332026-06-19T06:25:34.038ZPlanning: Evaluating mediators ... Done
1342026-06-19T06:25:34.041ZPlanning: Planning completed in 1.46 seconds
1352026-06-19T06:25:34.045Z Packages to install: 1
1362026-06-19T06:25:34.045Z Create boot environment: No
1372026-06-19T06:25:34.045ZCreate backup boot environment: No
1382026-06-19T06:25:34.070Z
1392026-06-19T06:25:34.070ZDownload: 0/242 items 0.0/75.3MB 0% complete
1402026-06-19T06:25:34.205ZDownload: Completed 75.30 MB in 0.14 seconds (556M/s)
1412026-06-19T06:25:34.685Z Actions: 1/293 actions (Installing new actions)
1422026-06-19T06:25:35.645Z Actions: Completed 293 actions in 0.96 seconds.
1432026-06-19T06:25:35.648ZFinalize: Updating package state database ... Done
1442026-06-19T06:25:35.690ZFinalize: Updating package cache ... Done
1452026-06-19T06:25:35.717ZFinalize: Updating image state ... Done
1462026-06-19T06:25:38.165ZFinalize: Creating fast lookup database ... Done
1472026-06-19T06:25:38.240ZFinalize: Reading search index ... Done
1482026-06-19T06:25:38.243ZFinalize: Updating search index ... Done
1492026-06-19T06:25:38.460ZFinalize: Updating package cache ... Done
1502026-06-19T06:25:38.561Z++ export SDE=/opt/oxide/tofino_sde
1512026-06-19T06:25:38.561Z++ SDE=/opt/oxide/tofino_sde
1522026-06-19T06:25:38.564Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1532026-06-19T06:25:38.564Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1542026-06-19T06:25:38.564Z++ banner packages
1552026-06-19T06:25:38.564Z
1562026-06-19T06:25:38.564Z ##### ## #### # # ## #### ###### ####
1572026-06-19T06:25:38.564Z # # # # # # # # # # # # # #
1582026-06-19T06:25:38.564Z # # # # # #### # # # ##### ####
1592026-06-19T06:25:38.564Z ##### ###### # # # ###### # ### # #
1602026-06-19T06:25:38.564Z # # # # # # # # # # # # # #
1612026-06-19T06:25:38.564Z # # # #### # # # # #### ###### ####
1622026-06-19T06:25:38.564Z
1632026-06-19T06:25:38.564Z++ pfexec pkg install clang-15 pcap gcc14
1642026-06-19T06:25:38.827Z Startup: Refreshing catalog 'helios' ... Done
1652026-06-19T06:25:38.830Z Startup: Refreshing catalog 'oxide' ... Done
1662026-06-19T06:25:39.179ZPlanning: Solver setup ... Done
1672026-06-19T06:25:39.204ZPlanning: Running solver ... Done
1682026-06-19T06:25:39.210ZPlanning: Consolidating action changes ... Done
1692026-06-19T06:25:39.214ZPlanning: Evaluating mediators ... Done
1702026-06-19T06:25:39.214ZPlanning: Planning completed in 0.38 seconds
1712026-06-19T06:25:39.228ZNo updates necessary for this image.
1722026-06-19T06:25:39.292Z++ pfexec pkg set-mediator -V 15 clang llvm
1732026-06-19T06:25:39.507ZPlanning: Evaluating mediator changes ... Done
1742026-06-19T06:25:39.621ZPlanning: Checking for conflicting actions ... Done
1752026-06-19T06:25:39.624ZPlanning: Consolidating action changes ... Done
1762026-06-19T06:25:39.787ZPlanning: Evaluating mediators ... Done
1772026-06-19T06:25:39.790ZPlanning: Planning completed in 0.28 seconds
1782026-06-19T06:25:39.813Z Mediators to change: 2
1792026-06-19T06:25:39.813Z Create boot environment: No
1802026-06-19T06:25:39.813ZCreate backup boot environment: No
1812026-06-19T06:25:39.853ZFinalize: Updating package state database ... Done
1822026-06-19T06:25:39.853ZFinalize: Updating package cache ... Done
1832026-06-19T06:25:39.866ZFinalize: Updating image state ... Done
1842026-06-19T06:25:41.905ZFinalize: Creating fast lookup database ... Done
1852026-06-19T06:25:41.975ZFinalize: Reading search index ... Done
1862026-06-19T06:25:41.978ZFinalize: Updating search index ... Done
1872026-06-19T06:25:42.032ZFinalize: Updating package cache ... Done
1882026-06-19T06:25:42.106Z++ cargo --version
1892026-06-19T06:25:42.116Zcargo 1.90.0 (840b83a10 2025-07-30)
1902026-06-19T06:25:42.119Z++ rustc --version
1912026-06-19T06:25:42.139Zrustc 1.90.0 (1159e78c4 2025-09-14)
1922026-06-19T06:25:42.142Z+ banner copyrights
1932026-06-19T06:25:42.145Z
1942026-06-19T06:25:42.145Z #### #### ##### # # ##### # #### # # ##### ####
1952026-06-19T06:25:42.145Z # # # # # # # # # # # # # # # # #
1962026-06-19T06:25:42.145Z # # # # # # # # # # ###### # ####
1972026-06-19T06:25:42.145Z # # # ##### # ##### # # ### # # # #
1982026-06-19T06:25:42.145Z # # # # # # # # # # # # # # # #
1992026-06-19T06:25:42.145Z #### #### # # # # # #### # # # ####
2002026-06-19T06:25:42.145Z
2012026-06-19T06:25:42.145Z+ ./tools/check_copyrights.sh
2022026-06-19T06:25:42.437Zcommon/src/illumos.rs: Copyright with wrong year
2032026-06-19T06:25:43.230Zdpd/p4/headers.p4: Copyright with wrong year
2042026-06-19T06:25:43.695Zpacket/src/eth.rs: Copyright with wrong year
2052026-06-19T06:25:43.786Zpcap/build.rs: Copyright with wrong year
2062026-06-19T06:25:43.958Ztfportd/src/linklocal.rs: Copyright with wrong year
2072026-06-19T06:25:44.190Z+ banner clippy
2082026-06-19T06:25:44.193Z
2092026-06-19T06:25:44.194Z #### # # ##### ##### # #
2102026-06-19T06:25:44.194Z # # # # # # # # # #
2112026-06-19T06:25:44.194Z # # # # # # # #
2122026-06-19T06:25:44.194Z # # # ##### ##### #
2132026-06-19T06:25:44.194Z # # # # # # #
2142026-06-19T06:25:44.194Z #### ###### # # # #
2152026-06-19T06:25:44.194Z
2162026-06-19T06:25:44.194Z+ for feat in tofino_stub tofino_asic softnpu chaos
2172026-06-19T06:25:44.194Z+ cargo clippy --features tofino_stub -- --deny warnings
2182026-06-19T06:25:44.340Z Updating git repository `https://github.com/oxidecomputer/omicron`
2192026-06-19T06:25:54.128Z Updating crates.io index
2202026-06-19T06:25:54.164Z Updating git repository `https://github.com/illumos/smf-rs`
2212026-06-19T06:25:54.392Z Updating git repository `https://github.com/oxidecomputer/propolis`
2222026-06-19T06:25:55.100Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2232026-06-19T06:25:55.343Z Updating git repository `https://github.com/oxidecomputer/tofino`
2242026-06-19T06:25:55.558Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2252026-06-19T06:25:56.713Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2262026-06-19T06:25:56.921Z Updating git repository `https://github.com/oxidecomputer/ispf`
2272026-06-19T06:25:57.303Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2282026-06-19T06:25:57.634Z Updating git repository `https://github.com/oxidecomputer/lldp`
2292026-06-19T06:25:58.095Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2302026-06-19T06:25:58.306Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2312026-06-19T06:25:58.646Z Updating git repository `https://github.com/oxidecomputer/p4`
2322026-06-19T06:25:59.317Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2332026-06-19T06:25:59.570Z Updating git repository `https://github.com/oxidecomputer/lldp`
2342026-06-19T06:25:59.903Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2352026-06-19T06:26:00.491Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2362026-06-19T06:26:00.766Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2372026-06-19T06:26:01.060Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2382026-06-19T06:26:01.649Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2392026-06-19T06:26:01.979Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2402026-06-19T06:26:02.212Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2412026-06-19T06:26:03.746Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-06-19T06:26:04.113Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-06-19T06:26:04.685Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442026-06-19T06:26:05.956Z Updating git repository `https://github.com/oxidecomputer/opte`
2452026-06-19T06:26:06.571Z Updating git repository `https://github.com/oxidecomputer/tofino`
2462026-06-19T06:26:06.833Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-06-19T06:26:07.226Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-06-19T06:26:09.059Z Downloading crates ...
2492026-06-19T06:26:09.130Z Downloaded adler2 v2.0.1
2502026-06-19T06:26:09.134Z Downloaded async-recursion v1.1.1
2512026-06-19T06:26:09.137Z Downloaded aead v0.5.2
2522026-06-19T06:26:09.137Z Downloaded anstream v1.0.0
2532026-06-19T06:26:09.140Z Downloaded anstyle-query v1.1.4
2542026-06-19T06:26:09.145Z Downloaded dyn-clone v1.0.20
2552026-06-19T06:26:09.149Z Downloaded crossbeam-deque v0.8.6
2562026-06-19T06:26:09.152Z Downloaded arrayref v0.3.9
2572026-06-19T06:26:09.156Z Downloaded data-encoding v2.9.0
2582026-06-19T06:26:09.156Z Downloaded const_format_proc_macros v0.2.34
2592026-06-19T06:26:09.159Z Downloaded cargo_metadata v0.18.1
2602026-06-19T06:26:09.162Z Downloaded arrayvec v0.7.6
2612026-06-19T06:26:09.162Z Downloaded http-body v1.0.1
2622026-06-19T06:26:09.165Z Downloaded form_urlencoded v1.2.2
2632026-06-19T06:26:09.168Z Downloaded anyhow v1.0.102
2642026-06-19T06:26:09.171Z Downloaded getrandom v0.2.16
2652026-06-19T06:26:09.171Z Downloaded convert_case v0.4.0
2662026-06-19T06:26:09.174Z Downloaded block-buffer v0.10.4
2672026-06-19T06:26:09.177Z Downloaded async-trait v0.1.89
2682026-06-19T06:26:09.181Z Downloaded futures-executor v0.3.32
2692026-06-19T06:26:09.181Z Downloaded atomic-waker v1.1.2
2702026-06-19T06:26:09.184Z Downloaded async-compression v0.4.33
2712026-06-19T06:26:09.187Z Downloaded glob v0.3.3
2722026-06-19T06:26:09.190Z Downloaded enum-as-inner v0.6.1
2732026-06-19T06:26:09.193Z Downloaded embedded-io v0.6.1
2742026-06-19T06:26:09.193Z Downloaded derive-ex v0.1.8
2752026-06-19T06:26:09.196Z Downloaded crc8 v0.1.1
2762026-06-19T06:26:09.199Z Downloaded cfg_aliases v0.2.1
2772026-06-19T06:26:09.202Z Downloaded heck v0.4.1
2782026-06-19T06:26:09.203Z Downloaded futures-task v0.3.32
2792026-06-19T06:26:09.206Z Downloaded async-stream v0.3.6
2802026-06-19T06:26:09.206Z Downloaded equivalent v1.0.2
2812026-06-19T06:26:09.209Z Downloaded either v1.15.0
2822026-06-19T06:26:09.213Z Downloaded cpufeatures v0.3.0
2832026-06-19T06:26:09.213Z Downloaded constant_time_eq v0.3.1
2842026-06-19T06:26:09.216Z Downloaded compression-core v0.4.32
2852026-06-19T06:26:09.216Z Downloaded hash32 v0.3.1
2862026-06-19T06:26:09.219Z Downloaded curve25519-dalek-derive v0.1.1
2872026-06-19T06:26:09.219Z Downloaded cobs v0.3.0
2882026-06-19T06:26:09.223Z Downloaded erased-serde v0.3.31
2892026-06-19T06:26:09.226Z Downloaded git-stub v1.0.0
2902026-06-19T06:26:09.226Z Downloaded crypto-common v0.1.6
2912026-06-19T06:26:09.231Z Downloaded atomicwrites v0.4.4
2922026-06-19T06:26:09.231Z Downloaded heck v0.5.0
2932026-06-19T06:26:09.234Z Downloaded dunce v1.0.5
2942026-06-19T06:26:09.234Z Downloaded colorchoice v1.0.4
2952026-06-19T06:26:09.237Z Downloaded clap_lex v1.1.0
2962026-06-19T06:26:09.237Z Downloaded hostname v0.4.2
2972026-06-19T06:26:09.240Z Downloaded ff v0.13.1
2982026-06-19T06:26:09.251Z Downloaded cexpr v0.6.0
2992026-06-19T06:26:09.251Z Downloaded byteorder v1.5.0
3002026-06-19T06:26:09.251Z Downloaded hostname v0.3.1
3012026-06-19T06:26:09.251Z Downloaded futures-core v0.3.32
3022026-06-19T06:26:09.251Z Downloaded crucible-workspace-hack v0.1.0
3032026-06-19T06:26:09.255Z Downloaded cfg-if v1.0.4
3042026-06-19T06:26:09.255Z Downloaded gethostname v0.5.0
3052026-06-19T06:26:09.255Z Downloaded crypto-common v0.2.2
3062026-06-19T06:26:09.258Z Downloaded foreign-types-shared v0.1.1
3072026-06-19T06:26:09.258Z Downloaded hubpack_derive v0.1.1
3082026-06-19T06:26:09.261Z Downloaded foreign-types-shared v0.3.1
3092026-06-19T06:26:09.261Z Downloaded foreign-types v0.5.0
3102026-06-19T06:26:09.261Z Downloaded cmake v0.1.54
3112026-06-19T06:26:09.265Z Downloaded dropshot_endpoint v0.17.1
3122026-06-19T06:26:09.268Z Downloaded defmt-macros v1.0.1
3132026-06-19T06:26:09.272Z Downloaded httpdate v1.0.3
3142026-06-19T06:26:09.272Z Downloaded hubpack v0.1.2
3152026-06-19T06:26:09.276Z Downloaded hyper-tls v0.6.0
3162026-06-19T06:26:09.276Z Downloaded errno v0.3.14
3172026-06-19T06:26:09.279Z Downloaded foreign-types-macros v0.2.3
3182026-06-19T06:26:09.279Z Downloaded generic-array v0.14.7
3192026-06-19T06:26:09.280Z Downloaded indent_write v2.2.0
3202026-06-19T06:26:09.283Z Downloaded ident_case v1.0.1
3212026-06-19T06:26:09.283Z Downloaded futures-macro v0.3.32
3222026-06-19T06:26:09.287Z Downloaded idna_adapter v1.2.1
3232026-06-19T06:26:09.287Z Downloaded internet-checksum v0.2.1
3242026-06-19T06:26:09.290Z Downloaded camino-tempfile v1.4.1
3252026-06-19T06:26:09.290Z Downloaded fs-err v3.1.2
3262026-06-19T06:26:09.295Z Downloaded dropshot-api-manager-types v0.7.2
3272026-06-19T06:26:09.295Z Downloaded backoff v0.4.0
3282026-06-19T06:26:09.298Z Downloaded is_terminal_polyfill v1.70.1
3292026-06-19T06:26:09.298Z Downloaded itoa v1.0.15
3302026-06-19T06:26:09.301Z Downloaded is_ci v1.2.0
3312026-06-19T06:26:09.301Z Downloaded bytecount v0.6.9
3322026-06-19T06:26:09.304Z Downloaded lazy_static v1.5.0
3332026-06-19T06:26:09.304Z Downloaded foldhash v0.1.5
3342026-06-19T06:26:09.307Z Downloaded derive-where v1.6.0
3352026-06-19T06:26:09.310Z Downloaded csv-core v0.1.12
3362026-06-19T06:26:09.314Z Downloaded hex v0.4.3
3372026-06-19T06:26:09.314Z Downloaded foldhash v0.2.0
3382026-06-19T06:26:09.317Z Downloaded group v0.13.0
3392026-06-19T06:26:09.317Z Downloaded defmt-parser v1.0.0
3402026-06-19T06:26:09.320Z Downloaded git-stub-vcs v0.1.0
3412026-06-19T06:26:09.320Z Downloaded linked-hash-map v0.5.6
3422026-06-19T06:26:09.324Z Downloaded daft-derive v0.1.5
3432026-06-19T06:26:09.327Z Downloaded fs_extra v1.3.0
3442026-06-19T06:26:09.327Z Downloaded compression-codecs v0.4.32
3452026-06-19T06:26:09.330Z Downloaded fixedbitset v0.5.7
3462026-06-19T06:26:09.334Z Downloaded match_cfg v0.1.0
3472026-06-19T06:26:09.334Z Downloaded mime v0.3.17
3482026-06-19T06:26:09.338Z Downloaded memoffset v0.9.1
3492026-06-19T06:26:09.338Z Downloaded lru-cache v0.1.2
3502026-06-19T06:26:09.338Z Downloaded macaddr v1.0.1
3512026-06-19T06:26:09.341Z Downloaded memmap v0.7.0
3522026-06-19T06:26:09.341Z Downloaded http-body-util v0.1.3
3532026-06-19T06:26:09.344Z Downloaded globset v0.4.16
3542026-06-19T06:26:09.347Z Downloaded lru-slab v0.1.2
3552026-06-19T06:26:09.347Z Downloaded chacha20 v0.9.1
3562026-06-19T06:26:09.350Z Downloaded libscf-sys v1.2.0
3572026-06-19T06:26:09.350Z Downloaded highway v1.3.0
3582026-06-19T06:26:09.353Z Downloaded num-derive v0.4.2
3592026-06-19T06:26:09.356Z Downloaded newtype-uuid-macros v0.1.0
3602026-06-19T06:26:09.356Z Downloaded blake2 v0.10.6
3612026-06-19T06:26:09.359Z Downloaded newtype_derive v0.1.6
3622026-06-19T06:26:09.359Z Downloaded ipnet v2.11.0
3632026-06-19T06:26:09.361Z Downloaded cookie v0.18.1
3642026-06-19T06:26:09.365Z Downloaded num v0.4.3
3652026-06-19T06:26:09.365Z Downloaded newline-converter v0.3.0
3662026-06-19T06:26:09.368Z Downloaded num-conv v0.2.1
3672026-06-19T06:26:09.368Z Downloaded num-iter v0.1.45
3682026-06-19T06:26:09.368Z Downloaded cipher v0.4.4
3692026-06-19T06:26:09.371Z Downloaded jobserver v0.1.34
3702026-06-19T06:26:09.374Z Downloaded openssl-macros v0.1.1
3712026-06-19T06:26:09.374Z Downloaded num_threads v0.1.7
3722026-06-19T06:26:09.379Z Downloaded libloading v0.8.9
3732026-06-19T06:26:09.379Z Downloaded darling v0.21.3
3742026-06-19T06:26:09.382Z Downloaded num_enum_derive v0.5.11
3752026-06-19T06:26:09.382Z Downloaded derive_more v0.99.20
3762026-06-19T06:26:09.386Z Downloaded openssl-probe v0.1.6
3772026-06-19T06:26:09.389Z Downloaded expectorate v1.2.0
3782026-06-19T06:26:09.389Z Downloaded ciborium v0.2.2
3792026-06-19T06:26:09.392Z Downloaded managed v0.8.0
3802026-06-19T06:26:09.393Z Downloaded console v0.15.11
3812026-06-19T06:26:09.396Z Downloaded omicron-workspace-hack v0.1.0
3822026-06-19T06:26:09.399Z Downloaded percent-encoding v2.3.2
3832026-06-19T06:26:09.399Z Downloaded humantime v2.3.0
3842026-06-19T06:26:09.399Z Downloaded plain v0.2.3
3852026-06-19T06:26:09.402Z Downloaded phf_shared v0.12.1
3862026-06-19T06:26:09.405Z Downloaded parse-display v0.10.0
3872026-06-19T06:26:09.405Z Downloaded lock_api v0.4.14
3882026-06-19T06:26:09.405Z Downloaded libsw v3.5.0
3892026-06-19T06:26:09.408Z Downloaded multer v3.1.0
3902026-06-19T06:26:09.408Z Downloaded hybrid-array v0.4.12
3912026-06-19T06:26:09.412Z Downloaded hyper-rustls v0.27.7
3922026-06-19T06:26:09.415Z Downloaded bitflags v2.11.1
3932026-06-19T06:26:09.418Z Downloaded newtype-uuid v1.3.2
3942026-06-19T06:26:09.418Z Downloaded libsw-core v0.3.2
3952026-06-19T06:26:09.420Z Downloaded linear-map v1.2.0
3962026-06-19T06:26:09.421Z Downloaded hmac v0.12.1
3972026-06-19T06:26:09.423Z Downloaded potential_utf v0.1.3
3982026-06-19T06:26:09.423Z Downloaded native-tls v0.2.14
3992026-06-19T06:26:09.426Z Downloaded proc-macro-error-attr v1.0.4
4002026-06-19T06:26:09.429Z Downloaded proc-macro-crate v1.3.1
4012026-06-19T06:26:09.429Z Downloaded num_enum v0.5.11
4022026-06-19T06:26:09.431Z Downloaded ipnetwork v0.21.1
4032026-06-19T06:26:09.434Z Downloaded powerfmt v0.2.0
4042026-06-19T06:26:09.437Z Downloaded ingot-macros v0.1.1
4052026-06-19T06:26:09.437Z Downloaded num-integer v0.1.46
4062026-06-19T06:26:09.440Z Downloaded num-complex v0.4.6
4072026-06-19T06:26:09.440Z Downloaded num-rational v0.4.2
4082026-06-19T06:26:09.443Z Downloaded crossbeam-epoch v0.9.18
4092026-06-19T06:26:09.443Z Downloaded proc-macro-error-attr2 v2.0.0
4102026-06-19T06:26:09.446Z Downloaded crossbeam-utils v0.8.21
4112026-06-19T06:26:09.446Z Downloaded num_enum_derive v0.7.5
4122026-06-19T06:26:09.450Z Downloaded getrandom v0.3.3
4132026-06-19T06:26:09.452Z Downloaded progenitor-client v0.11.1
4142026-06-19T06:26:09.452Z Downloaded progenitor-macro v0.11.1
4152026-06-19T06:26:09.456Z Downloaded oxide-tokio-rt v0.1.2
4162026-06-19T06:26:09.456Z Downloaded futures v0.3.32
4172026-06-19T06:26:09.459Z Downloaded progenitor-client v0.14.0
4182026-06-19T06:26:09.462Z Downloaded progenitor-macro v0.10.0
4192026-06-19T06:26:09.463Z Downloaded progenitor-client v0.10.0
4202026-06-19T06:26:09.463Z Downloaded num_enum v0.7.5
4212026-06-19T06:26:09.466Z Downloaded progenitor-macro v0.14.0
4222026-06-19T06:26:09.469Z Downloaded owo-colors v4.3.0
4232026-06-19T06:26:09.469Z Downloaded password-hash v0.5.0
4242026-06-19T06:26:09.471Z Downloaded oxnet v0.1.6
4252026-06-19T06:26:09.474Z Downloaded litemap v0.8.0
4262026-06-19T06:26:09.474Z Downloaded rand_chacha v0.3.1
4272026-06-19T06:26:09.477Z Downloaded parse-display-derive v0.10.0
4282026-06-19T06:26:09.477Z Downloaded cc v1.2.64
4292026-06-19T06:26:09.480Z Downloaded crypto-bigint v0.5.5
4302026-06-19T06:26:09.484Z Downloaded rand_xorshift v0.4.0
4312026-06-19T06:26:09.486Z Downloaded icu_provider v2.0.0
4322026-06-19T06:26:09.486Z Downloaded memmap2 v0.9.8
4332026-06-19T06:26:09.489Z Downloaded crossbeam-channel v0.5.15
4342026-06-19T06:26:09.493Z Downloaded pin-project-internal v1.1.10
4352026-06-19T06:26:09.493Z Downloaded phf v0.12.1
4362026-06-19T06:26:09.497Z Downloaded pest_generator v2.8.2
4372026-06-19T06:26:09.497Z Downloaded ref-cast-impl v1.0.25
4382026-06-19T06:26:09.497Z Downloaded pin-project-lite v0.2.16
4392026-06-19T06:26:09.502Z Downloaded indexmap v1.9.3
4402026-06-19T06:26:09.506Z Downloaded icu_normalizer v2.0.0
4412026-06-19T06:26:09.506Z Downloaded same-file v1.0.6
4422026-06-19T06:26:09.509Z Downloaded ppv-lite86 v0.2.21
4432026-06-19T06:26:09.509Z Downloaded proc-macro-error2 v2.0.1
4442026-06-19T06:26:09.512Z Downloaded base64 v0.22.1
4452026-06-19T06:26:09.515Z Downloaded progenitor v0.11.1
4462026-06-19T06:26:09.515Z Downloaded rustc_version v0.1.7
4472026-06-19T06:26:09.518Z Downloaded rustc-hash v2.1.1
4482026-06-19T06:26:09.518Z Downloaded progenitor v0.10.0
4492026-06-19T06:26:09.518Z Downloaded darling_core v0.21.3
4502026-06-19T06:26:09.521Z Downloaded progenitor v0.14.0
4512026-06-19T06:26:09.524Z Downloaded proc-macro-error v1.0.4
4522026-06-19T06:26:09.528Z Downloaded secrecy v0.10.3
4532026-06-19T06:26:09.528Z Downloaded scroll_derive v0.13.1
4542026-06-19T06:26:09.528Z Downloaded scroll_derive v0.12.1
4552026-06-19T06:26:09.531Z Downloaded quick-error v1.2.3
4562026-06-19T06:26:09.531Z Downloaded poly1305 v0.8.0
4572026-06-19T06:26:09.534Z Downloaded chacha20poly1305 v0.10.1
4582026-06-19T06:26:09.534Z Downloaded crc32fast v1.5.0
4592026-06-19T06:26:09.537Z Downloaded once_cell v1.21.3
4602026-06-19T06:26:09.537Z Downloaded bytes v1.12.0
4612026-06-19T06:26:09.540Z Downloaded omicron-zone-package v0.12.2
4622026-06-19T06:26:09.544Z Downloaded search_path v0.1.4
4632026-06-19T06:26:09.544Z Downloaded rand_chacha v0.9.0
4642026-06-19T06:26:09.548Z Downloaded serde_spanned v0.6.9
4652026-06-19T06:26:09.548Z Downloaded serde_repr v0.1.20
4662026-06-19T06:26:09.552Z Downloaded quote v1.0.45
4672026-06-19T06:26:09.552Z Downloaded serde_spanned v1.1.1
4682026-06-19T06:26:09.552Z Downloaded serde_plain v1.0.2
4692026-06-19T06:26:09.555Z Downloaded scopeguard v1.2.0
4702026-06-19T06:26:09.555Z Downloaded const_format v0.2.34
4712026-06-19T06:26:09.560Z Downloaded serde-big-array v0.5.1
4722026-06-19T06:26:09.560Z Downloaded semver v0.1.20
4732026-06-19T06:26:09.564Z Downloaded ref-cast v1.0.25
4742026-06-19T06:26:09.564Z Downloaded rand_core v0.9.3
4752026-06-19T06:26:09.564Z Downloaded parking_lot_core v0.9.12
4762026-06-19T06:26:09.567Z Downloaded flate2 v1.1.2
4772026-06-19T06:26:09.571Z Downloaded sha1 v0.10.6
4782026-06-19T06:26:09.571Z Downloaded parking_lot v0.12.5
4792026-06-19T06:26:09.571Z Downloaded log v0.4.29
4802026-06-19T06:26:09.575Z Downloaded postcard v1.1.3
4812026-06-19T06:26:09.575Z Downloaded resolv-conf v0.7.5
4822026-06-19T06:26:09.578Z Downloaded icu_properties v2.0.1
4832026-06-19T06:26:09.578Z Downloaded pem v3.0.5
4842026-06-19T06:26:09.581Z Downloaded pkg-config v0.3.32
4852026-06-19T06:26:09.581Z Downloaded paste v1.0.15
4862026-06-19T06:26:09.584Z Downloaded rustc_version v0.4.1
4872026-06-19T06:26:09.584Z Downloaded half v2.7.1
4882026-06-19T06:26:09.587Z Downloaded pretty-hex v0.4.1
4892026-06-19T06:26:09.587Z Downloaded pest_derive v2.8.2
4902026-06-19T06:26:09.590Z Downloaded rusty-fork v0.3.0
4912026-06-19T06:26:09.590Z Downloaded scroll v0.12.0
4922026-06-19T06:26:09.594Z Downloaded jiff-static v0.2.15
4932026-06-19T06:26:09.594Z Downloaded const-oid v0.10.2
4942026-06-19T06:26:09.596Z Downloaded smawk v0.3.2
4952026-06-19T06:26:09.597Z Downloaded strum v0.26.3
4962026-06-19T06:26:09.599Z Downloaded strsim v0.11.1
4972026-06-19T06:26:09.599Z Downloaded stable_deref_trait v1.2.0
4982026-06-19T06:26:09.600Z Downloaded ingot v0.1.1
4992026-06-19T06:26:09.603Z Downloaded iana-time-zone v0.1.64
5002026-06-19T06:26:09.603Z Downloaded siphasher v1.0.1
5012026-06-19T06:26:09.607Z Downloaded scroll v0.13.0
5022026-06-19T06:26:09.607Z Downloaded sigpipe v0.1.3
5032026-06-19T06:26:09.608Z Downloaded hickory-resolver v0.25.2
5042026-06-19T06:26:09.611Z Downloaded signal-hook-tokio v0.4.0
5052026-06-19T06:26:09.611Z Downloaded papergrid v0.11.0
5062026-06-19T06:26:09.614Z Downloaded rustversion v1.0.22
5072026-06-19T06:26:09.618Z Downloaded strum v0.28.0
5082026-06-19T06:26:09.618Z Downloaded slog-bunyan v2.5.0
5092026-06-19T06:26:09.618Z Downloaded strum v0.27.2
5102026-06-19T06:26:09.618Z Downloaded serde_urlencoded v0.7.1
5112026-06-19T06:26:09.623Z Downloaded rand_core v0.6.4
5122026-06-19T06:26:09.623Z Downloaded subtle v2.6.1
5132026-06-19T06:26:09.626Z Downloaded pin-project v1.1.10
5142026-06-19T06:26:09.629Z Downloaded serde_tokenstream v0.2.3
5152026-06-19T06:26:09.629Z Downloaded sha1 v0.11.0
5162026-06-19T06:26:09.632Z Downloaded quinn-udp v0.5.14
5172026-06-19T06:26:09.632Z Downloaded structmeta-derive v0.3.0
5182026-06-19T06:26:09.635Z Downloaded structmeta v0.3.0
5192026-06-19T06:26:09.635Z Downloaded sync_wrapper v1.0.2
5202026-06-19T06:26:09.635Z Downloaded swrite v0.1.0
5212026-06-19T06:26:09.639Z Downloaded tabwriter v1.4.1
5222026-06-19T06:26:09.639Z Downloaded tabled_derive v0.11.0
5232026-06-19T06:26:09.639Z Downloaded supports-color v3.0.2
5242026-06-19T06:26:09.642Z Downloaded serde_path_to_error v0.1.20
5252026-06-19T06:26:09.642Z Downloaded serde_derive_internals v0.29.1
5262026-06-19T06:26:09.642Z Downloaded sha2 v0.10.9
5272026-06-19T06:26:09.645Z Downloaded signal-hook-registry v1.4.6
5282026-06-19T06:26:09.645Z Downloaded icu_normalizer_data v2.0.0
5292026-06-19T06:26:09.649Z Downloaded papergrid v0.17.0
5302026-06-19T06:26:09.652Z Downloaded miniz_oxide v0.8.9
5312026-06-19T06:26:09.652Z Downloaded shlex v2.0.1
5322026-06-19T06:26:09.655Z Downloaded heapless v0.8.0
5332026-06-19T06:26:09.655Z Downloaded rustls-pemfile v2.2.0
5342026-06-19T06:26:09.658Z Downloaded hickory-resolver v0.24.4
5352026-06-19T06:26:09.661Z Downloaded testing_table v0.3.0
5362026-06-19T06:26:09.661Z Downloaded tabled_derive v0.7.0
5372026-06-19T06:26:09.661Z Downloaded take_mut v0.2.2
5382026-06-19T06:26:09.664Z Downloaded slab v0.4.11
5392026-06-19T06:26:09.664Z Downloaded shlex v1.3.0
5402026-06-19T06:26:09.664Z Downloaded getrandom v0.4.2
5412026-06-19T06:26:09.667Z Downloaded snafu-derive v0.8.9
5422026-06-19T06:26:09.670Z Downloaded slog-json v2.6.1
5432026-06-19T06:26:09.670Z Downloaded ryu v1.0.20
5442026-06-19T06:26:09.673Z Downloaded thread-id v5.0.0
5452026-06-19T06:26:09.673Z Downloaded futures-channel v0.3.32
5462026-06-19T06:26:09.676Z Downloaded semver v1.0.28
5472026-06-19T06:26:09.677Z Downloaded num-traits v0.2.19
5482026-06-19T06:26:09.680Z Downloaded hashbrown v0.12.3
5492026-06-19T06:26:09.680Z Downloaded schemars_derive v0.8.22
5502026-06-19T06:26:09.683Z Downloaded termtree v0.5.1
5512026-06-19T06:26:09.683Z Downloaded terminal_size v0.4.3
5522026-06-19T06:26:09.688Z Downloaded strum_macros v0.28.0
5532026-06-19T06:26:09.688Z Downloaded strum_macros v0.26.4
5542026-06-19T06:26:09.691Z Downloaded proc-macro2 v1.0.106
5552026-06-19T06:26:09.691Z Downloaded tinyvec_macros v0.1.1
5562026-06-19T06:26:09.691Z Downloaded cancel-safe-futures v0.1.5
5572026-06-19T06:26:09.691Z Downloaded synstructure v0.13.2
5582026-06-19T06:26:09.695Z Downloaded strum_macros v0.27.2
5592026-06-19T06:26:09.695Z Downloaded slog-async v2.8.0
5602026-06-19T06:26:09.698Z Downloaded static_assertions v1.1.0
5612026-06-19T06:26:09.698Z Downloaded thiserror-impl-no-std v2.0.2
5622026-06-19T06:26:09.698Z Downloaded time-core v0.1.8
5632026-06-19T06:26:09.701Z Downloaded smf v0.2.3
5642026-06-19T06:26:09.701Z Downloaded progenitor-impl v0.14.0
5652026-06-19T06:26:09.701Z Downloaded minimal-lexical v0.2.1
5662026-06-19T06:26:09.704Z Downloaded tagptr v0.2.0
5672026-06-19T06:26:09.708Z Downloaded opaque-debug v0.3.1
5682026-06-19T06:26:09.708Z Downloaded olpc-cjson v0.1.4
5692026-06-19T06:26:09.708Z Downloaded clap v4.6.1
5702026-06-19T06:26:09.711Z Downloaded hyper-util v0.1.20
5712026-06-19T06:26:09.715Z Downloaded tokio-macros v2.7.0
5722026-06-19T06:26:09.719Z Downloaded indexmap v2.14.0
5732026-06-19T06:26:09.719Z Downloaded icu_locale_core v2.0.0
5742026-06-19T06:26:09.722Z Downloaded thiserror v1.0.69
5752026-06-19T06:26:09.725Z Downloaded pest_meta v2.8.2
5762026-06-19T06:26:09.728Z Downloaded tower-layer v0.3.3
5772026-06-19T06:26:09.728Z Downloaded toml_write v0.1.2
5782026-06-19T06:26:09.731Z Downloaded icu_collections v2.0.0
5792026-06-19T06:26:09.734Z Downloaded topological-sort v0.2.2
5802026-06-19T06:26:09.734Z Downloaded curl v0.4.50
5812026-06-19T06:26:09.738Z Downloaded serde_with_macros v3.14.1
5822026-06-19T06:26:09.738Z Downloaded slog-term v2.9.2
5832026-06-19T06:26:09.741Z Downloaded httparse v1.10.1
5842026-06-19T06:26:09.741Z Downloaded clap_derive v4.6.1
5852026-06-19T06:26:09.744Z Downloaded toml_datetime v0.6.11
5862026-06-19T06:26:09.744Z Downloaded ingot-types v0.1.2
5872026-06-19T06:26:09.744Z Downloaded thread-id v4.2.2
5882026-06-19T06:26:09.749Z Downloaded typify-macro v0.4.3
5892026-06-19T06:26:09.749Z Downloaded thiserror-impl v1.0.69
5902026-06-19T06:26:09.749Z Downloaded colored v3.1.1
5912026-06-19T06:26:09.752Z Downloaded prettyplease v0.2.37
5922026-06-19T06:26:09.752Z Downloaded camino v1.2.3
5932026-06-19T06:26:09.752Z Downloaded base64ct v1.8.0
5942026-06-19T06:26:09.755Z Downloaded find-msvc-tools v0.1.9
5952026-06-19T06:26:09.756Z Downloaded clang-sys v1.8.1
5962026-06-19T06:26:09.759Z Downloaded slog-dtrace v0.3.0
5972026-06-19T06:26:09.759Z Downloaded openssl-sys v0.9.117
5982026-06-19T06:26:09.762Z Downloaded time-macros v0.2.27
5992026-06-19T06:26:09.762Z Downloaded tokio-dtrace v0.1.1
6002026-06-19T06:26:09.766Z Downloaded serde_core v1.0.228
6012026-06-19T06:26:09.766Z Downloaded progenitor-impl v0.11.1
6022026-06-19T06:26:09.770Z Downloaded unicode-linebreak v0.1.5
6032026-06-19T06:26:09.770Z Downloaded typify-macro v0.6.2
6042026-06-19T06:26:09.770Z Downloaded try-lock v0.2.5
6052026-06-19T06:26:09.770Z Downloaded tower-service v0.3.3
6062026-06-19T06:26:09.770Z Downloaded thiserror-no-std v2.0.2
6072026-06-19T06:26:09.773Z Downloaded unarray v0.1.4
6082026-06-19T06:26:09.773Z Downloaded smallvec v1.15.1
6092026-06-19T06:26:09.777Z Downloaded progenitor-impl v0.10.0
6102026-06-19T06:26:09.777Z Downloaded http v1.4.2
6112026-06-19T06:26:09.780Z Downloaded elliptic-curve v0.13.8
6122026-06-19T06:26:09.783Z Downloaded thread_local v1.1.9
6132026-06-19T06:26:09.783Z Downloaded spin v0.9.8
6142026-06-19T06:26:09.783Z Downloaded tinystr v0.8.1
6152026-06-19T06:26:09.786Z Downloaded dropshot_endpoint v0.16.7
6162026-06-19T06:26:09.786Z Downloaded usdt v0.5.0
6172026-06-19T06:26:09.789Z Downloaded utf8_iter v1.0.4
6182026-06-19T06:26:09.789Z Downloaded usdt v0.6.0
6192026-06-19T06:26:09.789Z Downloaded untrusted v0.9.0
6202026-06-19T06:26:09.792Z Downloaded untrusted v0.7.1
6212026-06-19T06:26:09.792Z Downloaded universal-hash v0.5.1
6222026-06-19T06:26:09.792Z Downloaded unicode-xid v0.2.6
6232026-06-19T06:26:09.792Z Downloaded kstat-rs v0.2.4
6242026-06-19T06:26:09.795Z Downloaded keccak v0.1.6
6252026-06-19T06:26:09.795Z Downloaded daft v0.1.5
6262026-06-19T06:26:09.795Z Downloaded term v1.2.0
6272026-06-19T06:26:09.798Z Downloaded slog v2.8.2
6282026-06-19T06:26:09.801Z Downloaded rayon-core v1.13.0
6292026-06-19T06:26:09.801Z Downloaded thiserror v2.0.18
6302026-06-19T06:26:09.805Z Downloaded utf8parse v0.2.2
6312026-06-19T06:26:09.808Z Downloaded toml_writer v1.1.1+spec-1.1.0
6322026-06-19T06:26:09.808Z Downloaded signal-hook v0.4.4
6332026-06-19T06:26:09.808Z Downloaded serde_yaml v0.9.34+deprecated
6342026-06-19T06:26:09.811Z Downloaded async-stream-impl v0.3.6
6352026-06-19T06:26:09.812Z Downloaded is-terminal v0.4.16
6362026-06-19T06:26:09.812Z Downloaded tokio-rustls v0.25.0
6372026-06-19T06:26:09.814Z Downloaded schemars v0.9.0
6382026-06-19T06:26:09.818Z Downloaded usdt-macro v0.5.0
6392026-06-19T06:26:09.821Z Downloaded socket2 v0.6.4
6402026-06-19T06:26:09.821Z Downloaded usdt-attr-macro v0.6.0
6412026-06-19T06:26:09.821Z Downloaded usdt-attr-macro v0.5.0
6422026-06-19T06:26:09.824Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6432026-06-19T06:26:09.824Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6442026-06-19T06:26:09.824Z Downloaded schemars v0.8.22
6452026-06-19T06:26:09.831Z Downloaded similar v2.7.0
6462026-06-19T06:26:09.834Z Downloaded instant v0.1.13
6472026-06-19T06:26:09.834Z Downloaded inout v0.1.4
6482026-06-19T06:26:09.837Z Downloaded quinn v0.11.9
6492026-06-19T06:26:09.837Z Downloaded version_check v0.9.5
6502026-06-19T06:26:09.840Z Downloaded scuffle v0.1.0
6512026-06-19T06:26:09.840Z Downloaded usdt-macro v0.6.0
6522026-06-19T06:26:09.840Z Downloaded filetime v0.2.26
6532026-06-19T06:26:09.844Z Downloaded critical-section v1.2.0
6542026-06-19T06:26:09.844Z Downloaded bit-vec v0.8.0
6552026-06-19T06:26:09.844Z Downloaded foreign-types v0.3.2
6562026-06-19T06:26:09.848Z Downloaded yoke-derive v0.8.0
6572026-06-19T06:26:09.848Z Downloaded thiserror-impl v2.0.18
6582026-06-19T06:26:09.848Z Downloaded float-ord v0.3.2
6592026-06-19T06:26:09.848Z Downloaded bitflags v1.3.2
6602026-06-19T06:26:09.851Z Downloaded bit-set v0.8.0
6612026-06-19T06:26:09.851Z Downloaded bcs v0.1.6
6622026-06-19T06:26:09.851Z Downloaded futures-sink v0.3.32
6632026-06-19T06:26:09.851Z Downloaded futures-io v0.3.32
6642026-06-19T06:26:09.856Z Downloaded fixedbitset v0.4.2
6652026-06-19T06:26:09.856Z Downloaded fastrand v2.3.0
6662026-06-19T06:26:09.856Z Downloaded cstr-argument v0.1.2
6672026-06-19T06:26:09.856Z Downloaded cpufeatures v0.2.17
6682026-06-19T06:26:09.856Z Downloaded want v0.3.1
6692026-06-19T06:26:09.859Z Downloaded tokio-rustls v0.26.4
6702026-06-19T06:26:09.859Z Downloaded tokio-native-tls v0.3.1
6712026-06-19T06:26:09.859Z Downloaded waitgroup v0.1.2
6722026-06-19T06:26:09.859Z Downloaded drift v0.2.0
6732026-06-19T06:26:09.864Z Downloaded zeroize_derive v1.4.3
6742026-06-19T06:26:09.867Z Downloaded xattr v1.6.1
6752026-06-19T06:26:09.867Z Downloaded toml v0.8.23
6762026-06-19T06:26:09.870Z Downloaded zerofrom v0.1.6
6772026-06-19T06:26:09.870Z Downloaded toml_parser v1.1.2+spec-1.1.0
6782026-06-19T06:26:09.870Z Downloaded tokio-stream v0.1.17
6792026-06-19T06:26:09.873Z Downloaded test-strategy v0.4.3
6802026-06-19T06:26:09.876Z Downloaded mio v1.2.1
6812026-06-19T06:26:09.880Z Downloaded textwrap v0.16.2
6822026-06-19T06:26:09.880Z Downloaded nom v7.1.3
6832026-06-19T06:26:09.883Z Downloaded zerofrom-derive v0.1.6
6842026-06-19T06:26:09.883Z Downloaded serde_derive v1.0.228
6852026-06-19T06:26:09.886Z Downloaded zone_cfg_derive v0.3.1
6862026-06-19T06:26:09.886Z Downloaded rand v0.8.5
6872026-06-19T06:26:09.889Z Downloaded schemars v1.2.0
6882026-06-19T06:26:09.894Z Downloaded tempfile v3.27.0
6892026-06-19T06:26:09.897Z Downloaded deranged v0.5.3
6902026-06-19T06:26:09.897Z Downloaded usdt-impl v0.6.0
6912026-06-19T06:26:09.901Z Downloaded ucd-trie v0.1.7
6922026-06-19T06:26:09.901Z Downloaded ciborium-ll v0.2.2
6932026-06-19T06:26:09.901Z Downloaded base16ct v0.2.0
6942026-06-19T06:26:09.901Z Downloaded fnv v1.0.7
6952026-06-19T06:26:09.904Z Downloaded qorb v0.4.1
6962026-06-19T06:26:09.904Z Downloaded dropshot-api-manager v0.7.2
6972026-06-19T06:26:09.907Z Downloaded dtrace-parser v0.3.0
6982026-06-19T06:26:09.910Z Downloaded dof v0.4.0
6992026-06-19T06:26:09.910Z Downloaded cargo-platform v0.1.9
7002026-06-19T06:26:09.911Z Downloaded block-buffer v0.12.0
7012026-06-19T06:26:09.911Z Downloaded dof v0.3.0
7022026-06-19T06:26:09.911Z Downloaded defmt v1.0.1
7032026-06-19T06:26:09.915Z Downloaded tinyvec v1.10.0
7042026-06-19T06:26:09.915Z Downloaded serde v1.0.228
7052026-06-19T06:26:09.918Z Downloaded zone v0.3.1
7062026-06-19T06:26:09.918Z Downloaded rustls-webpki v0.103.6
7072026-06-19T06:26:09.918Z Downloaded rustls-pki-types v1.12.0
7082026-06-19T06:26:09.922Z Downloaded writeable v0.6.1
7092026-06-19T06:26:09.922Z Downloaded usdt-impl v0.5.0
7102026-06-19T06:26:09.925Z Downloaded darling_macro v0.21.3
7112026-06-19T06:26:09.925Z Downloaded digest v0.11.3
7122026-06-19T06:26:09.925Z Downloaded wait-timeout v0.2.1
7132026-06-19T06:26:09.928Z Downloaded memchr v2.7.5
7142026-06-19T06:26:09.928Z Downloaded rand v0.9.3
7152026-06-19T06:26:09.932Z Downloaded vsss-rs v3.3.4
7162026-06-19T06:26:09.935Z Downloaded digest v0.10.7
7172026-06-19T06:26:09.935Z Downloaded yoke v0.8.0
7182026-06-19T06:26:09.935Z Downloaded toml v0.7.8
7192026-06-19T06:26:09.938Z Downloaded displaydoc v0.2.5
7202026-06-19T06:26:09.943Z Downloaded idna v1.1.0
7212026-06-19T06:26:09.947Z Downloaded defmt v0.3.100
7222026-06-19T06:26:09.947Z Downloaded debug-ignore v1.0.5
7232026-06-19T06:26:09.950Z Downloaded ciborium-io v0.2.2
7242026-06-19T06:26:09.950Z Downloaded aho-corasick v1.1.3
7252026-06-19T06:26:09.952Z Downloaded embedded-io v0.4.0
7262026-06-19T06:26:09.953Z Downloaded dtrace-parser v0.2.0
7272026-06-19T06:26:09.953Z Downloaded allocator-api2 v0.2.21
7282026-06-19T06:26:09.956Z Downloaded tracing-attributes v0.1.30
7292026-06-19T06:26:09.956Z Downloaded snafu v0.8.9
7302026-06-19T06:26:09.959Z Downloaded whoami v1.6.1
7312026-06-19T06:26:09.961Z Downloaded itertools v0.12.1
7322026-06-19T06:26:09.964Z Downloaded zerovec-derive v0.11.1
7332026-06-19T06:26:09.965Z Downloaded zeroize v1.8.1
7342026-06-19T06:26:09.969Z Downloaded vergen v8.3.2
7352026-06-19T06:26:09.969Z Downloaded hashbrown v0.17.1
7362026-06-19T06:26:09.972Z Downloaded zmij v1.0.17
7372026-06-19T06:26:09.972Z Downloaded tar v0.4.46
7382026-06-19T06:26:09.975Z Downloaded iri-string v0.7.8
7392026-06-19T06:26:09.978Z Downloaded toml v1.1.2+spec-1.1.0
7402026-06-19T06:26:09.978Z Downloaded typify v0.6.2
7412026-06-19T06:26:09.981Z Downloaded typify v0.4.3
7422026-06-19T06:26:09.984Z Downloaded anstyle-parse v1.0.0
7432026-06-19T06:26:09.984Z Downloaded walkdir v2.5.0
7442026-06-19T06:26:09.984Z Downloaded autocfg v1.5.0
7452026-06-19T06:26:09.988Z Downloaded zerocopy-derive v0.7.35
7462026-06-19T06:26:09.988Z Downloaded hashbrown v0.16.1
7472026-06-19T06:26:09.991Z Downloaded unicode-ident v1.0.24
7482026-06-19T06:26:09.994Z Downloaded iddqd v0.3.18
7492026-06-19T06:26:09.997Z Downloaded pest v2.8.2
7502026-06-19T06:26:10.002Z Downloaded unsafe-libyaml v0.2.11
7512026-06-19T06:26:10.002Z Downloaded argon2 v0.5.3
7522026-06-19T06:26:10.005Z Downloaded anstyle v1.0.14
7532026-06-19T06:26:10.005Z Downloaded icu_properties_data v2.0.1
7542026-06-19T06:26:10.008Z Downloaded toml v0.9.12+spec-1.1.0
7552026-06-19T06:26:10.011Z Downloaded h2 v0.4.14
7562026-06-19T06:26:10.014Z Downloaded hashbrown v0.15.5
7572026-06-19T06:26:10.020Z Downloaded tracing-core v0.1.34
7582026-06-19T06:26:10.023Z Downloaded steno v0.4.1
7592026-06-19T06:26:10.026Z Downloaded clap_builder v4.6.0
7602026-06-19T06:26:10.029Z Downloaded hkdf v0.12.4
7612026-06-19T06:26:10.032Z Downloaded futures-util v0.3.32
7622026-06-19T06:26:10.039Z Downloaded toml_edit v0.22.27
7632026-06-19T06:26:10.048Z Downloaded libm v0.2.15
7642026-06-19T06:26:10.053Z Downloaded itertools v0.14.0
7652026-06-19T06:26:10.056Z Downloaded hyper v1.10.1
7662026-06-19T06:26:10.059Z Downloaded goblin v0.10.1
7672026-06-19T06:26:10.063Z Downloaded uuid v1.23.3
7682026-06-19T06:26:10.066Z Downloaded toml_edit v0.19.15
7692026-06-19T06:26:10.073Z Downloaded goblin v0.8.2
7702026-06-19T06:26:10.076Z Downloaded blake3 v1.8.2
7712026-06-19T06:26:10.080Z Downloaded url v2.5.7
7722026-06-19T06:26:10.084Z Downloaded git2 v0.19.0
7732026-06-19T06:26:10.106Z Downloaded iddqd v0.4.5
7742026-06-19T06:26:10.111Z Downloaded reqwest v0.13.2
7752026-06-19T06:26:10.114Z Downloaded tracing v0.1.41
7762026-06-19T06:26:10.117Z Downloaded typenum v1.20.1
7772026-06-19T06:26:10.138Z Downloaded reqwest v0.12.23
7782026-06-19T06:26:10.141Z Downloaded aws-lc-rs v1.16.2
7792026-06-19T06:26:10.147Z Downloaded zerotrie v0.2.2
7802026-06-19T06:26:10.151Z Downloaded tough v0.20.0
7812026-06-19T06:26:10.154Z Downloaded zerocopy-derive v0.8.27
7822026-06-19T06:26:10.157Z Downloaded tower v0.5.2
7832026-06-19T06:26:10.161Z Downloaded typed-path v0.9.3
7842026-06-19T06:26:10.163Z Downloaded serde_json v1.0.150
7852026-06-19T06:26:10.170Z Downloaded unicode-segmentation v1.12.0
7862026-06-19T06:26:10.174Z Downloaded rayon v1.11.0
7872026-06-19T06:26:10.178Z Downloaded tokio-util v0.7.16
7882026-06-19T06:26:10.182Z Downloaded serde_with v3.14.1
7892026-06-19T06:26:10.188Z Downloaded regex v1.12.4
7902026-06-19T06:26:10.192Z Downloaded rustls-webpki v0.102.8
7912026-06-19T06:26:10.202Z Downloaded unicode-normalization v0.1.24
7922026-06-19T06:26:10.205Z Downloaded portable-atomic v1.11.1
7932026-06-19T06:26:10.215Z Downloaded tower-http v0.6.8
7942026-06-19T06:26:10.219Z Downloaded chrono v0.4.45
7952026-06-19T06:26:10.223Z Downloaded zerocopy v0.7.35
7962026-06-19T06:26:10.232Z Downloaded bindgen v0.72.1
7972026-06-19T06:26:10.237Z Downloaded dropshot v0.17.1
7982026-06-19T06:26:10.249Z Downloaded zerovec v0.11.4
7992026-06-19T06:26:10.253Z Downloaded quinn-proto v0.11.14
8002026-06-19T06:26:10.256Z Downloaded proptest v1.8.0
8012026-06-19T06:26:10.261Z Downloaded tabled v0.15.0
8022026-06-19T06:26:10.270Z Downloaded moka v0.12.11
8032026-06-19T06:26:10.280Z Downloaded tabled v0.20.0
8042026-06-19T06:26:10.290Z Downloaded winnow v0.5.40
8052026-06-19T06:26:10.297Z Downloaded time v0.3.47
8062026-06-19T06:26:10.327Z Downloaded unicode-width v0.2.1
8072026-06-19T06:26:10.330Z Downloaded hickory-proto v0.24.4
8082026-06-19T06:26:10.338Z Downloaded dropshot v0.16.7
8092026-06-19T06:26:10.350Z Downloaded winnow v1.0.3
8102026-06-19T06:26:10.355Z Downloaded regress v0.11.1
8112026-06-19T06:26:10.361Z Downloaded openapiv3 v2.2.0
8122026-06-19T06:26:10.367Z Downloaded hickory-proto v0.25.2
8132026-06-19T06:26:10.376Z Downloaded syn v1.0.109
8142026-06-19T06:26:10.381Z Downloaded winnow v0.7.14
8152026-06-19T06:26:10.386Z Downloaded regress v0.10.5
8162026-06-19T06:26:10.392Z Downloaded rustix v1.1.4
8172026-06-19T06:26:10.404Z Downloaded vcpkg v0.2.15
8182026-06-19T06:26:10.426Z Downloaded openssl v0.10.81
8192026-06-19T06:26:10.431Z Downloaded bstr v1.12.0
8202026-06-19T06:26:10.436Z Downloaded zerocopy v0.8.27
8212026-06-19T06:26:10.448Z Downloaded webpki-roots v1.0.2
8222026-06-19T06:26:10.451Z Downloaded nix v0.30.1
8232026-06-19T06:26:10.457Z Downloaded curve25519-dalek v4.1.3
8242026-06-19T06:26:10.469Z Downloaded smoltcp v0.11.0
8252026-06-19T06:26:10.475Z Downloaded unicode-width v0.1.14
8262026-06-19T06:26:10.479Z Downloaded rustls v0.22.4
8272026-06-19T06:26:10.485Z Downloaded syn v2.0.118
8282026-06-19T06:26:10.504Z Downloaded petgraph v0.6.5
8292026-06-19T06:26:10.515Z Downloaded rustls v0.23.40
8302026-06-19T06:26:10.522Z Downloaded regex-syntax v0.8.11
8312026-06-19T06:26:10.528Z Downloaded rustix v0.38.44
8322026-06-19T06:26:10.540Z Downloaded petgraph v0.8.2
8332026-06-19T06:26:10.577Z Downloaded sha3 v0.10.8
8342026-06-19T06:26:10.580Z Downloaded tokio v1.52.3
8352026-06-19T06:26:10.610Z Downloaded typify-impl v0.4.3
8362026-06-19T06:26:10.626Z Downloaded typify-impl v0.6.2
8372026-06-19T06:26:10.649Z Downloaded encoding_rs v0.8.35
8382026-06-19T06:26:10.678Z Downloaded libgit2-sys v0.17.0+1.8.1
8392026-06-19T06:26:10.709Z Downloaded regex-automata v0.4.13
8402026-06-19T06:26:10.748Z Downloaded jiff v0.2.15
8412026-06-19T06:26:10.764Z Downloaded chrono-tz v0.10.4
8422026-06-19T06:26:10.783Z Downloaded libc v0.2.186
8432026-06-19T06:26:10.802Z Downloaded csv v1.4.0
8442026-06-19T06:26:10.813Z Downloaded libz-sys v1.1.22
8452026-06-19T06:26:10.960Z Downloaded ring v0.17.14
8462026-06-19T06:26:10.998Z Downloaded curl-sys v0.4.89+curl-8.20.0
8472026-06-19T06:26:11.531Z Downloaded aws-lc-sys v0.39.1
8482026-06-19T06:26:11.855Z Compiling proc-macro2 v1.0.106
8492026-06-19T06:26:11.855Z Compiling quote v1.0.45
8502026-06-19T06:26:11.855Z Compiling unicode-ident v1.0.24
8512026-06-19T06:26:11.855Z Compiling serde_core v1.0.228
8522026-06-19T06:26:11.859Z Compiling serde v1.0.228
8532026-06-19T06:26:11.859Z Compiling libc v0.2.186
8542026-06-19T06:26:12.031Z Checking cfg-if v1.0.4
8552026-06-19T06:26:12.169Z Compiling zmij v1.0.17
8562026-06-19T06:26:12.206Z Compiling autocfg v1.5.0
8572026-06-19T06:26:12.477Z Compiling memchr v2.7.5
8582026-06-19T06:26:12.548Z Compiling libm v0.2.15
8592026-06-19T06:26:12.877Z Compiling getrandom v0.4.2
8602026-06-19T06:26:12.974Z Compiling thiserror v2.0.18
8612026-06-19T06:26:12.994Z Checking smallvec v1.15.1
8622026-06-19T06:26:13.019Z Compiling version_check v0.9.5
8632026-06-19T06:26:13.081Z Checking itoa v1.0.15
8642026-06-19T06:26:13.200Z Compiling jobserver v0.1.34
8652026-06-19T06:26:13.213Z Compiling find-msvc-tools v0.1.9
8662026-06-19T06:26:13.300Z Compiling shlex v2.0.1
8672026-06-19T06:26:13.324Z Compiling syn v2.0.118
8682026-06-19T06:26:13.400Z Compiling icu_normalizer_data v2.0.0
8692026-06-19T06:26:13.454Z Compiling cc v1.2.64
8702026-06-19T06:26:13.524Z Compiling icu_properties_data v2.0.1
8712026-06-19T06:26:13.599Z Compiling parking_lot_core v0.9.12
8722026-06-19T06:26:13.652Z Checking stable_deref_trait v1.2.0
8732026-06-19T06:26:13.686Z Compiling serde_json v1.0.150
8742026-06-19T06:26:13.794Z Compiling heck v0.5.0
8752026-06-19T06:26:13.953Z Checking litemap v0.8.0
8762026-06-19T06:26:14.008Z Checking writeable v0.6.1
8772026-06-19T06:26:14.149Z Compiling num-traits v0.2.19
8782026-06-19T06:26:14.162Z Checking percent-encoding v2.3.2
8792026-06-19T06:26:14.407Z Checking form_urlencoded v1.2.2
8802026-06-19T06:26:14.531Z Checking utf8_iter v1.0.4
8812026-06-19T06:26:14.544Z Compiling zerocopy v0.8.27
8822026-06-19T06:26:14.547Z Checking pin-project-lite v0.2.16
8832026-06-19T06:26:14.651Z Checking iana-time-zone v0.1.64
8842026-06-19T06:26:14.665Z Compiling rustversion v1.0.22
8852026-06-19T06:26:14.687Z Compiling log v0.4.29
8862026-06-19T06:26:14.763Z Compiling equivalent v1.0.2
8872026-06-19T06:26:14.824Z Compiling semver v1.0.28
8882026-06-19T06:26:14.855Z Checking socket2 v0.6.4
8892026-06-19T06:26:14.869Z Checking uuid v1.23.3
8902026-06-19T06:26:14.990Z Checking scopeguard v1.2.0
8912026-06-19T06:26:15.132Z Checking lock_api v0.4.14
8922026-06-19T06:26:15.159Z Checking signal-hook-registry v1.4.6
8932026-06-19T06:26:15.285Z Checking mio v1.2.1
8942026-06-19T06:26:15.313Z Checking getrandom v0.2.16
8952026-06-19T06:26:15.327Z Compiling schemars v0.8.22
8962026-06-19T06:26:15.330Z Checking parking_lot v0.12.5
8972026-06-19T06:26:15.330Z Checking dyn-clone v1.0.20
8982026-06-19T06:26:15.447Z Checking bitflags v2.11.1
8992026-06-19T06:26:15.583Z Compiling portable-atomic v1.11.1
9002026-06-19T06:26:15.600Z Checking futures-core v0.3.32
9012026-06-19T06:26:15.617Z Checking critical-section v1.2.0
9022026-06-19T06:26:15.644Z Compiling ring v0.17.14
9032026-06-19T06:26:15.717Z Compiling hashbrown v0.17.1
9042026-06-19T06:26:15.847Z Compiling thiserror v1.0.69
9052026-06-19T06:26:15.860Z Compiling httparse v1.10.1
9062026-06-19T06:26:15.908Z Checking futures-sink v0.3.32
9072026-06-19T06:26:16.010Z Compiling regex-syntax v0.8.11
9082026-06-19T06:26:16.201Z Compiling synstructure v0.13.2
9092026-06-19T06:26:16.265Z Compiling serde_derive_internals v0.29.1
9102026-06-19T06:26:16.481Z Compiling indexmap v2.14.0
9112026-06-19T06:26:16.484Z Checking once_cell v1.21.3
9122026-06-19T06:26:16.936Z Checking slab v0.4.11
9132026-06-19T06:26:17.005Z Compiling rustix v1.1.4
9142026-06-19T06:26:17.104Z Compiling aho-corasick v1.1.3
9152026-06-19T06:26:17.118Z Checking subtle v2.6.1
9162026-06-19T06:26:17.170Z Compiling ucd-trie v0.1.7
9172026-06-19T06:26:17.265Z Checking futures-channel v0.3.32
9182026-06-19T06:26:17.400Z Compiling anyhow v1.0.102
9192026-06-19T06:26:17.432Z Compiling serde_derive v1.0.228
9202026-06-19T06:26:17.459Z Compiling zerofrom-derive v0.1.6
9212026-06-19T06:26:17.609Z Compiling yoke-derive v0.8.0
9222026-06-19T06:26:17.632Z Compiling zerovec-derive v0.11.1
9232026-06-19T06:26:17.715Z Compiling displaydoc v0.2.5
9242026-06-19T06:26:18.138Z Compiling thiserror-impl v2.0.18
9252026-06-19T06:26:18.453Z Compiling schemars_derive v0.8.22
9262026-06-19T06:26:18.548Z Compiling tokio-macros v2.7.0
9272026-06-19T06:26:18.642Z Compiling zerocopy-derive v0.8.27
9282026-06-19T06:26:18.660Z Checking zerofrom v0.1.6
9292026-06-19T06:26:18.711Z Compiling futures-macro v0.3.32
9302026-06-19T06:26:18.780Z Checking yoke v0.8.0
9312026-06-19T06:26:18.953Z Checking zerovec v0.11.4
9322026-06-19T06:26:19.265Z Checking zerotrie v0.2.2
9332026-06-19T06:26:19.499Z Compiling zeroize_derive v1.4.3
9342026-06-19T06:26:19.513Z Compiling thiserror-impl v1.0.69
9352026-06-19T06:26:19.555Z Compiling regex-automata v0.4.13
9362026-06-19T06:26:19.654Z Compiling pest v2.8.2
9372026-06-19T06:26:19.676Z Checking tinystr v0.8.1
9382026-06-19T06:26:19.851Z Checking potential_utf v0.1.3
9392026-06-19T06:26:19.864Z Checking icu_locale_core v2.0.0
9402026-06-19T06:26:19.979Z Checking icu_collections v2.0.0
9412026-06-19T06:26:20.260Z Checking zeroize v1.8.1
9422026-06-19T06:26:20.322Z Checking icu_provider v2.0.0
9432026-06-19T06:26:20.457Z Checking bytes v1.12.0
9442026-06-19T06:26:20.567Z Checking icu_normalizer v2.0.0
9452026-06-19T06:26:20.654Z Checking icu_properties v2.0.1
9462026-06-19T06:26:20.678Z Checking chrono v0.4.45
9472026-06-19T06:26:20.884Z Compiling serde_tokenstream v0.2.3
9482026-06-19T06:26:20.884Z Checking tokio v1.52.3
9492026-06-19T06:26:21.174Z Compiling pest_meta v2.8.2
9502026-06-19T06:26:21.439Z Compiling regex v1.12.4
9512026-06-19T06:26:21.471Z Checking idna_adapter v1.2.1
9522026-06-19T06:26:21.593Z Checking idna v1.1.0
9532026-06-19T06:26:21.633Z Checking rand_core v0.6.4
9542026-06-19T06:26:21.734Z Checking futures-task v0.3.32
9552026-06-19T06:26:21.799Z Checking typenum v1.20.1
9562026-06-19T06:26:21.831Z Checking futures-io v0.3.32
9572026-06-19T06:26:21.835Z Checking url v2.5.7
9582026-06-19T06:26:21.876Z Compiling pest_generator v2.8.2
9592026-06-19T06:26:22.181Z Checking futures-util v0.3.32
9602026-06-19T06:26:22.292Z Compiling getrandom v0.3.3
9612026-06-19T06:26:22.548Z Compiling tracing-attributes v0.1.30
9622026-06-19T06:26:22.563Z Compiling pest_derive v2.8.2
9632026-06-19T06:26:22.590Z Checking tracing-core v0.1.34
9642026-06-19T06:26:22.648Z Compiling allocator-api2 v0.2.21
9652026-06-19T06:26:22.905Z Compiling pkg-config v0.3.32
9662026-06-19T06:26:22.956Z Compiling foldhash v0.2.0
9672026-06-19T06:26:22.976Z Checking fnv v1.0.7
9682026-06-19T06:26:23.096Z Compiling hashbrown v0.16.1
9692026-06-19T06:26:23.126Z Checking http v1.4.2
9702026-06-19T06:26:23.156Z Compiling generic-array v0.14.7
9712026-06-19T06:26:23.373Z Compiling vcpkg v0.2.15
9722026-06-19T06:26:23.669Z Compiling byteorder v1.5.0
9732026-06-19T06:26:23.685Z Compiling time-core v0.1.8
9742026-06-19T06:26:23.699Z Compiling num-conv v0.2.1
9752026-06-19T06:26:23.774Z Checking tracing v0.1.41
9762026-06-19T06:26:23.853Z Compiling time-macros v0.2.27
9772026-06-19T06:26:23.953Z Checking errno v0.3.14
9782026-06-19T06:26:24.076Z Checking ipnet v2.11.0
9792026-06-19T06:26:24.106Z Checking base64 v0.22.1
9802026-06-19T06:26:24.175Z Checking tokio-util v0.7.16
9812026-06-19T06:26:24.301Z Compiling scroll_derive v0.13.1
9822026-06-19T06:26:24.346Z Compiling camino v1.2.3
9832026-06-19T06:26:24.373Z Checking crypto-common v0.1.6
9842026-06-19T06:26:24.547Z Checking http-body v1.0.1
9852026-06-19T06:26:24.672Z Checking atomic-waker v1.1.2
9862026-06-19T06:26:24.686Z Compiling crossbeam-utils v0.8.21
9872026-06-19T06:26:24.734Z Checking ppv-lite86 v0.2.21
9882026-06-19T06:26:24.868Z Compiling slog v2.8.2
9892026-06-19T06:26:25.028Z Compiling paste v1.0.15
9902026-06-19T06:26:25.041Z Checking try-lock v0.2.5
9912026-06-19T06:26:25.054Z Checking tower-service v0.3.3
9922026-06-19T06:26:25.095Z Checking tower-layer v0.3.3
9932026-06-19T06:26:25.141Z Checking h2 v0.4.14
9942026-06-19T06:26:25.144Z Checking want v0.3.1
9952026-06-19T06:26:25.243Z Checking ipnetwork v0.21.1
9962026-06-19T06:26:25.262Z Checking erased-serde v0.3.31
9972026-06-19T06:26:25.320Z Checking rustls-pki-types v1.12.0
9982026-06-19T06:26:25.370Z Checking ryu v1.0.20
9992026-06-19T06:26:25.404Z Checking httpdate v1.0.3
10002026-06-19T06:26:25.450Z Checking pretty-hex v0.4.1
10012026-06-19T06:26:25.508Z Compiling async-trait v0.1.89
10022026-06-19T06:26:25.548Z Checking untrusted v0.9.0
10032026-06-19T06:26:25.608Z Compiling scroll v0.13.0
10042026-06-19T06:26:25.886Z Compiling usdt-impl v0.6.0
10052026-06-19T06:26:25.914Z Compiling plain v0.2.3
10062026-06-19T06:26:25.961Z Checking http-body-util v0.1.3
10072026-06-19T06:26:25.964Z Compiling openssl-sys v0.9.117
10082026-06-19T06:26:26.024Z Compiling goblin v0.10.1
10092026-06-19T06:26:26.151Z Compiling cmake v0.1.54
10102026-06-19T06:26:26.178Z Compiling slog-async v2.8.0
10112026-06-19T06:26:26.313Z Compiling dunce v1.0.5
10122026-06-19T06:26:26.415Z Compiling fs_extra v1.3.0
10132026-06-19T06:26:26.495Z Compiling strsim v0.11.1
10142026-06-19T06:26:26.644Z Checking rand_core v0.9.3
10152026-06-19T06:26:26.661Z Checking serde_urlencoded v0.7.1
10162026-06-19T06:26:26.675Z Compiling aws-lc-sys v0.39.1
10172026-06-19T06:26:26.760Z Checking oxnet v0.1.6
10182026-06-19T06:26:26.800Z Checking block-buffer v0.10.4
10192026-06-19T06:26:26.814Z Compiling regress v0.10.5
10202026-06-19T06:26:26.866Z Compiling dtrace-parser v0.3.0
10212026-06-19T06:26:26.941Z Compiling openapiv3 v2.2.0
10222026-06-19T06:26:27.038Z Checking hyper v1.10.1
10232026-06-19T06:26:27.081Z Compiling thread-id v5.0.0
10242026-06-19T06:26:27.544Z Checking digest v0.10.7
10252026-06-19T06:26:27.741Z Compiling omicron-workspace-hack v0.1.0
10262026-06-19T06:26:27.766Z Compiling ident_case v1.0.1
10272026-06-19T06:26:27.897Z Compiling darling_core v0.21.3
10282026-06-19T06:26:27.977Z Checking rand_chacha v0.9.0
10292026-06-19T06:26:27.994Z Checking hyper-util v0.1.20
10302026-06-19T06:26:28.168Z Compiling daft-derive v0.1.5
10312026-06-19T06:26:28.502Z Compiling typify-impl v0.4.3
10322026-06-19T06:26:28.677Z Compiling aws-lc-rs v1.16.2
10332026-06-19T06:26:28.893Z Compiling dof v0.4.0
10342026-06-19T06:26:28.985Z Checking powerfmt v0.2.0
10352026-06-19T06:26:29.139Z Checking deranged v0.5.3
10362026-06-19T06:26:29.555Z Checking rand v0.9.3
10372026-06-19T06:26:29.643Z Compiling syn v1.0.109
10382026-06-19T06:26:29.898Z Compiling usdt-macro v0.6.0
10392026-06-19T06:26:29.912Z Compiling usdt-attr-macro v0.6.0
10402026-06-19T06:26:29.952Z Checking num_threads v0.1.7
10412026-06-19T06:26:29.986Z Compiling darling_macro v0.21.3
10422026-06-19T06:26:30.000Z Compiling unsafe-libyaml v0.2.11
10432026-06-19T06:26:30.189Z Checking time v0.3.47
10442026-06-19T06:26:30.531Z Compiling darling v0.21.3
10452026-06-19T06:26:30.617Z Compiling serde_yaml v0.9.34+deprecated
10462026-06-19T06:26:30.671Z Checking sync_wrapper v1.0.2
10472026-06-19T06:26:30.745Z Checking encoding_rs v0.8.35
10482026-06-19T06:26:30.774Z Checking untrusted v0.7.1
10492026-06-19T06:26:30.887Z Checking mime v0.3.17
10502026-06-19T06:26:31.061Z Checking cpufeatures v0.2.17
10512026-06-19T06:26:31.133Z Checking tower v0.5.2
10522026-06-19T06:26:31.445Z Checking crossbeam-channel v0.5.15
10532026-06-19T06:26:31.521Z Checking futures-executor v0.3.32
10542026-06-19T06:26:31.669Z Compiling structmeta-derive v0.3.0
10552026-06-19T06:26:31.683Z Compiling multer v3.1.0
10562026-06-19T06:26:31.722Z Checking iri-string v0.7.8
10572026-06-19T06:26:31.772Z Compiling rustls v0.22.4
10582026-06-19T06:26:31.856Z Compiling rustls v0.23.40
10592026-06-19T06:26:31.870Z Compiling typify-macro v0.4.3
10602026-06-19T06:26:31.947Z Checking futures v0.3.32
10612026-06-19T06:26:32.063Z Compiling async-stream-impl v0.3.6
10622026-06-19T06:26:32.086Z Checking thread_local v1.1.9
10632026-06-19T06:26:32.247Z Checking unicode-width v0.2.1
10642026-06-19T06:26:32.295Z Checking fastrand v2.3.0
10652026-06-19T06:26:32.478Z Checking foreign-types-shared v0.1.1
10662026-06-19T06:26:32.502Z Checking hex v0.4.3
10672026-06-19T06:26:32.565Z Compiling openssl v0.10.81
10682026-06-19T06:26:32.677Z Checking foreign-types v0.3.2
10692026-06-19T06:26:32.717Z Checking tempfile v3.27.0
10702026-06-19T06:26:32.742Z Compiling structmeta v0.3.0
10712026-06-19T06:26:32.770Z Checking tower-http v0.6.8
10722026-06-19T06:26:32.848Z Compiling openssl-macros v0.1.1
10732026-06-19T06:26:32.906Z Compiling strum_macros v0.26.4
10742026-06-19T06:26:32.951Z Checking memmap2 v0.9.8
10752026-06-19T06:26:32.995Z Checking is-terminal v0.4.16
10762026-06-19T06:26:33.086Z Checking term v1.2.0
10772026-06-19T06:26:33.109Z Compiling native-tls v0.2.14
10782026-06-19T06:26:33.257Z Checking take_mut v0.2.2
10792026-06-19T06:26:33.302Z Checking openssl-probe v0.1.6
10802026-06-19T06:26:33.347Z Checking match_cfg v0.1.0
10812026-06-19T06:26:33.394Z Compiling typify v0.4.3
10822026-06-19T06:26:33.420Z Checking hostname v0.3.1
10832026-06-19T06:26:33.448Z Checking slog-term v2.9.2
10842026-06-19T06:26:33.524Z Checking slog-json v2.6.1
10852026-06-19T06:26:33.673Z Compiling newtype-uuid-macros v0.1.0
10862026-06-19T06:26:33.697Z Compiling ref-cast v1.0.25
10872026-06-19T06:26:33.777Z Checking slog-bunyan v2.5.0
10882026-06-19T06:26:34.058Z Compiling ref-cast-impl v1.0.25
10892026-06-19T06:26:34.124Z Compiling dropshot v0.16.7
10902026-06-19T06:26:34.442Z Compiling derive-ex v0.1.8
10912026-06-19T06:26:34.476Z Checking webpki-roots v1.0.2
10922026-06-19T06:26:34.509Z Compiling dropshot_endpoint v0.16.7
10932026-06-19T06:26:34.596Z Compiling strum_macros v0.27.2
10942026-06-19T06:26:34.637Z Checking winnow v0.7.14
10952026-06-19T06:26:35.711Z Checking tokio-native-tls v0.3.1
10962026-06-19T06:26:35.964Z Checking hyper-tls v0.6.0
10972026-06-19T06:26:35.969Z Compiling test-strategy v0.4.3
10982026-06-19T06:26:36.018Z Compiling progenitor-impl v0.11.1
10992026-06-19T06:26:36.102Z Checking newtype-uuid v1.3.2
11002026-06-19T06:26:36.140Z Checking winnow v1.0.3
11012026-06-19T06:26:36.156Z Checking either v1.15.0
11022026-06-19T06:26:36.348Z Checking daft v0.1.5
11032026-06-19T06:26:36.382Z Compiling serde_with_macros v3.14.1
11042026-06-19T06:26:36.418Z Checking toml_parser v1.1.2+spec-1.1.0
11052026-06-19T06:26:36.488Z Checking usdt v0.6.0
11062026-06-19T06:26:36.570Z Checking serde_spanned v1.1.1
11072026-06-19T06:26:36.622Z Checking toml_writer v1.1.1+spec-1.1.0
11082026-06-19T06:26:36.750Z Checking debug-ignore v1.0.5
11092026-06-19T06:26:36.807Z Checking spin v0.9.8
11102026-06-19T06:26:37.008Z Compiling parse-display-derive v0.10.0
11112026-06-19T06:26:37.021Z Checking async-stream v0.3.6
11122026-06-19T06:26:37.141Z Checking rustls-webpki v0.102.8
11132026-06-19T06:26:37.839Z Checking rustls-pemfile v2.2.0
11142026-06-19T06:26:37.844Z Checking waitgroup v0.1.2
11152026-06-19T06:26:37.844Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11162026-06-19T06:26:37.844Z Checking serde_path_to_error v0.1.20
11172026-06-19T06:26:37.844Z Checking hostname v0.4.2
11182026-06-19T06:26:37.844Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11192026-06-19T06:26:37.844Z Checking strum v0.26.3
11202026-06-19T06:26:37.930Z Checking rand_chacha v0.3.1
11212026-06-19T06:26:38.029Z Compiling toml_datetime v0.6.11
11222026-06-19T06:26:38.123Z Checking macaddr v1.0.1
11232026-06-19T06:26:38.145Z Compiling progenitor-macro v0.11.1
11242026-06-19T06:26:38.274Z Checking toml_datetime v0.7.5+spec-1.1.0
11252026-06-19T06:26:38.306Z Checking wait-timeout v0.2.1
11262026-06-19T06:26:38.428Z Checking bit-vec v0.8.0
11272026-06-19T06:26:38.445Z Checking quick-error v1.2.3
11282026-06-19T06:26:38.477Z Checking lazy_static v1.5.0
11292026-06-19T06:26:38.568Z Checking toml v0.9.12+spec-1.1.0
11302026-06-19T06:26:38.574Z Checking rusty-fork v0.3.0
11312026-06-19T06:26:39.324Z Checking bit-set v0.8.0
11322026-06-19T06:26:39.336Z Checking rand v0.8.5
11332026-06-19T06:26:39.336Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11342026-06-19T06:26:39.336Z Checking tokio-rustls v0.25.0
11352026-06-19T06:26:39.339Z Checking tabwriter v1.4.1
11362026-06-19T06:26:39.342Z Checking sha1 v0.10.6
11372026-06-19T06:26:39.342Z Checking rand_xorshift v0.4.0
11382026-06-19T06:26:39.342Z Compiling clap_derive v4.6.1
11392026-06-19T06:26:39.342Z Checking utf8parse v0.2.2
11402026-06-19T06:26:39.342Z Checking colored v3.1.1
11412026-06-19T06:26:39.375Z Checking unarray v0.1.4
11422026-06-19T06:26:39.394Z Checking anstyle-parse v1.0.0
11432026-06-19T06:26:39.499Z Checking proptest v1.8.0
11442026-06-19T06:26:39.509Z Checking strum v0.27.2
11452026-06-19T06:26:39.600Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11462026-06-19T06:26:39.660Z Checking terminal_size v0.4.3
11472026-06-19T06:26:40.047Z Checking is_terminal_polyfill v1.70.1
11482026-06-19T06:26:40.099Z Checking colorchoice v1.0.4
11492026-06-19T06:26:40.137Z Checking anstyle-query v1.1.4
11502026-06-19T06:26:40.185Z Checking anstyle v1.0.14
11512026-06-19T06:26:40.366Z Checking anstream v1.0.0
11522026-06-19T06:26:40.436Z Checking itertools v0.14.0
11532026-06-19T06:26:40.877Z Checking clap_lex v1.1.0
11542026-06-19T06:26:41.085Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11552026-06-19T06:26:41.231Z Checking clap_builder v4.6.0
11562026-06-19T06:26:41.678Z Checking serde_with v3.14.1
11572026-06-19T06:26:42.339Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11582026-06-19T06:26:42.491Z Checking clap v4.6.1
11592026-06-19T06:26:42.569Z Checking instant v0.1.13
11602026-06-19T06:26:42.583Z Checking rustc-hash v2.1.1
11612026-06-19T06:26:42.717Z Checking iddqd v0.3.18
11622026-06-19T06:26:42.845Z Checking backoff v0.4.0
11632026-06-19T06:26:43.016Z Checking parse-display v0.10.0
11642026-06-19T06:26:43.061Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11652026-06-19T06:26:43.157Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11662026-06-19T06:26:44.623Z Compiling num-derive v0.4.2
11672026-06-19T06:26:45.131Z Compiling rustls-webpki v0.103.6
11682026-06-19T06:26:45.600Z Compiling prettyplease v0.2.37
11692026-06-19T06:26:47.677Z Checking serde_spanned v0.6.9
11702026-06-19T06:26:47.878Z Compiling memoffset v0.9.1
11712026-06-19T06:26:47.932Z Compiling cfg_aliases v0.2.1
11722026-06-19T06:26:48.353Z Compiling tokio-rustls v0.26.4
11732026-06-19T06:26:48.583Z Compiling nix v0.30.1
11742026-06-19T06:26:48.969Z Compiling hyper-rustls v0.27.7
11752026-06-19T06:26:49.240Z Compiling reqwest v0.12.23
11762026-06-19T06:26:50.356Z Compiling progenitor-client v0.11.1
11772026-06-19T06:26:50.370Z Checking crossbeam-epoch v0.9.18
11782026-06-19T06:26:51.042Z Compiling winnow v0.5.40
11792026-06-19T06:26:52.257Z Compiling progenitor v0.11.1
11802026-06-19T06:26:52.378Z Compiling toml_edit v0.19.15
11812026-06-19T06:26:52.811Z Compiling num-integer v0.1.46
11822026-06-19T06:26:53.395Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11832026-06-19T06:26:53.485Z Compiling proc-macro-crate v1.3.1
11842026-06-19T06:26:53.831Z Compiling progenitor-client v0.10.0
11852026-06-19T06:26:54.419Z Compiling hubpack_derive v0.1.1
11862026-06-19T06:26:54.679Z Compiling rayon-core v1.13.0
11872026-06-19T06:26:54.703Z Checking toml_write v0.1.2
11882026-06-19T06:26:54.968Z Checking hubpack v0.1.2
11892026-06-19T06:26:55.016Z Checking toml_edit v0.22.27
11902026-06-19T06:26:55.031Z Checking num-rational v0.4.2
11912026-06-19T06:26:55.137Z Checking num-iter v0.1.45
11922026-06-19T06:26:55.422Z Compiling zerocopy-derive v0.7.35
11932026-06-19T06:26:55.436Z Compiling num-complex v0.4.6
11942026-06-19T06:26:55.783Z Checking static_assertions v1.1.0
11952026-06-19T06:26:55.860Z Checking num v0.4.3
11962026-06-19T06:26:56.042Z Checking crossbeam-deque v0.8.6
11972026-06-19T06:26:56.116Z Checking toml v0.8.23
11982026-06-19T06:26:56.221Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11992026-06-19T06:26:56.251Z Checking float-ord v0.3.2
12002026-06-19T06:26:56.357Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12012026-06-19T06:26:56.615Z Compiling proc-macro-error-attr v1.0.4
12022026-06-19T06:26:56.632Z Checking bytecount v0.6.9
12032026-06-19T06:26:56.738Z Compiling heapless v0.8.0
12042026-06-19T06:26:56.893Z Checking libscf-sys v1.2.0
12052026-06-19T06:26:56.907Z Compiling ingot-macros v0.1.1
12062026-06-19T06:26:57.058Z Checking hash32 v0.3.1
12072026-06-19T06:26:57.184Z Compiling proc-macro-error v1.0.4
12082026-06-19T06:26:57.238Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12092026-06-19T06:26:57.423Z Compiling smoltcp v0.11.0
12102026-06-19T06:26:57.964Z Compiling zerocopy v0.7.35
12112026-06-19T06:26:57.991Z Compiling num_enum_derive v0.7.5
12122026-06-19T06:26:58.294Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12132026-06-19T06:26:58.333Z Checking cobs v0.3.0
12142026-06-19T06:26:58.482Z Compiling scroll_derive v0.12.1
12152026-06-19T06:26:58.511Z Compiling foreign-types-macros v0.2.3
12162026-06-19T06:26:58.628Z Compiling usdt-impl v0.5.0
12172026-06-19T06:26:58.856Z Compiling crucible-workspace-hack v0.1.0
12182026-06-19T06:26:58.883Z Checking foreign-types-shared v0.3.1
12192026-06-19T06:26:58.977Z Checking managed v0.8.0
12202026-06-19T06:26:59.021Z Checking bitflags v1.3.2
12212026-06-19T06:26:59.089Z Checking num_enum v0.7.5
12222026-06-19T06:26:59.127Z Checking foreign-types v0.5.0
12232026-06-19T06:26:59.177Z Checking scroll v0.12.0
12242026-06-19T06:26:59.199Z Checking postcard v1.1.3
12252026-06-19T06:26:59.212Z Compiling dof v0.3.0
12262026-06-19T06:26:59.485Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12272026-06-19T06:26:59.513Z Compiling dtrace-parser v0.2.0
12282026-06-19T06:26:59.561Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12292026-06-19T06:26:59.575Z Checking ingot-types v0.1.2
12302026-06-19T06:26:59.602Z Checking camino-tempfile v1.4.1
12312026-06-19T06:26:59.679Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12322026-06-19T06:26:59.757Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12332026-06-19T06:26:59.885Z Checking cstr-argument v0.1.2
12342026-06-19T06:26:59.908Z Checking ingot v0.1.1
12352026-06-19T06:26:59.988Z Compiling thread-id v4.2.2
12362026-06-19T06:27:00.009Z Compiling heck v0.4.1
12372026-06-19T06:27:00.047Z Compiling minimal-lexical v0.2.1
12382026-06-19T06:27:00.122Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12392026-06-19T06:27:00.202Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12402026-06-19T06:27:00.230Z Compiling nom v7.1.3
12412026-06-19T06:27:00.309Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12422026-06-19T06:27:00.333Z Checking goblin v0.8.2
12432026-06-19T06:27:00.443Z Checking rayon v1.11.0
12442026-06-19T06:27:00.601Z Compiling num_enum_derive v0.5.11
12452026-06-19T06:27:00.926Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12462026-06-19T06:27:01.178Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12472026-06-19T06:27:01.424Z Compiling rustc_version v0.4.1
12482026-06-19T06:27:01.534Z Compiling proc-macro-error-attr2 v2.0.0
12492026-06-19T06:27:01.704Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12502026-06-19T06:27:01.846Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12512026-06-19T06:27:01.861Z Compiling rustix v0.38.44
12522026-06-19T06:27:01.928Z Compiling convert_case v0.4.0
12532026-06-19T06:27:01.942Z Checking tinyvec_macros v0.1.1
12542026-06-19T06:27:02.011Z Checking tinyvec v1.10.0
12552026-06-19T06:27:02.271Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12562026-06-19T06:27:02.301Z Compiling derive_more v0.99.20
12572026-06-19T06:27:02.368Z Compiling proc-macro-error2 v2.0.1
12582026-06-19T06:27:02.415Z Checking num_enum v0.5.11
12592026-06-19T06:27:02.525Z Compiling libz-sys v1.1.22
12602026-06-19T06:27:02.540Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12612026-06-19T06:27:02.734Z Compiling crc32fast v1.5.0
12622026-06-19T06:27:02.912Z Compiling tabled_derive v0.11.0
12632026-06-19T06:27:03.001Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12642026-06-19T06:27:03.178Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12652026-06-19T06:27:03.508Z Compiling usdt-attr-macro v0.5.0
12662026-06-19T06:27:03.696Z Compiling usdt-macro v0.5.0
12672026-06-19T06:27:03.747Z Compiling zone_cfg_derive v0.3.1
12682026-06-19T06:27:04.014Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12692026-06-19T06:27:04.064Z Checking papergrid v0.17.0
12702026-06-19T06:27:04.236Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12712026-06-19T06:27:04.362Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12722026-06-19T06:27:04.409Z Checking itertools v0.12.1
12732026-06-19T06:27:04.534Z Checking testing_table v0.3.0
12742026-06-19T06:27:04.579Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12752026-06-19T06:27:04.608Z Checking memmap v0.7.0
12762026-06-19T06:27:04.629Z Checking sigpipe v0.1.3
12772026-06-19T06:27:04.710Z Checking glob v0.3.3
12782026-06-19T06:27:04.740Z Checking adler2 v2.0.1
12792026-06-19T06:27:05.810Z Checking jiff v0.2.15
12802026-06-19T06:27:05.815Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12812026-06-19T06:27:05.815Z Checking miniz_oxide v0.8.9
12822026-06-19T06:27:05.815Z Checking tabled v0.20.0
12832026-06-19T06:27:05.815Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12842026-06-19T06:27:05.815Z Checking usdt v0.5.0
12852026-06-19T06:27:05.815Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12862026-06-19T06:27:05.815Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12872026-06-19T06:27:05.815Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12882026-06-19T06:27:05.815Z Checking zone v0.3.1
12892026-06-19T06:27:05.815Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12902026-06-19T06:27:05.815Z Checking smf v0.2.3
12912026-06-19T06:27:05.815Z Checking secrecy v0.10.3
12922026-06-19T06:27:05.815Z Checking bstr v1.12.0
12932026-06-19T06:27:05.838Z Checking whoami v1.6.1
12942026-06-19T06:27:05.852Z Checking flate2 v1.1.2
12952026-06-19T06:27:06.003Z Compiling curve25519-dalek v4.1.3
12962026-06-19T06:27:06.077Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
12972026-06-19T06:27:06.123Z Checking hmac v0.12.1
12982026-06-19T06:27:06.149Z Compiling clang-sys v1.8.1
12992026-06-19T06:27:06.253Z Checking inout v0.1.4
13002026-06-19T06:27:06.279Z Checking hybrid-array v0.4.12
13012026-06-19T06:27:06.387Z Checking ff v0.13.1
13022026-06-19T06:27:06.522Z Compiling enum-as-inner v0.6.1
13032026-06-19T06:27:06.537Z Compiling semver v0.1.20
13042026-06-19T06:27:06.748Z Checking data-encoding v2.9.0
13052026-06-19T06:27:06.787Z Compiling rustc_version v0.1.7
13062026-06-19T06:27:06.856Z Checking group v0.13.0
13072026-06-19T06:27:06.965Z Checking cipher v0.4.4
13082026-06-19T06:27:07.059Z Checking hkdf v0.12.4
13092026-06-19T06:27:07.089Z Checking atomicwrites v0.4.4
13102026-06-19T06:27:07.103Z Compiling thiserror-impl-no-std v2.0.2
13112026-06-19T06:27:07.173Z Checking universal-hash v0.5.1
13122026-06-19T06:27:07.194Z Checking crypto-bigint v0.5.5
13132026-06-19T06:27:07.214Z Compiling regress v0.11.1
13142026-06-19T06:27:07.293Z Checking half v2.7.1
13152026-06-19T06:27:07.296Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13162026-06-19T06:27:07.466Z Compiling curve25519-dalek-derive v0.1.1
13172026-06-19T06:27:07.490Z Checking base64ct v1.8.0
13182026-06-19T06:27:07.545Z Checking opaque-debug v0.3.1
13192026-06-19T06:27:07.617Z Checking ciborium-io v0.2.2
13202026-06-19T06:27:07.713Z Checking indent_write v2.2.0
13212026-06-19T06:27:07.731Z Checking base16ct v0.2.0
13222026-06-19T06:27:07.845Z Checking password-hash v0.5.0
13232026-06-19T06:27:07.859Z Checking ciborium-ll v0.2.2
13242026-06-19T06:27:08.032Z Checking poly1305 v0.8.0
13252026-06-19T06:27:08.074Z Checking chacha20 v0.9.1
13262026-06-19T06:27:08.194Z Checking thiserror-no-std v2.0.2
13272026-06-19T06:27:08.247Z Checking elliptic-curve v0.13.8
13282026-06-19T06:27:08.261Z Compiling newtype_derive v0.1.6
13292026-06-19T06:27:08.264Z Checking block-buffer v0.12.0
13302026-06-19T06:27:08.287Z Checking crypto-common v0.2.2
13312026-06-19T06:27:08.418Z Checking similar v2.7.0
13322026-06-19T06:27:08.483Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13332026-06-19T06:27:08.498Z Checking blake2 v0.10.6
13342026-06-19T06:27:08.711Z Checking aead v0.5.2
13352026-06-19T06:27:08.727Z Compiling libloading v0.8.9
13362026-06-19T06:27:08.741Z Checking keccak v0.1.6
13372026-06-19T06:27:08.815Z Compiling typify-impl v0.6.2
13382026-06-19T06:27:08.842Z Checking linked-hash-map v0.5.6
13392026-06-19T06:27:08.888Z Checking compression-core v0.4.32
13402026-06-19T06:27:08.891Z Checking const-oid v0.10.2
13412026-06-19T06:27:08.917Z Compiling owo-colors v4.3.0
13422026-06-19T06:27:08.920Z Checking resolv-conf v0.7.5
13432026-06-19T06:27:09.006Z Compiling bindgen v0.72.1
13442026-06-19T06:27:09.020Z Checking compression-codecs v0.4.32
13452026-06-19T06:27:09.061Z Checking digest v0.11.3
13462026-06-19T06:27:09.112Z Checking lru-cache v0.1.2
13472026-06-19T06:27:09.189Z Checking sha3 v0.10.8
13482026-06-19T06:27:09.231Z Checking chacha20poly1305 v0.10.1
13492026-06-19T06:27:09.305Z Checking vsss-rs v3.3.4
13502026-06-19T06:27:09.321Z Checking argon2 v0.5.3
13512026-06-19T06:27:09.383Z Checking ciborium v0.2.2
13522026-06-19T06:27:09.404Z Checking hickory-proto v0.24.4
13532026-06-19T06:27:09.624Z Checking tokio-dtrace v0.1.1
13542026-06-19T06:27:09.804Z Compiling cexpr v0.6.0
13552026-06-19T06:27:09.819Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13562026-06-19T06:27:10.119Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13572026-06-19T06:27:10.354Z Checking serde-big-array v0.5.1
13582026-06-19T06:27:10.371Z Compiling serde_repr v0.1.20
13592026-06-19T06:27:10.382Z Compiling derive-where v1.6.0
13602026-06-19T06:27:10.489Z Checking toml_datetime v1.1.1+spec-1.1.0
13612026-06-19T06:27:10.692Z Compiling dropshot v0.17.1
13622026-06-19T06:27:10.749Z Checking same-file v1.0.6
13632026-06-19T06:27:10.876Z Checking unicode-segmentation v1.12.0
13642026-06-19T06:27:10.929Z Checking siphasher v1.0.1
13652026-06-19T06:27:10.932Z Compiling shlex v1.3.0
13662026-06-19T06:27:10.958Z Checking cpufeatures v0.3.0
13672026-06-19T06:27:11.032Z Checking sha1 v0.11.0
13682026-06-19T06:27:11.092Z Checking phf_shared v0.12.1
13692026-06-19T06:27:11.187Z Checking newline-converter v0.3.0
13702026-06-19T06:27:11.210Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13712026-06-19T06:27:11.231Z Checking hickory-resolver v0.24.4
13722026-06-19T06:27:11.348Z Checking walkdir v2.5.0
13732026-06-19T06:27:11.517Z Checking toml v1.1.2+spec-1.1.0
13742026-06-19T06:27:11.600Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13752026-06-19T06:27:11.888Z Checking oxide-tokio-rt v0.1.2
13762026-06-19T06:27:12.116Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13772026-06-19T06:27:12.229Z Checking async-compression v0.4.33
13782026-06-19T06:27:12.286Z Compiling typify-macro v0.6.2
13792026-06-19T06:27:12.325Z Compiling progenitor-impl v0.10.0
13802026-06-19T06:27:12.479Z Checking console v0.15.11
13812026-06-19T06:27:12.763Z Checking tokio-stream v0.1.17
13822026-06-19T06:27:12.778Z Compiling dropshot_endpoint v0.17.1
13832026-06-19T06:27:12.910Z Compiling pin-project-internal v1.1.10
13842026-06-19T06:27:13.133Z Compiling slog-dtrace v0.3.0
13852026-06-19T06:27:13.373Z Checking csv-core v0.1.12
13862026-06-19T06:27:13.489Z Checking unicode-width v0.1.14
13872026-06-19T06:27:13.558Z Compiling unicode-xid v0.2.6
13882026-06-19T06:27:13.690Z Checking swrite v0.1.0
13892026-06-19T06:27:13.748Z Checking smawk v0.3.2
13902026-06-19T06:27:13.784Z Checking foldhash v0.1.5
13912026-06-19T06:27:13.850Z Compiling chrono-tz v0.10.4
13922026-06-19T06:27:13.881Z Compiling cancel-safe-futures v0.1.5
13932026-06-19T06:27:13.923Z Checking unicode-linebreak v0.1.5
13942026-06-19T06:27:14.007Z Checking pin-project v1.1.10
13952026-06-19T06:27:14.085Z Checking hashbrown v0.15.5
13962026-06-19T06:27:14.109Z Compiling const_format_proc_macros v0.2.34
13972026-06-19T06:27:14.142Z Checking textwrap v0.16.2
13982026-06-19T06:27:14.159Z Checking csv v1.4.0
13992026-06-19T06:27:14.354Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14002026-06-19T06:27:14.421Z Compiling progenitor-macro v0.10.0
14012026-06-19T06:27:14.526Z Checking qorb v0.4.1
14022026-06-19T06:27:14.539Z Checking expectorate v1.2.0
14032026-06-19T06:27:14.666Z Checking phf v0.12.1
14042026-06-19T06:27:14.810Z Checking unicode-normalization v0.1.24
14052026-06-19T06:27:14.888Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14062026-06-19T06:27:15.613Z Checking libsw-core v0.3.2
14072026-06-19T06:27:15.765Z Compiling libgit2-sys v0.17.0+1.8.1
14082026-06-19T06:27:15.813Z Compiling async-recursion v1.1.1
14092026-06-19T06:27:15.848Z Compiling snafu-derive v0.8.9
14102026-06-19T06:27:16.081Z Compiling cookie v0.18.1
14112026-06-19T06:27:16.196Z Compiling moka v0.12.11
14122026-06-19T06:27:16.316Z Checking highway v1.3.0
14132026-06-19T06:27:16.406Z Checking fixedbitset v0.4.2
14142026-06-19T06:27:16.421Z Checking fixedbitset v0.5.7
14152026-06-19T06:27:16.567Z Checking petgraph v0.6.5
14162026-06-19T06:27:16.617Z Checking petgraph v0.8.2
14172026-06-19T06:27:17.605Z Checking snafu v0.8.9
14182026-06-19T06:27:17.784Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14192026-06-19T06:27:17.840Z Checking libsw v3.5.0
14202026-06-19T06:27:17.875Z Checking olpc-cjson v0.1.4
14212026-06-19T06:27:17.947Z Checking const_format v0.2.34
14222026-06-19T06:27:17.992Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14232026-06-19T06:27:18.181Z Compiling typify v0.6.2
14242026-06-19T06:27:18.242Z Checking papergrid v0.11.0
14252026-06-19T06:27:18.272Z Checking globset v0.4.16
14262026-06-19T06:27:18.392Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14272026-06-19T06:27:18.396Z Checking gethostname v0.5.0
14282026-06-19T06:27:18.512Z Compiling tabled_derive v0.7.0
14292026-06-19T06:27:18.595Z Checking progenitor v0.10.0
14302026-06-19T06:27:18.609Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14312026-06-19T06:27:18.729Z Checking reqwest v0.13.2
14322026-06-19T06:27:18.849Z Checking bcs v0.1.6
14332026-06-19T06:27:18.880Z Checking pem v3.0.5
14342026-06-19T06:27:18.939Z Checking serde_plain v1.0.2
14352026-06-19T06:27:19.036Z Checking tagptr v0.2.0
14362026-06-19T06:27:19.076Z Checking typed-path v0.9.3
14372026-06-19T06:27:19.091Z Checking crc8 v0.1.1
14382026-06-19T06:27:19.177Z Checking termtree v0.5.1
14392026-06-19T06:27:19.192Z Compiling signal-hook v0.4.4
14402026-06-19T06:27:19.269Z Checking linear-map v1.2.0
14412026-06-19T06:27:19.314Z Checking humantime v2.3.0
14422026-06-19T06:27:19.448Z Checking tabled v0.15.0
14432026-06-19T06:27:19.451Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14442026-06-19T06:27:19.497Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14452026-06-19T06:27:19.841Z Checking tough v0.20.0
14462026-06-19T06:27:20.049Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14472026-06-19T06:27:20.216Z Compiling progenitor-impl v0.14.0
14482026-06-19T06:27:20.663Z Checking steno v0.4.1
14492026-06-19T06:27:20.908Z Checking hickory-proto v0.25.2
14502026-06-19T06:27:21.595Z Compiling curl-sys v0.4.89+curl-8.20.0
14512026-06-19T06:27:21.631Z Compiling cargo-platform v0.1.9
14522026-06-19T06:27:21.773Z Compiling vergen v8.3.2
14532026-06-19T06:27:21.868Z Compiling fs-err v3.1.2
14542026-06-19T06:27:22.052Z Compiling cargo_metadata v0.18.1
14552026-06-19T06:27:22.282Z Checking progenitor-client v0.14.0
14562026-06-19T06:27:22.315Z Compiling progenitor-macro v0.14.0
14572026-06-19T06:27:22.422Z Checking dropshot-api-manager-types v0.7.2
14582026-06-19T06:27:22.506Z Checking sha2 v0.10.9
14592026-06-19T06:27:22.520Z Checking hickory-resolver v0.25.2
14602026-06-19T06:27:22.589Z Compiling blake3 v1.8.2
14612026-06-19T06:27:23.175Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14622026-06-19T06:27:23.333Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14632026-06-19T06:27:23.379Z Checking git-stub v1.0.0
14642026-06-19T06:27:23.529Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14652026-06-19T06:27:23.907Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14662026-06-19T06:27:24.080Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14672026-06-19T06:27:24.504Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14682026-06-19T06:27:24.708Z Compiling strum_macros v0.28.0
14692026-06-19T06:27:24.979Z Checking filetime v0.2.26
14702026-06-19T06:27:24.995Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-06-19T06:27:25.114Z Checking constant_time_eq v0.3.1
14722026-06-19T06:27:25.178Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-06-19T06:27:25.204Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-06-19T06:27:25.220Z Checking xattr v1.6.1
14752026-06-19T06:27:25.348Z Checking is_ci v1.2.0
14762026-06-19T06:27:25.366Z Checking arrayvec v0.7.6
14772026-06-19T06:27:25.448Z Checking arrayref v0.3.9
14782026-06-19T06:27:25.523Z Compiling curl v0.4.50
14792026-06-19T06:27:25.548Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14802026-06-19T06:27:25.648Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-06-19T06:27:25.651Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-06-19T06:27:25.767Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-06-19T06:27:25.904Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14842026-06-19T06:27:26.104Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14852026-06-19T06:27:26.336Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14862026-06-19T06:27:26.417Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-06-19T06:27:26.465Z Checking progenitor v0.14.0
14882026-06-19T06:27:26.507Z Checking strum v0.28.0
14892026-06-19T06:27:26.590Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14902026-06-19T06:27:26.622Z Checking supports-color v3.0.2
14912026-06-19T06:27:26.652Z Checking toml v0.7.8
14922026-06-19T06:27:26.748Z Checking tar v0.4.46
14932026-06-19T06:27:26.926Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-06-19T06:27:26.970Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14952026-06-19T06:27:27.165Z Checking git-stub-vcs v0.1.0
14962026-06-19T06:27:27.667Z Checking drift v0.2.0
14972026-06-19T06:27:27.758Z Checking kstat-rs v0.2.4
14982026-06-19T06:27:27.950Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14992026-06-19T06:27:27.976Z Checking topological-sort v0.2.2
15002026-06-19T06:27:28.111Z Checking omicron-zone-package v0.12.2
15012026-06-19T06:27:28.295Z Checking dropshot-api-manager v0.7.2
15022026-06-19T06:27:28.348Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15032026-06-19T06:27:29.352Z Checking signal-hook-tokio v0.4.0
15042026-06-19T06:27:29.481Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15052026-06-19T06:27:29.978Z Checking scuffle v0.1.0
15062026-06-19T06:27:30.007Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15072026-06-19T06:27:30.109Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15082026-06-19T06:27:30.515Z Checking iddqd v0.4.5
15092026-06-19T06:27:30.532Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15102026-06-19T06:27:30.783Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15112026-06-19T06:27:30.979Z Checking internet-checksum v0.2.1
15122026-06-19T06:27:31.104Z Checking search_path v0.1.4
15132026-06-19T06:27:31.242Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15142026-06-19T06:27:31.257Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15152026-06-19T06:27:31.360Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15162026-06-19T06:27:31.483Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15172026-06-19T06:27:32.118Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-06-19T06:27:32.561Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15192026-06-19T06:27:32.700Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15202026-06-19T06:27:33.032Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15212026-06-19T06:27:33.892Z Compiling git2 v0.19.0
15222026-06-19T06:27:34.864Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15232026-06-19T06:27:36.165Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15242026-06-19T06:27:43.934Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-06-19T06:27:45.220Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15262026-06-19T06:27:50.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
15272026-06-19T06:27:50.421Z+ for feat in tofino_stub tofino_asic softnpu chaos
15282026-06-19T06:27:50.421Z+ cargo clippy --features tofino_asic -- --deny warnings
15292026-06-19T06:27:50.911Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15302026-06-19T06:27:50.911Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15312026-06-19T06:27:50.914Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15322026-06-19T06:27:50.914Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15332026-06-19T06:27:58.191Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15342026-06-19T06:27:58.191Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15352026-06-19T06:28:00.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.29s
15362026-06-19T06:28:00.906Z+ for feat in tofino_stub tofino_asic softnpu chaos
15372026-06-19T06:28:00.906Z+ cargo clippy --features softnpu -- --deny warnings
15382026-06-19T06:28:01.202Z Downloading crates ...
15392026-06-19T06:28:01.339Z Downloaded funty v2.0.0
15402026-06-19T06:28:01.343Z Downloaded radium v0.7.0
15412026-06-19T06:28:01.346Z Downloaded tap v1.0.1
15422026-06-19T06:28:01.346Z Downloaded bitstruct_derive v0.1.0
15432026-06-19T06:28:01.346Z Downloaded typeid v1.0.3
15442026-06-19T06:28:01.346Z Downloaded wyz v0.5.1
15452026-06-19T06:28:01.352Z Downloaded serde_arrays v0.1.0
15462026-06-19T06:28:01.355Z Downloaded erased-serde v0.4.8
15472026-06-19T06:28:01.355Z Downloaded num-bigint v0.4.6
15482026-06-19T06:28:01.358Z Downloaded libloading v0.7.4
15492026-06-19T06:28:01.358Z Downloaded ascii v1.1.0
15502026-06-19T06:28:01.361Z Downloaded bitstruct v0.1.1
15512026-06-19T06:28:01.367Z Downloaded bitvec v1.0.1
15522026-06-19T06:28:01.496Z Checking num-integer v0.1.46
15532026-06-19T06:28:01.574Z Checking num-complex v0.4.6
15542026-06-19T06:28:01.583Z Compiling radium v0.7.0
15552026-06-19T06:28:01.590Z Checking tap v1.0.1
15562026-06-19T06:28:01.596Z Checking funty v2.0.0
15572026-06-19T06:28:01.603Z Compiling typeid v1.0.3
15582026-06-19T06:28:01.606Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15592026-06-19T06:28:01.616Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15602026-06-19T06:28:01.671Z Checking wyz v0.5.1
15612026-06-19T06:28:01.768Z Checking num-bigint v0.4.6
15622026-06-19T06:28:01.777Z Checking num-iter v0.1.45
15632026-06-19T06:28:01.824Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-06-19T06:28:01.837Z Compiling erased-serde v0.4.8
15652026-06-19T06:28:01.887Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-06-19T06:28:01.890Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-06-19T06:28:01.924Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-06-19T06:28:01.966Z Compiling bitstruct_derive v0.1.0
15692026-06-19T06:28:01.990Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-06-19T06:28:02.017Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-06-19T06:28:02.047Z Checking bitvec v1.0.1
15722026-06-19T06:28:02.057Z Checking ascii v1.1.0
15732026-06-19T06:28:02.064Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15742026-06-19T06:28:02.114Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-06-19T06:28:02.222Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15762026-06-19T06:28:02.233Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-06-19T06:28:02.236Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15782026-06-19T06:28:02.236Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15792026-06-19T06:28:02.508Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15802026-06-19T06:28:02.554Z Checking serde_arrays v0.1.0
15812026-06-19T06:28:02.592Z Checking num-rational v0.4.2
15822026-06-19T06:28:02.629Z Checking bitstruct v0.1.1
15832026-06-19T06:28:02.653Z Checking libloading v0.7.4
15842026-06-19T06:28:02.663Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15852026-06-19T06:28:02.864Z Checking num v0.4.3
15862026-06-19T06:28:02.929Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15872026-06-19T06:28:03.503Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15882026-06-19T06:28:03.796Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15892026-06-19T06:28:03.800Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15902026-06-19T06:28:03.984Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15912026-06-19T06:28:04.168Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15922026-06-19T06:28:04.171Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-06-19T06:28:04.637Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-06-19T06:28:04.849Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15952026-06-19T06:28:04.853Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15962026-06-19T06:28:04.853Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15972026-06-19T06:28:04.853Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-06-19T06:28:05.236Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15992026-06-19T06:28:05.650Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16002026-06-19T06:28:06.475Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-06-19T06:28:08.730Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16022026-06-19T06:28:09.082Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16032026-06-19T06:28:09.962Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16042026-06-19T06:28:10.720Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16052026-06-19T06:28:10.839Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16062026-06-19T06:28:17.270Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-06-19T06:28:18.538Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-06-19T06:28:19.067Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16092026-06-19T06:28:23.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.52s
16102026-06-19T06:28:23.620Z+ for feat in tofino_stub tofino_asic softnpu chaos
16112026-06-19T06:28:23.620Z+ cargo clippy --features chaos -- --deny warnings
16122026-06-19T06:28:24.102Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16132026-06-19T06:28:24.106Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16142026-06-19T06:28:24.106Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16152026-06-19T06:28:31.274Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16162026-06-19T06:28:31.278Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16172026-06-19T06:28:33.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.11s
16182026-06-19T06:28:33.925Z+ banner fmt
16192026-06-19T06:28:33.928Z
16202026-06-19T06:28:33.928Z ###### # # #####
16212026-06-19T06:28:33.928Z # ## ## #
16222026-06-19T06:28:33.928Z ##### # ## # #
16232026-06-19T06:28:33.928Z # # # #
16242026-06-19T06:28:33.928Z # # # #
16252026-06-19T06:28:33.928Z # # # #
16262026-06-19T06:28:33.928Z
16272026-06-19T06:28:33.928Z+ cargo fmt -- --check
16282026-06-19T06:28:34.370Z+ banner test
16292026-06-19T06:28:34.373Z
16302026-06-19T06:28:34.373Z ##### ###### #### #####
16312026-06-19T06:28:34.373Z # # # #
16322026-06-19T06:28:34.373Z # ##### #### #
16332026-06-19T06:28:34.373Z # # # #
16342026-06-19T06:28:34.373Z # # # # #
16352026-06-19T06:28:34.373Z # ###### #### #
16362026-06-19T06:28:34.373Z
16372026-06-19T06:28:34.373Z+ for feat in tofino_stub tofino_asic softnpu chaos
16382026-06-19T06:28:34.373Z+ RUST_BACKTRACE=full
16392026-06-19T06:28:34.373Z+ cargo test --features tofino_stub --no-fail-fast
16402026-06-19T06:28:35.223Z Compiling unicode-ident v1.0.24
16412026-06-19T06:28:35.223Z Compiling cfg-if v1.0.4
16422026-06-19T06:28:35.223Z Compiling memchr v2.7.5
16432026-06-19T06:28:35.226Z Compiling serde_core v1.0.228
16442026-06-19T06:28:35.347Z Compiling itoa v1.0.15
16452026-06-19T06:28:35.356Z Compiling libc v0.2.186
16462026-06-19T06:28:35.365Z Compiling zmij v1.0.17
16472026-06-19T06:28:35.391Z Compiling libm v0.2.15
16482026-06-19T06:28:35.439Z Compiling proc-macro2 v1.0.106
16492026-06-19T06:28:35.468Z Compiling heck v0.5.0
16502026-06-19T06:28:35.634Z Compiling equivalent v1.0.2
16512026-06-19T06:28:35.735Z Compiling log v0.4.29
16522026-06-19T06:28:35.853Z Compiling quote v1.0.45
16532026-06-19T06:28:35.870Z Compiling smallvec v1.15.1
16542026-06-19T06:28:35.951Z Compiling iana-time-zone v0.1.64
16552026-06-19T06:28:36.072Z Compiling syn v2.0.118
16562026-06-19T06:28:36.084Z Compiling dyn-clone v1.0.20
16572026-06-19T06:28:36.151Z Compiling hashbrown v0.17.1
16582026-06-19T06:28:36.155Z Compiling stable_deref_trait v1.2.0
16592026-06-19T06:28:36.174Z Compiling pin-project-lite v0.2.16
16602026-06-19T06:28:36.224Z Compiling percent-encoding v2.3.2
16612026-06-19T06:28:36.241Z Compiling writeable v0.6.1
16622026-06-19T06:28:36.270Z Compiling litemap v0.8.0
16632026-06-19T06:28:36.421Z Compiling fnv v1.0.7
16642026-06-19T06:28:36.493Z Compiling icu_normalizer_data v2.0.0
16652026-06-19T06:28:36.506Z Compiling icu_properties_data v2.0.1
16662026-06-19T06:28:36.519Z Compiling regex-syntax v0.8.11
16672026-06-19T06:28:36.544Z Compiling form_urlencoded v1.2.2
16682026-06-19T06:28:36.568Z Compiling utf8_iter v1.0.4
16692026-06-19T06:28:36.636Z Compiling scopeguard v1.2.0
16702026-06-19T06:28:36.715Z Compiling num-traits v0.2.19
16712026-06-19T06:28:36.727Z Compiling lock_api v0.4.14
16722026-06-19T06:28:36.739Z Compiling getrandom v0.4.2
16732026-06-19T06:28:36.882Z Compiling aho-corasick v1.1.3
16742026-06-19T06:28:36.952Z Compiling byteorder v1.5.0
16752026-06-19T06:28:37.163Z Compiling semver v1.0.28
16762026-06-19T06:28:37.200Z Compiling serde_json v1.0.150
16772026-06-19T06:28:37.353Z Compiling indexmap v2.14.0
16782026-06-19T06:28:37.432Z Compiling ucd-trie v0.1.7
16792026-06-19T06:28:37.524Z Compiling futures-core v0.3.32
16802026-06-19T06:28:37.562Z Compiling uuid v1.23.3
16812026-06-19T06:28:37.680Z Compiling allocator-api2 v0.2.21
16822026-06-19T06:28:37.990Z Compiling regex-automata v0.4.13
16832026-06-19T06:28:37.993Z Compiling num-conv v0.2.1
16842026-06-19T06:28:38.013Z Compiling time-core v0.1.8
16852026-06-19T06:28:38.156Z Compiling foldhash v0.2.0
16862026-06-19T06:28:38.168Z Compiling time-macros v0.2.27
16872026-06-19T06:28:38.171Z Compiling ryu v1.0.20
16882026-06-19T06:28:38.353Z Compiling hashbrown v0.16.1
16892026-06-19T06:28:38.369Z Compiling futures-sink v0.3.32
16902026-06-19T06:28:38.476Z Compiling pretty-hex v0.4.1
16912026-06-19T06:28:38.620Z Compiling slab v0.4.11
16922026-06-19T06:28:38.873Z Compiling synstructure v0.13.2
16932026-06-19T06:28:38.944Z Compiling serde_derive_internals v0.29.1
16942026-06-19T06:28:38.957Z Compiling plain v0.2.3
16952026-06-19T06:28:39.014Z Compiling strsim v0.11.1
16962026-06-19T06:28:39.180Z Compiling futures-channel v0.3.32
16972026-06-19T06:28:39.276Z Compiling futures-task v0.3.32
16982026-06-19T06:28:39.371Z Compiling futures-io v0.3.32
16992026-06-19T06:28:39.384Z Compiling socket2 v0.6.4
17002026-06-19T06:28:39.404Z Compiling parking_lot_core v0.9.12
17012026-06-19T06:28:39.452Z Compiling signal-hook-registry v1.4.6
17022026-06-19T06:28:39.531Z Compiling thread-id v5.0.0
17032026-06-19T06:28:39.619Z Compiling parking_lot v0.12.5
17042026-06-19T06:28:39.684Z Compiling regex v1.12.4
17052026-06-19T06:28:39.708Z Compiling mio v1.2.1
17062026-06-19T06:28:39.837Z Compiling regress v0.10.5
17072026-06-19T06:28:39.850Z Compiling darling_core v0.21.3
17082026-06-19T06:28:39.907Z Compiling base64 v0.22.1
17092026-06-19T06:28:40.027Z Compiling bitflags v2.11.1
17102026-06-19T06:28:40.127Z Compiling serde_derive v1.0.228
17112026-06-19T06:28:40.154Z Compiling zerofrom-derive v0.1.6
17122026-06-19T06:28:40.227Z Compiling yoke-derive v0.8.0
17132026-06-19T06:28:40.250Z Compiling zerovec-derive v0.11.1
17142026-06-19T06:28:40.273Z Compiling displaydoc v0.2.5
17152026-06-19T06:28:40.588Z Compiling thiserror-impl v2.0.18
17162026-06-19T06:28:41.049Z Compiling schemars_derive v0.8.22
17172026-06-19T06:28:41.281Z Compiling tokio-macros v2.7.0
17182026-06-19T06:28:41.345Z Compiling zerocopy-derive v0.8.27
17192026-06-19T06:28:41.377Z Compiling zeroize_derive v1.4.3
17202026-06-19T06:28:41.840Z Compiling thiserror v2.0.18
17212026-06-19T06:28:41.950Z Compiling futures-macro v0.3.32
17222026-06-19T06:28:41.989Z Compiling zerofrom v0.1.6
17232026-06-19T06:28:42.086Z Compiling thiserror-impl v1.0.69
17242026-06-19T06:28:42.112Z Compiling yoke v0.8.0
17252026-06-19T06:28:42.130Z Compiling tracing-attributes v0.1.30
17262026-06-19T06:28:42.309Z Compiling zerovec v0.11.4
17272026-06-19T06:28:42.332Z Compiling zerotrie v0.2.2
17282026-06-19T06:28:42.650Z Compiling pest v2.8.2
17292026-06-19T06:28:42.692Z Compiling zerocopy v0.8.27
17302026-06-19T06:28:42.838Z Compiling scroll_derive v0.13.1
17312026-06-19T06:28:42.893Z Compiling serde v1.0.228
17322026-06-19T06:28:43.307Z Compiling tinystr v0.8.1
17332026-06-19T06:28:43.405Z Compiling bytes v1.12.0
17342026-06-19T06:28:43.424Z Compiling serde_tokenstream v0.2.3
17352026-06-19T06:28:43.517Z Compiling icu_locale_core v2.0.0
17362026-06-19T06:28:43.705Z Compiling potential_utf v0.1.3
17372026-06-19T06:28:43.718Z Compiling pest_meta v2.8.2
17382026-06-19T06:28:43.721Z Compiling chrono v0.4.45
17392026-06-19T06:28:43.875Z Compiling icu_collections v2.0.0
17402026-06-19T06:28:43.977Z Compiling http v1.4.2
17412026-06-19T06:28:44.070Z Compiling icu_provider v2.0.0
17422026-06-19T06:28:44.204Z Compiling async-trait v0.1.89
17432026-06-19T06:28:44.384Z Compiling icu_normalizer v2.0.0
17442026-06-19T06:28:44.384Z Compiling icu_properties v2.0.1
17452026-06-19T06:28:44.408Z Compiling pest_generator v2.8.2
17462026-06-19T06:28:44.971Z Compiling schemars v0.8.22
17472026-06-19T06:28:45.010Z Compiling scroll v0.13.0
17482026-06-19T06:28:45.029Z Compiling thiserror v1.0.69
17492026-06-19T06:28:45.042Z Compiling pest_derive v2.8.2
17502026-06-19T06:28:45.135Z Compiling tokio v1.52.3
17512026-06-19T06:28:45.205Z Compiling openapiv3 v2.2.0
17522026-06-19T06:28:45.253Z Compiling idna_adapter v1.2.1
17532026-06-19T06:28:45.272Z Compiling goblin v0.10.1
17542026-06-19T06:28:45.404Z Compiling idna v1.1.0
17552026-06-19T06:28:45.566Z Compiling daft-derive v0.1.5
17562026-06-19T06:28:45.604Z Compiling dtrace-parser v0.3.0
17572026-06-19T06:28:45.956Z Compiling url v2.5.7
17582026-06-19T06:28:46.182Z Compiling typify-impl v0.4.3
17592026-06-19T06:28:46.332Z Compiling darling_macro v0.21.3
17602026-06-19T06:28:46.416Z Compiling http-body v1.0.1
17612026-06-19T06:28:46.573Z Compiling ppv-lite86 v0.2.21
17622026-06-19T06:28:46.840Z Compiling serde_yaml v0.9.34+deprecated
17632026-06-19T06:28:46.852Z Compiling erased-serde v0.3.31
17642026-06-19T06:28:46.908Z Compiling openssl-macros v0.1.1
17652026-06-19T06:28:46.944Z Compiling darling v0.21.3
17662026-06-19T06:28:47.053Z Compiling getrandom v0.2.16
17672026-06-19T06:28:47.386Z Compiling atomic-waker v1.1.2
17682026-06-19T06:28:47.451Z Compiling ipnet v2.11.0
17692026-06-19T06:28:47.989Z Compiling httparse v1.10.1
17702026-06-19T06:28:48.101Z Compiling dof v0.4.0
17712026-06-19T06:28:48.120Z Compiling untrusted v0.9.0
17722026-06-19T06:28:48.250Z Compiling tower-service v0.3.3
17732026-06-19T06:28:48.305Z Compiling tower-layer v0.3.3
17742026-06-19T06:28:48.350Z Compiling anyhow v1.0.102
17752026-06-19T06:28:48.410Z Compiling try-lock v0.2.5
17762026-06-19T06:28:48.473Z Compiling syn v1.0.109
17772026-06-19T06:28:48.525Z Compiling want v0.3.1
17782026-06-19T06:28:48.618Z Compiling usdt-impl v0.6.0
17792026-06-19T06:28:48.701Z Compiling zeroize v1.8.1
17802026-06-19T06:28:48.758Z Compiling httpdate v1.0.3
17812026-06-19T06:28:49.002Z Compiling portable-atomic v1.11.1
17822026-06-19T06:28:49.501Z Compiling structmeta-derive v0.3.0
17832026-06-19T06:28:49.530Z Compiling async-stream-impl v0.3.6
17842026-06-19T06:28:49.763Z Compiling critical-section v1.2.0
17852026-06-19T06:28:50.112Z Compiling usdt-attr-macro v0.6.0
17862026-06-19T06:28:50.184Z Compiling usdt-macro v0.6.0
17872026-06-19T06:28:50.252Z Compiling once_cell v1.21.3
17882026-06-19T06:28:50.473Z Compiling newtype-uuid-macros v0.1.0
17892026-06-19T06:28:50.563Z Compiling structmeta v0.3.0
17902026-06-19T06:28:50.771Z Compiling strum_macros v0.26.4
17912026-06-19T06:28:51.294Z Compiling powerfmt v0.2.0
17922026-06-19T06:28:51.405Z Compiling num_threads v0.1.7
17932026-06-19T06:28:51.451Z Compiling deranged v0.5.3
17942026-06-19T06:28:52.059Z Compiling http-body-util v0.1.3
17952026-06-19T06:28:52.100Z Compiling omicron-workspace-hack v0.1.0
17962026-06-19T06:28:52.174Z Compiling dropshot_endpoint v0.16.7
17972026-06-19T06:28:52.291Z Compiling serde_urlencoded v0.7.1
17982026-06-19T06:28:52.321Z Compiling ref-cast-impl v1.0.25
17992026-06-19T06:28:52.457Z Compiling typify-macro v0.4.3
18002026-06-19T06:28:52.579Z Compiling derive-ex v0.1.8
18012026-06-19T06:28:52.600Z Compiling strum_macros v0.27.2
18022026-06-19T06:28:52.644Z Compiling sync_wrapper v1.0.2
18032026-06-19T06:28:52.756Z Compiling serde_with_macros v3.14.1
18042026-06-19T06:28:52.767Z Compiling subtle v2.6.1
18052026-06-19T06:28:52.952Z Compiling thread_local v1.1.9
18062026-06-19T06:28:53.224Z Compiling iri-string v0.7.8
18072026-06-19T06:28:53.271Z Compiling futures-util v0.3.32
18082026-06-19T06:28:53.781Z Compiling match_cfg v0.1.0
18092026-06-19T06:28:53.881Z Compiling rand_core v0.6.4
18102026-06-19T06:28:53.915Z Compiling term v1.2.0
18112026-06-19T06:28:54.114Z Compiling typenum v1.20.1
18122026-06-19T06:28:54.206Z Compiling test-strategy v0.4.3
18132026-06-19T06:28:54.479Z Compiling take_mut v0.2.2
18142026-06-19T06:28:54.531Z Compiling typify v0.4.3
18152026-06-19T06:28:54.621Z Compiling progenitor-impl v0.11.1
18162026-06-19T06:28:54.633Z Compiling parse-display-derive v0.10.0
18172026-06-19T06:28:54.861Z Compiling tracing-core v0.1.34
18182026-06-19T06:28:54.925Z Compiling toml_datetime v0.6.11
18192026-06-19T06:28:55.026Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18202026-06-19T06:28:55.200Z Compiling tracing v0.1.41
18212026-06-19T06:28:55.443Z Compiling camino v1.2.3
18222026-06-19T06:28:55.540Z Compiling clap_derive v4.6.1
18232026-06-19T06:28:55.631Z Compiling encoding_rs v0.8.35
18242026-06-19T06:28:55.793Z Compiling mime v0.3.17
18252026-06-19T06:28:55.857Z Compiling cpufeatures v0.2.17
18262026-06-19T06:28:55.889Z Compiling fastrand v2.3.0
18272026-06-19T06:28:56.059Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18282026-06-19T06:28:56.309Z Compiling unicode-width v0.2.1
18292026-06-19T06:28:56.599Z Compiling errno v0.3.14
18302026-06-19T06:28:56.760Z Compiling hex v0.4.3
18312026-06-19T06:28:56.944Z Compiling generic-array v0.14.7
18322026-06-19T06:28:57.042Z Compiling ipnetwork v0.21.1
18332026-06-19T06:28:57.338Z Compiling crossbeam-utils v0.8.21
18342026-06-19T06:28:57.513Z Compiling tokio-util v0.7.16
18352026-06-19T06:28:57.527Z Compiling slog v2.8.2
18362026-06-19T06:28:57.862Z Compiling rustix v1.1.4
18372026-06-19T06:28:57.959Z Compiling getrandom v0.3.3
18382026-06-19T06:28:58.122Z Compiling winnow v0.7.14
18392026-06-19T06:28:58.138Z Compiling progenitor-macro v0.11.1
18402026-06-19T06:28:58.151Z Compiling rand_core v0.9.3
18412026-06-19T06:28:58.162Z Compiling h2 v0.4.14
18422026-06-19T06:28:58.242Z Compiling crypto-common v0.1.6
18432026-06-19T06:28:58.368Z Compiling oxnet v0.1.6
18442026-06-19T06:28:58.381Z Compiling itertools v0.14.0
18452026-06-19T06:28:59.094Z Compiling winnow v1.0.3
18462026-06-19T06:28:59.370Z Compiling num-derive v0.4.2
18472026-06-19T06:28:59.451Z Compiling toml_parser v1.1.2+spec-1.1.0
18482026-06-19T06:28:59.602Z Compiling serde_spanned v1.1.1
18492026-06-19T06:28:59.620Z Compiling toml_writer v1.1.1+spec-1.1.0
18502026-06-19T06:28:59.762Z Compiling debug-ignore v1.0.5
18512026-06-19T06:28:59.840Z Compiling spin v0.9.8
18522026-06-19T06:28:59.988Z Compiling rand_chacha v0.9.0
18532026-06-19T06:29:00.162Z Compiling rustls-pki-types v1.12.0
18542026-06-19T06:29:00.181Z Compiling quick-error v1.2.3
18552026-06-19T06:29:00.294Z Compiling hyper v1.10.1
18562026-06-19T06:29:00.337Z Compiling rand v0.9.3
18572026-06-19T06:29:00.479Z Compiling tabwriter v1.4.1
18582026-06-19T06:29:00.648Z Compiling async-stream v0.3.6
18592026-06-19T06:29:00.727Z Compiling waitgroup v0.1.2
18602026-06-19T06:29:00.826Z Compiling serde_path_to_error v0.1.20
18612026-06-19T06:29:00.874Z Compiling colored v3.1.1
18622026-06-19T06:29:00.942Z Compiling bit-vec v0.8.0
18632026-06-19T06:29:01.141Z Compiling lazy_static v1.5.0
18642026-06-19T06:29:01.181Z Compiling bit-set v0.8.0
18652026-06-19T06:29:01.181Z Compiling time v0.3.47
18662026-06-19T06:29:01.247Z Compiling strum v0.26.3
18672026-06-19T06:29:01.270Z Compiling ring v0.17.14
18682026-06-19T06:29:01.354Z Compiling toml_datetime v0.7.5+spec-1.1.0
18692026-06-19T06:29:01.374Z Compiling hyper-util v0.1.20
18702026-06-19T06:29:01.669Z Compiling unarray v0.1.4
18712026-06-19T06:29:01.902Z Compiling anstyle v1.0.14
18722026-06-19T06:29:02.059Z Compiling toml v0.9.12+spec-1.1.0
18732026-06-19T06:29:02.143Z Compiling crossbeam-channel v0.5.15
18742026-06-19T06:29:02.629Z Compiling macaddr v1.0.1
18752026-06-19T06:29:02.840Z Compiling utf8parse v0.2.2
18762026-06-19T06:29:02.867Z Compiling block-buffer v0.10.4
18772026-06-19T06:29:02.958Z Compiling anstyle-parse v1.0.0
18782026-06-19T06:29:02.976Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18792026-06-19T06:29:03.013Z Compiling ref-cast v1.0.25
18802026-06-19T06:29:03.025Z Compiling colorchoice v1.0.4
18812026-06-19T06:29:03.120Z Compiling anstyle-query v1.1.4
18822026-06-19T06:29:03.138Z Compiling is_terminal_polyfill v1.70.1
18832026-06-19T06:29:03.150Z Compiling digest v0.10.7
18842026-06-19T06:29:03.153Z Compiling strum v0.27.2
18852026-06-19T06:29:03.173Z Compiling is-terminal v0.4.16
18862026-06-19T06:29:03.227Z Compiling anstream v1.0.0
18872026-06-19T06:29:03.231Z Compiling clap_lex v1.1.0
18882026-06-19T06:29:03.252Z Compiling slog-term v2.9.2
18892026-06-19T06:29:03.265Z Compiling slog-async v2.8.0
18902026-06-19T06:29:03.276Z Compiling slog-json v2.6.1
18912026-06-19T06:29:03.392Z Compiling hostname v0.3.1
18922026-06-19T06:29:03.533Z Compiling slog-bunyan v2.5.0
18932026-06-19T06:29:03.551Z Compiling tower v0.5.2
18942026-06-19T06:29:03.602Z Compiling futures-executor v0.3.32
18952026-06-19T06:29:03.629Z Compiling instant v0.1.13
18962026-06-19T06:29:03.840Z Compiling futures v0.3.32
18972026-06-19T06:29:03.879Z Compiling aws-lc-sys v0.39.1
18982026-06-19T06:29:03.906Z Compiling untrusted v0.7.1
18992026-06-19T06:29:03.920Z Compiling openssl-sys v0.9.117
19002026-06-19T06:29:03.973Z Compiling tower-http v0.6.8
19012026-06-19T06:29:04.362Z Compiling memmap2 v0.9.8
19022026-06-19T06:29:04.454Z Compiling aws-lc-rs v1.16.2
19032026-06-19T06:29:05.106Z Compiling foreign-types-shared v0.1.1
19042026-06-19T06:29:05.381Z Compiling rustls-webpki v0.103.6
19052026-06-19T06:29:05.534Z Compiling foreign-types v0.3.2
19062026-06-19T06:29:05.958Z Compiling rustls v0.23.40
19072026-06-19T06:29:06.175Z Compiling tempfile v3.27.0
19082026-06-19T06:29:06.426Z Compiling openssl-probe v0.1.6
19092026-06-19T06:29:06.633Z Compiling openssl v0.10.81
19102026-06-19T06:29:07.361Z Compiling usdt v0.6.0
19112026-06-19T06:29:07.605Z Compiling either v1.15.0
19122026-06-19T06:29:07.820Z Compiling webpki-roots v1.0.2
19132026-06-19T06:29:07.947Z Compiling newtype-uuid v1.3.2
19142026-06-19T06:29:08.303Z Compiling daft v0.1.5
19152026-06-19T06:29:09.117Z Compiling tokio-rustls v0.26.4
19162026-06-19T06:29:09.147Z Compiling native-tls v0.2.14
19172026-06-19T06:29:09.395Z Compiling tokio-native-tls v0.3.1
19182026-06-19T06:29:09.470Z Compiling hyper-rustls v0.27.7
19192026-06-19T06:29:09.579Z Compiling hyper-tls v0.6.0
19202026-06-19T06:29:09.816Z Compiling reqwest v0.12.23
19212026-06-19T06:29:10.737Z Compiling rustls-webpki v0.102.8
19222026-06-19T06:29:10.789Z Compiling rustls-pemfile v2.2.0
19232026-06-19T06:29:10.993Z Compiling multer v3.1.0
19242026-06-19T06:29:11.439Z Compiling hostname v0.4.2
19252026-06-19T06:29:11.593Z Compiling rustls v0.22.4
19262026-06-19T06:29:11.647Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19272026-06-19T06:29:12.244Z Compiling terminal_size v0.4.3
19282026-06-19T06:29:12.361Z Compiling rand_chacha v0.3.1
19292026-06-19T06:29:12.433Z Compiling wait-timeout v0.2.1
19302026-06-19T06:29:12.983Z Compiling rusty-fork v0.3.0
19312026-06-19T06:29:13.060Z Compiling rand v0.8.5
19322026-06-19T06:29:13.601Z Compiling tokio-rustls v0.25.0
19332026-06-19T06:29:14.532Z Compiling sha1 v0.10.6
19342026-06-19T06:29:14.779Z Compiling rand_xorshift v0.4.0
19352026-06-19T06:29:15.438Z Compiling hubpack_derive v0.1.1
19362026-06-19T06:29:16.050Z Compiling proptest v1.8.0
19372026-06-19T06:29:16.228Z Compiling dropshot v0.16.7
19382026-06-19T06:29:16.446Z Compiling clap_builder v4.6.0
19392026-06-19T06:29:17.283Z Compiling serde_spanned v0.6.9
19402026-06-19T06:29:17.812Z Compiling prettyplease v0.2.37
19412026-06-19T06:29:18.267Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19422026-06-19T06:29:18.313Z Compiling clap v4.6.1
19432026-06-19T06:29:19.231Z Compiling progenitor-client v0.11.1
19442026-06-19T06:29:19.297Z Compiling progenitor-client v0.10.0
19452026-06-19T06:29:19.602Z Compiling serde_with v3.14.1
19462026-06-19T06:29:20.295Z Compiling progenitor v0.11.1
19472026-06-19T06:29:21.335Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19482026-06-19T06:29:21.501Z Compiling rustc-hash v2.1.1
19492026-06-19T06:29:21.678Z Compiling iddqd v0.3.18
19502026-06-19T06:29:21.691Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19512026-06-19T06:29:22.707Z Compiling backoff v0.4.0
19522026-06-19T06:29:22.866Z Compiling parse-display v0.10.0
19532026-06-19T06:29:22.881Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19542026-06-19T06:29:22.906Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19552026-06-19T06:29:23.027Z Compiling winnow v0.5.40
19562026-06-19T06:29:23.038Z Compiling toml_write v0.1.2
19572026-06-19T06:29:23.215Z Compiling toml_edit v0.22.27
19582026-06-19T06:29:24.527Z Compiling num-integer v0.1.46
19592026-06-19T06:29:24.658Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19602026-06-19T06:29:25.014Z Compiling float-ord v0.3.2
19612026-06-19T06:29:25.378Z Compiling toml v0.8.23
19622026-06-19T06:29:28.650Z Compiling num-rational v0.4.2
19632026-06-19T06:29:28.783Z Compiling num-iter v0.1.45
19642026-06-19T06:29:29.296Z Compiling num-complex v0.4.6
19652026-06-19T06:29:29.694Z Compiling num v0.4.3
19662026-06-19T06:29:30.246Z Compiling toml_edit v0.19.15
19672026-06-19T06:29:31.845Z Compiling proc-macro-crate v1.3.1
19682026-06-19T06:29:33.661Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19692026-06-19T06:29:34.550Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19702026-06-19T06:29:35.059Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19712026-06-19T06:29:35.113Z Compiling zerocopy-derive v0.7.35
19722026-06-19T06:29:36.006Z Compiling memoffset v0.9.1
19732026-06-19T06:29:36.101Z Compiling libscf-sys v1.2.0
19742026-06-19T06:29:36.160Z Compiling ingot-macros v0.1.1
19752026-06-19T06:29:36.248Z Compiling proc-macro-error-attr2 v2.0.0
19762026-06-19T06:29:36.700Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-06-19T06:29:37.340Z Compiling proc-macro-error2 v2.0.1
19782026-06-19T06:29:37.625Z Compiling nix v0.30.1
19792026-06-19T06:29:38.466Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19802026-06-19T06:29:38.580Z Compiling scroll_derive v0.12.1
19812026-06-19T06:29:39.318Z Compiling tabled_derive v0.11.0
19822026-06-19T06:29:39.401Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19832026-06-19T06:29:41.416Z Compiling zerocopy v0.7.35
19842026-06-19T06:29:41.814Z Compiling num_enum_derive v0.7.5
19852026-06-19T06:29:42.044Z Compiling hubpack v0.1.2
19862026-06-19T06:29:42.171Z Compiling foreign-types-macros v0.2.3
19872026-06-19T06:29:42.418Z Compiling static_assertions v1.1.0
19882026-06-19T06:29:42.972Z Compiling glob v0.3.3
19892026-06-19T06:29:43.013Z Compiling proc-macro-error-attr v1.0.4
19902026-06-19T06:29:43.188Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19912026-06-19T06:29:43.401Z Compiling dtrace-parser v0.2.0
19922026-06-19T06:29:43.678Z Compiling bytecount v0.6.9
19932026-06-19T06:29:43.712Z Compiling proc-macro-error v1.0.4
19942026-06-19T06:29:43.827Z Compiling dof v0.3.0
19952026-06-19T06:29:44.456Z Compiling num_enum_derive v0.5.11
19962026-06-19T06:29:45.904Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19972026-06-19T06:29:46.016Z Compiling thread-id v4.2.2
19982026-06-19T06:29:46.108Z Compiling usdt-impl v0.5.0
19992026-06-19T06:29:46.652Z Compiling derive_more v0.99.20
20002026-06-19T06:29:47.046Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20012026-06-19T06:29:47.136Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20022026-06-19T06:29:47.625Z Compiling minimal-lexical v0.2.1
20032026-06-19T06:29:47.904Z Compiling nom v7.1.3
20042026-06-19T06:29:47.917Z Compiling usdt-macro v0.5.0
20052026-06-19T06:29:48.225Z Compiling usdt-attr-macro v0.5.0
20062026-06-19T06:29:48.293Z Compiling zone_cfg_derive v0.3.1
20072026-06-19T06:29:48.708Z Compiling papergrid v0.17.0
20082026-06-19T06:29:49.015Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20092026-06-19T06:29:49.058Z Compiling testing_table v0.3.0
20102026-06-19T06:29:49.074Z Compiling rustc_version v0.4.1
20112026-06-19T06:29:49.235Z Compiling crossbeam-epoch v0.9.18
20122026-06-19T06:29:49.267Z Compiling dropshot_endpoint v0.17.1
20132026-06-19T06:29:49.363Z Compiling adler2 v2.0.1
20142026-06-19T06:29:49.514Z Compiling miniz_oxide v0.8.9
20152026-06-19T06:29:49.598Z Compiling crc32fast v1.5.0
20162026-06-19T06:29:49.654Z Compiling tabled v0.20.0
20172026-06-19T06:29:49.855Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20182026-06-19T06:29:50.019Z Compiling enum-as-inner v0.6.1
20192026-06-19T06:29:50.211Z Compiling regress v0.11.1
20202026-06-19T06:29:50.510Z Compiling flate2 v1.1.2
20212026-06-19T06:29:50.623Z Compiling curve25519-dalek v4.1.3
20222026-06-19T06:29:50.855Z Compiling hybrid-array v0.4.12
20232026-06-19T06:29:50.957Z Compiling crossbeam-deque v0.8.6
20242026-06-19T06:29:51.012Z Compiling thiserror-impl-no-std v2.0.2
20252026-06-19T06:29:51.155Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20262026-06-19T06:29:51.339Z Compiling curve25519-dalek-derive v0.1.1
20272026-06-19T06:29:51.462Z Compiling crypto-common v0.2.2
20282026-06-19T06:29:52.070Z Compiling typify-impl v0.6.2
20292026-06-19T06:29:52.195Z Compiling block-buffer v0.12.0
20302026-06-19T06:29:52.266Z Compiling rayon-core v1.13.0
20312026-06-19T06:29:52.367Z Compiling clang-sys v1.8.1
20322026-06-19T06:29:52.402Z Compiling const-oid v0.10.2
20332026-06-19T06:29:52.514Z Compiling compression-core v0.4.32
20342026-06-19T06:29:52.630Z Compiling digest v0.11.3
20352026-06-19T06:29:52.646Z Compiling compression-codecs v0.4.32
20362026-06-19T06:29:52.686Z Compiling scroll v0.12.0
20372026-06-19T06:29:52.925Z Compiling hash32 v0.3.1
20382026-06-19T06:29:52.964Z Compiling toml_datetime v1.1.1+spec-1.1.0
20392026-06-19T06:29:53.050Z Compiling cpufeatures v0.3.0
20402026-06-19T06:29:53.092Z Compiling heapless v0.8.0
20412026-06-19T06:29:53.113Z Compiling sha1 v0.11.0
20422026-06-19T06:29:53.125Z Compiling goblin v0.8.2
20432026-06-19T06:29:53.138Z Compiling async-compression v0.4.33
20442026-06-19T06:29:53.289Z Compiling toml v1.1.2+spec-1.1.0
20452026-06-19T06:29:53.378Z Compiling ingot-types v0.1.2
20462026-06-19T06:29:53.541Z Compiling cobs v0.3.0
20472026-06-19T06:29:53.634Z Compiling libloading v0.8.9
20482026-06-19T06:29:53.750Z Compiling bitflags v1.3.2
20492026-06-19T06:29:53.778Z Compiling foreign-types-shared v0.3.1
20502026-06-19T06:29:53.832Z Compiling managed v0.8.0
20512026-06-19T06:29:53.844Z Compiling bindgen v0.72.1
20522026-06-19T06:29:53.862Z Compiling foreign-types v0.5.0
20532026-06-19T06:29:53.948Z Compiling ingot v0.1.1
20542026-06-19T06:29:54.055Z Compiling smoltcp v0.11.0
20552026-06-19T06:29:54.355Z Compiling dropshot v0.17.1
20562026-06-19T06:29:54.861Z Compiling postcard v1.1.3
20572026-06-19T06:29:55.647Z Compiling cexpr v0.6.0
20582026-06-19T06:29:55.967Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20592026-06-19T06:29:56.229Z Compiling num_enum v0.7.5
20602026-06-19T06:29:56.364Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20612026-06-19T06:29:56.624Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20622026-06-19T06:29:56.751Z Compiling camino-tempfile v1.4.1
20632026-06-19T06:29:56.813Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20642026-06-19T06:29:56.974Z Compiling serde_repr v0.1.20
20652026-06-19T06:29:56.986Z Compiling derive-where v1.6.0
20662026-06-19T06:29:57.145Z Compiling cstr-argument v0.1.2
20672026-06-19T06:29:57.310Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20682026-06-19T06:29:57.585Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20692026-06-19T06:29:58.306Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20702026-06-19T06:29:58.392Z Compiling typify-macro v0.6.2
20712026-06-19T06:29:58.497Z Compiling rayon v1.11.0
20722026-06-19T06:29:58.760Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20732026-06-19T06:29:58.889Z Compiling crucible-workspace-hack v0.1.0
20742026-06-19T06:29:59.537Z Compiling memmap v0.7.0
20752026-06-19T06:29:59.702Z Compiling tinyvec_macros v0.1.1
20762026-06-19T06:29:59.801Z Compiling tinyvec v1.10.0
20772026-06-19T06:29:59.812Z Compiling usdt v0.5.0
20782026-06-19T06:30:00.101Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20792026-06-19T06:30:00.471Z Compiling typify v0.6.2
20802026-06-19T06:30:00.574Z Compiling num_enum v0.5.11
20812026-06-19T06:30:00.897Z Compiling pin-project-internal v1.1.10
20822026-06-19T06:30:01.842Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20832026-06-19T06:30:01.882Z Compiling progenitor-impl v0.14.0
20842026-06-19T06:30:01.954Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20852026-06-19T06:30:02.002Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20862026-06-19T06:30:02.075Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20872026-06-19T06:30:02.383Z Compiling rustix v0.38.44
20882026-06-19T06:30:02.769Z Compiling itertools v0.12.1
20892026-06-19T06:30:02.791Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20902026-06-19T06:30:02.956Z Compiling progenitor-impl v0.10.0
20912026-06-19T06:30:03.197Z Compiling sigpipe v0.1.3
20922026-06-19T06:30:03.292Z Compiling jiff v0.2.15
20932026-06-19T06:30:03.295Z Compiling const_format_proc_macros v0.2.34
20942026-06-19T06:30:03.852Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20952026-06-19T06:30:04.014Z Compiling zone v0.3.1
20962026-06-19T06:30:04.130Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20972026-06-19T06:30:05.463Z Compiling progenitor-macro v0.14.0
20982026-06-19T06:30:05.685Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20992026-06-19T06:30:05.750Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21002026-06-19T06:30:06.179Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21012026-06-19T06:30:06.394Z Compiling secrecy v0.10.3
21022026-06-19T06:30:06.433Z Compiling progenitor-macro v0.10.0
21032026-06-19T06:30:06.563Z Compiling smf v0.2.3
21042026-06-19T06:30:06.609Z Compiling async-recursion v1.1.1
21052026-06-19T06:30:06.880Z Compiling snafu-derive v0.8.9
21062026-06-19T06:30:07.033Z Compiling bstr v1.12.0
21072026-06-19T06:30:07.335Z Compiling whoami v1.6.1
21082026-06-19T06:30:07.574Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21092026-06-19T06:30:08.706Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21102026-06-19T06:30:09.262Z Compiling hmac v0.12.1
21112026-06-19T06:30:09.447Z Compiling inout v0.1.4
21122026-06-19T06:30:09.586Z Compiling ff v0.13.1
21132026-06-19T06:30:09.727Z Compiling data-encoding v2.9.0
21142026-06-19T06:30:09.917Z Compiling crc8 v0.1.1
21152026-06-19T06:30:10.045Z Compiling group v0.13.0
21162026-06-19T06:30:10.362Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21172026-06-19T06:30:10.832Z Compiling cipher v0.4.4
21182026-06-19T06:30:11.063Z Compiling hkdf v0.12.4
21192026-06-19T06:30:11.222Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21202026-06-19T06:30:11.484Z Compiling atomicwrites v0.4.4
21212026-06-19T06:30:11.610Z Compiling tokio-dtrace v0.1.1
21222026-06-19T06:30:11.808Z Compiling tabled_derive v0.7.0
21232026-06-19T06:30:12.251Z Compiling reqwest v0.13.2
21242026-06-19T06:30:12.267Z Compiling universal-hash v0.5.1
21252026-06-19T06:30:12.331Z Compiling crypto-bigint v0.5.5
21262026-06-19T06:30:12.407Z Compiling half v2.7.1
21272026-06-19T06:30:12.710Z Compiling base64ct v1.8.0
21282026-06-19T06:30:12.844Z Compiling indent_write v2.2.0
21292026-06-19T06:30:12.876Z Compiling opaque-debug v0.3.1
21302026-06-19T06:30:12.959Z Compiling base16ct v0.2.0
21312026-06-19T06:30:13.026Z Compiling ciborium-io v0.2.2
21322026-06-19T06:30:13.132Z Compiling ciborium-ll v0.2.2
21332026-06-19T06:30:13.132Z Compiling password-hash v0.5.0
21342026-06-19T06:30:13.369Z Compiling progenitor-client v0.14.0
21352026-06-19T06:30:13.622Z Compiling elliptic-curve v0.13.8
21362026-06-19T06:30:13.636Z Compiling poly1305 v0.8.0
21372026-06-19T06:30:14.226Z Compiling oxide-tokio-rt v0.1.2
21382026-06-19T06:30:14.435Z Compiling chacha20 v0.9.1
21392026-06-19T06:30:14.578Z Compiling similar v2.7.0
21402026-06-19T06:30:14.667Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21412026-06-19T06:30:14.980Z Compiling thiserror-no-std v2.0.2
21422026-06-19T06:30:15.639Z Compiling blake2 v0.10.6
21432026-06-19T06:30:16.034Z Compiling aead v0.5.2
21442026-06-19T06:30:16.115Z Compiling strum_macros v0.28.0
21452026-06-19T06:30:16.255Z Compiling linked-hash-map v0.5.6
21462026-06-19T06:30:16.311Z Compiling keccak v0.1.6
21472026-06-19T06:30:16.589Z Compiling resolv-conf v0.7.5
21482026-06-19T06:30:16.773Z Compiling sha3 v0.10.8
21492026-06-19T06:30:16.846Z Compiling lru-cache v0.1.2
21502026-06-19T06:30:16.979Z Compiling chacha20poly1305 v0.10.1
21512026-06-19T06:30:17.023Z Compiling argon2 v0.5.3
21522026-06-19T06:30:17.126Z Compiling vsss-rs v3.3.4
21532026-06-19T06:30:17.143Z Compiling progenitor v0.14.0
21542026-06-19T06:30:17.285Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21552026-06-19T06:30:17.509Z Compiling ciborium v0.2.2
21562026-06-19T06:30:17.621Z Compiling hickory-proto v0.24.4
21572026-06-19T06:30:18.059Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21582026-06-19T06:30:18.110Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21592026-06-19T06:30:18.526Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21602026-06-19T06:30:18.608Z Compiling serde-big-array v0.5.1
21612026-06-19T06:30:18.624Z Compiling same-file v1.0.6
21622026-06-19T06:30:18.687Z Compiling siphasher v1.0.1
21632026-06-19T06:30:18.811Z Compiling unicode-segmentation v1.12.0
21642026-06-19T06:30:18.889Z Compiling phf_shared v0.12.1
21652026-06-19T06:30:19.107Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21662026-06-19T06:30:19.183Z Compiling newline-converter v0.3.0
21672026-06-19T06:30:19.217Z Compiling walkdir v2.5.0
21682026-06-19T06:30:19.308Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21692026-06-19T06:30:19.512Z Compiling hickory-resolver v0.24.4
21702026-06-19T06:30:19.625Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21712026-06-19T06:30:20.141Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21722026-06-19T06:30:21.187Z Compiling newtype_derive v0.1.6
21732026-06-19T06:30:21.264Z Compiling owo-colors v4.3.0
21742026-06-19T06:30:21.276Z Compiling tokio-stream v0.1.17
21752026-06-19T06:30:21.629Z Compiling console v0.15.11
21762026-06-19T06:30:21.755Z Compiling csv-core v0.1.12
21772026-06-19T06:30:21.914Z Compiling humantime v2.3.0
21782026-06-19T06:30:22.039Z Compiling foldhash v0.1.5
21792026-06-19T06:30:22.199Z Compiling swrite v0.1.0
21802026-06-19T06:30:22.240Z Compiling unicode-linebreak v0.1.5
21812026-06-19T06:30:22.317Z Compiling unicode-width v0.1.14
21822026-06-19T06:30:22.356Z Compiling smawk v0.3.2
21832026-06-19T06:30:22.481Z Compiling termtree v0.5.1
21842026-06-19T06:30:22.494Z Compiling textwrap v0.16.2
21852026-06-19T06:30:22.634Z Compiling hashbrown v0.15.5
21862026-06-19T06:30:22.646Z Compiling expectorate v1.2.0
21872026-06-19T06:30:22.693Z Compiling csv v1.4.0
21882026-06-19T06:30:22.726Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-06-19T06:30:23.048Z Compiling qorb v0.4.1
21902026-06-19T06:30:23.199Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-06-19T06:30:24.407Z Compiling phf v0.12.1
21922026-06-19T06:30:24.492Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21932026-06-19T06:30:25.087Z Compiling pin-project v1.1.10
21942026-06-19T06:30:25.144Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21952026-06-19T06:30:25.199Z Compiling unicode-normalization v0.1.24
21962026-06-19T06:30:25.250Z Compiling libz-sys v1.1.22
21972026-06-19T06:30:25.478Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21982026-06-19T06:30:26.492Z Compiling libsw-core v0.3.2
21992026-06-19T06:30:26.867Z Compiling fixedbitset v0.5.7
22002026-06-19T06:30:26.880Z Compiling highway v1.3.0
22012026-06-19T06:30:27.359Z Compiling fixedbitset v0.4.2
22022026-06-19T06:30:27.616Z Compiling petgraph v0.6.5
22032026-06-19T06:30:28.033Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-06-19T06:30:28.297Z Compiling petgraph v0.8.2
22052026-06-19T06:30:29.169Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22062026-06-19T06:30:29.255Z Compiling progenitor v0.10.0
22072026-06-19T06:30:29.991Z Compiling libsw v3.5.0
22082026-06-19T06:30:30.173Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-06-19T06:30:30.594Z Compiling olpc-cjson v0.1.4
22102026-06-19T06:30:30.778Z Compiling libgit2-sys v0.17.0+1.8.1
22112026-06-19T06:30:31.061Z Compiling snafu v0.8.9
22122026-06-19T06:30:31.497Z Compiling chrono-tz v0.10.4
22132026-06-19T06:30:32.070Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-06-19T06:30:32.282Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-06-19T06:30:32.840Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-06-19T06:30:33.090Z Compiling papergrid v0.11.0
22172026-06-19T06:30:33.208Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-06-19T06:30:33.222Z Compiling strum v0.28.0
22192026-06-19T06:30:33.234Z Compiling globset v0.4.16
22202026-06-19T06:30:33.360Z Compiling const_format v0.2.34
22212026-06-19T06:30:33.487Z Compiling slog-dtrace v0.3.0
22222026-06-19T06:30:33.694Z Compiling cancel-safe-futures v0.1.5
22232026-06-19T06:30:33.821Z Compiling gethostname v0.5.0
22242026-06-19T06:30:34.065Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22252026-06-19T06:30:34.866Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22262026-06-19T06:30:34.971Z Compiling dropshot-api-manager-types v0.7.2
22272026-06-19T06:30:35.126Z Compiling bcs v0.1.6
22282026-06-19T06:30:35.360Z Compiling cargo-platform v0.1.9
22292026-06-19T06:30:35.435Z Compiling serde_plain v1.0.2
22302026-06-19T06:30:35.455Z Compiling pem v3.0.5
22312026-06-19T06:30:35.467Z Compiling typed-path v0.9.3
22322026-06-19T06:30:35.525Z Compiling tagptr v0.2.0
22332026-06-19T06:30:35.871Z Compiling linear-map v1.2.0
22342026-06-19T06:30:36.153Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22352026-06-19T06:30:36.600Z Compiling tough v0.20.0
22362026-06-19T06:30:37.775Z Compiling moka v0.12.11
22372026-06-19T06:30:37.873Z Compiling cargo_metadata v0.18.1
22382026-06-19T06:30:38.034Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22392026-06-19T06:30:39.097Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22402026-06-19T06:30:39.372Z Compiling tabled v0.15.0
22412026-06-19T06:30:39.572Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-06-19T06:30:40.163Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22432026-06-19T06:30:40.374Z Compiling git2 v0.19.0
22442026-06-19T06:30:42.160Z Compiling steno v0.4.1
22452026-06-19T06:30:43.386Z Compiling cookie v0.18.1
22462026-06-19T06:30:43.673Z Compiling hickory-proto v0.25.2
22472026-06-19T06:30:45.983Z Compiling hickory-resolver v0.25.2
22482026-06-19T06:30:46.485Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-06-19T06:30:48.265Z Compiling vergen v8.3.2
22502026-06-19T06:30:50.191Z Compiling signal-hook v0.4.4
22512026-06-19T06:30:50.396Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22522026-06-19T06:30:50.648Z Compiling mockall_derive v0.14.0
22532026-06-19T06:30:50.679Z Compiling predicates-core v1.0.9
22542026-06-19T06:30:51.046Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22552026-06-19T06:30:51.297Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22562026-06-19T06:30:51.482Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22572026-06-19T06:30:51.527Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22582026-06-19T06:30:51.715Z Compiling sha2 v0.10.9
22592026-06-19T06:30:52.346Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22602026-06-19T06:30:53.309Z Compiling yansi v1.0.1
22612026-06-19T06:30:53.581Z Compiling mockall v0.14.0
22622026-06-19T06:30:53.595Z Compiling diff v0.1.13
22632026-06-19T06:30:53.834Z Compiling pretty_assertions v1.4.1
22642026-06-19T06:30:53.903Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22652026-06-19T06:30:55.027Z Compiling fs-err v3.1.2
22662026-06-19T06:30:55.117Z Compiling predicates v3.1.3
22672026-06-19T06:30:55.337Z Compiling predicates-tree v1.0.12
22682026-06-19T06:30:56.035Z Compiling git-stub v1.0.0
22692026-06-19T06:30:56.103Z Compiling filetime v0.2.26
22702026-06-19T06:30:56.303Z Compiling arrayvec v0.7.6
22712026-06-19T06:30:56.328Z Compiling xattr v1.6.1
22722026-06-19T06:30:56.519Z Compiling downcast v0.11.0
22732026-06-19T06:30:56.523Z Compiling is_ci v1.2.0
22742026-06-19T06:30:56.684Z Compiling arrayref v0.3.9
22752026-06-19T06:30:56.697Z Compiling fragile v2.0.1
22762026-06-19T06:30:56.771Z Compiling constant_time_eq v0.3.1
22772026-06-19T06:30:56.789Z Compiling supports-color v3.0.2
22782026-06-19T06:30:56.894Z Compiling blake3 v1.8.2
22792026-06-19T06:30:57.009Z Compiling tar v0.4.46
22802026-06-19T06:30:57.211Z Compiling toml v0.7.8
22812026-06-19T06:30:57.552Z Compiling git-stub-vcs v0.1.0
22822026-06-19T06:30:57.953Z Compiling signal-hook-tokio v0.4.0
22832026-06-19T06:30:58.098Z Compiling curl-sys v0.4.89+curl-8.20.0
22842026-06-19T06:30:58.398Z Compiling scuffle v0.1.0
22852026-06-19T06:30:59.344Z Compiling drift v0.2.0
22862026-06-19T06:30:59.932Z Compiling kstat-rs v0.2.4
22872026-06-19T06:31:00.105Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22882026-06-19T06:31:00.253Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22892026-06-19T06:31:00.435Z Compiling hex-literal v1.1.0
22902026-06-19T06:31:00.535Z Compiling topological-sort v0.2.2
22912026-06-19T06:31:00.562Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22922026-06-19T06:31:00.694Z Compiling omicron-zone-package v0.12.2
22932026-06-19T06:31:01.242Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22942026-06-19T06:31:02.634Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22952026-06-19T06:31:02.647Z Compiling dropshot-api-manager v0.7.2
22962026-06-19T06:31:03.594Z Compiling curl v0.4.50
22972026-06-19T06:31:03.731Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22982026-06-19T06:31:03.810Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22992026-06-19T06:31:04.054Z Compiling iddqd v0.4.5
23002026-06-19T06:31:04.098Z Compiling internet-checksum v0.2.1
23012026-06-19T06:31:04.248Z Compiling search_path v0.1.4
23022026-06-19T06:31:04.438Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23032026-06-19T06:31:04.665Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23042026-06-19T06:31:05.073Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23052026-06-19T06:31:08.906Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23062026-06-19T06:31:09.742Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23072026-06-19T06:31:54.111Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 19s
23082026-06-19T06:31:54.240Z Running unittests src/lib.rs (target/debug/deps/aal-8d959592a841ca0a)
23092026-06-19T06:31:54.243Z
23102026-06-19T06:31:54.243Zrunning 5 tests
23112026-06-19T06:31:54.247Ztest fuse::tests::chip_revision_b1 ... ok
23122026-06-19T06:31:54.247Ztest fuse::tests::chip_revision_a0 ... ok
23132026-06-19T06:31:54.247Ztest fuse::tests::chip_revision_b0 ... ok
23142026-06-19T06:31:54.247Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23152026-06-19T06:31:54.247Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23162026-06-19T06:31:54.247Z
23172026-06-19T06:31:54.247Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23182026-06-19T06:31:54.248Z
23192026-06-19T06:31:54.248Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23202026-06-19T06:31:54.251Z
23212026-06-19T06:31:54.251Zrunning 0 tests
23222026-06-19T06:31:54.251Z
23232026-06-19T06:31:54.251Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-06-19T06:31:54.251Z
23252026-06-19T06:31:54.251Z Running unittests src/lib.rs (target/debug/deps/asic-3efa9620a1154aea)
23262026-06-19T06:31:54.251Z
23272026-06-19T06:31:54.251Zrunning 0 tests
23282026-06-19T06:31:54.251Z
23292026-06-19T06:31:54.251Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-06-19T06:31:54.251Z
23312026-06-19T06:31:54.251Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
23322026-06-19T06:31:54.255Z
23332026-06-19T06:31:54.255Zrunning 10 tests
23342026-06-19T06:31:54.255Ztest network::tests::test_equal ... ok
23352026-06-19T06:31:54.255Ztest network::tests::test_eui64 ... ok
23362026-06-19T06:31:54.255Ztest nat::tests::test_vni ... ok
23372026-06-19T06:31:54.255Ztest network::tests::test_generate_ipv6_link_local ... ok
23382026-06-19T06:31:54.255Ztest network::tests::test_not_equal ... ok
23392026-06-19T06:31:54.255Ztest network::tests::test_into ... ok
23402026-06-19T06:31:54.255Ztest network::tests::test_parse ... ok
23412026-06-19T06:31:54.255Ztest network::tests::test_to_string ... ok
23422026-06-19T06:31:54.255Ztest test_purge ... ok
23432026-06-19T06:31:54.258Ztest illumos::test::address_exists_handles_missing_object ... ok
23442026-06-19T06:31:54.258Z
23452026-06-19T06:31:54.258Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23462026-06-19T06:31:54.259Z
23472026-06-19T06:31:54.259Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-532f59adce81adc7)
23482026-06-19T06:31:54.263Z
23492026-06-19T06:31:54.263Zrunning 1 test
23502026-06-19T06:31:54.266Z -------
23512026-06-19T06:31:54.266Z Generating OpenAPI documents from API definitions ...
23522026-06-19T06:31:54.402Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23532026-06-19T06:31:54.470Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23542026-06-19T06:31:55.498Z -------
23552026-06-19T06:31:55.498Z Checking 12 OpenAPI documents...
23562026-06-19T06:31:55.498Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23572026-06-19T06:31:55.498Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23582026-06-19T06:31:55.498Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-06-19T06:31:55.498Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-06-19T06:31:55.498Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-06-19T06:31:55.501Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23622026-06-19T06:31:55.502Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-06-19T06:31:55.502Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-06-19T06:31:55.502Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-06-19T06:31:55.502Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-06-19T06:31:55.502Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-06-19T06:31:55.502Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-06-19T06:31:55.502Z Fresh dpd "latest" symlink
23692026-06-19T06:31:55.502Z -------
23702026-06-19T06:31:55.502Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23712026-06-19T06:31:55.559Ztest test::test_apis_up_to_date ... ok
23722026-06-19T06:31:55.560Z
23732026-06-19T06:31:55.560Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
23742026-06-19T06:31:55.560Z
23752026-06-19T06:31:55.614Z Running unittests src/main.rs (target/debug/deps/dpd-9d0febdcaaefc583)
23762026-06-19T06:31:55.620Z
23772026-06-19T06:31:55.620Zrunning 19 tests
23782026-06-19T06:31:55.623Ztest freemap::test_ordering ... ok
23792026-06-19T06:31:55.623Ztest config::tests::test_updates ... ok
23802026-06-19T06:31:55.623Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23812026-06-19T06:31:55.623Ztest freemap::test_split ... ok
23822026-06-19T06:31:55.623Ztest macaddrs::tests::test_mac_offset ... ok
23832026-06-19T06:31:55.652Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23842026-06-19T06:31:55.652Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23852026-06-19T06:31:55.652Ztest macaddrs::tests::test_parse_port_id ... ok
23862026-06-19T06:31:55.652Ztest nat::test_mapping ... ok
23872026-06-19T06:31:55.652Ztest port_map::tests::dump_map ... ok
23882026-06-19T06:31:55.652Ztest port_map::tests::test_backplane_group ... ok
23892026-06-19T06:31:55.652ZJun 19 06:31:54.210 DEBG created new freemap, unit: freemap_testJun 19 06:31:54.210 DEBG
23902026-06-19T06:31:55.652Zcreated new freemap, unit: Jun 19 06:31:54.210freemap_test
23912026-06-19T06:31:55.652ZDEBG initted freemap. size: 128, Jun 19 06:31:54.210unit :DEBG freemap_testinitted freemap. size: 128
23922026-06-19T06:31:55.652Z, unit: freemap_testJun 19 06:31:54.210
23932026-06-19T06:31:55.652Z DEBG reset freemap, Jun 19 06:31:54.210unit :DEBG freemap_testreset freemap
23942026-06-19T06:31:55.652Z, unit: freemap_test
23952026-06-19T06:31:55.652Ztest port_map::tests::test_port_map ... ok
23962026-06-19T06:31:55.652Ztest freemap::test_exhaustion ... ok
23972026-06-19T06:31:55.652Ztest freemap::test_reclaim ... ok
23982026-06-19T06:31:55.652ZJun 19 06:31:54.210 DEBG created new freemap, unit: freemap_test
23992026-06-19T06:31:55.652ZJun 19 06:31:54.210 DEBG initted freemap. size: 128, unit: freemap_test
24002026-06-19T06:31:55.652ZJun 19 06:31:54.210 DEBG reset freemap, unit: freemap_test
24012026-06-19T06:31:55.653Ztest freemap::test_free ... ok
24022026-06-19T06:31:55.653ZJun 19 06:31:54.210 DEBG created new freemap, unit: freemap_test
24032026-06-19T06:31:55.653ZJun 19 06:31:54.210 DEBG initted freemap. size: 128, unit: freemap_test
24042026-06-19T06:31:55.653ZJun 19 06:31:54.210 DEBG reset freemap, unit: freemap_test
24052026-06-19T06:31:55.653ZJun 19 06:31:54.210 DEBG created new freemap, unit: freemap_test
24062026-06-19T06:31:55.653ZJun 19 06:31:54.210 DEBG initted freemap. size: 128, unit: freemap_test
24072026-06-19T06:31:55.653ZJun 19 06:31:54.210 DEBG reset freemap, unit: freemap_test
24082026-06-19T06:31:55.653Ztest freemap::test_basic ... ok
24092026-06-19T06:31:55.653Ztest freemap::test_span ... ok
24102026-06-19T06:31:55.653Ztest port_map::tests::parse_softnpu_revision ... ok
24112026-06-19T06:31:55.653Ztest api_server::tests::test_build_info ... ok
24122026-06-19T06:31:55.653Z
24132026-06-19T06:31:55.653Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
24142026-06-19T06:31:55.653Z
24152026-06-19T06:31:55.657Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a684dcc8df259f68)
24162026-06-19T06:31:55.657Z
24172026-06-19T06:31:55.657Zrunning 0 tests
24182026-06-19T06:31:55.657Z
24192026-06-19T06:31:55.657Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24202026-06-19T06:31:55.657Z
24212026-06-19T06:31:55.657Z Running unittests src/lib.rs (target/debug/deps/dpd_api-f43e9b5d32852ea8)
24222026-06-19T06:31:55.657Z
24232026-06-19T06:31:55.657Zrunning 0 tests
24242026-06-19T06:31:55.657Z
24252026-06-19T06:31:55.657Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24262026-06-19T06:31:55.657Z
24272026-06-19T06:31:55.657Z Running unittests src/lib.rs (target/debug/deps/dpd_client-93e55afa6a106351)
24282026-06-19T06:31:55.657Z
24292026-06-19T06:31:55.657Zrunning 6 tests
24302026-06-19T06:31:55.657Ztest tests::test_full_lot_id_neither_present ... ok
24312026-06-19T06:31:55.657Ztest tests::test_full_lot_id_both_present ... ok
24322026-06-19T06:31:55.657Ztest tests::test_full_lot_id_lot_only ... ok
24332026-06-19T06:31:55.657Ztest tests::test_full_lot_id_lotnum_only ... ok
24342026-06-19T06:31:55.657Ztest tests::test_parse_client_port_id ... ok
24352026-06-19T06:31:55.657Ztest tests::test_port_id_cmp ... ok
24362026-06-19T06:31:55.657Z
24372026-06-19T06:31:55.657Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24382026-06-19T06:31:55.657Z
24392026-06-19T06:31:55.657Z Running tests/test_all.rs (target/debug/deps/test_all-1ffdebd4e62e4b5d)
24402026-06-19T06:31:55.657Z
24412026-06-19T06:31:55.657Zrunning 0 tests
24422026-06-19T06:31:55.657Z
24432026-06-19T06:31:55.657Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24442026-06-19T06:31:55.657Z
24452026-06-19T06:31:55.657Z Running unittests src/lib.rs (target/debug/deps/dpd_types-cf7014c83b016e98)
24462026-06-19T06:31:55.657Z
24472026-06-19T06:31:55.658Zrunning 0 tests
24482026-06-19T06:31:55.658Z
24492026-06-19T06:31:55.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24502026-06-19T06:31:55.658Z
24512026-06-19T06:31:55.658Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-49b68c683ad65a0a)
24522026-06-19T06:31:55.658Z
24532026-06-19T06:31:55.658Zrunning 0 tests
24542026-06-19T06:31:55.658Z
24552026-06-19T06:31:55.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24562026-06-19T06:31:55.658Z
24572026-06-19T06:31:55.658Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
24582026-06-19T06:31:55.658Z
24592026-06-19T06:31:55.658Zrunning 12 tests
24602026-06-19T06:31:55.658Ztest icmp::test_v4_checksum ... ok
24612026-06-19T06:31:55.658Ztest lldp::test_lldp_parse ... ok
24622026-06-19T06:31:55.658Ztest icmp::test_v6_checksum ... ok
24632026-06-19T06:31:55.658Ztest ipv6::test_ipv6_parse ... ok
24642026-06-19T06:31:55.658Ztest pbuf::test_byte ... ok
24652026-06-19T06:31:55.658Ztest pbuf::test_nibble ... ok
24662026-06-19T06:31:55.658Ztest pbuf::test_short ... ok
24672026-06-19T06:31:55.658Ztest pbuf::test_overflow ... ok
24682026-06-19T06:31:55.658Ztest pbuf::test_twelve ... ok
24692026-06-19T06:31:55.658Ztest pbuf::test_word ... ok
24702026-06-19T06:31:55.658Ztest tcp::test_checksum_ack_data ... ok
24712026-06-19T06:31:55.658Ztest tcp::test_checksum_syn_nodata ... ok
24722026-06-19T06:31:55.658Z
24732026-06-19T06:31:55.658Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24742026-06-19T06:31:55.658Z
24752026-06-19T06:31:55.658Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
24762026-06-19T06:31:55.658Z
24772026-06-19T06:31:55.658Zrunning 0 tests
24782026-06-19T06:31:55.658Z
24792026-06-19T06:31:55.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24802026-06-19T06:31:55.658Z
24812026-06-19T06:31:55.658Z Running unittests src/main.rs (target/debug/deps/swadm-e17c0d2faaf93a7a)
24822026-06-19T06:31:55.658Z
24832026-06-19T06:31:55.658Zrunning 5 tests
24842026-06-19T06:31:55.658Ztest switchport::test::test_compute_lanes ... ok
24852026-06-19T06:31:55.658Ztest switchport::test::port_id_ordering ... ok
24862026-06-19T06:31:55.659Z Lane 0 Lane 0 Lane 1 Lane 1Lane 2 Lane 3Lane 2
24872026-06-19T06:31:55.659ZLane 3 State: Activated
24882026-06-19T06:31:55.659Z Activated Rx Loss-of-lock: Yes Activated YesActivated
24892026-06-19T06:31:55.659ZYes Rx Output Enabled: falseYes
24902026-06-19T06:31:55.659Zfalse Rx Loss-of-signal: Yes false falseYes
24912026-06-19T06:31:55.659Z Rx Output Status: validYes Yes
24922026-06-19T06:31:55.659Zvalid Rx CDR Enabled: Yes valid validYes
24932026-06-19T06:31:55.659Z Rx Loss-of-lock: true Yes Yestrue
24942026-06-19T06:31:55.659Z Tx Enabled: Yestrue trueYes
24952026-06-19T06:31:55.659Z Rx Loss-of-signal: falseYes Yes
24962026-06-19T06:31:55.659Zfalse Tx Loss-of-lock: Nofalse Nofalse
24972026-06-19T06:31:55.659ZNo Rx Auto-squelch Disable: true No
24982026-06-19T06:31:55.659Ztrue Tx Loss-of-signal: Notrue true
24992026-06-19T06:31:55.659ZNo Tx Output Enabled: trueNo Notrue
25002026-06-19T06:31:55.659Ztrue Tx CDR Enabled: No true
25012026-06-19T06:31:55.659ZNo Tx Output Status: invalidNo No
25022026-06-19T06:31:55.659Zinvalid invalid Tx Adaptive EQ Fault: No Noinvalid
25032026-06-19T06:31:55.659ZNo Tx Loss-of-lock: false No
25042026-06-19T06:31:55.659Zfalse Tx Fault: Yes falseYes Yesfalse
25052026-06-19T06:31:55.659ZYes
25062026-06-19T06:31:55.659Z Tx Loss-of-signal: true true true true
25072026-06-19T06:31:55.659ZTx Auto-squelch Disable: false false false false
25082026-06-19T06:31:55.659Z Tx Adaptive EQ Fail: true true true true
25092026-06-19T06:31:55.659Z Tx Failure: false false false false
25102026-06-19T06:31:55.659Z Tx Force Squelch: true true true true
25112026-06-19T06:31:55.659Z Tx Input Polarity: normal normal normal normal
25122026-06-19T06:31:55.659Ztest switchport::test::test_print_sff_datapath ... ok
25132026-06-19T06:31:55.659Ztest switchport::test::test_print_cmis_datapath ... ok
25142026-06-19T06:31:55.659Ztest link::test_filter ... ok
25152026-06-19T06:31:55.663Z
25162026-06-19T06:31:55.663Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25172026-06-19T06:31:55.663Z
25182026-06-19T06:31:55.663Z Running tests/counters.rs (target/debug/deps/counters-60c9131b700c3613)
25192026-06-19T06:31:55.663Z
25202026-06-19T06:31:55.663Zrunning 1 test
25212026-06-19T06:31:55.663Ztest test_p4_counter_list ... ignored
25222026-06-19T06:31:55.663Z
25232026-06-19T06:31:55.663Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25242026-06-19T06:31:55.663Z
25252026-06-19T06:31:55.663Z Running tests/port-link.rs (target/debug/deps/port_link-d4cd4f805b4a86eb)
25262026-06-19T06:31:55.663Z
25272026-06-19T06:31:55.663Zrunning 5 tests
25282026-06-19T06:31:55.663Ztest test_an ... ignored
25292026-06-19T06:31:55.663Ztest test_enable ... ignored
25302026-06-19T06:31:55.663Ztest test_ip_addresses ... ignored
25312026-06-19T06:31:55.663Ztest test_kr ... ignored
25322026-06-19T06:31:55.663Ztest test_mac ... ignored
25332026-06-19T06:31:55.663Z
25342026-06-19T06:31:55.663Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25352026-06-19T06:31:55.663Z
25362026-06-19T06:31:55.663Z Running unittests src/main.rs (target/debug/deps/tfportd-59ab80d49235ce69)
25372026-06-19T06:31:55.663Z
25382026-06-19T06:31:55.663Zrunning 3 tests
25392026-06-19T06:31:55.663Ztest linklocal::test_parse_ipadm ... ok
25402026-06-19T06:31:55.663Ztest tfport::test_parse_tfport ... ok
25412026-06-19T06:31:55.663Ztest config::tests::test_updates ... ok
25422026-06-19T06:31:55.663Z
25432026-06-19T06:31:55.663Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25442026-06-19T06:31:55.663Z
25452026-06-19T06:31:55.663Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
25462026-06-19T06:31:55.663Z
25472026-06-19T06:31:55.663Zrunning 0 tests
25482026-06-19T06:31:55.664Z
25492026-06-19T06:31:55.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25502026-06-19T06:31:55.664Z
25512026-06-19T06:31:55.664Z Running unittests src/main.rs (target/debug/deps/xtask-cce63fd3f2372cc3)
25522026-06-19T06:31:55.664Z
25532026-06-19T06:31:55.664Zrunning 0 tests
25542026-06-19T06:31:55.664Z
25552026-06-19T06:31:55.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25562026-06-19T06:31:55.664Z
25572026-06-19T06:31:55.664Z Doc-tests aal
25582026-06-19T06:31:55.788Z
25592026-06-19T06:31:55.788Zrunning 0 tests
25602026-06-19T06:31:55.788Z
25612026-06-19T06:31:55.788Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25622026-06-19T06:31:55.788Z
25632026-06-19T06:31:55.802Z Doc-tests aal_macros
25642026-06-19T06:31:55.870Z
25652026-06-19T06:31:55.870Zrunning 0 tests
25662026-06-19T06:31:55.870Z
25672026-06-19T06:31:55.870Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25682026-06-19T06:31:55.870Z
25692026-06-19T06:31:55.879Z Doc-tests common
25702026-06-19T06:31:56.122Z
25712026-06-19T06:31:56.122Zrunning 0 tests
25722026-06-19T06:31:56.122Z
25732026-06-19T06:31:56.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25742026-06-19T06:31:56.122Z
25752026-06-19T06:31:56.142Z Doc-tests dpd_api
25762026-06-19T06:31:56.889Z
25772026-06-19T06:31:56.889Zrunning 2 tests
25782026-06-19T06:31:56.889Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25792026-06-19T06:31:56.890Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25802026-06-19T06:31:56.890Z
25812026-06-19T06:31:56.890Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25822026-06-19T06:31:56.890Z
25832026-06-19T06:31:56.919Z Doc-tests dpd_client
25842026-06-19T06:31:58.214Z
25852026-06-19T06:31:58.214Zrunning 0 tests
25862026-06-19T06:31:58.214Z
25872026-06-19T06:31:58.214Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25882026-06-19T06:31:58.214Z
25892026-06-19T06:31:58.257Z Doc-tests dpd_types
25902026-06-19T06:31:58.469Z
25912026-06-19T06:31:58.469Zrunning 0 tests
25922026-06-19T06:31:58.469Z
25932026-06-19T06:31:58.469Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25942026-06-19T06:31:58.469Z
25952026-06-19T06:31:58.493Z Doc-tests dpd_types_versions
25962026-06-19T06:31:59.693Z
25972026-06-19T06:31:59.693Zrunning 1 test
25982026-06-19T06:31:59.693Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
25992026-06-19T06:31:59.693Z
26002026-06-19T06:31:59.693Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
26012026-06-19T06:31:59.693Z
26022026-06-19T06:31:59.735Z Doc-tests packet
26032026-06-19T06:31:59.847Z
26042026-06-19T06:31:59.848Zrunning 0 tests
26052026-06-19T06:31:59.848Z
26062026-06-19T06:31:59.848Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26072026-06-19T06:31:59.848Z
26082026-06-19T06:31:59.862Z Doc-tests pcap
26092026-06-19T06:31:59.913Z
26102026-06-19T06:31:59.913Zrunning 0 tests
26112026-06-19T06:31:59.913Z
26122026-06-19T06:31:59.913Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26132026-06-19T06:31:59.913Z
26142026-06-19T06:31:59.980Z+ for feat in tofino_stub tofino_asic softnpu chaos
26152026-06-19T06:31:59.980Z+ RUST_BACKTRACE=full
26162026-06-19T06:31:59.980Z+ cargo test --features tofino_asic --no-fail-fast
26172026-06-19T06:32:00.586Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
26182026-06-19T06:32:00.666Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
26192026-06-19T06:32:00.673Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
26202026-06-19T06:32:00.680Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
26212026-06-19T06:32:09.278Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
26222026-06-19T06:32:10.201Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26232026-06-19T06:32:49.177Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.18s
26242026-06-19T06:32:49.290Z Running unittests src/lib.rs (target/debug/deps/aal-8d959592a841ca0a)
26252026-06-19T06:32:49.294Z
26262026-06-19T06:32:49.294Zrunning 5 tests
26272026-06-19T06:32:49.297Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26282026-06-19T06:32:49.297Ztest fuse::tests::chip_revision_b1 ... ok
26292026-06-19T06:32:49.297Ztest fuse::tests::chip_revision_b0 ... ok
26302026-06-19T06:32:49.297Ztest fuse::tests::chip_revision_a0 ... ok
26312026-06-19T06:32:49.297Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26322026-06-19T06:32:49.297Z
26332026-06-19T06:32:49.297Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26342026-06-19T06:32:49.297Z
26352026-06-19T06:32:49.297Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26362026-06-19T06:32:49.301Z
26372026-06-19T06:32:49.301Zrunning 0 tests
26382026-06-19T06:32:49.301Z
26392026-06-19T06:32:49.301Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26402026-06-19T06:32:49.301Z
26412026-06-19T06:32:49.301Z Running unittests src/lib.rs (target/debug/deps/asic-d22b81953e442c5c)
26422026-06-19T06:32:49.399Z
26432026-06-19T06:32:49.400Zrunning 8 tests
26442026-06-19T06:32:49.403Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26452026-06-19T06:32:49.403Ztest tofino_asic::qsfp::tests::fix_link ... ok
26462026-06-19T06:32:49.403Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26472026-06-19T06:32:49.403Ztest tofino_asic::stats::constants_sanity_check ... ok
26482026-06-19T06:32:49.403Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26492026-06-19T06:32:49.403Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26502026-06-19T06:32:49.410Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26512026-06-19T06:32:49.902Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26522026-06-19T06:32:49.902Z
26532026-06-19T06:32:49.902Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26542026-06-19T06:32:49.902Z
26552026-06-19T06:32:49.912Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
26562026-06-19T06:32:49.915Z
26572026-06-19T06:32:49.915Zrunning 10 tests
26582026-06-19T06:32:49.919Ztest network::tests::test_equal ... ok
26592026-06-19T06:32:49.919Ztest network::tests::test_eui64 ... ok
26602026-06-19T06:32:49.919Ztest nat::tests::test_vni ... ok
26612026-06-19T06:32:49.919Ztest network::tests::test_into ... ok
26622026-06-19T06:32:49.919Ztest network::tests::test_not_equal ... ok
26632026-06-19T06:32:49.919Ztest network::tests::test_generate_ipv6_link_local ... ok
26642026-06-19T06:32:49.919Ztest network::tests::test_to_string ... ok
26652026-06-19T06:32:49.919Ztest network::tests::test_parse ... ok
26662026-06-19T06:32:49.919Ztest test_purge ... ok
26672026-06-19T06:32:49.922Ztest illumos::test::address_exists_handles_missing_object ... ok
26682026-06-19T06:32:49.922Z
26692026-06-19T06:32:49.922Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26702026-06-19T06:32:49.922Z
26712026-06-19T06:32:49.922Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-532f59adce81adc7)
26722026-06-19T06:32:49.925Z
26732026-06-19T06:32:49.925Zrunning 1 test
26742026-06-19T06:32:49.928Z -------
26752026-06-19T06:32:49.928Z Generating OpenAPI documents from API definitions ...
26762026-06-19T06:32:50.146Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26772026-06-19T06:32:50.216Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26782026-06-19T06:32:51.233Z -------
26792026-06-19T06:32:51.233Z Checking 12 OpenAPI documents...
26802026-06-19T06:32:51.233Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26812026-06-19T06:32:51.233Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26822026-06-19T06:32:51.233Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26832026-06-19T06:32:51.233Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26842026-06-19T06:32:51.236Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26852026-06-19T06:32:51.236Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26862026-06-19T06:32:51.236Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26872026-06-19T06:32:51.236Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26882026-06-19T06:32:51.236Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26892026-06-19T06:32:51.236Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26902026-06-19T06:32:51.236Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
26912026-06-19T06:32:51.236Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
26922026-06-19T06:32:51.236Z Fresh dpd "latest" symlink
26932026-06-19T06:32:51.236Z -------
26942026-06-19T06:32:51.236Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
26952026-06-19T06:32:51.303Ztest test::test_apis_up_to_date ... ok
26962026-06-19T06:32:51.303Z
26972026-06-19T06:32:51.303Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.38s
26982026-06-19T06:32:51.303Z
26992026-06-19T06:32:51.363Z Running unittests src/main.rs (target/debug/deps/dpd-b3aa4a2a455084b9)
27002026-06-19T06:32:51.430Z
27012026-06-19T06:32:51.430Zrunning 51 tests
27022026-06-19T06:32:51.432Ztest freemap::test_ordering ... ok
27032026-06-19T06:32:51.433Ztest config::tests::test_updates ... ok
27042026-06-19T06:32:51.433Ztest freemap::test_split ... ok
27052026-06-19T06:32:51.433Ztest dhcpv6::tests::test_create_duid_bytes ... ok
27062026-06-19T06:32:51.433Ztest macaddrs::tests::test_mac_offset ... ok
27072026-06-19T06:32:51.433Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
27082026-06-19T06:32:51.433Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
27092026-06-19T06:32:51.433Ztest macaddrs::tests::test_parse_port_id ... ok
27102026-06-19T06:32:51.433Ztest nat::test_mapping ... ok
27112026-06-19T06:32:51.433Ztest port_map::tests::dump_map ... ok
27122026-06-19T06:32:51.436Ztest port_map::tests::test_backplane_group ... ok
27132026-06-19T06:32:51.436Ztest port_map::tests::test_port_map ... ok
27142026-06-19T06:32:51.436Ztest transceivers::mpn_test::test_mpn_missing ... ok
27152026-06-19T06:32:51.436Ztest transceivers::mpn_test::test_mpn_present ... ok
27162026-06-19T06:32:51.436Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27172026-06-19T06:32:51.436Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27182026-06-19T06:32:51.436Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27192026-06-19T06:32:51.436ZJun 19 06:32:50.019 DEBG created new freemapJun 19 06:32:50.019 DEBG , created new freemapunit:, unitfreemap_test: freemap_test
27202026-06-19T06:32:51.436ZJun 19 06:32:50.020
27212026-06-19T06:32:51.436Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27222026-06-19T06:32:51.436ZDEBGJun 19 06:32:50.020 DEBGinitted freemap. size: 128 initted freemap. size: 128Jun 19 06:32:50.019, , unitunitDEBG:: created new freemapfreemap_test, unitfreemap_test
27232026-06-19T06:32:51.436Z:
27242026-06-19T06:32:51.436Z freemap_test
27252026-06-19T06:32:51.436ZJun 19 06:32:50.020 DEBG reset freemap, unitJun 19 06:32:50.020: Jun 19 06:32:50.020 DEBG freemap_testreset freemap
27262026-06-19T06:32:51.436Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27272026-06-19T06:32:51.436ZDEBG, unitJun 19 06:32:50.019: initted freemap. size: 128Jun 19 06:32:50.020, unitDEBG: created new freemapfreemap_test,
27282026-06-19T06:32:51.436ZJun 19 06:32:50.020unit :DEBG freemap_testreset freemap
27292026-06-19T06:32:51.436Z, unit: freemap_test
27302026-06-19T06:32:51.436Z Jun 19 06:32:50.020DEBG DEBGcreated new freemap , initted freemap. size: 128unit, :unit :freemap_test
27312026-06-19T06:32:51.436Zfreemap_test
27322026-06-19T06:32:51.436Z Jun 19 06:32:50.020Jun 19 06:32:50.020freemap_test
27332026-06-19T06:32:51.436ZDEBGDEBG initted freemap. size: 128reset freemap, , unitunit:: freemap_testfreemap_test
27342026-06-19T06:32:51.436Z
27352026-06-19T06:32:51.436ZJun 19 06:32:50.020 DEBG reset freemap, unit: freemap_test
27362026-06-19T06:32:51.436Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27372026-06-19T06:32:51.436Ztest freemap::test_span ... ok
27382026-06-19T06:32:51.437Ztest freemap::test_reclaim ... ok
27392026-06-19T06:32:51.437Ztest freemap::test_exhaustion ... ok
27402026-06-19T06:32:51.437Ztest freemap::test_basic ... ok
27412026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27422026-06-19T06:32:51.437Ztest freemap::test_free ... ok
27432026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27442026-06-19T06:32:51.437Ztest port_map::tests::parse_softnpu_revision ... ok
27452026-06-19T06:32:51.437Ztest api_server::tests::test_build_info ... ok
27462026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27472026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27482026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27492026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27502026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27512026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27522026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27532026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27542026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27552026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27562026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27572026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27582026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27592026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27602026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27612026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27622026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27632026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27642026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27652026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27662026-06-19T06:32:51.437Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27672026-06-19T06:32:51.440Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27682026-06-19T06:32:51.440Z
27692026-06-19T06:32:51.440Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27702026-06-19T06:32:51.441Z
27712026-06-19T06:32:51.450Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-d321c30bfdaebeca)
27722026-06-19T06:32:51.452Z
27732026-06-19T06:32:51.452Zrunning 0 tests
27742026-06-19T06:32:51.452Z
27752026-06-19T06:32:51.452Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27762026-06-19T06:32:51.452Z
27772026-06-19T06:32:51.452Z Running unittests src/lib.rs (target/debug/deps/dpd_api-f43e9b5d32852ea8)
27782026-06-19T06:32:51.455Z
27792026-06-19T06:32:51.455Zrunning 0 tests
27802026-06-19T06:32:51.455Z
27812026-06-19T06:32:51.455Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27822026-06-19T06:32:51.455Z
27832026-06-19T06:32:51.455Z Running unittests src/lib.rs (target/debug/deps/dpd_client-43a94576e20d1d8f)
27842026-06-19T06:32:51.458Z
27852026-06-19T06:32:51.458Zrunning 6 tests
27862026-06-19T06:32:51.458Ztest tests::test_full_lot_id_neither_present ... ok
27872026-06-19T06:32:51.458Ztest tests::test_parse_client_port_id ... ok
27882026-06-19T06:32:51.458Ztest tests::test_full_lot_id_both_present ... ok
27892026-06-19T06:32:51.458Ztest tests::test_full_lot_id_lot_only ... ok
27902026-06-19T06:32:51.458Ztest tests::test_port_id_cmp ... ok
27912026-06-19T06:32:51.458Ztest tests::test_full_lot_id_lotnum_only ... ok
27922026-06-19T06:32:51.458Z
27932026-06-19T06:32:51.458Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27942026-06-19T06:32:51.458Z
27952026-06-19T06:32:51.458Z Running tests/test_all.rs (target/debug/deps/test_all-d7a79c82098892c7)
27962026-06-19T06:32:51.461Z
27972026-06-19T06:32:51.461Zrunning 0 tests
27982026-06-19T06:32:51.461Z
27992026-06-19T06:32:51.461Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28002026-06-19T06:32:51.461Z
28012026-06-19T06:32:51.461Z Running unittests src/lib.rs (target/debug/deps/dpd_types-cf7014c83b016e98)
28022026-06-19T06:32:51.461Z
28032026-06-19T06:32:51.461Zrunning 0 tests
28042026-06-19T06:32:51.461Z
28052026-06-19T06:32:51.461Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28062026-06-19T06:32:51.461Z
28072026-06-19T06:32:51.461Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-49b68c683ad65a0a)
28082026-06-19T06:32:51.464Z
28092026-06-19T06:32:51.464Zrunning 0 tests
28102026-06-19T06:32:51.464Z
28112026-06-19T06:32:51.464Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28122026-06-19T06:32:51.464Z
28132026-06-19T06:32:51.464Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
28142026-06-19T06:32:51.467Z
28152026-06-19T06:32:51.467Zrunning 12 tests
28162026-06-19T06:32:51.467Ztest icmp::test_v4_checksum ... ok
28172026-06-19T06:32:51.467Ztest lldp::test_lldp_parse ... ok
28182026-06-19T06:32:51.467Ztest icmp::test_v6_checksum ... ok
28192026-06-19T06:32:51.467Ztest ipv6::test_ipv6_parse ... ok
28202026-06-19T06:32:51.467Ztest pbuf::test_byte ... ok
28212026-06-19T06:32:51.467Ztest pbuf::test_nibble ... ok
28222026-06-19T06:32:51.467Ztest pbuf::test_overflow ... ok
28232026-06-19T06:32:51.467Ztest pbuf::test_short ... ok
28242026-06-19T06:32:51.467Ztest pbuf::test_twelve ... ok
28252026-06-19T06:32:51.467Ztest pbuf::test_word ... ok
28262026-06-19T06:32:51.467Ztest tcp::test_checksum_syn_nodata ... ok
28272026-06-19T06:32:51.467Ztest tcp::test_checksum_ack_data ... ok
28282026-06-19T06:32:51.467Z
28292026-06-19T06:32:51.467Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28302026-06-19T06:32:51.467Z
28312026-06-19T06:32:51.467Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
28322026-06-19T06:32:51.470Z
28332026-06-19T06:32:51.470Zrunning 0 tests
28342026-06-19T06:32:51.470Z
28352026-06-19T06:32:51.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28362026-06-19T06:32:51.470Z
28372026-06-19T06:32:51.470Z Running unittests src/main.rs (target/debug/deps/swadm-518ca5f382c53b54)
28382026-06-19T06:32:51.470Z
28392026-06-19T06:32:51.470Zrunning 5 tests
28402026-06-19T06:32:51.470Ztest switchport::test::test_compute_lanes ... ok
28412026-06-19T06:32:51.473Ztest switchport::test::port_id_ordering ... ok
28422026-06-19T06:32:51.473Z Lane 0 Lane 1 Lane 2 Lane 0Lane 3
28432026-06-19T06:32:51.473ZLane 1 Rx Loss-of-lock: Yes Lane 2 YesLane 3 Yes
28442026-06-19T06:32:51.473Z Yes
28452026-06-19T06:32:51.473Z State: Activated Rx Loss-of-signal: Yes ActivatedYes Activated ActivatedYes
28462026-06-19T06:32:51.473Z Rx Output Enabled: falseYes
28472026-06-19T06:32:51.473Zfalse Rx CDR Enabled: Yes falseYes false
28482026-06-19T06:32:51.473ZYes Rx Output Status: validYes
28492026-06-19T06:32:51.473Zvalid Tx Enabled: Yes valid validYes
28502026-06-19T06:32:51.473Z Rx Loss-of-lock: trueYes trueYes
28512026-06-19T06:32:51.473Ztrue Tx Loss-of-lock: Notrue
28522026-06-19T06:32:51.473Z Rx Loss-of-signal: false No falseNo false Nofalse
28532026-06-19T06:32:51.473Z
28542026-06-19T06:32:51.473ZRx Auto-squelch Disable: true Tx Loss-of-signal: No true No true Notrue
28552026-06-19T06:32:51.473Z No Tx Output Enabled: true
28562026-06-19T06:32:51.473Z Tx CDR Enabled: Notrue true Notrue
28572026-06-19T06:32:51.473Z Tx Output Status: invalid No invalidNo
28582026-06-19T06:32:51.473Zinvalid Tx Adaptive EQ Fault: No invalidNo
28592026-06-19T06:32:51.473Z Tx Loss-of-lock: falseNo Nofalse
28602026-06-19T06:32:51.473Z Tx Fault: Yes false falseYes
28612026-06-19T06:32:51.473Z Yes Tx Loss-of-signal: true Yes
28622026-06-19T06:32:51.473Ztrue true true
28632026-06-19T06:32:51.474ZTx Auto-squelch Disable: false false false false
28642026-06-19T06:32:51.474Z Tx Adaptive EQ Fail: true true true true
28652026-06-19T06:32:51.474Z Tx Failure: false false false false
28662026-06-19T06:32:51.474Z Tx Force Squelch: true true true true
28672026-06-19T06:32:51.474Z Tx Input Polarity: normal normal normal normal
28682026-06-19T06:32:51.474Ztest switchport::test::test_print_sff_datapath ... ok
28692026-06-19T06:32:51.474Ztest switchport::test::test_print_cmis_datapath ... ok
28702026-06-19T06:32:51.474Ztest link::test_filter ... ok
28712026-06-19T06:32:51.474Z
28722026-06-19T06:32:51.474Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28732026-06-19T06:32:51.474Z
28742026-06-19T06:32:51.474Z Running tests/counters.rs (target/debug/deps/counters-7f136c3044d7344a)
28752026-06-19T06:32:51.477Z
28762026-06-19T06:32:51.477Zrunning 1 test
28772026-06-19T06:32:51.477Ztest test_p4_counter_list ... ignored
28782026-06-19T06:32:51.477Z
28792026-06-19T06:32:51.477Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28802026-06-19T06:32:51.477Z
28812026-06-19T06:32:51.477Z Running tests/port-link.rs (target/debug/deps/port_link-b92f3df522d3b414)
28822026-06-19T06:32:51.477Z
28832026-06-19T06:32:51.477Zrunning 5 tests
28842026-06-19T06:32:51.477Ztest test_an ... ignored
28852026-06-19T06:32:51.477Ztest test_enable ... ignored
28862026-06-19T06:32:51.477Ztest test_ip_addresses ... ignored
28872026-06-19T06:32:51.477Ztest test_kr ... ignored
28882026-06-19T06:32:51.477Ztest test_mac ... ignored
28892026-06-19T06:32:51.477Z
28902026-06-19T06:32:51.477Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28912026-06-19T06:32:51.477Z
28922026-06-19T06:32:51.477Z Running unittests src/main.rs (target/debug/deps/tfportd-1d5c3b46e18c14f4)
28932026-06-19T06:32:51.480Z
28942026-06-19T06:32:51.480Zrunning 3 tests
28952026-06-19T06:32:51.480Ztest linklocal::test_parse_ipadm ... ok
28962026-06-19T06:32:51.480Ztest tfport::test_parse_tfport ... ok
28972026-06-19T06:32:51.480Ztest config::tests::test_updates ... ok
28982026-06-19T06:32:51.480Z
28992026-06-19T06:32:51.480Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29002026-06-19T06:32:51.480Z
29012026-06-19T06:32:51.480Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
29022026-06-19T06:32:51.483Z
29032026-06-19T06:32:51.483Zrunning 0 tests
29042026-06-19T06:32:51.483Z
29052026-06-19T06:32:51.483Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29062026-06-19T06:32:51.483Z
29072026-06-19T06:32:51.483Z Running unittests src/main.rs (target/debug/deps/xtask-cce63fd3f2372cc3)
29082026-06-19T06:32:51.483Z
29092026-06-19T06:32:51.483Zrunning 0 tests
29102026-06-19T06:32:51.483Z
29112026-06-19T06:32:51.484Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29122026-06-19T06:32:51.484Z
29132026-06-19T06:32:51.486Z Doc-tests aal
29142026-06-19T06:32:51.610Z
29152026-06-19T06:32:51.610Zrunning 0 tests
29162026-06-19T06:32:51.610Z
29172026-06-19T06:32:51.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29182026-06-19T06:32:51.610Z
29192026-06-19T06:32:51.627Z Doc-tests aal_macros
29202026-06-19T06:32:51.696Z
29212026-06-19T06:32:51.696Zrunning 0 tests
29222026-06-19T06:32:51.696Z
29232026-06-19T06:32:51.696Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29242026-06-19T06:32:51.696Z
29252026-06-19T06:32:51.707Z Doc-tests common
29262026-06-19T06:32:51.945Z
29272026-06-19T06:32:51.945Zrunning 0 tests
29282026-06-19T06:32:51.945Z
29292026-06-19T06:32:51.945Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29302026-06-19T06:32:51.945Z
29312026-06-19T06:32:51.966Z Doc-tests dpd_api
29322026-06-19T06:32:52.717Z
29332026-06-19T06:32:52.717Zrunning 2 tests
29342026-06-19T06:32:52.717Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29352026-06-19T06:32:52.717Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29362026-06-19T06:32:52.717Z
29372026-06-19T06:32:52.717Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29382026-06-19T06:32:52.717Z
29392026-06-19T06:32:52.749Z Doc-tests dpd_client
29402026-06-19T06:32:54.028Z
29412026-06-19T06:32:54.028Zrunning 0 tests
29422026-06-19T06:32:54.028Z
29432026-06-19T06:32:54.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29442026-06-19T06:32:54.028Z
29452026-06-19T06:32:54.074Z Doc-tests dpd_types
29462026-06-19T06:32:54.288Z
29472026-06-19T06:32:54.288Zrunning 0 tests
29482026-06-19T06:32:54.288Z
29492026-06-19T06:32:54.288Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29502026-06-19T06:32:54.288Z
29512026-06-19T06:32:54.313Z Doc-tests dpd_types_versions
29522026-06-19T06:32:55.526Z
29532026-06-19T06:32:55.526Zrunning 1 test
29542026-06-19T06:32:55.526Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29552026-06-19T06:32:55.526Z
29562026-06-19T06:32:55.526Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29572026-06-19T06:32:55.526Z
29582026-06-19T06:32:55.570Z Doc-tests packet
29592026-06-19T06:32:55.685Z
29602026-06-19T06:32:55.685Zrunning 0 tests
29612026-06-19T06:32:55.685Z
29622026-06-19T06:32:55.685Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29632026-06-19T06:32:55.685Z
29642026-06-19T06:32:55.701Z Doc-tests pcap
29652026-06-19T06:32:55.754Z
29662026-06-19T06:32:55.754Zrunning 0 tests
29672026-06-19T06:32:55.754Z
29682026-06-19T06:32:55.754Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29692026-06-19T06:32:55.754Z
29702026-06-19T06:32:55.802Z+ for feat in tofino_stub tofino_asic softnpu chaos
29712026-06-19T06:32:55.803Z+ RUST_BACKTRACE=full
29722026-06-19T06:32:55.803Z+ cargo test --features softnpu --no-fail-fast
29732026-06-19T06:32:56.459Z Compiling num-integer v0.1.46
29742026-06-19T06:32:56.545Z Compiling num-complex v0.4.6
29752026-06-19T06:32:56.592Z Compiling bitstruct_derive v0.1.0
29762026-06-19T06:32:56.594Z Compiling tap v1.0.1
29772026-06-19T06:32:56.709Z Compiling wyz v0.5.1
29782026-06-19T06:32:56.839Z Compiling num-rational v0.4.2
29792026-06-19T06:32:56.884Z Compiling num-iter v0.1.45
29802026-06-19T06:32:56.894Z Compiling num-bigint v0.4.6
29812026-06-19T06:32:56.989Z Compiling radium v0.7.0
29822026-06-19T06:32:57.007Z Compiling funty v2.0.0
29832026-06-19T06:32:57.027Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29842026-06-19T06:32:57.102Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29852026-06-19T06:32:57.192Z Compiling num v0.4.3
29862026-06-19T06:32:57.276Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29872026-06-19T06:32:57.287Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29882026-06-19T06:32:57.311Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29892026-06-19T06:32:57.351Z Compiling bitvec v1.0.1
29902026-06-19T06:32:57.420Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29912026-06-19T06:32:57.575Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29922026-06-19T06:32:57.594Z Compiling typeid v1.0.3
29932026-06-19T06:32:57.670Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29942026-06-19T06:32:57.696Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29952026-06-19T06:32:57.716Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29962026-06-19T06:32:58.034Z Compiling ascii v1.1.0
29972026-06-19T06:32:58.438Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29982026-06-19T06:32:58.506Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29992026-06-19T06:32:58.569Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30002026-06-19T06:32:58.646Z Compiling erased-serde v0.4.8
30012026-06-19T06:32:58.778Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
30022026-06-19T06:32:58.968Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30032026-06-19T06:32:59.020Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
30042026-06-19T06:32:59.032Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
30052026-06-19T06:32:59.134Z Compiling bitstruct v0.1.1
30062026-06-19T06:32:59.458Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
30072026-06-19T06:32:59.616Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30082026-06-19T06:32:59.645Z Compiling serde_arrays v0.1.0
30092026-06-19T06:32:59.741Z Compiling libloading v0.7.4
30102026-06-19T06:32:59.838Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
30112026-06-19T06:33:00.185Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
30122026-06-19T06:33:00.478Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30132026-06-19T06:33:00.736Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30142026-06-19T06:33:01.869Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30152026-06-19T06:33:02.580Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
30162026-06-19T06:33:08.761Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30172026-06-19T06:33:08.983Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
30182026-06-19T06:33:08.984Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30192026-06-19T06:33:09.049Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30202026-06-19T06:33:09.064Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30212026-06-19T06:33:09.633Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
30222026-06-19T06:33:10.581Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30232026-06-19T06:33:12.060Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30242026-06-19T06:33:14.110Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30252026-06-19T06:33:14.727Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30262026-06-19T06:33:16.179Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30272026-06-19T06:33:17.529Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30282026-06-19T06:33:18.245Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30292026-06-19T06:33:18.347Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30302026-06-19T06:33:26.454Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30312026-06-19T06:33:28.370Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30322026-06-19T06:33:31.854Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30332026-06-19T06:34:13.035Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
30342026-06-19T06:34:13.152Z Running unittests src/lib.rs (target/debug/deps/aal-a8d0db4e36680448)
30352026-06-19T06:34:13.155Z
30362026-06-19T06:34:13.155Zrunning 5 tests
30372026-06-19T06:34:13.158Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30382026-06-19T06:34:13.158Ztest fuse::tests::chip_revision_a0 ... ok
30392026-06-19T06:34:13.158Ztest fuse::tests::chip_revision_b1 ... ok
30402026-06-19T06:34:13.158Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30412026-06-19T06:34:13.158Ztest fuse::tests::chip_revision_b0 ... ok
30422026-06-19T06:34:13.158Z
30432026-06-19T06:34:13.158Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30442026-06-19T06:34:13.158Z
30452026-06-19T06:34:13.158Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30462026-06-19T06:34:13.161Z
30472026-06-19T06:34:13.161Zrunning 0 tests
30482026-06-19T06:34:13.161Z
30492026-06-19T06:34:13.161Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30502026-06-19T06:34:13.161Z
30512026-06-19T06:34:13.161Z Running unittests src/lib.rs (target/debug/deps/asic-f76135edc24d21b8)
30522026-06-19T06:34:13.164Z
30532026-06-19T06:34:13.164Zrunning 0 tests
30542026-06-19T06:34:13.164Z
30552026-06-19T06:34:13.164Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30562026-06-19T06:34:13.164Z
30572026-06-19T06:34:13.164Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
30582026-06-19T06:34:13.169Z
30592026-06-19T06:34:13.169Zrunning 10 tests
30602026-06-19T06:34:13.172Ztest nat::tests::test_vni ... ok
30612026-06-19T06:34:13.172Ztest network::tests::test_equal ... ok
30622026-06-19T06:34:13.172Ztest network::tests::test_eui64 ... ok
30632026-06-19T06:34:13.172Ztest network::tests::test_generate_ipv6_link_local ... ok
30642026-06-19T06:34:13.172Ztest network::tests::test_into ... ok
30652026-06-19T06:34:13.172Ztest network::tests::test_not_equal ... ok
30662026-06-19T06:34:13.172Ztest network::tests::test_to_string ... ok
30672026-06-19T06:34:13.172Ztest network::tests::test_parse ... ok
30682026-06-19T06:34:13.175Ztest test_purge ... ok
30692026-06-19T06:34:13.178Ztest illumos::test::address_exists_handles_missing_object ... ok
30702026-06-19T06:34:13.178Z
30712026-06-19T06:34:13.178Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30722026-06-19T06:34:13.178Z
30732026-06-19T06:34:13.178Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f38933af422e6bab)
30742026-06-19T06:34:13.183Z
30752026-06-19T06:34:13.183Zrunning 1 test
30762026-06-19T06:34:13.185Z -------
30772026-06-19T06:34:13.185Z Generating OpenAPI documents from API definitions ...
30782026-06-19T06:34:13.324Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30792026-06-19T06:34:13.392Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30802026-06-19T06:34:14.415Z -------
30812026-06-19T06:34:14.415Z Checking 12 OpenAPI documents...
30822026-06-19T06:34:14.415Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30832026-06-19T06:34:14.416Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30842026-06-19T06:34:14.416Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30852026-06-19T06:34:14.416Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30862026-06-19T06:34:14.419Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30872026-06-19T06:34:14.419Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30882026-06-19T06:34:14.419Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30892026-06-19T06:34:14.419Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30902026-06-19T06:34:14.419Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
30912026-06-19T06:34:14.419Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
30922026-06-19T06:34:14.419Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
30932026-06-19T06:34:14.419Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
30942026-06-19T06:34:14.419Z Fresh dpd "latest" symlink
30952026-06-19T06:34:14.419Z -------
30962026-06-19T06:34:14.419Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
30972026-06-19T06:34:14.481Ztest test::test_apis_up_to_date ... ok
30982026-06-19T06:34:14.481Z
30992026-06-19T06:34:14.481Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
31002026-06-19T06:34:14.481Z
31012026-06-19T06:34:14.538Z Running unittests src/main.rs (target/debug/deps/dpd-890b7e62da59521f)
31022026-06-19T06:34:14.544Z
31032026-06-19T06:34:14.544Zrunning 19 tests
31042026-06-19T06:34:14.547Ztest freemap::test_ordering ... ok
31052026-06-19T06:34:14.547Ztest config::tests::test_updates ... ok
31062026-06-19T06:34:14.547Ztest freemap::test_split ... ok
31072026-06-19T06:34:14.547Ztest dhcpv6::tests::test_create_duid_bytes ... ok
31082026-06-19T06:34:14.547Ztest macaddrs::tests::test_mac_offset ... ok
31092026-06-19T06:34:14.550Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
31102026-06-19T06:34:14.550Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
31112026-06-19T06:34:14.550Ztest nat::test_mapping ... ok
31122026-06-19T06:34:14.550Ztest macaddrs::tests::test_parse_port_id ... ok
31132026-06-19T06:34:14.550Ztest port_map::tests::dump_map ... ok
31142026-06-19T06:34:14.550Ztest port_map::tests::test_backplane_group ... ok
31152026-06-19T06:34:14.550Ztest port_map::tests::test_port_map ... ok
31162026-06-19T06:34:14.550ZJun 19 06:34:13.133Jun 19 06:34:13.133 DEBGDEBG Jun 19 06:34:13.133 created new freemapcreated new freemapDEBG created new freemap, , unitunit:, unitfreemap_test:: freemap_testfreemap_test
31172026-06-19T06:34:14.550Z
31182026-06-19T06:34:14.550Z
31192026-06-19T06:34:14.550ZJun 19 06:34:13.133Jun 19 06:34:13.133Jun 19 06:34:13.133 DEBGDEBG initted freemap. size: 128initted freemap. size: 128 , , unitunit:DEBG : freemap_testinitted freemap. size: 128 , Jun 19 06:34:13.133 DEBGunit
31202026-06-19T06:34:14.550Zcreated new freemap:, unit :freemap_test
31212026-06-19T06:34:14.550Zfreemap_testfreemap_test
31222026-06-19T06:34:14.550Z
31232026-06-19T06:34:14.550ZJun 19 06:34:13.133 DEBG reset freemap, Jun 19 06:34:13.133unit Jun 19 06:34:13.133 DEBG :initted freemap. size: 128, DEBGunit : freemap_testfreemap_test
31242026-06-19T06:34:14.550Z
31252026-06-19T06:34:14.550Zreset freemapJun 19 06:34:13.133 DEBG reset freemap, , unit: freemap_testunit
31262026-06-19T06:34:14.550Z: freemap_test
31272026-06-19T06:34:14.550ZJun 19 06:34:13.133 DEBG reset freemap, unit: freemap_test
31282026-06-19T06:34:14.550Ztest freemap::test_exhaustion ... ok
31292026-06-19T06:34:14.550Ztest freemap::test_free ... ok
31302026-06-19T06:34:14.550Ztest freemap::test_reclaim ... ok
31312026-06-19T06:34:14.550Ztest freemap::test_basic ... ok
31322026-06-19T06:34:14.550ZJun 19 06:34:13.134 DEBG created new freemap, unit: freemap_test
31332026-06-19T06:34:14.550ZJun 19 06:34:13.134 DEBG initted freemap. size: 128, unit: freemap_test
31342026-06-19T06:34:14.551ZJun 19 06:34:13.134 DEBG reset freemap, unit: freemap_test
31352026-06-19T06:34:14.551Ztest freemap::test_span ... ok
31362026-06-19T06:34:14.551Ztest port_map::tests::parse_softnpu_revision ... ok
31372026-06-19T06:34:14.551Ztest api_server::tests::test_build_info ... ok
31382026-06-19T06:34:14.551Z
31392026-06-19T06:34:14.551Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31402026-06-19T06:34:14.551Z
31412026-06-19T06:34:14.554Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-0b3a85da04d4dd88)
31422026-06-19T06:34:14.556Z
31432026-06-19T06:34:14.556Zrunning 0 tests
31442026-06-19T06:34:14.556Z
31452026-06-19T06:34:14.556Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31462026-06-19T06:34:14.556Z
31472026-06-19T06:34:14.556Z Running unittests src/lib.rs (target/debug/deps/dpd_api-f06e786512a06691)
31482026-06-19T06:34:14.559Z
31492026-06-19T06:34:14.559Zrunning 0 tests
31502026-06-19T06:34:14.559Z
31512026-06-19T06:34:14.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31522026-06-19T06:34:14.559Z
31532026-06-19T06:34:14.559Z Running unittests src/lib.rs (target/debug/deps/dpd_client-3e28f173c8456a07)
31542026-06-19T06:34:14.559Z
31552026-06-19T06:34:14.559Zrunning 6 tests
31562026-06-19T06:34:14.562Ztest tests::test_parse_client_port_id ... ok
31572026-06-19T06:34:14.562Ztest tests::test_port_id_cmp ... ok
31582026-06-19T06:34:14.562Ztest tests::test_full_lot_id_neither_present ... ok
31592026-06-19T06:34:14.562Ztest tests::test_full_lot_id_both_present ... ok
31602026-06-19T06:34:14.562Ztest tests::test_full_lot_id_lot_only ... ok
31612026-06-19T06:34:14.562Ztest tests::test_full_lot_id_lotnum_only ... ok
31622026-06-19T06:34:14.562Z
31632026-06-19T06:34:14.562Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31642026-06-19T06:34:14.562Z
31652026-06-19T06:34:14.563Z Running tests/test_all.rs (target/debug/deps/test_all-71c9ac307a45d5f1)
31662026-06-19T06:34:14.563Z
31672026-06-19T06:34:14.563Zrunning 0 tests
31682026-06-19T06:34:14.563Z
31692026-06-19T06:34:14.563Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31702026-06-19T06:34:14.563Z
31712026-06-19T06:34:14.563Z Running unittests src/lib.rs (target/debug/deps/dpd_types-11db5a325e35dfde)
31722026-06-19T06:34:14.565Z
31732026-06-19T06:34:14.565Zrunning 0 tests
31742026-06-19T06:34:14.565Z
31752026-06-19T06:34:14.565Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31762026-06-19T06:34:14.565Z
31772026-06-19T06:34:14.565Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c4f9de8db5458c62)
31782026-06-19T06:34:14.565Z
31792026-06-19T06:34:14.565Zrunning 0 tests
31802026-06-19T06:34:14.565Z
31812026-06-19T06:34:14.565Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31822026-06-19T06:34:14.566Z
31832026-06-19T06:34:14.566Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
31842026-06-19T06:34:14.571Z
31852026-06-19T06:34:14.572Zrunning 12 tests
31862026-06-19T06:34:14.574Ztest icmp::test_v6_checksum ... ok
31872026-06-19T06:34:14.574Ztest icmp::test_v4_checksum ... ok
31882026-06-19T06:34:14.574Ztest ipv6::test_ipv6_parse ... ok
31892026-06-19T06:34:14.574Ztest pbuf::test_byte ... ok
31902026-06-19T06:34:14.574Ztest lldp::test_lldp_parse ... ok
31912026-06-19T06:34:14.574Ztest pbuf::test_nibble ... ok
31922026-06-19T06:34:14.574Ztest pbuf::test_short ... ok
31932026-06-19T06:34:14.574Ztest pbuf::test_overflow ... ok
31942026-06-19T06:34:14.574Ztest pbuf::test_twelve ... ok
31952026-06-19T06:34:14.574Ztest pbuf::test_word ... ok
31962026-06-19T06:34:14.574Ztest tcp::test_checksum_ack_data ... ok
31972026-06-19T06:34:14.574Ztest tcp::test_checksum_syn_nodata ... ok
31982026-06-19T06:34:14.574Z
31992026-06-19T06:34:14.574Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32002026-06-19T06:34:14.574Z
32012026-06-19T06:34:14.574Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
32022026-06-19T06:34:14.577Z
32032026-06-19T06:34:14.577Zrunning 0 tests
32042026-06-19T06:34:14.577Z
32052026-06-19T06:34:14.580Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32062026-06-19T06:34:14.580Z
32072026-06-19T06:34:14.580Z Running unittests src/main.rs (target/debug/deps/swadm-e17c0d2faaf93a7a)
32082026-06-19T06:34:14.589Z
32092026-06-19T06:34:14.589Zrunning 5 tests
32102026-06-19T06:34:14.592Ztest switchport::test::test_compute_lanes ... ok
32112026-06-19T06:34:14.595Ztest switchport::test::port_id_ordering ... ok
32122026-06-19T06:34:14.595Ztest link::test_filter ... ok
32132026-06-19T06:34:14.598Z Lane 0 Lane 1 Lane 2 Lane 3
32142026-06-19T06:34:14.598Z Rx Loss-of-lock: Yes Yes Yes Yes
32152026-06-19T06:34:14.598Z Rx Loss-of-signal: Yes Yes Yes Yes
32162026-06-19T06:34:14.598Z Rx CDR Enabled: Yes Yes Yes Yes
32172026-06-19T06:34:14.598Z Tx Enabled: Yes Yes Yes Yes
32182026-06-19T06:34:14.598Z Tx Loss-of-lock: No Lane 0 No No NoLane 1
32192026-06-19T06:34:14.598Z Tx Loss-of-signal: No Lane 2 No Lane 3No No
32202026-06-19T06:34:14.598Z
32212026-06-19T06:34:14.598Z Tx CDR Enabled: No State: Activated No Activated NoActivated NoActivated
32222026-06-19T06:34:14.598Z
32232026-06-19T06:34:14.598Z Tx Adaptive EQ Fault: No Rx Output Enabled: false No falseNo Nofalse
32242026-06-19T06:34:14.598Z false
32252026-06-19T06:34:14.598Z Tx Fault: Yes Rx Output Status: validYes Yesvalid Yes
32262026-06-19T06:34:14.598Zvalid valid
32272026-06-19T06:34:14.598Z Rx Loss-of-lock: true true true true
32282026-06-19T06:34:14.598Z Rx Loss-of-signal: false false false false
32292026-06-19T06:34:14.598ZRx Auto-squelch Disable: true true true true
32302026-06-19T06:34:14.598Z Tx Output Enabled: true true true true
32312026-06-19T06:34:14.598Z Tx Output Status: invalid invalid invalid invalid
32322026-06-19T06:34:14.598Z Tx Loss-of-lock: false false false false
32332026-06-19T06:34:14.598Z Tx Loss-of-signal: true true true true
32342026-06-19T06:34:14.598ZTx Auto-squelch Disable: false false false false
32352026-06-19T06:34:14.599Z Tx Adaptive EQ Fail: true true true true
32362026-06-19T06:34:14.599Z Tx Failure: false false false false
32372026-06-19T06:34:14.599Z Tx Force Squelch: true true true true
32382026-06-19T06:34:14.599Z Tx Input Polarity: normal normal normal normal
32392026-06-19T06:34:14.599Ztest switchport::test::test_print_cmis_datapath ... ok
32402026-06-19T06:34:14.599Ztest switchport::test::test_print_sff_datapath ... ok
32412026-06-19T06:34:14.599Z
32422026-06-19T06:34:14.599Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32432026-06-19T06:34:14.599Z
32442026-06-19T06:34:14.599Z Running tests/counters.rs (target/debug/deps/counters-60c9131b700c3613)
32452026-06-19T06:34:14.603Z
32462026-06-19T06:34:14.603Zrunning 1 test
32472026-06-19T06:34:14.606Ztest test_p4_counter_list ... ignored
32482026-06-19T06:34:14.606Z
32492026-06-19T06:34:14.606Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32502026-06-19T06:34:14.606Z
32512026-06-19T06:34:14.606Z Running tests/port-link.rs (target/debug/deps/port_link-d4cd4f805b4a86eb)
32522026-06-19T06:34:14.609Z
32532026-06-19T06:34:14.609Zrunning 5 tests
32542026-06-19T06:34:14.612Ztest test_an ... ignored
32552026-06-19T06:34:14.612Ztest test_enable ... ignored
32562026-06-19T06:34:14.612Ztest test_ip_addresses ... ignored
32572026-06-19T06:34:14.612Ztest test_kr ... ignored
32582026-06-19T06:34:14.612Ztest test_mac ... ignored
32592026-06-19T06:34:14.612Z
32602026-06-19T06:34:14.612Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32612026-06-19T06:34:14.612Z
32622026-06-19T06:34:14.612Z Running unittests src/main.rs (target/debug/deps/tfportd-f4a585f2ebf62604)
32632026-06-19T06:34:14.615Z
32642026-06-19T06:34:14.615Zrunning 3 tests
32652026-06-19T06:34:14.618Ztest linklocal::test_parse_ipadm ... ok
32662026-06-19T06:34:14.618Ztest tfport::test_parse_tfport ... ok
32672026-06-19T06:34:14.618Ztest config::tests::test_updates ... ok
32682026-06-19T06:34:14.618Z
32692026-06-19T06:34:14.618Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32702026-06-19T06:34:14.618Z
32712026-06-19T06:34:14.618Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
32722026-06-19T06:34:14.622Z
32732026-06-19T06:34:14.622Zrunning 0 tests
32742026-06-19T06:34:14.622Z
32752026-06-19T06:34:14.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32762026-06-19T06:34:14.625Z
32772026-06-19T06:34:14.625Z Running unittests src/main.rs (target/debug/deps/xtask-cce63fd3f2372cc3)
32782026-06-19T06:34:14.627Z
32792026-06-19T06:34:14.627Zrunning 0 tests
32802026-06-19T06:34:14.627Z
32812026-06-19T06:34:14.627Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32822026-06-19T06:34:14.627Z
32832026-06-19T06:34:14.630Z Doc-tests aal
32842026-06-19T06:34:14.764Z
32852026-06-19T06:34:14.765Zrunning 0 tests
32862026-06-19T06:34:14.765Z
32872026-06-19T06:34:14.768Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32882026-06-19T06:34:14.768Z
32892026-06-19T06:34:14.783Z Doc-tests aal_macros
32902026-06-19T06:34:14.857Z
32912026-06-19T06:34:14.857Zrunning 0 tests
32922026-06-19T06:34:14.857Z
32932026-06-19T06:34:14.857Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32942026-06-19T06:34:14.857Z
32952026-06-19T06:34:14.870Z Doc-tests common
32962026-06-19T06:34:15.109Z
32972026-06-19T06:34:15.109Zrunning 0 tests
32982026-06-19T06:34:15.109Z
32992026-06-19T06:34:15.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33002026-06-19T06:34:15.109Z
33012026-06-19T06:34:15.131Z Doc-tests dpd_api
33022026-06-19T06:34:15.897Z
33032026-06-19T06:34:15.898Zrunning 2 tests
33042026-06-19T06:34:15.898Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
33052026-06-19T06:34:15.898Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
33062026-06-19T06:34:15.898Z
33072026-06-19T06:34:15.898Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
33082026-06-19T06:34:15.898Z
33092026-06-19T06:34:15.932Z Doc-tests dpd_client
33102026-06-19T06:34:17.225Z
33112026-06-19T06:34:17.225Zrunning 0 tests
33122026-06-19T06:34:17.225Z
33132026-06-19T06:34:17.225Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33142026-06-19T06:34:17.225Z
33152026-06-19T06:34:17.272Z Doc-tests dpd_types
33162026-06-19T06:34:17.489Z
33172026-06-19T06:34:17.489Zrunning 0 tests
33182026-06-19T06:34:17.490Z
33192026-06-19T06:34:17.490Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33202026-06-19T06:34:17.490Z
33212026-06-19T06:34:17.517Z Doc-tests dpd_types_versions
33222026-06-19T06:34:18.743Z
33232026-06-19T06:34:18.744Zrunning 1 test
33242026-06-19T06:34:18.744Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33252026-06-19T06:34:18.744Z
33262026-06-19T06:34:18.744Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33272026-06-19T06:34:18.744Z
33282026-06-19T06:34:18.790Z Doc-tests packet
33292026-06-19T06:34:18.906Z
33302026-06-19T06:34:18.906Zrunning 0 tests
33312026-06-19T06:34:18.906Z
33322026-06-19T06:34:18.906Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33332026-06-19T06:34:18.906Z
33342026-06-19T06:34:18.923Z Doc-tests pcap
33352026-06-19T06:34:18.977Z
33362026-06-19T06:34:18.977Zrunning 0 tests
33372026-06-19T06:34:18.977Z
33382026-06-19T06:34:18.977Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33392026-06-19T06:34:18.977Z
33402026-06-19T06:34:19.031Z+ for feat in tofino_stub tofino_asic softnpu chaos
33412026-06-19T06:34:19.031Z+ RUST_BACKTRACE=full
33422026-06-19T06:34:19.031Z+ cargo test --features chaos --no-fail-fast
33432026-06-19T06:34:19.635Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33442026-06-19T06:34:19.715Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33452026-06-19T06:34:19.723Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33462026-06-19T06:34:28.193Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33472026-06-19T06:34:28.939Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33482026-06-19T06:35:03.827Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.77s
33492026-06-19T06:35:03.946Z Running unittests src/lib.rs (target/debug/deps/aal-8d959592a841ca0a)
33502026-06-19T06:35:03.951Z
33512026-06-19T06:35:03.951Zrunning 5 tests
33522026-06-19T06:35:03.954Ztest fuse::tests::chip_revision_b1 ... ok
33532026-06-19T06:35:03.954Ztest fuse::tests::chip_revision_a0 ... ok
33542026-06-19T06:35:03.954Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33552026-06-19T06:35:03.954Ztest fuse::tests::chip_revision_b0 ... ok
33562026-06-19T06:35:03.954Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33572026-06-19T06:35:03.954Z
33582026-06-19T06:35:03.954Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33592026-06-19T06:35:03.954Z
33602026-06-19T06:35:03.954Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33612026-06-19T06:35:03.958Z
33622026-06-19T06:35:03.958Zrunning 0 tests
33632026-06-19T06:35:03.958Z
33642026-06-19T06:35:03.958Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33652026-06-19T06:35:03.958Z
33662026-06-19T06:35:03.961Z Running unittests src/lib.rs (target/debug/deps/asic-c9e76c22fa243ede)
33672026-06-19T06:35:03.964Z
33682026-06-19T06:35:03.964Zrunning 0 tests
33692026-06-19T06:35:03.964Z
33702026-06-19T06:35:03.964Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33712026-06-19T06:35:03.964Z
33722026-06-19T06:35:03.964Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
33732026-06-19T06:35:03.969Z
33742026-06-19T06:35:03.969Zrunning 10 tests
33752026-06-19T06:35:03.972Ztest nat::tests::test_vni ... ok
33762026-06-19T06:35:03.972Ztest network::tests::test_equal ... ok
33772026-06-19T06:35:03.972Ztest network::tests::test_eui64 ... ok
33782026-06-19T06:35:03.972Ztest network::tests::test_generate_ipv6_link_local ... ok
33792026-06-19T06:35:03.972Ztest network::tests::test_into ... ok
33802026-06-19T06:35:03.972Ztest network::tests::test_not_equal ... ok
33812026-06-19T06:35:03.972Ztest network::tests::test_parse ... ok
33822026-06-19T06:35:03.972Ztest network::tests::test_to_string ... ok
33832026-06-19T06:35:03.975Ztest test_purge ... ok
33842026-06-19T06:35:03.977Ztest illumos::test::address_exists_handles_missing_object ... ok
33852026-06-19T06:35:03.977Z
33862026-06-19T06:35:03.977Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33872026-06-19T06:35:03.977Z
33882026-06-19T06:35:03.977Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-532f59adce81adc7)
33892026-06-19T06:35:04.001Z
33902026-06-19T06:35:04.001Zrunning 1 test
33912026-06-19T06:35:04.004Z -------
33922026-06-19T06:35:04.007Z Generating OpenAPI documents from API definitions ...
33932026-06-19T06:35:04.164Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
33942026-06-19T06:35:04.233Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
33952026-06-19T06:35:05.218Z -------
33962026-06-19T06:35:05.218Z Checking 12 OpenAPI documents...
33972026-06-19T06:35:05.218Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
33982026-06-19T06:35:05.221Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
33992026-06-19T06:35:05.221Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
34002026-06-19T06:35:05.221Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
34012026-06-19T06:35:05.221Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
34022026-06-19T06:35:05.222Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
34032026-06-19T06:35:05.222Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
34042026-06-19T06:35:05.222Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
34052026-06-19T06:35:05.222Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
34062026-06-19T06:35:05.222Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
34072026-06-19T06:35:05.222Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
34082026-06-19T06:35:05.222Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
34092026-06-19T06:35:05.222Z Fresh dpd "latest" symlink
34102026-06-19T06:35:05.222Z -------
34112026-06-19T06:35:05.222Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
34122026-06-19T06:35:05.282Ztest test::test_apis_up_to_date ... ok
34132026-06-19T06:35:05.282Z
34142026-06-19T06:35:05.285Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
34152026-06-19T06:35:05.285Z
34162026-06-19T06:35:05.342Z Running unittests src/main.rs (target/debug/deps/dpd-4b8a65ead319ba24)
34172026-06-19T06:35:05.348Z
34182026-06-19T06:35:05.348Zrunning 19 tests
34192026-06-19T06:35:05.351Ztest freemap::test_ordering ... ok
34202026-06-19T06:35:05.351Ztest dhcpv6::tests::test_create_duid_bytes ... ok
34212026-06-19T06:35:05.351Ztest config::tests::test_updates ... ok
34222026-06-19T06:35:05.351Ztest freemap::test_split ... ok
34232026-06-19T06:35:05.352Ztest macaddrs::tests::test_mac_offset ... ok
34242026-06-19T06:35:05.352Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34252026-06-19T06:35:05.352Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34262026-06-19T06:35:05.352Ztest macaddrs::tests::test_parse_port_id ... ok
34272026-06-19T06:35:05.352Ztest nat::test_mapping ... ok
34282026-06-19T06:35:05.355Ztest port_map::tests::dump_map ... ok
34292026-06-19T06:35:05.355Ztest port_map::tests::test_backplane_group ... ok
34302026-06-19T06:35:05.355Ztest port_map::tests::test_port_map ... ok
34312026-06-19T06:35:05.355ZJun 19 06:35:03.936 DEBG created new freemapJun 19 06:35:03.936, unitDEBG: freemap_testcreated new freemap, unit: freemap_test
34322026-06-19T06:35:05.356Z
34332026-06-19T06:35:05.356ZJun 19 06:35:03.936 DEBG initted freemap. size: 128, unit: freemap_test
34342026-06-19T06:35:05.356ZJun 19 06:35:03.936 Jun 19 06:35:03.936DEBG DEBGinitted freemap. size: 128 , reset freemapunit, :unit :freemap_test
34352026-06-19T06:35:05.356Zfreemap_test
34362026-06-19T06:35:05.356ZJun 19 06:35:03.936 DEBG reset freemap, unit: freemap_test
34372026-06-19T06:35:05.356ZJun 19 06:35:03.936 DEBG created new freemap, unit: freemap_test
34382026-06-19T06:35:05.356ZJun 19 06:35:03.936 DEBG initted freemap. size: 128, unit: freemap_test
34392026-06-19T06:35:05.356ZJun 19 06:35:03.936 DEBG reset freemap, unit: freemap_test
34402026-06-19T06:35:05.356Ztest freemap::test_basic ... ok
34412026-06-19T06:35:05.356Ztest freemap::test_reclaim ... ok
34422026-06-19T06:35:05.356Ztest freemap::test_free ... ok
34432026-06-19T06:35:05.356ZJun 19 06:35:03.937 DEBG created new freemap, unit: freemap_test
34442026-06-19T06:35:05.356ZJun 19 06:35:03.937 DEBG initted freemap. size: 128, unit: freemap_test
34452026-06-19T06:35:05.356ZJun 19 06:35:03.937 DEBG reset freemap, unit: freemap_test
34462026-06-19T06:35:05.356Ztest freemap::test_exhaustion ... ok
34472026-06-19T06:35:05.356ZJun 19 06:35:03.937 DEBG created new freemap, unit: freemap_test
34482026-06-19T06:35:05.356ZJun 19 06:35:03.937 DEBG initted freemap. size: 128, unit: freemap_test
34492026-06-19T06:35:05.356ZJun 19 06:35:03.937 DEBG reset freemap, unit: freemap_test
34502026-06-19T06:35:05.356Ztest api_server::tests::test_build_info ... ok
34512026-06-19T06:35:05.356Ztest freemap::test_span ... ok
34522026-06-19T06:35:05.356Ztest port_map::tests::parse_softnpu_revision ... ok
34532026-06-19T06:35:05.356Z
34542026-06-19T06:35:05.356Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34552026-06-19T06:35:05.356Z
34562026-06-19T06:35:05.359Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-52236783796ffa04)
34572026-06-19T06:35:05.359Z
34582026-06-19T06:35:05.360Zrunning 0 tests
34592026-06-19T06:35:05.360Z
34602026-06-19T06:35:05.360Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34612026-06-19T06:35:05.360Z
34622026-06-19T06:35:05.360Z Running unittests src/lib.rs (target/debug/deps/dpd_api-f43e9b5d32852ea8)
34632026-06-19T06:35:05.364Z
34642026-06-19T06:35:05.364Zrunning 0 tests
34652026-06-19T06:35:05.364Z
34662026-06-19T06:35:05.367Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34672026-06-19T06:35:05.367Z
34682026-06-19T06:35:05.367Z Running unittests src/lib.rs (target/debug/deps/dpd_client-3ce81ca321633a11)
34692026-06-19T06:35:05.375Z
34702026-06-19T06:35:05.375Zrunning 6 tests
34712026-06-19T06:35:05.378Ztest tests::test_full_lot_id_neither_present ... ok
34722026-06-19T06:35:05.378Ztest tests::test_full_lot_id_lot_only ... ok
34732026-06-19T06:35:05.378Ztest tests::test_full_lot_id_lotnum_only ... ok
34742026-06-19T06:35:05.378Ztest tests::test_full_lot_id_both_present ... ok
34752026-06-19T06:35:05.381Ztest tests::test_port_id_cmp ... ok
34762026-06-19T06:35:05.381Ztest tests::test_parse_client_port_id ... ok
34772026-06-19T06:35:05.381Z
34782026-06-19T06:35:05.381Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34792026-06-19T06:35:05.381Z
34802026-06-19T06:35:05.381Z Running tests/test_all.rs (target/debug/deps/test_all-2a2686972d3515a5)
34812026-06-19T06:35:05.383Z
34822026-06-19T06:35:05.383Zrunning 6 tests
34832026-06-19T06:35:08.394Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34842026-06-19T06:35:08.397Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34852026-06-19T06:35:08.397Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34862026-06-19T06:35:08.402Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34872026-06-19T06:35:08.730Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34882026-06-19T06:35:10.766Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34892026-06-19T06:35:10.766Z
34902026-06-19T06:35:10.766Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.38s
34912026-06-19T06:35:10.766Z
34922026-06-19T06:35:10.772Z Running unittests src/lib.rs (target/debug/deps/dpd_types-cf7014c83b016e98)
34932026-06-19T06:35:10.777Z
34942026-06-19T06:35:10.777Zrunning 0 tests
34952026-06-19T06:35:10.780Z
34962026-06-19T06:35:10.780Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34972026-06-19T06:35:10.780Z
34982026-06-19T06:35:10.780Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-49b68c683ad65a0a)
34992026-06-19T06:35:10.783Z
35002026-06-19T06:35:10.783Zrunning 0 tests
35012026-06-19T06:35:10.783Z
35022026-06-19T06:35:10.783Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35032026-06-19T06:35:10.783Z
35042026-06-19T06:35:10.786Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
35052026-06-19T06:35:10.793Z
35062026-06-19T06:35:10.793Zrunning 12 tests
35072026-06-19T06:35:10.796Ztest icmp::test_v6_checksum ... ok
35082026-06-19T06:35:10.796Ztest lldp::test_lldp_parse ... ok
35092026-06-19T06:35:10.796Ztest icmp::test_v4_checksum ... ok
35102026-06-19T06:35:10.796Ztest ipv6::test_ipv6_parse ... ok
35112026-06-19T06:35:10.796Ztest pbuf::test_byte ... ok
35122026-06-19T06:35:10.796Ztest pbuf::test_short ... ok
35132026-06-19T06:35:10.796Ztest pbuf::test_nibble ... ok
35142026-06-19T06:35:10.796Ztest pbuf::test_overflow ... ok
35152026-06-19T06:35:10.796Ztest pbuf::test_twelve ... ok
35162026-06-19T06:35:10.796Ztest pbuf::test_word ... ok
35172026-06-19T06:35:10.796Ztest tcp::test_checksum_syn_nodata ... ok
35182026-06-19T06:35:10.796Ztest tcp::test_checksum_ack_data ... ok
35192026-06-19T06:35:10.796Z
35202026-06-19T06:35:10.796Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35212026-06-19T06:35:10.796Z
35222026-06-19T06:35:10.796Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
35232026-06-19T06:35:10.799Z
35242026-06-19T06:35:10.799Zrunning 0 tests
35252026-06-19T06:35:10.799Z
35262026-06-19T06:35:10.799Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35272026-06-19T06:35:10.799Z
35282026-06-19T06:35:10.802Z Running unittests src/main.rs (target/debug/deps/swadm-31eb09ac13cb2c74)
35292026-06-19T06:35:10.804Z
35302026-06-19T06:35:10.805Zrunning 5 tests
35312026-06-19T06:35:10.805Ztest switchport::test::test_compute_lanes ... ok
35322026-06-19T06:35:10.805Ztest switchport::test::port_id_ordering ... ok
35332026-06-19T06:35:10.805Z Lane 0 Lane 1 Lane 2 Lane 3
35342026-06-19T06:35:10.805Z Rx Loss-of-lock: Yes Yes Yes Yes
35352026-06-19T06:35:10.805Z Rx Loss-of-signal: Yes Yes Yes Yes
35362026-06-19T06:35:10.805Z Rx CDR Enabled: Yes Yes Yes Yes
35372026-06-19T06:35:10.805Z Tx Enabled: Yes Lane 0 Yes Yes Yes
35382026-06-19T06:35:10.805ZLane 1 Tx Loss-of-lock: No Lane 2 No Lane 3No
35392026-06-19T06:35:10.805ZNo
35402026-06-19T06:35:10.805Z State: Activated Tx Loss-of-signal: No ActivatedNo ActivatedNo NoActivated
35412026-06-19T06:35:10.805Z
35422026-06-19T06:35:10.805Z Tx CDR Enabled: No Rx Output Enabled: false No false No falseNo
35432026-06-19T06:35:10.805Zfalse
35442026-06-19T06:35:10.805Z Tx Adaptive EQ Fault: No Rx Output Status: valid No valid No Novalid
35452026-06-19T06:35:10.805Z Tx Fault: Yesvalid
35462026-06-19T06:35:10.805ZYes Rx Loss-of-lock: true Yes trueYes
35472026-06-19T06:35:10.805Ztrue true
35482026-06-19T06:35:10.805Z Rx Loss-of-signal: false false false false
35492026-06-19T06:35:10.805ZRx Auto-squelch Disable: true true true true
35502026-06-19T06:35:10.805Z Tx Output Enabled: true true true true
35512026-06-19T06:35:10.805Z Tx Output Status: invalid invalid invalid invalid
35522026-06-19T06:35:10.805Z Tx Loss-of-lock: false false false false
35532026-06-19T06:35:10.805Z Tx Loss-of-signal: true true true true
35542026-06-19T06:35:10.805ZTx Auto-squelch Disable: false false false false
35552026-06-19T06:35:10.805Z Tx Adaptive EQ Fail: true true true true
35562026-06-19T06:35:10.805Z Tx Failure: false false false false
35572026-06-19T06:35:10.805Z Tx Force Squelch: true true true true
35582026-06-19T06:35:10.805Z Tx Input Polarity: normal normal normal normal
35592026-06-19T06:35:10.805Ztest switchport::test::test_print_sff_datapath ... ok
35602026-06-19T06:35:10.805Ztest switchport::test::test_print_cmis_datapath ... ok
35612026-06-19T06:35:10.808Ztest link::test_filter ... ok
35622026-06-19T06:35:10.808Z
35632026-06-19T06:35:10.809Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35642026-06-19T06:35:10.809Z
35652026-06-19T06:35:10.809Z Running tests/counters.rs (target/debug/deps/counters-23fac304248b4491)
35662026-06-19T06:35:10.809Z
35672026-06-19T06:35:10.809Zrunning 1 test
35682026-06-19T06:35:10.809Ztest test_p4_counter_list ... ignored
35692026-06-19T06:35:10.809Z
35702026-06-19T06:35:10.809Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35712026-06-19T06:35:10.809Z
35722026-06-19T06:35:10.809Z Running tests/port-link.rs (target/debug/deps/port_link-7367f1bb58c7e97d)
35732026-06-19T06:35:10.811Z
35742026-06-19T06:35:10.811Zrunning 5 tests
35752026-06-19T06:35:10.811Ztest test_an ... ignored
35762026-06-19T06:35:10.811Ztest test_enable ... ignored
35772026-06-19T06:35:10.811Ztest test_ip_addresses ... ignored
35782026-06-19T06:35:10.811Ztest test_kr ... ignored
35792026-06-19T06:35:10.811Ztest test_mac ... ignored
35802026-06-19T06:35:10.811Z
35812026-06-19T06:35:10.812Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35822026-06-19T06:35:10.812Z
35832026-06-19T06:35:10.812Z Running unittests src/main.rs (target/debug/deps/tfportd-28b5d79f52a89ea0)
35842026-06-19T06:35:10.814Z
35852026-06-19T06:35:10.814Zrunning 3 tests
35862026-06-19T06:35:10.814Ztest linklocal::test_parse_ipadm ... ok
35872026-06-19T06:35:10.814Ztest tfport::test_parse_tfport ... ok
35882026-06-19T06:35:10.814Ztest config::tests::test_updates ... ok
35892026-06-19T06:35:10.815Z
35902026-06-19T06:35:10.815Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35912026-06-19T06:35:10.815Z
35922026-06-19T06:35:10.817Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
35932026-06-19T06:35:10.820Z
35942026-06-19T06:35:10.820Zrunning 0 tests
35952026-06-19T06:35:10.820Z
35962026-06-19T06:35:10.820Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35972026-06-19T06:35:10.820Z
35982026-06-19T06:35:10.823Z Running unittests src/main.rs (target/debug/deps/xtask-cce63fd3f2372cc3)
35992026-06-19T06:35:10.825Z
36002026-06-19T06:35:10.826Zrunning 0 tests
36012026-06-19T06:35:10.826Z
36022026-06-19T06:35:10.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36032026-06-19T06:35:10.826Z
36042026-06-19T06:35:10.826Z Doc-tests aal
36052026-06-19T06:35:11.000Z
36062026-06-19T06:35:11.000Zrunning 0 tests
36072026-06-19T06:35:11.000Z
36082026-06-19T06:35:11.004Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36092026-06-19T06:35:11.004Z
36102026-06-19T06:35:11.017Z Doc-tests aal_macros
36112026-06-19T06:35:11.090Z
36122026-06-19T06:35:11.091Zrunning 0 tests
36132026-06-19T06:35:11.091Z
36142026-06-19T06:35:11.091Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36152026-06-19T06:35:11.091Z
36162026-06-19T06:35:11.102Z Doc-tests common
36172026-06-19T06:35:11.341Z
36182026-06-19T06:35:11.341Zrunning 0 tests
36192026-06-19T06:35:11.341Z
36202026-06-19T06:35:11.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36212026-06-19T06:35:11.341Z
36222026-06-19T06:35:11.361Z Doc-tests dpd_api
36232026-06-19T06:35:12.201Z
36242026-06-19T06:35:12.201Zrunning 2 tests
36252026-06-19T06:35:12.201Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36262026-06-19T06:35:12.201Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36272026-06-19T06:35:12.201Z
36282026-06-19T06:35:12.201Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36292026-06-19T06:35:12.201Z
36302026-06-19T06:35:12.233Z Doc-tests dpd_client
36312026-06-19T06:35:13.658Z
36322026-06-19T06:35:13.658Zrunning 0 tests
36332026-06-19T06:35:13.658Z
36342026-06-19T06:35:13.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36352026-06-19T06:35:13.658Z
36362026-06-19T06:35:13.705Z Doc-tests dpd_types
36372026-06-19T06:35:13.921Z
36382026-06-19T06:35:13.921Zrunning 0 tests
36392026-06-19T06:35:13.921Z
36402026-06-19T06:35:13.921Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36412026-06-19T06:35:13.921Z
36422026-06-19T06:35:13.947Z Doc-tests dpd_types_versions
36432026-06-19T06:35:15.168Z
36442026-06-19T06:35:15.168Zrunning 1 test
36452026-06-19T06:35:15.168Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36462026-06-19T06:35:15.168Z
36472026-06-19T06:35:15.168Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36482026-06-19T06:35:15.168Z
36492026-06-19T06:35:15.213Z Doc-tests packet
36502026-06-19T06:35:15.327Z
36512026-06-19T06:35:15.327Zrunning 0 tests
36522026-06-19T06:35:15.327Z
36532026-06-19T06:35:15.327Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36542026-06-19T06:35:15.327Z
36552026-06-19T06:35:15.343Z Doc-tests pcap
36562026-06-19T06:35:15.396Z
36572026-06-19T06:35:15.396Zrunning 0 tests
36582026-06-19T06:35:15.396Z
36592026-06-19T06:35:15.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36602026-06-19T06:35:15.396Z
36612026-06-19T06:35:15.448Zprocess exited: duration 585166 ms, exit code 0
 
36622026-06-19T06:35:15.454Zfound 0 output files