01KVRCAG3PJVVXTASC39GF3J6P: test

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

Buildomat Job: 01KVRCG6WRG67EN9Q8FEJC27X1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T19:23:50.892Zjob assigned to worker 01KVRCJR6HBV6VN3BPNPKCBKS7 [factory aws, i-07d71793ff5a80511] (queued for 2 m 4 s)
 
22026-06-22T19:23:57.285Zstarting task 0: "setup"
32026-06-22T19:23:57.290Z++ uname -s
42026-06-22T19:23:57.293Z+ kern=SunOS
52026-06-22T19:23:57.293Z+ build_user=build
62026-06-22T19:23:57.293Z+ build_uid=12345
72026-06-22T19:23:57.293Z+ work_dir=/work
82026-06-22T19:23:57.293Z+ input_dir=/input
92026-06-22T19:23:57.293Z+ [[ 0 == 12345 ]]
102026-06-22T19:23:57.293Z+ case "$kern" in
112026-06-22T19:23:57.293Z+ groupadd -g 12345 build
122026-06-22T19:23:57.297Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T19:23:59.302Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T19:23:59.395Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T19:23:59.398Z+ home_fs=zfs
162026-06-22T19:23:59.398Z+ [[ zfs == autofs ]]
172026-06-22T19:23:59.398Z+ mkdir -p /home/build
182026-06-22T19:23:59.398Z+ chown build:build /home/build /work
192026-06-22T19:24:01.399Z+ chmod 0700 /home/build /work
202026-06-22T19:24:01.401Zprocess exited: duration 4120 ms, exit code 0
 
212026-06-22T19:24:01.407Zstarting task 1: "rust-toolchain"
222026-06-22T19:24:01.411Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-22T19:24:01.411Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-22T19:24:01.411Z * rust toolchain channel = "1.90.0"
252026-06-22T19:24:01.411Z * rust toolchain profile = "default"
262026-06-22T19:24:01.411Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T19:24:01.411Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T19:24:01.413Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T19:24:01.413Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-22T19:24:01.495Zinfo: downloading installer
312026-06-22T19:24:02.881Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T19:24:02.881Zwarn: /home/build/.rustup/settings.toml
332026-06-22T19:24:02.881Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T19:24:02.881Zwarn: instead of the one inferred from the default host triple.
352026-06-22T19:24:02.897Zinfo: profile set to default
362026-06-22T19:24:02.897Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T19:24:02.899Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-22T19:24:03.070Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-22T19:24:03.077Zinfo: downloading 6 components
402026-06-22T19:24:17.272Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-06-22T19:24:17.272Z
422026-06-22T19:24:17.300Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-22T19:24:17.300Z
442026-06-22T19:24:17.300Z
452026-06-22T19:24:17.300ZRust is installed now. Great!
462026-06-22T19:24:17.300Z
472026-06-22T19:24:17.303ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T19:24:17.303Zenvironment variable. This has not been done automatically.
492026-06-22T19:24:17.303Z
502026-06-22T19:24:17.303ZTo configure your current shell, you need to source
512026-06-22T19:24:17.303Zthe corresponding env file under $HOME/.cargo.
522026-06-22T19:24:17.303Z
532026-06-22T19:24:17.303ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T19:24:17.303Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T19:24:17.303Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T19:24:17.303Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T19:24:17.303Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T19:24:17.303Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T19:24:17.303Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T19:24:17.303Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T19:24:17.303Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T19:24:17.378Z+ rustup --version
632026-06-22T19:24:17.387Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T19:24:17.390Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T19:24:17.409Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-22T19:24:17.412Z+ cargo --version
672026-06-22T19:24:17.425Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-22T19:24:17.830Z+ rustc --version
692026-06-22T19:24:17.834Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-22T19:24:17.834Zprocess exited: duration 16043 ms, exit code 0
 
712026-06-22T19:24:17.840Zstarting task 2: "authentication"
722026-06-22T19:24:17.854ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-22T19:24:23.940Zprocess exited: duration 6065 ms, exit code 0
 
742026-06-22T19:24:23.987Zstarting task 3: "clone repository"
752026-06-22T19:24:24.019Z+ mkdir -p /work/oxidecomputer/dendrite
762026-06-22T19:24:24.019Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
772026-06-22T19:24:24.031ZCloning into '/work/oxidecomputer/dendrite'...
782026-06-22T19:24:24.502Z+ cd /work/oxidecomputer/dendrite
792026-06-22T19:24:24.502Z+ git fetch origin b68a776ecdea629f6d4321715c152dadf0feae86
802026-06-22T19:24:24.714ZFrom https://github.com/oxidecomputer/dendrite
812026-06-22T19:24:24.714Z * branch b68a776ecdea629f6d4321715c152dadf0feae86 -> FETCH_HEAD
822026-06-22T19:24:24.731Z+ [[ -n renovate/quote-1.x-lockfile ]]
832026-06-22T19:24:24.731Z++ git branch --show-current
842026-06-22T19:24:24.731Z+ current=main
852026-06-22T19:24:24.731Z+ [[ main != renovate/quote-1.x-lockfile ]]
862026-06-22T19:24:24.731Z+ git branch -f renovate/quote-1.x-lockfile b68a776ecdea629f6d4321715c152dadf0feae86
872026-06-22T19:24:24.731Z+ git checkout -f renovate/quote-1.x-lockfile
882026-06-22T19:24:24.746ZSwitched to branch 'renovate/quote-1.x-lockfile'
892026-06-22T19:24:24.746Z+ git reset --hard b68a776ecdea629f6d4321715c152dadf0feae86
902026-06-22T19:24:24.785ZHEAD is now at b68a776 Update Rust crate quote to v1.0.46
912026-06-22T19:24:24.810Zprocess exited: duration 781 ms, exit code 0
 
922026-06-22T19:24:24.858Zstarting task 4: "build"
932026-06-22T19:24:24.883Z+ source .github/buildomat/common.sh
942026-06-22T19:24:24.883Z++ TOFINO_STAGES=20
952026-06-22T19:24:24.883Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
962026-06-22T19:24:24.883Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
972026-06-22T19:24:24.883Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
982026-06-22T19:24:24.884Z+++ uname -s
992026-06-22T19:24:24.884Z++ '[' SunOS == SunOS ']'
1002026-06-22T19:24:24.884Z++ SERIES=illumos
1012026-06-22T19:24:24.884Z+++ uname -s
1022026-06-22T19:24:24.884Z++ '[' SunOS == SunOS ']'
1032026-06-22T19:24:24.884Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1042026-06-22T19:24:24.884Z++ rustup show active-toolchain
1052026-06-22T19:24:24.884Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1062026-06-22T19:24:24.884Z+ source .github/buildomat/illumos.sh
1072026-06-22T19:24:24.884Z++ banner 'sde setup'
1082026-06-22T19:24:24.884Z
1092026-06-22T19:24:24.884Z #### ##### ###### #### ###### ##### # # #####
1102026-06-22T19:24:24.884Z # # # # # # # # # # #
1112026-06-22T19:24:24.884Z #### # # ##### #### ##### # # # # #
1122026-06-22T19:24:24.884Z # # # # # # # # # #####
1132026-06-22T19:24:24.884Z # # # # # # # # # # # #
1142026-06-22T19:24:24.884Z #### ##### ###### #### ###### # #### #
1152026-06-22T19:24:24.884Z
1162026-06-22T19:24:24.884Z++ export PKG_SUCCESS_ON_NOP=1
1172026-06-22T19:24:24.884Z++ PKG_SUCCESS_ON_NOP=1
1182026-06-22T19:24:24.884Z++ export PKG=tofino_sde.p5p
1192026-06-22T19:24:24.884Z++ PKG=tofino_sde.p5p
1202026-06-22T19:24:24.885Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1212026-06-22T19:24:24.885Z % Total % Received % Xferd Average Speed Time Time Time Current
1222026-06-22T19:24:24.885Z Dload Upload Total Spent Left Speed
1232026-06-22T19:24:27.041Z 0 0 0 0 0 0 0 0 0 22 76.03M 22 17.11M 0 0 17.12M 0 00:04 00:04 17.12M 84 76.03M 84 64.12M 0 0 32.06M 0 00:02 00:01 00:01 32.07M 100 76.03M 100 76.03M 0 0 34.87M 0 00:02 00:02 32.07M 100 76.03M 100 76.03M 0 0 34.87M 0 00:02 00:02 32.07M 100 76.03M 100 76.03M 0 0 34.87M 0 00:02 00:02 32.07M
1242026-06-22T19:24:27.046Z+++ digest -a sha256 tofino_sde.p5p
1252026-06-22T19:24:27.092Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1262026-06-22T19:24:27.097Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1272026-06-22T19:24:27.097Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1282026-06-22T19:24:28.402Z Startup: Refreshing catalog 'helios' ... Done
1292026-06-22T19:24:28.407Z Startup: Caching catalogs ... Done
1302026-06-22T19:24:28.407Z Startup: Refreshing catalog 'oxide' ... Done
1312026-06-22T19:24:29.060ZPlanning: Solver setup ... Done
1322026-06-22T19:24:29.066ZPlanning: Running solver ... Done
1332026-06-22T19:24:29.066ZPlanning: Finding local manifests ... Done
1342026-06-22T19:24:29.066ZPlanning: Fetching manifests: 1/1 100% complete
1352026-06-22T19:24:29.066ZPlanning: Fetching manifests: 1/1 100% complete
1362026-06-22T19:24:29.066ZPlanning: Package planning ... Done
1372026-06-22T19:24:29.066ZPlanning: Merging actions ... Done
1382026-06-22T19:24:29.066ZPlanning: Checking for conflicting actions ... Done
1392026-06-22T19:24:29.066ZPlanning: Consolidating action changes ... Done
1402026-06-22T19:24:29.600ZPlanning: Evaluating mediators ... Done
1412026-06-22T19:24:29.610ZPlanning: Planning completed in 1.45 seconds
1422026-06-22T19:24:29.610Z Packages to install: 1
1432026-06-22T19:24:29.610Z Create boot environment: No
1442026-06-22T19:24:29.610ZCreate backup boot environment: No
1452026-06-22T19:24:29.631Z
1462026-06-22T19:24:29.631ZDownload: 0/242 items 0.0/75.3MB 0% complete
1472026-06-22T19:24:30.173ZDownload: Completed 75.30 MB in 0.14 seconds (555M/s)
1482026-06-22T19:24:30.177Z Actions: 1/293 actions (Installing new actions)
1492026-06-22T19:24:30.985Z Actions: Completed 293 actions in 0.98 seconds.
1502026-06-22T19:24:30.996ZFinalize: Updating package state database ... Done
1512026-06-22T19:24:31.035ZFinalize: Updating package cache ... Done
1522026-06-22T19:24:31.057ZFinalize: Updating image state ... Done
1532026-06-22T19:24:33.562ZFinalize: Creating fast lookup database ... Done
1542026-06-22T19:24:34.039ZFinalize: Reading search index ... Done
1552026-06-22T19:24:34.044ZFinalize: Updating search index ... Done
1562026-06-22T19:24:34.044ZFinalize: Updating package cache ... Done
1572026-06-22T19:24:34.044Z++ export SDE=/opt/oxide/tofino_sde
1582026-06-22T19:24:34.044Z++ SDE=/opt/oxide/tofino_sde
1592026-06-22T19:24:34.044Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-06-22T19:24:34.044Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1612026-06-22T19:24:34.044Z++ banner packages
1622026-06-22T19:24:34.044Z
1632026-06-22T19:24:34.044Z ##### ## #### # # ## #### ###### ####
1642026-06-22T19:24:34.044Z # # # # # # # # # # # # # #
1652026-06-22T19:24:34.044Z # # # # # #### # # # ##### ####
1662026-06-22T19:24:34.044Z ##### ###### # # # ###### # ### # #
1672026-06-22T19:24:34.044Z # # # # # # # # # # # # # #
1682026-06-22T19:24:34.044Z # # # #### # # # # #### ###### ####
1692026-06-22T19:24:34.044Z
1702026-06-22T19:24:34.044Z++ pfexec pkg install clang-15 pcap gcc14
1712026-06-22T19:24:34.231Z Startup: Refreshing catalog 'helios' ... Done
1722026-06-22T19:24:34.639Z Startup: Refreshing catalog 'oxide' ... Done
1732026-06-22T19:24:34.644ZPlanning: Solver setup ... Done
1742026-06-22T19:24:34.647ZPlanning: Running solver ... Done
1752026-06-22T19:24:34.654ZPlanning: Consolidating action changes ... Done
1762026-06-22T19:24:34.659ZPlanning: Evaluating mediators ... Done
1772026-06-22T19:24:34.659ZPlanning: Planning completed in 0.42 seconds
1782026-06-22T19:24:34.672ZNo updates necessary for this image.
1792026-06-22T19:24:34.740Z++ pfexec pkg set-mediator -V 15 clang llvm
1802026-06-22T19:24:34.958ZPlanning: Evaluating mediator changes ... Done
1812026-06-22T19:24:35.068ZPlanning: Checking for conflicting actions ... Done
1822026-06-22T19:24:35.071ZPlanning: Consolidating action changes ... Done
1832026-06-22T19:24:35.246ZPlanning: Evaluating mediators ... Done
1842026-06-22T19:24:35.254ZPlanning: Planning completed in 0.28 seconds
1852026-06-22T19:24:35.268Z Mediators to change: 2
1862026-06-22T19:24:35.268Z Create boot environment: No
1872026-06-22T19:24:35.268ZCreate backup boot environment: No
1882026-06-22T19:24:35.308ZFinalize: Updating package state database ... Done
1892026-06-22T19:24:35.719ZFinalize: Updating package cache ... Done
1902026-06-22T19:24:35.722ZFinalize: Updating image state ... Done
1912026-06-22T19:24:37.781ZFinalize: Creating fast lookup database ... Done
1922026-06-22T19:24:38.189ZFinalize: Reading search index ... Done
1932026-06-22T19:24:38.189ZFinalize: Updating search index ... Done
1942026-06-22T19:24:38.190ZFinalize: Updating package cache ... Done
1952026-06-22T19:24:38.190Z++ cargo --version
1962026-06-22T19:24:38.190Zcargo 1.90.0 (840b83a10 2025-07-30)
1972026-06-22T19:24:38.190Z++ rustc --version
1982026-06-22T19:24:38.190Zrustc 1.90.0 (1159e78c4 2025-09-14)
1992026-06-22T19:24:38.190Z+ banner copyrights
2002026-06-22T19:24:38.190Z
2012026-06-22T19:24:38.190Z #### #### ##### # # ##### # #### # # ##### ####
2022026-06-22T19:24:38.190Z # # # # # # # # # # # # # # # # #
2032026-06-22T19:24:38.190Z # # # # # # # # # # ###### # ####
2042026-06-22T19:24:38.190Z # # # ##### # ##### # # ### # # # #
2052026-06-22T19:24:38.190Z # # # # # # # # # # # # # # # #
2062026-06-22T19:24:38.190Z #### #### # # # # # #### # # # ####
2072026-06-22T19:24:38.190Z
2082026-06-22T19:24:38.190Z+ ./tools/check_copyrights.sh
2092026-06-22T19:24:38.193Zcommon/src/illumos.rs: Copyright with wrong year
2102026-06-22T19:24:38.707Zdpd/p4/headers.p4: Copyright with wrong year
2112026-06-22T19:24:39.170Zpacket/src/eth.rs: Copyright with wrong year
2122026-06-22T19:24:39.268Zpcap/build.rs: Copyright with wrong year
2132026-06-22T19:24:39.437Ztfportd/src/linklocal.rs: Copyright with wrong year
2142026-06-22T19:24:39.671Z+ banner clippy
2152026-06-22T19:24:39.678Z
2162026-06-22T19:24:39.678Z #### # # ##### ##### # #
2172026-06-22T19:24:39.678Z # # # # # # # # # #
2182026-06-22T19:24:39.678Z # # # # # # # #
2192026-06-22T19:24:39.678Z # # # ##### ##### #
2202026-06-22T19:24:39.678Z # # # # # # #
2212026-06-22T19:24:39.678Z #### ###### # # # #
2222026-06-22T19:24:39.678Z
2232026-06-22T19:24:39.678Z+ for feat in tofino_stub tofino_asic softnpu chaos
2242026-06-22T19:24:39.678Z+ cargo clippy --features tofino_stub -- --deny warnings
2252026-06-22T19:24:39.813Z Updating git repository `https://github.com/oxidecomputer/omicron`
2262026-06-22T19:24:49.469Z Updating crates.io index
2272026-06-22T19:24:49.498Z Updating git repository `https://github.com/illumos/smf-rs`
2282026-06-22T19:24:49.714Z Updating git repository `https://github.com/oxidecomputer/propolis`
2292026-06-22T19:24:50.385Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2302026-06-22T19:24:50.691Z Updating git repository `https://github.com/oxidecomputer/tofino`
2312026-06-22T19:24:51.330Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2322026-06-22T19:24:51.374Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2332026-06-22T19:24:52.484Z Updating git repository `https://github.com/oxidecomputer/ispf`
2342026-06-22T19:24:53.132Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2352026-06-22T19:24:53.540Z Updating git repository `https://github.com/oxidecomputer/lldp`
2362026-06-22T19:24:53.587Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2372026-06-22T19:24:53.856Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2382026-06-22T19:24:54.800Z Updating git repository `https://github.com/oxidecomputer/p4`
2392026-06-22T19:24:54.823Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2402026-06-22T19:24:55.112Z Updating git repository `https://github.com/oxidecomputer/lldp`
2412026-06-22T19:24:55.489Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2422026-06-22T19:24:56.434Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2432026-06-22T19:24:56.740Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-22T19:24:57.153Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-06-22T19:24:57.733Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-06-22T19:24:58.033Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-06-22T19:24:58.262Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-06-22T19:24:58.589Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-06-22T19:25:00.056Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-06-22T19:25:00.561Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-22T19:25:02.357Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-22T19:25:03.377Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-22T19:25:03.823Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-06-22T19:25:03.847Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-06-22T19:25:05.334Z Downloading crates ...
2562026-06-22T19:25:05.446Z Downloaded async-trait v0.1.89
2572026-06-22T19:25:05.472Z Downloaded atomicwrites v0.4.4
2582026-06-22T19:25:05.472Z Downloaded aead v0.5.2
2592026-06-22T19:25:05.472Z Downloaded base64ct v1.8.0
2602026-06-22T19:25:05.472Z Downloaded async-stream v0.3.6
2612026-06-22T19:25:05.472Z Downloaded backoff v0.4.0
2622026-06-22T19:25:05.472Z Downloaded futures v0.3.32
2632026-06-22T19:25:05.472Z Downloaded git-stub-vcs v0.1.0
2642026-06-22T19:25:05.472Z Downloaded fixedbitset v0.5.7
2652026-06-22T19:25:05.472Z Downloaded bcs v0.1.6
2662026-06-22T19:25:05.472Z Downloaded dof v0.3.0
2672026-06-22T19:25:05.472Z Downloaded dof v0.4.0
2682026-06-22T19:25:05.472Z Downloaded digest v0.11.3
2692026-06-22T19:25:05.472Z Downloaded elliptic-curve v0.13.8
2702026-06-22T19:25:05.472Z Downloaded dyn-clone v1.0.20
2712026-06-22T19:25:05.472Z Downloaded cfg_aliases v0.2.1
2722026-06-22T19:25:05.472Z Downloaded derive_more v0.99.20
2732026-06-22T19:25:05.472Z Downloaded dropshot_endpoint v0.17.1
2742026-06-22T19:25:05.472Z Downloaded arrayvec v0.7.6
2752026-06-22T19:25:05.890Z Downloaded digest v0.10.7
2762026-06-22T19:25:05.890Z Downloaded futures-util v0.3.32
2772026-06-22T19:25:05.890Z Downloaded dunce v1.0.5
2782026-06-22T19:25:05.890Z Downloaded dtrace-parser v0.2.0
2792026-06-22T19:25:05.890Z Downloaded defmt v1.0.1
2802026-06-22T19:25:05.890Z Downloaded hyper-rustls v0.27.7
2812026-06-22T19:25:05.890Z Downloaded data-encoding v2.9.0
2822026-06-22T19:25:05.890Z Downloaded glob v0.3.3
2832026-06-22T19:25:05.890Z Downloaded hash32 v0.3.1
2842026-06-22T19:25:05.890Z Downloaded futures-channel v0.3.32
2852026-06-22T19:25:06.302Z Downloaded crc8 v0.1.1
2862026-06-22T19:25:06.302Z Downloaded dtrace-parser v0.3.0
2872026-06-22T19:25:06.302Z Downloaded gethostname v0.5.0
2882026-06-22T19:25:06.302Z Downloaded float-ord v0.3.2
2892026-06-22T19:25:06.302Z Downloaded daft v0.1.5
2902026-06-22T19:25:06.302Z Downloaded futures-io v0.3.32
2912026-06-22T19:25:06.302Z Downloaded foreign-types-macros v0.2.3
2922026-06-22T19:25:06.302Z Downloaded byteorder v1.5.0
2932026-06-22T19:25:06.302Z Downloaded defmt-parser v1.0.0
2942026-06-22T19:25:06.302Z Downloaded daft-derive v0.1.5
2952026-06-22T19:25:06.302Z Downloaded foreign-types v0.3.2
2962026-06-22T19:25:06.302Z Downloaded cpufeatures v0.3.0
2972026-06-22T19:25:06.302Z Downloaded foreign-types v0.5.0
2982026-06-22T19:25:06.302Z Downloaded embedded-io v0.4.0
2992026-06-22T19:25:06.302Z Downloaded futures-task v0.3.32
3002026-06-22T19:25:06.302Z Downloaded clap_lex v1.1.0
3012026-06-22T19:25:06.302Z Downloaded globset v0.4.16
3022026-06-22T19:25:06.302Z Downloaded erased-serde v0.3.31
3032026-06-22T19:25:06.302Z Downloaded idna_adapter v1.2.1
3042026-06-22T19:25:06.302Z Downloaded errno v0.3.14
3052026-06-22T19:25:06.302Z Downloaded camino-tempfile v1.4.1
3062026-06-22T19:25:06.302Z Downloaded ciborium-io v0.2.2
3072026-06-22T19:25:06.302Z Downloaded dropshot-api-manager-types v0.7.2
3082026-06-22T19:25:06.302Z Downloaded hostname v0.3.1
3092026-06-22T19:25:06.302Z Downloaded foldhash v0.1.5
3102026-06-22T19:25:06.302Z Downloaded fs_extra v1.3.0
3112026-06-22T19:25:06.302Z Downloaded cobs v0.3.0
3122026-06-22T19:25:06.302Z Downloaded http-body v1.0.1
3132026-06-22T19:25:06.303Z Downloaded git-stub v1.0.0
3142026-06-22T19:25:06.303Z Downloaded drift v0.2.0
3152026-06-22T19:25:06.303Z Downloaded cipher v0.4.4
3162026-06-22T19:25:06.303Z Downloaded hubpack_derive v0.1.1
3172026-06-22T19:25:06.303Z Downloaded defmt v0.3.100
3182026-06-22T19:25:06.303Z Downloaded async-stream-impl v0.3.6
3192026-06-22T19:25:06.303Z Downloaded foreign-types-shared v0.3.1
3202026-06-22T19:25:06.303Z Downloaded deranged v0.5.3
3212026-06-22T19:25:06.303Z Downloaded hostname v0.4.2
3222026-06-22T19:25:06.303Z Downloaded debug-ignore v1.0.5
3232026-06-22T19:25:06.303Z Downloaded generic-array v0.14.7
3242026-06-22T19:25:06.303Z Downloaded fixedbitset v0.4.2
3252026-06-22T19:25:06.303Z Downloaded either v1.15.0
3262026-06-22T19:25:06.303Z Downloaded crossbeam-deque v0.8.6
3272026-06-22T19:25:06.303Z Downloaded futures-sink v0.3.32
3282026-06-22T19:25:06.303Z Downloaded heck v0.4.1
3292026-06-22T19:25:06.303Z Downloaded curve25519-dalek-derive v0.1.1
3302026-06-22T19:25:06.303Z Downloaded arrayref v0.3.9
3312026-06-22T19:25:06.303Z Downloaded dropshot_endpoint v0.16.7
3322026-06-22T19:25:06.303Z Downloaded defmt-macros v1.0.1
3332026-06-22T19:25:06.303Z Downloaded ident_case v1.0.1
3342026-06-22T19:25:06.303Z Downloaded is-terminal v0.4.16
3352026-06-22T19:25:06.303Z Downloaded internet-checksum v0.2.1
3362026-06-22T19:25:06.303Z Downloaded bytecount v0.6.9
3372026-06-22T19:25:06.303Z Downloaded httpdate v1.0.3
3382026-06-22T19:25:06.303Z Downloaded http-body-util v0.1.3
3392026-06-22T19:25:06.303Z Downloaded displaydoc v0.2.5
3402026-06-22T19:25:06.303Z Downloaded chacha20 v0.9.1
3412026-06-22T19:25:06.303Z Downloaded bit-vec v0.8.0
3422026-06-22T19:25:06.303Z Downloaded csv-core v0.1.12
3432026-06-22T19:25:06.303Z Downloaded keccak v0.1.6
3442026-06-22T19:25:06.303Z Downloaded instant v0.1.13
3452026-06-22T19:25:06.303Z Downloaded itoa v1.0.15
3462026-06-22T19:25:06.303Z Downloaded is_ci v1.2.0
3472026-06-22T19:25:06.303Z Downloaded half v2.7.1
3482026-06-22T19:25:06.303Z Downloaded futures-executor v0.3.32
3492026-06-22T19:25:06.303Z Downloaded crc32fast v1.5.0
3502026-06-22T19:25:06.303Z Downloaded is_terminal_polyfill v1.70.1
3512026-06-22T19:25:06.304Z Downloaded futures-core v0.3.32
3522026-06-22T19:25:06.304Z Downloaded linked-hash-map v0.5.6
3532026-06-22T19:25:06.304Z Downloaded crypto-common v0.2.2
3542026-06-22T19:25:06.304Z Downloaded convert_case v0.4.0
3552026-06-22T19:25:06.304Z Downloaded colorchoice v1.0.4
3562026-06-22T19:25:06.304Z Downloaded kstat-rs v0.2.4
3572026-06-22T19:25:06.304Z Downloaded indent_write v2.2.0
3582026-06-22T19:25:06.304Z Downloaded adler2 v2.0.1
3592026-06-22T19:25:06.304Z Downloaded anstream v1.0.0
3602026-06-22T19:25:06.304Z Downloaded newtype_derive v0.1.6
3612026-06-22T19:25:06.304Z Downloaded libscf-sys v1.2.0
3622026-06-22T19:25:06.304Z Downloaded group v0.13.0
3632026-06-22T19:25:06.304Z Downloaded find-msvc-tools v0.1.9
3642026-06-22T19:25:06.304Z Downloaded managed v0.8.0
3652026-06-22T19:25:06.304Z Downloaded cancel-safe-futures v0.1.5
3662026-06-22T19:25:06.304Z Downloaded filetime v0.2.26
3672026-06-22T19:25:06.304Z Downloaded ingot-types v0.1.2
3682026-06-22T19:25:06.304Z Downloaded num-derive v0.4.2
3692026-06-22T19:25:06.304Z Downloaded num-iter v0.1.45
3702026-06-22T19:25:06.304Z Downloaded memmap v0.7.0
3712026-06-22T19:25:06.304Z Downloaded mime v0.3.17
3722026-06-22T19:25:06.304Z Downloaded num-conv v0.2.1
3732026-06-22T19:25:06.304Z Downloaded highway v1.3.0
3742026-06-22T19:25:06.304Z Downloaded memoffset v0.9.1
3752026-06-22T19:25:06.304Z Downloaded getrandom v0.4.2
3762026-06-22T19:25:06.304Z Downloaded omicron-workspace-hack v0.1.0
3772026-06-22T19:25:06.304Z Downloaded crossbeam-utils v0.8.21
3782026-06-22T19:25:06.304Z Downloaded crossbeam-epoch v0.9.18
3792026-06-22T19:25:06.304Z Downloaded opaque-debug v0.3.1
3802026-06-22T19:25:06.304Z Downloaded openssl-macros v0.1.1
3812026-06-22T19:25:06.304Z Downloaded httparse v1.10.1
3822026-06-22T19:25:06.304Z Downloaded ipnetwork v0.21.1
3832026-06-22T19:25:06.304Z Downloaded lru-slab v0.1.2
3842026-06-22T19:25:06.304Z Downloaded libloading v0.8.9
3852026-06-22T19:25:06.330Z Downloaded hyper-tls v0.6.0
3862026-06-22T19:25:06.330Z Downloaded match_cfg v0.1.0
3872026-06-22T19:25:06.330Z Downloaded cargo_metadata v0.18.1
3882026-06-22T19:25:06.330Z Downloaded ingot v0.1.1
3892026-06-22T19:25:06.330Z Downloaded hmac v0.12.1
3902026-06-22T19:25:06.330Z Downloaded console v0.15.11
3912026-06-22T19:25:06.330Z Downloaded openssl-probe v0.1.6
3922026-06-22T19:25:06.330Z Downloaded blake2 v0.10.6
3932026-06-22T19:25:06.330Z Downloaded hubpack v0.1.2
3942026-06-22T19:25:06.330Z Downloaded olpc-cjson v0.1.4
3952026-06-22T19:25:06.330Z Downloaded macaddr v1.0.1
3962026-06-22T19:25:06.330Z Downloaded percent-encoding v2.3.2
3972026-06-22T19:25:06.330Z Downloaded newtype-uuid-macros v0.1.0
3982026-06-22T19:25:06.330Z Downloaded lazy_static v1.5.0
3992026-06-22T19:25:06.331Z Downloaded native-tls v0.2.14
4002026-06-22T19:25:06.331Z Downloaded libsw v3.5.0
4012026-06-22T19:25:06.331Z Downloaded compression-codecs v0.4.32
4022026-06-22T19:25:06.331Z Downloaded cookie v0.18.1
4032026-06-22T19:25:06.331Z Downloaded libsw-core v0.3.2
4042026-06-22T19:25:06.331Z Downloaded num_enum_derive v0.5.11
4052026-06-22T19:25:06.331Z Downloaded num-rational v0.4.2
4062026-06-22T19:25:06.331Z Downloaded num-complex v0.4.6
4072026-06-22T19:25:06.331Z Downloaded inout v0.1.4
4082026-06-22T19:25:06.331Z Downloaded num_threads v0.1.7
4092026-06-22T19:25:06.331Z Downloaded getrandom v0.2.16
4102026-06-22T19:25:06.331Z Downloaded potential_utf v0.1.3
4112026-06-22T19:25:06.332Z Downloaded humantime v2.3.0
4122026-06-22T19:25:06.332Z Downloaded newline-converter v0.3.0
4132026-06-22T19:25:06.332Z Downloaded crypto-common v0.1.6
4142026-06-22T19:25:06.332Z Downloaded lru-cache v0.1.2
4152026-06-22T19:25:06.332Z Downloaded cmake v0.1.54
4162026-06-22T19:25:06.332Z Downloaded cexpr v0.6.0
4172026-06-22T19:25:06.332Z Downloaded jobserver v0.1.34
4182026-06-22T19:25:06.332Z Downloaded parse-display v0.10.0
4192026-06-22T19:25:06.332Z Downloaded proc-macro-error-attr2 v2.0.0
4202026-06-22T19:25:06.332Z Downloaded num-integer v0.1.46
4212026-06-22T19:25:06.332Z Downloaded progenitor-client v0.10.0
4222026-06-22T19:25:06.333Z Downloaded ingot-macros v0.1.1
4232026-06-22T19:25:06.333Z Downloaded proc-macro-error-attr v1.0.4
4242026-06-22T19:25:06.333Z Downloaded lock_api v0.4.14
4252026-06-22T19:25:06.333Z Downloaded anyhow v1.0.102
4262026-06-22T19:25:06.333Z Downloaded const-oid v0.10.2
4272026-06-22T19:25:06.333Z Downloaded litemap v0.8.0
4282026-06-22T19:25:06.333Z Downloaded ipnet v2.11.0
4292026-06-22T19:25:06.333Z Downloaded proc-macro-crate v1.3.1
4302026-06-22T19:25:06.333Z Downloaded progenitor-macro v0.10.0
4312026-06-22T19:25:06.333Z Downloaded const_format v0.2.34
4322026-06-22T19:25:06.334Z Downloaded pretty-hex v0.4.1
4332026-06-22T19:25:06.334Z Downloaded powerfmt v0.2.0
4342026-06-22T19:25:06.334Z Downloaded memmap2 v0.9.8
4352026-06-22T19:25:06.334Z Downloaded quick-error v1.2.3
4362026-06-22T19:25:06.334Z Downloaded num_enum v0.5.11
4372026-06-22T19:25:06.334Z Downloaded clang-sys v1.8.1
4382026-06-22T19:25:06.334Z Downloaded clap v4.6.1
4392026-06-22T19:25:06.334Z Downloaded poly1305 v0.8.0
4402026-06-22T19:25:06.334Z Downloaded pin-project-lite v0.2.16
4412026-06-22T19:25:06.334Z Downloaded rand_xorshift v0.4.0
4422026-06-22T19:25:06.334Z Downloaded progenitor-client v0.11.1
4432026-06-22T19:25:06.334Z Downloaded progenitor-macro v0.11.1
4442026-06-22T19:25:06.334Z Downloaded icu_normalizer v2.0.0
4452026-06-22T19:25:06.334Z Downloaded phf_shared v0.12.1
4462026-06-22T19:25:06.335Z Downloaded phf v0.12.1
4472026-06-22T19:25:06.335Z Downloaded pem v3.0.5
4482026-06-22T19:25:06.335Z Downloaded iana-time-zone v0.1.64
4492026-06-22T19:25:06.335Z Downloaded linear-map v1.2.0
4502026-06-22T19:25:06.335Z Downloaded clap_derive v4.6.1
4512026-06-22T19:25:06.335Z Downloaded newtype-uuid v1.3.2
4522026-06-22T19:25:06.335Z Downloaded proc-macro-error2 v2.0.1
4532026-06-22T19:25:06.335Z Downloaded num_enum v0.7.5
4542026-06-22T19:25:06.335Z Downloaded rustc_version v0.4.1
4552026-06-22T19:25:06.335Z Downloaded rustc_version v0.1.7
4562026-06-22T19:25:06.335Z Downloaded proc-macro-error v1.0.4
4572026-06-22T19:25:06.335Z Downloaded parking_lot_core v0.9.12
4582026-06-22T19:25:06.335Z Downloaded owo-colors v4.3.0
4592026-06-22T19:25:06.335Z Downloaded rand_chacha v0.3.1
4602026-06-22T19:25:06.335Z Downloaded progenitor-macro v0.14.0
4612026-06-22T19:25:06.335Z Downloaded multer v3.1.0
4622026-06-22T19:25:06.335Z Downloaded heapless v0.8.0
4632026-06-22T19:25:06.335Z Downloaded ref-cast v1.0.25
4642026-06-22T19:25:06.335Z Downloaded progenitor-client v0.14.0
4652026-06-22T19:25:06.335Z Downloaded rustc-hash v2.1.1
4662026-06-22T19:25:06.335Z Downloaded hickory-resolver v0.24.4
4672026-06-22T19:25:06.335Z Downloaded once_cell v1.21.3
4682026-06-22T19:25:06.335Z Downloaded flate2 v1.1.2
4692026-06-22T19:25:06.336Z Downloaded scopeguard v1.2.0
4702026-06-22T19:25:06.336Z Downloaded password-hash v0.5.0
4712026-06-22T19:25:06.336Z Downloaded icu_provider v2.0.0
4722026-06-22T19:25:06.336Z Downloaded paste v1.0.15
4732026-06-22T19:25:06.336Z Downloaded progenitor v0.11.1
4742026-06-22T19:25:06.336Z Downloaded indexmap v1.9.3
4752026-06-22T19:25:06.336Z Downloaded const_format_proc_macros v0.2.34
4762026-06-22T19:25:06.336Z Downloaded parse-display-derive v0.10.0
4772026-06-22T19:25:06.336Z Downloaded plain v0.2.3
4782026-06-22T19:25:06.336Z Downloaded serde-big-array v0.5.1
4792026-06-22T19:25:06.336Z Downloaded search_path v0.1.4
4802026-06-22T19:25:06.336Z Downloaded oxnet v0.1.6
4812026-06-22T19:25:06.336Z Downloaded getrandom v0.3.3
4822026-06-22T19:25:06.336Z Downloaded postcard v1.1.3
4832026-06-22T19:25:06.336Z Downloaded progenitor v0.14.0
4842026-06-22T19:25:06.336Z Downloaded pkg-config v0.3.32
4852026-06-22T19:25:06.348Z Downloaded hickory-resolver v0.25.2
4862026-06-22T19:25:06.348Z Downloaded hashbrown v0.16.1
4872026-06-22T19:25:06.348Z Downloaded resolv-conf v0.7.5
4882026-06-22T19:25:06.348Z Downloaded serde_spanned v0.6.9
4892026-06-22T19:25:06.348Z Downloaded semver v0.1.20
4902026-06-22T19:25:06.348Z Downloaded same-file v1.0.6
4912026-06-22T19:25:06.348Z Downloaded serde_spanned v1.1.1
4922026-06-22T19:25:06.349Z Downloaded jiff-static v0.2.15
4932026-06-22T19:25:06.349Z Downloaded oxide-tokio-rt v0.1.2
4942026-06-22T19:25:06.349Z Downloaded log v0.4.29
4952026-06-22T19:25:06.349Z Downloaded quote v1.0.46
4962026-06-22T19:25:06.349Z Downloaded icu_normalizer_data v2.0.0
4972026-06-22T19:25:06.349Z Downloaded miniz_oxide v0.8.9
4982026-06-22T19:25:06.349Z Downloaded scroll_derive v0.13.1
4992026-06-22T19:25:06.349Z Downloaded hybrid-array v0.4.12
5002026-06-22T19:25:06.349Z Downloaded omicron-zone-package v0.12.2
5012026-06-22T19:25:06.349Z Downloaded secrecy v0.10.3
5022026-06-22T19:25:06.349Z Downloaded dropshot-api-manager v0.7.2
5032026-06-22T19:25:06.349Z Downloaded serde_plain v1.0.2
5042026-06-22T19:25:06.349Z Downloaded ppv-lite86 v0.2.21
5052026-06-22T19:25:06.349Z Downloaded schemars_derive v0.8.22
5062026-06-22T19:25:06.349Z Downloaded rand_core v0.9.3
5072026-06-22T19:25:06.349Z Downloaded progenitor v0.10.0
5082026-06-22T19:25:06.349Z Downloaded papergrid v0.11.0
5092026-06-22T19:25:06.349Z Downloaded sigpipe v0.1.3
5102026-06-22T19:25:06.349Z Downloaded ref-cast-impl v1.0.25
5112026-06-22T19:25:06.349Z Downloaded rand_core v0.6.4
5122026-06-22T19:25:06.349Z Downloaded pest_generator v2.8.2
5132026-06-22T19:25:06.349Z Downloaded parking_lot v0.12.5
5142026-06-22T19:25:06.349Z Downloaded serde_repr v0.1.20
5152026-06-22T19:25:06.349Z Downloaded sha1 v0.11.0
5162026-06-22T19:25:06.349Z Downloaded sha1 v0.10.6
5172026-06-22T19:25:06.349Z Downloaded cc v1.2.64
5182026-06-22T19:25:06.349Z Downloaded signal-hook-tokio v0.4.0
5192026-06-22T19:25:06.349Z Downloaded num_enum_derive v0.7.5
5202026-06-22T19:25:06.349Z Downloaded num v0.4.3
5212026-06-22T19:25:06.349Z Downloaded heck v0.5.0
5222026-06-22T19:25:06.349Z Downloaded scroll v0.13.0
5232026-06-22T19:25:06.349Z Downloaded rand_chacha v0.9.0
5242026-06-22T19:25:06.349Z Downloaded fnv v1.0.7
5252026-06-22T19:25:06.349Z Downloaded crypto-bigint v0.5.5
5262026-06-22T19:25:06.349Z Downloaded foreign-types-shared v0.1.1
5272026-06-22T19:25:06.349Z Downloaded pin-project-internal v1.1.10
5282026-06-22T19:25:06.349Z Downloaded serde_path_to_error v0.1.20
5292026-06-22T19:25:06.349Z Downloaded http v1.4.2
5302026-06-22T19:25:06.350Z Downloaded hashbrown v0.12.3
5312026-06-22T19:25:06.350Z Downloaded slog-bunyan v2.5.0
5322026-06-22T19:25:06.350Z Downloaded rustls-pemfile v2.2.0
5332026-06-22T19:25:06.350Z Downloaded embedded-io v0.6.1
5342026-06-22T19:25:06.350Z Downloaded smawk v0.3.2
5352026-06-22T19:25:06.350Z Downloaded stable_deref_trait v1.2.0
5362026-06-22T19:25:06.350Z Downloaded structmeta v0.3.0
5372026-06-22T19:25:06.350Z Downloaded colored v3.1.1
5382026-06-22T19:25:06.350Z Downloaded rustversion v1.0.22
5392026-06-22T19:25:06.350Z Downloaded strum v0.26.3
5402026-06-22T19:25:06.350Z Downloaded strsim v0.11.1
5412026-06-22T19:25:06.350Z Downloaded serde_tokenstream v0.2.3
5422026-06-22T19:25:06.350Z Downloaded num-traits v0.2.19
5432026-06-22T19:25:06.350Z Downloaded icu_properties v2.0.1
5442026-06-22T19:25:06.350Z Downloaded shlex v1.3.0
5452026-06-22T19:25:06.350Z Downloaded sha2 v0.10.9
5462026-06-22T19:25:06.350Z Downloaded scroll v0.12.0
5472026-06-22T19:25:06.350Z Downloaded openssl-sys v0.9.117
5482026-06-22T19:25:06.350Z Downloaded supports-color v3.0.2
5492026-06-22T19:25:06.350Z Downloaded subtle v2.6.1
5502026-06-22T19:25:06.350Z Downloaded slog-async v2.8.0
5512026-06-22T19:25:06.350Z Downloaded strum v0.28.0
5522026-06-22T19:25:06.350Z Downloaded darling_core v0.21.3
5532026-06-22T19:25:06.350Z Downloaded progenitor-impl v0.11.1
5542026-06-22T19:25:06.350Z Downloaded siphasher v1.0.1
5552026-06-22T19:25:06.350Z Downloaded curl v0.4.50
5562026-06-22T19:25:06.350Z Downloaded scroll_derive v0.12.1
5572026-06-22T19:25:06.350Z Downloaded chacha20poly1305 v0.10.1
5582026-06-22T19:25:06.350Z Downloaded strum v0.27.2
5592026-06-22T19:25:06.350Z Downloaded serde_derive_internals v0.29.1
5602026-06-22T19:25:06.350Z Downloaded sync_wrapper v1.0.2
5612026-06-22T19:25:06.350Z Downloaded swrite v0.1.0
5622026-06-22T19:25:06.350Z Downloaded slog-json v2.6.1
5632026-06-22T19:25:06.350Z Downloaded slab v0.4.11
5642026-06-22T19:25:06.350Z Downloaded structmeta-derive v0.3.0
5652026-06-22T19:25:06.350Z Downloaded papergrid v0.17.0
5662026-06-22T19:25:06.351Z Downloaded quinn-udp v0.5.14
5672026-06-22T19:25:06.351Z Downloaded progenitor-impl v0.10.0
5682026-06-22T19:25:06.351Z Downloaded terminal_size v0.4.3
5692026-06-22T19:25:06.351Z Downloaded tabwriter v1.4.1
5702026-06-22T19:25:06.351Z Downloaded serde_urlencoded v0.7.1
5712026-06-22T19:25:06.351Z Downloaded testing_table v0.3.0
5722026-06-22T19:25:06.351Z Downloaded signal-hook-registry v1.4.6
5732026-06-22T19:25:06.351Z Downloaded shlex v2.0.1
5742026-06-22T19:25:06.351Z Downloaded smf v0.2.3
5752026-06-22T19:25:06.351Z Downloaded tagptr v0.2.0
5762026-06-22T19:25:06.351Z Downloaded tabled_derive v0.7.0
5772026-06-22T19:25:06.351Z Downloaded slog-term v2.9.2
5782026-06-22T19:25:06.351Z Downloaded pest_meta v2.8.2
5792026-06-22T19:25:06.351Z Downloaded slog-dtrace v0.3.0
5802026-06-22T19:25:06.351Z Downloaded proc-macro2 v1.0.106
5812026-06-22T19:25:06.351Z Downloaded expectorate v1.2.0
5822026-06-22T19:25:06.351Z Downloaded progenitor-impl v0.14.0
5832026-06-22T19:25:06.351Z Downloaded static_assertions v1.1.0
5842026-06-22T19:25:06.351Z Downloaded termtree v0.5.1
5852026-06-22T19:25:06.396Z Downloaded tabled_derive v0.11.0
5862026-06-22T19:25:06.396Z Downloaded icu_collections v2.0.0
5872026-06-22T19:25:06.396Z Downloaded ciborium v0.2.2
5882026-06-22T19:25:06.396Z Downloaded hex v0.4.3
5892026-06-22T19:25:06.396Z Downloaded form_urlencoded v1.2.2
5902026-06-22T19:25:06.396Z Downloaded crucible-workspace-hack v0.1.0
5912026-06-22T19:25:06.396Z Downloaded serde_with_macros v3.14.1
5922026-06-22T19:25:06.396Z Downloaded rusty-fork v0.3.0
5932026-06-22T19:25:06.396Z Downloaded pest_derive v2.8.2
5942026-06-22T19:25:06.396Z Downloaded icu_locale_core v2.0.0
5952026-06-22T19:25:06.396Z Downloaded tokio-macros v2.7.0
5962026-06-22T19:25:06.396Z Downloaded pin-project v1.1.10
5972026-06-22T19:25:06.396Z Downloaded strum_macros v0.26.4
5982026-06-22T19:25:06.396Z Downloaded snafu-derive v0.8.9
5992026-06-22T19:25:06.396Z Downloaded thread-id v5.0.0
6002026-06-22T19:25:06.396Z Downloaded thiserror-impl-no-std v2.0.2
6012026-06-22T19:25:06.396Z Downloaded time-core v0.1.8
6022026-06-22T19:25:06.396Z Downloaded toml_datetime v0.6.11
6032026-06-22T19:25:06.396Z Downloaded ryu v1.0.20
6042026-06-22T19:25:06.396Z Downloaded bit-set v0.8.0
6052026-06-22T19:25:06.396Z Downloaded bytes v1.12.0
6062026-06-22T19:25:06.396Z Downloaded hyper-util v0.1.20
6072026-06-22T19:25:06.396Z Downloaded bitflags v1.3.2
6082026-06-22T19:25:06.396Z Downloaded tinyvec_macros v0.1.1
6092026-06-22T19:25:06.396Z Downloaded thread-id v4.2.2
6102026-06-22T19:25:06.396Z Downloaded strum_macros v0.27.2
6112026-06-22T19:25:06.396Z Downloaded toml_write v0.1.2
6122026-06-22T19:25:06.397Z Downloaded semver v1.0.28
6132026-06-22T19:25:06.397Z Downloaded rayon-core v1.13.0
6142026-06-22T19:25:06.397Z Downloaded thiserror v1.0.69
6152026-06-22T19:25:06.397Z Downloaded prettyplease v0.2.37
6162026-06-22T19:25:06.397Z Downloaded synstructure v0.13.2
6172026-06-22T19:25:06.397Z Downloaded spin v0.9.8
6182026-06-22T19:25:06.397Z Downloaded async-compression v0.4.33
6192026-06-22T19:25:06.397Z Downloaded try-lock v0.2.5
6202026-06-22T19:25:06.397Z Downloaded signal-hook v0.4.4
6212026-06-22T19:25:06.397Z Downloaded serde_core v1.0.228
6222026-06-22T19:25:06.397Z Downloaded anstyle v1.0.14
6232026-06-22T19:25:06.397Z Downloaded thiserror-impl v2.0.18
6242026-06-22T19:25:06.397Z Downloaded base16ct v0.2.0
6252026-06-22T19:25:06.397Z Downloaded ff v0.13.1
6262026-06-22T19:25:06.397Z Downloaded enum-as-inner v0.6.1
6272026-06-22T19:25:06.397Z Downloaded tower-service v0.3.3
6282026-06-22T19:25:06.397Z Downloaded tower-layer v0.3.3
6292026-06-22T19:25:06.397Z Downloaded topological-sort v0.2.2
6302026-06-22T19:25:06.397Z Downloaded camino v1.2.3
6312026-06-22T19:25:06.397Z Downloaded memchr v2.7.5
6322026-06-22T19:25:06.397Z Downloaded base64 v0.22.1
6332026-06-22T19:25:06.397Z Downloaded unarray v0.1.4
6342026-06-22T19:25:06.397Z Downloaded fs-err v3.1.2
6352026-06-22T19:25:06.397Z Downloaded darling v0.21.3
6362026-06-22T19:25:06.397Z Downloaded strum_macros v0.28.0
6372026-06-22T19:25:06.397Z Downloaded cstr-argument v0.1.2
6382026-06-22T19:25:06.397Z Downloaded cargo-platform v0.1.9
6392026-06-22T19:25:06.397Z Downloaded thiserror-impl v1.0.69
6402026-06-22T19:25:06.397Z Downloaded thiserror v2.0.18
6412026-06-22T19:25:06.397Z Downloaded hashbrown v0.17.1
6422026-06-22T19:25:06.397Z Downloaded thiserror-no-std v2.0.2
6432026-06-22T19:25:06.397Z Downloaded universal-hash v0.5.1
6442026-06-22T19:25:06.397Z Downloaded unicode-xid v0.2.6
6452026-06-22T19:25:06.397Z Downloaded untrusted v0.9.0
6462026-06-22T19:25:06.397Z Downloaded typify-macro v0.6.2
6472026-06-22T19:25:06.397Z Downloaded usdt v0.6.0
6482026-06-22T19:25:06.398Z Downloaded usdt v0.5.0
6492026-06-22T19:25:06.398Z Downloaded smallvec v1.15.1
6502026-06-22T19:25:06.398Z Downloaded similar v2.7.0
6512026-06-22T19:25:06.398Z Downloaded crossbeam-channel v0.5.15
6522026-06-22T19:25:06.398Z Downloaded indexmap v2.14.0
6532026-06-22T19:25:06.398Z Downloaded typify-macro v0.4.3
6542026-06-22T19:25:06.398Z Downloaded rand v0.8.5
6552026-06-22T19:25:06.398Z Downloaded unicode-linebreak v0.1.5
6562026-06-22T19:25:06.398Z Downloaded nom v7.1.3
6572026-06-22T19:25:06.398Z Downloaded usdt-macro v0.5.0
6582026-06-22T19:25:06.398Z Downloaded untrusted v0.7.1
6592026-06-22T19:25:06.398Z Downloaded usdt-attr-macro v0.5.0
6602026-06-22T19:25:06.398Z Downloaded thread_local v1.1.9
6612026-06-22T19:25:06.398Z Downloaded schemars v0.8.22
6622026-06-22T19:25:06.398Z Downloaded time-macros v0.2.27
6632026-06-22T19:25:06.398Z Downloaded quinn v0.11.9
6642026-06-22T19:25:06.398Z Downloaded tokio-dtrace v0.1.1
6652026-06-22T19:25:06.398Z Downloaded tokio-rustls v0.25.0
6662026-06-22T19:25:06.398Z Downloaded serde_derive v1.0.228
6672026-06-22T19:25:06.398Z Downloaded utf8_iter v1.0.4
6682026-06-22T19:25:06.398Z Downloaded equivalent v1.0.2
6692026-06-22T19:25:06.398Z Downloaded constant_time_eq v0.3.1
6702026-06-22T19:25:06.398Z Downloaded darling_macro v0.21.3
6712026-06-22T19:25:06.398Z Downloaded anstyle-query v1.1.4
6722026-06-22T19:25:06.398Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6732026-06-22T19:25:06.398Z Downloaded usdt-macro v0.6.0
6742026-06-22T19:25:06.398Z Downloaded wait-timeout v0.2.1
6752026-06-22T19:25:06.398Z Downloaded usdt-attr-macro v0.6.0
6762026-06-22T19:25:06.398Z Downloaded ciborium-ll v0.2.2
6772026-06-22T19:25:06.398Z Downloaded compression-core v0.4.32
6782026-06-22T19:25:06.398Z Downloaded tokio-native-tls v0.3.1
6792026-06-22T19:25:06.398Z Downloaded cfg-if v1.0.4
6802026-06-22T19:25:06.398Z Downloaded serde_yaml v0.9.34+deprecated
6812026-06-22T19:25:06.398Z Downloaded block-buffer v0.10.4
6822026-06-22T19:25:06.398Z Downloaded block-buffer v0.12.0
6832026-06-22T19:25:06.399Z Downloaded fastrand v2.3.0
6842026-06-22T19:25:06.399Z Downloaded bitflags v2.11.1
6852026-06-22T19:25:06.433Z Downloaded allocator-api2 v0.2.21
6862026-06-22T19:25:06.434Z Downloaded utf8parse v0.2.2
6872026-06-22T19:25:06.434Z Downloaded futures-macro v0.3.32
6882026-06-22T19:25:06.434Z Downloaded version_check v0.9.5
6892026-06-22T19:25:06.434Z Downloaded take_mut v0.2.2
6902026-06-22T19:25:06.434Z Downloaded derive-ex v0.1.8
6912026-06-22T19:25:06.434Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6922026-06-22T19:25:06.434Z Downloaded derive-where v1.6.0
6932026-06-22T19:25:06.434Z Downloaded waitgroup v0.1.2
6942026-06-22T19:25:06.434Z Downloaded critical-section v1.2.0
6952026-06-22T19:25:06.434Z Downloaded cpufeatures v0.2.17
6962026-06-22T19:25:06.434Z Downloaded bindgen v0.72.1
6972026-06-22T19:25:06.434Z Downloaded want v0.3.1
6982026-06-22T19:25:06.435Z Downloaded rustls-webpki v0.103.6
6992026-06-22T19:25:06.435Z Downloaded yoke-derive v0.8.0
7002026-06-22T19:25:06.435Z Downloaded h2 v0.4.14
7012026-06-22T19:25:06.435Z Downloaded slog v2.8.2
7022026-06-22T19:25:06.435Z Downloaded autocfg v1.5.0
7032026-06-22T19:25:06.435Z Downloaded async-recursion v1.1.1
7042026-06-22T19:25:06.435Z Downloaded zeroize_derive v1.4.3
7052026-06-22T19:25:06.435Z Downloaded anstyle-parse v1.0.0
7062026-06-22T19:25:06.435Z Downloaded argon2 v0.5.3
7072026-06-22T19:25:06.435Z Downloaded term v1.2.0
7082026-06-22T19:25:06.435Z Downloaded toml_writer v1.1.1+spec-1.1.0
7092026-06-22T19:25:06.435Z Downloaded iddqd v0.3.18
7102026-06-22T19:25:06.435Z Downloaded hashbrown v0.15.5
7112026-06-22T19:25:06.436Z Downloaded zerofrom-derive v0.1.6
7122026-06-22T19:25:06.436Z Downloaded zerofrom v0.1.6
7132026-06-22T19:25:06.436Z Downloaded xattr v1.6.1
7142026-06-22T19:25:06.436Z Downloaded schemars v0.9.0
7152026-06-22T19:25:06.436Z Downloaded zone_cfg_derive v0.3.1
7162026-06-22T19:25:06.436Z Downloaded zone v0.3.1
7172026-06-22T19:25:06.436Z Downloaded serde v1.0.228
7182026-06-22T19:25:06.436Z Downloaded rustls-pki-types v1.12.0
7192026-06-22T19:25:06.436Z Downloaded test-strategy v0.4.3
7202026-06-22T19:25:06.436Z Downloaded atomic-waker v1.1.2
7212026-06-22T19:25:06.436Z Downloaded foldhash v0.2.0
7222026-06-22T19:25:06.436Z Downloaded toml_parser v1.1.2+spec-1.1.0
7232026-06-22T19:25:06.436Z Downloaded usdt-impl v0.6.0
7242026-06-22T19:25:06.437Z Downloaded tinystr v0.8.1
7252026-06-22T19:25:06.437Z Downloaded socket2 v0.6.4
7262026-06-22T19:25:06.437Z Downloaded rand v0.9.3
7272026-06-22T19:25:06.437Z Downloaded tokio-stream v0.1.17
7282026-06-22T19:25:06.437Z Downloaded itertools v0.12.1
7292026-06-22T19:25:06.437Z Downloaded vsss-rs v3.3.4
7302026-06-22T19:25:06.437Z Downloaded tokio-rustls v0.26.4
7312026-06-22T19:25:06.437Z Downloaded iri-string v0.7.8
7322026-06-22T19:25:06.437Z Downloaded tracing-attributes v0.1.30
7332026-06-22T19:25:06.437Z Downloaded toml v0.8.23
7342026-06-22T19:25:06.437Z Downloaded toml v0.7.8
7352026-06-22T19:25:06.437Z Downloaded whoami v1.6.1
7362026-06-22T19:25:06.437Z Downloaded walkdir v2.5.0
7372026-06-22T19:25:06.438Z Downloaded scuffle v0.1.0
7382026-06-22T19:25:06.438Z Downloaded zerovec-derive v0.11.1
7392026-06-22T19:25:06.438Z Downloaded toml v1.1.2+spec-1.1.0
7402026-06-22T19:25:06.438Z Downloaded writeable v0.6.1
7412026-06-22T19:25:06.438Z Downloaded minimal-lexical v0.2.1
7422026-06-22T19:25:06.438Z Downloaded tar v0.4.45
7432026-06-22T19:25:06.438Z Downloaded schemars v1.2.0
7442026-06-22T19:25:06.438Z Downloaded zmij v1.0.17
7452026-06-22T19:25:06.438Z Downloaded tempfile v3.27.0
7462026-06-22T19:25:06.438Z Downloaded textwrap v0.16.2
7472026-06-22T19:25:06.438Z Downloaded yoke v0.8.0
7482026-06-22T19:25:06.438Z Downloaded vergen v8.3.2
7492026-06-22T19:25:06.438Z Downloaded mio v1.2.1
7502026-06-22T19:25:06.438Z Downloaded icu_properties_data v2.0.1
7512026-06-22T19:25:06.438Z Downloaded ucd-trie v0.1.7
7522026-06-22T19:25:06.438Z Downloaded hyper v1.10.1
7532026-06-22T19:25:06.438Z Downloaded unicode-ident v1.0.24
7542026-06-22T19:25:06.438Z Downloaded snafu v0.8.9
7552026-06-22T19:25:06.439Z Downloaded qorb v0.4.1
7562026-06-22T19:25:06.439Z Downloaded tinyvec v1.10.0
7572026-06-22T19:25:06.439Z Downloaded zeroize v1.8.1
7582026-06-22T19:25:06.439Z Downloaded pest v2.8.2
7592026-06-22T19:25:06.439Z Downloaded usdt-impl v0.5.0
7602026-06-22T19:25:06.439Z Downloaded toml v0.9.12+spec-1.1.0
7612026-06-22T19:25:06.439Z Downloaded hkdf v0.12.4
7622026-06-22T19:25:06.439Z Downloaded typify v0.4.3
7632026-06-22T19:25:06.439Z Downloaded steno v0.4.1
7642026-06-22T19:25:06.439Z Downloaded unsafe-libyaml v0.2.11
7652026-06-22T19:25:06.439Z Downloaded zerocopy-derive v0.7.35
7662026-06-22T19:25:06.439Z Downloaded toml_edit v0.22.27
7672026-06-22T19:25:06.439Z Downloaded goblin v0.8.2
7682026-06-22T19:25:06.439Z Downloaded itertools v0.14.0
7692026-06-22T19:25:06.439Z Downloaded tracing-core v0.1.34
7702026-06-22T19:25:06.439Z Downloaded typify v0.6.2
7712026-06-22T19:25:06.439Z Downloaded idna v1.1.0
7722026-06-22T19:25:06.439Z Downloaded zerotrie v0.2.2
7732026-06-22T19:25:06.888Z Downloaded url v2.5.7
7742026-06-22T19:25:06.888Z Downloaded uuid v1.23.3
7752026-06-22T19:25:06.889Z Downloaded tower v0.5.2
7762026-06-22T19:25:06.897Z Downloaded tracing v0.1.41
7772026-06-22T19:25:06.897Z Downloaded serde_json v1.0.150
7782026-06-22T19:25:06.897Z Downloaded rayon v1.11.0
7792026-06-22T19:25:06.897Z Downloaded libm v0.2.15
7802026-06-22T19:25:06.897Z Downloaded git2 v0.19.0
7812026-06-22T19:25:06.897Z Downloaded clap_builder v4.6.0
7822026-06-22T19:25:06.897Z Downloaded toml_edit v0.19.15
7832026-06-22T19:25:06.897Z Downloaded unicode-segmentation v1.12.0
7842026-06-22T19:25:06.897Z Downloaded aho-corasick v1.1.3
7852026-06-22T19:25:06.897Z Downloaded zerocopy-derive v0.8.27
7862026-06-22T19:25:06.897Z Downloaded iddqd v0.4.5
7872026-06-22T19:25:06.897Z Downloaded typenum v1.20.1
7882026-06-22T19:25:06.897Z Downloaded tokio-util v0.7.16
7892026-06-22T19:25:06.897Z Downloaded typed-path v0.9.3
7902026-06-22T19:25:06.897Z Downloaded reqwest v0.12.23
7912026-06-22T19:25:06.897Z Downloaded zerovec v0.11.4
7922026-06-22T19:25:06.897Z Downloaded regex v1.12.4
7932026-06-22T19:25:06.897Z Downloaded goblin v0.10.1
7942026-06-22T19:25:06.897Z Downloaded reqwest v0.13.2
7952026-06-22T19:25:06.897Z Downloaded blake3 v1.8.2
7962026-06-22T19:25:06.897Z Downloaded tower-http v0.6.8
7972026-06-22T19:25:06.897Z Downloaded tough v0.20.0
7982026-06-22T19:25:06.897Z Downloaded proptest v1.8.0
7992026-06-22T19:25:06.897Z Downloaded rustls-webpki v0.102.8
8002026-06-22T19:25:06.897Z Downloaded aws-lc-rs v1.16.2
8012026-06-22T19:25:06.897Z Downloaded serde_with v3.14.1
8022026-06-22T19:25:06.897Z Downloaded unicode-normalization v0.1.24
8032026-06-22T19:25:06.897Z Downloaded chrono v0.4.45
8042026-06-22T19:25:06.897Z Downloaded portable-atomic v1.11.1
8052026-06-22T19:25:06.897Z Downloaded moka v0.12.11
8062026-06-22T19:25:06.898Z Downloaded dropshot v0.17.1
8072026-06-22T19:25:06.898Z Downloaded zerocopy v0.7.35
8082026-06-22T19:25:06.898Z Downloaded winnow v0.5.40
8092026-06-22T19:25:06.898Z Downloaded dropshot v0.16.7
8102026-06-22T19:25:06.898Z Downloaded tabled v0.15.0
8112026-06-22T19:25:06.898Z Downloaded winnow v0.7.14
8122026-06-22T19:25:06.898Z Downloaded syn v1.0.109
8132026-06-22T19:25:06.898Z Downloaded time v0.3.47
8142026-06-22T19:25:06.898Z Downloaded tabled v0.20.0
8152026-06-22T19:25:06.898Z Downloaded winnow v1.0.3
8162026-06-22T19:25:06.898Z Downloaded quinn-proto v0.11.14
8172026-06-22T19:25:06.898Z Downloaded hickory-proto v0.24.4
8182026-06-22T19:25:06.898Z Downloaded webpki-roots v1.0.2
8192026-06-22T19:25:06.898Z Downloaded zerocopy v0.8.27
8202026-06-22T19:25:06.898Z Downloaded curve25519-dalek v4.1.3
8212026-06-22T19:25:06.898Z Downloaded smoltcp v0.11.0
8222026-06-22T19:25:06.898Z Downloaded regress v0.10.5
8232026-06-22T19:25:06.898Z Downloaded vcpkg v0.2.15
8242026-06-22T19:25:06.898Z Downloaded rustls v0.23.40
8252026-06-22T19:25:06.898Z Downloaded regex-syntax v0.8.11
8262026-06-22T19:25:06.898Z Downloaded openssl v0.10.81
8272026-06-22T19:25:06.898Z Downloaded hickory-proto v0.25.2
8282026-06-22T19:25:06.898Z Downloaded unicode-width v0.1.14
8292026-06-22T19:25:06.898Z Downloaded nix v0.30.1
8302026-06-22T19:25:06.898Z Downloaded unicode-width v0.2.1
8312026-06-22T19:25:06.898Z Downloaded bstr v1.12.0
8322026-06-22T19:25:06.898Z Downloaded rustls v0.22.4
8332026-06-22T19:25:06.898Z Downloaded typify-impl v0.6.2
8342026-06-22T19:25:06.898Z Downloaded syn v2.0.118
8352026-06-22T19:25:06.898Z Downloaded openapiv3 v2.2.0
8362026-06-22T19:25:06.898Z Downloaded typify-impl v0.4.3
8372026-06-22T19:25:06.899Z Downloaded rustix v0.38.44
8382026-06-22T19:25:06.947Z Downloaded regress v0.11.1
8392026-06-22T19:25:06.972Z Downloaded rustix v1.1.4
8402026-06-22T19:25:06.973Z Downloaded petgraph v0.6.5
8412026-06-22T19:25:06.983Z Downloaded jiff v0.2.15
8422026-06-22T19:25:06.983Z Downloaded petgraph v0.8.2
8432026-06-22T19:25:07.030Z Downloaded sha3 v0.10.8
8442026-06-22T19:25:07.068Z Downloaded regex-automata v0.4.13
8452026-06-22T19:25:07.125Z Downloaded encoding_rs v0.8.35
8462026-06-22T19:25:07.157Z Downloaded ring v0.17.14
8472026-06-22T19:25:07.205Z Downloaded libgit2-sys v0.17.0+1.8.1
8482026-06-22T19:25:07.232Z Downloaded chrono-tz v0.10.4
8492026-06-22T19:25:07.232Z Downloaded libc v0.2.186
8502026-06-22T19:25:07.298Z Downloaded libz-sys v1.1.22
8512026-06-22T19:25:07.298Z Downloaded csv v1.4.0
8522026-06-22T19:25:07.345Z Downloaded tokio v1.52.3
8532026-06-22T19:25:07.403Z Downloaded curl-sys v0.4.89+curl-8.20.0
8542026-06-22T19:25:08.116Z Downloaded aws-lc-sys v0.39.1
8552026-06-22T19:25:08.452Z Compiling proc-macro2 v1.0.106
8562026-06-22T19:25:08.452Z Compiling quote v1.0.46
8572026-06-22T19:25:08.452Z Compiling unicode-ident v1.0.24
8582026-06-22T19:25:08.864Z Compiling serde_core v1.0.228
8592026-06-22T19:25:08.864Z Compiling serde v1.0.228
8602026-06-22T19:25:08.865Z Compiling libc v0.2.186
8612026-06-22T19:25:08.865Z Checking cfg-if v1.0.4
8622026-06-22T19:25:08.892Z Compiling zmij v1.0.17
8632026-06-22T19:25:08.892Z Compiling autocfg v1.5.0
8642026-06-22T19:25:09.470Z Compiling memchr v2.7.5
8652026-06-22T19:25:09.563Z Compiling libm v0.2.15
8662026-06-22T19:25:09.563Z Compiling getrandom v0.4.2
8672026-06-22T19:25:09.563Z Compiling thiserror v2.0.18
8682026-06-22T19:25:09.600Z Checking smallvec v1.15.1
8692026-06-22T19:25:09.639Z Compiling version_check v0.9.5
8702026-06-22T19:25:09.661Z Checking itoa v1.0.15
8712026-06-22T19:25:09.697Z Compiling jobserver v0.1.34
8722026-06-22T19:25:09.748Z Compiling shlex v2.0.1
8732026-06-22T19:25:09.912Z Compiling find-msvc-tools v0.1.9
8742026-06-22T19:25:09.935Z Compiling icu_properties_data v2.0.1
8752026-06-22T19:25:09.964Z Compiling syn v2.0.118
8762026-06-22T19:25:10.433Z Compiling icu_normalizer_data v2.0.0
8772026-06-22T19:25:10.459Z Compiling cc v1.2.64
8782026-06-22T19:25:10.459Z Compiling parking_lot_core v0.9.12
8792026-06-22T19:25:10.459Z Checking stable_deref_trait v1.2.0
8802026-06-22T19:25:10.459Z Compiling serde_json v1.0.150
8812026-06-22T19:25:10.459Z Compiling heck v0.5.0
8822026-06-22T19:25:10.459Z Checking writeable v0.6.1
8832026-06-22T19:25:10.459Z Checking litemap v0.8.0
8842026-06-22T19:25:10.645Z Compiling num-traits v0.2.19
8852026-06-22T19:25:10.691Z Checking percent-encoding v2.3.2
8862026-06-22T19:25:10.878Z Checking form_urlencoded v1.2.2
8872026-06-22T19:25:11.009Z Checking utf8_iter v1.0.4
8882026-06-22T19:25:11.047Z Compiling zerocopy v0.8.27
8892026-06-22T19:25:11.089Z Checking pin-project-lite v0.2.16
8902026-06-22T19:25:11.126Z Checking iana-time-zone v0.1.64
8912026-06-22T19:25:11.190Z Compiling log v0.4.29
8922026-06-22T19:25:11.226Z Compiling rustversion v1.0.22
8932026-06-22T19:25:11.272Z Compiling equivalent v1.0.2
8942026-06-22T19:25:11.711Z Compiling semver v1.0.28
8952026-06-22T19:25:11.730Z Checking socket2 v0.6.4
8962026-06-22T19:25:11.730Z Checking uuid v1.23.3
8972026-06-22T19:25:11.730Z Checking scopeguard v1.2.0
8982026-06-22T19:25:11.730Z Checking lock_api v0.4.14
8992026-06-22T19:25:11.730Z Checking signal-hook-registry v1.4.6
9002026-06-22T19:25:11.730Z Checking getrandom v0.2.16
9012026-06-22T19:25:11.730Z Checking mio v1.2.1
9022026-06-22T19:25:11.781Z Compiling schemars v0.8.22
9032026-06-22T19:25:11.781Z Checking dyn-clone v1.0.20
9042026-06-22T19:25:12.223Z Checking parking_lot v0.12.5
9052026-06-22T19:25:12.248Z Checking bitflags v2.11.1
9062026-06-22T19:25:12.248Z Compiling portable-atomic v1.11.1
9072026-06-22T19:25:12.248Z Checking futures-core v0.3.32
9082026-06-22T19:25:12.248Z Checking critical-section v1.2.0
9092026-06-22T19:25:12.248Z Compiling ring v0.17.14
9102026-06-22T19:25:12.248Z Compiling hashbrown v0.17.1
9112026-06-22T19:25:12.248Z Compiling httparse v1.10.1
9122026-06-22T19:25:12.270Z Compiling thiserror v1.0.69
9132026-06-22T19:25:12.720Z Checking futures-sink v0.3.32
9142026-06-22T19:25:13.136Z Compiling regex-syntax v0.8.11
9152026-06-22T19:25:13.136Z Compiling synstructure v0.13.2
9162026-06-22T19:25:13.152Z Compiling serde_derive_internals v0.29.1
9172026-06-22T19:25:13.152Z Checking once_cell v1.21.3
9182026-06-22T19:25:13.152Z Compiling indexmap v2.14.0
9192026-06-22T19:25:13.255Z Compiling rustix v1.1.4
9202026-06-22T19:25:13.887Z Checking slab v0.4.11
9212026-06-22T19:25:13.915Z Compiling aho-corasick v1.1.3
9222026-06-22T19:25:13.915Z Checking subtle v2.6.1
9232026-06-22T19:25:13.915Z Compiling ucd-trie v0.1.7
9242026-06-22T19:25:13.915Z Checking futures-channel v0.3.32
9252026-06-22T19:25:13.915Z Compiling anyhow v1.0.102
9262026-06-22T19:25:13.915Z Checking rand_core v0.6.4
9272026-06-22T19:25:13.932Z Checking futures-task v0.3.32
9282026-06-22T19:25:13.980Z Compiling serde_derive v1.0.228
9292026-06-22T19:25:14.020Z Compiling zerofrom-derive v0.1.6
9302026-06-22T19:25:14.464Z Compiling yoke-derive v0.8.0
9312026-06-22T19:25:14.483Z Compiling zerovec-derive v0.11.1
9322026-06-22T19:25:14.483Z Compiling displaydoc v0.2.5
9332026-06-22T19:25:14.524Z Compiling thiserror-impl v2.0.18
9342026-06-22T19:25:14.907Z Compiling schemars_derive v0.8.22
9352026-06-22T19:25:14.956Z Compiling tokio-macros v2.7.0
9362026-06-22T19:25:15.072Z Compiling zerocopy-derive v0.8.27
9372026-06-22T19:25:15.543Z Compiling futures-macro v0.3.32
9382026-06-22T19:25:15.555Z Checking zerofrom v0.1.6
9392026-06-22T19:25:15.555Z Checking yoke v0.8.0
9402026-06-22T19:25:15.555Z Checking zerovec v0.11.4
9412026-06-22T19:25:15.622Z Checking zerotrie v0.2.2
9422026-06-22T19:25:16.277Z Compiling zeroize_derive v1.4.3
9432026-06-22T19:25:16.296Z Compiling thiserror-impl v1.0.69
9442026-06-22T19:25:16.297Z Compiling regex-automata v0.4.13
9452026-06-22T19:25:16.297Z Compiling pest v2.8.2
9462026-06-22T19:25:16.297Z Checking tinystr v0.8.1
9472026-06-22T19:25:16.297Z Checking potential_utf v0.1.3
9482026-06-22T19:25:16.779Z Checking icu_locale_core v2.0.0
9492026-06-22T19:25:16.810Z Checking icu_collections v2.0.0
9502026-06-22T19:25:16.810Z Checking zeroize v1.8.1
9512026-06-22T19:25:16.811Z Checking icu_provider v2.0.0
9522026-06-22T19:25:16.987Z Checking bytes v1.12.0
9532026-06-22T19:25:17.030Z Checking icu_normalizer v2.0.0
9542026-06-22T19:25:17.054Z Checking icu_properties v2.0.1
9552026-06-22T19:25:17.561Z Checking chrono v0.4.45
9562026-06-22T19:25:17.580Z Compiling serde_tokenstream v0.2.3
9572026-06-22T19:25:17.580Z Checking tokio v1.52.3
9582026-06-22T19:25:17.683Z Compiling regex v1.12.4
9592026-06-22T19:25:17.852Z Compiling pest_meta v2.8.2
9602026-06-22T19:25:17.887Z Checking idna_adapter v1.2.1
9612026-06-22T19:25:18.026Z Checking idna v1.1.0
9622026-06-22T19:25:18.066Z Checking futures-io v0.3.32
9632026-06-22T19:25:18.085Z Checking typenum v1.20.1
9642026-06-22T19:25:18.190Z Checking futures-util v0.3.32
9652026-06-22T19:25:18.226Z Checking url v2.5.7
9662026-06-22T19:25:18.282Z Compiling getrandom v0.3.3
9672026-06-22T19:25:18.613Z Compiling pest_generator v2.8.2
9682026-06-22T19:25:19.141Z Compiling tracing-attributes v0.1.30
9692026-06-22T19:25:19.153Z Checking tracing-core v0.1.34
9702026-06-22T19:25:19.153Z Compiling pkg-config v0.3.32
9712026-06-22T19:25:19.183Z Compiling allocator-api2 v0.2.21
9722026-06-22T19:25:19.218Z Compiling pest_derive v2.8.2
9732026-06-22T19:25:19.301Z Compiling foldhash v0.2.0
9742026-06-22T19:25:19.902Z Compiling hashbrown v0.16.1
9752026-06-22T19:25:19.931Z Checking fnv v1.0.7
9762026-06-22T19:25:19.931Z Checking http v1.4.2
9772026-06-22T19:25:19.931Z Compiling generic-array v0.14.7
9782026-06-22T19:25:19.931Z Compiling vcpkg v0.2.15
9792026-06-22T19:25:19.931Z Checking tracing v0.1.41
9802026-06-22T19:25:20.085Z Compiling time-core v0.1.8
9812026-06-22T19:25:20.100Z Compiling byteorder v1.5.0
9822026-06-22T19:25:20.101Z Compiling num-conv v0.2.1
9832026-06-22T19:25:20.252Z Compiling time-macros v0.2.27
9842026-06-22T19:25:20.279Z Checking errno v0.3.14
9852026-06-22T19:25:20.702Z Checking base64 v0.22.1
9862026-06-22T19:25:20.705Z Checking ipnet v2.11.0
9872026-06-22T19:25:20.706Z Compiling scroll_derive v0.13.1
9882026-06-22T19:25:20.706Z Checking tokio-util v0.7.16
9892026-06-22T19:25:20.706Z Compiling camino v1.2.3
9902026-06-22T19:25:20.779Z Checking crypto-common v0.1.6
9912026-06-22T19:25:20.903Z Checking http-body v1.0.1
9922026-06-22T19:25:21.030Z Checking atomic-waker v1.1.2
9932026-06-22T19:25:21.441Z Compiling crossbeam-utils v0.8.21
9942026-06-22T19:25:21.495Z Checking ppv-lite86 v0.2.21
9952026-06-22T19:25:21.495Z Compiling slog v2.8.2
9962026-06-22T19:25:21.495Z Checking tower-layer v0.3.3
9972026-06-22T19:25:21.495Z Checking tower-service v0.3.3
9982026-06-22T19:25:21.495Z Compiling paste v1.0.15
9992026-06-22T19:25:21.495Z Checking try-lock v0.2.5
10002026-06-22T19:25:21.530Z Checking h2 v0.4.14
10012026-06-22T19:25:21.531Z Checking want v0.3.1
10022026-06-22T19:25:21.531Z Checking ipnetwork v0.21.1
10032026-06-22T19:25:21.628Z Checking erased-serde v0.3.31
10042026-06-22T19:25:21.732Z Checking rustls-pki-types v1.12.0
10052026-06-22T19:25:22.168Z Checking ryu v1.0.20
10062026-06-22T19:25:22.168Z Checking pretty-hex v0.4.1
10072026-06-22T19:25:22.168Z Checking httpdate v1.0.3
10082026-06-22T19:25:22.181Z Compiling async-trait v0.1.89
10092026-06-22T19:25:22.181Z Checking untrusted v0.9.0
10102026-06-22T19:25:22.181Z Compiling scroll v0.13.0
10112026-06-22T19:25:22.208Z Checking plain v0.2.3
10122026-06-22T19:25:22.238Z Compiling usdt-impl v0.6.0
10132026-06-22T19:25:22.251Z Checking http-body-util v0.1.3
10142026-06-22T19:25:22.264Z Compiling openssl-sys v0.9.117
10152026-06-22T19:25:22.353Z Compiling goblin v0.10.1
10162026-06-22T19:25:22.454Z Compiling cmake v0.1.54
10172026-06-22T19:25:22.543Z Compiling dunce v1.0.5
10182026-06-22T19:25:22.774Z Compiling strsim v0.11.1
10192026-06-22T19:25:22.787Z Compiling fs_extra v1.3.0
10202026-06-22T19:25:22.831Z Compiling slog-async v2.8.0
10212026-06-22T19:25:22.979Z Checking rand_core v0.9.3
10222026-06-22T19:25:22.998Z Checking serde_urlencoded v0.7.1
10232026-06-22T19:25:23.048Z Compiling aws-lc-sys v0.39.1
10242026-06-22T19:25:23.071Z Checking oxnet v0.1.6
10252026-06-22T19:25:23.137Z Checking block-buffer v0.10.4
10262026-06-22T19:25:23.159Z Compiling regress v0.10.5
10272026-06-22T19:25:23.188Z Compiling dtrace-parser v0.3.0
10282026-06-22T19:25:23.263Z Compiling openapiv3 v2.2.0
10292026-06-22T19:25:23.323Z Compiling thread-id v5.0.0
10302026-06-22T19:25:23.432Z Checking hyper v1.10.1
10312026-06-22T19:25:23.808Z Checking digest v0.10.7
10322026-06-22T19:25:23.979Z Compiling omicron-workspace-hack v0.1.0
10332026-06-22T19:25:24.003Z Compiling ident_case v1.0.1
10342026-06-22T19:25:24.131Z Compiling darling_core v0.21.3
10352026-06-22T19:25:24.221Z Checking rand_chacha v0.9.0
10362026-06-22T19:25:24.327Z Checking hyper-util v0.1.20
10372026-06-22T19:25:24.395Z Compiling daft-derive v0.1.5
10382026-06-22T19:25:24.696Z Compiling typify-impl v0.4.3
10392026-06-22T19:25:24.787Z Checking powerfmt v0.2.0
10402026-06-22T19:25:24.924Z Compiling aws-lc-rs v1.16.2
10412026-06-22T19:25:25.114Z Compiling dof v0.4.0
10422026-06-22T19:25:25.786Z Checking deranged v0.5.3
10432026-06-22T19:25:25.855Z Checking rand v0.9.3
10442026-06-22T19:25:26.027Z Compiling syn v1.0.109
10452026-06-22T19:25:26.669Z Compiling unsafe-libyaml v0.2.11
10462026-06-22T19:25:26.682Z Compiling usdt-macro v0.6.0
10472026-06-22T19:25:26.682Z Compiling darling_macro v0.21.3
10482026-06-22T19:25:26.682Z Compiling usdt-attr-macro v0.6.0
10492026-06-22T19:25:26.682Z Checking num_threads v0.1.7
10502026-06-22T19:25:26.682Z Checking time v0.3.47
10512026-06-22T19:25:26.745Z Compiling darling v0.21.3
10522026-06-22T19:25:26.815Z Compiling serde_yaml v0.9.34+deprecated
10532026-06-22T19:25:26.849Z Checking sync_wrapper v1.0.2
10542026-06-22T19:25:27.367Z Checking encoding_rs v0.8.35
10552026-06-22T19:25:27.392Z Checking cpufeatures v0.2.17
10562026-06-22T19:25:27.392Z Checking mime v0.3.17
10572026-06-22T19:25:27.782Z Checking untrusted v0.7.1
10582026-06-22T19:25:27.782Z Checking tower v0.5.2
10592026-06-22T19:25:27.782Z Checking crossbeam-channel v0.5.15
10602026-06-22T19:25:27.896Z Checking futures-executor v0.3.32
10612026-06-22T19:25:27.916Z Compiling structmeta-derive v0.3.0
10622026-06-22T19:25:27.940Z Compiling multer v3.1.0
10632026-06-22T19:25:28.541Z Checking iri-string v0.7.8
10642026-06-22T19:25:28.587Z Compiling rustls v0.22.4
10652026-06-22T19:25:28.587Z Compiling rustls v0.23.40
10662026-06-22T19:25:28.587Z Compiling typify-macro v0.4.3
10672026-06-22T19:25:28.587Z Checking futures v0.3.32
10682026-06-22T19:25:28.587Z Compiling async-stream-impl v0.3.6
10692026-06-22T19:25:28.587Z Checking thread_local v1.1.9
10702026-06-22T19:25:28.587Z Compiling openssl v0.10.81
10712026-06-22T19:25:28.587Z Checking unicode-width v0.2.1
10722026-06-22T19:25:28.837Z Checking hex v0.4.3
10732026-06-22T19:25:28.926Z Checking foreign-types-shared v0.1.1
10742026-06-22T19:25:28.926Z Checking fastrand v2.3.0
10752026-06-22T19:25:29.350Z Checking foreign-types v0.3.2
10762026-06-22T19:25:29.351Z Compiling structmeta v0.3.0
10772026-06-22T19:25:29.362Z Compiling strum_macros v0.26.4
10782026-06-22T19:25:29.362Z Checking tempfile v3.27.0
10792026-06-22T19:25:29.362Z Checking tower-http v0.6.8
10802026-06-22T19:25:29.362Z Compiling openssl-macros v0.1.1
10812026-06-22T19:25:29.362Z Checking is-terminal v0.4.16
10822026-06-22T19:25:29.362Z Checking memmap2 v0.9.8
10832026-06-22T19:25:29.362Z Checking take_mut v0.2.2
10842026-06-22T19:25:29.362Z Compiling native-tls v0.2.14
10852026-06-22T19:25:29.362Z Checking match_cfg v0.1.0
10862026-06-22T19:25:29.857Z Checking openssl-probe v0.1.6
10872026-06-22T19:25:29.875Z Checking term v1.2.0
10882026-06-22T19:25:29.875Z Compiling typify v0.4.3
10892026-06-22T19:25:29.875Z Checking hostname v0.3.1
10902026-06-22T19:25:29.875Z Checking slog-term v2.9.2
10912026-06-22T19:25:29.875Z Checking slog-json v2.6.1
10922026-06-22T19:25:29.950Z Compiling newtype-uuid-macros v0.1.0
10932026-06-22T19:25:29.995Z Compiling ref-cast v1.0.25
10942026-06-22T19:25:30.009Z Checking slog-bunyan v2.5.0
10952026-06-22T19:25:30.357Z Compiling ref-cast-impl v1.0.25
10962026-06-22T19:25:30.432Z Compiling dropshot v0.16.7
10972026-06-22T19:25:30.637Z Compiling derive-ex v0.1.8
10982026-06-22T19:25:30.647Z Checking webpki-roots v1.0.2
10992026-06-22T19:25:30.699Z Compiling dropshot_endpoint v0.16.7
11002026-06-22T19:25:30.757Z Compiling strum_macros v0.27.2
11012026-06-22T19:25:31.193Z Checking winnow v0.7.14
11022026-06-22T19:25:31.820Z Checking tokio-native-tls v0.3.1
11032026-06-22T19:25:32.012Z Checking hyper-tls v0.6.0
11042026-06-22T19:25:32.143Z Compiling test-strategy v0.4.3
11052026-06-22T19:25:32.176Z Compiling progenitor-impl v0.11.1
11062026-06-22T19:25:32.253Z Checking newtype-uuid v1.3.2
11072026-06-22T19:25:32.304Z Checking winnow v1.0.3
11082026-06-22T19:25:32.755Z Checking either v1.15.0
11092026-06-22T19:25:33.189Z Checking daft v0.1.5
11102026-06-22T19:25:33.189Z Compiling serde_with_macros v3.14.1
11112026-06-22T19:25:33.190Z Checking toml_parser v1.1.2+spec-1.1.0
11122026-06-22T19:25:33.190Z Checking usdt v0.6.0
11132026-06-22T19:25:33.190Z Checking serde_spanned v1.1.1
11142026-06-22T19:25:33.190Z Checking debug-ignore v1.0.5
11152026-06-22T19:25:33.219Z Checking toml_writer v1.1.1+spec-1.1.0
11162026-06-22T19:25:33.219Z Checking spin v0.9.8
11172026-06-22T19:25:33.219Z Compiling parse-display-derive v0.10.0
11182026-06-22T19:25:33.219Z Checking async-stream v0.3.6
11192026-06-22T19:25:33.273Z Checking rustls-webpki v0.102.8
11202026-06-22T19:25:33.372Z Checking rustls-pemfile v2.2.0
11212026-06-22T19:25:33.902Z Checking waitgroup v0.1.2
11222026-06-22T19:25:33.910Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11232026-06-22T19:25:33.910Z Checking serde_path_to_error v0.1.20
11242026-06-22T19:25:33.910Z Checking hostname v0.4.2
11252026-06-22T19:25:33.910Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11262026-06-22T19:25:33.984Z Checking strum v0.26.3
11272026-06-22T19:25:34.081Z Checking rand_chacha v0.3.1
11282026-06-22T19:25:34.173Z Compiling toml_datetime v0.6.11
11292026-06-22T19:25:34.284Z Checking macaddr v1.0.1
11302026-06-22T19:25:34.320Z Compiling progenitor-macro v0.11.1
11312026-06-22T19:25:34.424Z Checking toml_datetime v0.7.5+spec-1.1.0
11322026-06-22T19:25:34.463Z Checking wait-timeout v0.2.1
11332026-06-22T19:25:34.958Z Checking quick-error v1.2.3
11342026-06-22T19:25:34.961Z Checking bit-vec v0.8.0
11352026-06-22T19:25:34.961Z Checking lazy_static v1.5.0
11362026-06-22T19:25:34.961Z Checking rusty-fork v0.3.0
11372026-06-22T19:25:34.961Z Checking toml v0.9.12+spec-1.1.0
11382026-06-22T19:25:34.961Z Checking bit-set v0.8.0
11392026-06-22T19:25:34.961Z Checking rand v0.8.5
11402026-06-22T19:25:34.961Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11412026-06-22T19:25:35.073Z Checking tokio-rustls v0.25.0
11422026-06-22T19:25:35.154Z Checking tabwriter v1.4.1
11432026-06-22T19:25:35.256Z Checking sha1 v0.10.6
11442026-06-22T19:25:35.269Z Checking rand_xorshift v0.4.0
11452026-06-22T19:25:35.312Z Compiling clap_derive v4.6.1
11462026-06-22T19:25:35.379Z Checking unarray v0.1.4
11472026-06-22T19:25:35.411Z Checking colored v3.1.1
11482026-06-22T19:25:35.479Z Checking utf8parse v0.2.2
11492026-06-22T19:25:35.497Z Checking proptest v1.8.0
11502026-06-22T19:25:35.577Z Checking anstyle-parse v1.0.0
11512026-06-22T19:25:36.009Z Checking strum v0.27.2
11522026-06-22T19:25:36.011Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11532026-06-22T19:25:36.012Z Checking terminal_size v0.4.3
11542026-06-22T19:25:36.190Z Checking colorchoice v1.0.4
11552026-06-22T19:25:36.207Z Checking is_terminal_polyfill v1.70.1
11562026-06-22T19:25:36.276Z Checking anstyle-query v1.1.4
11572026-06-22T19:25:36.293Z Checking anstyle v1.0.14
11582026-06-22T19:25:36.468Z Checking anstream v1.0.0
11592026-06-22T19:25:36.979Z Checking itertools v0.14.0
11602026-06-22T19:25:37.100Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11612026-06-22T19:25:37.114Z Checking clap_lex v1.1.0
11622026-06-22T19:25:37.258Z Checking clap_builder v4.6.0
11632026-06-22T19:25:37.854Z Checking serde_with v3.14.1
11642026-06-22T19:25:38.450Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11652026-06-22T19:25:38.543Z Checking clap v4.6.1
11662026-06-22T19:25:38.984Z Checking instant v0.1.13
11672026-06-22T19:25:39.003Z Checking rustc-hash v2.1.1
11682026-06-22T19:25:39.003Z Checking iddqd v0.3.18
11692026-06-22T19:25:39.003Z Checking backoff v0.4.0
11702026-06-22T19:25:39.003Z Checking parse-display v0.10.0
11712026-06-22T19:25:39.137Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11722026-06-22T19:25:39.181Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11732026-06-22T19:25:40.648Z Compiling num-derive v0.4.2
11742026-06-22T19:25:41.181Z Compiling rustls-webpki v0.103.6
11752026-06-22T19:25:41.762Z Compiling prettyplease v0.2.37
11762026-06-22T19:25:44.836Z Checking serde_spanned v0.6.9
11772026-06-22T19:25:44.860Z Compiling memoffset v0.9.1
11782026-06-22T19:25:44.860Z Compiling cfg_aliases v0.2.1
11792026-06-22T19:25:44.860Z Compiling nix v0.30.1
11802026-06-22T19:25:44.860Z Compiling tokio-rustls v0.26.4
11812026-06-22T19:25:45.066Z Compiling hyper-rustls v0.27.7
11822026-06-22T19:25:45.315Z Compiling reqwest v0.12.23
11832026-06-22T19:25:46.739Z Checking crossbeam-epoch v0.9.18
11842026-06-22T19:25:46.766Z Compiling progenitor-client v0.11.1
11852026-06-22T19:25:46.766Z Compiling winnow v0.5.40
11862026-06-22T19:25:47.952Z Compiling toml_edit v0.19.15
11872026-06-22T19:25:48.322Z Compiling progenitor v0.11.1
11882026-06-22T19:25:48.881Z Compiling num-integer v0.1.46
11892026-06-22T19:25:49.426Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11902026-06-22T19:25:49.482Z Compiling proc-macro-crate v1.3.1
11912026-06-22T19:25:49.753Z Compiling progenitor-client v0.10.0
11922026-06-22T19:25:50.322Z Compiling hubpack_derive v0.1.1
11932026-06-22T19:25:50.711Z Checking toml_write v0.1.2
11942026-06-22T19:25:50.794Z Compiling rayon-core v1.13.0
11952026-06-22T19:25:50.855Z Checking hubpack v0.1.2
11962026-06-22T19:25:50.983Z Checking toml_edit v0.22.27
11972026-06-22T19:25:51.032Z Checking num-iter v0.1.45
11982026-06-22T19:25:51.032Z Checking num-rational v0.4.2
11992026-06-22T19:25:51.769Z Compiling zerocopy-derive v0.7.35
12002026-06-22T19:25:51.830Z Compiling num-complex v0.4.6
12012026-06-22T19:25:51.830Z Checking static_assertions v1.1.0
12022026-06-22T19:25:51.830Z Checking num v0.4.3
12032026-06-22T19:25:51.924Z Checking crossbeam-deque v0.8.6
12042026-06-22T19:25:51.961Z Checking toml v0.8.23
12052026-06-22T19:25:52.125Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12062026-06-22T19:25:52.153Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12072026-06-22T19:25:52.276Z Checking float-ord v0.3.2
12082026-06-22T19:25:52.521Z Compiling proc-macro-error-attr v1.0.4
12092026-06-22T19:25:52.610Z Checking bytecount v0.6.9
12102026-06-22T19:25:52.743Z Compiling heapless v0.8.0
12112026-06-22T19:25:52.774Z Checking libscf-sys v1.2.0
12122026-06-22T19:25:53.021Z Compiling ingot-macros v0.1.1
12132026-06-22T19:25:53.113Z Checking hash32 v0.3.1
12142026-06-22T19:25:53.113Z Compiling proc-macro-error v1.0.4
12152026-06-22T19:25:53.152Z Compiling smoltcp v0.11.0
12162026-06-22T19:25:53.306Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12172026-06-22T19:25:54.294Z Compiling zerocopy v0.7.35
12182026-06-22T19:25:54.438Z Compiling num_enum_derive v0.7.5
12192026-06-22T19:25:54.438Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12202026-06-22T19:25:54.438Z Checking cobs v0.3.0
12212026-06-22T19:25:54.439Z Compiling foreign-types-macros v0.2.3
12222026-06-22T19:25:54.439Z Compiling scroll_derive v0.12.1
12232026-06-22T19:25:54.963Z Compiling usdt-impl v0.5.0
12242026-06-22T19:25:55.026Z Checking managed v0.8.0
12252026-06-22T19:25:55.026Z Checking foreign-types-shared v0.3.1
12262026-06-22T19:25:55.026Z Checking bitflags v1.3.2
12272026-06-22T19:25:55.026Z Compiling crucible-workspace-hack v0.1.0
12282026-06-22T19:25:55.026Z Checking foreign-types v0.5.0
12292026-06-22T19:25:55.041Z Checking scroll v0.12.0
12302026-06-22T19:25:55.041Z Checking num_enum v0.7.5
12312026-06-22T19:25:55.064Z Checking postcard v1.1.3
12322026-06-22T19:25:55.158Z Compiling dof v0.3.0
12332026-06-22T19:25:55.366Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12342026-06-22T19:25:55.415Z Compiling dtrace-parser v0.2.0
12352026-06-22T19:25:55.430Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12362026-06-22T19:25:55.454Z Checking camino-tempfile v1.4.1
12372026-06-22T19:25:55.571Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12382026-06-22T19:25:56.002Z Checking ingot-types v0.1.2
12392026-06-22T19:25:56.021Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12402026-06-22T19:25:56.021Z Checking cstr-argument v0.1.2
12412026-06-22T19:25:56.021Z Compiling thread-id v4.2.2
12422026-06-22T19:25:56.021Z Compiling heck v0.4.1
12432026-06-22T19:25:56.021Z Checking ingot v0.1.1
12442026-06-22T19:25:56.021Z Compiling minimal-lexical v0.2.1
12452026-06-22T19:25:56.021Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12462026-06-22T19:25:56.021Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12472026-06-22T19:25:56.505Z Compiling nom v7.1.3
12482026-06-22T19:25:56.534Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12492026-06-22T19:25:56.534Z Checking goblin v0.8.2
12502026-06-22T19:25:56.534Z Checking rayon v1.11.0
12512026-06-22T19:25:56.535Z Compiling num_enum_derive v0.5.11
12522026-06-22T19:25:57.966Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12532026-06-22T19:25:58.030Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12542026-06-22T19:25:58.030Z Compiling rustc_version v0.4.1
12552026-06-22T19:25:58.030Z Compiling proc-macro-error-attr2 v2.0.0
12562026-06-22T19:25:58.031Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12572026-06-22T19:25:58.031Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12582026-06-22T19:25:58.031Z Checking tinyvec_macros v0.1.1
12592026-06-22T19:25:58.031Z Compiling convert_case v0.4.0
12602026-06-22T19:25:58.031Z Compiling rustix v0.38.44
12612026-06-22T19:25:58.031Z Compiling proc-macro-error2 v2.0.1
12622026-06-22T19:25:58.072Z Compiling derive_more v0.99.20
12632026-06-22T19:25:58.114Z Checking tinyvec v1.10.0
12642026-06-22T19:25:58.133Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12652026-06-22T19:25:58.349Z Checking num_enum v0.5.11
12662026-06-22T19:25:58.377Z Compiling libz-sys v1.1.22
12672026-06-22T19:25:58.563Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12682026-06-22T19:25:58.608Z Compiling crc32fast v1.5.0
12692026-06-22T19:25:58.753Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12702026-06-22T19:25:58.893Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12712026-06-22T19:25:58.904Z Compiling tabled_derive v0.11.0
12722026-06-22T19:25:59.327Z Compiling usdt-macro v0.5.0
12732026-06-22T19:25:59.424Z Compiling usdt-attr-macro v0.5.0
12742026-06-22T19:25:59.557Z Compiling zone_cfg_derive v0.3.1
12752026-06-22T19:25:59.855Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12762026-06-22T19:25:59.994Z Checking papergrid v0.17.0
12772026-06-22T19:26:00.051Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12782026-06-22T19:26:00.161Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12792026-06-22T19:26:00.207Z Checking itertools v0.12.1
12802026-06-22T19:26:00.305Z Checking testing_table v0.3.0
12812026-06-22T19:26:00.337Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12822026-06-22T19:26:00.387Z Checking memmap v0.7.0
12832026-06-22T19:26:00.406Z Checking sigpipe v0.1.3
12842026-06-22T19:26:00.596Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12852026-06-22T19:26:00.664Z Checking adler2 v2.0.1
12862026-06-22T19:26:00.664Z Checking jiff v0.2.15
12872026-06-22T19:26:00.687Z Checking glob v0.3.3
12882026-06-22T19:26:00.728Z Checking miniz_oxide v0.8.9
12892026-06-22T19:26:00.748Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12902026-06-22T19:26:00.748Z Checking tabled v0.20.0
12912026-06-22T19:26:00.906Z Checking usdt v0.5.0
12922026-06-22T19:26:01.331Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12932026-06-22T19:26:01.423Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12942026-06-22T19:26:01.424Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12952026-06-22T19:26:01.424Z Checking zone v0.3.1
12962026-06-22T19:26:01.424Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12972026-06-22T19:26:01.467Z Checking smf v0.2.3
12982026-06-22T19:26:01.995Z Checking secrecy v0.10.3
12992026-06-22T19:26:02.024Z Checking bstr v1.12.0
13002026-06-22T19:26:02.025Z Checking whoami v1.6.1
13012026-06-22T19:26:02.025Z Checking flate2 v1.1.2
13022026-06-22T19:26:02.025Z Compiling curve25519-dalek v4.1.3
13032026-06-22T19:26:02.025Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13042026-06-22T19:26:02.025Z Checking hmac v0.12.1
13052026-06-22T19:26:02.025Z Compiling clang-sys v1.8.1
13062026-06-22T19:26:02.082Z Checking inout v0.1.4
13072026-06-22T19:26:02.097Z Checking hybrid-array v0.4.12
13082026-06-22T19:26:02.180Z Checking ff v0.13.1
13092026-06-22T19:26:02.290Z Compiling enum-as-inner v0.6.1
13102026-06-22T19:26:02.353Z Compiling semver v0.1.20
13112026-06-22T19:26:02.546Z Checking data-encoding v2.9.0
13122026-06-22T19:26:02.594Z Compiling rustc_version v0.1.7
13132026-06-22T19:26:02.767Z Checking group v0.13.0
13142026-06-22T19:26:02.835Z Checking cipher v0.4.4
13152026-06-22T19:26:02.851Z Checking hkdf v0.12.4
13162026-06-22T19:26:02.851Z Checking atomicwrites v0.4.4
13172026-06-22T19:26:02.899Z Compiling thiserror-impl-no-std v2.0.2
13182026-06-22T19:26:02.993Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13192026-06-22T19:26:03.030Z Checking universal-hash v0.5.1
13202026-06-22T19:26:03.031Z Checking crypto-bigint v0.5.5
13212026-06-22T19:26:03.031Z Compiling regress v0.11.1
13222026-06-22T19:26:03.128Z Checking half v2.7.1
13232026-06-22T19:26:03.158Z Compiling curve25519-dalek-derive v0.1.1
13242026-06-22T19:26:03.298Z Checking opaque-debug v0.3.1
13252026-06-22T19:26:03.353Z Checking indent_write v2.2.0
13262026-06-22T19:26:03.424Z Checking base16ct v0.2.0
13272026-06-22T19:26:03.905Z Checking ciborium-io v0.2.2
13282026-06-22T19:26:04.053Z Checking base64ct v1.8.0
13292026-06-22T19:26:04.053Z Checking ciborium-ll v0.2.2
13302026-06-22T19:26:04.053Z Checking password-hash v0.5.0
13312026-06-22T19:26:04.053Z Checking poly1305 v0.8.0
13322026-06-22T19:26:04.501Z Checking chacha20 v0.9.1
13332026-06-22T19:26:04.501Z Compiling newtype_derive v0.1.6
13342026-06-22T19:26:04.501Z Checking thiserror-no-std v2.0.2
13352026-06-22T19:26:04.501Z Checking elliptic-curve v0.13.8
13362026-06-22T19:26:04.501Z Checking block-buffer v0.12.0
13372026-06-22T19:26:04.524Z Checking crypto-common v0.2.2
13382026-06-22T19:26:04.525Z Checking similar v2.7.0
13392026-06-22T19:26:04.525Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13402026-06-22T19:26:04.525Z Checking blake2 v0.10.6
13412026-06-22T19:26:04.525Z Checking aead v0.5.2
13422026-06-22T19:26:04.525Z Compiling libloading v0.8.9
13432026-06-22T19:26:04.525Z Compiling owo-colors v4.3.0
13442026-06-22T19:26:04.525Z Checking compression-core v0.4.32
13452026-06-22T19:26:04.556Z Compiling typify-impl v0.6.2
13462026-06-22T19:26:04.598Z Compiling bindgen v0.72.1
13472026-06-22T19:26:04.619Z Checking resolv-conf v0.7.5
13482026-06-22T19:26:04.783Z Checking const-oid v0.10.2
13492026-06-22T19:26:04.879Z Checking keccak v0.1.6
13502026-06-22T19:26:04.879Z Checking linked-hash-map v0.5.6
13512026-06-22T19:26:04.879Z Checking digest v0.11.3
13522026-06-22T19:26:04.910Z Checking compression-codecs v0.4.32
13532026-06-22T19:26:04.910Z Checking sha3 v0.10.8
13542026-06-22T19:26:04.967Z Checking lru-cache v0.1.2
13552026-06-22T19:26:04.987Z Checking chacha20poly1305 v0.10.1
13562026-06-22T19:26:05.068Z Checking argon2 v0.5.3
13572026-06-22T19:26:05.095Z Checking vsss-rs v3.3.4
13582026-06-22T19:26:05.168Z Checking ciborium v0.2.2
13592026-06-22T19:26:05.239Z Checking hickory-proto v0.24.4
13602026-06-22T19:26:05.303Z Checking tokio-dtrace v0.1.1
13612026-06-22T19:26:05.529Z Compiling cexpr v0.6.0
13622026-06-22T19:26:05.595Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13632026-06-22T19:26:05.942Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13642026-06-22T19:26:06.468Z Checking serde-big-array v0.5.1
13652026-06-22T19:26:06.486Z Compiling derive-where v1.6.0
13662026-06-22T19:26:06.486Z Compiling serde_repr v0.1.20
13672026-06-22T19:26:06.486Z Checking toml_datetime v1.1.1+spec-1.1.0
13682026-06-22T19:26:06.486Z Compiling dropshot v0.17.1
13692026-06-22T19:26:06.508Z Checking same-file v1.0.6
13702026-06-22T19:26:06.593Z Checking siphasher v1.0.1
13712026-06-22T19:26:06.638Z Checking unicode-segmentation v1.12.0
13722026-06-22T19:26:07.098Z Checking cpufeatures v0.3.0
13732026-06-22T19:26:07.163Z Compiling shlex v1.3.0
13742026-06-22T19:26:07.163Z Checking sha1 v0.11.0
13752026-06-22T19:26:07.163Z Checking phf_shared v0.12.1
13762026-06-22T19:26:07.163Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13772026-06-22T19:26:07.163Z Checking walkdir v2.5.0
13782026-06-22T19:26:07.163Z Checking newline-converter v0.3.0
13792026-06-22T19:26:07.163Z Checking hickory-resolver v0.24.4
13802026-06-22T19:26:07.168Z Checking toml v1.1.2+spec-1.1.0
13812026-06-22T19:26:07.270Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13822026-06-22T19:26:08.014Z Checking oxide-tokio-rt v0.1.2
13832026-06-22T19:26:08.523Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13842026-06-22T19:26:08.523Z Checking async-compression v0.4.33
13852026-06-22T19:26:08.523Z Compiling progenitor-impl v0.10.0
13862026-06-22T19:26:08.523Z Compiling typify-macro v0.6.2
13872026-06-22T19:26:08.572Z Checking console v0.15.11
13882026-06-22T19:26:08.572Z Checking tokio-stream v0.1.17
13892026-06-22T19:26:08.572Z Compiling dropshot_endpoint v0.17.1
13902026-06-22T19:26:08.609Z Compiling pin-project-internal v1.1.10
13912026-06-22T19:26:08.780Z Compiling slog-dtrace v0.3.0
13922026-06-22T19:26:09.100Z Checking csv-core v0.1.12
13932026-06-22T19:26:09.209Z Compiling unicode-xid v0.2.6
13942026-06-22T19:26:09.220Z Compiling cancel-safe-futures v0.1.5
13952026-06-22T19:26:09.355Z Compiling chrono-tz v0.10.4
13962026-06-22T19:26:09.499Z Checking unicode-linebreak v0.1.5
13972026-06-22T19:26:09.654Z Checking smawk v0.3.2
13982026-06-22T19:26:09.708Z Checking swrite v0.1.0
13992026-06-22T19:26:09.708Z Checking unicode-width v0.1.14
14002026-06-22T19:26:09.708Z Checking foldhash v0.1.5
14012026-06-22T19:26:09.708Z Checking textwrap v0.16.2
14022026-06-22T19:26:09.748Z Checking pin-project v1.1.10
14032026-06-22T19:26:09.808Z Checking hashbrown v0.15.5
14042026-06-22T19:26:09.846Z Compiling const_format_proc_macros v0.2.34
14052026-06-22T19:26:09.895Z Checking csv v1.4.0
14062026-06-22T19:26:09.956Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14072026-06-22T19:26:10.126Z Compiling progenitor-macro v0.10.0
14082026-06-22T19:26:10.163Z Checking qorb v0.4.1
14092026-06-22T19:26:10.291Z Checking expectorate v1.2.0
14102026-06-22T19:26:10.348Z Checking phf v0.12.1
14112026-06-22T19:26:10.390Z Checking unicode-normalization v0.1.24
14122026-06-22T19:26:10.460Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-06-22T19:26:10.892Z Checking libsw-core v0.3.2
14142026-06-22T19:26:11.051Z Compiling libgit2-sys v0.17.0+1.8.1
14152026-06-22T19:26:11.827Z Compiling async-recursion v1.1.1
14162026-06-22T19:26:11.923Z Compiling snafu-derive v0.8.9
14172026-06-22T19:26:11.923Z Compiling cookie v0.18.1
14182026-06-22T19:26:11.923Z Compiling moka v0.12.11
14192026-06-22T19:26:11.923Z Checking fixedbitset v0.5.7
14202026-06-22T19:26:11.923Z Checking highway v1.3.0
14212026-06-22T19:26:11.923Z Checking fixedbitset v0.4.2
14222026-06-22T19:26:12.125Z Checking petgraph v0.6.5
14232026-06-22T19:26:12.137Z Checking petgraph v0.8.2
14242026-06-22T19:26:13.167Z Checking snafu v0.8.9
14252026-06-22T19:26:13.255Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14262026-06-22T19:26:13.412Z Checking libsw v3.5.0
14272026-06-22T19:26:13.672Z Checking olpc-cjson v0.1.4
14282026-06-22T19:26:13.672Z Checking const_format v0.2.34
14292026-06-22T19:26:13.672Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14302026-06-22T19:26:14.024Z Checking papergrid v0.11.0
14312026-06-22T19:26:14.024Z Compiling typify v0.6.2
14322026-06-22T19:26:14.354Z Checking globset v0.4.16
14332026-06-22T19:26:14.354Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14342026-06-22T19:26:14.354Z Checking gethostname v0.5.0
14352026-06-22T19:26:14.354Z Compiling tabled_derive v0.7.0
14362026-06-22T19:26:14.354Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-06-22T19:26:14.736Z Checking reqwest v0.13.2
14382026-06-22T19:26:14.736Z Checking progenitor v0.10.0
14392026-06-22T19:26:14.737Z Checking bcs v0.1.6
14402026-06-22T19:26:14.737Z Checking pem v3.0.5
14412026-06-22T19:26:14.737Z Checking serde_plain v1.0.2
14422026-06-22T19:26:14.842Z Checking linear-map v1.2.0
14432026-06-22T19:26:14.842Z Checking termtree v0.5.1
14442026-06-22T19:26:14.842Z Checking typed-path v0.9.3
14452026-06-22T19:26:14.842Z Checking crc8 v0.1.1
14462026-06-22T19:26:14.842Z Checking humantime v2.3.0
14472026-06-22T19:26:14.842Z Compiling signal-hook v0.4.4
14482026-06-22T19:26:14.842Z Checking tagptr v0.2.0
14492026-06-22T19:26:14.894Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-06-22T19:26:14.946Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-06-22T19:26:14.983Z Checking tabled v0.15.0
14522026-06-22T19:26:15.402Z Checking tough v0.20.0
14532026-06-22T19:26:15.508Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14542026-06-22T19:26:15.768Z Compiling progenitor-impl v0.14.0
14552026-06-22T19:26:16.223Z Checking steno v0.4.1
14562026-06-22T19:26:16.340Z Checking hickory-proto v0.25.2
14572026-06-22T19:26:17.081Z Compiling curl-sys v0.4.89+curl-8.20.0
14582026-06-22T19:26:17.223Z Compiling cargo-platform v0.1.9
14592026-06-22T19:26:17.312Z Compiling vergen v8.3.2
14602026-06-22T19:26:17.439Z Compiling fs-err v3.1.2
14612026-06-22T19:26:17.527Z Compiling cargo_metadata v0.18.1
14622026-06-22T19:26:17.775Z Checking progenitor-client v0.14.0
14632026-06-22T19:26:17.842Z Compiling progenitor-macro v0.14.0
14642026-06-22T19:26:18.041Z Checking hickory-resolver v0.25.2
14652026-06-22T19:26:18.102Z Checking dropshot-api-manager-types v0.7.2
14662026-06-22T19:26:18.102Z Checking sha2 v0.10.9
14672026-06-22T19:26:18.102Z Compiling blake3 v1.8.2
14682026-06-22T19:26:18.600Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14692026-06-22T19:26:18.799Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14702026-06-22T19:26:18.851Z Checking git-stub v1.0.0
14712026-06-22T19:26:19.000Z Compiling strum_macros v0.28.0
14722026-06-22T19:26:19.035Z Checking filetime v0.2.26
14732026-06-22T19:26:19.136Z Checking xattr v1.6.1
14742026-06-22T19:26:19.235Z Checking arrayref v0.3.9
14752026-06-22T19:26:19.295Z Checking constant_time_eq v0.3.1
14762026-06-22T19:26:19.435Z Compiling curl v0.4.50
14772026-06-22T19:26:19.702Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14782026-06-22T19:26:20.067Z Checking is_ci v1.2.0
14792026-06-22T19:26:20.126Z Checking arrayvec v0.7.6
14802026-06-22T19:26:20.126Z Checking supports-color v3.0.2
14812026-06-22T19:26:20.126Z Checking tar v0.4.45
14822026-06-22T19:26:20.448Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-06-22T19:26:20.525Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-06-22T19:26:20.733Z Checking strum v0.28.0
14852026-06-22T19:26:21.009Z Checking toml v0.7.8
14862026-06-22T19:26:21.115Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-06-22T19:26:21.115Z Checking git-stub-vcs v0.1.0
14882026-06-22T19:26:21.363Z Checking drift v0.2.0
14892026-06-22T19:26:21.598Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-06-22T19:26:21.598Z Checking kstat-rs v0.2.4
14912026-06-22T19:26:21.670Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-06-22T19:26:21.670Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14932026-06-22T19:26:21.670Z Checking topological-sort v0.2.2
14942026-06-22T19:26:21.718Z Checking omicron-zone-package v0.12.2
14952026-06-22T19:26:21.731Z Checking dropshot-api-manager v0.7.2
14962026-06-22T19:26:22.009Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-06-22T19:26:22.040Z Checking progenitor v0.14.0
14982026-06-22T19:26:22.040Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-06-22T19:26:22.094Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15002026-06-22T19:26:22.392Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-06-22T19:26:22.437Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-06-22T19:26:22.715Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15032026-06-22T19:26:22.751Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15042026-06-22T19:26:22.894Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15052026-06-22T19:26:23.045Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15062026-06-22T19:26:23.246Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-06-22T19:26:23.457Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-06-22T19:26:23.695Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15092026-06-22T19:26:23.804Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15102026-06-22T19:26:24.407Z Checking signal-hook-tokio v0.4.0
15112026-06-22T19:26:24.719Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15122026-06-22T19:26:24.719Z Checking scuffle v0.1.0
15132026-06-22T19:26:24.882Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15142026-06-22T19:26:25.053Z Checking iddqd v0.4.5
15152026-06-22T19:26:25.137Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15162026-06-22T19:26:25.406Z Checking internet-checksum v0.2.1
15172026-06-22T19:26:25.454Z Checking search_path v0.1.4
15182026-06-22T19:26:25.454Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15192026-06-22T19:26:25.563Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15202026-06-22T19:26:26.716Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15212026-06-22T19:26:27.122Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15222026-06-22T19:26:27.992Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15232026-06-22T19:26:28.074Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15242026-06-22T19:26:28.822Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-06-22T19:26:29.030Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15262026-06-22T19:26:29.162Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15272026-06-22T19:26:29.230Z Compiling git2 v0.19.0
15282026-06-22T19:26:29.692Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15292026-06-22T19:26:30.160Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15302026-06-22T19:26:31.491Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15312026-06-22T19:26:40.509Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-06-22T19:26:41.666Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15332026-06-22T19:26:46.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
15342026-06-22T19:26:46.791Z+ for feat in tofino_stub tofino_asic softnpu chaos
15352026-06-22T19:26:46.791Z+ cargo clippy --features tofino_asic -- --deny warnings
15362026-06-22T19:26:47.288Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15372026-06-22T19:26:47.329Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15382026-06-22T19:26:47.349Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15392026-06-22T19:26:47.349Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15402026-06-22T19:26:54.382Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15412026-06-22T19:26:54.382Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15422026-06-22T19:26:56.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.11s
15432026-06-22T19:26:57.065Z+ for feat in tofino_stub tofino_asic softnpu chaos
15442026-06-22T19:26:57.065Z+ cargo clippy --features softnpu -- --deny warnings
15452026-06-22T19:26:57.365Z Downloading crates ...
15462026-06-22T19:26:57.494Z Downloaded bitstruct v0.1.1
15472026-06-22T19:26:57.498Z Downloaded bitstruct_derive v0.1.0
15482026-06-22T19:26:57.498Z Downloaded typeid v1.0.3
15492026-06-22T19:26:57.504Z Downloaded radium v0.7.0
15502026-06-22T19:26:57.507Z Downloaded funty v2.0.0
15512026-06-22T19:26:57.511Z Downloaded serde_arrays v0.1.0
15522026-06-22T19:26:57.514Z Downloaded libloading v0.7.4
15532026-06-22T19:26:57.517Z Downloaded wyz v0.5.1
15542026-06-22T19:26:57.517Z Downloaded ascii v1.1.0
15552026-06-22T19:26:57.517Z Downloaded tap v1.0.1
15562026-06-22T19:26:57.529Z Downloaded num-bigint v0.4.6
15572026-06-22T19:26:57.535Z Downloaded erased-serde v0.4.8
15582026-06-22T19:26:57.545Z Downloaded bitvec v1.0.1
15592026-06-22T19:26:57.664Z Checking num-integer v0.1.46
15602026-06-22T19:26:57.747Z Checking num-complex v0.4.6
15612026-06-22T19:26:57.760Z Compiling radium v0.7.0
15622026-06-22T19:26:57.765Z Checking tap v1.0.1
15632026-06-22T19:26:57.772Z Checking funty v2.0.0
15642026-06-22T19:26:57.777Z Compiling typeid v1.0.3
15652026-06-22T19:26:57.780Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15662026-06-22T19:26:57.792Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-06-22T19:26:57.866Z Checking wyz v0.5.1
15682026-06-22T19:26:57.946Z Checking num-bigint v0.4.6
15692026-06-22T19:26:57.950Z Checking num-iter v0.1.45
15702026-06-22T19:26:57.994Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-06-22T19:26:58.007Z Compiling erased-serde v0.4.8
15722026-06-22T19:26:58.069Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-06-22T19:26:58.078Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-06-22T19:26:58.100Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-06-22T19:26:58.141Z Compiling bitstruct_derive v0.1.0
15762026-06-22T19:26:58.175Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-06-22T19:26:58.192Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-06-22T19:26:58.200Z Checking bitvec v1.0.1
15792026-06-22T19:26:58.203Z Checking ascii v1.1.0
15802026-06-22T19:26:58.224Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15812026-06-22T19:26:58.275Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-06-22T19:26:58.385Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15832026-06-22T19:26:58.403Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15842026-06-22T19:26:58.418Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15852026-06-22T19:26:58.418Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15862026-06-22T19:26:58.679Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15872026-06-22T19:26:58.685Z Checking serde_arrays v0.1.0
15882026-06-22T19:26:58.777Z Checking num-rational v0.4.2
15892026-06-22T19:26:58.786Z Checking bitstruct v0.1.1
15902026-06-22T19:26:58.790Z Checking libloading v0.7.4
15912026-06-22T19:26:58.828Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15922026-06-22T19:26:59.038Z Checking num v0.4.3
15932026-06-22T19:26:59.111Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-06-22T19:26:59.621Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15952026-06-22T19:26:59.909Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15962026-06-22T19:26:59.920Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15972026-06-22T19:27:00.100Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15982026-06-22T19:27:00.320Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-06-22T19:27:00.328Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-06-22T19:27:00.774Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-06-22T19:27:00.985Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16022026-06-22T19:27:00.985Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-06-22T19:27:01.007Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16042026-06-22T19:27:01.007Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16052026-06-22T19:27:01.358Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16062026-06-22T19:27:01.800Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16072026-06-22T19:27:02.603Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-06-22T19:27:04.812Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16092026-06-22T19:27:05.167Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16102026-06-22T19:27:06.019Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16112026-06-22T19:27:06.802Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16122026-06-22T19:27:06.918Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16132026-06-22T19:27:13.303Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16142026-06-22T19:27:14.575Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16152026-06-22T19:27:15.096Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16162026-06-22T19:27:19.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.32s
16172026-06-22T19:27:20.254Z+ for feat in tofino_stub tofino_asic softnpu chaos
16182026-06-22T19:27:20.254Z+ cargo clippy --features chaos -- --deny warnings
16192026-06-22T19:27:20.262Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16202026-06-22T19:27:20.262Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16212026-06-22T19:27:20.262Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16222026-06-22T19:27:27.162Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16232026-06-22T19:27:27.165Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16242026-06-22T19:27:29.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.99s
16252026-06-22T19:27:30.176Z+ banner fmt
16262026-06-22T19:27:30.181Z
16272026-06-22T19:27:30.181Z ###### # # #####
16282026-06-22T19:27:30.181Z # ## ## #
16292026-06-22T19:27:30.181Z ##### # ## # #
16302026-06-22T19:27:30.181Z # # # #
16312026-06-22T19:27:30.181Z # # # #
16322026-06-22T19:27:30.182Z # # # #
16332026-06-22T19:27:30.182Z
16342026-06-22T19:27:30.182Z+ cargo fmt -- --check
16352026-06-22T19:27:30.203Z+ banner test
16362026-06-22T19:27:30.208Z
16372026-06-22T19:27:30.209Z ##### ###### #### #####
16382026-06-22T19:27:30.209Z # # # #
16392026-06-22T19:27:30.209Z # ##### #### #
16402026-06-22T19:27:30.209Z # # # #
16412026-06-22T19:27:30.209Z # # # # #
16422026-06-22T19:27:30.209Z # ###### #### #
16432026-06-22T19:27:30.209Z
16442026-06-22T19:27:30.209Z+ for feat in tofino_stub tofino_asic softnpu chaos
16452026-06-22T19:27:30.209Z+ RUST_BACKTRACE=full
16462026-06-22T19:27:30.209Z+ cargo test --features tofino_stub --no-fail-fast
16472026-06-22T19:27:31.034Z Compiling unicode-ident v1.0.24
16482026-06-22T19:27:31.034Z Compiling cfg-if v1.0.4
16492026-06-22T19:27:31.039Z Compiling memchr v2.7.5
16502026-06-22T19:27:31.138Z Compiling serde_core v1.0.228
16512026-06-22T19:27:31.167Z Compiling itoa v1.0.15
16522026-06-22T19:27:31.575Z Compiling libc v0.2.186
16532026-06-22T19:27:31.575Z Compiling zmij v1.0.17
16542026-06-22T19:27:31.578Z Compiling libm v0.2.15
16552026-06-22T19:27:31.578Z Compiling proc-macro2 v1.0.106
16562026-06-22T19:27:31.578Z Compiling heck v0.5.0
16572026-06-22T19:27:31.578Z Compiling equivalent v1.0.2
16582026-06-22T19:27:31.578Z Compiling smallvec v1.15.1
16592026-06-22T19:27:31.641Z Compiling quote v1.0.46
16602026-06-22T19:27:31.679Z Compiling log v0.4.29
16612026-06-22T19:27:31.760Z Compiling iana-time-zone v0.1.64
16622026-06-22T19:27:32.215Z Compiling syn v2.0.118
16632026-06-22T19:27:32.222Z Compiling dyn-clone v1.0.20
16642026-06-22T19:27:32.222Z Compiling hashbrown v0.17.1
16652026-06-22T19:27:32.222Z Compiling stable_deref_trait v1.2.0
16662026-06-22T19:27:32.222Z Compiling pin-project-lite v0.2.16
16672026-06-22T19:27:32.222Z Compiling percent-encoding v2.3.2
16682026-06-22T19:27:32.222Z Compiling litemap v0.8.0
16692026-06-22T19:27:32.222Z Compiling writeable v0.6.1
16702026-06-22T19:27:32.222Z Compiling fnv v1.0.7
16712026-06-22T19:27:32.273Z Compiling icu_normalizer_data v2.0.0
16722026-06-22T19:27:32.308Z Compiling icu_properties_data v2.0.1
16732026-06-22T19:27:32.320Z Compiling regex-syntax v0.8.11
16742026-06-22T19:27:32.354Z Compiling form_urlencoded v1.2.2
16752026-06-22T19:27:32.373Z Compiling utf8_iter v1.0.4
16762026-06-22T19:27:32.438Z Compiling scopeguard v1.2.0
16772026-06-22T19:27:32.499Z Compiling num-traits v0.2.19
16782026-06-22T19:27:32.517Z Compiling getrandom v0.4.2
16792026-06-22T19:27:32.567Z Compiling lock_api v0.4.14
16802026-06-22T19:27:32.664Z Compiling aho-corasick v1.1.3
16812026-06-22T19:27:32.797Z Compiling semver v1.0.28
16822026-06-22T19:27:32.964Z Compiling serde_json v1.0.150
16832026-06-22T19:27:33.510Z Compiling indexmap v2.14.0
16842026-06-22T19:27:33.513Z Compiling byteorder v1.5.0
16852026-06-22T19:27:33.513Z Compiling ucd-trie v0.1.7
16862026-06-22T19:27:33.513Z Compiling futures-core v0.3.32
16872026-06-22T19:27:33.513Z Compiling uuid v1.23.3
16882026-06-22T19:27:33.513Z Compiling allocator-api2 v0.2.21
16892026-06-22T19:27:33.721Z Compiling foldhash v0.2.0
16902026-06-22T19:27:33.790Z Compiling regex-automata v0.4.13
16912026-06-22T19:27:33.803Z Compiling time-core v0.1.8
16922026-06-22T19:27:34.297Z Compiling num-conv v0.2.1
16932026-06-22T19:27:34.302Z Compiling hashbrown v0.16.1
16942026-06-22T19:27:34.302Z Compiling futures-sink v0.3.32
16952026-06-22T19:27:34.303Z Compiling time-macros v0.2.27
16962026-06-22T19:27:34.303Z Compiling ryu v1.0.20
16972026-06-22T19:27:34.303Z Compiling pretty-hex v0.4.1
16982026-06-22T19:27:34.385Z Compiling slab v0.4.11
16992026-06-22T19:27:34.576Z Compiling plain v0.2.3
17002026-06-22T19:27:34.621Z Compiling synstructure v0.13.2
17012026-06-22T19:27:34.670Z Compiling serde_derive_internals v0.29.1
17022026-06-22T19:27:34.682Z Compiling strsim v0.11.1
17032026-06-22T19:27:34.907Z Compiling futures-channel v0.3.32
17042026-06-22T19:27:35.019Z Compiling futures-task v0.3.32
17052026-06-22T19:27:35.070Z Compiling futures-io v0.3.32
17062026-06-22T19:27:35.128Z Compiling socket2 v0.6.4
17072026-06-22T19:27:35.158Z Compiling parking_lot_core v0.9.12
17082026-06-22T19:27:35.195Z Compiling signal-hook-registry v1.4.6
17092026-06-22T19:27:35.227Z Compiling thread-id v5.0.0
17102026-06-22T19:27:35.316Z Compiling mio v1.2.1
17112026-06-22T19:27:35.406Z Compiling parking_lot v0.12.5
17122026-06-22T19:27:35.855Z Compiling regex v1.12.4
17132026-06-22T19:27:35.865Z Compiling regress v0.10.5
17142026-06-22T19:27:35.865Z Compiling darling_core v0.21.3
17152026-06-22T19:27:35.865Z Compiling base64 v0.22.1
17162026-06-22T19:27:35.865Z Compiling bitflags v2.11.1
17172026-06-22T19:27:35.865Z Compiling serde_derive v1.0.228
17182026-06-22T19:27:35.865Z Compiling zerofrom-derive v0.1.6
17192026-06-22T19:27:35.910Z Compiling yoke-derive v0.8.0
17202026-06-22T19:27:35.979Z Compiling zerovec-derive v0.11.1
17212026-06-22T19:27:36.052Z Compiling displaydoc v0.2.5
17222026-06-22T19:27:36.341Z Compiling thiserror-impl v2.0.18
17232026-06-22T19:27:36.821Z Compiling schemars_derive v0.8.22
17242026-06-22T19:27:36.958Z Compiling tokio-macros v2.7.0
17252026-06-22T19:27:37.048Z Compiling zerocopy-derive v0.8.27
17262026-06-22T19:27:37.070Z Compiling zeroize_derive v1.4.3
17272026-06-22T19:27:37.614Z Compiling thiserror v2.0.18
17282026-06-22T19:27:37.729Z Compiling futures-macro v0.3.32
17292026-06-22T19:27:37.742Z Compiling zerofrom v0.1.6
17302026-06-22T19:27:37.748Z Compiling thiserror-impl v1.0.69
17312026-06-22T19:27:37.798Z Compiling tracing-attributes v0.1.30
17322026-06-22T19:27:37.867Z Compiling yoke v0.8.0
17332026-06-22T19:27:38.056Z Compiling zerovec v0.11.4
17342026-06-22T19:27:38.063Z Compiling zerotrie v0.2.2
17352026-06-22T19:27:38.327Z Compiling zerocopy v0.8.27
17362026-06-22T19:27:38.384Z Compiling pest v2.8.2
17372026-06-22T19:27:38.524Z Compiling serde v1.0.228
17382026-06-22T19:27:38.915Z Compiling tinystr v0.8.1
17392026-06-22T19:27:38.954Z Compiling potential_utf v0.1.3
17402026-06-22T19:27:39.052Z Compiling bytes v1.12.0
17412026-06-22T19:27:39.063Z Compiling serde_tokenstream v0.2.3
17422026-06-22T19:27:39.102Z Compiling icu_locale_core v2.0.0
17432026-06-22T19:27:39.119Z Compiling icu_collections v2.0.0
17442026-06-22T19:27:39.122Z Compiling chrono v0.4.45
17452026-06-22T19:27:39.344Z Compiling scroll_derive v0.13.1
17462026-06-22T19:27:39.473Z Compiling pest_meta v2.8.2
17472026-06-22T19:27:39.626Z Compiling icu_provider v2.0.0
17482026-06-22T19:27:39.678Z Compiling http v1.4.2
17492026-06-22T19:27:39.806Z Compiling async-trait v0.1.89
17502026-06-22T19:27:40.759Z Compiling icu_normalizer v2.0.0
17512026-06-22T19:27:40.871Z Compiling icu_properties v2.0.1
17522026-06-22T19:27:40.871Z Compiling pest_generator v2.8.2
17532026-06-22T19:27:40.871Z Compiling schemars v0.8.22
17542026-06-22T19:27:40.871Z Compiling scroll v0.13.0
17552026-06-22T19:27:40.871Z Compiling thiserror v1.0.69
17562026-06-22T19:27:40.871Z Compiling tokio v1.52.3
17572026-06-22T19:27:41.016Z Compiling openapiv3 v2.2.0
17582026-06-22T19:27:41.016Z Compiling daft-derive v0.1.5
17592026-06-22T19:27:41.016Z Compiling idna_adapter v1.2.1
17602026-06-22T19:27:41.075Z Compiling pest_derive v2.8.2
17612026-06-22T19:27:41.075Z Compiling idna v1.1.0
17622026-06-22T19:27:41.648Z Compiling goblin v0.10.1
17632026-06-22T19:27:41.981Z Compiling url v2.5.7
17642026-06-22T19:27:41.981Z Compiling dtrace-parser v0.3.0
17652026-06-22T19:27:42.095Z Compiling typify-impl v0.4.3
17662026-06-22T19:27:42.095Z Compiling darling_macro v0.21.3
17672026-06-22T19:27:42.808Z Compiling http-body v1.0.1
17682026-06-22T19:27:42.808Z Compiling ppv-lite86 v0.2.21
17692026-06-22T19:27:42.808Z Compiling serde_yaml v0.9.34+deprecated
17702026-06-22T19:27:42.808Z Compiling erased-serde v0.3.31
17712026-06-22T19:27:42.808Z Compiling darling v0.21.3
17722026-06-22T19:27:42.808Z Compiling openssl-macros v0.1.1
17732026-06-22T19:27:42.808Z Compiling getrandom v0.2.16
17742026-06-22T19:27:43.144Z Compiling ipnet v2.11.0
17752026-06-22T19:27:43.214Z Compiling atomic-waker v1.1.2
17762026-06-22T19:27:43.616Z Compiling httparse v1.10.1
17772026-06-22T19:27:43.656Z Compiling tower-layer v0.3.3
17782026-06-22T19:27:43.711Z Compiling tower-service v0.3.3
17792026-06-22T19:27:43.788Z Compiling untrusted v0.9.0
17802026-06-22T19:27:43.817Z Compiling anyhow v1.0.102
17812026-06-22T19:27:43.996Z Compiling dof v0.4.0
17822026-06-22T19:27:44.028Z Compiling try-lock v0.2.5
17832026-06-22T19:27:44.087Z Compiling want v0.3.1
17842026-06-22T19:27:44.119Z Compiling syn v1.0.109
17852026-06-22T19:27:44.181Z Compiling zeroize v1.8.1
17862026-06-22T19:27:44.199Z Compiling httpdate v1.0.3
17872026-06-22T19:27:44.381Z Compiling usdt-impl v0.6.0
17882026-06-22T19:27:44.865Z Compiling portable-atomic v1.11.1
17892026-06-22T19:27:45.087Z Compiling structmeta-derive v0.3.0
17902026-06-22T19:27:45.204Z Compiling async-stream-impl v0.3.6
17912026-06-22T19:27:45.348Z Compiling critical-section v1.2.0
17922026-06-22T19:27:45.697Z Compiling once_cell v1.21.3
17932026-06-22T19:27:45.898Z Compiling newtype-uuid-macros v0.1.0
17942026-06-22T19:27:45.926Z Compiling usdt-macro v0.6.0
17952026-06-22T19:27:46.118Z Compiling usdt-attr-macro v0.6.0
17962026-06-22T19:27:46.172Z Compiling structmeta v0.3.0
17972026-06-22T19:27:46.344Z Compiling strum_macros v0.26.4
17982026-06-22T19:27:46.700Z Compiling powerfmt v0.2.0
17992026-06-22T19:27:46.933Z Compiling deranged v0.5.3
18002026-06-22T19:27:47.337Z Compiling num_threads v0.1.7
18012026-06-22T19:27:47.460Z Compiling http-body-util v0.1.3
18022026-06-22T19:27:47.669Z Compiling omicron-workspace-hack v0.1.0
18032026-06-22T19:27:47.743Z Compiling dropshot_endpoint v0.16.7
18042026-06-22T19:27:47.763Z Compiling serde_urlencoded v0.7.1
18052026-06-22T19:27:47.995Z Compiling ref-cast-impl v1.0.25
18062026-06-22T19:27:48.030Z Compiling derive-ex v0.1.8
18072026-06-22T19:27:48.062Z Compiling typify-macro v0.4.3
18082026-06-22T19:27:48.062Z Compiling strum_macros v0.27.2
18092026-06-22T19:27:48.076Z Compiling sync_wrapper v1.0.2
18102026-06-22T19:27:48.171Z Compiling serde_with_macros v3.14.1
18112026-06-22T19:27:48.256Z Compiling subtle v2.6.1
18122026-06-22T19:27:48.496Z Compiling thread_local v1.1.9
18132026-06-22T19:27:48.974Z Compiling iri-string v0.7.8
18142026-06-22T19:27:48.978Z Compiling futures-util v0.3.32
18152026-06-22T19:27:49.379Z Compiling match_cfg v0.1.0
18162026-06-22T19:27:49.421Z Compiling rand_core v0.6.4
18172026-06-22T19:27:49.588Z Compiling test-strategy v0.4.3
18182026-06-22T19:27:49.629Z Compiling term v1.2.0
18192026-06-22T19:27:49.863Z Compiling typenum v1.20.1
18202026-06-22T19:27:50.057Z Compiling typify v0.4.3
18212026-06-22T19:27:50.475Z Compiling take_mut v0.2.2
18222026-06-22T19:27:50.478Z Compiling progenitor-impl v0.11.1
18232026-06-22T19:27:50.478Z Compiling parse-display-derive v0.10.0
18242026-06-22T19:27:50.478Z Compiling tracing-core v0.1.34
18252026-06-22T19:27:50.603Z Compiling toml_datetime v0.6.11
18262026-06-22T19:27:50.679Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-06-22T19:27:50.884Z Compiling tracing v0.1.41
18282026-06-22T19:27:50.918Z Compiling camino v1.2.3
18292026-06-22T19:27:51.090Z Compiling clap_derive v4.6.1
18302026-06-22T19:27:51.178Z Compiling encoding_rs v0.8.35
18312026-06-22T19:27:51.381Z Compiling fastrand v2.3.0
18322026-06-22T19:27:51.450Z Compiling mime v0.3.17
18332026-06-22T19:27:51.472Z Compiling cpufeatures v0.2.17
18342026-06-22T19:27:51.660Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18352026-06-22T19:27:52.682Z Compiling unicode-width v0.2.1
18362026-06-22T19:27:52.744Z Compiling errno v0.3.14
18372026-06-22T19:27:52.744Z Compiling hex v0.4.3
18382026-06-22T19:27:52.929Z Compiling generic-array v0.14.7
18392026-06-22T19:27:52.929Z Compiling ipnetwork v0.21.1
18402026-06-22T19:27:52.984Z Compiling crossbeam-utils v0.8.21
18412026-06-22T19:27:53.003Z Compiling tokio-util v0.7.16
18422026-06-22T19:27:53.023Z Compiling slog v2.8.2
18432026-06-22T19:27:53.356Z Compiling rustix v1.1.4
18442026-06-22T19:27:53.412Z Compiling getrandom v0.3.3
18452026-06-22T19:27:53.549Z Compiling winnow v0.7.14
18462026-06-22T19:27:53.595Z Compiling rand_core v0.9.3
18472026-06-22T19:27:53.656Z Compiling h2 v0.4.14
18482026-06-22T19:27:53.659Z Compiling progenitor-macro v0.11.1
18492026-06-22T19:27:53.689Z Compiling crypto-common v0.1.6
18502026-06-22T19:27:54.224Z Compiling oxnet v0.1.6
18512026-06-22T19:27:54.228Z Compiling itertools v0.14.0
18522026-06-22T19:27:54.573Z Compiling winnow v1.0.3
18532026-06-22T19:27:54.827Z Compiling num-derive v0.4.2
18542026-06-22T19:27:54.935Z Compiling toml_parser v1.1.2+spec-1.1.0
18552026-06-22T19:27:55.019Z Compiling serde_spanned v1.1.1
18562026-06-22T19:27:55.096Z Compiling spin v0.9.8
18572026-06-22T19:27:55.173Z Compiling debug-ignore v1.0.5
18582026-06-22T19:27:55.282Z Compiling toml_writer v1.1.1+spec-1.1.0
18592026-06-22T19:27:55.904Z Compiling rand_chacha v0.9.0
18602026-06-22T19:27:56.328Z Compiling rustls-pki-types v1.12.0
18612026-06-22T19:27:56.328Z Compiling quick-error v1.2.3
18622026-06-22T19:27:56.328Z Compiling hyper v1.10.1
18632026-06-22T19:27:56.328Z Compiling rand v0.9.3
18642026-06-22T19:27:56.337Z Compiling tabwriter v1.4.1
18652026-06-22T19:27:56.337Z Compiling async-stream v0.3.6
18662026-06-22T19:27:56.337Z Compiling waitgroup v0.1.2
18672026-06-22T19:27:56.337Z Compiling serde_path_to_error v0.1.20
18682026-06-22T19:27:56.337Z Compiling colored v3.1.1
18692026-06-22T19:27:56.380Z Compiling bit-vec v0.8.0
18702026-06-22T19:27:56.582Z Compiling lazy_static v1.5.0
18712026-06-22T19:27:56.641Z Compiling bit-set v0.8.0
18722026-06-22T19:27:56.674Z Compiling strum v0.26.3
18732026-06-22T19:27:56.691Z Compiling time v0.3.47
18742026-06-22T19:27:56.726Z Compiling ring v0.17.14
18752026-06-22T19:27:56.772Z Compiling toml_datetime v0.7.5+spec-1.1.0
18762026-06-22T19:27:56.782Z Compiling unarray v0.1.4
18772026-06-22T19:27:56.916Z Compiling hyper-util v0.1.20
18782026-06-22T19:27:57.148Z Compiling anstyle v1.0.14
18792026-06-22T19:27:57.437Z Compiling toml v0.9.12+spec-1.1.0
18802026-06-22T19:27:57.511Z Compiling crossbeam-channel v0.5.15
18812026-06-22T19:27:57.983Z Compiling macaddr v1.0.1
18822026-06-22T19:27:58.226Z Compiling utf8parse v0.2.2
18832026-06-22T19:27:58.296Z Compiling block-buffer v0.10.4
18842026-06-22T19:27:58.339Z Compiling anstyle-parse v1.0.0
18852026-06-22T19:27:58.456Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18862026-06-22T19:27:58.867Z Compiling ref-cast v1.0.25
18872026-06-22T19:27:58.876Z Compiling is_terminal_polyfill v1.70.1
18882026-06-22T19:27:58.876Z Compiling anstyle-query v1.1.4
18892026-06-22T19:27:58.876Z Compiling colorchoice v1.0.4
18902026-06-22T19:27:58.876Z Compiling digest v0.10.7
18912026-06-22T19:27:58.877Z Compiling strum v0.27.2
18922026-06-22T19:27:58.877Z Compiling is-terminal v0.4.16
18932026-06-22T19:27:58.877Z Compiling clap_lex v1.1.0
18942026-06-22T19:27:58.877Z Compiling anstream v1.0.0
18952026-06-22T19:27:58.877Z Compiling slog-term v2.9.2
18962026-06-22T19:27:58.877Z Compiling slog-json v2.6.1
18972026-06-22T19:27:58.877Z Compiling slog-async v2.8.0
18982026-06-22T19:27:58.877Z Compiling hostname v0.3.1
18992026-06-22T19:27:58.943Z Compiling slog-bunyan v2.5.0
19002026-06-22T19:27:58.991Z Compiling tower v0.5.2
19012026-06-22T19:27:59.003Z Compiling futures-executor v0.3.32
19022026-06-22T19:27:59.015Z Compiling instant v0.1.13
19032026-06-22T19:27:59.290Z Compiling futures v0.3.32
19042026-06-22T19:27:59.302Z Compiling aws-lc-sys v0.39.1
19052026-06-22T19:27:59.812Z Compiling tower-http v0.6.8
19062026-06-22T19:27:59.854Z Compiling untrusted v0.7.1
19072026-06-22T19:27:59.854Z Compiling openssl-sys v0.9.117
19082026-06-22T19:27:59.871Z Compiling aws-lc-rs v1.16.2
19092026-06-22T19:27:59.924Z Compiling memmap2 v0.9.8
19102026-06-22T19:28:00.981Z Compiling rustls-webpki v0.103.6
19112026-06-22T19:28:01.089Z Compiling foreign-types-shared v0.1.1
19122026-06-22T19:28:01.089Z Compiling foreign-types v0.3.2
19132026-06-22T19:28:01.354Z Compiling tempfile v3.27.0
19142026-06-22T19:28:02.329Z Compiling rustls v0.23.40
19152026-06-22T19:28:02.403Z Compiling openssl-probe v0.1.6
19162026-06-22T19:28:02.403Z Compiling openssl v0.10.81
19172026-06-22T19:28:02.824Z Compiling usdt v0.6.0
19182026-06-22T19:28:02.906Z Compiling either v1.15.0
19192026-06-22T19:28:03.138Z Compiling webpki-roots v1.0.2
19202026-06-22T19:28:03.270Z Compiling newtype-uuid v1.3.2
19212026-06-22T19:28:03.590Z Compiling daft v0.1.5
19222026-06-22T19:28:04.391Z Compiling native-tls v0.2.14
19232026-06-22T19:28:05.044Z Compiling tokio-rustls v0.26.4
19242026-06-22T19:28:05.054Z Compiling tokio-native-tls v0.3.1
19252026-06-22T19:28:05.054Z Compiling hyper-tls v0.6.0
19262026-06-22T19:28:05.054Z Compiling hyper-rustls v0.27.7
19272026-06-22T19:28:05.123Z Compiling reqwest v0.12.23
19282026-06-22T19:28:06.005Z Compiling rustls-webpki v0.102.8
19292026-06-22T19:28:06.152Z Compiling rustls-pemfile v2.2.0
19302026-06-22T19:28:06.361Z Compiling multer v3.1.0
19312026-06-22T19:28:06.674Z Compiling hostname v0.4.2
19322026-06-22T19:28:06.884Z Compiling rustls v0.22.4
19332026-06-22T19:28:06.934Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19342026-06-22T19:28:07.564Z Compiling terminal_size v0.4.3
19352026-06-22T19:28:07.666Z Compiling rand_chacha v0.3.1
19362026-06-22T19:28:08.031Z Compiling wait-timeout v0.2.1
19372026-06-22T19:28:08.463Z Compiling rusty-fork v0.3.0
19382026-06-22T19:28:08.629Z Compiling rand v0.8.5
19392026-06-22T19:28:08.838Z Compiling tokio-rustls v0.25.0
19402026-06-22T19:28:09.917Z Compiling sha1 v0.10.6
19412026-06-22T19:28:10.155Z Compiling rand_xorshift v0.4.0
19422026-06-22T19:28:10.733Z Compiling hubpack_derive v0.1.1
19432026-06-22T19:28:11.198Z Compiling proptest v1.8.0
19442026-06-22T19:28:12.170Z Compiling dropshot v0.16.7
19452026-06-22T19:28:12.263Z Compiling clap_builder v4.6.0
19462026-06-22T19:28:13.046Z Compiling serde_spanned v0.6.9
19472026-06-22T19:28:13.139Z Compiling prettyplease v0.2.37
19482026-06-22T19:28:13.243Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19492026-06-22T19:28:13.774Z Compiling clap v4.6.1
19502026-06-22T19:28:14.563Z Compiling progenitor-client v0.10.0
19512026-06-22T19:28:15.143Z Compiling progenitor-client v0.11.1
19522026-06-22T19:28:15.156Z Compiling serde_with v3.14.1
19532026-06-22T19:28:15.585Z Compiling progenitor v0.11.1
19542026-06-22T19:28:16.674Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19552026-06-22T19:28:16.701Z Compiling rustc-hash v2.1.1
19562026-06-22T19:28:16.954Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19572026-06-22T19:28:16.976Z Compiling iddqd v0.3.18
19582026-06-22T19:28:17.979Z Compiling backoff v0.4.0
19592026-06-22T19:28:18.071Z Compiling parse-display v0.10.0
19602026-06-22T19:28:18.504Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19612026-06-22T19:28:18.506Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19622026-06-22T19:28:18.507Z Compiling winnow v0.5.40
19632026-06-22T19:28:18.507Z Compiling toml_write v0.1.2
19642026-06-22T19:28:18.507Z Compiling toml_edit v0.22.27
19652026-06-22T19:28:19.807Z Compiling num-integer v0.1.46
19662026-06-22T19:28:20.006Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-06-22T19:28:20.292Z Compiling float-ord v0.3.2
19682026-06-22T19:28:20.436Z Compiling toml v0.8.23
19692026-06-22T19:28:23.832Z Compiling num-rational v0.4.2
19702026-06-22T19:28:23.950Z Compiling num-iter v0.1.45
19712026-06-22T19:28:24.474Z Compiling num-complex v0.4.6
19722026-06-22T19:28:24.874Z Compiling num v0.4.3
19732026-06-22T19:28:25.390Z Compiling toml_edit v0.19.15
19742026-06-22T19:28:26.889Z Compiling proc-macro-crate v1.3.1
19752026-06-22T19:28:28.567Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19762026-06-22T19:28:29.932Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-06-22T19:28:30.239Z Compiling zerocopy-derive v0.7.35
19782026-06-22T19:28:30.479Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19792026-06-22T19:28:31.127Z Compiling memoffset v0.9.1
19802026-06-22T19:28:31.142Z Compiling libscf-sys v1.2.0
19812026-06-22T19:28:31.200Z Compiling ingot-macros v0.1.1
19822026-06-22T19:28:31.284Z Compiling proc-macro-error-attr2 v2.0.0
19832026-06-22T19:28:32.061Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19842026-06-22T19:28:32.423Z Compiling proc-macro-error2 v2.0.1
19852026-06-22T19:28:32.752Z Compiling nix v0.30.1
19862026-06-22T19:28:33.726Z Compiling scroll_derive v0.12.1
19872026-06-22T19:28:33.795Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19882026-06-22T19:28:34.503Z Compiling tabled_derive v0.11.0
19892026-06-22T19:28:34.519Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19902026-06-22T19:28:36.943Z Compiling zerocopy v0.7.35
19912026-06-22T19:28:36.946Z Compiling num_enum_derive v0.7.5
19922026-06-22T19:28:37.092Z Compiling hubpack v0.1.2
19932026-06-22T19:28:37.157Z Compiling foreign-types-macros v0.2.3
19942026-06-22T19:28:37.322Z Compiling static_assertions v1.1.0
19952026-06-22T19:28:37.980Z Compiling glob v0.3.3
19962026-06-22T19:28:38.033Z Compiling proc-macro-error-attr v1.0.4
19972026-06-22T19:28:38.195Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19982026-06-22T19:28:38.423Z Compiling dtrace-parser v0.2.0
19992026-06-22T19:28:38.556Z Compiling bytecount v0.6.9
20002026-06-22T19:28:38.705Z Compiling proc-macro-error v1.0.4
20012026-06-22T19:28:38.715Z Compiling dof v0.3.0
20022026-06-22T19:28:39.385Z Compiling num_enum_derive v0.5.11
20032026-06-22T19:28:40.429Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20042026-06-22T19:28:40.983Z Compiling thread-id v4.2.2
20052026-06-22T19:28:41.114Z Compiling usdt-impl v0.5.0
20062026-06-22T19:28:41.662Z Compiling derive_more v0.99.20
20072026-06-22T19:28:42.074Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20082026-06-22T19:28:42.249Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20092026-06-22T19:28:42.749Z Compiling minimal-lexical v0.2.1
20102026-06-22T19:28:42.925Z Compiling usdt-macro v0.5.0
20112026-06-22T19:28:43.049Z Compiling nom v7.1.3
20122026-06-22T19:28:43.110Z Compiling usdt-attr-macro v0.5.0
20132026-06-22T19:28:43.487Z Compiling zone_cfg_derive v0.3.1
20142026-06-22T19:28:43.708Z Compiling papergrid v0.17.0
20152026-06-22T19:28:43.961Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20162026-06-22T19:28:44.021Z Compiling testing_table v0.3.0
20172026-06-22T19:28:44.186Z Compiling rustc_version v0.4.1
20182026-06-22T19:28:44.196Z Compiling crossbeam-epoch v0.9.18
20192026-06-22T19:28:44.394Z Compiling dropshot_endpoint v0.17.1
20202026-06-22T19:28:44.475Z Compiling adler2 v2.0.1
20212026-06-22T19:28:44.956Z Compiling crc32fast v1.5.0
20222026-06-22T19:28:44.961Z Compiling miniz_oxide v0.8.9
20232026-06-22T19:28:44.961Z Compiling enum-as-inner v0.6.1
20242026-06-22T19:28:44.961Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20252026-06-22T19:28:44.973Z Compiling tabled v0.20.0
20262026-06-22T19:28:45.234Z Compiling regress v0.11.1
20272026-06-22T19:28:45.312Z Compiling flate2 v1.1.2
20282026-06-22T19:28:45.568Z Compiling curve25519-dalek v4.1.3
20292026-06-22T19:28:45.760Z Compiling hybrid-array v0.4.12
20302026-06-22T19:28:45.948Z Compiling crossbeam-deque v0.8.6
20312026-06-22T19:28:46.085Z Compiling thiserror-impl-no-std v2.0.2
20322026-06-22T19:28:46.143Z Compiling curve25519-dalek-derive v0.1.1
20332026-06-22T19:28:46.266Z Compiling crypto-common v0.2.2
20342026-06-22T19:28:46.928Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20352026-06-22T19:28:46.981Z Compiling typify-impl v0.6.2
20362026-06-22T19:28:47.134Z Compiling block-buffer v0.12.0
20372026-06-22T19:28:47.222Z Compiling rayon-core v1.13.0
20382026-06-22T19:28:47.285Z Compiling clang-sys v1.8.1
20392026-06-22T19:28:47.344Z Compiling compression-core v0.4.32
20402026-06-22T19:28:47.526Z Compiling const-oid v0.10.2
20412026-06-22T19:28:47.725Z Compiling digest v0.11.3
20422026-06-22T19:28:47.767Z Compiling compression-codecs v0.4.32
20432026-06-22T19:28:47.801Z Compiling scroll v0.12.0
20442026-06-22T19:28:48.416Z Compiling hash32 v0.3.1
20452026-06-22T19:28:48.425Z Compiling toml_datetime v1.1.1+spec-1.1.0
20462026-06-22T19:28:48.425Z Compiling cpufeatures v0.3.0
20472026-06-22T19:28:48.425Z Compiling heapless v0.8.0
20482026-06-22T19:28:48.425Z Compiling sha1 v0.11.0
20492026-06-22T19:28:48.425Z Compiling goblin v0.8.2
20502026-06-22T19:28:48.425Z Compiling async-compression v0.4.33
20512026-06-22T19:28:48.425Z Compiling toml v1.1.2+spec-1.1.0
20522026-06-22T19:28:48.439Z Compiling ingot-types v0.1.2
20532026-06-22T19:28:48.572Z Compiling cobs v0.3.0
20542026-06-22T19:28:48.695Z Compiling libloading v0.8.9
20552026-06-22T19:28:48.791Z Compiling managed v0.8.0
20562026-06-22T19:28:48.837Z Compiling bitflags v1.3.2
20572026-06-22T19:28:48.899Z Compiling foreign-types-shared v0.3.1
20582026-06-22T19:28:48.923Z Compiling bindgen v0.72.1
20592026-06-22T19:28:48.998Z Compiling foreign-types v0.5.0
20602026-06-22T19:28:49.002Z Compiling smoltcp v0.11.0
20612026-06-22T19:28:49.088Z Compiling dropshot v0.17.1
20622026-06-22T19:28:49.321Z Compiling ingot v0.1.1
20632026-06-22T19:28:49.892Z Compiling postcard v1.1.3
20642026-06-22T19:28:50.885Z Compiling cexpr v0.6.0
20652026-06-22T19:28:50.905Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20662026-06-22T19:28:51.472Z Compiling num_enum v0.7.5
20672026-06-22T19:28:51.545Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20682026-06-22T19:28:51.675Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20692026-06-22T19:28:51.792Z Compiling camino-tempfile v1.4.1
20702026-06-22T19:28:51.874Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20712026-06-22T19:28:51.996Z Compiling serde_repr v0.1.20
20722026-06-22T19:28:52.043Z Compiling derive-where v1.6.0
20732026-06-22T19:28:52.163Z Compiling cstr-argument v0.1.2
20742026-06-22T19:28:52.272Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20752026-06-22T19:28:52.944Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20762026-06-22T19:28:53.187Z Compiling typify-macro v0.6.2
20772026-06-22T19:28:53.355Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20782026-06-22T19:28:53.555Z Compiling rayon v1.11.0
20792026-06-22T19:28:53.736Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20802026-06-22T19:28:53.869Z Compiling crucible-workspace-hack v0.1.0
20812026-06-22T19:28:54.494Z Compiling memmap v0.7.0
20822026-06-22T19:28:54.588Z Compiling tinyvec_macros v0.1.1
20832026-06-22T19:28:54.702Z Compiling tinyvec v1.10.0
20842026-06-22T19:28:54.720Z Compiling usdt v0.5.0
20852026-06-22T19:28:55.002Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20862026-06-22T19:28:55.292Z Compiling typify v0.6.2
20872026-06-22T19:28:55.489Z Compiling num_enum v0.5.11
20882026-06-22T19:28:55.806Z Compiling pin-project-internal v1.1.10
20892026-06-22T19:28:56.714Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20902026-06-22T19:28:56.921Z Compiling progenitor-impl v0.14.0
20912026-06-22T19:28:56.955Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20922026-06-22T19:28:57.012Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20932026-06-22T19:28:57.042Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20942026-06-22T19:28:57.179Z Compiling rustix v0.38.44
20952026-06-22T19:28:57.687Z Compiling itertools v0.12.1
20962026-06-22T19:28:57.741Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20972026-06-22T19:28:58.277Z Compiling progenitor-impl v0.10.0
20982026-06-22T19:28:58.307Z Compiling sigpipe v0.1.3
20992026-06-22T19:28:58.307Z Compiling jiff v0.2.15
21002026-06-22T19:28:58.307Z Compiling const_format_proc_macros v0.2.34
21012026-06-22T19:28:58.844Z Compiling zone v0.3.1
21022026-06-22T19:28:58.920Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21032026-06-22T19:28:59.033Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21042026-06-22T19:28:59.909Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21052026-06-22T19:29:00.430Z Compiling progenitor-macro v0.14.0
21062026-06-22T19:29:00.591Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21072026-06-22T19:29:00.986Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21082026-06-22T19:29:01.314Z Compiling progenitor-macro v0.10.0
21092026-06-22T19:29:01.526Z Compiling secrecy v0.10.3
21102026-06-22T19:29:01.605Z Compiling smf v0.2.3
21112026-06-22T19:29:01.702Z Compiling async-recursion v1.1.1
21122026-06-22T19:29:01.733Z Compiling snafu-derive v0.8.9
21132026-06-22T19:29:01.949Z Compiling bstr v1.12.0
21142026-06-22T19:29:02.402Z Compiling whoami v1.6.1
21152026-06-22T19:29:02.727Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-06-22T19:29:03.529Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21172026-06-22T19:29:04.094Z Compiling hmac v0.12.1
21182026-06-22T19:29:04.233Z Compiling inout v0.1.4
21192026-06-22T19:29:04.295Z Compiling ff v0.13.1
21202026-06-22T19:29:04.383Z Compiling data-encoding v2.9.0
21212026-06-22T19:29:04.765Z Compiling crc8 v0.1.1
21222026-06-22T19:29:04.872Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21232026-06-22T19:29:05.266Z Compiling group v0.13.0
21242026-06-22T19:29:05.638Z Compiling cipher v0.4.4
21252026-06-22T19:29:06.219Z Compiling hkdf v0.12.4
21262026-06-22T19:29:06.226Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21272026-06-22T19:29:06.672Z Compiling atomicwrites v0.4.4
21282026-06-22T19:29:06.676Z Compiling tokio-dtrace v0.1.1
21292026-06-22T19:29:06.747Z Compiling tabled_derive v0.7.0
21302026-06-22T19:29:07.128Z Compiling reqwest v0.13.2
21312026-06-22T19:29:07.133Z Compiling universal-hash v0.5.1
21322026-06-22T19:29:07.237Z Compiling crypto-bigint v0.5.5
21332026-06-22T19:29:07.270Z Compiling half v2.7.1
21342026-06-22T19:29:07.627Z Compiling base64ct v1.8.0
21352026-06-22T19:29:07.792Z Compiling indent_write v2.2.0
21362026-06-22T19:29:07.948Z Compiling opaque-debug v0.3.1
21372026-06-22T19:29:07.953Z Compiling base16ct v0.2.0
21382026-06-22T19:29:08.032Z Compiling ciborium-io v0.2.2
21392026-06-22T19:29:08.135Z Compiling ciborium-ll v0.2.2
21402026-06-22T19:29:08.148Z Compiling progenitor-client v0.14.0
21412026-06-22T19:29:08.385Z Compiling poly1305 v0.8.0
21422026-06-22T19:29:08.405Z Compiling password-hash v0.5.0
21432026-06-22T19:29:08.441Z Compiling elliptic-curve v0.13.8
21442026-06-22T19:29:09.076Z Compiling oxide-tokio-rt v0.1.2
21452026-06-22T19:29:09.297Z Compiling chacha20 v0.9.1
21462026-06-22T19:29:09.516Z Compiling similar v2.7.0
21472026-06-22T19:29:09.554Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21482026-06-22T19:29:09.733Z Compiling thiserror-no-std v2.0.2
21492026-06-22T19:29:10.546Z Compiling blake2 v0.10.6
21502026-06-22T19:29:10.976Z Compiling aead v0.5.2
21512026-06-22T19:29:10.996Z Compiling strum_macros v0.28.0
21522026-06-22T19:29:11.544Z Compiling linked-hash-map v0.5.6
21532026-06-22T19:29:11.549Z Compiling keccak v0.1.6
21542026-06-22T19:29:11.549Z Compiling resolv-conf v0.7.5
21552026-06-22T19:29:11.549Z Compiling sha3 v0.10.8
21562026-06-22T19:29:11.583Z Compiling lru-cache v0.1.2
21572026-06-22T19:29:11.783Z Compiling chacha20poly1305 v0.10.1
21582026-06-22T19:29:11.812Z Compiling argon2 v0.5.3
21592026-06-22T19:29:11.924Z Compiling vsss-rs v3.3.4
21602026-06-22T19:29:11.981Z Compiling progenitor v0.14.0
21612026-06-22T19:29:12.524Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21622026-06-22T19:29:12.528Z Compiling ciborium v0.2.2
21632026-06-22T19:29:12.528Z Compiling hickory-proto v0.24.4
21642026-06-22T19:29:12.873Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21652026-06-22T19:29:12.969Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21662026-06-22T19:29:13.332Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21672026-06-22T19:29:13.405Z Compiling serde-big-array v0.5.1
21682026-06-22T19:29:13.488Z Compiling siphasher v1.0.1
21692026-06-22T19:29:13.558Z Compiling same-file v1.0.6
21702026-06-22T19:29:13.673Z Compiling unicode-segmentation v1.12.0
21712026-06-22T19:29:13.739Z Compiling walkdir v2.5.0
21722026-06-22T19:29:14.025Z Compiling newline-converter v0.3.0
21732026-06-22T19:29:14.080Z Compiling phf_shared v0.12.1
21742026-06-22T19:29:14.110Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21752026-06-22T19:29:14.148Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21762026-06-22T19:29:14.221Z Compiling hickory-resolver v0.24.4
21772026-06-22T19:29:14.448Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-06-22T19:29:14.946Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21792026-06-22T19:29:16.056Z Compiling newtype_derive v0.1.6
21802026-06-22T19:29:16.145Z Compiling owo-colors v4.3.0
21812026-06-22T19:29:16.155Z Compiling tokio-stream v0.1.17
21822026-06-22T19:29:16.442Z Compiling console v0.15.11
21832026-06-22T19:29:16.616Z Compiling csv-core v0.1.12
21842026-06-22T19:29:16.699Z Compiling humantime v2.3.0
21852026-06-22T19:29:16.773Z Compiling termtree v0.5.1
21862026-06-22T19:29:16.902Z Compiling unicode-linebreak v0.1.5
21872026-06-22T19:29:17.382Z Compiling foldhash v0.1.5
21882026-06-22T19:29:17.385Z Compiling swrite v0.1.0
21892026-06-22T19:29:17.385Z Compiling smawk v0.3.2
21902026-06-22T19:29:17.385Z Compiling unicode-width v0.1.14
21912026-06-22T19:29:17.385Z Compiling hashbrown v0.15.5
21922026-06-22T19:29:17.385Z Compiling textwrap v0.16.2
21932026-06-22T19:29:17.438Z Compiling csv v1.4.0
21942026-06-22T19:29:17.447Z Compiling expectorate v1.2.0
21952026-06-22T19:29:17.916Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21962026-06-22T19:29:17.922Z Compiling qorb v0.4.1
21972026-06-22T19:29:17.922Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21982026-06-22T19:29:19.202Z Compiling phf v0.12.1
21992026-06-22T19:29:19.361Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
22002026-06-22T19:29:19.826Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
22012026-06-22T19:29:19.900Z Compiling pin-project v1.1.10
22022026-06-22T19:29:19.974Z Compiling unicode-normalization v0.1.24
22032026-06-22T19:29:20.014Z Compiling libz-sys v1.1.22
22042026-06-22T19:29:20.261Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22052026-06-22T19:29:21.205Z Compiling libsw-core v0.3.2
22062026-06-22T19:29:21.577Z Compiling fixedbitset v0.5.7
22072026-06-22T19:29:21.890Z Compiling fixedbitset v0.4.2
22082026-06-22T19:29:21.954Z Compiling highway v1.3.0
22092026-06-22T19:29:22.143Z Compiling petgraph v0.6.5
22102026-06-22T19:29:22.214Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-06-22T19:29:23.585Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-06-22T19:29:23.714Z Compiling petgraph v0.8.2
22132026-06-22T19:29:23.971Z Compiling progenitor v0.10.0
22142026-06-22T19:29:24.761Z Compiling libsw v3.5.0
22152026-06-22T19:29:25.772Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-06-22T19:29:25.777Z Compiling olpc-cjson v0.1.4
22172026-06-22T19:29:25.777Z Compiling libgit2-sys v0.17.0+1.8.1
22182026-06-22T19:29:25.783Z Compiling snafu v0.8.9
22192026-06-22T19:29:26.393Z Compiling chrono-tz v0.10.4
22202026-06-22T19:29:26.676Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-06-22T19:29:26.882Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-06-22T19:29:27.252Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22232026-06-22T19:29:27.787Z Compiling papergrid v0.11.0
22242026-06-22T19:29:27.814Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22252026-06-22T19:29:27.877Z Compiling strum v0.28.0
22262026-06-22T19:29:27.979Z Compiling globset v0.4.16
22272026-06-22T19:29:28.017Z Compiling const_format v0.2.34
22282026-06-22T19:29:28.106Z Compiling slog-dtrace v0.3.0
22292026-06-22T19:29:28.758Z Compiling cancel-safe-futures v0.1.5
22302026-06-22T19:29:28.763Z Compiling gethostname v0.5.0
22312026-06-22T19:29:28.809Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22322026-06-22T19:29:29.409Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22332026-06-22T19:29:29.603Z Compiling dropshot-api-manager-types v0.7.2
22342026-06-22T19:29:29.733Z Compiling bcs v0.1.6
22352026-06-22T19:29:29.991Z Compiling serde_plain v1.0.2
22362026-06-22T19:29:30.007Z Compiling cargo-platform v0.1.9
22372026-06-22T19:29:30.093Z Compiling pem v3.0.5
22382026-06-22T19:29:30.382Z Compiling linear-map v1.2.0
22392026-06-22T19:29:30.447Z Compiling typed-path v0.9.3
22402026-06-22T19:29:30.488Z Compiling tagptr v0.2.0
22412026-06-22T19:29:30.588Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-06-22T19:29:30.625Z Compiling moka v0.12.11
22432026-06-22T19:29:31.400Z Compiling tough v0.20.0
22442026-06-22T19:29:32.749Z Compiling cargo_metadata v0.18.1
22452026-06-22T19:29:32.824Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-06-22T19:29:34.074Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22472026-06-22T19:29:34.206Z Compiling tabled v0.15.0
22482026-06-22T19:29:34.282Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-06-22T19:29:35.169Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22502026-06-22T19:29:35.380Z Compiling git2 v0.19.0
22512026-06-22T19:29:36.900Z Compiling steno v0.4.1
22522026-06-22T19:29:37.693Z Compiling cookie v0.18.1
22532026-06-22T19:29:38.050Z Compiling hickory-proto v0.25.2
22542026-06-22T19:29:39.974Z Compiling hickory-resolver v0.25.2
22552026-06-22T19:29:40.697Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22562026-06-22T19:29:42.211Z Compiling vergen v8.3.2
22572026-06-22T19:29:44.420Z Compiling signal-hook v0.4.4
22582026-06-22T19:29:44.965Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22592026-06-22T19:29:45.437Z Compiling mockall_derive v0.14.0
22602026-06-22T19:29:45.541Z Compiling predicates-core v1.0.9
22612026-06-22T19:29:45.788Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22622026-06-22T19:29:45.875Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22632026-06-22T19:29:45.886Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22642026-06-22T19:29:45.985Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22652026-06-22T19:29:46.253Z Compiling sha2 v0.10.9
22662026-06-22T19:29:47.118Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22672026-06-22T19:29:47.977Z Compiling diff v0.1.13
22682026-06-22T19:29:48.008Z Compiling mockall v0.14.0
22692026-06-22T19:29:48.264Z Compiling yansi v1.0.1
22702026-06-22T19:29:48.542Z Compiling pretty_assertions v1.4.1
22712026-06-22T19:29:48.698Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22722026-06-22T19:29:49.188Z Compiling fs-err v3.1.2
22732026-06-22T19:29:49.552Z Compiling predicates-tree v1.0.12
22742026-06-22T19:29:49.575Z Compiling predicates v3.1.3
22752026-06-22T19:29:50.265Z Compiling git-stub v1.0.0
22762026-06-22T19:29:50.558Z Compiling filetime v0.2.26
22772026-06-22T19:29:50.568Z Compiling downcast v0.11.0
22782026-06-22T19:29:50.772Z Compiling xattr v1.6.1
22792026-06-22T19:29:50.795Z Compiling constant_time_eq v0.3.1
22802026-06-22T19:29:51.292Z Compiling arrayref v0.3.9
22812026-06-22T19:29:51.296Z Compiling is_ci v1.2.0
22822026-06-22T19:29:51.296Z Compiling fragile v2.0.1
22832026-06-22T19:29:51.296Z Compiling arrayvec v0.7.6
22842026-06-22T19:29:51.296Z Compiling blake3 v1.8.2
22852026-06-22T19:29:51.299Z Compiling supports-color v3.0.2
22862026-06-22T19:29:51.487Z Compiling tar v0.4.45
22872026-06-22T19:29:51.625Z Compiling toml v0.7.8
22882026-06-22T19:29:51.867Z Compiling git-stub-vcs v0.1.0
22892026-06-22T19:29:52.306Z Compiling curl-sys v0.4.89+curl-8.20.0
22902026-06-22T19:29:52.527Z Compiling signal-hook-tokio v0.4.0
22912026-06-22T19:29:52.823Z Compiling scuffle v0.1.0
22922026-06-22T19:29:53.766Z Compiling drift v0.2.0
22932026-06-22T19:29:54.392Z Compiling kstat-rs v0.2.4
22942026-06-22T19:29:54.534Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22952026-06-22T19:29:54.719Z Compiling topological-sort v0.2.2
22962026-06-22T19:29:54.858Z Compiling hex-literal v1.1.0
22972026-06-22T19:29:54.912Z Compiling omicron-zone-package v0.12.2
22982026-06-22T19:29:54.953Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22992026-06-22T19:29:54.984Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
23002026-06-22T19:29:55.890Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23012026-06-22T19:29:57.281Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
23022026-06-22T19:29:57.329Z Compiling dropshot-api-manager v0.7.2
23032026-06-22T19:29:57.825Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23042026-06-22T19:29:58.226Z Compiling curl v0.4.50
23052026-06-22T19:29:58.453Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23062026-06-22T19:29:58.597Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23072026-06-22T19:29:58.848Z Compiling iddqd v0.4.5
23082026-06-22T19:29:59.087Z Compiling internet-checksum v0.2.1
23092026-06-22T19:29:59.252Z Compiling search_path v0.1.4
23102026-06-22T19:29:59.392Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23112026-06-22T19:29:59.643Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23122026-06-22T19:30:02.326Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23132026-06-22T19:30:04.327Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23142026-06-22T19:30:48.864Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 18s
23152026-06-22T19:30:48.989Z Running unittests src/lib.rs (target/debug/deps/aal-b9c1dbd16b4bb81e)
23162026-06-22T19:30:48.993Z
23172026-06-22T19:30:48.993Zrunning 5 tests
23182026-06-22T19:30:48.993Ztest fuse::tests::chip_revision_b1 ... ok
23192026-06-22T19:30:48.993Ztest fuse::tests::chip_revision_a0 ... ok
23202026-06-22T19:30:48.993Ztest fuse::tests::chip_revision_b0 ... ok
23212026-06-22T19:30:48.993Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23222026-06-22T19:30:48.993Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23232026-06-22T19:30:48.993Z
23242026-06-22T19:30:48.993Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23252026-06-22T19:30:48.993Z
23262026-06-22T19:30:48.993Z Running unittests src/lib.rs (target/debug/deps/aal_macros-4c686623beaa6cf1)
23272026-06-22T19:30:48.996Z
23282026-06-22T19:30:48.996Zrunning 0 tests
23292026-06-22T19:30:48.996Z
23302026-06-22T19:30:48.996Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23312026-06-22T19:30:48.996Z
23322026-06-22T19:30:48.996Z Running unittests src/lib.rs (target/debug/deps/asic-10ac56fd9cfdde48)
23332026-06-22T19:30:48.999Z
23342026-06-22T19:30:48.999Zrunning 0 tests
23352026-06-22T19:30:48.999Z
23362026-06-22T19:30:48.999Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23372026-06-22T19:30:48.999Z
23382026-06-22T19:30:48.999Z Running unittests src/lib.rs (target/debug/deps/common-5ae4189aa5f3ea76)
23392026-06-22T19:30:49.003Z
23402026-06-22T19:30:49.003Zrunning 10 tests
23412026-06-22T19:30:49.003Ztest nat::tests::test_vni ... ok
23422026-06-22T19:30:49.003Ztest network::tests::test_eui64 ... ok
23432026-06-22T19:30:49.003Ztest network::tests::test_equal ... ok
23442026-06-22T19:30:49.003Ztest network::tests::test_generate_ipv6_link_local ... ok
23452026-06-22T19:30:49.003Ztest network::tests::test_into ... ok
23462026-06-22T19:30:49.003Ztest network::tests::test_not_equal ... ok
23472026-06-22T19:30:49.003Ztest network::tests::test_to_string ... ok
23482026-06-22T19:30:49.003Ztest network::tests::test_parse ... ok
23492026-06-22T19:30:49.003Ztest test_purge ... ok
23502026-06-22T19:30:49.006Ztest illumos::test::address_exists_handles_missing_object ... ok
23512026-06-22T19:30:49.006Z
23522026-06-22T19:30:49.006Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23532026-06-22T19:30:49.006Z
23542026-06-22T19:30:49.006Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-49597960c99dcb1d)
23552026-06-22T19:30:49.011Z
23562026-06-22T19:30:49.011Zrunning 1 test
23572026-06-22T19:30:49.014Z -------
23582026-06-22T19:30:49.014Z Generating OpenAPI documents from API definitions ...
23592026-06-22T19:30:49.150Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23602026-06-22T19:30:49.217Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23612026-06-22T19:30:50.198Z -------
23622026-06-22T19:30:50.199Z Checking 12 OpenAPI documents...
23632026-06-22T19:30:50.199Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-06-22T19:30:50.199Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-06-22T19:30:50.199Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-06-22T19:30:50.202Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-06-22T19:30:50.202Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-06-22T19:30:50.202Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-06-22T19:30:50.202Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-06-22T19:30:50.202Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-06-22T19:30:50.202Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23722026-06-22T19:30:50.202Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23732026-06-22T19:30:50.202Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23742026-06-22T19:30:50.202Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23752026-06-22T19:30:50.202Z Fresh dpd "latest" symlink
23762026-06-22T19:30:50.202Z -------
23772026-06-22T19:30:50.202Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23782026-06-22T19:30:50.262Ztest test::test_apis_up_to_date ... ok
23792026-06-22T19:30:50.262Z
23802026-06-22T19:30:50.262Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s
23812026-06-22T19:30:50.262Z
23822026-06-22T19:30:50.316Z Running unittests src/main.rs (target/debug/deps/dpd-debfcc43fb6e578b)
23832026-06-22T19:30:50.319Z
23842026-06-22T19:30:50.319Zrunning 19 tests
23852026-06-22T19:30:50.319Ztest freemap::test_ordering ... ok
23862026-06-22T19:30:50.322Ztest config::tests::test_updates ... ok
23872026-06-22T19:30:50.322Ztest freemap::test_split ... ok
23882026-06-22T19:30:50.322Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23892026-06-22T19:30:50.322Ztest macaddrs::tests::test_mac_offset ... ok
23902026-06-22T19:30:50.322Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23912026-06-22T19:30:50.322Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23922026-06-22T19:30:50.322Ztest macaddrs::tests::test_parse_port_id ... ok
23932026-06-22T19:30:50.322Ztest nat::test_mapping ... ok
23942026-06-22T19:30:50.322Ztest port_map::tests::dump_map ... ok
23952026-06-22T19:30:50.322Ztest port_map::tests::test_backplane_group ... ok
23962026-06-22T19:30:50.322ZJun 22 19:30:49.487 DEBG created new freemapJun 22 19:30:49.487, unitDEBG: created new freemapfreemap_test
23972026-06-22T19:30:50.322Z, unit: freemap_test
23982026-06-22T19:30:50.322ZJun 22 19:30:49.488Jun 22 19:30:49.488 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
23992026-06-22T19:30:50.322Z
24002026-06-22T19:30:50.322ZJun 22 19:30:49.488Jun 22 19:30:49.488 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
24012026-06-22T19:30:50.322Z
24022026-06-22T19:30:50.322ZJun 22 19:30:49.488 DEBG created new freemap, unit: freemap_test
24032026-06-22T19:30:50.322ZJun 22 19:30:49.488 DEBG initted freemap. size: 128, unit: freemap_test
24042026-06-22T19:30:50.322ZJun 22 19:30:49.488 DEBG reset freemap, unit: freemap_test
24052026-06-22T19:30:50.322Ztest port_map::tests::test_port_map ... ok
24062026-06-22T19:30:50.322ZJun 22 19:30:49.488 DEBG created new freemap, unit: freemap_test
24072026-06-22T19:30:50.322ZJun 22 19:30:49.488 DEBG initted freemap. size: 128, unit: freemap_test
24082026-06-22T19:30:50.322ZJun 22 19:30:49.488 DEBG reset freemap, unit: freemap_test
24092026-06-22T19:30:50.322Ztest freemap::test_free ... ok
24102026-06-22T19:30:50.323Ztest freemap::test_exhaustion ... ok
24112026-06-22T19:30:50.323Ztest freemap::test_basic ... ok
24122026-06-22T19:30:50.323Ztest freemap::test_reclaim ... ok
24132026-06-22T19:30:50.323ZJun 22 19:30:49.488 DEBG created new freemap, unit: freemap_test
24142026-06-22T19:30:50.323ZJun 22 19:30:49.488 DEBG initted freemap. size: 128, unit: freemap_test
24152026-06-22T19:30:50.323ZJun 22 19:30:49.488 DEBG reset freemap, unit: freemap_test
24162026-06-22T19:30:50.325Ztest freemap::test_span ... ok
24172026-06-22T19:30:50.326Ztest api_server::tests::test_build_info ... ok
24182026-06-22T19:30:50.326Ztest port_map::tests::parse_softnpu_revision ... ok
24192026-06-22T19:30:50.326Z
24202026-06-22T19:30:50.326Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
24212026-06-22T19:30:50.326Z
24222026-06-22T19:30:50.326Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-d6474115b50a7296)
24232026-06-22T19:30:50.328Z
24242026-06-22T19:30:50.328Zrunning 0 tests
24252026-06-22T19:30:50.328Z
24262026-06-22T19:30:50.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24272026-06-22T19:30:50.329Z
24282026-06-22T19:30:50.329Z Running unittests src/lib.rs (target/debug/deps/dpd_api-1530d79e27af6f70)
24292026-06-22T19:30:50.331Z
24302026-06-22T19:30:50.331Zrunning 0 tests
24312026-06-22T19:30:50.331Z
24322026-06-22T19:30:50.331Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24332026-06-22T19:30:50.331Z
24342026-06-22T19:30:50.331Z Running unittests src/lib.rs (target/debug/deps/dpd_client-3dcc7ff4690e389f)
24352026-06-22T19:30:50.331Z
24362026-06-22T19:30:50.331Zrunning 6 tests
24372026-06-22T19:30:50.337Ztest tests::test_port_id_cmp ... ok
24382026-06-22T19:30:50.337Ztest tests::test_parse_client_port_id ... ok
24392026-06-22T19:30:50.337Ztest tests::test_full_lot_id_lot_only ... ok
24402026-06-22T19:30:50.337Ztest tests::test_full_lot_id_both_present ... ok
24412026-06-22T19:30:50.337Ztest tests::test_full_lot_id_neither_present ... ok
24422026-06-22T19:30:50.337Ztest tests::test_full_lot_id_lotnum_only ... ok
24432026-06-22T19:30:50.337Z
24442026-06-22T19:30:50.337Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24452026-06-22T19:30:50.337Z
24462026-06-22T19:30:50.337Z Running tests/test_all.rs (target/debug/deps/test_all-8650c86c84a5227e)
24472026-06-22T19:30:50.337Z
24482026-06-22T19:30:50.337Zrunning 0 tests
24492026-06-22T19:30:50.337Z
24502026-06-22T19:30:50.337Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24512026-06-22T19:30:50.338Z
24522026-06-22T19:30:50.338Z Running unittests src/lib.rs (target/debug/deps/dpd_types-0e9e491dc1e13060)
24532026-06-22T19:30:50.341Z
24542026-06-22T19:30:50.341Zrunning 0 tests
24552026-06-22T19:30:50.341Z
24562026-06-22T19:30:50.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24572026-06-22T19:30:50.341Z
24582026-06-22T19:30:50.341Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9ab1d5249b7bb4a4)
24592026-06-22T19:30:50.341Z
24602026-06-22T19:30:50.341Zrunning 0 tests
24612026-06-22T19:30:50.341Z
24622026-06-22T19:30:50.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24632026-06-22T19:30:50.341Z
24642026-06-22T19:30:50.341Z Running unittests src/lib.rs (target/debug/deps/packet-73bb290a0067f2d3)
24652026-06-22T19:30:50.341Z
24662026-06-22T19:30:50.341Zrunning 12 tests
24672026-06-22T19:30:50.341Ztest icmp::test_v6_checksum ... ok
24682026-06-22T19:30:50.341Ztest icmp::test_v4_checksum ... ok
24692026-06-22T19:30:50.341Ztest ipv6::test_ipv6_parse ... ok
24702026-06-22T19:30:50.341Ztest lldp::test_lldp_parse ... ok
24712026-06-22T19:30:50.341Ztest pbuf::test_byte ... ok
24722026-06-22T19:30:50.341Ztest pbuf::test_nibble ... ok
24732026-06-22T19:30:50.341Ztest pbuf::test_overflow ... ok
24742026-06-22T19:30:50.341Ztest pbuf::test_short ... ok
24752026-06-22T19:30:50.341Ztest pbuf::test_twelve ... ok
24762026-06-22T19:30:50.341Ztest pbuf::test_word ... ok
24772026-06-22T19:30:50.341Ztest tcp::test_checksum_syn_nodata ... ok
24782026-06-22T19:30:50.342Ztest tcp::test_checksum_ack_data ... ok
24792026-06-22T19:30:50.342Z
24802026-06-22T19:30:50.342Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24812026-06-22T19:30:50.342Z
24822026-06-22T19:30:50.342Z Running unittests src/lib.rs (target/debug/deps/pcap-93aeed5d468105dd)
24832026-06-22T19:30:50.345Z
24842026-06-22T19:30:50.345Zrunning 0 tests
24852026-06-22T19:30:50.345Z
24862026-06-22T19:30:50.345Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24872026-06-22T19:30:50.345Z
24882026-06-22T19:30:50.345Z Running unittests src/main.rs (target/debug/deps/swadm-c0b77f2303dba33e)
24892026-06-22T19:30:50.345Z
24902026-06-22T19:30:50.345Zrunning 5 tests
24912026-06-22T19:30:50.345Ztest switchport::test::test_compute_lanes ... ok
24922026-06-22T19:30:50.345Ztest switchport::test::port_id_ordering ... ok
24932026-06-22T19:30:50.350Z Lane 0 Lane 1 Lane 2 Lane 3
24942026-06-22T19:30:50.350Z Lane 0 State: Activated Activated ActivatedLane 1 ActivatedLane 2
24952026-06-22T19:30:50.350Z Rx Output Enabled: falseLane 3 false
24962026-06-22T19:30:50.350Z Rx Loss-of-lock: Yesfalse falseYes
24972026-06-22T19:30:50.350Z Yes Rx Output Status: valid Yes
24982026-06-22T19:30:50.350Zvalid Rx Loss-of-signal: Yes validYes valid
24992026-06-22T19:30:50.350ZYes Rx Loss-of-lock: true Yes
25002026-06-22T19:30:50.350Ztrue Rx CDR Enabled: Yes true Yestrue
25012026-06-22T19:30:50.350ZYes Rx Loss-of-signal: falseYes
25022026-06-22T19:30:50.350Zfalse Tx Enabled: Yes false Yesfalse
25032026-06-22T19:30:50.350ZYes Rx Auto-squelch Disable: trueYes
25042026-06-22T19:30:50.350Ztrue Tx Loss-of-lock: No Notrue true
25052026-06-22T19:30:50.350ZNo Tx Output Enabled: true No
25062026-06-22T19:30:50.350Ztrue true Tx Loss-of-signal: No trueNo
25072026-06-22T19:30:50.351Z No Tx Output Status: invalid invalidNo
25082026-06-22T19:30:50.351Zinvalid invalid
25092026-06-22T19:30:50.351Z Tx CDR Enabled: No Tx Loss-of-lock: false No falseNo No
25102026-06-22T19:30:50.351Zfalse Tx Adaptive EQ Fault: No falseNo
25112026-06-22T19:30:50.351Z Tx Loss-of-signal: true No trueNo
25122026-06-22T19:30:50.351Z true Tx Fault: Yes true
25132026-06-22T19:30:50.351ZYes Tx Auto-squelch Disable: false Yes Yes
25142026-06-22T19:30:50.351Zfalse false false
25152026-06-22T19:30:50.351Z Tx Adaptive EQ Fail: true true true true
25162026-06-22T19:30:50.351Z Tx Failure: false false false false
25172026-06-22T19:30:50.351Z Tx Force Squelch: true true true true
25182026-06-22T19:30:50.351Z Tx Input Polarity: normal normal normal normal
25192026-06-22T19:30:50.351Ztest switchport::test::test_print_sff_datapath ... ok
25202026-06-22T19:30:50.351Ztest switchport::test::test_print_cmis_datapath ... ok
25212026-06-22T19:30:50.351Ztest link::test_filter ... ok
25222026-06-22T19:30:50.351Z
25232026-06-22T19:30:50.351Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25242026-06-22T19:30:50.351Z
25252026-06-22T19:30:50.351Z Running tests/counters.rs (target/debug/deps/counters-6aca441930717fca)
25262026-06-22T19:30:50.351Z
25272026-06-22T19:30:50.351Zrunning 1 test
25282026-06-22T19:30:50.351Ztest test_p4_counter_list ... ignored
25292026-06-22T19:30:50.351Z
25302026-06-22T19:30:50.351Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25312026-06-22T19:30:50.351Z
25322026-06-22T19:30:50.351Z Running tests/port-link.rs (target/debug/deps/port_link-6765080f53268d8e)
25332026-06-22T19:30:50.355Z
25342026-06-22T19:30:50.355Zrunning 5 tests
25352026-06-22T19:30:50.355Ztest test_an ... ignored
25362026-06-22T19:30:50.355Ztest test_enable ... ignored
25372026-06-22T19:30:50.355Ztest test_ip_addresses ... ignored
25382026-06-22T19:30:50.355Ztest test_kr ... ignored
25392026-06-22T19:30:50.355Ztest test_mac ... ignored
25402026-06-22T19:30:50.355Z
25412026-06-22T19:30:50.355Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25422026-06-22T19:30:50.355Z
25432026-06-22T19:30:50.355Z Running unittests src/main.rs (target/debug/deps/tfportd-a974183f827b3f35)
25442026-06-22T19:30:50.359Z
25452026-06-22T19:30:50.359Zrunning 3 tests
25462026-06-22T19:30:50.359Ztest linklocal::test_parse_ipadm ... ok
25472026-06-22T19:30:50.359Ztest tfport::test_parse_tfport ... ok
25482026-06-22T19:30:50.359Ztest config::tests::test_updates ... ok
25492026-06-22T19:30:50.359Z
25502026-06-22T19:30:50.359Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25512026-06-22T19:30:50.359Z
25522026-06-22T19:30:50.359Z Running unittests src/main.rs (target/debug/deps/uplinkd-ac403d9215f7f9bc)
25532026-06-22T19:30:50.362Z
25542026-06-22T19:30:50.362Zrunning 0 tests
25552026-06-22T19:30:50.362Z
25562026-06-22T19:30:50.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25572026-06-22T19:30:50.362Z
25582026-06-22T19:30:50.362Z Running unittests src/main.rs (target/debug/deps/xtask-138c883fbd39bde2)
25592026-06-22T19:30:50.362Z
25602026-06-22T19:30:50.362Zrunning 0 tests
25612026-06-22T19:30:50.362Z
25622026-06-22T19:30:50.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25632026-06-22T19:30:50.362Z
25642026-06-22T19:30:50.362Z Doc-tests aal
25652026-06-22T19:30:50.485Z
25662026-06-22T19:30:50.485Zrunning 0 tests
25672026-06-22T19:30:50.485Z
25682026-06-22T19:30:50.485Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25692026-06-22T19:30:50.485Z
25702026-06-22T19:30:50.501Z Doc-tests aal_macros
25712026-06-22T19:30:50.568Z
25722026-06-22T19:30:50.568Zrunning 0 tests
25732026-06-22T19:30:50.568Z
25742026-06-22T19:30:50.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25752026-06-22T19:30:50.568Z
25762026-06-22T19:30:50.577Z Doc-tests common
25772026-06-22T19:30:50.802Z
25782026-06-22T19:30:50.802Zrunning 0 tests
25792026-06-22T19:30:50.802Z
25802026-06-22T19:30:50.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25812026-06-22T19:30:50.803Z
25822026-06-22T19:30:50.821Z Doc-tests dpd_api
25832026-06-22T19:30:51.545Z
25842026-06-22T19:30:51.546Zrunning 2 tests
25852026-06-22T19:30:51.546Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25862026-06-22T19:30:51.546Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25872026-06-22T19:30:51.546Z
25882026-06-22T19:30:51.546Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25892026-06-22T19:30:51.546Z
25902026-06-22T19:30:51.576Z Doc-tests dpd_client
25912026-06-22T19:30:52.849Z
25922026-06-22T19:30:52.849Zrunning 0 tests
25932026-06-22T19:30:52.849Z
25942026-06-22T19:30:52.850Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25952026-06-22T19:30:52.850Z
25962026-06-22T19:30:52.891Z Doc-tests dpd_types
25972026-06-22T19:30:53.103Z
25982026-06-22T19:30:53.103Zrunning 0 tests
25992026-06-22T19:30:53.103Z
26002026-06-22T19:30:53.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26012026-06-22T19:30:53.103Z
26022026-06-22T19:30:53.529Z Doc-tests dpd_types_versions
26032026-06-22T19:30:54.345Z
26042026-06-22T19:30:54.345Zrunning 1 test
26052026-06-22T19:30:54.345Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
26062026-06-22T19:30:54.345Z
26072026-06-22T19:30:54.345Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
26082026-06-22T19:30:54.345Z
26092026-06-22T19:30:54.385Z Doc-tests packet
26102026-06-22T19:30:54.497Z
26112026-06-22T19:30:54.497Zrunning 0 tests
26122026-06-22T19:30:54.497Z
26132026-06-22T19:30:54.497Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26142026-06-22T19:30:54.497Z
26152026-06-22T19:30:54.512Z Doc-tests pcap
26162026-06-22T19:30:54.565Z
26172026-06-22T19:30:54.565Zrunning 0 tests
26182026-06-22T19:30:54.565Z
26192026-06-22T19:30:54.565Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26202026-06-22T19:30:54.565Z
26212026-06-22T19:30:54.633Z+ for feat in tofino_stub tofino_asic softnpu chaos
26222026-06-22T19:30:54.633Z+ RUST_BACKTRACE=full
26232026-06-22T19:30:54.633Z+ cargo test --features tofino_asic --no-fail-fast
26242026-06-22T19:30:55.224Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
26252026-06-22T19:30:55.302Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
26262026-06-22T19:30:55.309Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
26272026-06-22T19:30:55.316Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
26282026-06-22T19:31:03.757Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
26292026-06-22T19:31:04.265Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26302026-06-22T19:31:44.113Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.43s
26312026-06-22T19:31:44.275Z Running unittests src/lib.rs (target/debug/deps/aal-b9c1dbd16b4bb81e)
26322026-06-22T19:31:44.303Z
26332026-06-22T19:31:44.304Zrunning 5 tests
26342026-06-22T19:31:44.304Ztest fuse::tests::chip_revision_a0 ... ok
26352026-06-22T19:31:44.304Ztest fuse::tests::chip_revision_b1 ... ok
26362026-06-22T19:31:44.304Ztest fuse::tests::chip_revision_b0 ... ok
26372026-06-22T19:31:44.304Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26382026-06-22T19:31:44.304Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26392026-06-22T19:31:44.304Z
26402026-06-22T19:31:44.304Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26412026-06-22T19:31:44.304Z
26422026-06-22T19:31:44.304Z Running unittests src/lib.rs (target/debug/deps/aal_macros-4c686623beaa6cf1)
26432026-06-22T19:31:44.304Z
26442026-06-22T19:31:44.304Zrunning 0 tests
26452026-06-22T19:31:44.304Z
26462026-06-22T19:31:44.304Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26472026-06-22T19:31:44.304Z
26482026-06-22T19:31:44.304Z Running unittests src/lib.rs (target/debug/deps/asic-f3751af418364ff8)
26492026-06-22T19:31:44.308Z
26502026-06-22T19:31:44.309Zrunning 8 tests
26512026-06-22T19:31:44.309Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26522026-06-22T19:31:44.309Ztest tofino_asic::qsfp::tests::fix_link ... ok
26532026-06-22T19:31:44.309Ztest tofino_asic::stats::constants_sanity_check ... ok
26542026-06-22T19:31:44.309Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26552026-06-22T19:31:44.309Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26562026-06-22T19:31:44.309Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26572026-06-22T19:31:44.329Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26582026-06-22T19:31:44.817Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26592026-06-22T19:31:44.817Z
26602026-06-22T19:31:44.817Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26612026-06-22T19:31:44.817Z
26622026-06-22T19:31:44.823Z Running unittests src/lib.rs (target/debug/deps/common-5ae4189aa5f3ea76)
26632026-06-22T19:31:44.823Z
26642026-06-22T19:31:44.823Zrunning 10 tests
26652026-06-22T19:31:44.823Ztest network::tests::test_equal ... ok
26662026-06-22T19:31:44.823Ztest network::tests::test_eui64 ... ok
26672026-06-22T19:31:44.823Ztest network::tests::test_generate_ipv6_link_local ... ok
26682026-06-22T19:31:44.823Ztest nat::tests::test_vni ... ok
26692026-06-22T19:31:44.823Ztest network::tests::test_into ... ok
26702026-06-22T19:31:44.824Ztest network::tests::test_not_equal ... ok
26712026-06-22T19:31:44.824Ztest network::tests::test_to_string ... ok
26722026-06-22T19:31:44.824Ztest network::tests::test_parse ... ok
26732026-06-22T19:31:44.824Ztest test_purge ... ok
26742026-06-22T19:31:44.824Ztest illumos::test::address_exists_handles_missing_object ... ok
26752026-06-22T19:31:44.824Z
26762026-06-22T19:31:44.824Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26772026-06-22T19:31:44.824Z
26782026-06-22T19:31:44.824Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-49597960c99dcb1d)
26792026-06-22T19:31:44.824Z
26802026-06-22T19:31:44.824Zrunning 1 test
26812026-06-22T19:31:44.824Z -------
26822026-06-22T19:31:44.824Z Generating OpenAPI documents from API definitions ...
26832026-06-22T19:31:44.961Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26842026-06-22T19:31:45.653Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26852026-06-22T19:31:46.050Z -------
26862026-06-22T19:31:46.051Z Checking 12 OpenAPI documents...
26872026-06-22T19:31:46.051Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26882026-06-22T19:31:46.051Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26892026-06-22T19:31:46.051Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26902026-06-22T19:31:46.051Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26912026-06-22T19:31:46.051Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26922026-06-22T19:31:46.051Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26932026-06-22T19:31:46.051Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26942026-06-22T19:31:46.051Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26952026-06-22T19:31:46.077Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26962026-06-22T19:31:46.077Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26972026-06-22T19:31:46.077Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
26982026-06-22T19:31:46.077Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
26992026-06-22T19:31:46.077Z Fresh dpd "latest" symlink
27002026-06-22T19:31:46.077Z -------
27012026-06-22T19:31:46.077Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
27022026-06-22T19:31:46.094Ztest test::test_apis_up_to_date ... ok
27032026-06-22T19:31:46.094Z
27042026-06-22T19:31:46.094Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
27052026-06-22T19:31:46.094Z
27062026-06-22T19:31:46.188Z Running unittests src/main.rs (target/debug/deps/dpd-6e31ba7b25b3cbcd)
27072026-06-22T19:31:46.237Z
27082026-06-22T19:31:46.237Zrunning 51 tests
27092026-06-22T19:31:46.274Ztest freemap::test_ordering ... ok
27102026-06-22T19:31:46.274Ztest config::tests::test_updates ... ok
27112026-06-22T19:31:46.274Ztest freemap::test_split ... ok
27122026-06-22T19:31:46.275Ztest dhcpv6::tests::test_create_duid_bytes ... ok
27132026-06-22T19:31:46.275Ztest macaddrs::tests::test_mac_offset ... ok
27142026-06-22T19:31:46.275Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
27152026-06-22T19:31:46.275Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
27162026-06-22T19:31:46.275Ztest macaddrs::tests::test_parse_port_id ... ok
27172026-06-22T19:31:46.275Ztest nat::test_mapping ... ok
27182026-06-22T19:31:46.275Ztest port_map::tests::dump_map ... ok
27192026-06-22T19:31:46.275Ztest port_map::tests::test_backplane_group ... ok
27202026-06-22T19:31:46.275Ztest port_map::tests::test_port_map ... ok
27212026-06-22T19:31:46.275ZJun 22 19:31:45.384Jun 22 19:31:45.384 DEBG Jun 22 19:31:45.384created new freemap DEBGDEBG created new freemapcreated new freemap, , unit, :unit :freemap_test
27222026-06-22T19:31:46.275Zfreemap_testunit
27232026-06-22T19:31:46.275Z: freemap_testJun 22 19:31:45.384
27242026-06-22T19:31:46.275Z DEBG initted freemap. size: 128, unit:Jun 22 19:31:45.384 freemap_testDEBGJun 22 19:31:45.384Jun 22 19:31:45.384
27252026-06-22T19:31:46.275Z DEBGDEBG Jun 22 19:31:45.384initted freemap. size: 128 initted freemap. size: 128, , unit :DEBGcreated new freemapunit : freemap_test reset freemapfreemap_test,
27262026-06-22T19:31:46.275Z
27272026-06-22T19:31:46.275Zunit: freemap_test, Jun 22 19:31:45.384
27282026-06-22T19:31:46.275Zunit DEBGJun 22 19:31:45.384 :DEBG reset freemapreset freemap, , freemap_testunitunit
27292026-06-22T19:31:46.275Z:: freemap_test
27302026-06-22T19:31:46.275Zfreemap_test
27312026-06-22T19:31:46.275ZJun 22 19:31:45.384 DEBG initted freemap. size: 128, unit: freemap_test
27322026-06-22T19:31:46.275ZJun 22 19:31:45.384 DEBG reset freemap, unit: freemap_test
27332026-06-22T19:31:46.275Ztest transceivers::mpn_test::test_mpn_missing ... ok
27342026-06-22T19:31:46.276Ztest freemap::test_exhaustion ... ok
27352026-06-22T19:31:46.276Ztest freemap::test_free ... ok
27362026-06-22T19:31:46.276Ztest freemap::test_basic ... ok
27372026-06-22T19:31:46.276Ztest freemap::test_reclaim ... ok
27382026-06-22T19:31:46.276Ztest transceivers::mpn_test::test_mpn_present ... ok
27392026-06-22T19:31:46.276Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27402026-06-22T19:31:46.276ZJun 22 19:31:45.384 DEBG created new freemap, unit: freemap_test
27412026-06-22T19:31:46.276ZJun 22 19:31:45.384 DEBG initted freemap. size: 128, unit: freemap_test
27422026-06-22T19:31:46.276ZJun 22 19:31:45.384 DEBG reset freemap, unit: freemap_test
27432026-06-22T19:31:46.276Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27442026-06-22T19:31:46.276Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27452026-06-22T19:31:46.276Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27462026-06-22T19:31:46.276Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27472026-06-22T19:31:46.276Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27482026-06-22T19:31:46.276Ztest freemap::test_span ... ok
27492026-06-22T19:31:46.276Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27502026-06-22T19:31:46.276Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27512026-06-22T19:31:46.276Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27522026-06-22T19:31:46.276Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27532026-06-22T19:31:46.276Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27542026-06-22T19:31:46.276Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27552026-06-22T19:31:46.276Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27562026-06-22T19:31:46.276Ztest api_server::tests::test_build_info ... ok
27572026-06-22T19:31:46.276Ztest port_map::tests::parse_softnpu_revision ... ok
27582026-06-22T19:31:46.277Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27592026-06-22T19:31:46.277Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27602026-06-22T19:31:46.277Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27612026-06-22T19:31:46.277Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27622026-06-22T19:31:46.277Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27632026-06-22T19:31:46.277Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27642026-06-22T19:31:46.277Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27652026-06-22T19:31:46.277Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27662026-06-22T19:31:46.277Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27672026-06-22T19:31:46.277Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27682026-06-22T19:31:46.277Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27692026-06-22T19:31:46.277Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27702026-06-22T19:31:46.277Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27712026-06-22T19:31:46.277Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27722026-06-22T19:31:46.277Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27732026-06-22T19:31:46.277Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27742026-06-22T19:31:46.277Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27752026-06-22T19:31:46.277Z
27762026-06-22T19:31:46.277Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27772026-06-22T19:31:46.277Z
27782026-06-22T19:31:46.277Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-5125f90b6f59cf3d)
27792026-06-22T19:31:46.277Z
27802026-06-22T19:31:46.277Zrunning 0 tests
27812026-06-22T19:31:46.278Z
27822026-06-22T19:31:46.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27832026-06-22T19:31:46.278Z
27842026-06-22T19:31:46.278Z Running unittests src/lib.rs (target/debug/deps/dpd_api-1530d79e27af6f70)
27852026-06-22T19:31:46.278Z
27862026-06-22T19:31:46.278Zrunning 0 tests
27872026-06-22T19:31:46.278Z
27882026-06-22T19:31:46.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27892026-06-22T19:31:46.278Z
27902026-06-22T19:31:46.278Z Running unittests src/lib.rs (target/debug/deps/dpd_client-fec094e8f49a8824)
27912026-06-22T19:31:46.344Z
27922026-06-22T19:31:46.344Zrunning 6 tests
27932026-06-22T19:31:46.344Ztest tests::test_full_lot_id_neither_present ... ok
27942026-06-22T19:31:46.344Ztest tests::test_full_lot_id_lotnum_only ... ok
27952026-06-22T19:31:46.344Ztest tests::test_full_lot_id_both_present ... ok
27962026-06-22T19:31:46.344Ztest tests::test_full_lot_id_lot_only ... ok
27972026-06-22T19:31:46.344Ztest tests::test_parse_client_port_id ... ok
27982026-06-22T19:31:46.344Ztest tests::test_port_id_cmp ... ok
27992026-06-22T19:31:46.344Z
28002026-06-22T19:31:46.344Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28012026-06-22T19:31:46.344Z
28022026-06-22T19:31:46.345Z Running tests/test_all.rs (target/debug/deps/test_all-12175598e116ad42)
28032026-06-22T19:31:46.345Z
28042026-06-22T19:31:46.345Zrunning 0 tests
28052026-06-22T19:31:46.345Z
28062026-06-22T19:31:46.345Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28072026-06-22T19:31:46.345Z
28082026-06-22T19:31:46.345Z Running unittests src/lib.rs (target/debug/deps/dpd_types-0e9e491dc1e13060)
28092026-06-22T19:31:46.345Z
28102026-06-22T19:31:46.345Zrunning 0 tests
28112026-06-22T19:31:46.345Z
28122026-06-22T19:31:46.346Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28132026-06-22T19:31:46.346Z
28142026-06-22T19:31:46.346Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9ab1d5249b7bb4a4)
28152026-06-22T19:31:46.346Z
28162026-06-22T19:31:46.346Zrunning 0 tests
28172026-06-22T19:31:46.346Z
28182026-06-22T19:31:46.346Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28192026-06-22T19:31:46.346Z
28202026-06-22T19:31:46.346Z Running unittests src/lib.rs (target/debug/deps/packet-73bb290a0067f2d3)
28212026-06-22T19:31:46.346Z
28222026-06-22T19:31:46.346Zrunning 12 tests
28232026-06-22T19:31:46.346Ztest icmp::test_v4_checksum ... ok
28242026-06-22T19:31:46.346Ztest icmp::test_v6_checksum ... ok
28252026-06-22T19:31:46.346Ztest pbuf::test_byte ... ok
28262026-06-22T19:31:46.346Ztest ipv6::test_ipv6_parse ... ok
28272026-06-22T19:31:46.346Ztest lldp::test_lldp_parse ... ok
28282026-06-22T19:31:46.346Ztest pbuf::test_nibble ... ok
28292026-06-22T19:31:46.346Ztest pbuf::test_short ... ok
28302026-06-22T19:31:46.346Ztest pbuf::test_overflow ... ok
28312026-06-22T19:31:46.346Ztest pbuf::test_twelve ... ok
28322026-06-22T19:31:46.347Ztest pbuf::test_word ... ok
28332026-06-22T19:31:46.347Ztest tcp::test_checksum_syn_nodata ... ok
28342026-06-22T19:31:46.347Ztest tcp::test_checksum_ack_data ... ok
28352026-06-22T19:31:46.347Z
28362026-06-22T19:31:46.347Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28372026-06-22T19:31:46.347Z
28382026-06-22T19:31:46.347Z Running unittests src/lib.rs (target/debug/deps/pcap-93aeed5d468105dd)
28392026-06-22T19:31:46.347Z
28402026-06-22T19:31:46.347Zrunning 0 tests
28412026-06-22T19:31:46.347Z
28422026-06-22T19:31:46.347Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28432026-06-22T19:31:46.347Z
28442026-06-22T19:31:46.347Z Running unittests src/main.rs (target/debug/deps/swadm-68fbe303245f0a55)
28452026-06-22T19:31:46.347Z
28462026-06-22T19:31:46.347Zrunning 5 tests
28472026-06-22T19:31:46.347Ztest switchport::test::test_compute_lanes ... ok
28482026-06-22T19:31:46.347Ztest switchport::test::port_id_ordering ... ok
28492026-06-22T19:31:46.347Z Lane 0 Lane 1 Lane 2 Lane 3
28502026-06-22T19:31:46.347Z Lane 0 State: Activated ActivatedLane 1 ActivatedLane 2 Activated
28512026-06-22T19:31:46.347ZLane 3 Rx Output Enabled: false
28522026-06-22T19:31:46.347Zfalse false Rx Loss-of-lock: Yes falseYes
28532026-06-22T19:31:46.347Z Yes Rx Output Status: valid Yes
28542026-06-22T19:31:46.348Zvalid Rx Loss-of-signal: Yesvalid validYes
28552026-06-22T19:31:46.348Z Rx Loss-of-lock: true Yes trueYes
28562026-06-22T19:31:46.348Z Rx CDR Enabled: Yestrue trueYes
28572026-06-22T19:31:46.348Z Rx Loss-of-signal: falseYes Yes
28582026-06-22T19:31:46.348Zfalse Tx Enabled: Yesfalse falseYes
28592026-06-22T19:31:46.348Z YesRx Auto-squelch Disable: true Yestrue
28602026-06-22T19:31:46.348Z true Tx Loss-of-lock: No trueNo
28612026-06-22T19:31:46.348Z Tx Output Enabled: trueNo Notrue
28622026-06-22T19:31:46.348Z true Tx Loss-of-signal: No true
28632026-06-22T19:31:46.348ZNo Tx Output Status: invalid Noinvalid No
28642026-06-22T19:31:46.348Zinvalid Tx CDR Enabled: Noinvalid
28652026-06-22T19:31:46.348Z Tx Loss-of-lock: falseNo falseNo Nofalse
28662026-06-22T19:31:46.348Z Tx Adaptive EQ Fault: Nofalse
28672026-06-22T19:31:46.348ZNo Tx Loss-of-signal: trueNo trueNo
28682026-06-22T19:31:46.348Ztrue Tx Fault: Yestrue
28692026-06-22T19:31:46.348ZTx Auto-squelch Disable: falseYes false Yesfalse Yesfalse
28702026-06-22T19:31:46.348Z
28712026-06-22T19:31:46.348Z Tx Adaptive EQ Fail: true true true true
28722026-06-22T19:31:46.348Z Tx Failure: false false false false
28732026-06-22T19:31:46.348Z Tx Force Squelch: true true true true
28742026-06-22T19:31:46.348Z Tx Input Polarity: normal normal normal normal
28752026-06-22T19:31:46.348Ztest switchport::test::test_print_sff_datapath ... ok
28762026-06-22T19:31:46.349Ztest switchport::test::test_print_cmis_datapath ... ok
28772026-06-22T19:31:46.349Ztest link::test_filter ... ok
28782026-06-22T19:31:46.349Z
28792026-06-22T19:31:46.349Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28802026-06-22T19:31:46.349Z
28812026-06-22T19:31:46.349Z Running tests/counters.rs (target/debug/deps/counters-a75c142c81795c97)
28822026-06-22T19:31:46.349Z
28832026-06-22T19:31:46.349Zrunning 1 test
28842026-06-22T19:31:46.349Ztest test_p4_counter_list ... ignored
28852026-06-22T19:31:46.349Z
28862026-06-22T19:31:46.349Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28872026-06-22T19:31:46.349Z
28882026-06-22T19:31:46.349Z Running tests/port-link.rs (target/debug/deps/port_link-97b94e3724d0f152)
28892026-06-22T19:31:46.349Z
28902026-06-22T19:31:46.349Zrunning 5 tests
28912026-06-22T19:31:46.389Ztest test_an ... ignored
28922026-06-22T19:31:46.389Ztest test_enable ... ignored
28932026-06-22T19:31:46.389Ztest test_ip_addresses ... ignored
28942026-06-22T19:31:46.389Ztest test_kr ... ignored
28952026-06-22T19:31:46.389Ztest test_mac ... ignored
28962026-06-22T19:31:46.389Z
28972026-06-22T19:31:46.389Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28982026-06-22T19:31:46.389Z
28992026-06-22T19:31:46.389Z Running unittests src/main.rs (target/debug/deps/tfportd-df4afe59daf8c9d0)
29002026-06-22T19:31:46.390Z
29012026-06-22T19:31:46.390Zrunning 3 tests
29022026-06-22T19:31:46.390Ztest linklocal::test_parse_ipadm ... ok
29032026-06-22T19:31:46.390Ztest tfport::test_parse_tfport ... ok
29042026-06-22T19:31:46.390Ztest config::tests::test_updates ... ok
29052026-06-22T19:31:46.390Z
29062026-06-22T19:31:46.390Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29072026-06-22T19:31:46.390Z
29082026-06-22T19:31:46.390Z Running unittests src/main.rs (target/debug/deps/uplinkd-ac403d9215f7f9bc)
29092026-06-22T19:31:46.390Z
29102026-06-22T19:31:46.390Zrunning 0 tests
29112026-06-22T19:31:46.390Z
29122026-06-22T19:31:46.390Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29132026-06-22T19:31:46.390Z
29142026-06-22T19:31:46.390Z Running unittests src/main.rs (target/debug/deps/xtask-138c883fbd39bde2)
29152026-06-22T19:31:46.390Z
29162026-06-22T19:31:46.390Zrunning 0 tests
29172026-06-22T19:31:46.390Z
29182026-06-22T19:31:46.390Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29192026-06-22T19:31:46.390Z
29202026-06-22T19:31:46.391Z Doc-tests aal
29212026-06-22T19:31:46.440Z
29222026-06-22T19:31:46.440Zrunning 0 tests
29232026-06-22T19:31:46.441Z
29242026-06-22T19:31:46.441Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29252026-06-22T19:31:46.441Z
29262026-06-22T19:31:46.465Z Doc-tests aal_macros
29272026-06-22T19:31:46.511Z
29282026-06-22T19:31:46.511Zrunning 0 tests
29292026-06-22T19:31:46.511Z
29302026-06-22T19:31:46.511Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29312026-06-22T19:31:46.511Z
29322026-06-22T19:31:46.607Z Doc-tests common
29332026-06-22T19:31:46.891Z
29342026-06-22T19:31:46.891Zrunning 0 tests
29352026-06-22T19:31:46.891Z
29362026-06-22T19:31:46.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29372026-06-22T19:31:46.891Z
29382026-06-22T19:31:47.047Z Doc-tests dpd_api
29392026-06-22T19:31:47.538Z
29402026-06-22T19:31:47.538Zrunning 2 tests
29412026-06-22T19:31:47.538Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29422026-06-22T19:31:47.538Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29432026-06-22T19:31:47.538Z
29442026-06-22T19:31:47.538Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29452026-06-22T19:31:47.538Z
29462026-06-22T19:31:47.566Z Doc-tests dpd_client
29472026-06-22T19:31:48.832Z
29482026-06-22T19:31:48.832Zrunning 0 tests
29492026-06-22T19:31:48.832Z
29502026-06-22T19:31:48.832Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29512026-06-22T19:31:48.832Z
29522026-06-22T19:31:48.867Z Doc-tests dpd_types
29532026-06-22T19:31:49.155Z
29542026-06-22T19:31:49.156Zrunning 0 tests
29552026-06-22T19:31:49.156Z
29562026-06-22T19:31:49.156Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29572026-06-22T19:31:49.156Z
29582026-06-22T19:31:49.264Z Doc-tests dpd_types_versions
29592026-06-22T19:31:50.400Z
29602026-06-22T19:31:50.400Zrunning 1 test
29612026-06-22T19:31:50.400Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29622026-06-22T19:31:50.400Z
29632026-06-22T19:31:50.400Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29642026-06-22T19:31:50.400Z
29652026-06-22T19:31:50.912Z Doc-tests packet
29662026-06-22T19:31:51.070Z
29672026-06-22T19:31:51.070Zrunning 0 tests
29682026-06-22T19:31:51.070Z
29692026-06-22T19:31:51.070Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29702026-06-22T19:31:51.071Z
29712026-06-22T19:31:51.071Z Doc-tests pcap
29722026-06-22T19:31:51.071Z
29732026-06-22T19:31:51.071Zrunning 0 tests
29742026-06-22T19:31:51.071Z
29752026-06-22T19:31:51.071Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29762026-06-22T19:31:51.071Z
29772026-06-22T19:31:51.071Z+ for feat in tofino_stub tofino_asic softnpu chaos
29782026-06-22T19:31:51.071Z+ RUST_BACKTRACE=full
29792026-06-22T19:31:51.071Z+ cargo test --features softnpu --no-fail-fast
29802026-06-22T19:31:51.258Z Compiling num-integer v0.1.46
29812026-06-22T19:31:51.318Z Compiling num-complex v0.4.6
29822026-06-22T19:31:51.329Z Compiling bitstruct_derive v0.1.0
29832026-06-22T19:31:51.371Z Compiling tap v1.0.1
29842026-06-22T19:31:51.485Z Compiling wyz v0.5.1
29852026-06-22T19:31:51.591Z Compiling num-iter v0.1.45
29862026-06-22T19:31:51.629Z Compiling num-rational v0.4.2
29872026-06-22T19:31:51.686Z Compiling num-bigint v0.4.6
29882026-06-22T19:31:51.793Z Compiling radium v0.7.0
29892026-06-22T19:31:51.898Z Compiling funty v2.0.0
29902026-06-22T19:31:51.898Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29912026-06-22T19:31:52.011Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29922026-06-22T19:31:52.094Z Compiling num v0.4.3
29932026-06-22T19:31:52.094Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29942026-06-22T19:31:52.094Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29952026-06-22T19:31:52.194Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29962026-06-22T19:31:52.247Z Compiling bitvec v1.0.1
29972026-06-22T19:31:52.247Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29982026-06-22T19:31:52.348Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29992026-06-22T19:31:52.465Z Compiling typeid v1.0.3
30002026-06-22T19:31:52.465Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30012026-06-22T19:31:52.496Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30022026-06-22T19:31:52.496Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30032026-06-22T19:31:52.799Z Compiling ascii v1.1.0
30042026-06-22T19:31:54.058Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30052026-06-22T19:31:54.215Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30062026-06-22T19:31:54.215Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30072026-06-22T19:31:54.215Z Compiling erased-serde v0.4.8
30082026-06-22T19:31:54.215Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
30092026-06-22T19:31:54.215Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30102026-06-22T19:31:54.215Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
30112026-06-22T19:31:54.215Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
30122026-06-22T19:31:54.215Z Compiling bitstruct v0.1.1
30132026-06-22T19:31:58.120Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
30142026-06-22T19:31:58.376Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30152026-06-22T19:31:58.376Z Compiling serde_arrays v0.1.0
30162026-06-22T19:31:58.376Z Compiling libloading v0.7.4
30172026-06-22T19:31:58.376Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30182026-06-22T19:31:58.376Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
30192026-06-22T19:31:58.376Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30202026-06-22T19:31:58.377Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
30212026-06-22T19:31:58.377Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30222026-06-22T19:31:58.484Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
30232026-06-22T19:32:03.348Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30242026-06-22T19:32:03.568Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
30252026-06-22T19:32:03.568Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30262026-06-22T19:32:03.571Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30272026-06-22T19:32:04.219Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
30282026-06-22T19:32:04.270Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30292026-06-22T19:32:05.220Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30302026-06-22T19:32:06.787Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30312026-06-22T19:32:08.755Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30322026-06-22T19:32:09.366Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30332026-06-22T19:32:10.682Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30342026-06-22T19:32:12.846Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30352026-06-22T19:32:12.943Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30362026-06-22T19:32:13.455Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30372026-06-22T19:32:21.547Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30382026-06-22T19:32:23.498Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30392026-06-22T19:32:26.896Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30402026-06-22T19:33:07.852Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
30412026-06-22T19:33:07.968Z Running unittests src/lib.rs (target/debug/deps/aal-a086d2b84d6a518e)
30422026-06-22T19:33:08.173Z
30432026-06-22T19:33:08.173Zrunning 5 tests
30442026-06-22T19:33:08.173Ztest fuse::tests::chip_revision_a0 ... ok
30452026-06-22T19:33:08.173Ztest fuse::tests::chip_revision_b1 ... ok
30462026-06-22T19:33:08.173Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30472026-06-22T19:33:08.173Ztest fuse::tests::chip_revision_b0 ... ok
30482026-06-22T19:33:08.173Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30492026-06-22T19:33:08.173Z
30502026-06-22T19:33:08.173Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30512026-06-22T19:33:08.173Z
30522026-06-22T19:33:08.173Z Running unittests src/lib.rs (target/debug/deps/aal_macros-4c686623beaa6cf1)
30532026-06-22T19:33:08.173Z
30542026-06-22T19:33:08.173Zrunning 0 tests
30552026-06-22T19:33:08.173Z
30562026-06-22T19:33:08.173Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30572026-06-22T19:33:08.173Z
30582026-06-22T19:33:08.173Z Running unittests src/lib.rs (target/debug/deps/asic-274170a8af9b35da)
30592026-06-22T19:33:08.173Z
30602026-06-22T19:33:08.173Zrunning 0 tests
30612026-06-22T19:33:08.174Z
30622026-06-22T19:33:08.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30632026-06-22T19:33:08.174Z
30642026-06-22T19:33:08.174Z Running unittests src/lib.rs (target/debug/deps/common-5ae4189aa5f3ea76)
30652026-06-22T19:33:08.174Z
30662026-06-22T19:33:08.174Zrunning 10 tests
30672026-06-22T19:33:08.174Ztest nat::tests::test_vni ... ok
30682026-06-22T19:33:08.174Ztest network::tests::test_equal ... ok
30692026-06-22T19:33:08.174Ztest network::tests::test_eui64 ... ok
30702026-06-22T19:33:08.174Ztest network::tests::test_into ... ok
30712026-06-22T19:33:08.174Ztest network::tests::test_not_equal ... ok
30722026-06-22T19:33:08.175Ztest network::tests::test_generate_ipv6_link_local ... ok
30732026-06-22T19:33:08.175Ztest network::tests::test_to_string ... ok
30742026-06-22T19:33:08.175Ztest network::tests::test_parse ... ok
30752026-06-22T19:33:08.175Ztest test_purge ... ok
30762026-06-22T19:33:08.175Ztest illumos::test::address_exists_handles_missing_object ... ok
30772026-06-22T19:33:08.175Z
30782026-06-22T19:33:08.175Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30792026-06-22T19:33:08.175Z
30802026-06-22T19:33:08.175Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9f3180db336059c1)
30812026-06-22T19:33:08.175Z
30822026-06-22T19:33:08.175Zrunning 1 test
30832026-06-22T19:33:08.176Z -------
30842026-06-22T19:33:08.176Z Generating OpenAPI documents from API definitions ...
30852026-06-22T19:33:08.225Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30862026-06-22T19:33:08.225Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30872026-06-22T19:33:09.186Z -------
30882026-06-22T19:33:09.186Z Checking 12 OpenAPI documents...
30892026-06-22T19:33:09.186Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30902026-06-22T19:33:09.186Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30912026-06-22T19:33:09.187Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30922026-06-22T19:33:09.206Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30932026-06-22T19:33:09.206Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30942026-06-22T19:33:09.206Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30952026-06-22T19:33:09.206Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30962026-06-22T19:33:09.206Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30972026-06-22T19:33:09.206Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
30982026-06-22T19:33:09.207Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
30992026-06-22T19:33:09.207Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
31002026-06-22T19:33:09.207Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
31012026-06-22T19:33:09.207Z Fresh dpd "latest" symlink
31022026-06-22T19:33:09.207Z -------
31032026-06-22T19:33:09.207Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
31042026-06-22T19:33:09.263Ztest test::test_apis_up_to_date ... ok
31052026-06-22T19:33:09.263Z
31062026-06-22T19:33:09.285Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
31072026-06-22T19:33:09.285Z
31082026-06-22T19:33:09.302Z Running unittests src/main.rs (target/debug/deps/dpd-e5b048d3f9684d81)
31092026-06-22T19:33:09.303Z
31102026-06-22T19:33:09.303Zrunning 19 tests
31112026-06-22T19:33:09.303Ztest freemap::test_ordering ... ok
31122026-06-22T19:33:09.303Ztest config::tests::test_updates ... ok
31132026-06-22T19:33:09.303Ztest freemap::test_split ... ok
31142026-06-22T19:33:09.303Ztest dhcpv6::tests::test_create_duid_bytes ... ok
31152026-06-22T19:33:09.303Ztest macaddrs::tests::test_mac_offset ... ok
31162026-06-22T19:33:09.303Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
31172026-06-22T19:33:09.304Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
31182026-06-22T19:33:09.338Ztest macaddrs::tests::test_parse_port_id ... ok
31192026-06-22T19:33:09.338Ztest nat::test_mapping ... ok
31202026-06-22T19:33:09.338Ztest port_map::tests::dump_map ... ok
31212026-06-22T19:33:09.339ZJun 22 19:33:08.454 DEBG created new freemapJun 22 19:33:08.454, unitDEBG: created new freemapfreemap_test
31222026-06-22T19:33:09.339Z, unit: freemap_test
31232026-06-22T19:33:09.339Ztest port_map::tests::test_backplane_group ... ok
31242026-06-22T19:33:09.339ZJun 22 19:33:08.454 DEBG initted freemap. size: 128, unitJun 22 19:33:08.454: DEBGfreemap_test
31252026-06-22T19:33:09.339ZJun 22 19:33:08.454 DEBG Jun 22 19:33:08.454created new freemap , DEBGunit :reset freemap , freemap_testunit
31262026-06-22T19:33:09.339Z: freemap_test
31272026-06-22T19:33:09.339ZJun 22 19:33:08.454 DEBG initted freemap. size: 128, unit: freemap_test
31282026-06-22T19:33:09.339Z Jun 22 19:33:08.454 DEBGinitted freemap. size: 128 reset freemap, , unitunit:: freemap_testfreemap_test
31292026-06-22T19:33:09.339Z
31302026-06-22T19:33:09.339ZJun 22 19:33:08.454 DEBG reset freemap, unit: freemap_test
31312026-06-22T19:33:09.339ZJun 22 19:33:08.454 DEBG created new freemap, unit: freemap_test
31322026-06-22T19:33:09.339Ztest freemap::test_exhaustion ... ok
31332026-06-22T19:33:09.339Ztest freemap::test_free ... ok
31342026-06-22T19:33:09.339ZJun 22 19:33:08.454 DEBG initted freemap. size: 128, unit: freemap_test
31352026-06-22T19:33:09.339ZJun 22 19:33:08.454 DEBG reset freemap, unit: freemap_test
31362026-06-22T19:33:09.339Ztest freemap::test_basic ... ok
31372026-06-22T19:33:09.339Ztest port_map::tests::test_port_map ... ok
31382026-06-22T19:33:09.340Ztest freemap::test_reclaim ... ok
31392026-06-22T19:33:09.340ZJun 22 19:33:08.455 DEBG created new freemap, unit: freemap_test
31402026-06-22T19:33:09.340ZJun 22 19:33:08.455 DEBG initted freemap. size: 128, unit: freemap_test
31412026-06-22T19:33:09.340ZJun 22 19:33:08.455 DEBG reset freemap, unit: freemap_test
31422026-06-22T19:33:09.340Ztest freemap::test_span ... ok
31432026-06-22T19:33:09.340Ztest port_map::tests::parse_softnpu_revision ... ok
31442026-06-22T19:33:09.340Ztest api_server::tests::test_build_info ... ok
31452026-06-22T19:33:09.340Z
31462026-06-22T19:33:09.340Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31472026-06-22T19:33:09.340Z
31482026-06-22T19:33:09.340Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-dfc8ffabbedb893c)
31492026-06-22T19:33:09.340Z
31502026-06-22T19:33:09.340Zrunning 0 tests
31512026-06-22T19:33:09.340Z
31522026-06-22T19:33:09.340Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31532026-06-22T19:33:09.341Z
31542026-06-22T19:33:09.341Z Running unittests src/lib.rs (target/debug/deps/dpd_api-e11fe70ddf64b1e4)
31552026-06-22T19:33:09.341Z
31562026-06-22T19:33:09.341Zrunning 0 tests
31572026-06-22T19:33:09.341Z
31582026-06-22T19:33:09.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31592026-06-22T19:33:09.341Z
31602026-06-22T19:33:09.341Z Running unittests src/lib.rs (target/debug/deps/dpd_client-4a22a6dacf062957)
31612026-06-22T19:33:09.341Z
31622026-06-22T19:33:09.341Zrunning 6 tests
31632026-06-22T19:33:09.341Ztest tests::test_parse_client_port_id ... ok
31642026-06-22T19:33:09.341Ztest tests::test_port_id_cmp ... ok
31652026-06-22T19:33:09.341Ztest tests::test_full_lot_id_neither_present ... ok
31662026-06-22T19:33:09.342Ztest tests::test_full_lot_id_both_present ... ok
31672026-06-22T19:33:09.342Ztest tests::test_full_lot_id_lot_only ... ok
31682026-06-22T19:33:09.342Ztest tests::test_full_lot_id_lotnum_only ... ok
31692026-06-22T19:33:09.342Z
31702026-06-22T19:33:09.342Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31712026-06-22T19:33:09.342Z
31722026-06-22T19:33:09.342Z Running tests/test_all.rs (target/debug/deps/test_all-b00112d5befaba0c)
31732026-06-22T19:33:09.342Z
31742026-06-22T19:33:09.342Zrunning 0 tests
31752026-06-22T19:33:09.342Z
31762026-06-22T19:33:09.342Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31772026-06-22T19:33:09.342Z
31782026-06-22T19:33:09.342Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9a4ac97e99a68506)
31792026-06-22T19:33:09.342Z
31802026-06-22T19:33:09.342Zrunning 0 tests
31812026-06-22T19:33:09.342Z
31822026-06-22T19:33:09.343Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31832026-06-22T19:33:09.343Z
31842026-06-22T19:33:09.343Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c985f3100240c9b0)
31852026-06-22T19:33:09.343Z
31862026-06-22T19:33:09.343Zrunning 0 tests
31872026-06-22T19:33:09.343Z
31882026-06-22T19:33:09.343Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31892026-06-22T19:33:09.343Z
31902026-06-22T19:33:09.343Z Running unittests src/lib.rs (target/debug/deps/packet-73bb290a0067f2d3)
31912026-06-22T19:33:09.384Z
31922026-06-22T19:33:09.384Zrunning 12 tests
31932026-06-22T19:33:09.384Ztest icmp::test_v6_checksum ... ok
31942026-06-22T19:33:09.384Ztest icmp::test_v4_checksum ... ok
31952026-06-22T19:33:09.384Ztest ipv6::test_ipv6_parse ... ok
31962026-06-22T19:33:09.384Ztest lldp::test_lldp_parse ... ok
31972026-06-22T19:33:09.384Ztest pbuf::test_byte ... ok
31982026-06-22T19:33:09.384Ztest pbuf::test_nibble ... ok
31992026-06-22T19:33:09.385Ztest pbuf::test_short ... ok
32002026-06-22T19:33:09.385Ztest pbuf::test_overflow ... ok
32012026-06-22T19:33:09.385Ztest pbuf::test_twelve ... ok
32022026-06-22T19:33:09.385Ztest pbuf::test_word ... ok
32032026-06-22T19:33:09.385Ztest tcp::test_checksum_ack_data ... ok
32042026-06-22T19:33:09.385Ztest tcp::test_checksum_syn_nodata ... ok
32052026-06-22T19:33:09.385Z
32062026-06-22T19:33:09.385Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32072026-06-22T19:33:09.385Z
32082026-06-22T19:33:09.385Z Running unittests src/lib.rs (target/debug/deps/pcap-93aeed5d468105dd)
32092026-06-22T19:33:09.385Z
32102026-06-22T19:33:09.386Zrunning 0 tests
32112026-06-22T19:33:09.386Z
32122026-06-22T19:33:09.386Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32132026-06-22T19:33:09.386Z
32142026-06-22T19:33:09.386Z Running unittests src/main.rs (target/debug/deps/swadm-c0b77f2303dba33e)
32152026-06-22T19:33:09.386Z
32162026-06-22T19:33:09.386Zrunning 5 tests
32172026-06-22T19:33:09.386Ztest switchport::test::test_compute_lanes ... ok
32182026-06-22T19:33:09.386Ztest link::test_filter ... ok
32192026-06-22T19:33:09.386Ztest switchport::test::port_id_ordering ... ok
32202026-06-22T19:33:09.386Z Lane 0 Lane 1 Lane 2 Lane 3
32212026-06-22T19:33:09.386Z State: Activated Activated Activated Activated
32222026-06-22T19:33:09.386Z Rx Output Enabled: false false false false
32232026-06-22T19:33:09.386Z Rx Output Status: valid valid valid valid
32242026-06-22T19:33:09.387Z Rx Loss-of-lock: true true true true
32252026-06-22T19:33:09.387Z Rx Loss-of-signal: false false false false
32262026-06-22T19:33:09.387ZRx Auto-squelch Disable: true true true true
32272026-06-22T19:33:09.387Z Lane 0 Tx Output Enabled: true true true Lane 1true
32282026-06-22T19:33:09.387ZLane 2 Tx Output Status: invalid Lane 3invalid
32292026-06-22T19:33:09.387Zinvalid invalid
32302026-06-22T19:33:09.387Z Rx Loss-of-lock: Yes Tx Loss-of-lock: false Yes false Yesfalse Yesfalse
32312026-06-22T19:33:09.387Z
32322026-06-22T19:33:09.387Z Rx Loss-of-signal: Yes Tx Loss-of-signal: true Yestrue Yes trueYes
32332026-06-22T19:33:09.387Ztrue
32342026-06-22T19:33:09.387Z Rx CDR Enabled: YesTx Auto-squelch Disable: false Yes falseYes Yesfalse
32352026-06-22T19:33:09.387Z false Tx Enabled: Yes
32362026-06-22T19:33:09.387Z Tx Adaptive EQ Fail: true Yes trueYes Yestrue
32372026-06-22T19:33:09.387Z true
32382026-06-22T19:33:09.387Z Tx Loss-of-lock: No Tx Failure: false No false No falseNo
32392026-06-22T19:33:09.388Zfalse
32402026-06-22T19:33:09.388Z Tx Loss-of-signal: No Tx Force Squelch: trueNo true No trueNo
32412026-06-22T19:33:09.388Ztrue
32422026-06-22T19:33:09.388Z Tx CDR Enabled: No Tx Input Polarity: normalNo normal Nonormal No
32432026-06-22T19:33:09.388Znormal
32442026-06-22T19:33:09.388Z Tx Adaptive EQ Fault: No No No No
32452026-06-22T19:33:09.388Z Tx Fault: Yes Yes Yes Yes
32462026-06-22T19:33:09.388Ztest switchport::test::test_print_cmis_datapath ... ok
32472026-06-22T19:33:09.388Ztest switchport::test::test_print_sff_datapath ... ok
32482026-06-22T19:33:09.388Z
32492026-06-22T19:33:09.388Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32502026-06-22T19:33:09.388Z
32512026-06-22T19:33:09.388Z Running tests/counters.rs (target/debug/deps/counters-6aca441930717fca)
32522026-06-22T19:33:09.388Z
32532026-06-22T19:33:09.388Zrunning 1 test
32542026-06-22T19:33:09.388Ztest test_p4_counter_list ... ignored
32552026-06-22T19:33:09.388Z
32562026-06-22T19:33:09.388Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32572026-06-22T19:33:09.388Z
32582026-06-22T19:33:09.388Z Running tests/port-link.rs (target/debug/deps/port_link-6765080f53268d8e)
32592026-06-22T19:33:09.412Z
32602026-06-22T19:33:09.413Zrunning 5 tests
32612026-06-22T19:33:09.413Ztest test_an ... ignored
32622026-06-22T19:33:09.413Ztest test_enable ... ignored
32632026-06-22T19:33:09.413Ztest test_ip_addresses ... ignored
32642026-06-22T19:33:09.413Ztest test_kr ... ignored
32652026-06-22T19:33:09.413Ztest test_mac ... ignored
32662026-06-22T19:33:09.413Z
32672026-06-22T19:33:09.413Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32682026-06-22T19:33:09.414Z
32692026-06-22T19:33:09.414Z Running unittests src/main.rs (target/debug/deps/tfportd-1b63d991cef53030)
32702026-06-22T19:33:09.414Z
32712026-06-22T19:33:09.414Zrunning 3 tests
32722026-06-22T19:33:09.414Ztest linklocal::test_parse_ipadm ... ok
32732026-06-22T19:33:09.414Ztest tfport::test_parse_tfport ... ok
32742026-06-22T19:33:09.414Ztest config::tests::test_updates ... ok
32752026-06-22T19:33:09.414Z
32762026-06-22T19:33:09.414Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32772026-06-22T19:33:09.414Z
32782026-06-22T19:33:09.414Z Running unittests src/main.rs (target/debug/deps/uplinkd-ac403d9215f7f9bc)
32792026-06-22T19:33:09.414Z
32802026-06-22T19:33:09.414Zrunning 0 tests
32812026-06-22T19:33:09.415Z
32822026-06-22T19:33:09.415Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32832026-06-22T19:33:09.415Z
32842026-06-22T19:33:09.415Z Running unittests src/main.rs (target/debug/deps/xtask-138c883fbd39bde2)
32852026-06-22T19:33:09.415Z
32862026-06-22T19:33:09.415Zrunning 0 tests
32872026-06-22T19:33:09.415Z
32882026-06-22T19:33:09.415Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32892026-06-22T19:33:09.415Z
32902026-06-22T19:33:09.415Z Doc-tests aal
32912026-06-22T19:33:09.523Z
32922026-06-22T19:33:09.523Zrunning 0 tests
32932026-06-22T19:33:09.523Z
32942026-06-22T19:33:09.596Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32952026-06-22T19:33:09.596Z
32962026-06-22T19:33:09.596Z Doc-tests aal_macros
32972026-06-22T19:33:09.625Z
32982026-06-22T19:33:09.625Zrunning 0 tests
32992026-06-22T19:33:09.625Z
33002026-06-22T19:33:09.625Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33012026-06-22T19:33:09.626Z
33022026-06-22T19:33:09.673Z Doc-tests common
33032026-06-22T19:33:09.884Z
33042026-06-22T19:33:09.884Zrunning 0 tests
33052026-06-22T19:33:09.884Z
33062026-06-22T19:33:09.885Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33072026-06-22T19:33:09.885Z
33082026-06-22T19:33:09.921Z Doc-tests dpd_api
33092026-06-22T19:33:10.611Z
33102026-06-22T19:33:10.611Zrunning 2 tests
33112026-06-22T19:33:10.611Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
33122026-06-22T19:33:10.611Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
33132026-06-22T19:33:10.611Z
33142026-06-22T19:33:10.611Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
33152026-06-22T19:33:10.612Z
33162026-06-22T19:33:10.653Z Doc-tests dpd_client
33172026-06-22T19:33:12.026Z
33182026-06-22T19:33:12.026Zrunning 0 tests
33192026-06-22T19:33:12.026Z
33202026-06-22T19:33:12.027Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33212026-06-22T19:33:12.027Z
33222026-06-22T19:33:12.089Z Doc-tests dpd_types
33232026-06-22T19:33:12.203Z
33242026-06-22T19:33:12.203Zrunning 0 tests
33252026-06-22T19:33:12.203Z
33262026-06-22T19:33:12.203Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33272026-06-22T19:33:12.203Z
33282026-06-22T19:33:12.328Z Doc-tests dpd_types_versions
33292026-06-22T19:33:13.447Z
33302026-06-22T19:33:13.448Zrunning 1 test
33312026-06-22T19:33:13.448Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33322026-06-22T19:33:13.448Z
33332026-06-22T19:33:13.448Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33342026-06-22T19:33:13.448Z
33352026-06-22T19:33:13.494Z Doc-tests packet
33362026-06-22T19:33:13.606Z
33372026-06-22T19:33:13.606Zrunning 0 tests
33382026-06-22T19:33:13.606Z
33392026-06-22T19:33:13.606Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33402026-06-22T19:33:13.606Z
33412026-06-22T19:33:13.619Z Doc-tests pcap
33422026-06-22T19:33:13.645Z
33432026-06-22T19:33:13.645Zrunning 0 tests
33442026-06-22T19:33:13.645Z
33452026-06-22T19:33:13.645Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33462026-06-22T19:33:13.645Z
33472026-06-22T19:33:13.702Z+ for feat in tofino_stub tofino_asic softnpu chaos
33482026-06-22T19:33:13.702Z+ RUST_BACKTRACE=full
33492026-06-22T19:33:13.702Z+ cargo test --features chaos --no-fail-fast
33502026-06-22T19:33:14.298Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33512026-06-22T19:33:14.530Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33522026-06-22T19:33:14.723Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33532026-06-22T19:33:22.694Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33542026-06-22T19:33:22.861Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33552026-06-22T19:33:58.448Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.74s
33562026-06-22T19:33:58.570Z Running unittests src/lib.rs (target/debug/deps/aal-b9c1dbd16b4bb81e)
33572026-06-22T19:33:58.578Z
33582026-06-22T19:33:58.578Zrunning 5 tests
33592026-06-22T19:33:58.600Ztest fuse::tests::chip_revision_b1 ... ok
33602026-06-22T19:33:58.600Ztest fuse::tests::chip_revision_b0 ... ok
33612026-06-22T19:33:58.600Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33622026-06-22T19:33:58.600Ztest fuse::tests::chip_revision_a0 ... ok
33632026-06-22T19:33:58.600Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33642026-06-22T19:33:58.600Z
33652026-06-22T19:33:58.600Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33662026-06-22T19:33:58.600Z
33672026-06-22T19:33:58.600Z Running unittests src/lib.rs (target/debug/deps/aal_macros-4c686623beaa6cf1)
33682026-06-22T19:33:58.600Z
33692026-06-22T19:33:58.600Zrunning 0 tests
33702026-06-22T19:33:58.600Z
33712026-06-22T19:33:58.600Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33722026-06-22T19:33:58.600Z
33732026-06-22T19:33:58.600Z Running unittests src/lib.rs (target/debug/deps/asic-e49088468cddaa46)
33742026-06-22T19:33:58.613Z
33752026-06-22T19:33:58.613Zrunning 0 tests
33762026-06-22T19:33:58.613Z
33772026-06-22T19:33:58.613Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33782026-06-22T19:33:58.613Z
33792026-06-22T19:33:58.613Z Running unittests src/lib.rs (target/debug/deps/common-5ae4189aa5f3ea76)
33802026-06-22T19:33:58.613Z
33812026-06-22T19:33:58.614Zrunning 10 tests
33822026-06-22T19:33:58.614Ztest nat::tests::test_vni ... ok
33832026-06-22T19:33:58.614Ztest network::tests::test_equal ... ok
33842026-06-22T19:33:58.614Ztest network::tests::test_eui64 ... ok
33852026-06-22T19:33:58.614Ztest network::tests::test_not_equal ... ok
33862026-06-22T19:33:58.614Ztest network::tests::test_into ... ok
33872026-06-22T19:33:58.614Ztest network::tests::test_generate_ipv6_link_local ... ok
33882026-06-22T19:33:58.614Ztest network::tests::test_to_string ... ok
33892026-06-22T19:33:58.614Ztest network::tests::test_parse ... ok
33902026-06-22T19:33:58.614Ztest test_purge ... ok
33912026-06-22T19:33:58.614Ztest illumos::test::address_exists_handles_missing_object ... ok
33922026-06-22T19:33:58.614Z
33932026-06-22T19:33:58.614Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33942026-06-22T19:33:58.614Z
33952026-06-22T19:33:58.614Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-49597960c99dcb1d)
33962026-06-22T19:33:58.629Z
33972026-06-22T19:33:58.629Zrunning 1 test
33982026-06-22T19:33:58.634Z -------
33992026-06-22T19:33:58.634Z Generating OpenAPI documents from API definitions ...
34002026-06-22T19:33:58.787Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
34012026-06-22T19:33:58.855Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
34022026-06-22T19:33:59.996Z -------
34032026-06-22T19:33:59.996Z Checking 12 OpenAPI documents...
34042026-06-22T19:33:59.996Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
34052026-06-22T19:33:59.996Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
34062026-06-22T19:33:59.996Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
34072026-06-22T19:33:59.996Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
34082026-06-22T19:33:59.996Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
34092026-06-22T19:34:00.019Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
34102026-06-22T19:34:00.019Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
34112026-06-22T19:34:00.019Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
34122026-06-22T19:34:00.019Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
34132026-06-22T19:34:00.019Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
34142026-06-22T19:34:00.019Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
34152026-06-22T19:34:00.019Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
34162026-06-22T19:34:00.019Z Fresh dpd "latest" symlink
34172026-06-22T19:34:00.019Z -------
34182026-06-22T19:34:00.019Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
34192026-06-22T19:34:00.019Ztest test::test_apis_up_to_date ... ok
34202026-06-22T19:34:00.019Z
34212026-06-22T19:34:00.019Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
34222026-06-22T19:34:00.019Z
34232026-06-22T19:34:00.050Z Running unittests src/main.rs (target/debug/deps/dpd-2a8815946958b1c4)
34242026-06-22T19:34:00.061Z
34252026-06-22T19:34:00.061Zrunning 19 tests
34262026-06-22T19:34:00.061Ztest freemap::test_ordering ... ok
34272026-06-22T19:34:00.061Ztest config::tests::test_updates ... ok
34282026-06-22T19:34:00.061Ztest dhcpv6::tests::test_create_duid_bytes ... ok
34292026-06-22T19:34:00.061Ztest freemap::test_split ... ok
34302026-06-22T19:34:00.061Ztest macaddrs::tests::test_mac_offset ... ok
34312026-06-22T19:34:00.061Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34322026-06-22T19:34:00.061Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34332026-06-22T19:34:00.062Ztest macaddrs::tests::test_parse_port_id ... ok
34342026-06-22T19:34:00.062Ztest nat::test_mapping ... ok
34352026-06-22T19:34:00.062Ztest port_map::tests::dump_map ... ok
34362026-06-22T19:34:00.062Ztest port_map::tests::test_backplane_group ... ok
34372026-06-22T19:34:00.062Ztest port_map::tests::test_port_map ... ok
34382026-06-22T19:34:00.062ZJun 22 19:33:59.210Jun 22 19:33:59.210 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
34392026-06-22T19:34:00.062Z
34402026-06-22T19:34:00.062ZJun 22 19:33:59.210Jun 22 19:33:59.210 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
34412026-06-22T19:34:00.062Z
34422026-06-22T19:34:00.062ZJun 22 19:33:59.210Jun 22 19:33:59.210 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
34432026-06-22T19:34:00.062Z
34442026-06-22T19:34:00.062ZJun 22 19:33:59.210 DEBG created new freemap, unit: freemap_test
34452026-06-22T19:34:00.062ZJun 22 19:33:59.210 DEBG initted freemap. size: 128, unit: freemap_test
34462026-06-22T19:34:00.062ZJun 22 19:33:59.210 DEBG reset freemap, unit: freemap_test
34472026-06-22T19:34:00.062Ztest freemap::test_reclaim ... ok
34482026-06-22T19:34:00.062Ztest freemap::test_basic ... ok
34492026-06-22T19:34:00.062ZJun 22 19:33:59.210 DEBG created new freemap, unit: freemap_test
34502026-06-22T19:34:00.062ZJun 22 19:33:59.210 DEBG initted freemap. size: 128, unit: freemap_test
34512026-06-22T19:34:00.062ZJun 22 19:33:59.210 DEBG reset freemap, unit: freemap_test
34522026-06-22T19:34:00.062Ztest freemap::test_free ... ok
34532026-06-22T19:34:00.062Ztest freemap::test_exhaustion ... ok
34542026-06-22T19:34:00.062ZJun 22 19:33:59.211 DEBG created new freemap, unit: freemap_test
34552026-06-22T19:34:00.062ZJun 22 19:33:59.211 DEBG initted freemap. size: 128, unit: freemap_test
34562026-06-22T19:34:00.062ZJun 22 19:33:59.211 DEBG reset freemap, unit: freemap_test
34572026-06-22T19:34:00.062Ztest freemap::test_span ... ok
34582026-06-22T19:34:00.062Ztest port_map::tests::parse_softnpu_revision ... ok
34592026-06-22T19:34:00.063Ztest api_server::tests::test_build_info ... ok
34602026-06-22T19:34:00.063Z
34612026-06-22T19:34:00.063Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34622026-06-22T19:34:00.063Z
34632026-06-22T19:34:00.063Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-e67e7ab336a3faca)
34642026-06-22T19:34:00.063Z
34652026-06-22T19:34:00.063Zrunning 0 tests
34662026-06-22T19:34:00.063Z
34672026-06-22T19:34:00.070Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34682026-06-22T19:34:00.070Z
34692026-06-22T19:34:00.070Z Running unittests src/lib.rs (target/debug/deps/dpd_api-1530d79e27af6f70)
34702026-06-22T19:34:00.070Z
34712026-06-22T19:34:00.070Zrunning 0 tests
34722026-06-22T19:34:00.070Z
34732026-06-22T19:34:00.070Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34742026-06-22T19:34:00.070Z
34752026-06-22T19:34:00.070Z Running unittests src/lib.rs (target/debug/deps/dpd_client-cb0679bd0e88af5c)
34762026-06-22T19:34:00.085Z
34772026-06-22T19:34:00.086Zrunning 6 tests
34782026-06-22T19:34:00.086Ztest tests::test_full_lot_id_neither_present ... ok
34792026-06-22T19:34:00.086Ztest tests::test_full_lot_id_lot_only ... ok
34802026-06-22T19:34:00.086Ztest tests::test_full_lot_id_lotnum_only ... ok
34812026-06-22T19:34:00.086Ztest tests::test_full_lot_id_both_present ... ok
34822026-06-22T19:34:00.086Ztest tests::test_port_id_cmp ... ok
34832026-06-22T19:34:00.086Ztest tests::test_parse_client_port_id ... ok
34842026-06-22T19:34:00.086Z
34852026-06-22T19:34:00.086Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34862026-06-22T19:34:00.086Z
34872026-06-22T19:34:00.086Z Running tests/test_all.rs (target/debug/deps/test_all-2739c63ae97b6a00)
34882026-06-22T19:34:00.090Z
34892026-06-22T19:34:00.090Zrunning 6 tests
34902026-06-22T19:34:03.103Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34912026-06-22T19:34:03.131Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34922026-06-22T19:34:03.131Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34932026-06-22T19:34:03.131Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34942026-06-22T19:34:03.436Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34952026-06-22T19:34:04.703Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34962026-06-22T19:34:04.703Z
34972026-06-22T19:34:04.703Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.59s
34982026-06-22T19:34:04.703Z
34992026-06-22T19:34:04.740Z Running unittests src/lib.rs (target/debug/deps/dpd_types-0e9e491dc1e13060)
35002026-06-22T19:34:04.740Z
35012026-06-22T19:34:04.740Zrunning 0 tests
35022026-06-22T19:34:04.740Z
35032026-06-22T19:34:04.740Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35042026-06-22T19:34:04.740Z
35052026-06-22T19:34:04.741Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9ab1d5249b7bb4a4)
35062026-06-22T19:34:04.741Z
35072026-06-22T19:34:04.741Zrunning 0 tests
35082026-06-22T19:34:04.741Z
35092026-06-22T19:34:04.741Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35102026-06-22T19:34:04.741Z
35112026-06-22T19:34:04.741Z Running unittests src/lib.rs (target/debug/deps/packet-73bb290a0067f2d3)
35122026-06-22T19:34:04.741Z
35132026-06-22T19:34:04.741Zrunning 12 tests
35142026-06-22T19:34:04.741Ztest icmp::test_v6_checksum ... ok
35152026-06-22T19:34:04.741Ztest icmp::test_v4_checksum ... ok
35162026-06-22T19:34:04.741Ztest lldp::test_lldp_parse ... ok
35172026-06-22T19:34:04.741Ztest ipv6::test_ipv6_parse ... ok
35182026-06-22T19:34:04.741Ztest pbuf::test_byte ... ok
35192026-06-22T19:34:04.741Ztest pbuf::test_nibble ... ok
35202026-06-22T19:34:04.741Ztest pbuf::test_overflow ... ok
35212026-06-22T19:34:04.741Ztest pbuf::test_short ... ok
35222026-06-22T19:34:04.741Ztest pbuf::test_word ... ok
35232026-06-22T19:34:04.741Ztest pbuf::test_twelve ... ok
35242026-06-22T19:34:04.741Ztest tcp::test_checksum_syn_nodata ... ok
35252026-06-22T19:34:04.741Ztest tcp::test_checksum_ack_data ... ok
35262026-06-22T19:34:04.742Z
35272026-06-22T19:34:04.742Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35282026-06-22T19:34:04.742Z
35292026-06-22T19:34:04.742Z Running unittests src/lib.rs (target/debug/deps/pcap-93aeed5d468105dd)
35302026-06-22T19:34:04.742Z
35312026-06-22T19:34:04.742Zrunning 0 tests
35322026-06-22T19:34:04.742Z
35332026-06-22T19:34:04.742Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35342026-06-22T19:34:04.742Z
35352026-06-22T19:34:04.742Z Running unittests src/main.rs (target/debug/deps/swadm-f27d522d4c06a257)
35362026-06-22T19:34:04.811Z
35372026-06-22T19:34:04.811Zrunning 5 tests
35382026-06-22T19:34:04.811Ztest switchport::test::test_compute_lanes ... ok
35392026-06-22T19:34:04.811Ztest link::test_filter ... ok
35402026-06-22T19:34:04.811Ztest switchport::test::port_id_ordering ... ok
35412026-06-22T19:34:04.811Z Lane 0 Lane 1 Lane 2 Lane 3
35422026-06-22T19:34:04.811Z State: Activated Activated Activated Activated
35432026-06-22T19:34:04.811Z Rx Output Enabled: false false false false
35442026-06-22T19:34:04.811Z Rx Output Status: valid valid valid valid
35452026-06-22T19:34:04.811Z Lane 0 Rx Loss-of-lock: true true Lane 1 true Lane 2true
35462026-06-22T19:34:04.811ZLane 3 Rx Loss-of-signal: false
35472026-06-22T19:34:04.811Z false Rx Loss-of-lock: Yes false Yesfalse
35482026-06-22T19:34:04.811ZYesRx Auto-squelch Disable: true Yestrue
35492026-06-22T19:34:04.811Z Rx Loss-of-signal: Yestrue trueYes
35502026-06-22T19:34:04.811Z Yes Tx Output Enabled: true Yes
35512026-06-22T19:34:04.812Ztrue Rx CDR Enabled: Yes true Yestrue
35522026-06-22T19:34:04.812Z Tx Output Status: invalid Yesinvalid Yes
35532026-06-22T19:34:04.812Zinvalid Tx Enabled: Yesinvalid
35542026-06-22T19:34:04.812Z Tx Loss-of-lock: falseYes falseYes falseYes
35552026-06-22T19:34:04.812Z false Tx Loss-of-lock: No
35562026-06-22T19:34:04.812Z Tx Loss-of-signal: trueNo trueNo trueNo
35572026-06-22T19:34:04.812Z true
35582026-06-22T19:34:04.812Z Tx Loss-of-signal: No Tx Auto-squelch Disable: false Nofalse No falseNo
35592026-06-22T19:34:04.812Zfalse
35602026-06-22T19:34:04.812Z Tx CDR Enabled: No Tx Adaptive EQ Fail: trueNo trueNo trueNo
35612026-06-22T19:34:04.812Ztrue Tx Adaptive EQ Fault: No
35622026-06-22T19:34:04.812Z Tx Failure: falseNo falseNo Nofalse
35632026-06-22T19:34:04.812Z false Tx Fault: Yes
35642026-06-22T19:34:04.812Z Tx Force Squelch: trueYes Yestrue Yestrue
35652026-06-22T19:34:04.812Z true
35662026-06-22T19:34:04.812Z Tx Input Polarity: normal normal normal normal
35672026-06-22T19:34:04.813Ztest switchport::test::test_print_cmis_datapath ... ok
35682026-06-22T19:34:04.813Ztest switchport::test::test_print_sff_datapath ... ok
35692026-06-22T19:34:04.813Z
35702026-06-22T19:34:04.813Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
35712026-06-22T19:34:04.813Z
35722026-06-22T19:34:04.813Z Running tests/counters.rs (target/debug/deps/counters-52216748f001d206)
35732026-06-22T19:34:04.813Z
35742026-06-22T19:34:04.813Zrunning 1 test
35752026-06-22T19:34:04.813Ztest test_p4_counter_list ... ignored
35762026-06-22T19:34:04.813Z
35772026-06-22T19:34:04.813Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35782026-06-22T19:34:04.813Z
35792026-06-22T19:34:04.814Z Running tests/port-link.rs (target/debug/deps/port_link-8e4b84a5a6faa54c)
35802026-06-22T19:34:04.814Z
35812026-06-22T19:34:04.814Zrunning 5 tests
35822026-06-22T19:34:04.814Ztest test_an ... ignored
35832026-06-22T19:34:04.814Ztest test_enable ... ignored
35842026-06-22T19:34:04.814Ztest test_ip_addresses ... ignored
35852026-06-22T19:34:04.814Ztest test_kr ... ignored
35862026-06-22T19:34:04.814Ztest test_mac ... ignored
35872026-06-22T19:34:04.814Z
35882026-06-22T19:34:04.814Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35892026-06-22T19:34:04.814Z
35902026-06-22T19:34:04.814Z Running unittests src/main.rs (target/debug/deps/tfportd-8b67ca302e7458c3)
35912026-06-22T19:34:04.814Z
35922026-06-22T19:34:04.815Zrunning 3 tests
35932026-06-22T19:34:04.815Ztest linklocal::test_parse_ipadm ... ok
35942026-06-22T19:34:04.815Ztest tfport::test_parse_tfport ... ok
35952026-06-22T19:34:04.815Ztest config::tests::test_updates ... ok
35962026-06-22T19:34:04.815Z
35972026-06-22T19:34:04.815Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35982026-06-22T19:34:04.815Z
35992026-06-22T19:34:04.815Z Running unittests src/main.rs (target/debug/deps/uplinkd-ac403d9215f7f9bc)
36002026-06-22T19:34:04.815Z
36012026-06-22T19:34:04.815Zrunning 0 tests
36022026-06-22T19:34:04.815Z
36032026-06-22T19:34:04.815Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36042026-06-22T19:34:04.815Z
36052026-06-22T19:34:04.815Z Running unittests src/main.rs (target/debug/deps/xtask-138c883fbd39bde2)
36062026-06-22T19:34:04.840Z
36072026-06-22T19:34:04.840Zrunning 0 tests
36082026-06-22T19:34:04.840Z
36092026-06-22T19:34:04.840Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36102026-06-22T19:34:04.840Z
36112026-06-22T19:34:04.840Z Doc-tests aal
36122026-06-22T19:34:04.939Z
36132026-06-22T19:34:04.939Zrunning 0 tests
36142026-06-22T19:34:04.939Z
36152026-06-22T19:34:04.966Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36162026-06-22T19:34:04.966Z
36172026-06-22T19:34:04.981Z Doc-tests aal_macros
36182026-06-22T19:34:05.030Z
36192026-06-22T19:34:05.030Zrunning 0 tests
36202026-06-22T19:34:05.030Z
36212026-06-22T19:34:05.030Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36222026-06-22T19:34:05.030Z
36232026-06-22T19:34:05.045Z Doc-tests common
36242026-06-22T19:34:05.286Z
36252026-06-22T19:34:05.286Zrunning 0 tests
36262026-06-22T19:34:05.286Z
36272026-06-22T19:34:05.286Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36282026-06-22T19:34:05.286Z
36292026-06-22T19:34:05.371Z Doc-tests dpd_api
36302026-06-22T19:34:06.152Z
36312026-06-22T19:34:06.152Zrunning 2 tests
36322026-06-22T19:34:06.153Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36332026-06-22T19:34:06.153Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36342026-06-22T19:34:06.153Z
36352026-06-22T19:34:06.154Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36362026-06-22T19:34:06.154Z
36372026-06-22T19:34:06.166Z Doc-tests dpd_client
36382026-06-22T19:34:07.563Z
36392026-06-22T19:34:07.563Zrunning 0 tests
36402026-06-22T19:34:07.563Z
36412026-06-22T19:34:07.563Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36422026-06-22T19:34:07.563Z
36432026-06-22T19:34:07.611Z Doc-tests dpd_types
36442026-06-22T19:34:07.824Z
36452026-06-22T19:34:07.824Zrunning 0 tests
36462026-06-22T19:34:07.824Z
36472026-06-22T19:34:07.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36482026-06-22T19:34:07.824Z
36492026-06-22T19:34:07.853Z Doc-tests dpd_types_versions
36502026-06-22T19:34:09.058Z
36512026-06-22T19:34:09.058Zrunning 1 test
36522026-06-22T19:34:09.058Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36532026-06-22T19:34:09.058Z
36542026-06-22T19:34:09.058Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36552026-06-22T19:34:09.058Z
36562026-06-22T19:34:09.106Z Doc-tests packet
36572026-06-22T19:34:09.222Z
36582026-06-22T19:34:09.222Zrunning 0 tests
36592026-06-22T19:34:09.222Z
36602026-06-22T19:34:09.222Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36612026-06-22T19:34:09.222Z
36622026-06-22T19:34:09.239Z Doc-tests pcap
36632026-06-22T19:34:09.291Z
36642026-06-22T19:34:09.291Zrunning 0 tests
36652026-06-22T19:34:09.291Z
36662026-06-22T19:34:09.291Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36672026-06-22T19:34:09.291Z
36682026-06-22T19:34:09.342Zprocess exited: duration 584496 ms, exit code 0
 
36692026-06-22T19:34:09.353Zfound 0 output files