01KVCDXW79AP4NDA080FM6BVWG: test

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

Buildomat Job: 01KVCDY80GCBS0VXWXNWEX071B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-18T03:57:02.547Zjob assigned to worker 01KVCDYFGZAEC8329JS7XAG6KM [factory aws, i-0e1a8b4d4ef30fe86] (queued for 1 m 0 s)
 
22026-06-18T03:57:08.725Zstarting task 0: "setup"
32026-06-18T03:57:08.730Z++ uname -s
42026-06-18T03:57:08.730Z+ kern=SunOS
52026-06-18T03:57:08.730Z+ build_user=build
62026-06-18T03:57:08.730Z+ build_uid=12345
72026-06-18T03:57:08.730Z+ work_dir=/work
82026-06-18T03:57:08.730Z+ input_dir=/input
92026-06-18T03:57:08.730Z+ [[ 0 == 12345 ]]
102026-06-18T03:57:08.730Z+ case "$kern" in
112026-06-18T03:57:08.730Z+ groupadd -g 12345 build
122026-06-18T03:57:08.730Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-18T03:57:10.723Z+ zfs create -o mountpoint=/work rpool/work
142026-06-18T03:57:10.838Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-18T03:57:10.841Z+ home_fs=zfs
162026-06-18T03:57:10.841Z+ [[ zfs == autofs ]]
172026-06-18T03:57:10.841Z+ mkdir -p /home/build
182026-06-18T03:57:10.841Z+ chown build:build /home/build /work
192026-06-18T03:57:12.842Z+ chmod 0700 /home/build /work
202026-06-18T03:57:12.845Zprocess exited: duration 4138 ms, exit code 0
 
212026-06-18T03:57:12.851Zstarting task 1: "rust-toolchain"
222026-06-18T03:57:12.856Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-18T03:57:12.856Z * rust toolchain channel = "1.90.0"
242026-06-18T03:57:12.856Z * rust toolchain profile = "default"
252026-06-18T03:57:12.856Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-18T03:57:12.856Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-18T03:57:12.859Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-18T03:57:12.859Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-18T03:57:12.859Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-18T03:57:12.915Zinfo: downloading installer
312026-06-18T03:57:14.439Zwarn: It looks like you have an existing rustup settings file at:
322026-06-18T03:57:14.439Zwarn: /home/build/.rustup/settings.toml
332026-06-18T03:57:14.439Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-18T03:57:14.439Zwarn: instead of the one inferred from the default host triple.
352026-06-18T03:57:14.448Zinfo: profile set to default
362026-06-18T03:57:14.448Zinfo: default host triple is x86_64-unknown-illumos
372026-06-18T03:57:14.450Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-18T03:57:14.613Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-18T03:57:14.616Zinfo: downloading 6 components
402026-06-18T03:57:29.988Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-06-18T03:57:29.988Z
422026-06-18T03:57:30.016Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-18T03:57:30.016Z
442026-06-18T03:57:30.019Z
452026-06-18T03:57:30.019ZRust is installed now. Great!
462026-06-18T03:57:30.019Z
472026-06-18T03:57:30.019ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-18T03:57:30.019Zenvironment variable. This has not been done automatically.
492026-06-18T03:57:30.019Z
502026-06-18T03:57:30.019ZTo configure your current shell, you need to source
512026-06-18T03:57:30.019Zthe corresponding env file under $HOME/.cargo.
522026-06-18T03:57:30.019Z
532026-06-18T03:57:30.019ZThis is usually done by running one of the following (note the leading DOT):
542026-06-18T03:57:30.019Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-18T03:57:30.019Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-18T03:57:30.019Zsource "~/.cargo/env.nu" # For nushell
572026-06-18T03:57:30.019Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-18T03:57:30.019Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-18T03:57:30.019Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-18T03:57:30.019Zwarn: no default linker (`cc`) was found in your PATH
612026-06-18T03:57:30.019Zwarn: many Rust crates require a system C toolchain to build
622026-06-18T03:57:30.107Z+ rustup --version
632026-06-18T03:57:30.115Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-18T03:57:30.118Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-18T03:57:30.138Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-18T03:57:30.141Z+ cargo --version
672026-06-18T03:57:30.152Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-18T03:57:30.157Z+ rustc --version
692026-06-18T03:57:30.175Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-18T03:57:30.179Zprocess exited: duration 17325 ms, exit code 0
 
712026-06-18T03:57:30.184Zstarting task 2: "authentication"
722026-06-18T03:57:30.200Zprocess exited: duration 16 ms, exit code 0
 
732026-06-18T03:57:30.208Zstarting task 3: "clone repository"
742026-06-18T03:57:30.211Z+ mkdir -p /work/oxidecomputer/dendrite
752026-06-18T03:57:30.214Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-06-18T03:57:30.241ZCloning into '/work/oxidecomputer/dendrite'...
772026-06-18T03:57:30.788Z+ cd /work/oxidecomputer/dendrite
782026-06-18T03:57:30.788Z+ git fetch origin bb47ec6c85c3cef22fc7af1a05dfd9ba7c56754c
792026-06-18T03:57:31.020ZFrom https://github.com/oxidecomputer/dendrite
802026-06-18T03:57:31.020Z * branch bb47ec6c85c3cef22fc7af1a05dfd9ba7c56754c -> FETCH_HEAD
812026-06-18T03:57:31.025Z+ [[ -n renovate/iddqd-0.x ]]
822026-06-18T03:57:31.028Z++ git branch --show-current
832026-06-18T03:57:31.028Z+ current=main
842026-06-18T03:57:31.028Z+ [[ main != renovate/iddqd-0.x ]]
852026-06-18T03:57:31.028Z+ git branch -f renovate/iddqd-0.x bb47ec6c85c3cef22fc7af1a05dfd9ba7c56754c
862026-06-18T03:57:31.031Z+ git checkout -f renovate/iddqd-0.x
872026-06-18T03:57:31.049ZSwitched to branch 'renovate/iddqd-0.x'
882026-06-18T03:57:31.052Z+ git reset --hard bb47ec6c85c3cef22fc7af1a05dfd9ba7c56754c
892026-06-18T03:57:31.066ZHEAD is now at bb47ec6 Update Rust crate iddqd to 0.4.5
902026-06-18T03:57:31.069Zprocess exited: duration 860 ms, exit code 0
 
912026-06-18T03:57:31.086Zstarting task 4: "build"
922026-06-18T03:57:31.089Z+ source .github/buildomat/common.sh
932026-06-18T03:57:31.094Z++ TOFINO_STAGES=20
942026-06-18T03:57:31.094Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-06-18T03:57:31.094Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-06-18T03:57:31.094Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-06-18T03:57:31.094Z+++ uname -s
982026-06-18T03:57:31.094Z++ '[' SunOS == SunOS ']'
992026-06-18T03:57:31.094Z++ SERIES=illumos
1002026-06-18T03:57:31.094Z+++ uname -s
1012026-06-18T03:57:31.097Z++ '[' SunOS == SunOS ']'
1022026-06-18T03:57:31.097Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-06-18T03:57:31.097Z++ rustup show active-toolchain
1042026-06-18T03:57:31.100Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-06-18T03:57:31.100Z+ source .github/buildomat/illumos.sh
1062026-06-18T03:57:31.101Z++ banner 'sde setup'
1072026-06-18T03:57:31.101Z
1082026-06-18T03:57:31.101Z #### ##### ###### #### ###### ##### # # #####
1092026-06-18T03:57:31.101Z # # # # # # # # # # #
1102026-06-18T03:57:31.101Z #### # # ##### #### ##### # # # # #
1112026-06-18T03:57:31.101Z # # # # # # # # # #####
1122026-06-18T03:57:31.101Z # # # # # # # # # # # #
1132026-06-18T03:57:31.101Z #### ##### ###### #### ###### # #### #
1142026-06-18T03:57:31.101Z
1152026-06-18T03:57:31.101Z++ export PKG_SUCCESS_ON_NOP=1
1162026-06-18T03:57:31.101Z++ PKG_SUCCESS_ON_NOP=1
1172026-06-18T03:57:31.101Z++ export PKG=tofino_sde.p5p
1182026-06-18T03:57:31.101Z++ PKG=tofino_sde.p5p
1192026-06-18T03:57:31.101Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-06-18T03:57:31.106Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-06-18T03:57:31.111Z Dload Upload Total Spent Left Speed
1222026-06-18T03:57:32.158Z 0 0 0 0 0 0 0 0 0 90 76.03M 90 69.16M 0 0 69.22M 0 00:01 00:01 69.23M 100 76.03M 100 76.03M 0 0 72.28M 0 00:01 00:01 69.23M 100 76.03M 100 76.03M 0 0 72.28M 0 00:01 00:01 69.23M 100 76.03M 100 76.03M 0 0 72.27M 0 00:01 00:01 69.23M
1232026-06-18T03:57:32.163Z+++ digest -a sha256 tofino_sde.p5p
1242026-06-18T03:57:32.211Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-06-18T03:57:32.211Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-06-18T03:57:32.214Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-06-18T03:57:35.937Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-18T03:57:36.029Z Startup: Caching catalogs ... Done
1292026-06-18T03:57:36.069Z Startup: Refreshing catalog 'oxide' ... Done
1302026-06-18T03:57:36.515ZPlanning: Solver setup ... Done
1312026-06-18T03:57:36.538ZPlanning: Running solver ... Done
1322026-06-18T03:57:36.546ZPlanning: Finding local manifests ... Done
1332026-06-18T03:57:36.549ZPlanning: Fetching manifests: 1/1 100% complete
1342026-06-18T03:57:36.553ZPlanning: Fetching manifests: 1/1 100% complete
1352026-06-18T03:57:36.568ZPlanning: Package planning ... Done
1362026-06-18T03:57:36.571ZPlanning: Merging actions ... Done
1372026-06-18T03:57:36.669ZPlanning: Checking for conflicting actions ... Done
1382026-06-18T03:57:36.672ZPlanning: Consolidating action changes ... Done
1392026-06-18T03:57:37.488ZPlanning: Evaluating mediators ... Done
1402026-06-18T03:57:37.491ZPlanning: Planning completed in 1.41 seconds
1412026-06-18T03:57:37.495Z Packages to install: 1
1422026-06-18T03:57:37.498Z Create boot environment: No
1432026-06-18T03:57:37.498ZCreate backup boot environment: No
1442026-06-18T03:57:37.521Z
1452026-06-18T03:57:37.521ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-06-18T03:57:37.656ZDownload: Completed 75.30 MB in 0.13 seconds (559M/s)
1472026-06-18T03:57:37.823Z Actions: 1/293 actions (Installing new actions)
1482026-06-18T03:57:38.789Z Actions: Completed 293 actions in 0.97 seconds.
1492026-06-18T03:57:38.792ZFinalize: Updating package state database ... Done
1502026-06-18T03:57:38.834ZFinalize: Updating package cache ... Done
1512026-06-18T03:57:38.860ZFinalize: Updating image state ... Done
1522026-06-18T03:57:41.347ZFinalize: Creating fast lookup database ... Done
1532026-06-18T03:57:41.420ZFinalize: Reading search index ... Done
1542026-06-18T03:57:41.424ZFinalize: Updating search index ... Done
1552026-06-18T03:57:41.649ZFinalize: Updating package cache ... Done
1562026-06-18T03:57:41.750Z++ export SDE=/opt/oxide/tofino_sde
1572026-06-18T03:57:41.750Z++ SDE=/opt/oxide/tofino_sde
1582026-06-18T03:57:41.750Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-06-18T03:57:41.750Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-06-18T03:57:41.753Z++ banner packages
1612026-06-18T03:57:41.753Z
1622026-06-18T03:57:41.753Z ##### ## #### # # ## #### ###### ####
1632026-06-18T03:57:41.753Z # # # # # # # # # # # # # #
1642026-06-18T03:57:41.753Z # # # # # #### # # # ##### ####
1652026-06-18T03:57:41.754Z ##### ###### # # # ###### # ### # #
1662026-06-18T03:57:41.754Z # # # # # # # # # # # # # #
1672026-06-18T03:57:41.754Z # # # #### # # # # #### ###### ####
1682026-06-18T03:57:41.754Z
1692026-06-18T03:57:41.754Z++ pfexec pkg install clang-15 pcap gcc14
1702026-06-18T03:57:42.015Z Startup: Refreshing catalog 'helios' ... Done
1712026-06-18T03:57:42.018Z Startup: Refreshing catalog 'oxide' ... Done
1722026-06-18T03:57:42.366ZPlanning: Solver setup ... Done
1732026-06-18T03:57:42.390ZPlanning: Running solver ... Done
1742026-06-18T03:57:42.397ZPlanning: Consolidating action changes ... Done
1752026-06-18T03:57:42.397ZPlanning: Evaluating mediators ... Done
1762026-06-18T03:57:42.400ZPlanning: Planning completed in 0.38 seconds
1772026-06-18T03:57:42.414ZNo updates necessary for this image.
1782026-06-18T03:57:42.479Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-06-18T03:57:42.694ZPlanning: Evaluating mediator changes ... Done
1802026-06-18T03:57:42.807ZPlanning: Checking for conflicting actions ... Done
1812026-06-18T03:57:42.810ZPlanning: Consolidating action changes ... Done
1822026-06-18T03:57:42.975ZPlanning: Evaluating mediators ... Done
1832026-06-18T03:57:42.978ZPlanning: Planning completed in 0.28 seconds
1842026-06-18T03:57:42.999Z Mediators to change: 2
1852026-06-18T03:57:42.999Z Create boot environment: No
1862026-06-18T03:57:42.999ZCreate backup boot environment: No
1872026-06-18T03:57:43.062ZFinalize: Updating package state database ... Done
1882026-06-18T03:57:43.062ZFinalize: Updating package cache ... Done
1892026-06-18T03:57:43.075ZFinalize: Updating image state ... Done
1902026-06-18T03:57:45.104ZFinalize: Creating fast lookup database ... Done
1912026-06-18T03:57:45.174ZFinalize: Reading search index ... Done
1922026-06-18T03:57:45.178ZFinalize: Updating search index ... Done
1932026-06-18T03:57:45.258ZFinalize: Updating package cache ... Done
1942026-06-18T03:57:45.331Z++ cargo --version
1952026-06-18T03:57:45.341Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-06-18T03:57:45.345Z++ rustc --version
1972026-06-18T03:57:45.364Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-06-18T03:57:45.368Z+ banner copyrights
1992026-06-18T03:57:45.368Z
2002026-06-18T03:57:45.368Z #### #### ##### # # ##### # #### # # ##### ####
2012026-06-18T03:57:45.368Z # # # # # # # # # # # # # # # # #
2022026-06-18T03:57:45.369Z # # # # # # # # # # ###### # ####
2032026-06-18T03:57:45.369Z # # # ##### # ##### # # ### # # # #
2042026-06-18T03:57:45.369Z # # # # # # # # # # # # # # # #
2052026-06-18T03:57:45.369Z #### #### # # # # # #### # # # ####
2062026-06-18T03:57:45.369Z
2072026-06-18T03:57:45.369Z+ ./tools/check_copyrights.sh
2082026-06-18T03:57:45.661Zcommon/src/illumos.rs: Copyright with wrong year
2092026-06-18T03:57:46.444Zdpd/p4/headers.p4: Copyright with wrong year
2102026-06-18T03:57:46.906Zpacket/src/eth.rs: Copyright with wrong year
2112026-06-18T03:57:46.997Zpcap/build.rs: Copyright with wrong year
2122026-06-18T03:57:47.168Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-06-18T03:57:47.401Z+ banner clippy
2142026-06-18T03:57:47.404Z
2152026-06-18T03:57:47.404Z #### # # ##### ##### # #
2162026-06-18T03:57:47.404Z # # # # # # # # # #
2172026-06-18T03:57:47.404Z # # # # # # # #
2182026-06-18T03:57:47.404Z # # # ##### ##### #
2192026-06-18T03:57:47.404Z # # # # # # #
2202026-06-18T03:57:47.404Z #### ###### # # # #
2212026-06-18T03:57:47.404Z
2222026-06-18T03:57:47.404Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-06-18T03:57:47.404Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-06-18T03:57:47.542Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-06-18T03:57:57.339Z Updating crates.io index
2262026-06-18T03:57:57.374Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-06-18T03:57:57.635Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-06-18T03:57:58.303Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-06-18T03:57:58.652Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-06-18T03:57:58.877Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-06-18T03:58:00.055Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2322026-06-18T03:58:00.472Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-06-18T03:58:00.706Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-06-18T03:58:01.015Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-06-18T03:58:01.423Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-06-18T03:58:01.808Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-06-18T03:58:02.149Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-06-18T03:58:02.601Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-06-18T03:58:02.893Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-06-18T03:58:03.204Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-06-18T03:58:04.102Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-18T03:58:04.435Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-06-18T03:58:04.728Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-06-18T03:58:05.381Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2452026-06-18T03:58:05.690Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2462026-06-18T03:58:05.934Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2472026-06-18T03:58:07.383Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2482026-06-18T03:58:07.803Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-18T03:58:08.303Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-06-18T03:58:10.009Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-06-18T03:58:10.604Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-06-18T03:58:10.853Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-18T03:58:11.215Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-06-18T03:58:13.000Z Downloading crates ...
2552026-06-18T03:58:13.090Z Downloaded cobs v0.3.0
2562026-06-18T03:58:13.094Z Downloaded block-buffer v0.10.4
2572026-06-18T03:58:13.098Z Downloaded anstyle-query v1.1.4
2582026-06-18T03:58:13.102Z Downloaded ciborium-ll v0.2.2
2592026-06-18T03:58:13.102Z Downloaded crypto-common v0.2.2
2602026-06-18T03:58:13.105Z Downloaded colored v3.1.1
2612026-06-18T03:58:13.109Z Downloaded arrayvec v0.7.6
2622026-06-18T03:58:13.115Z Downloaded clap_derive v4.6.1
2632026-06-18T03:58:13.118Z Downloaded camino v1.2.2
2642026-06-18T03:58:13.121Z Downloaded aho-corasick v1.1.3
2652026-06-18T03:58:13.125Z Downloaded defmt-parser v1.0.0
2662026-06-18T03:58:13.130Z Downloaded defmt v1.0.1
2672026-06-18T03:58:13.133Z Downloaded defmt v0.3.100
2682026-06-18T03:58:13.133Z Downloaded hubpack_derive v0.1.1
2692026-06-18T03:58:13.137Z Downloaded futures-task v0.3.32
2702026-06-18T03:58:13.141Z Downloaded errno v0.3.14
2712026-06-18T03:58:13.141Z Downloaded convert_case v0.4.0
2722026-06-18T03:58:13.144Z Downloaded derive-where v1.6.0
2732026-06-18T03:58:13.144Z Downloaded defmt-macros v1.0.1
2742026-06-18T03:58:13.148Z Downloaded allocator-api2 v0.2.21
2752026-06-18T03:58:13.152Z Downloaded foreign-types v0.5.0
2762026-06-18T03:58:13.152Z Downloaded humantime v2.3.0
2772026-06-18T03:58:13.157Z Downloaded critical-section v1.2.0
2782026-06-18T03:58:13.157Z Downloaded crucible-workspace-hack v0.1.0
2792026-06-18T03:58:13.160Z Downloaded fs-err v3.1.2
2802026-06-18T03:58:13.160Z Downloaded git-stub v1.0.0
2812026-06-18T03:58:13.164Z Downloaded ciborium-io v0.2.2
2822026-06-18T03:58:13.164Z Downloaded debug-ignore v1.0.5
2832026-06-18T03:58:13.167Z Downloaded atomic-waker v1.1.2
2842026-06-18T03:58:13.171Z Downloaded gethostname v0.5.0
2852026-06-18T03:58:13.171Z Downloaded dof v0.4.0
2862026-06-18T03:58:13.176Z Downloaded http-body-util v0.1.3
2872026-06-18T03:58:13.177Z Downloaded futures-executor v0.3.32
2882026-06-18T03:58:13.180Z Downloaded adler2 v2.0.1
2892026-06-18T03:58:13.180Z Downloaded heck v0.4.1
2902026-06-18T03:58:13.180Z Downloaded embedded-io v0.4.0
2912026-06-18T03:58:13.183Z Downloaded either v1.15.0
2922026-06-18T03:58:13.187Z Downloaded derive-ex v0.1.8
2932026-06-18T03:58:13.187Z Downloaded async-recursion v1.1.1
2942026-06-18T03:58:13.190Z Downloaded data-encoding v2.9.0
2952026-06-18T03:58:13.191Z Downloaded git-stub-vcs v0.1.0
2962026-06-18T03:58:13.194Z Downloaded globset v0.4.16
2972026-06-18T03:58:13.197Z Downloaded darling_macro v0.21.3
2982026-06-18T03:58:13.197Z Downloaded hmac v0.12.1
2992026-06-18T03:58:13.201Z Downloaded crypto-common v0.1.6
3002026-06-18T03:58:13.204Z Downloaded group v0.13.0
3012026-06-18T03:58:13.204Z Downloaded enum-as-inner v0.6.1
3022026-06-18T03:58:13.204Z Downloaded aead v0.5.2
3032026-06-18T03:58:13.208Z Downloaded digest v0.10.7
3042026-06-18T03:58:13.208Z Downloaded dtrace-parser v0.2.0
3052026-06-18T03:58:13.211Z Downloaded cfg_aliases v0.2.1
3062026-06-18T03:58:13.214Z Downloaded deranged v0.5.3
3072026-06-18T03:58:13.214Z Downloaded clap_lex v1.1.0
3082026-06-18T03:58:13.217Z Downloaded futures-macro v0.3.32
3092026-06-18T03:58:13.217Z Downloaded half v2.7.1
3102026-06-18T03:58:13.220Z Downloaded anstream v1.0.0
3112026-06-18T03:58:13.224Z Downloaded dropshot_endpoint v0.16.7
3122026-06-18T03:58:13.227Z Downloaded backoff v0.4.0
3132026-06-18T03:58:13.230Z Downloaded daft v0.1.5
3142026-06-18T03:58:13.230Z Downloaded hex v0.4.3
3152026-06-18T03:58:13.234Z Downloaded hubpack v0.1.2
3162026-06-18T03:58:13.237Z Downloaded form_urlencoded v1.2.2
3172026-06-18T03:58:13.237Z Downloaded httpdate v1.0.3
3182026-06-18T03:58:13.237Z Downloaded foreign-types-shared v0.3.1
3192026-06-18T03:58:13.240Z Downloaded ident_case v1.0.1
3202026-06-18T03:58:13.240Z Downloaded embedded-io v0.6.1
3212026-06-18T03:58:13.243Z Downloaded dtrace-parser v0.3.0
3222026-06-18T03:58:13.243Z Downloaded colorchoice v1.0.4
3232026-06-18T03:58:13.246Z Downloaded foreign-types v0.3.2
3242026-06-18T03:58:13.246Z Downloaded indent_write v2.2.0
3252026-06-18T03:58:13.249Z Downloaded hyper-tls v0.6.0
3262026-06-18T03:58:13.252Z Downloaded inout v0.1.4
3272026-06-18T03:58:13.252Z Downloaded instant v0.1.13
3282026-06-18T03:58:13.256Z Downloaded is_ci v1.2.0
3292026-06-18T03:58:13.256Z Downloaded internet-checksum v0.2.1
3302026-06-18T03:58:13.259Z Downloaded is_terminal_polyfill v1.70.1
3312026-06-18T03:58:13.259Z Downloaded futures-core v0.3.32
3322026-06-18T03:58:13.262Z Downloaded glob v0.3.3
3332026-06-18T03:58:13.262Z Downloaded foldhash v0.2.0
3342026-06-18T03:58:13.265Z Downloaded curve25519-dalek-derive v0.1.1
3352026-06-18T03:58:13.269Z Downloaded getrandom v0.3.3
3362026-06-18T03:58:13.269Z Downloaded autocfg v1.5.0
3372026-06-18T03:58:13.272Z Downloaded dropshot_endpoint v0.17.1
3382026-06-18T03:58:13.275Z Downloaded idna_adapter v1.2.1
3392026-06-18T03:58:13.275Z Downloaded compression-codecs v0.4.32
3402026-06-18T03:58:13.278Z Downloaded hash32 v0.3.1
3412026-06-18T03:58:13.281Z Downloaded cipher v0.4.4
3422026-06-18T03:58:13.284Z Downloaded dof v0.3.0
3432026-06-18T03:58:13.284Z Downloaded heck v0.5.0
3442026-06-18T03:58:13.287Z Downloaded getrandom v0.4.2
3452026-06-18T03:58:13.290Z Downloaded keccak v0.1.6
3462026-06-18T03:58:13.290Z Downloaded foreign-types-macros v0.2.3
3472026-06-18T03:58:13.293Z Downloaded base64ct v1.8.0
3482026-06-18T03:58:13.293Z Downloaded lazy_static v1.5.0
3492026-06-18T03:58:13.296Z Downloaded linked-hash-map v0.5.6
3502026-06-18T03:58:13.299Z Downloaded itoa v1.0.15
3512026-06-18T03:58:13.299Z Downloaded lru-cache v0.1.2
3522026-06-18T03:58:13.303Z Downloaded is-terminal v0.4.16
3532026-06-18T03:58:13.303Z Downloaded lru-slab v0.1.2
3542026-06-18T03:58:13.307Z Downloaded memmap v0.7.0
3552026-06-18T03:58:13.307Z Downloaded memoffset v0.9.1
3562026-06-18T03:58:13.310Z Downloaded macaddr v1.0.1
3572026-06-18T03:58:13.310Z Downloaded libscf-sys v1.2.0
3582026-06-18T03:58:13.310Z Downloaded kstat-rs v0.2.4
3592026-06-18T03:58:13.314Z Downloaded anstyle-parse v1.0.0
3602026-06-18T03:58:13.314Z Downloaded fastrand v2.3.0
3612026-06-18T03:58:13.317Z Downloaded const_format_proc_macros v0.2.34
3622026-06-18T03:58:13.320Z Downloaded ff v0.13.1
3632026-06-18T03:58:13.320Z Downloaded console v0.15.11
3642026-06-18T03:58:13.323Z Downloaded clang-sys v1.8.1
3652026-06-18T03:58:13.326Z Downloaded ingot-types v0.1.2
3662026-06-18T03:58:13.326Z Downloaded ipnet v2.11.0
3672026-06-18T03:58:13.329Z Downloaded fixedbitset v0.5.7
3682026-06-18T03:58:13.332Z Downloaded mime v0.3.17
3692026-06-18T03:58:13.332Z Downloaded managed v0.8.0
3702026-06-18T03:58:13.335Z Downloaded match_cfg v0.1.0
3712026-06-18T03:58:13.335Z Downloaded num-derive v0.4.2
3722026-06-18T03:58:13.338Z Downloaded derive_more v0.99.20
3732026-06-18T03:58:13.341Z Downloaded csv-core v0.1.12
3742026-06-18T03:58:13.341Z Downloaded find-msvc-tools v0.1.9
3752026-06-18T03:58:13.344Z Downloaded crossbeam-utils v0.8.21
3762026-06-18T03:58:13.347Z Downloaded crossbeam-epoch v0.9.18
3772026-06-18T03:58:13.350Z Downloaded crossbeam-channel v0.5.15
3782026-06-18T03:58:13.353Z Downloaded dunce v1.0.5
3792026-06-18T03:58:13.353Z Downloaded daft-derive v0.1.5
3802026-06-18T03:58:13.356Z Downloaded newline-converter v0.3.0
3812026-06-18T03:58:13.359Z Downloaded num-conv v0.2.1
3822026-06-18T03:58:13.359Z Downloaded num_enum_derive v0.5.11
3832026-06-18T03:58:13.362Z Downloaded num v0.4.3
3842026-06-18T03:58:13.362Z Downloaded clap v4.6.1
3852026-06-18T03:58:13.366Z Downloaded omicron-workspace-hack v0.1.0
3862026-06-18T03:58:13.369Z Downloaded linear-map v1.2.0
3872026-06-18T03:58:13.372Z Downloaded opaque-debug v0.3.1
3882026-06-18T03:58:13.372Z Downloaded libsw v3.5.0
3892026-06-18T03:58:13.376Z Downloaded openssl-macros v0.1.1
3902026-06-18T03:58:13.376Z Downloaded olpc-cjson v0.1.4
3912026-06-18T03:58:13.376Z Downloaded digest v0.11.3
3922026-06-18T03:58:13.379Z Downloaded num_threads v0.1.7
3932026-06-18T03:58:13.379Z Downloaded newtype-uuid-macros v0.1.0
3942026-06-18T03:58:13.382Z Downloaded libloading v0.8.9
3952026-06-18T03:58:13.382Z Downloaded fs_extra v1.3.0
3962026-06-18T03:58:13.385Z Downloaded openssl-probe v0.1.6
3972026-06-18T03:58:13.388Z Downloaded ingot v0.1.1
3982026-06-18T03:58:13.388Z Downloaded cancel-safe-futures v0.1.5
3992026-06-18T03:58:13.391Z Downloaded camino-tempfile v1.4.1
4002026-06-18T03:58:13.394Z Downloaded percent-encoding v2.3.2
4012026-06-18T03:58:13.394Z Downloaded parse-display v0.10.0
4022026-06-18T03:58:13.394Z Downloaded blake2 v0.10.6
4032026-06-18T03:58:13.397Z Downloaded ipnetwork v0.21.1
4042026-06-18T03:58:13.400Z Downloaded plain v0.2.3
4052026-06-18T03:58:13.400Z Downloaded iana-time-zone v0.1.64
4062026-06-18T03:58:13.403Z Downloaded lock_api v0.4.14
4072026-06-18T03:58:13.403Z Downloaded pretty-hex v0.4.1
4082026-06-18T03:58:13.406Z Downloaded libsw-core v0.3.2
4092026-06-18T03:58:13.406Z Downloaded futures-channel v0.3.32
4102026-06-18T03:58:13.409Z Downloaded proc-macro-error-attr v1.0.4
4112026-06-18T03:58:13.412Z Downloaded powerfmt v0.2.0
4122026-06-18T03:58:13.412Z Downloaded erased-serde v0.3.31
4132026-06-18T03:58:13.415Z Downloaded native-tls v0.2.14
4142026-06-18T03:58:13.415Z Downloaded getrandom v0.2.16
4152026-06-18T03:58:13.418Z Downloaded multer v3.1.0
4162026-06-18T03:58:13.421Z Downloaded phf_shared v0.12.1
4172026-06-18T03:58:13.421Z Downloaded foldhash v0.1.5
4182026-06-18T03:58:13.424Z Downloaded proc-macro-crate v1.3.1
4192026-06-18T03:58:13.424Z Downloaded darling v0.21.3
4202026-06-18T03:58:13.427Z Downloaded num-iter v0.1.45
4212026-06-18T03:58:13.430Z Downloaded num-complex v0.4.6
4222026-06-18T03:58:13.431Z Downloaded proc-macro-error-attr2 v2.0.0
4232026-06-18T03:58:13.433Z Downloaded const-oid v0.10.2
4242026-06-18T03:58:13.434Z Downloaded progenitor-client v0.11.1
4252026-06-18T03:58:13.437Z Downloaded progenitor-client v0.14.0
4262026-06-18T03:58:13.437Z Downloaded progenitor-client v0.10.0
4272026-06-18T03:58:13.440Z Downloaded crypto-bigint v0.5.5
4282026-06-18T03:58:13.443Z Downloaded num_enum v0.7.5
4292026-06-18T03:58:13.446Z Downloaded password-hash v0.5.0
4302026-06-18T03:58:13.449Z Downloaded parse-display-derive v0.10.0
4312026-06-18T03:58:13.449Z Downloaded newtype-uuid v1.3.2
4322026-06-18T03:58:13.449Z Downloaded litemap v0.8.0
4332026-06-18T03:58:13.452Z Downloaded displaydoc v0.2.5
4342026-06-18T03:58:13.455Z Downloaded num_enum_derive v0.7.5
4352026-06-18T03:58:13.455Z Downloaded num_enum v0.5.11
4362026-06-18T03:58:13.458Z Downloaded num-rational v0.4.2
4372026-06-18T03:58:13.461Z Downloaded rand_chacha v0.3.1
4382026-06-18T03:58:13.461Z Downloaded quick-error v1.2.3
4392026-06-18T03:58:13.464Z Downloaded progenitor-macro v0.14.0
4402026-06-18T03:58:13.464Z Downloaded icu_properties v2.0.1
4412026-06-18T03:58:13.468Z Downloaded icu_provider v2.0.0
4422026-06-18T03:58:13.470Z Downloaded httparse v1.10.1
4432026-06-18T03:58:13.470Z Downloaded ingot-macros v0.1.1
4442026-06-18T03:58:13.473Z Downloaded indexmap v1.9.3
4452026-06-18T03:58:13.477Z Downloaded hybrid-array v0.4.12
4462026-06-18T03:58:13.477Z Downloaded progenitor-macro v0.10.0
4472026-06-18T03:58:13.480Z Downloaded phf v0.12.1
4482026-06-18T03:58:13.480Z Downloaded ref-cast v1.0.25
4492026-06-18T03:58:13.483Z Downloaded pem v3.0.5
4502026-06-18T03:58:13.483Z Downloaded paste v1.0.15
4512026-06-18T03:58:13.486Z Downloaded ref-cast-impl v1.0.25
4522026-06-18T03:58:13.489Z Downloaded jobserver v0.1.34
4532026-06-18T03:58:13.489Z Downloaded rand_xorshift v0.4.0
4542026-06-18T03:58:13.492Z Downloaded proc-macro-error v1.0.4
4552026-06-18T03:58:13.492Z Downloaded ppv-lite86 v0.2.21
4562026-06-18T03:58:13.495Z Downloaded elliptic-curve v0.13.8
4572026-06-18T03:58:13.498Z Downloaded icu_normalizer v2.0.0
4582026-06-18T03:58:13.501Z Downloaded highway v1.3.0
4592026-06-18T03:58:13.501Z Downloaded oxide-tokio-rt v0.1.2
4602026-06-18T03:58:13.505Z Downloaded pin-project-internal v1.1.10
4612026-06-18T03:58:13.505Z Downloaded oxnet v0.1.6
4622026-06-18T03:58:13.508Z Downloaded rustc_version v0.4.1
4632026-06-18T03:58:13.508Z Downloaded rustc-hash v2.1.1
4642026-06-18T03:58:13.508Z Downloaded rustc_version v0.1.7
4652026-06-18T03:58:13.511Z Downloaded owo-colors v4.3.0
4662026-06-18T03:58:13.511Z Downloaded potential_utf v0.1.3
4672026-06-18T03:58:13.514Z Downloaded http v1.4.2
4682026-06-18T03:58:13.514Z Downloaded same-file v1.0.6
4692026-06-18T03:58:13.518Z Downloaded hyper-rustls v0.27.7
4702026-06-18T03:58:13.518Z Downloaded drift v0.2.0
4712026-06-18T03:58:13.524Z Downloaded parking_lot v0.12.5
4722026-06-18T03:58:13.528Z Downloaded bitflags v2.11.1
4732026-06-18T03:58:13.531Z Downloaded rand_core v0.6.4
4742026-06-18T03:58:13.531Z Downloaded progenitor v0.10.0
4752026-06-18T03:58:13.534Z Downloaded quote v1.0.45
4762026-06-18T03:58:13.534Z Downloaded num-integer v0.1.46
4772026-06-18T03:58:13.537Z Downloaded scroll_derive v0.13.1
4782026-06-18T03:58:13.537Z Downloaded semver v0.1.20
4792026-06-18T03:58:13.540Z Downloaded scroll_derive v0.12.1
4802026-06-18T03:58:13.540Z Downloaded scopeguard v1.2.0
4812026-06-18T03:58:13.540Z Downloaded progenitor-macro v0.11.1
4822026-06-18T03:58:13.543Z Downloaded icu_normalizer_data v2.0.0
4832026-06-18T03:58:13.543Z Downloaded pest_generator v2.8.2
4842026-06-18T03:58:13.546Z Downloaded crc32fast v1.5.0
4852026-06-18T03:58:13.546Z Downloaded newtype_derive v0.1.6
4862026-06-18T03:58:13.549Z Downloaded ciborium v0.2.2
4872026-06-18T03:58:13.549Z Downloaded progenitor v0.11.1
4882026-06-18T03:58:13.552Z Downloaded poly1305 v0.8.0
4892026-06-18T03:58:13.552Z Downloaded pin-project-lite v0.2.16
4902026-06-18T03:58:13.556Z Downloaded serde_spanned v1.1.1
4912026-06-18T03:58:13.559Z Downloaded serde_plain v1.0.2
4922026-06-18T03:58:13.559Z Downloaded serde_urlencoded v0.7.1
4932026-06-18T03:58:13.562Z Downloaded once_cell v1.21.3
4942026-06-18T03:58:13.562Z Downloaded serde-big-array v0.5.1
4952026-06-18T03:58:13.566Z Downloaded rand_chacha v0.9.0
4962026-06-18T03:58:13.566Z Downloaded search_path v0.1.4
4972026-06-18T03:58:13.569Z Downloaded pest_meta v2.8.2
4982026-06-18T03:58:13.569Z Downloaded pest_derive v2.8.2
4992026-06-18T03:58:13.572Z Downloaded cc v1.2.64
5002026-06-18T03:58:13.572Z Downloaded bytes v1.11.1
5012026-06-18T03:58:13.576Z Downloaded sha1 v0.11.0
5022026-06-18T03:58:13.579Z Downloaded sha1 v0.10.6
5032026-06-18T03:58:13.579Z Downloaded curl v0.4.50
5042026-06-18T03:58:13.582Z Downloaded resolv-conf v0.7.5
5052026-06-18T03:58:13.582Z Downloaded base64 v0.22.1
5062026-06-18T03:58:13.585Z Downloaded progenitor v0.14.0
5072026-06-18T03:58:13.588Z Downloaded log v0.4.29
5082026-06-18T03:58:13.588Z Downloaded parking_lot_core v0.9.12
5092026-06-18T03:58:13.591Z Downloaded omicron-zone-package v0.12.2
5102026-06-18T03:58:13.593Z Downloaded postcard v1.1.3
5112026-06-18T03:58:13.594Z Downloaded pkg-config v0.3.32
5122026-06-18T03:58:13.597Z Downloaded scroll v0.13.0
5132026-06-18T03:58:13.597Z Downloaded memmap2 v0.9.8
5142026-06-18T03:58:13.600Z Downloaded filetime v0.2.26
5152026-06-18T03:58:13.600Z Downloaded cargo_metadata v0.18.1
5162026-06-18T03:58:13.603Z Downloaded papergrid v0.17.0
5172026-06-18T03:58:13.606Z Downloaded signal-hook-tokio v0.4.0
5182026-06-18T03:58:13.606Z Downloaded rand_core v0.9.3
5192026-06-18T03:58:13.606Z Downloaded quinn-udp v0.5.14
5202026-06-18T03:58:13.609Z Downloaded futures v0.3.32
5212026-06-18T03:58:13.612Z Downloaded siphasher v1.0.1
5222026-06-18T03:58:13.612Z Downloaded rustversion v1.0.22
5232026-06-18T03:58:13.616Z Downloaded rustls-pemfile v2.2.0
5242026-06-18T03:58:13.616Z Downloaded darling_core v0.21.3
5252026-06-18T03:58:13.619Z Downloaded proc-macro-error2 v2.0.1
5262026-06-18T03:58:13.622Z Downloaded rusty-fork v0.3.0
5272026-06-18T03:58:13.625Z Downloaded cexpr v0.6.0
5282026-06-18T03:58:13.625Z Downloaded bitflags v1.3.2
5292026-06-18T03:58:13.629Z Downloaded serde_spanned v0.6.9
5302026-06-18T03:58:13.629Z Downloaded smawk v0.3.2
5312026-06-18T03:58:13.632Z Downloaded strum v0.26.3
5322026-06-18T03:58:13.632Z Downloaded structmeta v0.3.0
5332026-06-18T03:58:13.632Z Downloaded strsim v0.11.1
5342026-06-18T03:58:13.632Z Downloaded strum v0.28.0
5352026-06-18T03:58:13.635Z Downloaded proc-macro2 v1.0.106
5362026-06-18T03:58:13.635Z Downloaded serde_tokenstream v0.2.3
5372026-06-18T03:58:13.638Z Downloaded slog-bunyan v2.5.0
5382026-06-18T03:58:13.638Z Downloaded scroll v0.12.0
5392026-06-18T03:58:13.641Z Downloaded sigpipe v0.1.3
5402026-06-18T03:58:13.641Z Downloaded serde_derive_internals v0.29.1
5412026-06-18T03:58:13.641Z Downloaded serde_repr v0.1.20
5422026-06-18T03:58:13.644Z Downloaded byteorder v1.5.0
5432026-06-18T03:58:13.644Z Downloaded subtle v2.6.1
5442026-06-18T03:58:13.647Z Downloaded dyn-clone v1.0.20
5452026-06-18T03:58:13.647Z Downloaded secrecy v0.10.3
5462026-06-18T03:58:13.647Z Downloaded schemars_derive v0.8.22
5472026-06-18T03:58:13.651Z Downloaded async-trait v0.1.89
5482026-06-18T03:58:13.654Z Downloaded strum v0.27.2
5492026-06-18T03:58:13.654Z Downloaded structmeta-derive v0.3.0
5502026-06-18T03:58:13.654Z Downloaded stable_deref_trait v1.2.0
5512026-06-18T03:58:13.657Z Downloaded num-traits v0.2.19
5522026-06-18T03:58:13.657Z Downloaded flate2 v1.1.2
5532026-06-18T03:58:13.660Z Downloaded jiff-static v0.2.15
5542026-06-18T03:58:13.663Z Downloaded papergrid v0.11.0
5552026-06-18T03:58:13.666Z Downloaded crossbeam-deque v0.8.6
5562026-06-18T03:58:13.666Z Downloaded tagptr v0.2.0
5572026-06-18T03:58:13.666Z Downloaded supports-color v3.0.2
5582026-06-18T03:58:13.669Z Downloaded tabled_derive v0.7.0
5592026-06-18T03:58:13.669Z Downloaded tabwriter v1.4.1
5602026-06-18T03:58:13.672Z Downloaded serde_path_to_error v0.1.20
5612026-06-18T03:58:13.672Z Downloaded sync_wrapper v1.0.2
5622026-06-18T03:58:13.672Z Downloaded swrite v0.1.0
5632026-06-18T03:58:13.675Z Downloaded hostname v0.4.2
5642026-06-18T03:58:13.675Z Downloaded fixedbitset v0.4.2
5652026-06-18T03:58:13.675Z Downloaded http-body v1.0.1
5662026-06-18T03:58:13.678Z Downloaded shlex v1.3.0
5672026-06-18T03:58:13.678Z Downloaded progenitor-impl v0.10.0
5682026-06-18T03:58:13.681Z Downloaded hickory-resolver v0.24.4
5692026-06-18T03:58:13.684Z Downloaded pin-project v1.1.10
5702026-06-18T03:58:13.688Z Downloaded tabled_derive v0.11.0
5712026-06-18T03:58:13.691Z Downloaded sha2 v0.10.9
5722026-06-18T03:58:13.691Z Downloaded signal-hook-registry v1.4.6
5732026-06-18T03:58:13.694Z Downloaded snafu-derive v0.8.9
5742026-06-18T03:58:13.694Z Downloaded shlex v2.0.1
5752026-06-18T03:58:13.694Z Downloaded icu_collections v2.0.0
5762026-06-18T03:58:13.697Z Downloaded termtree v0.5.1
5772026-06-18T03:58:13.700Z Downloaded hashbrown v0.12.3
5782026-06-18T03:58:13.703Z Downloaded icu_locale_core v2.0.0
5792026-06-18T03:58:13.707Z Downloaded thiserror-impl-no-std v2.0.2
5802026-06-18T03:58:13.707Z Downloaded memchr v2.7.5
5812026-06-18T03:58:13.717Z Downloaded smf v0.2.3
5822026-06-18T03:58:13.720Z Downloaded testing_table v0.3.0
5832026-06-18T03:58:13.720Z Downloaded slog-json v2.6.1
5842026-06-18T03:58:13.721Z Downloaded thread-id v5.0.0
5852026-06-18T03:58:13.721Z Downloaded slog-dtrace v0.3.0
5862026-06-18T03:58:13.721Z Downloaded time-core v0.1.8
5872026-06-18T03:58:13.721Z Downloaded slog-async v2.8.0
5882026-06-18T03:58:13.721Z Downloaded ryu v1.0.20
5892026-06-18T03:58:13.721Z Downloaded static_assertions v1.1.0
5902026-06-18T03:58:13.721Z Downloaded serde_with_macros v3.14.1
5912026-06-18T03:58:13.724Z Downloaded terminal_size v0.4.3
5922026-06-18T03:58:13.724Z Downloaded take_mut v0.2.2
5932026-06-18T03:58:13.724Z Downloaded slab v0.4.11
5942026-06-18T03:58:13.727Z Downloaded tinyvec_macros v0.1.1
5952026-06-18T03:58:13.727Z Downloaded thread-id v4.2.2
5962026-06-18T03:58:13.727Z Downloaded semver v1.0.28
5972026-06-18T03:58:13.730Z Downloaded hashbrown v0.15.5
5982026-06-18T03:58:13.731Z Downloaded progenitor-impl v0.14.0
5992026-06-18T03:58:13.734Z Downloaded hickory-resolver v0.25.2
6002026-06-18T03:58:13.737Z Downloaded strum_macros v0.28.0
6012026-06-18T03:58:13.737Z Downloaded heapless v0.8.0
6022026-06-18T03:58:13.740Z Downloaded hostname v0.3.1
6032026-06-18T03:58:13.740Z Downloaded float-ord v0.3.2
6042026-06-18T03:58:13.743Z Downloaded dropshot-api-manager-types v0.7.2
6052026-06-18T03:58:13.743Z Downloaded equivalent v1.0.2
6062026-06-18T03:58:13.743Z Downloaded futures-sink v0.3.32
6072026-06-18T03:58:13.746Z Downloaded futures-io v0.3.32
6082026-06-18T03:58:13.746Z Downloaded strum_macros v0.27.2
6092026-06-18T03:58:13.746Z Downloaded cmake v0.1.54
6102026-06-18T03:58:13.749Z Downloaded bytecount v0.6.9
6112026-06-18T03:58:13.749Z Downloaded anstyle v1.0.14
6122026-06-18T03:58:13.749Z Downloaded cargo-platform v0.1.9
6132026-06-18T03:58:13.753Z Downloaded foreign-types-shared v0.1.1
6142026-06-18T03:58:13.753Z Downloaded toml_datetime v0.6.11
6152026-06-18T03:58:13.753Z Downloaded bit-set v0.8.0
6162026-06-18T03:58:13.756Z Downloaded cfg-if v1.0.4
6172026-06-18T03:58:13.756Z Downloaded block-buffer v0.12.0
6182026-06-18T03:58:13.756Z Downloaded const_format v0.2.34
6192026-06-18T03:58:13.759Z Downloaded compression-core v0.4.32
6202026-06-18T03:58:13.759Z Downloaded bit-vec v0.8.0
6212026-06-18T03:58:13.762Z Downloaded strum_macros v0.26.4
6222026-06-18T03:58:13.762Z Downloaded async-stream-impl v0.3.6
6232026-06-18T03:58:13.765Z Downloaded cpufeatures v0.2.17
6242026-06-18T03:58:13.765Z Downloaded toml_write v0.1.2
6252026-06-18T03:58:13.765Z Downloaded openssl-sys v0.9.117
6262026-06-18T03:58:13.768Z Downloaded fnv v1.0.7
6272026-06-18T03:58:13.771Z Downloaded expectorate v1.2.0
6282026-06-18T03:58:13.771Z Downloaded slog-term v2.9.2
6292026-06-18T03:58:13.774Z Downloaded crc8 v0.1.1
6302026-06-18T03:58:13.775Z Downloaded base16ct v0.2.0
6312026-06-18T03:58:13.775Z Downloaded cstr-argument v0.1.2
6322026-06-18T03:58:13.775Z Downloaded async-stream v0.3.6
6332026-06-18T03:58:13.779Z Downloaded rustls-pki-types v1.12.0
6342026-06-18T03:58:13.793Z Downloaded generic-array v0.14.7
6352026-06-18T03:58:13.793Z Downloaded topological-sort v0.2.2
6362026-06-18T03:58:13.793Z Downloaded cpufeatures v0.3.0
6372026-06-18T03:58:13.793Z Downloaded constant_time_eq v0.3.1
6382026-06-18T03:58:13.793Z Downloaded chacha20 v0.9.1
6392026-06-18T03:58:13.793Z Downloaded try-lock v0.2.5
6402026-06-18T03:58:13.793Z Downloaded tower-service v0.3.3
6412026-06-18T03:58:13.793Z Downloaded smallvec v1.15.1
6422026-06-18T03:58:13.793Z Downloaded hyper-util v0.1.20
6432026-06-18T03:58:13.793Z Downloaded atomicwrites v0.4.4
6442026-06-18T03:58:13.793Z Downloaded argon2 v0.5.3
6452026-06-18T03:58:13.793Z Downloaded anyhow v1.0.102
6462026-06-18T03:58:13.797Z Downloaded tower-layer v0.3.3
6472026-06-18T03:58:13.797Z Downloaded thread_local v1.1.9
6482026-06-18T03:58:13.797Z Downloaded thiserror-no-std v2.0.2
6492026-06-18T03:58:13.800Z Downloaded thiserror-impl v1.0.69
6502026-06-18T03:58:13.800Z Downloaded thiserror v1.0.69
6512026-06-18T03:58:13.803Z Downloaded typify-macro v0.6.2
6522026-06-18T03:58:13.806Z Downloaded unarray v0.1.4
6532026-06-18T03:58:13.806Z Downloaded unicode-linebreak v0.1.5
6542026-06-18T03:58:13.806Z Downloaded thiserror-impl v2.0.18
6552026-06-18T03:58:13.807Z Downloaded rayon-core v1.13.0
6562026-06-18T03:58:13.811Z Downloaded typify-macro v0.4.3
6572026-06-18T03:58:13.811Z Downloaded spin v0.9.8
6582026-06-18T03:58:13.814Z Downloaded progenitor-impl v0.11.1
6592026-06-18T03:58:13.814Z Downloaded indexmap v2.14.0
6602026-06-18T03:58:13.817Z Downloaded miniz_oxide v0.8.9
6612026-06-18T03:58:13.817Z Downloaded async-compression v0.4.33
6622026-06-18T03:58:13.820Z Downloaded bcs v0.1.6
6632026-06-18T03:58:13.823Z Downloaded time-macros v0.2.27
6642026-06-18T03:58:13.823Z Downloaded arrayref v0.3.9
6652026-06-18T03:58:13.827Z Downloaded tokio-macros v2.7.0
6662026-06-18T03:58:13.827Z Downloaded cookie v0.18.1
6672026-06-18T03:58:13.830Z Downloaded unicode-xid v0.2.6
6682026-06-18T03:58:13.830Z Downloaded synstructure v0.13.2
6692026-06-18T03:58:13.830Z Downloaded chacha20poly1305 v0.10.1
6702026-06-18T03:58:13.830Z Downloaded usdt-attr-macro v0.5.0
6712026-06-18T03:58:13.830Z Downloaded untrusted v0.7.1
6722026-06-18T03:58:13.833Z Downloaded usdt v0.6.0
6732026-06-18T03:58:13.833Z Downloaded utf8parse v0.2.2
6742026-06-18T03:58:13.833Z Downloaded utf8_iter v1.0.4
6752026-06-18T03:58:13.833Z Downloaded usdt-macro v0.6.0
6762026-06-18T03:58:13.836Z Downloaded tinystr v0.8.1
6772026-06-18T03:58:13.836Z Downloaded tokio-rustls v0.25.0
6782026-06-18T03:58:13.836Z Downloaded waitgroup v0.1.2
6792026-06-18T03:58:13.840Z Downloaded tokio-native-tls v0.3.1
6802026-06-18T03:58:13.840Z Downloaded tempfile v3.27.0
6812026-06-18T03:58:13.840Z Downloaded usdt v0.5.0
6822026-06-18T03:58:13.843Z Downloaded universal-hash v0.5.1
6832026-06-18T03:58:13.843Z Downloaded schemars v0.8.22
6842026-06-18T03:58:13.847Z Downloaded serde_derive v1.0.228
6852026-06-18T03:58:13.850Z Downloaded untrusted v0.9.0
6862026-06-18T03:58:13.850Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6872026-06-18T03:58:13.854Z Downloaded usdt-macro v0.5.0
6882026-06-18T03:58:13.854Z Downloaded scuffle v0.1.0
6892026-06-18T03:58:13.857Z Downloaded usdt-attr-macro v0.6.0
6902026-06-18T03:58:13.857Z Downloaded qorb v0.4.1
6912026-06-18T03:58:13.860Z Downloaded wait-timeout v0.2.1
6922026-06-18T03:58:13.860Z Downloaded version_check v0.9.5
6932026-06-18T03:58:13.860Z Downloaded serde_yaml v0.9.34+deprecated
6942026-06-18T03:58:13.863Z Downloaded rand v0.8.5
6952026-06-18T03:58:13.866Z Downloaded serde_core v1.0.228
6962026-06-18T03:58:13.866Z Downloaded schemars v0.9.0
6972026-06-18T03:58:13.871Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6982026-06-18T03:58:13.874Z Downloaded term v1.2.0
6992026-06-18T03:58:13.874Z Downloaded similar v2.7.0
7002026-06-18T03:58:13.877Z Downloaded signal-hook v0.4.4
7012026-06-18T03:58:13.881Z Downloaded slog v2.8.2
7022026-06-18T03:58:13.881Z Downloaded nom v7.1.3
7032026-06-18T03:58:13.884Z Downloaded tokio-dtrace v0.1.1
7042026-06-18T03:58:13.887Z Downloaded prettyplease v0.2.37
7052026-06-18T03:58:13.887Z Downloaded minimal-lexical v0.2.1
7062026-06-18T03:58:13.890Z Downloaded zerofrom-derive v0.1.6
7072026-06-18T03:58:13.890Z Downloaded xattr v1.6.1
7082026-06-18T03:58:13.893Z Downloaded thiserror v2.0.18
7092026-06-18T03:58:13.896Z Downloaded socket2 v0.6.4
7102026-06-18T03:58:13.900Z Downloaded yoke-derive v0.8.0
7112026-06-18T03:58:13.903Z Downloaded zerofrom v0.1.6
7122026-06-18T03:58:13.906Z Downloaded schemars v1.2.0
7132026-06-18T03:58:13.911Z Downloaded zone_cfg_derive v0.3.1
7142026-06-18T03:58:13.914Z Downloaded zone v0.3.1
7152026-06-18T03:58:13.914Z Downloaded tokio-rustls v0.26.4
7162026-06-18T03:58:13.914Z Downloaded hashbrown v0.16.1
7172026-06-18T03:58:13.917Z Downloaded walkdir v2.5.0
7182026-06-18T03:58:13.920Z Downloaded tokio-stream v0.1.17
7192026-06-18T03:58:13.923Z Downloaded zeroize_derive v1.4.3
7202026-06-18T03:58:13.923Z Downloaded rand v0.9.3
7212026-06-18T03:58:13.926Z Downloaded toml v0.8.23
7222026-06-18T03:58:13.926Z Downloaded snafu v0.8.9
7232026-06-18T03:58:13.931Z Downloaded whoami v1.6.1
7242026-06-18T03:58:13.934Z Downloaded writeable v0.6.1
7252026-06-18T03:58:13.934Z Downloaded toml_parser v1.1.2+spec-1.1.0
7262026-06-18T03:58:13.937Z Downloaded usdt-impl v0.5.0
7272026-06-18T03:58:13.937Z Downloaded iddqd v0.3.18
7282026-06-18T03:58:13.940Z Downloaded want v0.3.1
7292026-06-18T03:58:13.943Z Downloaded usdt-impl v0.6.0
7302026-06-18T03:58:13.947Z Downloaded mio v1.2.1
7312026-06-18T03:58:13.950Z Downloaded yoke v0.8.0
7322026-06-18T03:58:13.955Z Downloaded vsss-rs v3.3.4
7332026-06-18T03:58:13.958Z Downloaded tracing-attributes v0.1.30
7342026-06-18T03:58:13.967Z Downloaded zmij v1.0.17
7352026-06-18T03:58:13.970Z Downloaded zerovec-derive v0.11.1
7362026-06-18T03:58:13.970Z Downloaded zeroize v1.8.1
7372026-06-18T03:58:13.970Z Downloaded toml v1.1.2+spec-1.1.0
7382026-06-18T03:58:13.974Z Downloaded tar v0.4.45
7392026-06-18T03:58:13.977Z Downloaded test-strategy v0.4.3
7402026-06-18T03:58:13.980Z Downloaded textwrap v0.16.2
7412026-06-18T03:58:13.984Z Downloaded serde v1.0.228
7422026-06-18T03:58:13.987Z Downloaded h2 v0.4.14
7432026-06-18T03:58:13.990Z Downloaded toml_writer v1.1.1+spec-1.1.0
7442026-06-18T03:58:13.993Z Downloaded idna v1.1.0
7452026-06-18T03:58:13.993Z Downloaded toml v0.7.8
7462026-06-18T03:58:13.996Z Downloaded tinyvec v1.10.0
7472026-06-18T03:58:14.002Z Downloaded unsafe-libyaml v0.2.11
7482026-06-18T03:58:14.005Z Downloaded clap_builder v4.6.0
7492026-06-18T03:58:14.008Z Downloaded hyper v1.10.1
7502026-06-18T03:58:14.011Z Downloaded vergen v8.3.2
7512026-06-18T03:58:14.015Z Downloaded ucd-trie v0.1.7
7522026-06-18T03:58:14.015Z Downloaded quinn v0.11.9
7532026-06-18T03:58:14.031Z Downloaded rustls-webpki v0.103.6
7542026-06-18T03:58:14.035Z Downloaded dropshot-api-manager v0.7.2
7552026-06-18T03:58:14.042Z Downloaded typify v0.4.3
7562026-06-18T03:58:14.045Z Downloaded unicode-ident v1.0.24
7572026-06-18T03:58:14.048Z Downloaded typify v0.6.2
7582026-06-18T03:58:14.048Z Downloaded hashbrown v0.17.1
7592026-06-18T03:58:14.059Z Downloaded itertools v0.12.1
7602026-06-18T03:58:14.062Z Downloaded iri-string v0.7.8
7612026-06-18T03:58:14.069Z Downloaded uuid v1.23.3
7622026-06-18T03:58:14.072Z Downloaded toml v0.9.12+spec-1.1.0
7632026-06-18T03:58:14.076Z Downloaded toml_edit v0.22.27
7642026-06-18T03:58:14.086Z Downloaded tracing-core v0.1.34
7652026-06-18T03:58:14.089Z Downloaded toml_edit v0.19.15
7662026-06-18T03:58:14.097Z Downloaded blake3 v1.8.2
7672026-06-18T03:58:14.102Z Downloaded steno v0.4.1
7682026-06-18T03:58:14.105Z Downloaded zerocopy-derive v0.7.35
7692026-06-18T03:58:14.112Z Downloaded libm v0.2.15
7702026-06-18T03:58:14.118Z Downloaded pest v2.8.2
7712026-06-18T03:58:14.121Z Downloaded itertools v0.14.0
7722026-06-18T03:58:14.129Z Downloaded tracing v0.1.41
7732026-06-18T03:58:14.137Z Downloaded goblin v0.8.2
7742026-06-18T03:58:14.144Z Downloaded zerocopy-derive v0.8.27
7752026-06-18T03:58:14.148Z Downloaded hkdf v0.12.4
7762026-06-18T03:58:14.151Z Downloaded futures-util v0.3.32
7772026-06-18T03:58:14.155Z Downloaded zerotrie v0.2.2
7782026-06-18T03:58:14.158Z Downloaded url v2.5.7
7792026-06-18T03:58:14.161Z Downloaded regex v1.12.4
7802026-06-18T03:58:14.164Z Downloaded reqwest v0.13.2
7812026-06-18T03:58:14.182Z Downloaded aws-lc-rs v1.16.2
7822026-06-18T03:58:14.188Z Downloaded reqwest v0.12.23
7832026-06-18T03:58:14.192Z Downloaded iddqd v0.4.5
7842026-06-18T03:58:14.210Z Downloaded chrono v0.4.45
7852026-06-18T03:58:14.214Z Downloaded tower v0.5.2
7862026-06-18T03:58:14.219Z Downloaded unicode-segmentation v1.12.0
7872026-06-18T03:58:14.222Z Downloaded typenum v1.20.1
7882026-06-18T03:58:14.225Z Downloaded icu_properties_data v2.0.1
7892026-06-18T03:58:14.229Z Downloaded tokio-util v0.7.16
7902026-06-18T03:58:14.231Z Downloaded typed-path v0.9.3
7912026-06-18T03:58:14.236Z Downloaded rayon v1.11.0
7922026-06-18T03:58:14.240Z Downloaded proptest v1.8.0
7932026-06-18T03:58:14.247Z Downloaded tower-http v0.6.8
7942026-06-18T03:58:14.251Z Downloaded serde_json v1.0.150
7952026-06-18T03:58:14.255Z Downloaded bindgen v0.72.1
7962026-06-18T03:58:14.259Z Downloaded goblin v0.10.1
7972026-06-18T03:58:14.265Z Downloaded zerovec v0.11.4
7982026-06-18T03:58:14.272Z Downloaded git2 v0.19.0
7992026-06-18T03:58:14.277Z Downloaded tough v0.20.0
8002026-06-18T03:58:14.281Z Downloaded unicode-normalization v0.1.24
8012026-06-18T03:58:14.291Z Downloaded winnow v0.5.40
8022026-06-18T03:58:14.295Z Downloaded portable-atomic v1.11.1
8032026-06-18T03:58:14.301Z Downloaded serde_with v3.14.1
8042026-06-18T03:58:14.324Z Downloaded rustls-webpki v0.102.8
8052026-06-18T03:58:14.334Z Downloaded curve25519-dalek v4.1.3
8062026-06-18T03:58:14.339Z Downloaded zerocopy v0.7.35
8072026-06-18T03:58:14.361Z Downloaded quinn-proto v0.11.14
8082026-06-18T03:58:14.365Z Downloaded moka v0.12.11
8092026-06-18T03:58:14.374Z Downloaded tabled v0.20.0
8102026-06-18T03:58:14.383Z Downloaded winnow v1.0.3
8112026-06-18T03:58:14.388Z Downloaded time v0.3.47
8122026-06-18T03:58:14.395Z Downloaded tabled v0.15.0
8132026-06-18T03:58:14.403Z Downloaded winnow v0.7.14
8142026-06-18T03:58:14.408Z Downloaded openssl v0.10.81
8152026-06-18T03:58:14.414Z Downloaded syn v1.0.109
8162026-06-18T03:58:14.442Z Downloaded bstr v1.12.0
8172026-06-18T03:58:14.451Z Downloaded dropshot v0.16.7
8182026-06-18T03:58:14.464Z Downloaded zerocopy v0.8.27
8192026-06-18T03:58:14.475Z Downloaded unicode-width v0.1.14
8202026-06-18T03:58:14.478Z Downloaded webpki-roots v1.0.2
8212026-06-18T03:58:14.481Z Downloaded vcpkg v0.2.15
8222026-06-18T03:58:14.502Z Downloaded unicode-width v0.2.1
8232026-06-18T03:58:14.507Z Downloaded dropshot v0.17.1
8242026-06-18T03:58:14.518Z Downloaded rustls v0.23.40
8252026-06-18T03:58:14.524Z Downloaded openapiv3 v2.2.0
8262026-06-18T03:58:14.531Z Downloaded regex-syntax v0.8.11
8272026-06-18T03:58:14.535Z Downloaded regress v0.10.5
8282026-06-18T03:58:14.540Z Downloaded hickory-proto v0.25.2
8292026-06-18T03:58:14.548Z Downloaded rustls v0.22.4
8302026-06-18T03:58:14.555Z Downloaded rustix v0.38.44
8312026-06-18T03:58:14.567Z Downloaded regress v0.11.1
8322026-06-18T03:58:14.572Z Downloaded hickory-proto v0.24.4
8332026-06-18T03:58:14.581Z Downloaded rustix v1.1.4
8342026-06-18T03:58:14.593Z Downloaded syn v2.0.118
8352026-06-18T03:58:14.599Z Downloaded smoltcp v0.11.0
8362026-06-18T03:58:14.606Z Downloaded nix v0.30.1
8372026-06-18T03:58:14.628Z Downloaded petgraph v0.6.5
8382026-06-18T03:58:14.656Z Downloaded sha3 v0.10.8
8392026-06-18T03:58:14.671Z Downloaded typify-impl v0.6.2
8402026-06-18T03:58:14.685Z Downloaded typify-impl v0.4.3
8412026-06-18T03:58:14.695Z Downloaded encoding_rs v0.8.35
8422026-06-18T03:58:14.751Z Downloaded regex-automata v0.4.13
8432026-06-18T03:58:14.796Z Downloaded jiff v0.2.15
8442026-06-18T03:58:14.825Z Downloaded chrono-tz v0.10.4
8452026-06-18T03:58:14.867Z Downloaded libc v0.2.186
8462026-06-18T03:58:14.887Z Downloaded petgraph v0.8.2
8472026-06-18T03:58:14.899Z Downloaded libz-sys v1.1.22
8482026-06-18T03:58:14.911Z Downloaded csv v1.4.0
8492026-06-18T03:58:14.942Z Downloaded tokio v1.52.3
8502026-06-18T03:58:15.105Z Downloaded ring v0.17.14
8512026-06-18T03:58:15.152Z Downloaded curl-sys v0.4.89+curl-8.20.0
8522026-06-18T03:58:15.186Z Downloaded libgit2-sys v0.17.0+1.8.1
8532026-06-18T03:58:15.726Z Downloaded aws-lc-sys v0.39.1
8542026-06-18T03:58:16.045Z Compiling proc-macro2 v1.0.106
8552026-06-18T03:58:16.045Z Compiling quote v1.0.45
8562026-06-18T03:58:16.048Z Compiling unicode-ident v1.0.24
8572026-06-18T03:58:16.048Z Compiling serde_core v1.0.228
8582026-06-18T03:58:16.048Z Compiling serde v1.0.228
8592026-06-18T03:58:16.048Z Compiling libc v0.2.186
8602026-06-18T03:58:16.049Z Checking cfg-if v1.0.4
8612026-06-18T03:58:16.333Z Compiling zmij v1.0.17
8622026-06-18T03:58:16.365Z Compiling autocfg v1.5.0
8632026-06-18T03:58:16.681Z Compiling memchr v2.7.5
8642026-06-18T03:58:16.681Z Compiling libm v0.2.15
8652026-06-18T03:58:17.021Z Compiling getrandom v0.4.2
8662026-06-18T03:58:17.132Z Compiling thiserror v2.0.18
8672026-06-18T03:58:17.145Z Checking smallvec v1.15.1
8682026-06-18T03:58:17.173Z Checking itoa v1.0.15
8692026-06-18T03:58:17.312Z Compiling version_check v0.9.5
8702026-06-18T03:58:17.324Z Compiling jobserver v0.1.34
8712026-06-18T03:58:17.335Z Compiling find-msvc-tools v0.1.9
8722026-06-18T03:58:17.482Z Compiling syn v2.0.118
8732026-06-18T03:58:17.547Z Compiling shlex v2.0.1
8742026-06-18T03:58:17.573Z Compiling icu_normalizer_data v2.0.0
8752026-06-18T03:58:17.592Z Compiling icu_properties_data v2.0.1
8762026-06-18T03:58:17.703Z Compiling cc v1.2.64
8772026-06-18T03:58:17.736Z Compiling parking_lot_core v0.9.12
8782026-06-18T03:58:17.791Z Checking stable_deref_trait v1.2.0
8792026-06-18T03:58:17.831Z Compiling serde_json v1.0.150
8802026-06-18T03:58:17.865Z Compiling heck v0.5.0
8812026-06-18T03:58:18.090Z Checking writeable v0.6.1
8822026-06-18T03:58:18.104Z Checking litemap v0.8.0
8832026-06-18T03:58:18.265Z Compiling num-traits v0.2.19
8842026-06-18T03:58:18.281Z Checking percent-encoding v2.3.2
8852026-06-18T03:58:18.501Z Checking form_urlencoded v1.2.2
8862026-06-18T03:58:18.625Z Checking utf8_iter v1.0.4
8872026-06-18T03:58:18.645Z Compiling zerocopy v0.8.27
8882026-06-18T03:58:18.658Z Checking pin-project-lite v0.2.16
8892026-06-18T03:58:18.747Z Checking iana-time-zone v0.1.64
8902026-06-18T03:58:18.747Z Compiling log v0.4.29
8912026-06-18T03:58:18.802Z Compiling rustversion v1.0.22
8922026-06-18T03:58:18.862Z Compiling equivalent v1.0.2
8932026-06-18T03:58:18.921Z Compiling semver v1.0.28
8942026-06-18T03:58:18.950Z Checking socket2 v0.6.4
8952026-06-18T03:58:19.015Z Checking uuid v1.23.3
8962026-06-18T03:58:19.074Z Checking scopeguard v1.2.0
8972026-06-18T03:58:19.177Z Checking lock_api v0.4.14
8982026-06-18T03:58:19.303Z Checking signal-hook-registry v1.4.6
8992026-06-18T03:58:19.340Z Checking mio v1.2.1
9002026-06-18T03:58:19.370Z Checking getrandom v0.2.16
9012026-06-18T03:58:19.388Z Checking parking_lot v0.12.5
9022026-06-18T03:58:19.391Z Compiling schemars v0.8.22
9032026-06-18T03:58:19.452Z Checking dyn-clone v1.0.20
9042026-06-18T03:58:19.495Z Checking bitflags v2.11.1
9052026-06-18T03:58:19.654Z Compiling portable-atomic v1.11.1
9062026-06-18T03:58:19.670Z Checking futures-core v0.3.32
9072026-06-18T03:58:19.684Z Checking critical-section v1.2.0
9082026-06-18T03:58:19.761Z Compiling ring v0.17.14
9092026-06-18T03:58:19.785Z Compiling hashbrown v0.17.1
9102026-06-18T03:58:19.798Z Compiling thiserror v1.0.69
9112026-06-18T03:58:19.904Z Compiling httparse v1.10.1
9122026-06-18T03:58:20.091Z Compiling regex-syntax v0.8.11
9132026-06-18T03:58:20.313Z Compiling synstructure v0.13.2
9142026-06-18T03:58:20.327Z Compiling serde_derive_internals v0.29.1
9152026-06-18T03:58:20.568Z Compiling indexmap v2.14.0
9162026-06-18T03:58:20.646Z Checking once_cell v1.21.3
9172026-06-18T03:58:20.837Z Checking futures-sink v0.3.32
9182026-06-18T03:58:20.960Z Compiling rustix v1.1.4
9192026-06-18T03:58:21.129Z Checking slab v0.4.11
9202026-06-18T03:58:21.217Z Compiling aho-corasick v1.1.3
9212026-06-18T03:58:21.220Z Checking subtle v2.6.1
9222026-06-18T03:58:21.286Z Compiling ucd-trie v0.1.7
9232026-06-18T03:58:21.381Z Checking futures-channel v0.3.32
9242026-06-18T03:58:21.514Z Compiling anyhow v1.0.102
9252026-06-18T03:58:21.540Z Checking rand_core v0.6.4
9262026-06-18T03:58:21.561Z Compiling serde_derive v1.0.228
9272026-06-18T03:58:21.574Z Compiling zerofrom-derive v0.1.6
9282026-06-18T03:58:21.701Z Compiling yoke-derive v0.8.0
9292026-06-18T03:58:21.795Z Compiling zerovec-derive v0.11.1
9302026-06-18T03:58:21.831Z Compiling displaydoc v0.2.5
9312026-06-18T03:58:22.256Z Compiling thiserror-impl v2.0.18
9322026-06-18T03:58:22.562Z Compiling schemars_derive v0.8.22
9332026-06-18T03:58:22.652Z Compiling tokio-macros v2.7.0
9342026-06-18T03:58:22.708Z Compiling zerocopy-derive v0.8.27
9352026-06-18T03:58:22.756Z Checking zerofrom v0.1.6
9362026-06-18T03:58:22.853Z Compiling futures-macro v0.3.32
9372026-06-18T03:58:22.875Z Checking yoke v0.8.0
9382026-06-18T03:58:23.049Z Checking zerovec v0.11.4
9392026-06-18T03:58:23.367Z Checking zerotrie v0.2.2
9402026-06-18T03:58:23.606Z Compiling zeroize_derive v1.4.3
9412026-06-18T03:58:23.644Z Compiling thiserror-impl v1.0.69
9422026-06-18T03:58:23.667Z Compiling regex-automata v0.4.13
9432026-06-18T03:58:23.735Z Compiling pest v2.8.2
9442026-06-18T03:58:23.750Z Checking tinystr v0.8.1
9452026-06-18T03:58:23.893Z Checking potential_utf v0.1.3
9462026-06-18T03:58:23.927Z Checking icu_locale_core v2.0.0
9472026-06-18T03:58:24.025Z Checking icu_collections v2.0.0
9482026-06-18T03:58:24.309Z Checking zeroize v1.8.1
9492026-06-18T03:58:24.371Z Checking icu_provider v2.0.0
9502026-06-18T03:58:24.586Z Checking bytes v1.11.1
9512026-06-18T03:58:24.608Z Checking icu_normalizer v2.0.0
9522026-06-18T03:58:24.736Z Checking icu_properties v2.0.1
9532026-06-18T03:58:24.770Z Checking chrono v0.4.45
9542026-06-18T03:58:24.942Z Compiling serde_tokenstream v0.2.3
9552026-06-18T03:58:25.016Z Checking tokio v1.52.3
9562026-06-18T03:58:25.220Z Compiling pest_meta v2.8.2
9572026-06-18T03:58:25.535Z Compiling regex v1.12.4
9582026-06-18T03:58:25.617Z Checking idna_adapter v1.2.1
9592026-06-18T03:58:25.752Z Checking idna v1.1.0
9602026-06-18T03:58:25.868Z Checking typenum v1.20.1
9612026-06-18T03:58:25.882Z Checking futures-task v0.3.32
9622026-06-18T03:58:25.949Z Checking futures-io v0.3.32
9632026-06-18T03:58:26.000Z Checking url v2.5.7
9642026-06-18T03:58:26.019Z Compiling pest_generator v2.8.2
9652026-06-18T03:58:26.293Z Checking futures-util v0.3.32
9662026-06-18T03:58:26.381Z Compiling getrandom v0.3.3
9672026-06-18T03:58:26.636Z Compiling tracing-attributes v0.1.30
9682026-06-18T03:58:26.649Z Checking tracing-core v0.1.34
9692026-06-18T03:58:26.661Z Compiling pest_derive v2.8.2
9702026-06-18T03:58:26.734Z Compiling allocator-api2 v0.2.21
9712026-06-18T03:58:26.947Z Compiling foldhash v0.2.0
9722026-06-18T03:58:27.057Z Compiling pkg-config v0.3.32
9732026-06-18T03:58:27.074Z Checking fnv v1.0.7
9742026-06-18T03:58:27.146Z Compiling hashbrown v0.16.1
9752026-06-18T03:58:27.180Z Checking http v1.4.2
9762026-06-18T03:58:27.204Z Compiling generic-array v0.14.7
9772026-06-18T03:58:27.431Z Compiling vcpkg v0.2.15
9782026-06-18T03:58:27.726Z Compiling time-core v0.1.8
9792026-06-18T03:58:27.740Z Compiling byteorder v1.5.0
9802026-06-18T03:58:27.753Z Compiling num-conv v0.2.1
9812026-06-18T03:58:27.830Z Checking tracing v0.1.41
9822026-06-18T03:58:27.902Z Compiling time-macros v0.2.27
9832026-06-18T03:58:28.006Z Checking errno v0.3.14
9842026-06-18T03:58:28.125Z Checking ipnet v2.11.0
9852026-06-18T03:58:28.209Z Checking base64 v0.22.1
9862026-06-18T03:58:28.224Z Checking tokio-util v0.7.16
9872026-06-18T03:58:28.346Z Compiling scroll_derive v0.13.1
9882026-06-18T03:58:28.394Z Compiling camino v1.2.2
9892026-06-18T03:58:28.465Z Checking crypto-common v0.1.6
9902026-06-18T03:58:28.653Z Checking http-body v1.0.1
9912026-06-18T03:58:28.713Z Checking atomic-waker v1.1.2
9922026-06-18T03:58:28.772Z Compiling crossbeam-utils v0.8.21
9932026-06-18T03:58:28.785Z Checking ppv-lite86 v0.2.21
9942026-06-18T03:58:28.913Z Compiling slog v2.8.2
9952026-06-18T03:58:29.084Z Checking tower-service v0.3.3
9962026-06-18T03:58:29.100Z Compiling paste v1.0.15
9972026-06-18T03:58:29.113Z Checking tower-layer v0.3.3
9982026-06-18T03:58:29.135Z Checking try-lock v0.2.5
9992026-06-18T03:58:29.182Z Checking h2 v0.4.14
10002026-06-18T03:58:29.232Z Checking want v0.3.1
10012026-06-18T03:58:29.255Z Checking ipnetwork v0.21.1
10022026-06-18T03:58:29.353Z Checking erased-serde v0.3.31
10032026-06-18T03:58:29.425Z Checking rustls-pki-types v1.12.0
10042026-06-18T03:58:29.438Z Checking pretty-hex v0.4.1
10052026-06-18T03:58:29.459Z Checking ryu v1.0.20
10062026-06-18T03:58:29.473Z Checking httpdate v1.0.3
10072026-06-18T03:58:29.549Z Compiling async-trait v0.1.89
10082026-06-18T03:58:29.594Z Checking untrusted v0.9.0
10092026-06-18T03:58:29.694Z Compiling scroll v0.13.0
10102026-06-18T03:58:29.816Z Checking plain v0.2.3
10112026-06-18T03:58:29.919Z Compiling usdt-impl v0.6.0
10122026-06-18T03:58:29.988Z Checking http-body-util v0.1.3
10132026-06-18T03:58:29.990Z Compiling openssl-sys v0.9.117
10142026-06-18T03:58:30.058Z Compiling goblin v0.10.1
10152026-06-18T03:58:30.178Z Compiling cmake v0.1.54
10162026-06-18T03:58:30.216Z Compiling fs_extra v1.3.0
10172026-06-18T03:58:30.307Z Compiling dunce v1.0.5
10182026-06-18T03:58:30.527Z Compiling strsim v0.11.1
10192026-06-18T03:58:30.540Z Compiling slog-async v2.8.0
10202026-06-18T03:58:30.663Z Compiling aws-lc-sys v0.39.1
10212026-06-18T03:58:30.749Z Checking rand_core v0.9.3
10222026-06-18T03:58:30.783Z Checking serde_urlencoded v0.7.1
10232026-06-18T03:58:30.823Z Checking oxnet v0.1.6
10242026-06-18T03:58:30.884Z Checking block-buffer v0.10.4
10252026-06-18T03:58:30.920Z Compiling regress v0.10.5
10262026-06-18T03:58:30.991Z Compiling dtrace-parser v0.3.0
10272026-06-18T03:58:31.025Z Compiling openapiv3 v2.2.0
10282026-06-18T03:58:31.080Z Compiling thread-id v5.0.0
10292026-06-18T03:58:31.158Z Checking hyper v1.10.1
10302026-06-18T03:58:31.627Z Checking digest v0.10.7
10312026-06-18T03:58:31.777Z Compiling ident_case v1.0.1
10322026-06-18T03:58:31.814Z Compiling omicron-workspace-hack v0.1.0
10332026-06-18T03:58:31.899Z Compiling darling_core v0.21.3
10342026-06-18T03:58:32.041Z Checking rand_chacha v0.9.0
10352026-06-18T03:58:32.077Z Checking hyper-util v0.1.20
10362026-06-18T03:58:32.224Z Compiling daft-derive v0.1.5
10372026-06-18T03:58:32.465Z Compiling typify-impl v0.4.3
10382026-06-18T03:58:32.544Z Checking powerfmt v0.2.0
10392026-06-18T03:58:32.847Z Compiling dof v0.4.0
10402026-06-18T03:58:32.939Z Compiling aws-lc-rs v1.16.2
10412026-06-18T03:58:33.237Z Checking deranged v0.5.3
10422026-06-18T03:58:33.608Z Checking rand v0.9.3
10432026-06-18T03:58:33.639Z Compiling unsafe-libyaml v0.2.11
10442026-06-18T03:58:33.938Z Compiling usdt-macro v0.6.0
10452026-06-18T03:58:33.958Z Compiling usdt-attr-macro v0.6.0
10462026-06-18T03:58:33.961Z Compiling darling_macro v0.21.3
10472026-06-18T03:58:34.054Z Checking num_threads v0.1.7
10482026-06-18T03:58:34.215Z Compiling syn v1.0.109
10492026-06-18T03:58:34.284Z Checking time v0.3.47
10502026-06-18T03:58:34.298Z Compiling serde_yaml v0.9.34+deprecated
10512026-06-18T03:58:34.501Z Compiling darling v0.21.3
10522026-06-18T03:58:34.587Z Checking sync_wrapper v1.0.2
10532026-06-18T03:58:34.719Z Checking encoding_rs v0.8.35
10542026-06-18T03:58:34.780Z Checking cpufeatures v0.2.17
10552026-06-18T03:58:34.850Z Checking mime v0.3.17
10562026-06-18T03:58:35.020Z Checking untrusted v0.7.1
10572026-06-18T03:58:35.137Z Checking tower v0.5.2
10582026-06-18T03:58:35.544Z Checking crossbeam-channel v0.5.15
10592026-06-18T03:58:35.586Z Checking futures-executor v0.3.32
10602026-06-18T03:58:35.711Z Compiling structmeta-derive v0.3.0
10612026-06-18T03:58:35.731Z Compiling multer v3.1.0
10622026-06-18T03:58:35.825Z Compiling rustls v0.22.4
10632026-06-18T03:58:35.868Z Compiling rustls v0.23.40
10642026-06-18T03:58:35.872Z Checking iri-string v0.7.8
10652026-06-18T03:58:35.872Z Compiling typify-macro v0.4.3
10662026-06-18T03:58:35.999Z Checking futures v0.3.32
10672026-06-18T03:58:36.075Z Compiling async-stream-impl v0.3.6
10682026-06-18T03:58:36.088Z Checking thread_local v1.1.9
10692026-06-18T03:58:36.251Z Checking foreign-types-shared v0.1.1
10702026-06-18T03:58:36.290Z Checking fastrand v2.3.0
10712026-06-18T03:58:36.337Z Checking hex v0.4.3
10722026-06-18T03:58:36.465Z Checking unicode-width v0.2.1
10732026-06-18T03:58:36.550Z Compiling openssl v0.10.81
10742026-06-18T03:58:36.685Z Checking tempfile v3.27.0
10752026-06-18T03:58:36.713Z Checking foreign-types v0.3.2
10762026-06-18T03:58:36.729Z Compiling structmeta v0.3.0
10772026-06-18T03:58:36.828Z Compiling strum_macros v0.26.4
10782026-06-18T03:58:36.871Z Compiling openssl-macros v0.1.1
10792026-06-18T03:58:36.889Z Checking tower-http v0.6.8
10802026-06-18T03:58:36.920Z Checking memmap2 v0.9.8
10812026-06-18T03:58:36.995Z Checking is-terminal v0.4.16
10822026-06-18T03:58:37.076Z Checking openssl-probe v0.1.6
10832026-06-18T03:58:37.089Z Checking term v1.2.0
10842026-06-18T03:58:37.151Z Checking take_mut v0.2.2
10852026-06-18T03:58:37.180Z Compiling native-tls v0.2.14
10862026-06-18T03:58:37.300Z Checking match_cfg v0.1.0
10872026-06-18T03:58:37.367Z Checking hostname v0.3.1
10882026-06-18T03:58:37.380Z Compiling typify v0.4.3
10892026-06-18T03:58:37.446Z Checking slog-term v2.9.2
10902026-06-18T03:58:37.624Z Checking slog-json v2.6.1
10912026-06-18T03:58:37.692Z Compiling newtype-uuid-macros v0.1.0
10922026-06-18T03:58:37.754Z Compiling ref-cast v1.0.25
10932026-06-18T03:58:37.774Z Checking slog-bunyan v2.5.0
10942026-06-18T03:58:38.107Z Compiling ref-cast-impl v1.0.25
10952026-06-18T03:58:38.120Z Compiling dropshot v0.16.7
10962026-06-18T03:58:38.421Z Compiling derive-ex v0.1.8
10972026-06-18T03:58:38.437Z Checking webpki-roots v1.0.2
10982026-06-18T03:58:38.449Z Compiling dropshot_endpoint v0.16.7
10992026-06-18T03:58:38.552Z Compiling strum_macros v0.27.2
11002026-06-18T03:58:38.686Z Checking winnow v0.7.14
11012026-06-18T03:58:39.724Z Checking tokio-native-tls v0.3.1
11022026-06-18T03:58:39.925Z Checking hyper-tls v0.6.0
11032026-06-18T03:58:39.939Z Compiling test-strategy v0.4.3
11042026-06-18T03:58:40.025Z Compiling progenitor-impl v0.11.1
11052026-06-18T03:58:40.082Z Checking newtype-uuid v1.3.2
11062026-06-18T03:58:40.095Z Checking either v1.15.0
11072026-06-18T03:58:40.108Z Checking winnow v1.0.3
11082026-06-18T03:58:40.309Z Checking daft v0.1.5
11092026-06-18T03:58:40.335Z Compiling serde_with_macros v3.14.1
11102026-06-18T03:58:40.429Z Checking toml_parser v1.1.2+spec-1.1.0
11112026-06-18T03:58:40.443Z Checking usdt v0.6.0
11122026-06-18T03:58:40.538Z Checking serde_spanned v1.1.1
11132026-06-18T03:58:40.597Z Checking debug-ignore v1.0.5
11142026-06-18T03:58:40.652Z Checking toml_writer v1.1.1+spec-1.1.0
11152026-06-18T03:58:40.815Z Checking spin v0.9.8
11162026-06-18T03:58:40.831Z Compiling parse-display-derive v0.10.0
11172026-06-18T03:58:40.951Z Checking async-stream v0.3.6
11182026-06-18T03:58:41.140Z Checking rustls-webpki v0.102.8
11192026-06-18T03:58:41.153Z Checking rustls-pemfile v2.2.0
11202026-06-18T03:58:41.291Z Checking waitgroup v0.1.2
11212026-06-18T03:58:41.334Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11222026-06-18T03:58:41.391Z Checking serde_path_to_error v0.1.20
11232026-06-18T03:58:41.430Z Checking hostname v0.4.2
11242026-06-18T03:58:41.672Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11252026-06-18T03:58:41.786Z Checking strum v0.26.3
11262026-06-18T03:58:41.894Z Checking rand_chacha v0.3.1
11272026-06-18T03:58:41.980Z Compiling toml_datetime v0.6.11
11282026-06-18T03:58:42.086Z Checking macaddr v1.0.1
11292026-06-18T03:58:42.165Z Compiling progenitor-macro v0.11.1
11302026-06-18T03:58:42.218Z Checking toml_datetime v0.7.5+spec-1.1.0
11312026-06-18T03:58:42.264Z Checking wait-timeout v0.2.1
11322026-06-18T03:58:42.346Z Checking lazy_static v1.5.0
11332026-06-18T03:58:42.359Z Checking bit-vec v0.8.0
11342026-06-18T03:58:42.409Z Checking quick-error v1.2.3
11352026-06-18T03:58:42.437Z Checking toml v0.9.12+spec-1.1.0
11362026-06-18T03:58:42.508Z Checking rusty-fork v0.3.0
11372026-06-18T03:58:42.543Z Checking bit-set v0.8.0
11382026-06-18T03:58:42.671Z Checking rand v0.8.5
11392026-06-18T03:58:42.686Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11402026-06-18T03:58:42.932Z Checking tokio-rustls v0.25.0
11412026-06-18T03:58:42.960Z Checking tabwriter v1.4.1
11422026-06-18T03:58:42.999Z Checking sha1 v0.10.6
11432026-06-18T03:58:43.099Z Checking rand_xorshift v0.4.0
11442026-06-18T03:58:43.119Z Compiling clap_derive v4.6.1
11452026-06-18T03:58:43.211Z Checking utf8parse v0.2.2
11462026-06-18T03:58:43.224Z Checking colored v3.1.1
11472026-06-18T03:58:43.271Z Checking unarray v0.1.4
11482026-06-18T03:58:43.317Z Checking anstyle-parse v1.0.0
11492026-06-18T03:58:43.372Z Checking proptest v1.8.0
11502026-06-18T03:58:43.413Z Checking strum v0.27.2
11512026-06-18T03:58:43.517Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11522026-06-18T03:58:43.560Z Checking terminal_size v0.4.3
11532026-06-18T03:58:43.998Z Checking colorchoice v1.0.4
11542026-06-18T03:58:44.019Z Checking anstyle v1.0.14
11552026-06-18T03:58:44.082Z Checking anstyle-query v1.1.4
11562026-06-18T03:58:44.098Z Checking is_terminal_polyfill v1.70.1
11572026-06-18T03:58:44.200Z Checking anstream v1.0.0
11582026-06-18T03:58:44.385Z Checking itertools v0.14.0
11592026-06-18T03:58:44.774Z Checking clap_lex v1.1.0
11602026-06-18T03:58:44.987Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11612026-06-18T03:58:45.207Z Checking clap_builder v4.6.0
11622026-06-18T03:58:45.636Z Checking serde_with v3.14.1
11632026-06-18T03:58:46.250Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11642026-06-18T03:58:46.468Z Checking instant v0.1.13
11652026-06-18T03:58:46.497Z Checking clap v4.6.1
11662026-06-18T03:58:46.574Z Checking rustc-hash v2.1.1
11672026-06-18T03:58:46.673Z Checking backoff v0.4.0
11682026-06-18T03:58:46.686Z Checking iddqd v0.3.18
11692026-06-18T03:58:46.840Z Checking parse-display v0.10.0
11702026-06-18T03:58:46.982Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11712026-06-18T03:58:46.996Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11722026-06-18T03:58:48.442Z Compiling num-derive v0.4.2
11732026-06-18T03:58:49.036Z Compiling rustls-webpki v0.103.6
11742026-06-18T03:58:49.362Z Compiling prettyplease v0.2.37
11752026-06-18T03:58:51.723Z Checking serde_spanned v0.6.9
11762026-06-18T03:58:51.784Z Compiling memoffset v0.9.1
11772026-06-18T03:58:51.907Z Compiling cfg_aliases v0.2.1
11782026-06-18T03:58:52.112Z Compiling nix v0.30.1
11792026-06-18T03:58:52.346Z Compiling tokio-rustls v0.26.4
11802026-06-18T03:58:52.886Z Compiling hyper-rustls v0.27.7
11812026-06-18T03:58:53.097Z Compiling reqwest v0.12.23
11822026-06-18T03:58:54.139Z Checking crossbeam-epoch v0.9.18
11832026-06-18T03:58:54.259Z Compiling progenitor-client v0.11.1
11842026-06-18T03:58:54.868Z Compiling winnow v0.5.40
11852026-06-18T03:58:55.932Z Compiling progenitor v0.11.1
11862026-06-18T03:58:56.293Z Compiling toml_edit v0.19.15
11872026-06-18T03:58:56.727Z Compiling num-integer v0.1.46
11882026-06-18T03:58:57.250Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11892026-06-18T03:58:57.285Z Compiling progenitor-client v0.10.0
11902026-06-18T03:58:57.542Z Compiling proc-macro-crate v1.3.1
11912026-06-18T03:58:58.257Z Compiling hubpack_derive v0.1.1
11922026-06-18T03:58:58.491Z Checking toml_write v0.1.2
11932026-06-18T03:58:58.706Z Compiling rayon-core v1.13.0
11942026-06-18T03:58:58.746Z Checking hubpack v0.1.2
11952026-06-18T03:58:58.776Z Checking toml_edit v0.22.27
11962026-06-18T03:58:58.908Z Checking num-rational v0.4.2
11972026-06-18T03:58:58.939Z Checking num-iter v0.1.45
11982026-06-18T03:58:59.192Z Compiling zerocopy-derive v0.7.35
11992026-06-18T03:58:59.289Z Compiling num-complex v0.4.6
12002026-06-18T03:58:59.544Z Checking static_assertions v1.1.0
12012026-06-18T03:58:59.668Z Checking num v0.4.3
12022026-06-18T03:58:59.841Z Checking toml v0.8.23
12032026-06-18T03:58:59.853Z Checking crossbeam-deque v0.8.6
12042026-06-18T03:59:00.021Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12052026-06-18T03:59:00.034Z Compiling float-ord v0.3.2
12062026-06-18T03:59:00.147Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12072026-06-18T03:59:00.446Z Compiling proc-macro-error-attr v1.0.4
12082026-06-18T03:59:00.460Z Checking bytecount v0.6.9
12092026-06-18T03:59:00.563Z Compiling heapless v0.8.0
12102026-06-18T03:59:00.725Z Checking libscf-sys v1.2.0
12112026-06-18T03:59:00.760Z Compiling ingot-macros v0.1.1
12122026-06-18T03:59:00.853Z Checking hash32 v0.3.1
12132026-06-18T03:59:00.980Z Compiling proc-macro-error v1.0.4
12142026-06-18T03:59:01.029Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12152026-06-18T03:59:01.113Z Compiling smoltcp v0.11.0
12162026-06-18T03:59:01.711Z Compiling zerocopy v0.7.35
12172026-06-18T03:59:01.792Z Compiling num_enum_derive v0.7.5
12182026-06-18T03:59:01.959Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12192026-06-18T03:59:02.174Z Checking cobs v0.3.0
12202026-06-18T03:59:02.256Z Compiling scroll_derive v0.12.1
12212026-06-18T03:59:02.321Z Compiling foreign-types-macros v0.2.3
12222026-06-18T03:59:02.413Z Compiling usdt-impl v0.5.0
12232026-06-18T03:59:02.513Z Checking foreign-types-shared v0.3.1
12242026-06-18T03:59:02.606Z Checking managed v0.8.0
12252026-06-18T03:59:02.666Z Checking bitflags v1.3.2
12262026-06-18T03:59:02.741Z Compiling crucible-workspace-hack v0.1.0
12272026-06-18T03:59:02.823Z Checking num_enum v0.7.5
12282026-06-18T03:59:02.936Z Checking foreign-types v0.5.0
12292026-06-18T03:59:02.939Z Checking scroll v0.12.0
12302026-06-18T03:59:02.992Z Checking postcard v1.1.3
12312026-06-18T03:59:03.023Z Compiling dof v0.3.0
12322026-06-18T03:59:03.269Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12332026-06-18T03:59:03.324Z Compiling dtrace-parser v0.2.0
12342026-06-18T03:59:03.374Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12352026-06-18T03:59:03.388Z Checking camino-tempfile v1.4.1
12362026-06-18T03:59:03.391Z Checking ingot-types v0.1.2
12372026-06-18T03:59:03.461Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12382026-06-18T03:59:03.542Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12392026-06-18T03:59:03.666Z Checking cstr-argument v0.1.2
12402026-06-18T03:59:03.739Z Checking ingot v0.1.1
12412026-06-18T03:59:03.774Z Compiling thread-id v4.2.2
12422026-06-18T03:59:03.790Z Compiling minimal-lexical v0.2.1
12432026-06-18T03:59:03.850Z Compiling heck v0.4.1
12442026-06-18T03:59:03.869Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12452026-06-18T03:59:03.959Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12462026-06-18T03:59:04.019Z Compiling nom v7.1.3
12472026-06-18T03:59:04.032Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12482026-06-18T03:59:04.048Z Checking goblin v0.8.2
12492026-06-18T03:59:04.171Z Checking rayon v1.11.0
12502026-06-18T03:59:04.466Z Compiling num_enum_derive v0.5.11
12512026-06-18T03:59:04.675Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12522026-06-18T03:59:05.002Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12532026-06-18T03:59:05.170Z Compiling rustc_version v0.4.1
12542026-06-18T03:59:05.454Z Compiling proc-macro-error-attr2 v2.0.0
12552026-06-18T03:59:05.505Z Checking tinyvec_macros v0.1.1
12562026-06-18T03:59:05.577Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12572026-06-18T03:59:05.593Z Compiling rustix v0.38.44
12582026-06-18T03:59:05.628Z Compiling convert_case v0.4.0
12592026-06-18T03:59:05.830Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12602026-06-18T03:59:05.870Z Compiling proc-macro-error2 v2.0.1
12612026-06-18T03:59:05.932Z Compiling derive_more v0.99.20
12622026-06-18T03:59:06.038Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12632026-06-18T03:59:06.147Z Checking tinyvec v1.10.0
12642026-06-18T03:59:06.199Z Checking num_enum v0.5.11
12652026-06-18T03:59:06.343Z Compiling libz-sys v1.1.22
12662026-06-18T03:59:06.376Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12672026-06-18T03:59:06.552Z Compiling crc32fast v1.5.0
12682026-06-18T03:59:06.740Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12692026-06-18T03:59:06.822Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12702026-06-18T03:59:06.855Z Compiling tabled_derive v0.11.0
12712026-06-18T03:59:07.262Z Compiling usdt-macro v0.5.0
12722026-06-18T03:59:07.587Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12732026-06-18T03:59:07.589Z Compiling usdt-attr-macro v0.5.0
12742026-06-18T03:59:07.620Z Compiling zone_cfg_derive v0.3.1
12752026-06-18T03:59:07.933Z Checking papergrid v0.17.0
12762026-06-18T03:59:07.936Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12772026-06-18T03:59:08.136Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12782026-06-18T03:59:08.282Z Checking itertools v0.12.1
12792026-06-18T03:59:08.308Z Checking testing_table v0.3.0
12802026-06-18T03:59:08.322Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12812026-06-18T03:59:08.339Z Checking sigpipe v0.1.3
12822026-06-18T03:59:08.402Z Checking memmap v0.7.0
12832026-06-18T03:59:08.420Z Checking adler2 v2.0.1
12842026-06-18T03:59:08.534Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12852026-06-18T03:59:08.538Z Checking jiff v0.2.15
12862026-06-18T03:59:08.559Z Checking glob v0.3.3
12872026-06-18T03:59:08.701Z Checking tabled v0.20.0
12882026-06-18T03:59:08.705Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12892026-06-18T03:59:08.760Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12902026-06-18T03:59:08.777Z Checking usdt v0.5.0
12912026-06-18T03:59:08.789Z Checking miniz_oxide v0.8.9
12922026-06-18T03:59:08.932Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12932026-06-18T03:59:09.084Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12942026-06-18T03:59:09.271Z Checking zone v0.3.1
12952026-06-18T03:59:09.296Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12962026-06-18T03:59:09.421Z Checking smf v0.2.3
12972026-06-18T03:59:09.511Z Checking secrecy v0.10.3
12982026-06-18T03:59:09.567Z Checking bstr v1.12.0
12992026-06-18T03:59:09.609Z Checking whoami v1.6.1
13002026-06-18T03:59:09.641Z Checking flate2 v1.1.2
13012026-06-18T03:59:09.778Z Compiling curve25519-dalek v4.1.3
13022026-06-18T03:59:09.912Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13032026-06-18T03:59:09.927Z Checking hmac v0.12.1
13042026-06-18T03:59:09.956Z Compiling clang-sys v1.8.1
13052026-06-18T03:59:10.054Z Checking inout v0.1.4
13062026-06-18T03:59:10.068Z Checking hybrid-array v0.4.12
13072026-06-18T03:59:10.190Z Checking ff v0.13.1
13082026-06-18T03:59:10.326Z Compiling enum-as-inner v0.6.1
13092026-06-18T03:59:10.365Z Checking data-encoding v2.9.0
13102026-06-18T03:59:10.568Z Compiling semver v0.1.20
13112026-06-18T03:59:10.655Z Checking group v0.13.0
13122026-06-18T03:59:10.671Z Checking cipher v0.4.4
13132026-06-18T03:59:10.765Z Compiling rustc_version v0.1.7
13142026-06-18T03:59:10.867Z Checking hkdf v0.12.4
13152026-06-18T03:59:10.870Z Checking atomicwrites v0.4.4
13162026-06-18T03:59:10.901Z Compiling thiserror-impl-no-std v2.0.2
13172026-06-18T03:59:10.966Z Checking universal-hash v0.5.1
13182026-06-18T03:59:10.993Z Checking crypto-bigint v0.5.5
13192026-06-18T03:59:11.008Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13202026-06-18T03:59:11.021Z Compiling regress v0.11.1
13212026-06-18T03:59:11.090Z Checking half v2.7.1
13222026-06-18T03:59:11.163Z Compiling curve25519-dalek-derive v0.1.1
13232026-06-18T03:59:11.326Z Checking ciborium-io v0.2.2
13242026-06-18T03:59:11.341Z Checking base16ct v0.2.0
13252026-06-18T03:59:11.423Z Checking opaque-debug v0.3.1
13262026-06-18T03:59:11.466Z Checking indent_write v2.2.0
13272026-06-18T03:59:11.495Z Checking base64ct v1.8.0
13282026-06-18T03:59:11.595Z Checking poly1305 v0.8.0
13292026-06-18T03:59:11.729Z Checking password-hash v0.5.0
13302026-06-18T03:59:11.822Z Checking ciborium-ll v0.2.2
13312026-06-18T03:59:11.953Z Compiling newtype_derive v0.1.6
13322026-06-18T03:59:11.973Z Checking thiserror-no-std v2.0.2
13332026-06-18T03:59:12.004Z Checking chacha20 v0.9.1
13342026-06-18T03:59:12.017Z Checking elliptic-curve v0.13.8
13352026-06-18T03:59:12.058Z Checking block-buffer v0.12.0
13362026-06-18T03:59:12.178Z Checking crypto-common v0.2.2
13372026-06-18T03:59:12.191Z Checking similar v2.7.0
13382026-06-18T03:59:12.204Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13392026-06-18T03:59:12.254Z Checking blake2 v0.10.6
13402026-06-18T03:59:12.441Z Checking aead v0.5.2
13412026-06-18T03:59:12.464Z Compiling libloading v0.8.9
13422026-06-18T03:59:12.467Z Compiling bindgen v0.72.1
13432026-06-18T03:59:12.509Z Checking linked-hash-map v0.5.6
13442026-06-18T03:59:12.513Z Checking const-oid v0.10.2
13452026-06-18T03:59:12.570Z Compiling typify-impl v0.6.2
13462026-06-18T03:59:12.654Z Checking keccak v0.1.6
13472026-06-18T03:59:12.674Z Checking resolv-conf v0.7.5
13482026-06-18T03:59:12.677Z Checking compression-core v0.4.32
13492026-06-18T03:59:12.756Z Compiling owo-colors v4.3.0
13502026-06-18T03:59:12.801Z Checking digest v0.11.3
13512026-06-18T03:59:12.815Z Checking sha3 v0.10.8
13522026-06-18T03:59:12.818Z Checking compression-codecs v0.4.32
13532026-06-18T03:59:12.874Z Checking lru-cache v0.1.2
13542026-06-18T03:59:12.979Z Checking chacha20poly1305 v0.10.1
13552026-06-18T03:59:12.992Z Checking vsss-rs v3.3.4
13562026-06-18T03:59:13.022Z Checking argon2 v0.5.3
13572026-06-18T03:59:13.125Z Checking ciborium v0.2.2
13582026-06-18T03:59:13.155Z Checking hickory-proto v0.24.4
13592026-06-18T03:59:13.319Z Checking tokio-dtrace v0.1.1
13602026-06-18T03:59:13.501Z Compiling cexpr v0.6.0
13612026-06-18T03:59:13.537Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13622026-06-18T03:59:13.841Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13632026-06-18T03:59:14.064Z Checking serde-big-array v0.5.1
13642026-06-18T03:59:14.077Z Compiling serde_repr v0.1.20
13652026-06-18T03:59:14.091Z Compiling derive-where v1.6.0
13662026-06-18T03:59:14.202Z Checking toml_datetime v1.1.1+spec-1.1.0
13672026-06-18T03:59:14.404Z Compiling dropshot v0.17.1
13682026-06-18T03:59:14.551Z Checking same-file v1.0.6
13692026-06-18T03:59:14.639Z Checking siphasher v1.0.1
13702026-06-18T03:59:14.653Z Checking cpufeatures v0.3.0
13712026-06-18T03:59:14.673Z Checking unicode-segmentation v1.12.0
13722026-06-18T03:59:14.676Z Compiling shlex v1.3.0
13732026-06-18T03:59:14.725Z Checking sha1 v0.11.0
13742026-06-18T03:59:14.801Z Checking phf_shared v0.12.1
13752026-06-18T03:59:14.902Z Checking hickory-resolver v0.24.4
13762026-06-18T03:59:14.940Z Checking walkdir v2.5.0
13772026-06-18T03:59:14.985Z Checking newline-converter v0.3.0
13782026-06-18T03:59:15.096Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13792026-06-18T03:59:15.157Z Checking toml v1.1.2+spec-1.1.0
13802026-06-18T03:59:15.391Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13812026-06-18T03:59:15.620Z Checking oxide-tokio-rt v0.1.2
13822026-06-18T03:59:15.768Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13832026-06-18T03:59:15.969Z Checking async-compression v0.4.33
13842026-06-18T03:59:15.972Z Compiling progenitor-impl v0.10.0
13852026-06-18T03:59:16.086Z Compiling typify-macro v0.6.2
13862026-06-18T03:59:16.213Z Checking console v0.15.11
13872026-06-18T03:59:16.474Z Checking tokio-stream v0.1.17
13882026-06-18T03:59:16.492Z Compiling dropshot_endpoint v0.17.1
13892026-06-18T03:59:16.667Z Compiling pin-project-internal v1.1.10
13902026-06-18T03:59:16.849Z Compiling slog-dtrace v0.3.0
13912026-06-18T03:59:17.082Z Checking csv-core v0.1.12
13922026-06-18T03:59:17.265Z Compiling cancel-safe-futures v0.1.5
13932026-06-18T03:59:17.377Z Compiling chrono-tz v0.10.4
13942026-06-18T03:59:17.517Z Checking smawk v0.3.2
13952026-06-18T03:59:17.596Z Checking swrite v0.1.0
13962026-06-18T03:59:17.643Z Checking unicode-width v0.1.14
13972026-06-18T03:59:17.655Z Checking unicode-linebreak v0.1.5
13982026-06-18T03:59:17.690Z Compiling unicode-xid v0.2.6
13992026-06-18T03:59:17.734Z Checking foldhash v0.1.5
14002026-06-18T03:59:17.814Z Compiling const_format_proc_macros v0.2.34
14012026-06-18T03:59:17.866Z Checking textwrap v0.16.2
14022026-06-18T03:59:17.880Z Checking hashbrown v0.15.5
14032026-06-18T03:59:17.894Z Checking pin-project v1.1.10
14042026-06-18T03:59:18.031Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14052026-06-18T03:59:18.046Z Compiling progenitor-macro v0.10.0
14062026-06-18T03:59:18.075Z Checking csv v1.4.0
14072026-06-18T03:59:18.338Z Checking qorb v0.4.1
14082026-06-18T03:59:18.436Z Checking expectorate v1.2.0
14092026-06-18T03:59:18.567Z Checking phf v0.12.1
14102026-06-18T03:59:18.593Z Checking unicode-normalization v0.1.24
14112026-06-18T03:59:18.713Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14122026-06-18T03:59:19.427Z Checking libsw-core v0.3.2
14132026-06-18T03:59:19.490Z Compiling libgit2-sys v0.17.0+1.8.1
14142026-06-18T03:59:19.563Z Compiling snafu-derive v0.8.9
14152026-06-18T03:59:19.577Z Compiling async-recursion v1.1.1
14162026-06-18T03:59:19.869Z Compiling cookie v0.18.1
14172026-06-18T03:59:19.917Z Checking fixedbitset v0.4.2
14182026-06-18T03:59:20.097Z Checking fixedbitset v0.5.7
14192026-06-18T03:59:20.111Z Checking highway v1.3.0
14202026-06-18T03:59:20.282Z Compiling moka v0.12.11
14212026-06-18T03:59:20.339Z Checking petgraph v0.8.2
14222026-06-18T03:59:20.401Z Checking petgraph v0.6.5
14232026-06-18T03:59:21.306Z Checking snafu v0.8.9
14242026-06-18T03:59:21.379Z Checking libsw v3.5.0
14252026-06-18T03:59:21.530Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14262026-06-18T03:59:21.568Z Checking olpc-cjson v0.1.4
14272026-06-18T03:59:21.680Z Checking const_format v0.2.34
14282026-06-18T03:59:21.694Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14292026-06-18T03:59:21.923Z Checking papergrid v0.11.0
14302026-06-18T03:59:21.950Z Compiling typify v0.6.2
14312026-06-18T03:59:22.044Z Checking globset v0.4.16
14322026-06-18T03:59:22.076Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14332026-06-18T03:59:22.128Z Checking progenitor v0.10.0
14342026-06-18T03:59:22.128Z Checking gethostname v0.5.0
14352026-06-18T03:59:22.254Z Compiling tabled_derive v0.7.0
14362026-06-18T03:59:22.279Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-06-18T03:59:22.332Z Checking reqwest v0.13.2
14382026-06-18T03:59:22.510Z Checking bcs v0.1.6
14392026-06-18T03:59:22.557Z Checking pem v3.0.5
14402026-06-18T03:59:22.604Z Checking serde_plain v1.0.2
14412026-06-18T03:59:22.711Z Checking crc8 v0.1.1
14422026-06-18T03:59:22.735Z Checking linear-map v1.2.0
14432026-06-18T03:59:22.748Z Checking termtree v0.5.1
14442026-06-18T03:59:22.805Z Compiling signal-hook v0.4.4
14452026-06-18T03:59:22.879Z Checking humantime v2.3.0
14462026-06-18T03:59:22.892Z Checking typed-path v0.9.3
14472026-06-18T03:59:22.905Z Checking tagptr v0.2.0
14482026-06-18T03:59:23.038Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-06-18T03:59:23.066Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-06-18T03:59:23.171Z Checking tabled v0.15.0
14512026-06-18T03:59:23.643Z Checking tough v0.20.0
14522026-06-18T03:59:23.659Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14532026-06-18T03:59:23.819Z Compiling progenitor-impl v0.14.0
14542026-06-18T03:59:24.308Z Checking steno v0.4.1
14552026-06-18T03:59:24.583Z Checking hickory-proto v0.25.2
14562026-06-18T03:59:25.168Z Compiling curl-sys v0.4.89+curl-8.20.0
14572026-06-18T03:59:25.284Z Compiling cargo-platform v0.1.9
14582026-06-18T03:59:25.527Z Compiling vergen v8.3.2
14592026-06-18T03:59:25.563Z Compiling fs-err v3.1.2
14602026-06-18T03:59:25.614Z Compiling cargo_metadata v0.18.1
14612026-06-18T03:59:25.942Z Compiling progenitor-macro v0.14.0
14622026-06-18T03:59:25.966Z Checking progenitor-client v0.14.0
14632026-06-18T03:59:26.086Z Checking dropshot-api-manager-types v0.7.2
14642026-06-18T03:59:26.177Z Checking sha2 v0.10.9
14652026-06-18T03:59:26.180Z Checking hickory-resolver v0.25.2
14662026-06-18T03:59:26.249Z Compiling blake3 v1.8.2
14672026-06-18T03:59:26.796Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14682026-06-18T03:59:26.877Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14692026-06-18T03:59:27.109Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14702026-06-18T03:59:27.583Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-06-18T03:59:27.652Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-06-18T03:59:28.066Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-06-18T03:59:28.217Z Checking git-stub v1.0.0
14742026-06-18T03:59:28.370Z Compiling strum_macros v0.28.0
14752026-06-18T03:59:28.492Z Checking filetime v0.2.26
14762026-06-18T03:59:28.628Z Checking is_ci v1.2.0
14772026-06-18T03:59:28.642Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-06-18T03:59:28.725Z Checking arrayref v0.3.9
14792026-06-18T03:59:28.759Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-06-18T03:59:28.794Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-06-18T03:59:28.846Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14822026-06-18T03:59:29.063Z Checking arrayvec v0.7.6
14832026-06-18T03:59:29.076Z Compiling curl v0.4.50
14842026-06-18T03:59:29.224Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-06-18T03:59:29.245Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-06-18T03:59:29.259Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-06-18T03:59:29.317Z Checking constant_time_eq v0.3.1
14882026-06-18T03:59:29.411Z Checking xattr v1.6.1
14892026-06-18T03:59:29.495Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14902026-06-18T03:59:29.543Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14912026-06-18T03:59:29.916Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14922026-06-18T03:59:29.994Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-06-18T03:59:30.077Z Checking progenitor v0.14.0
14942026-06-18T03:59:30.158Z Checking strum v0.28.0
14952026-06-18T03:59:30.202Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14962026-06-18T03:59:30.235Z Checking tar v0.4.45
14972026-06-18T03:59:30.439Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-06-18T03:59:30.458Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14992026-06-18T03:59:30.629Z Checking toml v0.7.8
15002026-06-18T03:59:30.642Z Checking supports-color v3.0.2
15012026-06-18T03:59:30.767Z Checking git-stub-vcs v0.1.0
15022026-06-18T03:59:31.248Z Checking drift v0.2.0
15032026-06-18T03:59:31.366Z Checking kstat-rs v0.2.4
15042026-06-18T03:59:31.553Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15052026-06-18T03:59:31.556Z Checking topological-sort v0.2.2
15062026-06-18T03:59:31.700Z Checking omicron-zone-package v0.12.2
15072026-06-18T03:59:31.946Z Checking dropshot-api-manager v0.7.2
15082026-06-18T03:59:32.229Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15092026-06-18T03:59:33.235Z Checking signal-hook-tokio v0.4.0
15102026-06-18T03:59:33.364Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15112026-06-18T03:59:33.624Z Checking scuffle v0.1.0
15122026-06-18T03:59:33.705Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15132026-06-18T03:59:33.886Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15142026-06-18T03:59:34.100Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15152026-06-18T03:59:34.233Z Checking iddqd v0.4.5
15162026-06-18T03:59:34.662Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15172026-06-18T03:59:34.725Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-06-18T03:59:34.852Z Checking search_path v0.1.4
15192026-06-18T03:59:34.866Z Checking internet-checksum v0.2.1
15202026-06-18T03:59:34.979Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15212026-06-18T03:59:34.992Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15222026-06-18T03:59:35.042Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15232026-06-18T03:59:35.620Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15242026-06-18T03:59:35.980Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15252026-06-18T03:59:36.113Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15262026-06-18T03:59:36.520Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15272026-06-18T03:59:37.625Z Compiling git2 v0.19.0
15282026-06-18T03:59:38.185Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15292026-06-18T03:59:39.902Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15302026-06-18T03:59:47.397Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15312026-06-18T03:59:48.661Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-06-18T03:59:53.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
15332026-06-18T03:59:53.880Z+ for feat in tofino_stub tofino_asic softnpu chaos
15342026-06-18T03:59:53.880Z+ cargo clippy --features tofino_asic -- --deny warnings
15352026-06-18T03:59:54.371Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15362026-06-18T03:59:54.372Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15372026-06-18T03:59:54.444Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15382026-06-18T03:59:54.448Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15392026-06-18T04:00:01.561Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15402026-06-18T04:00:01.564Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15412026-06-18T04:00:04.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.15s
15422026-06-18T04:00:04.219Z+ for feat in tofino_stub tofino_asic softnpu chaos
15432026-06-18T04:00:04.219Z+ cargo clippy --features softnpu -- --deny warnings
15442026-06-18T04:00:04.533Z Downloading crates ...
15452026-06-18T04:00:04.689Z Downloaded wyz v0.5.1
15462026-06-18T04:00:04.696Z Downloaded tap v1.0.1
15472026-06-18T04:00:04.702Z Downloaded radium v0.7.0
15482026-06-18T04:00:04.702Z Downloaded typeid v1.0.3
15492026-06-18T04:00:04.702Z Downloaded ascii v1.1.0
15502026-06-18T04:00:04.705Z Downloaded libloading v0.7.4
15512026-06-18T04:00:04.708Z Downloaded erased-serde v0.4.8
15522026-06-18T04:00:04.708Z Downloaded funty v2.0.0
15532026-06-18T04:00:04.708Z Downloaded bitstruct v0.1.1
15542026-06-18T04:00:04.715Z Downloaded serde_arrays v0.1.0
15552026-06-18T04:00:04.718Z Downloaded bitvec v1.0.1
15562026-06-18T04:00:04.724Z Downloaded bitstruct_derive v0.1.0
15572026-06-18T04:00:04.727Z Downloaded num-bigint v0.4.6
15582026-06-18T04:00:04.846Z Checking num-integer v0.1.46
15592026-06-18T04:00:04.923Z Checking num-complex v0.4.6
15602026-06-18T04:00:04.932Z Compiling radium v0.7.0
15612026-06-18T04:00:04.939Z Checking tap v1.0.1
15622026-06-18T04:00:04.944Z Checking funty v2.0.0
15632026-06-18T04:00:04.950Z Compiling typeid v1.0.3
15642026-06-18T04:00:04.953Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15652026-06-18T04:00:04.963Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-06-18T04:00:05.022Z Checking wyz v0.5.1
15672026-06-18T04:00:05.117Z Checking num-bigint v0.4.6
15682026-06-18T04:00:05.117Z Checking num-iter v0.1.45
15692026-06-18T04:00:05.171Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-06-18T04:00:05.186Z Compiling erased-serde v0.4.8
15712026-06-18T04:00:05.264Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-06-18T04:00:05.273Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-06-18T04:00:05.291Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-06-18T04:00:05.351Z Compiling bitstruct_derive v0.1.0
15752026-06-18T04:00:05.368Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-06-18T04:00:05.392Z Checking bitvec v1.0.1
15772026-06-18T04:00:05.395Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-06-18T04:00:05.395Z Checking ascii v1.1.0
15792026-06-18T04:00:05.415Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15802026-06-18T04:00:05.489Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15812026-06-18T04:00:05.569Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-06-18T04:00:05.578Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15832026-06-18T04:00:05.586Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-06-18T04:00:05.607Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15852026-06-18T04:00:05.878Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-06-18T04:00:05.887Z Checking serde_arrays v0.1.0
15872026-06-18T04:00:05.962Z Checking num-rational v0.4.2
15882026-06-18T04:00:05.985Z Checking libloading v0.7.4
15892026-06-18T04:00:06.008Z Checking bitstruct v0.1.1
15902026-06-18T04:00:06.019Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15912026-06-18T04:00:06.231Z Checking num v0.4.3
15922026-06-18T04:00:06.297Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-06-18T04:00:06.854Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15942026-06-18T04:00:07.160Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15952026-06-18T04:00:07.164Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15962026-06-18T04:00:07.352Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15972026-06-18T04:00:07.509Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-06-18T04:00:07.512Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-06-18T04:00:07.970Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-06-18T04:00:08.188Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16012026-06-18T04:00:08.191Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-06-18T04:00:08.191Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16032026-06-18T04:00:08.191Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16042026-06-18T04:00:08.576Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16052026-06-18T04:00:08.990Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16062026-06-18T04:00:09.826Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-06-18T04:00:12.081Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16082026-06-18T04:00:12.444Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16092026-06-18T04:00:13.302Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16102026-06-18T04:00:14.033Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16112026-06-18T04:00:14.149Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16122026-06-18T04:00:20.578Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16132026-06-18T04:00:21.839Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16142026-06-18T04:00:22.367Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16152026-06-18T04:00:26.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.46s
16162026-06-18T04:00:26.873Z+ for feat in tofino_stub tofino_asic softnpu chaos
16172026-06-18T04:00:26.873Z+ cargo clippy --features chaos -- --deny warnings
16182026-06-18T04:00:27.365Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16192026-06-18T04:00:27.368Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16202026-06-18T04:00:27.368Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16212026-06-18T04:00:34.510Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16222026-06-18T04:00:34.510Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16232026-06-18T04:00:36.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.07s
16242026-06-18T04:00:37.130Z+ banner fmt
16252026-06-18T04:00:37.134Z
16262026-06-18T04:00:37.134Z ###### # # #####
16272026-06-18T04:00:37.134Z # ## ## #
16282026-06-18T04:00:37.134Z ##### # ## # #
16292026-06-18T04:00:37.134Z # # # #
16302026-06-18T04:00:37.134Z # # # #
16312026-06-18T04:00:37.134Z # # # #
16322026-06-18T04:00:37.134Z
16332026-06-18T04:00:37.134Z+ cargo fmt -- --check
16342026-06-18T04:00:37.582Z+ banner test
16352026-06-18T04:00:37.585Z
16362026-06-18T04:00:37.586Z ##### ###### #### #####
16372026-06-18T04:00:37.586Z # # # #
16382026-06-18T04:00:37.586Z # ##### #### #
16392026-06-18T04:00:37.586Z # # # #
16402026-06-18T04:00:37.586Z # # # # #
16412026-06-18T04:00:37.586Z # ###### #### #
16422026-06-18T04:00:37.586Z
16432026-06-18T04:00:37.586Z+ for feat in tofino_stub tofino_asic softnpu chaos
16442026-06-18T04:00:37.586Z+ RUST_BACKTRACE=full
16452026-06-18T04:00:37.586Z+ cargo test --features tofino_stub --no-fail-fast
16462026-06-18T04:00:38.433Z Compiling unicode-ident v1.0.24
16472026-06-18T04:00:38.433Z Compiling cfg-if v1.0.4
16482026-06-18T04:00:38.433Z Compiling memchr v2.7.5
16492026-06-18T04:00:38.437Z Compiling serde_core v1.0.228
16502026-06-18T04:00:38.548Z Compiling itoa v1.0.15
16512026-06-18T04:00:38.560Z Compiling libc v0.2.186
16522026-06-18T04:00:38.569Z Compiling zmij v1.0.17
16532026-06-18T04:00:38.595Z Compiling libm v0.2.15
16542026-06-18T04:00:38.646Z Compiling proc-macro2 v1.0.106
16552026-06-18T04:00:38.673Z Compiling heck v0.5.0
16562026-06-18T04:00:38.833Z Compiling equivalent v1.0.2
16572026-06-18T04:00:38.939Z Compiling smallvec v1.15.1
16582026-06-18T04:00:39.056Z Compiling quote v1.0.45
16592026-06-18T04:00:39.069Z Compiling log v0.4.29
16602026-06-18T04:00:39.147Z Compiling iana-time-zone v0.1.64
16612026-06-18T04:00:39.252Z Compiling syn v2.0.118
16622026-06-18T04:00:39.288Z Compiling dyn-clone v1.0.20
16632026-06-18T04:00:39.347Z Compiling hashbrown v0.17.1
16642026-06-18T04:00:39.360Z Compiling stable_deref_trait v1.2.0
16652026-06-18T04:00:39.372Z Compiling pin-project-lite v0.2.16
16662026-06-18T04:00:39.440Z Compiling percent-encoding v2.3.2
16672026-06-18T04:00:39.452Z Compiling litemap v0.8.0
16682026-06-18T04:00:39.467Z Compiling writeable v0.6.1
16692026-06-18T04:00:39.637Z Compiling fnv v1.0.7
16702026-06-18T04:00:39.666Z Compiling icu_normalizer_data v2.0.0
16712026-06-18T04:00:39.702Z Compiling icu_properties_data v2.0.1
16722026-06-18T04:00:39.736Z Compiling regex-syntax v0.8.11
16732026-06-18T04:00:39.746Z Compiling form_urlencoded v1.2.2
16742026-06-18T04:00:39.770Z Compiling utf8_iter v1.0.4
16752026-06-18T04:00:39.836Z Compiling scopeguard v1.2.0
16762026-06-18T04:00:39.907Z Compiling num-traits v0.2.19
16772026-06-18T04:00:39.919Z Compiling lock_api v0.4.14
16782026-06-18T04:00:39.932Z Compiling getrandom v0.4.2
16792026-06-18T04:00:40.077Z Compiling aho-corasick v1.1.3
16802026-06-18T04:00:40.144Z Compiling byteorder v1.5.0
16812026-06-18T04:00:40.394Z Compiling semver v1.0.28
16822026-06-18T04:00:40.405Z Compiling serde_json v1.0.150
16832026-06-18T04:00:40.548Z Compiling indexmap v2.14.0
16842026-06-18T04:00:40.635Z Compiling ucd-trie v0.1.7
16852026-06-18T04:00:40.747Z Compiling futures-core v0.3.32
16862026-06-18T04:00:40.759Z Compiling uuid v1.23.3
16872026-06-18T04:00:40.904Z Compiling allocator-api2 v0.2.21
16882026-06-18T04:00:41.183Z Compiling num-conv v0.2.1
16892026-06-18T04:00:41.196Z Compiling time-core v0.1.8
16902026-06-18T04:00:41.233Z Compiling regex-automata v0.4.13
16912026-06-18T04:00:41.337Z Compiling foldhash v0.2.0
16922026-06-18T04:00:41.349Z Compiling time-macros v0.2.27
16932026-06-18T04:00:41.352Z Compiling futures-sink v0.3.32
16942026-06-18T04:00:41.469Z Compiling ryu v1.0.20
16952026-06-18T04:00:41.531Z Compiling hashbrown v0.16.1
16962026-06-18T04:00:41.662Z Compiling pretty-hex v0.4.1
16972026-06-18T04:00:41.803Z Compiling slab v0.4.11
16982026-06-18T04:00:42.068Z Compiling synstructure v0.13.2
16992026-06-18T04:00:42.122Z Compiling serde_derive_internals v0.29.1
17002026-06-18T04:00:42.137Z Compiling plain v0.2.3
17012026-06-18T04:00:42.192Z Compiling strsim v0.11.1
17022026-06-18T04:00:42.343Z Compiling futures-channel v0.3.32
17032026-06-18T04:00:42.464Z Compiling futures-io v0.3.32
17042026-06-18T04:00:42.568Z Compiling futures-task v0.3.32
17052026-06-18T04:00:42.581Z Compiling socket2 v0.6.4
17062026-06-18T04:00:42.592Z Compiling parking_lot_core v0.9.12
17072026-06-18T04:00:42.621Z Compiling signal-hook-registry v1.4.6
17082026-06-18T04:00:42.741Z Compiling thread-id v5.0.0
17092026-06-18T04:00:42.828Z Compiling parking_lot v0.12.5
17102026-06-18T04:00:42.867Z Compiling mio v1.2.1
17112026-06-18T04:00:42.980Z Compiling regex v1.12.4
17122026-06-18T04:00:43.012Z Compiling regress v0.10.5
17132026-06-18T04:00:43.015Z Compiling darling_core v0.21.3
17142026-06-18T04:00:43.035Z Compiling base64 v0.22.1
17152026-06-18T04:00:43.234Z Compiling bitflags v2.11.1
17162026-06-18T04:00:43.252Z Compiling serde_derive v1.0.228
17172026-06-18T04:00:43.372Z Compiling zerofrom-derive v0.1.6
17182026-06-18T04:00:43.389Z Compiling yoke-derive v0.8.0
17192026-06-18T04:00:43.445Z Compiling zerovec-derive v0.11.1
17202026-06-18T04:00:43.477Z Compiling displaydoc v0.2.5
17212026-06-18T04:00:43.818Z Compiling thiserror-impl v2.0.18
17222026-06-18T04:00:44.258Z Compiling schemars_derive v0.8.22
17232026-06-18T04:00:44.442Z Compiling tokio-macros v2.7.0
17242026-06-18T04:00:44.550Z Compiling zerocopy-derive v0.8.27
17252026-06-18T04:00:44.613Z Compiling zeroize_derive v1.4.3
17262026-06-18T04:00:45.076Z Compiling thiserror v2.0.18
17272026-06-18T04:00:45.136Z Compiling futures-macro v0.3.32
17282026-06-18T04:00:45.192Z Compiling zerofrom v0.1.6
17292026-06-18T04:00:45.192Z Compiling thiserror-impl v1.0.69
17302026-06-18T04:00:45.369Z Compiling yoke v0.8.0
17312026-06-18T04:00:45.372Z Compiling tracing-attributes v0.1.30
17322026-06-18T04:00:45.506Z Compiling pest v2.8.2
17332026-06-18T04:00:45.570Z Compiling zerovec v0.11.4
17342026-06-18T04:00:45.868Z Compiling zerocopy v0.8.27
17352026-06-18T04:00:45.992Z Compiling serde v1.0.228
17362026-06-18T04:00:46.440Z Compiling bytes v1.11.1
17372026-06-18T04:00:46.453Z Compiling serde_tokenstream v0.2.3
17382026-06-18T04:00:46.538Z Compiling tinystr v0.8.1
17392026-06-18T04:00:46.589Z Compiling potential_utf v0.1.3
17402026-06-18T04:00:46.659Z Compiling zerotrie v0.2.2
17412026-06-18T04:00:46.745Z Compiling icu_locale_core v2.0.0
17422026-06-18T04:00:46.757Z Compiling icu_collections v2.0.0
17432026-06-18T04:00:46.770Z Compiling pest_meta v2.8.2
17442026-06-18T04:00:46.841Z Compiling chrono v0.4.45
17452026-06-18T04:00:46.939Z Compiling http v1.4.2
17462026-06-18T04:00:46.966Z Compiling scroll_derive v0.13.1
17472026-06-18T04:00:47.264Z Compiling icu_provider v2.0.0
17482026-06-18T04:00:47.365Z Compiling pest_generator v2.8.2
17492026-06-18T04:00:47.584Z Compiling icu_properties v2.0.1
17502026-06-18T04:00:47.608Z Compiling icu_normalizer v2.0.0
17512026-06-18T04:00:47.734Z Compiling async-trait v0.1.89
17522026-06-18T04:00:47.819Z Compiling schemars v0.8.22
17532026-06-18T04:00:47.992Z Compiling scroll v0.13.0
17542026-06-18T04:00:48.073Z Compiling pest_derive v2.8.2
17552026-06-18T04:00:48.230Z Compiling goblin v0.10.1
17562026-06-18T04:00:48.253Z Compiling thiserror v1.0.69
17572026-06-18T04:00:48.361Z Compiling tokio v1.52.3
17582026-06-18T04:00:48.364Z Compiling openapiv3 v2.2.0
17592026-06-18T04:00:48.644Z Compiling idna_adapter v1.2.1
17602026-06-18T04:00:48.733Z Compiling dtrace-parser v0.3.0
17612026-06-18T04:00:48.764Z Compiling idna v1.1.0
17622026-06-18T04:00:48.796Z Compiling daft-derive v0.1.5
17632026-06-18T04:00:49.072Z Compiling url v2.5.7
17642026-06-18T04:00:49.520Z Compiling typify-impl v0.4.3
17652026-06-18T04:00:49.559Z Compiling darling_macro v0.21.3
17662026-06-18T04:00:49.640Z Compiling http-body v1.0.1
17672026-06-18T04:00:49.807Z Compiling ppv-lite86 v0.2.21
17682026-06-18T04:00:49.983Z Compiling erased-serde v0.3.31
17692026-06-18T04:00:49.996Z Compiling serde_yaml v0.9.34+deprecated
17702026-06-18T04:00:50.129Z Compiling openssl-macros v0.1.1
17712026-06-18T04:00:50.144Z Compiling darling v0.21.3
17722026-06-18T04:00:50.303Z Compiling getrandom v0.2.16
17732026-06-18T04:00:50.531Z Compiling atomic-waker v1.1.2
17742026-06-18T04:00:50.644Z Compiling ipnet v2.11.0
17752026-06-18T04:00:51.123Z Compiling dof v0.4.0
17762026-06-18T04:00:51.197Z Compiling httparse v1.10.1
17772026-06-18T04:00:51.343Z Compiling tower-layer v0.3.3
17782026-06-18T04:00:51.513Z Compiling tower-service v0.3.3
17792026-06-18T04:00:51.518Z Compiling untrusted v0.9.0
17802026-06-18T04:00:51.527Z Compiling anyhow v1.0.102
17812026-06-18T04:00:51.610Z Compiling usdt-impl v0.6.0
17822026-06-18T04:00:51.646Z Compiling try-lock v0.2.5
17832026-06-18T04:00:51.763Z Compiling want v0.3.1
17842026-06-18T04:00:51.881Z Compiling syn v1.0.109
17852026-06-18T04:00:51.929Z Compiling zeroize v1.8.1
17862026-06-18T04:00:51.944Z Compiling httpdate v1.0.3
17872026-06-18T04:00:52.200Z Compiling portable-atomic v1.11.1
17882026-06-18T04:00:52.622Z Compiling structmeta-derive v0.3.0
17892026-06-18T04:00:52.728Z Compiling async-stream-impl v0.3.6
17902026-06-18T04:00:52.999Z Compiling critical-section v1.2.0
17912026-06-18T04:00:53.038Z Compiling usdt-attr-macro v0.6.0
17922026-06-18T04:00:53.113Z Compiling usdt-macro v0.6.0
17932026-06-18T04:00:53.376Z Compiling once_cell v1.21.3
17942026-06-18T04:00:53.695Z Compiling structmeta v0.3.0
17952026-06-18T04:00:53.707Z Compiling newtype-uuid-macros v0.1.0
17962026-06-18T04:00:53.907Z Compiling strum_macros v0.26.4
17972026-06-18T04:00:54.242Z Compiling powerfmt v0.2.0
17982026-06-18T04:00:54.386Z Compiling deranged v0.5.3
17992026-06-18T04:00:54.523Z Compiling num_threads v0.1.7
18002026-06-18T04:00:55.231Z Compiling http-body-util v0.1.3
18012026-06-18T04:00:55.286Z Compiling omicron-workspace-hack v0.1.0
18022026-06-18T04:00:55.374Z Compiling dropshot_endpoint v0.16.7
18032026-06-18T04:00:55.528Z Compiling serde_urlencoded v0.7.1
18042026-06-18T04:00:55.531Z Compiling ref-cast-impl v1.0.25
18052026-06-18T04:00:55.601Z Compiling derive-ex v0.1.8
18062026-06-18T04:00:55.735Z Compiling strum_macros v0.27.2
18072026-06-18T04:00:55.756Z Compiling sync_wrapper v1.0.2
18082026-06-18T04:00:55.793Z Compiling typify-macro v0.4.3
18092026-06-18T04:00:55.864Z Compiling serde_with_macros v3.14.1
18102026-06-18T04:00:55.896Z Compiling subtle v2.6.1
18112026-06-18T04:00:56.159Z Compiling thread_local v1.1.9
18122026-06-18T04:00:56.404Z Compiling iri-string v0.7.8
18132026-06-18T04:00:56.430Z Compiling futures-util v0.3.32
18142026-06-18T04:00:56.915Z Compiling match_cfg v0.1.0
18152026-06-18T04:00:57.009Z Compiling rand_core v0.6.4
18162026-06-18T04:00:57.059Z Compiling take_mut v0.2.2
18172026-06-18T04:00:57.205Z Compiling test-strategy v0.4.3
18182026-06-18T04:00:57.216Z Compiling term v1.2.0
18192026-06-18T04:00:57.236Z Compiling typenum v1.20.1
18202026-06-18T04:00:57.873Z Compiling typify v0.4.3
18212026-06-18T04:00:57.941Z Compiling parse-display-derive v0.10.0
18222026-06-18T04:00:57.965Z Compiling progenitor-impl v0.11.1
18232026-06-18T04:00:58.046Z Compiling tracing-core v0.1.34
18242026-06-18T04:00:58.049Z Compiling toml_datetime v0.6.11
18252026-06-18T04:00:58.070Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18262026-06-18T04:00:58.333Z Compiling camino v1.2.2
18272026-06-18T04:00:58.552Z Compiling tracing v0.1.41
18282026-06-18T04:00:58.645Z Compiling clap_derive v4.6.1
18292026-06-18T04:00:58.765Z Compiling encoding_rs v0.8.35
18302026-06-18T04:00:58.784Z Compiling fastrand v2.3.0
18312026-06-18T04:00:58.920Z Compiling mime v0.3.17
18322026-06-18T04:00:59.031Z Compiling cpufeatures v0.2.17
18332026-06-18T04:00:59.108Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18342026-06-18T04:00:59.532Z Compiling unicode-width v0.2.1
18352026-06-18T04:00:59.795Z Compiling errno v0.3.14
18362026-06-18T04:00:59.819Z Compiling hex v0.4.3
18372026-06-18T04:01:00.082Z Compiling generic-array v0.14.7
18382026-06-18T04:01:00.085Z Compiling ipnetwork v0.21.1
18392026-06-18T04:01:00.411Z Compiling crossbeam-utils v0.8.21
18402026-06-18T04:01:00.608Z Compiling tokio-util v0.7.16
18412026-06-18T04:01:00.676Z Compiling slog v2.8.2
18422026-06-18T04:01:00.934Z Compiling rustix v1.1.4
18432026-06-18T04:01:01.092Z Compiling getrandom v0.3.3
18442026-06-18T04:01:01.149Z Compiling winnow v0.7.14
18452026-06-18T04:01:01.205Z Compiling h2 v0.4.14
18462026-06-18T04:01:01.278Z Compiling rand_core v0.9.3
18472026-06-18T04:01:01.329Z Compiling crypto-common v0.1.6
18482026-06-18T04:01:01.469Z Compiling oxnet v0.1.6
18492026-06-18T04:01:01.486Z Compiling progenitor-macro v0.11.1
18502026-06-18T04:01:01.505Z Compiling itertools v0.14.0
18512026-06-18T04:01:02.162Z Compiling winnow v1.0.3
18522026-06-18T04:01:02.487Z Compiling toml_parser v1.1.2+spec-1.1.0
18532026-06-18T04:01:02.518Z Compiling num-derive v0.4.2
18542026-06-18T04:01:02.643Z Compiling serde_spanned v1.1.1
18552026-06-18T04:01:02.746Z Compiling debug-ignore v1.0.5
18562026-06-18T04:01:02.804Z Compiling toml_writer v1.1.1+spec-1.1.0
18572026-06-18T04:01:02.974Z Compiling spin v0.9.8
18582026-06-18T04:01:03.096Z Compiling rand_chacha v0.9.0
18592026-06-18T04:01:03.202Z Compiling rustls-pki-types v1.12.0
18602026-06-18T04:01:03.240Z Compiling quick-error v1.2.3
18612026-06-18T04:01:03.352Z Compiling hyper v1.10.1
18622026-06-18T04:01:03.488Z Compiling rand v0.9.3
18632026-06-18T04:01:03.582Z Compiling tabwriter v1.4.1
18642026-06-18T04:01:03.691Z Compiling async-stream v0.3.6
18652026-06-18T04:01:03.830Z Compiling waitgroup v0.1.2
18662026-06-18T04:01:03.869Z Compiling serde_path_to_error v0.1.20
18672026-06-18T04:01:03.977Z Compiling bit-vec v0.8.0
18682026-06-18T04:01:04.089Z Compiling colored v3.1.1
18692026-06-18T04:01:04.223Z Compiling lazy_static v1.5.0
18702026-06-18T04:01:04.236Z Compiling bit-set v0.8.0
18712026-06-18T04:01:04.236Z Compiling strum v0.26.3
18722026-06-18T04:01:04.327Z Compiling time v0.3.47
18732026-06-18T04:01:04.365Z Compiling ring v0.17.14
18742026-06-18T04:01:04.408Z Compiling toml_datetime v0.7.5+spec-1.1.0
18752026-06-18T04:01:04.485Z Compiling hyper-util v0.1.20
18762026-06-18T04:01:04.834Z Compiling unarray v0.1.4
18772026-06-18T04:01:04.953Z Compiling anstyle v1.0.14
18782026-06-18T04:01:05.112Z Compiling toml v0.9.12+spec-1.1.0
18792026-06-18T04:01:05.185Z Compiling crossbeam-channel v0.5.15
18802026-06-18T04:01:05.682Z Compiling macaddr v1.0.1
18812026-06-18T04:01:05.923Z Compiling utf8parse v0.2.2
18822026-06-18T04:01:06.011Z Compiling anstyle-parse v1.0.0
18832026-06-18T04:01:06.042Z Compiling block-buffer v0.10.4
18842026-06-18T04:01:06.095Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18852026-06-18T04:01:06.108Z Compiling ref-cast v1.0.25
18862026-06-18T04:01:06.198Z Compiling colorchoice v1.0.4
18872026-06-18T04:01:06.211Z Compiling is_terminal_polyfill v1.70.1
18882026-06-18T04:01:06.222Z Compiling anstyle-query v1.1.4
18892026-06-18T04:01:06.235Z Compiling digest v0.10.7
18902026-06-18T04:01:06.287Z Compiling strum v0.27.2
18912026-06-18T04:01:06.304Z Compiling anstream v1.0.0
18922026-06-18T04:01:06.317Z Compiling is-terminal v0.4.16
18932026-06-18T04:01:06.331Z Compiling clap_lex v1.1.0
18942026-06-18T04:01:06.412Z Compiling slog-term v2.9.2
18952026-06-18T04:01:06.415Z Compiling slog-json v2.6.1
18962026-06-18T04:01:06.451Z Compiling slog-async v2.8.0
18972026-06-18T04:01:06.584Z Compiling hostname v0.3.1
18982026-06-18T04:01:06.635Z Compiling futures-executor v0.3.32
18992026-06-18T04:01:06.686Z Compiling slog-bunyan v2.5.0
19002026-06-18T04:01:06.717Z Compiling tower v0.5.2
19012026-06-18T04:01:06.729Z Compiling instant v0.1.13
19022026-06-18T04:01:06.992Z Compiling futures v0.3.32
19032026-06-18T04:01:07.014Z Compiling aws-lc-sys v0.39.1
19042026-06-18T04:01:07.031Z Compiling untrusted v0.7.1
19052026-06-18T04:01:07.095Z Compiling openssl-sys v0.9.117
19062026-06-18T04:01:07.153Z Compiling tower-http v0.6.8
19072026-06-18T04:01:07.543Z Compiling aws-lc-rs v1.16.2
19082026-06-18T04:01:07.633Z Compiling memmap2 v0.9.8
19092026-06-18T04:01:08.613Z Compiling rustls-webpki v0.103.6
19102026-06-18T04:01:08.625Z Compiling foreign-types-shared v0.1.1
19112026-06-18T04:01:08.725Z Compiling foreign-types v0.3.2
19122026-06-18T04:01:09.035Z Compiling tempfile v3.27.0
19132026-06-18T04:01:09.357Z Compiling rustls v0.23.40
19142026-06-18T04:01:09.546Z Compiling openssl-probe v0.1.6
19152026-06-18T04:01:09.976Z Compiling openssl v0.10.81
19162026-06-18T04:01:10.189Z Compiling usdt v0.6.0
19172026-06-18T04:01:10.326Z Compiling either v1.15.0
19182026-06-18T04:01:10.543Z Compiling webpki-roots v1.0.2
19192026-06-18T04:01:10.949Z Compiling newtype-uuid v1.3.2
19202026-06-18T04:01:11.306Z Compiling daft v0.1.5
19212026-06-18T04:01:12.524Z Compiling tokio-rustls v0.26.4
19222026-06-18T04:01:12.701Z Compiling native-tls v0.2.14
19232026-06-18T04:01:12.796Z Compiling hyper-rustls v0.27.7
19242026-06-18T04:01:12.912Z Compiling tokio-native-tls v0.3.1
19252026-06-18T04:01:13.093Z Compiling hyper-tls v0.6.0
19262026-06-18T04:01:13.295Z Compiling reqwest v0.12.23
19272026-06-18T04:01:13.572Z Compiling rustls-webpki v0.102.8
19282026-06-18T04:01:13.576Z Compiling rustls-pemfile v2.2.0
19292026-06-18T04:01:13.788Z Compiling multer v3.1.0
19302026-06-18T04:01:14.265Z Compiling hostname v0.4.2
19312026-06-18T04:01:14.416Z Compiling rustls v0.22.4
19322026-06-18T04:01:14.466Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19332026-06-18T04:01:15.191Z Compiling terminal_size v0.4.3
19342026-06-18T04:01:15.284Z Compiling rand_chacha v0.3.1
19352026-06-18T04:01:15.429Z Compiling wait-timeout v0.2.1
19362026-06-18T04:01:16.103Z Compiling rusty-fork v0.3.0
19372026-06-18T04:01:16.192Z Compiling rand v0.8.5
19382026-06-18T04:01:16.471Z Compiling tokio-rustls v0.25.0
19392026-06-18T04:01:17.917Z Compiling sha1 v0.10.6
19402026-06-18T04:01:18.156Z Compiling rand_xorshift v0.4.0
19412026-06-18T04:01:18.471Z Compiling hubpack_derive v0.1.1
19422026-06-18T04:01:18.934Z Compiling proptest v1.8.0
19432026-06-18T04:01:19.015Z Compiling dropshot v0.16.7
19442026-06-18T04:01:19.122Z Compiling clap_builder v4.6.0
19452026-06-18T04:01:20.516Z Compiling serde_spanned v0.6.9
19462026-06-18T04:01:20.815Z Compiling clap v4.6.1
19472026-06-18T04:01:20.975Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19482026-06-18T04:01:21.303Z Compiling prettyplease v0.2.37
19492026-06-18T04:01:22.448Z Compiling progenitor-client v0.11.1
19502026-06-18T04:01:22.694Z Compiling progenitor-client v0.10.0
19512026-06-18T04:01:22.764Z Compiling serde_with v3.14.1
19522026-06-18T04:01:23.414Z Compiling progenitor v0.11.1
19532026-06-18T04:01:24.412Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19542026-06-18T04:01:24.595Z Compiling rustc-hash v2.1.1
19552026-06-18T04:01:24.723Z Compiling iddqd v0.3.18
19562026-06-18T04:01:24.727Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19572026-06-18T04:01:25.832Z Compiling backoff v0.4.0
19582026-06-18T04:01:25.886Z Compiling parse-display v0.10.0
19592026-06-18T04:01:25.939Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19602026-06-18T04:01:26.017Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19612026-06-18T04:01:26.095Z Compiling winnow v0.5.40
19622026-06-18T04:01:26.147Z Compiling toml_write v0.1.2
19632026-06-18T04:01:26.344Z Compiling toml_edit v0.22.27
19642026-06-18T04:01:27.609Z Compiling num-integer v0.1.46
19652026-06-18T04:01:27.710Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19662026-06-18T04:01:28.094Z Compiling float-ord v0.3.2
19672026-06-18T04:01:28.251Z Compiling toml v0.8.23
19682026-06-18T04:01:31.673Z Compiling num-iter v0.1.45
19692026-06-18T04:01:31.800Z Compiling num-rational v0.4.2
19702026-06-18T04:01:31.986Z Compiling num-complex v0.4.6
19712026-06-18T04:01:32.698Z Compiling num v0.4.3
19722026-06-18T04:01:33.388Z Compiling toml_edit v0.19.15
19732026-06-18T04:01:34.795Z Compiling proc-macro-crate v1.3.1
19742026-06-18T04:01:36.492Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19752026-06-18T04:01:37.880Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19762026-06-18T04:01:38.172Z Compiling zerocopy-derive v0.7.35
19772026-06-18T04:01:38.311Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19782026-06-18T04:01:39.051Z Compiling memoffset v0.9.1
19792026-06-18T04:01:39.102Z Compiling libscf-sys v1.2.0
19802026-06-18T04:01:39.144Z Compiling ingot-macros v0.1.1
19812026-06-18T04:01:39.257Z Compiling proc-macro-error-attr2 v2.0.0
19822026-06-18T04:01:39.894Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19832026-06-18T04:01:40.604Z Compiling proc-macro-error2 v2.0.1
19842026-06-18T04:01:40.893Z Compiling nix v0.30.1
19852026-06-18T04:01:41.661Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19862026-06-18T04:01:41.841Z Compiling scroll_derive v0.12.1
19872026-06-18T04:01:42.350Z Compiling tabled_derive v0.11.0
19882026-06-18T04:01:42.571Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19892026-06-18T04:01:44.388Z Compiling zerocopy v0.7.35
19902026-06-18T04:01:44.951Z Compiling num_enum_derive v0.7.5
19912026-06-18T04:01:45.021Z Compiling hubpack v0.1.2
19922026-06-18T04:01:45.128Z Compiling foreign-types-macros v0.2.3
19932026-06-18T04:01:45.470Z Compiling static_assertions v1.1.0
19942026-06-18T04:01:46.050Z Compiling glob v0.3.3
19952026-06-18T04:01:46.065Z Compiling proc-macro-error-attr v1.0.4
19962026-06-18T04:01:46.348Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19972026-06-18T04:01:46.370Z Compiling dtrace-parser v0.2.0
19982026-06-18T04:01:46.629Z Compiling bytecount v0.6.9
19992026-06-18T04:01:46.857Z Compiling proc-macro-error v1.0.4
20002026-06-18T04:01:46.896Z Compiling dof v0.3.0
20012026-06-18T04:01:47.506Z Compiling num_enum_derive v0.5.11
20022026-06-18T04:01:48.554Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20032026-06-18T04:01:48.957Z Compiling thread-id v4.2.2
20042026-06-18T04:01:49.100Z Compiling usdt-impl v0.5.0
20052026-06-18T04:01:49.940Z Compiling derive_more v0.99.20
20062026-06-18T04:01:50.029Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20072026-06-18T04:01:50.053Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20082026-06-18T04:01:50.677Z Compiling minimal-lexical v0.2.1
20092026-06-18T04:01:50.876Z Compiling usdt-attr-macro v0.5.0
20102026-06-18T04:01:50.949Z Compiling nom v7.1.3
20112026-06-18T04:01:51.128Z Compiling usdt-macro v0.5.0
20122026-06-18T04:01:51.280Z Compiling zone_cfg_derive v0.3.1
20132026-06-18T04:01:51.728Z Compiling papergrid v0.17.0
20142026-06-18T04:01:51.923Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20152026-06-18T04:01:51.984Z Compiling testing_table v0.3.0
20162026-06-18T04:01:52.161Z Compiling rustc_version v0.4.1
20172026-06-18T04:01:52.325Z Compiling crossbeam-epoch v0.9.18
20182026-06-18T04:01:52.337Z Compiling dropshot_endpoint v0.17.1
20192026-06-18T04:01:52.448Z Compiling adler2 v2.0.1
20202026-06-18T04:01:52.599Z Compiling miniz_oxide v0.8.9
20212026-06-18T04:01:52.691Z Compiling tabled v0.20.0
20222026-06-18T04:01:52.694Z Compiling crc32fast v1.5.0
20232026-06-18T04:01:52.810Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20242026-06-18T04:01:52.933Z Compiling enum-as-inner v0.6.1
20252026-06-18T04:01:53.292Z Compiling regress v0.11.1
20262026-06-18T04:01:53.537Z Compiling flate2 v1.1.2
20272026-06-18T04:01:53.605Z Compiling curve25519-dalek v4.1.3
20282026-06-18T04:01:53.866Z Compiling hybrid-array v0.4.12
20292026-06-18T04:01:53.990Z Compiling crossbeam-deque v0.8.6
20302026-06-18T04:01:54.021Z Compiling thiserror-impl-no-std v2.0.2
20312026-06-18T04:01:54.187Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20322026-06-18T04:01:54.350Z Compiling curve25519-dalek-derive v0.1.1
20332026-06-18T04:01:54.420Z Compiling crypto-common v0.2.2
20342026-06-18T04:01:55.046Z Compiling typify-impl v0.6.2
20352026-06-18T04:01:55.143Z Compiling block-buffer v0.12.0
20362026-06-18T04:01:55.251Z Compiling rayon-core v1.13.0
20372026-06-18T04:01:55.368Z Compiling clang-sys v1.8.1
20382026-06-18T04:01:55.469Z Compiling compression-core v0.4.32
20392026-06-18T04:01:55.502Z Compiling const-oid v0.10.2
20402026-06-18T04:01:55.617Z Compiling compression-codecs v0.4.32
20412026-06-18T04:01:55.640Z Compiling scroll v0.12.0
20422026-06-18T04:01:55.731Z Compiling digest v0.11.3
20432026-06-18T04:01:55.912Z Compiling hash32 v0.3.1
20442026-06-18T04:01:55.924Z Compiling toml_datetime v1.1.1+spec-1.1.0
20452026-06-18T04:01:56.064Z Compiling cpufeatures v0.3.0
20462026-06-18T04:01:56.127Z Compiling sha1 v0.11.0
20472026-06-18T04:01:56.139Z Compiling toml v1.1.2+spec-1.1.0
20482026-06-18T04:01:56.151Z Compiling heapless v0.8.0
20492026-06-18T04:01:56.161Z Compiling goblin v0.8.2
20502026-06-18T04:01:56.248Z Compiling async-compression v0.4.33
20512026-06-18T04:01:56.390Z Compiling ingot-types v0.1.2
20522026-06-18T04:01:56.603Z Compiling cobs v0.3.0
20532026-06-18T04:01:56.738Z Compiling libloading v0.8.9
20542026-06-18T04:01:56.797Z Compiling managed v0.8.0
20552026-06-18T04:01:56.813Z Compiling bitflags v1.3.2
20562026-06-18T04:01:56.898Z Compiling foreign-types-shared v0.3.1
20572026-06-18T04:01:56.999Z Compiling smoltcp v0.11.0
20582026-06-18T04:01:57.019Z Compiling foreign-types v0.5.0
20592026-06-18T04:01:57.107Z Compiling dropshot v0.17.1
20602026-06-18T04:01:57.439Z Compiling bindgen v0.72.1
20612026-06-18T04:01:57.457Z Compiling postcard v1.1.3
20622026-06-18T04:01:57.693Z Compiling ingot v0.1.1
20632026-06-18T04:01:58.250Z Compiling cexpr v0.6.0
20642026-06-18T04:01:58.913Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20652026-06-18T04:01:59.261Z Compiling num_enum v0.7.5
20662026-06-18T04:01:59.393Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20672026-06-18T04:01:59.708Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20682026-06-18T04:01:59.834Z Compiling camino-tempfile v1.4.1
20692026-06-18T04:01:59.921Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20702026-06-18T04:02:00.051Z Compiling derive-where v1.6.0
20712026-06-18T04:02:00.075Z Compiling serde_repr v0.1.20
20722026-06-18T04:02:00.222Z Compiling cstr-argument v0.1.2
20732026-06-18T04:02:00.353Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20742026-06-18T04:02:00.634Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20752026-06-18T04:02:01.372Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20762026-06-18T04:02:01.419Z Compiling typify-macro v0.6.2
20772026-06-18T04:02:01.567Z Compiling rayon v1.11.0
20782026-06-18T04:02:01.826Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20792026-06-18T04:02:01.956Z Compiling crucible-workspace-hack v0.1.0
20802026-06-18T04:02:02.583Z Compiling memmap v0.7.0
20812026-06-18T04:02:02.725Z Compiling tinyvec_macros v0.1.1
20822026-06-18T04:02:02.799Z Compiling tinyvec v1.10.0
20832026-06-18T04:02:02.810Z Compiling usdt v0.5.0
20842026-06-18T04:02:03.094Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20852026-06-18T04:02:03.522Z Compiling typify v0.6.2
20862026-06-18T04:02:03.585Z Compiling num_enum v0.5.11
20872026-06-18T04:02:03.917Z Compiling pin-project-internal v1.1.10
20882026-06-18T04:02:04.845Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20892026-06-18T04:02:04.948Z Compiling progenitor-impl v0.14.0
20902026-06-18T04:02:04.994Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20912026-06-18T04:02:05.014Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20922026-06-18T04:02:05.077Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20932026-06-18T04:02:05.417Z Compiling rustix v0.38.44
20942026-06-18T04:02:05.770Z Compiling itertools v0.12.1
20952026-06-18T04:02:05.848Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20962026-06-18T04:02:05.998Z Compiling progenitor-impl v0.10.0
20972026-06-18T04:02:06.244Z Compiling sigpipe v0.1.3
20982026-06-18T04:02:06.257Z Compiling jiff v0.2.15
20992026-06-18T04:02:06.341Z Compiling const_format_proc_macros v0.2.34
21002026-06-18T04:02:06.865Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21012026-06-18T04:02:07.026Z Compiling zone v0.3.1
21022026-06-18T04:02:07.124Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21032026-06-18T04:02:08.531Z Compiling progenitor-macro v0.14.0
21042026-06-18T04:02:08.543Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21052026-06-18T04:02:08.752Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21062026-06-18T04:02:09.162Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21072026-06-18T04:02:09.453Z Compiling secrecy v0.10.3
21082026-06-18T04:02:09.471Z Compiling progenitor-macro v0.10.0
21092026-06-18T04:02:09.625Z Compiling smf v0.2.3
21102026-06-18T04:02:09.794Z Compiling async-recursion v1.1.1
21112026-06-18T04:02:09.898Z Compiling snafu-derive v0.8.9
21122026-06-18T04:02:10.043Z Compiling bstr v1.12.0
21132026-06-18T04:02:10.243Z Compiling whoami v1.6.1
21142026-06-18T04:02:10.589Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-06-18T04:02:11.675Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-06-18T04:02:12.222Z Compiling hmac v0.12.1
21172026-06-18T04:02:12.371Z Compiling inout v0.1.4
21182026-06-18T04:02:12.417Z Compiling ff v0.13.1
21192026-06-18T04:02:12.527Z Compiling data-encoding v2.9.0
21202026-06-18T04:02:12.867Z Compiling crc8 v0.1.1
21212026-06-18T04:02:12.994Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21222026-06-18T04:02:13.146Z Compiling group v0.13.0
21232026-06-18T04:02:13.394Z Compiling cipher v0.4.4
21242026-06-18T04:02:13.702Z Compiling hkdf v0.12.4
21252026-06-18T04:02:14.117Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21262026-06-18T04:02:14.282Z Compiling atomicwrites v0.4.4
21272026-06-18T04:02:14.506Z Compiling tokio-dtrace v0.1.1
21282026-06-18T04:02:14.784Z Compiling tabled_derive v0.7.0
21292026-06-18T04:02:15.106Z Compiling reqwest v0.13.2
21302026-06-18T04:02:15.109Z Compiling universal-hash v0.5.1
21312026-06-18T04:02:15.330Z Compiling crypto-bigint v0.5.5
21322026-06-18T04:02:15.474Z Compiling half v2.7.1
21332026-06-18T04:02:15.705Z Compiling ciborium-io v0.2.2
21342026-06-18T04:02:15.781Z Compiling indent_write v2.2.0
21352026-06-18T04:02:15.810Z Compiling base16ct v0.2.0
21362026-06-18T04:02:15.825Z Compiling base64ct v1.8.0
21372026-06-18T04:02:15.929Z Compiling opaque-debug v0.3.1
21382026-06-18T04:02:16.143Z Compiling progenitor-client v0.14.0
21392026-06-18T04:02:16.458Z Compiling elliptic-curve v0.13.8
21402026-06-18T04:02:16.583Z Compiling password-hash v0.5.0
21412026-06-18T04:02:16.703Z Compiling poly1305 v0.8.0
21422026-06-18T04:02:16.707Z Compiling ciborium-ll v0.2.2
21432026-06-18T04:02:17.176Z Compiling oxide-tokio-rt v0.1.2
21442026-06-18T04:02:17.382Z Compiling chacha20 v0.9.1
21452026-06-18T04:02:17.615Z Compiling similar v2.7.0
21462026-06-18T04:02:17.833Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-06-18T04:02:17.901Z Compiling thiserror-no-std v2.0.2
21482026-06-18T04:02:18.590Z Compiling blake2 v0.10.6
21492026-06-18T04:02:19.070Z Compiling aead v0.5.2
21502026-06-18T04:02:19.117Z Compiling strum_macros v0.28.0
21512026-06-18T04:02:19.425Z Compiling keccak v0.1.6
21522026-06-18T04:02:19.467Z Compiling resolv-conf v0.7.5
21532026-06-18T04:02:19.655Z Compiling linked-hash-map v0.5.6
21542026-06-18T04:02:19.697Z Compiling sha3 v0.10.8
21552026-06-18T04:02:19.837Z Compiling lru-cache v0.1.2
21562026-06-18T04:02:19.999Z Compiling chacha20poly1305 v0.10.1
21572026-06-18T04:02:20.014Z Compiling argon2 v0.5.3
21582026-06-18T04:02:20.078Z Compiling vsss-rs v3.3.4
21592026-06-18T04:02:20.136Z Compiling progenitor v0.14.0
21602026-06-18T04:02:20.333Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21612026-06-18T04:02:20.484Z Compiling ciborium v0.2.2
21622026-06-18T04:02:20.555Z Compiling hickory-proto v0.24.4
21632026-06-18T04:02:21.078Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21642026-06-18T04:02:21.090Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21652026-06-18T04:02:21.526Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21662026-06-18T04:02:21.590Z Compiling serde-big-array v0.5.1
21672026-06-18T04:02:21.741Z Compiling same-file v1.0.6
21682026-06-18T04:02:21.830Z Compiling siphasher v1.0.1
21692026-06-18T04:02:21.864Z Compiling unicode-segmentation v1.12.0
21702026-06-18T04:02:21.915Z Compiling walkdir v2.5.0
21712026-06-18T04:02:22.038Z Compiling phf_shared v0.12.1
21722026-06-18T04:02:22.221Z Compiling newline-converter v0.3.0
21732026-06-18T04:02:22.282Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21742026-06-18T04:02:22.344Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21752026-06-18T04:02:22.423Z Compiling hickory-resolver v0.24.4
21762026-06-18T04:02:22.656Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21772026-06-18T04:02:23.080Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-06-18T04:02:24.203Z Compiling newtype_derive v0.1.6
21792026-06-18T04:02:24.293Z Compiling owo-colors v4.3.0
21802026-06-18T04:02:24.350Z Compiling tokio-stream v0.1.17
21812026-06-18T04:02:24.513Z Compiling console v0.15.11
21822026-06-18T04:02:24.817Z Compiling csv-core v0.1.12
21832026-06-18T04:02:24.892Z Compiling foldhash v0.1.5
21842026-06-18T04:02:25.052Z Compiling unicode-linebreak v0.1.5
21852026-06-18T04:02:25.064Z Compiling unicode-width v0.1.14
21862026-06-18T04:02:25.099Z Compiling humantime v2.3.0
21872026-06-18T04:02:25.157Z Compiling termtree v0.5.1
21882026-06-18T04:02:25.364Z Compiling smawk v0.3.2
21892026-06-18T04:02:25.384Z Compiling swrite v0.1.0
21902026-06-18T04:02:25.473Z Compiling csv v1.4.0
21912026-06-18T04:02:25.511Z Compiling textwrap v0.16.2
21922026-06-18T04:02:25.581Z Compiling hashbrown v0.15.5
21932026-06-18T04:02:25.733Z Compiling expectorate v1.2.0
21942026-06-18T04:02:25.763Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21952026-06-18T04:02:25.893Z Compiling qorb v0.4.1
21962026-06-18T04:02:26.059Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-06-18T04:02:27.402Z Compiling phf v0.12.1
21982026-06-18T04:02:27.568Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21992026-06-18T04:02:28.071Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
22002026-06-18T04:02:28.114Z Compiling pin-project v1.1.10
22012026-06-18T04:02:28.204Z Compiling unicode-normalization v0.1.24
22022026-06-18T04:02:28.226Z Compiling libz-sys v1.1.22
22032026-06-18T04:02:28.385Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-06-18T04:02:29.370Z Compiling libsw-core v0.3.2
22052026-06-18T04:02:29.804Z Compiling fixedbitset v0.5.7
22062026-06-18T04:02:29.895Z Compiling fixedbitset v0.4.2
22072026-06-18T04:02:30.161Z Compiling highway v1.3.0
22082026-06-18T04:02:30.469Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-06-18T04:02:31.148Z Compiling petgraph v0.6.5
22102026-06-18T04:02:31.177Z Compiling petgraph v0.8.2
22112026-06-18T04:02:32.290Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-06-18T04:02:32.373Z Compiling progenitor v0.10.0
22132026-06-18T04:02:32.932Z Compiling libsw v3.5.0
22142026-06-18T04:02:33.126Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-06-18T04:02:33.589Z Compiling olpc-cjson v0.1.4
22162026-06-18T04:02:33.771Z Compiling libgit2-sys v0.17.0+1.8.1
22172026-06-18T04:02:34.049Z Compiling snafu v0.8.9
22182026-06-18T04:02:34.421Z Compiling chrono-tz v0.10.4
22192026-06-18T04:02:34.536Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-06-18T04:02:34.736Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-06-18T04:02:35.614Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-06-18T04:02:36.017Z Compiling papergrid v0.11.0
22232026-06-18T04:02:36.078Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-06-18T04:02:36.115Z Compiling strum v0.28.0
22252026-06-18T04:02:36.154Z Compiling globset v0.4.16
22262026-06-18T04:02:36.257Z Compiling const_format v0.2.34
22272026-06-18T04:02:36.363Z Compiling slog-dtrace v0.3.0
22282026-06-18T04:02:36.597Z Compiling cancel-safe-futures v0.1.5
22292026-06-18T04:02:36.705Z Compiling gethostname v0.5.0
22302026-06-18T04:02:36.973Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22312026-06-18T04:02:37.713Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22322026-06-18T04:02:37.874Z Compiling dropshot-api-manager-types v0.7.2
22332026-06-18T04:02:37.955Z Compiling bcs v0.1.6
22342026-06-18T04:02:38.268Z Compiling serde_plain v1.0.2
22352026-06-18T04:02:38.292Z Compiling cargo-platform v0.1.9
22362026-06-18T04:02:38.305Z Compiling pem v3.0.5
22372026-06-18T04:02:38.719Z Compiling typed-path v0.9.3
22382026-06-18T04:02:38.764Z Compiling linear-map v1.2.0
22392026-06-18T04:02:38.784Z Compiling tagptr v0.2.0
22402026-06-18T04:02:38.940Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22412026-06-18T04:02:38.952Z Compiling moka v0.12.11
22422026-06-18T04:02:40.033Z Compiling tough v0.20.0
22432026-06-18T04:02:40.745Z Compiling cargo_metadata v0.18.1
22442026-06-18T04:02:40.794Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-06-18T04:02:42.217Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-06-18T04:02:42.244Z Compiling tabled v0.15.0
22472026-06-18T04:02:42.466Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22482026-06-18T04:02:42.799Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-06-18T04:02:43.006Z Compiling git2 v0.19.0
22502026-06-18T04:02:44.953Z Compiling steno v0.4.1
22512026-06-18T04:02:46.069Z Compiling cookie v0.18.1
22522026-06-18T04:02:46.552Z Compiling hickory-proto v0.25.2
22532026-06-18T04:02:48.891Z Compiling hickory-resolver v0.25.2
22542026-06-18T04:02:50.068Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22552026-06-18T04:02:51.203Z Compiling vergen v8.3.2
22562026-06-18T04:02:52.537Z Compiling signal-hook v0.4.4
22572026-06-18T04:02:53.193Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22582026-06-18T04:02:53.662Z Compiling predicates-core v1.0.9
22592026-06-18T04:02:53.831Z Compiling mockall_derive v0.14.0
22602026-06-18T04:02:54.011Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22612026-06-18T04:02:54.032Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22622026-06-18T04:02:54.073Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22632026-06-18T04:02:54.111Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22642026-06-18T04:02:54.419Z Compiling sha2 v0.10.9
22652026-06-18T04:02:55.336Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22662026-06-18T04:02:56.166Z Compiling yansi v1.0.1
22672026-06-18T04:02:56.192Z Compiling mockall v0.14.0
22682026-06-18T04:02:56.298Z Compiling diff v0.1.13
22692026-06-18T04:02:56.450Z Compiling pretty_assertions v1.4.1
22702026-06-18T04:02:56.749Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22712026-06-18T04:02:57.519Z Compiling fs-err v3.1.2
22722026-06-18T04:02:57.699Z Compiling predicates-tree v1.0.12
22732026-06-18T04:02:57.827Z Compiling predicates v3.1.3
22742026-06-18T04:02:58.559Z Compiling git-stub v1.0.0
22752026-06-18T04:02:58.830Z Compiling filetime v0.2.26
22762026-06-18T04:02:58.851Z Compiling is_ci v1.2.0
22772026-06-18T04:02:59.009Z Compiling fragile v2.0.1
22782026-06-18T04:02:59.030Z Compiling arrayvec v0.7.6
22792026-06-18T04:02:59.244Z Compiling downcast v0.11.0
22802026-06-18T04:02:59.321Z Compiling arrayref v0.3.9
22812026-06-18T04:02:59.409Z Compiling constant_time_eq v0.3.1
22822026-06-18T04:02:59.409Z Compiling xattr v1.6.1
22832026-06-18T04:02:59.547Z Compiling tar v0.4.45
22842026-06-18T04:02:59.607Z Compiling blake3 v1.8.2
22852026-06-18T04:02:59.726Z Compiling supports-color v3.0.2
22862026-06-18T04:02:59.921Z Compiling toml v0.7.8
22872026-06-18T04:03:00.206Z Compiling git-stub-vcs v0.1.0
22882026-06-18T04:03:00.625Z Compiling curl-sys v0.4.89+curl-8.20.0
22892026-06-18T04:03:00.777Z Compiling signal-hook-tokio v0.4.0
22902026-06-18T04:03:01.074Z Compiling scuffle v0.1.0
22912026-06-18T04:03:02.007Z Compiling drift v0.2.0
22922026-06-18T04:03:02.655Z Compiling kstat-rs v0.2.4
22932026-06-18T04:03:02.684Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22942026-06-18T04:03:02.977Z Compiling topological-sort v0.2.2
22952026-06-18T04:03:03.011Z Compiling hex-literal v1.1.0
22962026-06-18T04:03:03.131Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22972026-06-18T04:03:03.134Z Compiling omicron-zone-package v0.12.2
22982026-06-18T04:03:03.322Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22992026-06-18T04:03:04.049Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
23002026-06-18T04:03:05.418Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23012026-06-18T04:03:05.785Z Compiling dropshot-api-manager v0.7.2
23022026-06-18T04:03:06.064Z Compiling curl v0.4.50
23032026-06-18T04:03:06.176Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23042026-06-18T04:03:06.368Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23052026-06-18T04:03:06.624Z Compiling iddqd v0.4.5
23062026-06-18T04:03:06.732Z Compiling search_path v0.1.4
23072026-06-18T04:03:06.922Z Compiling internet-checksum v0.2.1
23082026-06-18T04:03:07.075Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23092026-06-18T04:03:07.136Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23102026-06-18T04:03:07.607Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23112026-06-18T04:03:11.367Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23122026-06-18T04:03:12.820Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23132026-06-18T04:03:57.109Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 19s
23142026-06-18T04:03:57.235Z Running unittests src/lib.rs (target/debug/deps/aal-59e419fb7fc4a498)
23152026-06-18T04:03:57.239Z
23162026-06-18T04:03:57.239Zrunning 5 tests
23172026-06-18T04:03:57.242Ztest fuse::tests::chip_revision_a0 ... ok
23182026-06-18T04:03:57.242Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23192026-06-18T04:03:57.242Ztest fuse::tests::chip_revision_b0 ... ok
23202026-06-18T04:03:57.242Ztest fuse::tests::chip_revision_b1 ... ok
23212026-06-18T04:03:57.242Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23222026-06-18T04:03:57.242Z
23232026-06-18T04:03:57.242Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-06-18T04:03:57.242Z
23252026-06-18T04:03:57.242Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23262026-06-18T04:03:57.245Z
23272026-06-18T04:03:57.245Zrunning 0 tests
23282026-06-18T04:03:57.245Z
23292026-06-18T04:03:57.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-06-18T04:03:57.245Z
23312026-06-18T04:03:57.245Z Running unittests src/lib.rs (target/debug/deps/asic-512cd12dab01b1f1)
23322026-06-18T04:03:57.248Z
23332026-06-18T04:03:57.248Zrunning 0 tests
23342026-06-18T04:03:57.249Z
23352026-06-18T04:03:57.249Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23362026-06-18T04:03:57.249Z
23372026-06-18T04:03:57.249Z Running unittests src/lib.rs (target/debug/deps/common-54f1b6a9ed93bd63)
23382026-06-18T04:03:57.249Z
23392026-06-18T04:03:57.249Zrunning 10 tests
23402026-06-18T04:03:57.252Ztest network::tests::test_equal ... ok
23412026-06-18T04:03:57.252Ztest nat::tests::test_vni ... ok
23422026-06-18T04:03:57.253Ztest network::tests::test_eui64 ... ok
23432026-06-18T04:03:57.253Ztest network::tests::test_into ... ok
23442026-06-18T04:03:57.253Ztest network::tests::test_generate_ipv6_link_local ... ok
23452026-06-18T04:03:57.253Ztest network::tests::test_not_equal ... ok
23462026-06-18T04:03:57.253Ztest network::tests::test_parse ... ok
23472026-06-18T04:03:57.253Ztest network::tests::test_to_string ... ok
23482026-06-18T04:03:57.253Ztest test_purge ... ok
23492026-06-18T04:03:57.256Ztest illumos::test::address_exists_handles_missing_object ... ok
23502026-06-18T04:03:57.256Z
23512026-06-18T04:03:57.256Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23522026-06-18T04:03:57.256Z
23532026-06-18T04:03:57.256Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-90c72d5c58a6d30d)
23542026-06-18T04:03:57.259Z
23552026-06-18T04:03:57.259Zrunning 1 test
23562026-06-18T04:03:57.262Z -------
23572026-06-18T04:03:57.262Z Generating OpenAPI documents from API definitions ...
23582026-06-18T04:03:57.400Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23592026-06-18T04:03:57.469Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23602026-06-18T04:03:58.483Z -------
23612026-06-18T04:03:58.483Z Checking 12 OpenAPI documents...
23622026-06-18T04:03:58.483Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-06-18T04:03:58.483Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-06-18T04:03:58.483Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-06-18T04:03:58.486Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-06-18T04:03:58.486Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-06-18T04:03:58.486Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-06-18T04:03:58.486Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-06-18T04:03:58.486Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-06-18T04:03:58.486Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-06-18T04:03:58.486Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23722026-06-18T04:03:58.486Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23732026-06-18T04:03:58.486Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23742026-06-18T04:03:58.486Z Fresh dpd "latest" symlink
23752026-06-18T04:03:58.486Z -------
23762026-06-18T04:03:58.487Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23772026-06-18T04:03:58.546Ztest test::test_apis_up_to_date ... ok
23782026-06-18T04:03:58.546Z
23792026-06-18T04:03:58.546Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
23802026-06-18T04:03:58.546Z
23812026-06-18T04:03:58.598Z Running unittests src/main.rs (target/debug/deps/dpd-f5d5cb440b4e6d9c)
23822026-06-18T04:03:58.605Z
23832026-06-18T04:03:58.605Zrunning 19 tests
23842026-06-18T04:03:58.608Ztest freemap::test_ordering ... ok
23852026-06-18T04:03:58.608Ztest config::tests::test_updates ... ok
23862026-06-18T04:03:58.608Ztest freemap::test_split ... ok
23872026-06-18T04:03:58.608Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23882026-06-18T04:03:58.608Ztest macaddrs::tests::test_mac_offset ... ok
23892026-06-18T04:03:58.608Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23902026-06-18T04:03:58.608Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23912026-06-18T04:03:58.608Ztest nat::test_mapping ... ok
23922026-06-18T04:03:58.611Ztest macaddrs::tests::test_parse_port_id ... ok
23932026-06-18T04:03:58.611Ztest port_map::tests::dump_map ... ok
23942026-06-18T04:03:58.611Ztest port_map::tests::test_backplane_group ... ok
23952026-06-18T04:03:58.611Ztest port_map::tests::test_port_map ... ok
23962026-06-18T04:03:58.611ZJun 18 04:03:57.147 DEBG created new freemap, unit: freemap_testJun 18 04:03:57.148
23972026-06-18T04:03:58.611Z DEBG created new freemapJun 18 04:03:57.148, unitDEBGJun 18 04:03:57.148 :initted freemap. size: 128 , DEBG unit freemap_testcreated new freemap:
23982026-06-18T04:03:58.611Z , freemap_testunit
23992026-06-18T04:03:58.611Z:Jun 18 04:03:57.148 freemap_testDEBGJun 18 04:03:57.148
24002026-06-18T04:03:58.611Z initted freemap. size: 128DEBG, unitreset freemap:Jun 18 04:03:57.148 , DEBGunit freemap_testinitted freemap. size: 128:
24012026-06-18T04:03:58.611Z , freemap_testunit
24022026-06-18T04:03:58.611Z: Jun 18 04:03:57.148freemap_test
24032026-06-18T04:03:58.611ZDEBG reset freemap, unit:Jun 18 04:03:57.148 freemap_testDEBG
24042026-06-18T04:03:58.611Z reset freemap, unit: freemap_test
24052026-06-18T04:03:58.611ZJun 18 04:03:57.148 DEBG created new freemap, unit: freemap_test
24062026-06-18T04:03:58.611ZJun 18 04:03:57.148 DEBG initted freemap. size: 128, unit: freemap_test
24072026-06-18T04:03:58.611ZJun 18 04:03:57.148 DEBG reset freemap, unit: freemap_test
24082026-06-18T04:03:58.611Ztest freemap::test_exhaustion ... ok
24092026-06-18T04:03:58.611Ztest freemap::test_reclaim ... ok
24102026-06-18T04:03:58.611Ztest freemap::test_basic ... ok
24112026-06-18T04:03:58.611Ztest freemap::test_free ... ok
24122026-06-18T04:03:58.611ZJun 18 04:03:57.148 DEBG created new freemap, unit: freemap_test
24132026-06-18T04:03:58.611ZJun 18 04:03:57.148 DEBG initted freemap. size: 128, unit: freemap_test
24142026-06-18T04:03:58.611ZJun 18 04:03:57.148 DEBG reset freemap, unit: freemap_test
24152026-06-18T04:03:58.612Ztest freemap::test_span ... ok
24162026-06-18T04:03:58.612Ztest port_map::tests::parse_softnpu_revision ... ok
24172026-06-18T04:03:58.612Ztest api_server::tests::test_build_info ... ok
24182026-06-18T04:03:58.612Z
24192026-06-18T04:03:58.612Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
24202026-06-18T04:03:58.612Z
24212026-06-18T04:03:58.614Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-1767fe7e7f1da8ee)
24222026-06-18T04:03:58.617Z
24232026-06-18T04:03:58.617Zrunning 0 tests
24242026-06-18T04:03:58.617Z
24252026-06-18T04:03:58.617Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24262026-06-18T04:03:58.617Z
24272026-06-18T04:03:58.617Z Running unittests src/lib.rs (target/debug/deps/dpd_api-95bae0cfccabaab3)
24282026-06-18T04:03:58.617Z
24292026-06-18T04:03:58.617Zrunning 0 tests
24302026-06-18T04:03:58.617Z
24312026-06-18T04:03:58.617Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24322026-06-18T04:03:58.617Z
24332026-06-18T04:03:58.617Z Running unittests src/lib.rs (target/debug/deps/dpd_client-88314423fc3b1589)
24342026-06-18T04:03:58.621Z
24352026-06-18T04:03:58.621Zrunning 6 tests
24362026-06-18T04:03:58.621Ztest tests::test_full_lot_id_neither_present ... ok
24372026-06-18T04:03:58.621Ztest tests::test_full_lot_id_lotnum_only ... ok
24382026-06-18T04:03:58.621Ztest tests::test_full_lot_id_lot_only ... ok
24392026-06-18T04:03:58.621Ztest tests::test_full_lot_id_both_present ... ok
24402026-06-18T04:03:58.621Ztest tests::test_parse_client_port_id ... ok
24412026-06-18T04:03:58.621Ztest tests::test_port_id_cmp ... ok
24422026-06-18T04:03:58.621Z
24432026-06-18T04:03:58.621Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24442026-06-18T04:03:58.621Z
24452026-06-18T04:03:58.621Z Running tests/test_all.rs (target/debug/deps/test_all-c69beecf6d1a1b46)
24462026-06-18T04:03:58.624Z
24472026-06-18T04:03:58.624Zrunning 0 tests
24482026-06-18T04:03:58.624Z
24492026-06-18T04:03:58.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24502026-06-18T04:03:58.624Z
24512026-06-18T04:03:58.624Z Running unittests src/lib.rs (target/debug/deps/dpd_types-5bea05b3f515273b)
24522026-06-18T04:03:58.624Z
24532026-06-18T04:03:58.624Zrunning 0 tests
24542026-06-18T04:03:58.624Z
24552026-06-18T04:03:58.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24562026-06-18T04:03:58.624Z
24572026-06-18T04:03:58.624Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-217257a1dcbf56ad)
24582026-06-18T04:03:58.627Z
24592026-06-18T04:03:58.627Zrunning 0 tests
24602026-06-18T04:03:58.627Z
24612026-06-18T04:03:58.627Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24622026-06-18T04:03:58.627Z
24632026-06-18T04:03:58.627Z Running unittests src/lib.rs (target/debug/deps/packet-63852922dba47995)
24642026-06-18T04:03:58.630Z
24652026-06-18T04:03:58.630Zrunning 12 tests
24662026-06-18T04:03:58.630Ztest icmp::test_v6_checksum ... ok
24672026-06-18T04:03:58.630Ztest lldp::test_lldp_parse ... ok
24682026-06-18T04:03:58.630Ztest pbuf::test_byte ... ok
24692026-06-18T04:03:58.630Ztest icmp::test_v4_checksum ... ok
24702026-06-18T04:03:58.630Ztest ipv6::test_ipv6_parse ... ok
24712026-06-18T04:03:58.630Ztest pbuf::test_nibble ... ok
24722026-06-18T04:03:58.630Ztest pbuf::test_overflow ... ok
24732026-06-18T04:03:58.630Ztest pbuf::test_short ... ok
24742026-06-18T04:03:58.630Ztest pbuf::test_twelve ... ok
24752026-06-18T04:03:58.630Ztest pbuf::test_word ... ok
24762026-06-18T04:03:58.630Ztest tcp::test_checksum_syn_nodata ... ok
24772026-06-18T04:03:58.630Ztest tcp::test_checksum_ack_data ... ok
24782026-06-18T04:03:58.631Z
24792026-06-18T04:03:58.631Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24802026-06-18T04:03:58.631Z
24812026-06-18T04:03:58.631Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
24822026-06-18T04:03:58.631Z
24832026-06-18T04:03:58.631Zrunning 0 tests
24842026-06-18T04:03:58.631Z
24852026-06-18T04:03:58.631Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24862026-06-18T04:03:58.631Z
24872026-06-18T04:03:58.634Z Running unittests src/main.rs (target/debug/deps/swadm-cc86ab0d8a52e58b)
24882026-06-18T04:03:58.634Z
24892026-06-18T04:03:58.634Zrunning 5 tests
24902026-06-18T04:03:58.634Ztest switchport::test::test_compute_lanes ... ok
24912026-06-18T04:03:58.634Ztest switchport::test::port_id_ordering ... ok
24922026-06-18T04:03:58.634Z Lane 0 Lane 1 Lane 2 Lane 3
24932026-06-18T04:03:58.634Z Rx Loss-of-lock: Yes Yes Yes Lane 0Yes
24942026-06-18T04:03:58.634Z Rx Loss-of-signal: Yes Lane 1 YesLane 2 YesLane 3 Yes
24952026-06-18T04:03:58.634Z
24962026-06-18T04:03:58.634Z Rx CDR Enabled: Yes State: Activated YesActivated ActivatedYes ActivatedYes
24972026-06-18T04:03:58.634Z
24982026-06-18T04:03:58.634Z Tx Enabled: Yes Rx Output Enabled: false Yes falseYes Yesfalse
24992026-06-18T04:03:58.634Z false Tx Loss-of-lock: No
25002026-06-18T04:03:58.634Z Rx Output Status: valid Novalid Novalid Novalid
25012026-06-18T04:03:58.634Z
25022026-06-18T04:03:58.634Z Rx Loss-of-lock: true Tx Loss-of-signal: No trueNo true Notrue
25032026-06-18T04:03:58.634ZNo
25042026-06-18T04:03:58.634Z Rx Loss-of-signal: false Tx CDR Enabled: No falseNo false Nofalse
25052026-06-18T04:03:58.634Z Rx Auto-squelch Disable: trueNo
25062026-06-18T04:03:58.635Ztrue Tx Adaptive EQ Fault: Notrue trueNo
25072026-06-18T04:03:58.635ZNo Tx Output Enabled: trueNo
25082026-06-18T04:03:58.635Ztrue Tx Fault: Yestrue trueYes
25092026-06-18T04:03:58.635Z Tx Output Status: invalid Yesinvalid Yes
25102026-06-18T04:03:58.635Zinvalid invalid
25112026-06-18T04:03:58.635Z Tx Loss-of-lock: false false false false
25122026-06-18T04:03:58.635Z Tx Loss-of-signal: true true true true
25132026-06-18T04:03:58.635ZTx Auto-squelch Disable: false false false false
25142026-06-18T04:03:58.635Z Tx Adaptive EQ Fail: true true true true
25152026-06-18T04:03:58.635Z Tx Failure: false false false false
25162026-06-18T04:03:58.635Z Tx Force Squelch: true true true true
25172026-06-18T04:03:58.635Z Tx Input Polarity: normal normal normal normal
25182026-06-18T04:03:58.635Ztest switchport::test::test_print_sff_datapath ... ok
25192026-06-18T04:03:58.635Ztest switchport::test::test_print_cmis_datapath ... ok
25202026-06-18T04:03:58.638Ztest link::test_filter ... ok
25212026-06-18T04:03:58.638Z
25222026-06-18T04:03:58.638Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25232026-06-18T04:03:58.638Z
25242026-06-18T04:03:58.638Z Running tests/counters.rs (target/debug/deps/counters-102ef79baea6ddcc)
25252026-06-18T04:03:58.638Z
25262026-06-18T04:03:58.638Zrunning 1 test
25272026-06-18T04:03:58.638Ztest test_p4_counter_list ... ignored
25282026-06-18T04:03:58.638Z
25292026-06-18T04:03:58.638Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25302026-06-18T04:03:58.638Z
25312026-06-18T04:03:58.638Z Running tests/port-link.rs (target/debug/deps/port_link-e8664947ac3b6f89)
25322026-06-18T04:03:58.641Z
25332026-06-18T04:03:58.641Zrunning 5 tests
25342026-06-18T04:03:58.641Ztest test_an ... ignored
25352026-06-18T04:03:58.641Ztest test_enable ... ignored
25362026-06-18T04:03:58.641Ztest test_ip_addresses ... ignored
25372026-06-18T04:03:58.641Ztest test_kr ... ignored
25382026-06-18T04:03:58.641Ztest test_mac ... ignored
25392026-06-18T04:03:58.641Z
25402026-06-18T04:03:58.641Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25412026-06-18T04:03:58.641Z
25422026-06-18T04:03:58.641Z Running unittests src/main.rs (target/debug/deps/tfportd-eabf073a5b9b55a5)
25432026-06-18T04:03:58.644Z
25442026-06-18T04:03:58.644Zrunning 3 tests
25452026-06-18T04:03:58.645Ztest linklocal::test_parse_ipadm ... ok
25462026-06-18T04:03:58.645Ztest tfport::test_parse_tfport ... ok
25472026-06-18T04:03:58.645Ztest config::tests::test_updates ... ok
25482026-06-18T04:03:58.645Z
25492026-06-18T04:03:58.645Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25502026-06-18T04:03:58.645Z
25512026-06-18T04:03:58.645Z Running unittests src/main.rs (target/debug/deps/uplinkd-d1934093bd77ea85)
25522026-06-18T04:03:58.651Z
25532026-06-18T04:03:58.651Zrunning 0 tests
25542026-06-18T04:03:58.651Z
25552026-06-18T04:03:58.651Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25562026-06-18T04:03:58.651Z
25572026-06-18T04:03:58.651Z Running unittests src/main.rs (target/debug/deps/xtask-49190e4c5c67a243)
25582026-06-18T04:03:58.651Z
25592026-06-18T04:03:58.651Zrunning 0 tests
25602026-06-18T04:03:58.651Z
25612026-06-18T04:03:58.651Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25622026-06-18T04:03:58.652Z
25632026-06-18T04:03:58.656Z Doc-tests aal
25642026-06-18T04:03:58.775Z
25652026-06-18T04:03:58.775Zrunning 0 tests
25662026-06-18T04:03:58.775Z
25672026-06-18T04:03:58.775Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25682026-06-18T04:03:58.775Z
25692026-06-18T04:03:58.791Z Doc-tests aal_macros
25702026-06-18T04:03:58.858Z
25712026-06-18T04:03:58.858Zrunning 0 tests
25722026-06-18T04:03:58.858Z
25732026-06-18T04:03:58.858Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25742026-06-18T04:03:58.858Z
25752026-06-18T04:03:58.869Z Doc-tests common
25762026-06-18T04:03:59.109Z
25772026-06-18T04:03:59.109Zrunning 0 tests
25782026-06-18T04:03:59.109Z
25792026-06-18T04:03:59.110Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25802026-06-18T04:03:59.110Z
25812026-06-18T04:03:59.129Z Doc-tests dpd_api
25822026-06-18T04:03:59.876Z
25832026-06-18T04:03:59.876Zrunning 2 tests
25842026-06-18T04:03:59.876Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25852026-06-18T04:03:59.876Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25862026-06-18T04:03:59.876Z
25872026-06-18T04:03:59.876Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25882026-06-18T04:03:59.876Z
25892026-06-18T04:03:59.906Z Doc-tests dpd_client
25902026-06-18T04:04:01.202Z
25912026-06-18T04:04:01.202Zrunning 0 tests
25922026-06-18T04:04:01.202Z
25932026-06-18T04:04:01.202Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25942026-06-18T04:04:01.202Z
25952026-06-18T04:04:01.246Z Doc-tests dpd_types
25962026-06-18T04:04:01.461Z
25972026-06-18T04:04:01.461Zrunning 0 tests
25982026-06-18T04:04:01.461Z
25992026-06-18T04:04:01.461Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26002026-06-18T04:04:01.461Z
26012026-06-18T04:04:01.486Z Doc-tests dpd_types_versions
26022026-06-18T04:04:02.697Z
26032026-06-18T04:04:02.697Zrunning 1 test
26042026-06-18T04:04:02.697Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
26052026-06-18T04:04:02.697Z
26062026-06-18T04:04:02.697Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
26072026-06-18T04:04:02.697Z
26082026-06-18T04:04:02.739Z Doc-tests packet
26092026-06-18T04:04:02.853Z
26102026-06-18T04:04:02.854Zrunning 0 tests
26112026-06-18T04:04:02.854Z
26122026-06-18T04:04:02.854Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26132026-06-18T04:04:02.854Z
26142026-06-18T04:04:02.869Z Doc-tests pcap
26152026-06-18T04:04:02.921Z
26162026-06-18T04:04:02.921Zrunning 0 tests
26172026-06-18T04:04:02.921Z
26182026-06-18T04:04:02.921Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26192026-06-18T04:04:02.921Z
26202026-06-18T04:04:02.991Z+ for feat in tofino_stub tofino_asic softnpu chaos
26212026-06-18T04:04:02.991Z+ RUST_BACKTRACE=full
26222026-06-18T04:04:02.991Z+ cargo test --features tofino_asic --no-fail-fast
26232026-06-18T04:04:03.595Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
26242026-06-18T04:04:03.673Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
26252026-06-18T04:04:03.682Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
26262026-06-18T04:04:03.689Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
26272026-06-18T04:04:12.237Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
26282026-06-18T04:04:12.845Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26292026-06-18T04:04:53.528Z Finished `test` profile [unoptimized + debuginfo] target(s) in 50.52s
26302026-06-18T04:04:53.648Z Running unittests src/lib.rs (target/debug/deps/aal-59e419fb7fc4a498)
26312026-06-18T04:04:53.651Z
26322026-06-18T04:04:53.651Zrunning 5 tests
26332026-06-18T04:04:53.651Ztest fuse::tests::chip_revision_b0 ... ok
26342026-06-18T04:04:53.651Ztest fuse::tests::chip_revision_a0 ... ok
26352026-06-18T04:04:53.652Ztest fuse::tests::chip_revision_b1 ... ok
26362026-06-18T04:04:53.652Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26372026-06-18T04:04:53.652Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26382026-06-18T04:04:53.652Z
26392026-06-18T04:04:53.652Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26402026-06-18T04:04:53.652Z
26412026-06-18T04:04:53.655Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26422026-06-18T04:04:53.655Z
26432026-06-18T04:04:53.655Zrunning 0 tests
26442026-06-18T04:04:53.655Z
26452026-06-18T04:04:53.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26462026-06-18T04:04:53.655Z
26472026-06-18T04:04:53.655Z Running unittests src/lib.rs (target/debug/deps/asic-2902425fd66d7458)
26482026-06-18T04:04:53.760Z
26492026-06-18T04:04:53.760Zrunning 8 tests
26502026-06-18T04:04:53.764Ztest tofino_asic::qsfp::tests::fix_link ... ok
26512026-06-18T04:04:53.764Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26522026-06-18T04:04:53.764Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26532026-06-18T04:04:53.764Ztest tofino_asic::stats::constants_sanity_check ... ok
26542026-06-18T04:04:53.764Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26552026-06-18T04:04:53.764Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26562026-06-18T04:04:53.770Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26572026-06-18T04:04:54.261Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26582026-06-18T04:04:54.262Z
26592026-06-18T04:04:54.262Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26602026-06-18T04:04:54.262Z
26612026-06-18T04:04:54.272Z Running unittests src/lib.rs (target/debug/deps/common-54f1b6a9ed93bd63)
26622026-06-18T04:04:54.275Z
26632026-06-18T04:04:54.275Zrunning 10 tests
26642026-06-18T04:04:54.279Ztest nat::tests::test_vni ... ok
26652026-06-18T04:04:54.279Ztest network::tests::test_equal ... ok
26662026-06-18T04:04:54.279Ztest network::tests::test_eui64 ... ok
26672026-06-18T04:04:54.279Ztest network::tests::test_not_equal ... ok
26682026-06-18T04:04:54.279Ztest network::tests::test_generate_ipv6_link_local ... ok
26692026-06-18T04:04:54.279Ztest network::tests::test_into ... ok
26702026-06-18T04:04:54.279Ztest network::tests::test_to_string ... ok
26712026-06-18T04:04:54.279Ztest network::tests::test_parse ... ok
26722026-06-18T04:04:54.279Ztest test_purge ... ok
26732026-06-18T04:04:54.282Ztest illumos::test::address_exists_handles_missing_object ... ok
26742026-06-18T04:04:54.282Z
26752026-06-18T04:04:54.282Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26762026-06-18T04:04:54.283Z
26772026-06-18T04:04:54.283Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-90c72d5c58a6d30d)
26782026-06-18T04:04:54.286Z
26792026-06-18T04:04:54.286Zrunning 1 test
26802026-06-18T04:04:54.286Z -------
26812026-06-18T04:04:54.286Z Generating OpenAPI documents from API definitions ...
26822026-06-18T04:04:54.429Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26832026-06-18T04:04:54.499Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26842026-06-18T04:04:55.512Z -------
26852026-06-18T04:04:55.512Z Checking 12 OpenAPI documents...
26862026-06-18T04:04:55.512Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26872026-06-18T04:04:55.512Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26882026-06-18T04:04:55.512Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26892026-06-18T04:04:55.516Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26902026-06-18T04:04:55.516Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26912026-06-18T04:04:55.516Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26922026-06-18T04:04:55.516Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26932026-06-18T04:04:55.516Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26942026-06-18T04:04:55.516Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26952026-06-18T04:04:55.516Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26962026-06-18T04:04:55.516Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
26972026-06-18T04:04:55.517Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
26982026-06-18T04:04:55.517Z Fresh dpd "latest" symlink
26992026-06-18T04:04:55.517Z -------
27002026-06-18T04:04:55.517Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
27012026-06-18T04:04:55.578Ztest test::test_apis_up_to_date ... ok
27022026-06-18T04:04:55.578Z
27032026-06-18T04:04:55.579Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
27042026-06-18T04:04:55.579Z
27052026-06-18T04:04:55.636Z Running unittests src/main.rs (target/debug/deps/dpd-7ede9301d847b3f6)
27062026-06-18T04:04:55.704Z
27072026-06-18T04:04:55.704Zrunning 51 tests
27082026-06-18T04:04:55.707Ztest freemap::test_ordering ... ok
27092026-06-18T04:04:55.707Ztest config::tests::test_updates ... ok
27102026-06-18T04:04:55.707Ztest freemap::test_split ... ok
27112026-06-18T04:04:55.707Ztest dhcpv6::tests::test_create_duid_bytes ... ok
27122026-06-18T04:04:55.707Ztest macaddrs::tests::test_mac_offset ... ok
27132026-06-18T04:04:55.707Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
27142026-06-18T04:04:55.707Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
27152026-06-18T04:04:55.707Ztest macaddrs::tests::test_parse_port_id ... ok
27162026-06-18T04:04:55.707Ztest nat::test_mapping ... ok
27172026-06-18T04:04:55.710Ztest port_map::tests::dump_map ... ok
27182026-06-18T04:04:55.710Ztest port_map::tests::test_backplane_group ... ok
27192026-06-18T04:04:55.710Ztest port_map::tests::test_port_map ... ok
27202026-06-18T04:04:55.710Ztest transceivers::mpn_test::test_mpn_missing ... ok
27212026-06-18T04:04:55.710Ztest transceivers::mpn_test::test_mpn_present ... ok
27222026-06-18T04:04:55.710Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27232026-06-18T04:04:55.710Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27242026-06-18T04:04:55.710Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27252026-06-18T04:04:55.710ZJun 18 04:04:54.246 DEBG created new freemap, unit: freemap_testJun 18 04:04:54.246Jun 18 04:04:54.246 DEBGDEBG
27262026-06-18T04:04:55.710Zcreated new freemap created new freemap, , unitunit:: freemap_testfreemap_test
27272026-06-18T04:04:55.710Z
27282026-06-18T04:04:55.710ZJun 18 04:04:54.246Jun 18 04:04:54.246 Jun 18 04:04:54.246DEBGDEBG DEBGinitted freemap. size: 128initted freemap. size: 128 , initted freemap. size: 128unit, :unit, : unit :freemap_testfreemap_test
27292026-06-18T04:04:55.710Zfreemap_test
27302026-06-18T04:04:55.710Z
27312026-06-18T04:04:55.711ZJun 18 04:04:54.246 Jun 18 04:04:54.246DEBG Jun 18 04:04:54.246DEBG DEBG reset freemapreset freemapreset freemap, , unitunit, :unit :freemap_test :freemap_testJun 18 04:04:54.246
27322026-06-18T04:04:55.711Z freemap_test
27332026-06-18T04:04:55.711Z
27342026-06-18T04:04:55.711ZDEBG created new freemap, unit: freemap_test
27352026-06-18T04:04:55.711ZJun 18 04:04:54.246 DEBG initted freemap. size: 128, unit: freemap_test
27362026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27372026-06-18T04:04:55.711ZJun 18 04:04:54.246 DEBG reset freemap, unit: freemap_test
27382026-06-18T04:04:55.711Ztest freemap::test_span ... ok
27392026-06-18T04:04:55.711Ztest freemap::test_exhaustion ... ok
27402026-06-18T04:04:55.711Ztest freemap::test_basic ... ok
27412026-06-18T04:04:55.711Ztest freemap::test_free ... ok
27422026-06-18T04:04:55.711ZJun 18 04:04:54.247 DEBG created new freemap, unit: freemap_test
27432026-06-18T04:04:55.711ZJun 18 04:04:54.247 DEBG initted freemap. size: 128, unit: freemap_test
27442026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27452026-06-18T04:04:55.711ZJun 18 04:04:54.247 DEBG reset freemap, unit: freemap_test
27462026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27472026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27482026-06-18T04:04:55.711Ztest freemap::test_reclaim ... ok
27492026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27502026-06-18T04:04:55.711Ztest port_map::tests::parse_softnpu_revision ... ok
27512026-06-18T04:04:55.711Ztest api_server::tests::test_build_info ... ok
27522026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27532026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27542026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27552026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27562026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27572026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27582026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27592026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27602026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27612026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27622026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27632026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27642026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27652026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27662026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27672026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27682026-06-18T04:04:55.711Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27692026-06-18T04:04:55.712Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27702026-06-18T04:04:55.712Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27712026-06-18T04:04:55.712Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27722026-06-18T04:04:55.715Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27732026-06-18T04:04:55.715Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27742026-06-18T04:04:55.715Z
27752026-06-18T04:04:55.715Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27762026-06-18T04:04:55.715Z
27772026-06-18T04:04:55.726Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-7d4057630e72bb9b)
27782026-06-18T04:04:55.729Z
27792026-06-18T04:04:55.729Zrunning 0 tests
27802026-06-18T04:04:55.729Z
27812026-06-18T04:04:55.729Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27822026-06-18T04:04:55.729Z
27832026-06-18T04:04:55.729Z Running unittests src/lib.rs (target/debug/deps/dpd_api-95bae0cfccabaab3)
27842026-06-18T04:04:55.731Z
27852026-06-18T04:04:55.731Zrunning 0 tests
27862026-06-18T04:04:55.731Z
27872026-06-18T04:04:55.731Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27882026-06-18T04:04:55.731Z
27892026-06-18T04:04:55.731Z Running unittests src/lib.rs (target/debug/deps/dpd_client-c56312d1b0853c50)
27902026-06-18T04:04:55.734Z
27912026-06-18T04:04:55.734Zrunning 6 tests
27922026-06-18T04:04:55.734Ztest tests::test_port_id_cmp ... ok
27932026-06-18T04:04:55.734Ztest tests::test_parse_client_port_id ... ok
27942026-06-18T04:04:55.734Ztest tests::test_full_lot_id_neither_present ... ok
27952026-06-18T04:04:55.735Ztest tests::test_full_lot_id_lot_only ... ok
27962026-06-18T04:04:55.735Ztest tests::test_full_lot_id_both_present ... ok
27972026-06-18T04:04:55.735Ztest tests::test_full_lot_id_lotnum_only ... ok
27982026-06-18T04:04:55.735Z
27992026-06-18T04:04:55.735Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28002026-06-18T04:04:55.735Z
28012026-06-18T04:04:55.735Z Running tests/test_all.rs (target/debug/deps/test_all-77b5f55179a8cf2e)
28022026-06-18T04:04:55.739Z
28032026-06-18T04:04:55.739Zrunning 0 tests
28042026-06-18T04:04:55.739Z
28052026-06-18T04:04:55.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28062026-06-18T04:04:55.739Z
28072026-06-18T04:04:55.739Z Running unittests src/lib.rs (target/debug/deps/dpd_types-5bea05b3f515273b)
28082026-06-18T04:04:55.739Z
28092026-06-18T04:04:55.739Zrunning 0 tests
28102026-06-18T04:04:55.739Z
28112026-06-18T04:04:55.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28122026-06-18T04:04:55.739Z
28132026-06-18T04:04:55.742Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-217257a1dcbf56ad)
28142026-06-18T04:04:55.743Z
28152026-06-18T04:04:55.743Zrunning 0 tests
28162026-06-18T04:04:55.743Z
28172026-06-18T04:04:55.743Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28182026-06-18T04:04:55.743Z
28192026-06-18T04:04:55.743Z Running unittests src/lib.rs (target/debug/deps/packet-63852922dba47995)
28202026-06-18T04:04:55.743Z
28212026-06-18T04:04:55.743Zrunning 12 tests
28222026-06-18T04:04:55.743Ztest icmp::test_v6_checksum ... ok
28232026-06-18T04:04:55.743Ztest icmp::test_v4_checksum ... ok
28242026-06-18T04:04:55.743Ztest ipv6::test_ipv6_parse ... ok
28252026-06-18T04:04:55.743Ztest lldp::test_lldp_parse ... ok
28262026-06-18T04:04:55.743Ztest pbuf::test_byte ... ok
28272026-06-18T04:04:55.743Ztest pbuf::test_nibble ... ok
28282026-06-18T04:04:55.743Ztest pbuf::test_short ... ok
28292026-06-18T04:04:55.743Ztest pbuf::test_overflow ... ok
28302026-06-18T04:04:55.743Ztest pbuf::test_twelve ... ok
28312026-06-18T04:04:55.743Ztest pbuf::test_word ... ok
28322026-06-18T04:04:55.743Ztest tcp::test_checksum_syn_nodata ... ok
28332026-06-18T04:04:55.743Ztest tcp::test_checksum_ack_data ... ok
28342026-06-18T04:04:55.743Z
28352026-06-18T04:04:55.743Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28362026-06-18T04:04:55.743Z
28372026-06-18T04:04:55.746Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
28382026-06-18T04:04:55.746Z
28392026-06-18T04:04:55.746Zrunning 0 tests
28402026-06-18T04:04:55.746Z
28412026-06-18T04:04:55.746Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28422026-06-18T04:04:55.746Z
28432026-06-18T04:04:55.746Z Running unittests src/main.rs (target/debug/deps/swadm-b988603dceb2d23d)
28442026-06-18T04:04:55.750Z
28452026-06-18T04:04:55.750Zrunning 5 tests
28462026-06-18T04:04:55.750Ztest switchport::test::test_compute_lanes ... ok
28472026-06-18T04:04:55.750Ztest switchport::test::port_id_ordering ... ok
28482026-06-18T04:04:55.750Z Lane 0 Lane 1 Lane 2 Lane 3
28492026-06-18T04:04:55.750Z Rx Loss-of-lock: Yes Yes Yes Yes
28502026-06-18T04:04:55.750Z Rx Loss-of-signal: Yes Yes Yes Yes
28512026-06-18T04:04:55.750Z Rx CDR Enabled: Yes Yes Yes Yes
28522026-06-18T04:04:55.750Z Tx Enabled: Yes Yes Yes Yes
28532026-06-18T04:04:55.750Z Tx Loss-of-lock: No No No No
28542026-06-18T04:04:55.750Z Tx Loss-of-signal: No No No No
28552026-06-18T04:04:55.750Z Tx CDR Enabled: No No No No
28562026-06-18T04:04:55.750Z Tx Adaptive EQ Fault: No No No No
28572026-06-18T04:04:55.750Z Tx Fault: Yes Yes Yes Yes
28582026-06-18T04:04:55.750Z Lane 0 Lane 1 Lane 2 Lane 3
28592026-06-18T04:04:55.750Z State: Activated Activated Activated Activated
28602026-06-18T04:04:55.750Z Rx Output Enabled: false false false false
28612026-06-18T04:04:55.750Z Rx Output Status: valid valid valid valid
28622026-06-18T04:04:55.750Z Rx Loss-of-lock: true true true true
28632026-06-18T04:04:55.750Z Rx Loss-of-signal: false false false false
28642026-06-18T04:04:55.750ZRx Auto-squelch Disable: true true true true
28652026-06-18T04:04:55.750Z Tx Output Enabled: true true true true
28662026-06-18T04:04:55.750Z Tx Output Status: invalid invalid invalid invalid
28672026-06-18T04:04:55.750Z Tx Loss-of-lock: false false false false
28682026-06-18T04:04:55.750Z Tx Loss-of-signal: true true true true
28692026-06-18T04:04:55.750Ztest switchport::test::test_print_sff_datapath ... okTx Auto-squelch Disable: false
28702026-06-18T04:04:55.750Z false false false
28712026-06-18T04:04:55.750Z Tx Adaptive EQ Fail: true true true true
28722026-06-18T04:04:55.750Z Tx Failure: false false false false
28732026-06-18T04:04:55.750Z Tx Force Squelch: true true true true
28742026-06-18T04:04:55.750Z Tx Input Polarity: normal normal normal normal
28752026-06-18T04:04:55.750Ztest switchport::test::test_print_cmis_datapath ... ok
28762026-06-18T04:04:55.750Ztest link::test_filter ... ok
28772026-06-18T04:04:55.750Z
28782026-06-18T04:04:55.751Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28792026-06-18T04:04:55.751Z
28802026-06-18T04:04:55.751Z Running tests/counters.rs (target/debug/deps/counters-864b6400e3071abd)
28812026-06-18T04:04:55.754Z
28822026-06-18T04:04:55.754Zrunning 1 test
28832026-06-18T04:04:55.754Ztest test_p4_counter_list ... ignored
28842026-06-18T04:04:55.754Z
28852026-06-18T04:04:55.754Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28862026-06-18T04:04:55.754Z
28872026-06-18T04:04:55.754Z Running tests/port-link.rs (target/debug/deps/port_link-5d8dc24671799833)
28882026-06-18T04:04:55.754Z
28892026-06-18T04:04:55.754Zrunning 5 tests
28902026-06-18T04:04:55.754Ztest test_an ... ignored
28912026-06-18T04:04:55.754Ztest test_enable ... ignored
28922026-06-18T04:04:55.754Ztest test_ip_addresses ... ignored
28932026-06-18T04:04:55.754Ztest test_kr ... ignored
28942026-06-18T04:04:55.754Ztest test_mac ... ignored
28952026-06-18T04:04:55.754Z
28962026-06-18T04:04:55.754Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28972026-06-18T04:04:55.754Z
28982026-06-18T04:04:55.754Z Running unittests src/main.rs (target/debug/deps/tfportd-34324190b3953e6f)
28992026-06-18T04:04:55.757Z
29002026-06-18T04:04:55.757Zrunning 3 tests
29012026-06-18T04:04:55.760Ztest linklocal::test_parse_ipadm ... ok
29022026-06-18T04:04:55.760Ztest tfport::test_parse_tfport ... ok
29032026-06-18T04:04:55.760Ztest config::tests::test_updates ... ok
29042026-06-18T04:04:55.760Z
29052026-06-18T04:04:55.760Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29062026-06-18T04:04:55.760Z
29072026-06-18T04:04:55.760Z Running unittests src/main.rs (target/debug/deps/uplinkd-d1934093bd77ea85)
29082026-06-18T04:04:55.763Z
29092026-06-18T04:04:55.763Zrunning 0 tests
29102026-06-18T04:04:55.763Z
29112026-06-18T04:04:55.763Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29122026-06-18T04:04:55.763Z
29132026-06-18T04:04:55.763Z Running unittests src/main.rs (target/debug/deps/xtask-49190e4c5c67a243)
29142026-06-18T04:04:55.763Z
29152026-06-18T04:04:55.763Zrunning 0 tests
29162026-06-18T04:04:55.763Z
29172026-06-18T04:04:55.763Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29182026-06-18T04:04:55.763Z
29192026-06-18T04:04:55.763Z Doc-tests aal
29202026-06-18T04:04:55.889Z
29212026-06-18T04:04:55.889Zrunning 0 tests
29222026-06-18T04:04:55.889Z
29232026-06-18T04:04:55.889Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29242026-06-18T04:04:55.889Z
29252026-06-18T04:04:55.904Z Doc-tests aal_macros
29262026-06-18T04:04:55.972Z
29272026-06-18T04:04:55.972Zrunning 0 tests
29282026-06-18T04:04:55.972Z
29292026-06-18T04:04:55.972Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29302026-06-18T04:04:55.972Z
29312026-06-18T04:04:55.982Z Doc-tests common
29322026-06-18T04:04:56.218Z
29332026-06-18T04:04:56.218Zrunning 0 tests
29342026-06-18T04:04:56.218Z
29352026-06-18T04:04:56.218Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29362026-06-18T04:04:56.218Z
29372026-06-18T04:04:56.239Z Doc-tests dpd_api
29382026-06-18T04:04:56.982Z
29392026-06-18T04:04:56.982Zrunning 2 tests
29402026-06-18T04:04:56.982Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29412026-06-18T04:04:56.982Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29422026-06-18T04:04:56.982Z
29432026-06-18T04:04:56.982Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29442026-06-18T04:04:56.982Z
29452026-06-18T04:04:57.013Z Doc-tests dpd_client
29462026-06-18T04:04:58.310Z
29472026-06-18T04:04:58.310Zrunning 0 tests
29482026-06-18T04:04:58.310Z
29492026-06-18T04:04:58.310Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29502026-06-18T04:04:58.310Z
29512026-06-18T04:04:58.347Z Doc-tests dpd_types
29522026-06-18T04:04:58.587Z
29532026-06-18T04:04:58.587Zrunning 0 tests
29542026-06-18T04:04:58.587Z
29552026-06-18T04:04:58.587Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29562026-06-18T04:04:58.587Z
29572026-06-18T04:04:58.624Z Doc-tests dpd_types_versions
29582026-06-18T04:04:59.792Z
29592026-06-18T04:04:59.792Zrunning 1 test
29602026-06-18T04:04:59.792Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29612026-06-18T04:04:59.792Z
29622026-06-18T04:04:59.792Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29632026-06-18T04:04:59.792Z
29642026-06-18T04:04:59.839Z Doc-tests packet
29652026-06-18T04:04:59.950Z
29662026-06-18T04:04:59.950Zrunning 0 tests
29672026-06-18T04:04:59.950Z
29682026-06-18T04:04:59.950Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29692026-06-18T04:04:59.950Z
29702026-06-18T04:04:59.988Z Doc-tests pcap
29712026-06-18T04:05:00.033Z
29722026-06-18T04:05:00.033Zrunning 0 tests
29732026-06-18T04:05:00.033Z
29742026-06-18T04:05:00.033Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29752026-06-18T04:05:00.033Z
29762026-06-18T04:05:00.066Z+ for feat in tofino_stub tofino_asic softnpu chaos
29772026-06-18T04:05:00.066Z+ RUST_BACKTRACE=full
29782026-06-18T04:05:00.066Z+ cargo test --features softnpu --no-fail-fast
29792026-06-18T04:05:00.709Z Compiling num-integer v0.1.46
29802026-06-18T04:05:00.794Z Compiling num-complex v0.4.6
29812026-06-18T04:05:00.846Z Compiling bitstruct_derive v0.1.0
29822026-06-18T04:05:00.847Z Compiling tap v1.0.1
29832026-06-18T04:05:00.968Z Compiling wyz v0.5.1
29842026-06-18T04:05:01.086Z Compiling num-iter v0.1.45
29852026-06-18T04:05:01.121Z Compiling num-rational v0.4.2
29862026-06-18T04:05:01.140Z Compiling num-bigint v0.4.6
29872026-06-18T04:05:01.216Z Compiling radium v0.7.0
29882026-06-18T04:05:01.228Z Compiling funty v2.0.0
29892026-06-18T04:05:01.281Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29902026-06-18T04:05:01.326Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29912026-06-18T04:05:01.413Z Compiling num v0.4.3
29922026-06-18T04:05:01.496Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29932026-06-18T04:05:01.560Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29942026-06-18T04:05:01.560Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29952026-06-18T04:05:01.667Z Compiling bitvec v1.0.1
29962026-06-18T04:05:01.673Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29972026-06-18T04:05:01.794Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29982026-06-18T04:05:01.832Z Compiling typeid v1.0.3
29992026-06-18T04:05:01.898Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30002026-06-18T04:05:01.914Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30012026-06-18T04:05:01.950Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30022026-06-18T04:05:03.345Z Compiling ascii v1.1.0
30032026-06-18T04:05:03.361Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30042026-06-18T04:05:03.361Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30052026-06-18T04:05:03.361Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30062026-06-18T04:05:03.361Z Compiling erased-serde v0.4.8
30072026-06-18T04:05:03.361Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
30082026-06-18T04:05:03.361Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30092026-06-18T04:05:03.361Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
30102026-06-18T04:05:03.361Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
30112026-06-18T04:05:03.361Z Compiling bitstruct v0.1.1
30122026-06-18T04:05:03.661Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
30132026-06-18T04:05:03.878Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30142026-06-18T04:05:03.911Z Compiling serde_arrays v0.1.0
30152026-06-18T04:05:03.957Z Compiling libloading v0.7.4
30162026-06-18T04:05:04.246Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30172026-06-18T04:05:04.733Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
30182026-06-18T04:05:04.921Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
30192026-06-18T04:05:05.037Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30202026-06-18T04:05:06.003Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30212026-06-18T04:05:06.912Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
30222026-06-18T04:05:12.831Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30232026-06-18T04:05:13.054Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
30242026-06-18T04:05:13.054Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30252026-06-18T04:05:13.130Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30262026-06-18T04:05:13.160Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30272026-06-18T04:05:13.732Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
30282026-06-18T04:05:15.263Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30292026-06-18T04:05:15.692Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30302026-06-18T04:05:18.151Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30312026-06-18T04:05:18.736Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30322026-06-18T04:05:20.194Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30332026-06-18T04:05:22.306Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30342026-06-18T04:05:22.326Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30352026-06-18T04:05:23.218Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30362026-06-18T04:05:30.396Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30372026-06-18T04:05:32.535Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30382026-06-18T04:05:35.849Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30392026-06-18T04:06:17.500Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
30402026-06-18T04:06:17.619Z Running unittests src/lib.rs (target/debug/deps/aal-265a6d6f25df33f5)
30412026-06-18T04:06:17.622Z
30422026-06-18T04:06:17.622Zrunning 5 tests
30432026-06-18T04:06:17.625Ztest fuse::tests::chip_revision_a0 ... ok
30442026-06-18T04:06:17.625Ztest fuse::tests::chip_revision_b0 ... ok
30452026-06-18T04:06:17.625Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30462026-06-18T04:06:17.625Ztest fuse::tests::chip_revision_b1 ... ok
30472026-06-18T04:06:17.625Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30482026-06-18T04:06:17.625Z
30492026-06-18T04:06:17.625Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30502026-06-18T04:06:17.625Z
30512026-06-18T04:06:17.625Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30522026-06-18T04:06:17.628Z
30532026-06-18T04:06:17.628Zrunning 0 tests
30542026-06-18T04:06:17.628Z
30552026-06-18T04:06:17.628Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30562026-06-18T04:06:17.628Z
30572026-06-18T04:06:17.628Z Running unittests src/lib.rs (target/debug/deps/asic-6b79f0c9bec011b0)
30582026-06-18T04:06:17.633Z
30592026-06-18T04:06:17.633Zrunning 0 tests
30602026-06-18T04:06:17.633Z
30612026-06-18T04:06:17.633Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30622026-06-18T04:06:17.633Z
30632026-06-18T04:06:17.633Z Running unittests src/lib.rs (target/debug/deps/common-54f1b6a9ed93bd63)
30642026-06-18T04:06:17.637Z
30652026-06-18T04:06:17.637Zrunning 10 tests
30662026-06-18T04:06:17.640Ztest nat::tests::test_vni ... ok
30672026-06-18T04:06:17.640Ztest network::tests::test_equal ... ok
30682026-06-18T04:06:17.640Ztest network::tests::test_eui64 ... ok
30692026-06-18T04:06:17.640Ztest network::tests::test_into ... ok
30702026-06-18T04:06:17.640Ztest network::tests::test_not_equal ... ok
30712026-06-18T04:06:17.640Ztest network::tests::test_generate_ipv6_link_local ... ok
30722026-06-18T04:06:17.640Ztest network::tests::test_parse ... ok
30732026-06-18T04:06:17.640Ztest network::tests::test_to_string ... ok
30742026-06-18T04:06:17.643Ztest test_purge ... ok
30752026-06-18T04:06:17.645Ztest illumos::test::address_exists_handles_missing_object ... ok
30762026-06-18T04:06:17.646Z
30772026-06-18T04:06:17.646Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30782026-06-18T04:06:17.646Z
30792026-06-18T04:06:17.646Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-57b761aab5ef11fe)
30802026-06-18T04:06:17.651Z
30812026-06-18T04:06:17.651Zrunning 1 test
30822026-06-18T04:06:17.654Z -------
30832026-06-18T04:06:17.654Z Generating OpenAPI documents from API definitions ...
30842026-06-18T04:06:17.792Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30852026-06-18T04:06:17.858Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30862026-06-18T04:06:18.865Z -------
30872026-06-18T04:06:18.865Z Checking 12 OpenAPI documents...
30882026-06-18T04:06:18.865Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30892026-06-18T04:06:18.865Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30902026-06-18T04:06:18.865Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30912026-06-18T04:06:18.868Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30922026-06-18T04:06:18.868Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30932026-06-18T04:06:18.868Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30942026-06-18T04:06:18.868Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30952026-06-18T04:06:18.868Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30962026-06-18T04:06:18.868Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
30972026-06-18T04:06:18.868Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
30982026-06-18T04:06:18.868Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
30992026-06-18T04:06:18.868Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
31002026-06-18T04:06:18.868Z Fresh dpd "latest" symlink
31012026-06-18T04:06:18.868Z -------
31022026-06-18T04:06:18.868Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
31032026-06-18T04:06:18.931Ztest test::test_apis_up_to_date ... ok
31042026-06-18T04:06:18.931Z
31052026-06-18T04:06:18.931Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
31062026-06-18T04:06:18.931Z
31072026-06-18T04:06:18.987Z Running unittests src/main.rs (target/debug/deps/dpd-5d2960a5ef0f31fd)
31082026-06-18T04:06:18.992Z
31092026-06-18T04:06:18.993Zrunning 19 tests
31102026-06-18T04:06:18.995Ztest freemap::test_ordering ... ok
31112026-06-18T04:06:18.995Ztest config::tests::test_updates ... ok
31122026-06-18T04:06:18.995Ztest freemap::test_split ... ok
31132026-06-18T04:06:18.995Ztest dhcpv6::tests::test_create_duid_bytes ... ok
31142026-06-18T04:06:18.995Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
31152026-06-18T04:06:18.995Ztest macaddrs::tests::test_mac_offset ... ok
31162026-06-18T04:06:18.999Ztest macaddrs::tests::test_parse_port_id ... ok
31172026-06-18T04:06:18.999Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
31182026-06-18T04:06:18.999Ztest nat::test_mapping ... ok
31192026-06-18T04:06:18.999Ztest port_map::tests::dump_map ... ok
31202026-06-18T04:06:18.999Ztest port_map::tests::test_backplane_group ... ok
31212026-06-18T04:06:18.999Ztest port_map::tests::test_port_map ... ok
31222026-06-18T04:06:18.999ZJun 18 04:06:17.534 DEBG created new freemapJun 18 04:06:17.534 DEBG created new freemap, unit: freemap_test,
31232026-06-18T04:06:18.999Zunit: freemap_test
31242026-06-18T04:06:18.999ZJun 18 04:06:17.534 DEBG initted freemap. size: 128, unit: freemap_test
31252026-06-18T04:06:18.999ZJun 18 04:06:17.534 DEBG reset freemapJun 18 04:06:17.534, unitDEBG: initted freemap. size: 128freemap_test,
31262026-06-18T04:06:18.999Zunit: freemap_test
31272026-06-18T04:06:18.999ZJun 18 04:06:17.534 DEBG reset freemap, unit: freemap_test
31282026-06-18T04:06:18.999ZJun 18 04:06:17.534 DEBG created new freemap, unit: freemap_test
31292026-06-18T04:06:18.999ZJun 18 04:06:17.534 DEBG initted freemap. size: 128, unit: freemap_test
31302026-06-18T04:06:18.999ZJun 18 04:06:17.534 DEBG reset freemap, unit: freemap_test
31312026-06-18T04:06:18.999Ztest freemap::test_basic ... ok
31322026-06-18T04:06:18.999Ztest freemap::test_free ... ok
31332026-06-18T04:06:18.999Ztest freemap::test_exhaustion ... ok
31342026-06-18T04:06:18.999ZJun 18 04:06:17.534 DEBG created new freemap, unit: freemap_test
31352026-06-18T04:06:18.999ZJun 18 04:06:17.534 DEBG initted freemap. size: 128, unit: freemap_test
31362026-06-18T04:06:18.999ZJun 18 04:06:17.534 DEBG reset freemap, unit: freemap_test
31372026-06-18T04:06:18.999Ztest freemap::test_reclaim ... ok
31382026-06-18T04:06:18.999ZJun 18 04:06:17.535 DEBG created new freemap, unit: freemap_test
31392026-06-18T04:06:18.999ZJun 18 04:06:17.535 DEBG initted freemap. size: 128, unit: freemap_test
31402026-06-18T04:06:18.999ZJun 18 04:06:17.535 DEBG reset freemap, unit: freemap_test
31412026-06-18T04:06:18.999Ztest freemap::test_span ... ok
31422026-06-18T04:06:18.999Ztest port_map::tests::parse_softnpu_revision ... ok
31432026-06-18T04:06:18.999Ztest api_server::tests::test_build_info ... ok
31442026-06-18T04:06:18.999Z
31452026-06-18T04:06:18.999Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31462026-06-18T04:06:18.999Z
31472026-06-18T04:06:19.003Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8a65e5878434e1dc)
31482026-06-18T04:06:19.005Z
31492026-06-18T04:06:19.005Zrunning 0 tests
31502026-06-18T04:06:19.005Z
31512026-06-18T04:06:19.005Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31522026-06-18T04:06:19.005Z
31532026-06-18T04:06:19.006Z Running unittests src/lib.rs (target/debug/deps/dpd_api-274fa631f2ad4cb3)
31542026-06-18T04:06:19.006Z
31552026-06-18T04:06:19.006Zrunning 0 tests
31562026-06-18T04:06:19.006Z
31572026-06-18T04:06:19.006Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31582026-06-18T04:06:19.006Z
31592026-06-18T04:06:19.009Z Running unittests src/lib.rs (target/debug/deps/dpd_client-0a713b243d4a40b5)
31602026-06-18T04:06:19.009Z
31612026-06-18T04:06:19.009Zrunning 6 tests
31622026-06-18T04:06:19.009Ztest tests::test_full_lot_id_neither_present ... ok
31632026-06-18T04:06:19.009Ztest tests::test_full_lot_id_both_present ... ok
31642026-06-18T04:06:19.009Ztest tests::test_full_lot_id_lot_only ... ok
31652026-06-18T04:06:19.009Ztest tests::test_full_lot_id_lotnum_only ... ok
31662026-06-18T04:06:19.009Ztest tests::test_parse_client_port_id ... ok
31672026-06-18T04:06:19.009Ztest tests::test_port_id_cmp ... ok
31682026-06-18T04:06:19.009Z
31692026-06-18T04:06:19.009Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31702026-06-18T04:06:19.009Z
31712026-06-18T04:06:19.012Z Running tests/test_all.rs (target/debug/deps/test_all-fa9157f95efa8073)
31722026-06-18T04:06:19.012Z
31732026-06-18T04:06:19.012Zrunning 0 tests
31742026-06-18T04:06:19.012Z
31752026-06-18T04:06:19.012Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31762026-06-18T04:06:19.012Z
31772026-06-18T04:06:19.012Z Running unittests src/lib.rs (target/debug/deps/dpd_types-57e5d919d5f620cf)
31782026-06-18T04:06:19.015Z
31792026-06-18T04:06:19.015Zrunning 0 tests
31802026-06-18T04:06:19.015Z
31812026-06-18T04:06:19.015Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31822026-06-18T04:06:19.015Z
31832026-06-18T04:06:19.015Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-037f7efb49eaf504)
31842026-06-18T04:06:19.015Z
31852026-06-18T04:06:19.015Zrunning 0 tests
31862026-06-18T04:06:19.015Z
31872026-06-18T04:06:19.015Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31882026-06-18T04:06:19.015Z
31892026-06-18T04:06:19.015Z Running unittests src/lib.rs (target/debug/deps/packet-63852922dba47995)
31902026-06-18T04:06:19.020Z
31912026-06-18T04:06:19.020Zrunning 12 tests
31922026-06-18T04:06:19.024Ztest icmp::test_v6_checksum ... ok
31932026-06-18T04:06:19.024Ztest lldp::test_lldp_parse ... ok
31942026-06-18T04:06:19.024Ztest icmp::test_v4_checksum ... ok
31952026-06-18T04:06:19.024Ztest ipv6::test_ipv6_parse ... ok
31962026-06-18T04:06:19.024Ztest pbuf::test_byte ... ok
31972026-06-18T04:06:19.024Ztest pbuf::test_nibble ... ok
31982026-06-18T04:06:19.024Ztest pbuf::test_short ... ok
31992026-06-18T04:06:19.024Ztest pbuf::test_overflow ... ok
32002026-06-18T04:06:19.024Ztest pbuf::test_twelve ... ok
32012026-06-18T04:06:19.024Ztest pbuf::test_word ... ok
32022026-06-18T04:06:19.024Ztest tcp::test_checksum_ack_data ... ok
32032026-06-18T04:06:19.024Ztest tcp::test_checksum_syn_nodata ... ok
32042026-06-18T04:06:19.024Z
32052026-06-18T04:06:19.024Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32062026-06-18T04:06:19.024Z
32072026-06-18T04:06:19.024Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
32082026-06-18T04:06:19.027Z
32092026-06-18T04:06:19.027Zrunning 0 tests
32102026-06-18T04:06:19.027Z
32112026-06-18T04:06:19.027Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32122026-06-18T04:06:19.027Z
32132026-06-18T04:06:19.030Z Running unittests src/main.rs (target/debug/deps/swadm-cc86ab0d8a52e58b)
32142026-06-18T04:06:19.037Z
32152026-06-18T04:06:19.037Zrunning 5 tests
32162026-06-18T04:06:19.041Ztest switchport::test::test_compute_lanes ... ok
32172026-06-18T04:06:19.044Ztest switchport::test::port_id_ordering ... ok
32182026-06-18T04:06:19.044Z Lane 0 Lane 1 Lane 2 Lane 3
32192026-06-18T04:06:19.044Z Rx Loss-of-lock: Yes Yes Yes Yes
32202026-06-18T04:06:19.044Z Rx Loss-of-signal: Yes Yes Yes Yes
32212026-06-18T04:06:19.044Z Rx CDR Enabled: Yes Yes Yes Yes
32222026-06-18T04:06:19.044Z Tx Enabled: Yes Yes Yes Yes
32232026-06-18T04:06:19.044Z Tx Loss-of-lock: No No No No
32242026-06-18T04:06:19.044Z Tx Loss-of-signal: No No No No
32252026-06-18T04:06:19.044Z Tx CDR Enabled: No No No No
32262026-06-18T04:06:19.044Z Tx Adaptive EQ Fault: No No No No
32272026-06-18T04:06:19.044Z Tx Fault: Yes Yes Yes Yes
32282026-06-18T04:06:19.044Ztest switchport::test::test_print_sff_datapath ... ok
32292026-06-18T04:06:19.044Z Lane 0 Lane 1 Lane 2 Lane 3
32302026-06-18T04:06:19.044Z State: Activated Activated Activated Activated
32312026-06-18T04:06:19.045Z Rx Output Enabled: false false false false
32322026-06-18T04:06:19.045Z Rx Output Status: valid valid valid valid
32332026-06-18T04:06:19.045Z Rx Loss-of-lock: true true true true
32342026-06-18T04:06:19.045Z Rx Loss-of-signal: false false false false
32352026-06-18T04:06:19.045ZRx Auto-squelch Disable: true true true true
32362026-06-18T04:06:19.045Z Tx Output Enabled: true true true true
32372026-06-18T04:06:19.045Z Tx Output Status: invalid invalid invalid invalid
32382026-06-18T04:06:19.045Z Tx Loss-of-lock: false false false false
32392026-06-18T04:06:19.045Z Tx Loss-of-signal: true true true true
32402026-06-18T04:06:19.045ZTx Auto-squelch Disable: false false false false
32412026-06-18T04:06:19.045Z Tx Adaptive EQ Fail: true true true true
32422026-06-18T04:06:19.045Z Tx Failure: false false false false
32432026-06-18T04:06:19.045Z Tx Force Squelch: true true true true
32442026-06-18T04:06:19.045Z Tx Input Polarity: normal normal normal normal
32452026-06-18T04:06:19.045Ztest switchport::test::test_print_cmis_datapath ... ok
32462026-06-18T04:06:19.045Ztest link::test_filter ... ok
32472026-06-18T04:06:19.045Z
32482026-06-18T04:06:19.045Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32492026-06-18T04:06:19.045Z
32502026-06-18T04:06:19.048Z Running tests/counters.rs (target/debug/deps/counters-102ef79baea6ddcc)
32512026-06-18T04:06:19.051Z
32522026-06-18T04:06:19.052Zrunning 1 test
32532026-06-18T04:06:19.054Ztest test_p4_counter_list ... ignored
32542026-06-18T04:06:19.055Z
32552026-06-18T04:06:19.055Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32562026-06-18T04:06:19.055Z
32572026-06-18T04:06:19.055Z Running tests/port-link.rs (target/debug/deps/port_link-e8664947ac3b6f89)
32582026-06-18T04:06:19.058Z
32592026-06-18T04:06:19.058Zrunning 5 tests
32602026-06-18T04:06:19.061Ztest test_an ... ignored
32612026-06-18T04:06:19.061Ztest test_enable ... ignored
32622026-06-18T04:06:19.061Ztest test_ip_addresses ... ignored
32632026-06-18T04:06:19.061Ztest test_kr ... ignored
32642026-06-18T04:06:19.061Ztest test_mac ... ignored
32652026-06-18T04:06:19.061Z
32662026-06-18T04:06:19.061Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32672026-06-18T04:06:19.061Z
32682026-06-18T04:06:19.061Z Running unittests src/main.rs (target/debug/deps/tfportd-b31118be8b91f4ff)
32692026-06-18T04:06:19.064Z
32702026-06-18T04:06:19.064Zrunning 3 tests
32712026-06-18T04:06:19.064Ztest linklocal::test_parse_ipadm ... ok
32722026-06-18T04:06:19.064Ztest tfport::test_parse_tfport ... ok
32732026-06-18T04:06:19.064Ztest config::tests::test_updates ... ok
32742026-06-18T04:06:19.064Z
32752026-06-18T04:06:19.064Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32762026-06-18T04:06:19.064Z
32772026-06-18T04:06:19.067Z Running unittests src/main.rs (target/debug/deps/uplinkd-d1934093bd77ea85)
32782026-06-18T04:06:19.069Z
32792026-06-18T04:06:19.069Zrunning 0 tests
32802026-06-18T04:06:19.069Z
32812026-06-18T04:06:19.069Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32822026-06-18T04:06:19.069Z
32832026-06-18T04:06:19.072Z Running unittests src/main.rs (target/debug/deps/xtask-49190e4c5c67a243)
32842026-06-18T04:06:19.075Z
32852026-06-18T04:06:19.075Zrunning 0 tests
32862026-06-18T04:06:19.075Z
32872026-06-18T04:06:19.075Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32882026-06-18T04:06:19.075Z
32892026-06-18T04:06:19.078Z Doc-tests aal
32902026-06-18T04:06:19.208Z
32912026-06-18T04:06:19.208Zrunning 0 tests
32922026-06-18T04:06:19.208Z
32932026-06-18T04:06:19.211Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32942026-06-18T04:06:19.211Z
32952026-06-18T04:06:19.225Z Doc-tests aal_macros
32962026-06-18T04:06:19.299Z
32972026-06-18T04:06:19.299Zrunning 0 tests
32982026-06-18T04:06:19.299Z
32992026-06-18T04:06:19.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33002026-06-18T04:06:19.299Z
33012026-06-18T04:06:19.311Z Doc-tests common
33022026-06-18T04:06:19.548Z
33032026-06-18T04:06:19.548Zrunning 0 tests
33042026-06-18T04:06:19.548Z
33052026-06-18T04:06:19.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33062026-06-18T04:06:19.548Z
33072026-06-18T04:06:19.569Z Doc-tests dpd_api
33082026-06-18T04:06:20.326Z
33092026-06-18T04:06:20.326Zrunning 2 tests
33102026-06-18T04:06:20.326Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
33112026-06-18T04:06:20.326Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
33122026-06-18T04:06:20.326Z
33132026-06-18T04:06:20.326Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
33142026-06-18T04:06:20.326Z
33152026-06-18T04:06:20.359Z Doc-tests dpd_client
33162026-06-18T04:06:21.629Z
33172026-06-18T04:06:21.630Zrunning 0 tests
33182026-06-18T04:06:21.630Z
33192026-06-18T04:06:21.630Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33202026-06-18T04:06:21.630Z
33212026-06-18T04:06:21.674Z Doc-tests dpd_types
33222026-06-18T04:06:21.888Z
33232026-06-18T04:06:21.888Zrunning 0 tests
33242026-06-18T04:06:21.888Z
33252026-06-18T04:06:21.888Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33262026-06-18T04:06:21.888Z
33272026-06-18T04:06:21.915Z Doc-tests dpd_types_versions
33282026-06-18T04:06:23.131Z
33292026-06-18T04:06:23.131Zrunning 1 test
33302026-06-18T04:06:23.131Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33312026-06-18T04:06:23.131Z
33322026-06-18T04:06:23.131Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33332026-06-18T04:06:23.131Z
33342026-06-18T04:06:23.176Z Doc-tests packet
33352026-06-18T04:06:23.291Z
33362026-06-18T04:06:23.291Zrunning 0 tests
33372026-06-18T04:06:23.291Z
33382026-06-18T04:06:23.291Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33392026-06-18T04:06:23.291Z
33402026-06-18T04:06:23.308Z Doc-tests pcap
33412026-06-18T04:06:23.362Z
33422026-06-18T04:06:23.362Zrunning 0 tests
33432026-06-18T04:06:23.362Z
33442026-06-18T04:06:23.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33452026-06-18T04:06:23.362Z
33462026-06-18T04:06:23.417Z+ for feat in tofino_stub tofino_asic softnpu chaos
33472026-06-18T04:06:23.417Z+ RUST_BACKTRACE=full
33482026-06-18T04:06:23.417Z+ cargo test --features chaos --no-fail-fast
33492026-06-18T04:06:24.016Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33502026-06-18T04:06:24.096Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33512026-06-18T04:06:24.104Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33522026-06-18T04:06:32.447Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33532026-06-18T04:06:32.582Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33542026-06-18T04:07:08.413Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.98s
33552026-06-18T04:07:08.529Z Running unittests src/lib.rs (target/debug/deps/aal-59e419fb7fc4a498)
33562026-06-18T04:07:08.535Z
33572026-06-18T04:07:08.535Zrunning 5 tests
33582026-06-18T04:07:08.538Ztest fuse::tests::chip_revision_b1 ... ok
33592026-06-18T04:07:08.538Ztest fuse::tests::chip_revision_a0 ... ok
33602026-06-18T04:07:08.538Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33612026-06-18T04:07:08.538Ztest fuse::tests::chip_revision_b0 ... ok
33622026-06-18T04:07:08.538Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33632026-06-18T04:07:08.538Z
33642026-06-18T04:07:08.538Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33652026-06-18T04:07:08.538Z
33662026-06-18T04:07:08.538Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33672026-06-18T04:07:08.541Z
33682026-06-18T04:07:08.541Zrunning 0 tests
33692026-06-18T04:07:08.541Z
33702026-06-18T04:07:08.541Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33712026-06-18T04:07:08.541Z
33722026-06-18T04:07:08.543Z Running unittests src/lib.rs (target/debug/deps/asic-ff2517cc8eff847f)
33732026-06-18T04:07:08.546Z
33742026-06-18T04:07:08.546Zrunning 0 tests
33752026-06-18T04:07:08.546Z
33762026-06-18T04:07:08.546Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33772026-06-18T04:07:08.546Z
33782026-06-18T04:07:08.549Z Running unittests src/lib.rs (target/debug/deps/common-54f1b6a9ed93bd63)
33792026-06-18T04:07:08.552Z
33802026-06-18T04:07:08.553Zrunning 10 tests
33812026-06-18T04:07:08.557Ztest nat::tests::test_vni ... ok
33822026-06-18T04:07:08.557Ztest network::tests::test_equal ... ok
33832026-06-18T04:07:08.557Ztest network::tests::test_eui64 ... ok
33842026-06-18T04:07:08.558Ztest network::tests::test_into ... ok
33852026-06-18T04:07:08.558Ztest network::tests::test_not_equal ... ok
33862026-06-18T04:07:08.558Ztest network::tests::test_generate_ipv6_link_local ... ok
33872026-06-18T04:07:08.558Ztest network::tests::test_to_string ... ok
33882026-06-18T04:07:08.558Ztest network::tests::test_parse ... ok
33892026-06-18T04:07:08.558Ztest test_purge ... ok
33902026-06-18T04:07:08.561Ztest illumos::test::address_exists_handles_missing_object ... ok
33912026-06-18T04:07:08.561Z
33922026-06-18T04:07:08.561Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33932026-06-18T04:07:08.561Z
33942026-06-18T04:07:08.561Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-90c72d5c58a6d30d)
33952026-06-18T04:07:08.583Z
33962026-06-18T04:07:08.583Zrunning 1 test
33972026-06-18T04:07:08.587Z -------
33982026-06-18T04:07:08.590Z Generating OpenAPI documents from API definitions ...
33992026-06-18T04:07:08.747Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
34002026-06-18T04:07:08.816Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
34012026-06-18T04:07:09.823Z -------
34022026-06-18T04:07:09.823Z Checking 12 OpenAPI documents...
34032026-06-18T04:07:09.823Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
34042026-06-18T04:07:09.823Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
34052026-06-18T04:07:09.823Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
34062026-06-18T04:07:09.823Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
34072026-06-18T04:07:09.823Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
34082026-06-18T04:07:09.826Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
34092026-06-18T04:07:09.826Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
34102026-06-18T04:07:09.826Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
34112026-06-18T04:07:09.826Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
34122026-06-18T04:07:09.826Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
34132026-06-18T04:07:09.826Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
34142026-06-18T04:07:09.826Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
34152026-06-18T04:07:09.826Z Fresh dpd "latest" symlink
34162026-06-18T04:07:09.826Z -------
34172026-06-18T04:07:09.826Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
34182026-06-18T04:07:09.892Ztest test::test_apis_up_to_date ... ok
34192026-06-18T04:07:09.892Z
34202026-06-18T04:07:09.892Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
34212026-06-18T04:07:09.892Z
34222026-06-18T04:07:09.952Z Running unittests src/main.rs (target/debug/deps/dpd-774d8c0d891264d9)
34232026-06-18T04:07:09.958Z
34242026-06-18T04:07:09.958Zrunning 19 tests
34252026-06-18T04:07:09.960Ztest freemap::test_ordering ... ok
34262026-06-18T04:07:09.960Ztest config::tests::test_updates ... ok
34272026-06-18T04:07:09.960Ztest freemap::test_split ... ok
34282026-06-18T04:07:09.961Ztest dhcpv6::tests::test_create_duid_bytes ... ok
34292026-06-18T04:07:09.961Ztest macaddrs::tests::test_mac_offset ... ok
34302026-06-18T04:07:09.963Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34312026-06-18T04:07:09.963Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34322026-06-18T04:07:09.963Ztest macaddrs::tests::test_parse_port_id ... ok
34332026-06-18T04:07:09.964Ztest nat::test_mapping ... ok
34342026-06-18T04:07:09.964Ztest port_map::tests::dump_map ... ok
34352026-06-18T04:07:09.964ZJun 18 04:07:08.498 DEBG created new freemap, unit: freemap_test
34362026-06-18T04:07:09.964Ztest port_map::tests::test_backplane_group ... ok
34372026-06-18T04:07:09.964ZJun 18 04:07:08.499 DEBG created new freemap, unitJun 18 04:07:08.499:Jun 18 04:07:08.499 freemap_testDEBG
34382026-06-18T04:07:09.964ZDEBG initted freemap. size: 128created new freemap, unit, :unitJun 18 04:07:08.499 freemap_testDEBG
34392026-06-18T04:07:09.964Z:Jun 18 04:07:08.499 initted freemap. size: 128 , freemap_testDEBGunit :Jun 18 04:07:08.499created new freemap
34402026-06-18T04:07:09.964Z DEBG, unitreset freemapfreemap_test,
34412026-06-18T04:07:09.964Z: freemap_testunit:Jun 18 04:07:08.499
34422026-06-18T04:07:09.964Z Jun 18 04:07:08.499freemap_test
34432026-06-18T04:07:09.964ZDEBGDEBG reset freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test
34442026-06-18T04:07:09.964Z
34452026-06-18T04:07:09.964ZJun 18 04:07:08.499 DEBG initted freemap. size: 128Jun 18 04:07:08.499, unitDEBG: reset freemapfreemap_test,
34462026-06-18T04:07:09.964Zunit: freemap_test
34472026-06-18T04:07:09.964ZJun 18 04:07:08.499 DEBG reset freemap, unit: freemap_test
34482026-06-18T04:07:09.964ZJun 18 04:07:08.499 DEBG created new freemap, unit: freemap_test
34492026-06-18T04:07:09.964ZJun 18 04:07:08.499 DEBG initted freemap. size: 128, unit: freemap_test
34502026-06-18T04:07:09.964ZJun 18 04:07:08.499 DEBG reset freemap, unit: freemap_test
34512026-06-18T04:07:09.964Ztest port_map::tests::test_port_map ... ok
34522026-06-18T04:07:09.964Ztest freemap::test_basic ... ok
34532026-06-18T04:07:09.964Ztest freemap::test_reclaim ... ok
34542026-06-18T04:07:09.964Ztest freemap::test_exhaustion ... ok
34552026-06-18T04:07:09.964Ztest freemap::test_free ... ok
34562026-06-18T04:07:09.964Ztest freemap::test_span ... ok
34572026-06-18T04:07:09.964Ztest api_server::tests::test_build_info ... ok
34582026-06-18T04:07:09.964Ztest port_map::tests::parse_softnpu_revision ... ok
34592026-06-18T04:07:09.964Z
34602026-06-18T04:07:09.964Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34612026-06-18T04:07:09.964Z
34622026-06-18T04:07:09.967Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a0423f27087996e3)
34632026-06-18T04:07:09.971Z
34642026-06-18T04:07:09.972Zrunning 0 tests
34652026-06-18T04:07:09.972Z
34662026-06-18T04:07:09.974Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34672026-06-18T04:07:09.974Z
34682026-06-18T04:07:09.974Z Running unittests src/lib.rs (target/debug/deps/dpd_api-95bae0cfccabaab3)
34692026-06-18T04:07:09.977Z
34702026-06-18T04:07:09.977Zrunning 0 tests
34712026-06-18T04:07:09.977Z
34722026-06-18T04:07:09.977Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34732026-06-18T04:07:09.977Z
34742026-06-18T04:07:09.980Z Running unittests src/lib.rs (target/debug/deps/dpd_client-f0d08d50961d5e15)
34752026-06-18T04:07:09.986Z
34762026-06-18T04:07:09.987Zrunning 6 tests
34772026-06-18T04:07:09.990Ztest tests::test_full_lot_id_neither_present ... ok
34782026-06-18T04:07:09.990Ztest tests::test_full_lot_id_both_present ... ok
34792026-06-18T04:07:09.990Ztest tests::test_full_lot_id_lotnum_only ... ok
34802026-06-18T04:07:09.990Ztest tests::test_full_lot_id_lot_only ... ok
34812026-06-18T04:07:09.992Ztest tests::test_port_id_cmp ... ok
34822026-06-18T04:07:09.992Ztest tests::test_parse_client_port_id ... ok
34832026-06-18T04:07:09.992Z
34842026-06-18T04:07:09.993Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34852026-06-18T04:07:09.993Z
34862026-06-18T04:07:09.993Z Running tests/test_all.rs (target/debug/deps/test_all-9d12ec0fa77e0994)
34872026-06-18T04:07:09.997Z
34882026-06-18T04:07:09.997Zrunning 6 tests
34892026-06-18T04:07:13.006Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34902026-06-18T04:07:13.009Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34912026-06-18T04:07:13.009Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34922026-06-18T04:07:13.015Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34932026-06-18T04:07:13.346Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34942026-06-18T04:07:15.220Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34952026-06-18T04:07:15.220Z
34962026-06-18T04:07:15.220Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.22s
34972026-06-18T04:07:15.220Z
34982026-06-18T04:07:15.226Z Running unittests src/lib.rs (target/debug/deps/dpd_types-5bea05b3f515273b)
34992026-06-18T04:07:15.232Z
35002026-06-18T04:07:15.232Zrunning 0 tests
35012026-06-18T04:07:15.232Z
35022026-06-18T04:07:15.234Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35032026-06-18T04:07:15.235Z
35042026-06-18T04:07:15.235Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-217257a1dcbf56ad)
35052026-06-18T04:07:15.237Z
35062026-06-18T04:07:15.237Zrunning 0 tests
35072026-06-18T04:07:15.237Z
35082026-06-18T04:07:15.237Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35092026-06-18T04:07:15.238Z
35102026-06-18T04:07:15.240Z Running unittests src/lib.rs (target/debug/deps/packet-63852922dba47995)
35112026-06-18T04:07:15.248Z
35122026-06-18T04:07:15.248Zrunning 12 tests
35132026-06-18T04:07:15.251Ztest icmp::test_v6_checksum ... ok
35142026-06-18T04:07:15.251Ztest lldp::test_lldp_parse ... ok
35152026-06-18T04:07:15.251Ztest icmp::test_v4_checksum ... ok
35162026-06-18T04:07:15.251Ztest ipv6::test_ipv6_parse ... ok
35172026-06-18T04:07:15.251Ztest pbuf::test_byte ... ok
35182026-06-18T04:07:15.251Ztest pbuf::test_nibble ... ok
35192026-06-18T04:07:15.251Ztest pbuf::test_short ... ok
35202026-06-18T04:07:15.251Ztest pbuf::test_overflow ... ok
35212026-06-18T04:07:15.251Ztest pbuf::test_twelve ... ok
35222026-06-18T04:07:15.251Ztest pbuf::test_word ... ok
35232026-06-18T04:07:15.251Ztest tcp::test_checksum_ack_data ... ok
35242026-06-18T04:07:15.251Ztest tcp::test_checksum_syn_nodata ... ok
35252026-06-18T04:07:15.251Z
35262026-06-18T04:07:15.251Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35272026-06-18T04:07:15.251Z
35282026-06-18T04:07:15.251Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
35292026-06-18T04:07:15.254Z
35302026-06-18T04:07:15.254Zrunning 0 tests
35312026-06-18T04:07:15.254Z
35322026-06-18T04:07:15.254Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35332026-06-18T04:07:15.254Z
35342026-06-18T04:07:15.257Z Running unittests src/main.rs (target/debug/deps/swadm-b37c3bff57238bd0)
35352026-06-18T04:07:15.260Z
35362026-06-18T04:07:15.260Zrunning 5 tests
35372026-06-18T04:07:15.260Ztest switchport::test::test_compute_lanes ... ok
35382026-06-18T04:07:15.260Ztest switchport::test::port_id_ordering ... ok
35392026-06-18T04:07:15.260Z Lane 0 Lane 1 Lane 2 Lane 3
35402026-06-18T04:07:15.260Z Rx Loss-of-lock: Yes Yes Yes Yes
35412026-06-18T04:07:15.260Z Rx Loss-of-signal: Yes Yes Yes Yes
35422026-06-18T04:07:15.260Z Rx CDR Enabled: Yes Yes Yes Yes
35432026-06-18T04:07:15.260Z Tx Enabled: Yes Yes Yes Yes
35442026-06-18T04:07:15.260Z Tx Loss-of-lock: No No No No
35452026-06-18T04:07:15.260Z Tx Loss-of-signal: No No No No
35462026-06-18T04:07:15.260Z Tx CDR Enabled: No No No No
35472026-06-18T04:07:15.260Z Tx Adaptive EQ Fault: No No No No
35482026-06-18T04:07:15.260Z Tx Fault: Yes Yes Yes Yes
35492026-06-18T04:07:15.260Ztest switchport::test::test_print_sff_datapath ... ok
35502026-06-18T04:07:15.260Z Lane 0 Lane 1 Lane 2 Lane 3
35512026-06-18T04:07:15.260Z State: Activated Activated Activated Activated
35522026-06-18T04:07:15.260Z Rx Output Enabled: false false false false
35532026-06-18T04:07:15.260Z Rx Output Status: valid valid valid valid
35542026-06-18T04:07:15.260Z Rx Loss-of-lock: true true true true
35552026-06-18T04:07:15.260Z Rx Loss-of-signal: false false false false
35562026-06-18T04:07:15.260ZRx Auto-squelch Disable: true true true true
35572026-06-18T04:07:15.260Z Tx Output Enabled: true true true true
35582026-06-18T04:07:15.260Z Tx Output Status: invalid invalid invalid invalid
35592026-06-18T04:07:15.260Z Tx Loss-of-lock: false false false false
35602026-06-18T04:07:15.260Z Tx Loss-of-signal: true true true true
35612026-06-18T04:07:15.260ZTx Auto-squelch Disable: false false false false
35622026-06-18T04:07:15.261Z Tx Adaptive EQ Fail: true true true true
35632026-06-18T04:07:15.261Z Tx Failure: false false false false
35642026-06-18T04:07:15.261Z Tx Force Squelch: true true true true
35652026-06-18T04:07:15.261Z Tx Input Polarity: normal normal normal normal
35662026-06-18T04:07:15.261Ztest switchport::test::test_print_cmis_datapath ... ok
35672026-06-18T04:07:15.261Ztest link::test_filter ... ok
35682026-06-18T04:07:15.261Z
35692026-06-18T04:07:15.261Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35702026-06-18T04:07:15.261Z
35712026-06-18T04:07:15.264Z Running tests/counters.rs (target/debug/deps/counters-d51f10f7d80b40e9)
35722026-06-18T04:07:15.264Z
35732026-06-18T04:07:15.264Zrunning 1 test
35742026-06-18T04:07:15.264Ztest test_p4_counter_list ... ignored
35752026-06-18T04:07:15.264Z
35762026-06-18T04:07:15.264Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35772026-06-18T04:07:15.264Z
35782026-06-18T04:07:15.264Z Running tests/port-link.rs (target/debug/deps/port_link-0a41d514ed8bc1cc)
35792026-06-18T04:07:15.269Z
35802026-06-18T04:07:15.269Zrunning 5 tests
35812026-06-18T04:07:15.272Ztest test_an ... ignored
35822026-06-18T04:07:15.272Ztest test_enable ... ignored
35832026-06-18T04:07:15.272Ztest test_ip_addresses ... ignored
35842026-06-18T04:07:15.272Ztest test_kr ... ignored
35852026-06-18T04:07:15.272Ztest test_mac ... ignored
35862026-06-18T04:07:15.272Z
35872026-06-18T04:07:15.272Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35882026-06-18T04:07:15.272Z
35892026-06-18T04:07:15.272Z Running unittests src/main.rs (target/debug/deps/tfportd-fa7526952ef58def)
35902026-06-18T04:07:15.277Z
35912026-06-18T04:07:15.277Zrunning 3 tests
35922026-06-18T04:07:15.279Ztest linklocal::test_parse_ipadm ... ok
35932026-06-18T04:07:15.279Ztest tfport::test_parse_tfport ... ok
35942026-06-18T04:07:15.279Ztest config::tests::test_updates ... ok
35952026-06-18T04:07:15.279Z
35962026-06-18T04:07:15.279Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35972026-06-18T04:07:15.279Z
35982026-06-18T04:07:15.279Z Running unittests src/main.rs (target/debug/deps/uplinkd-d1934093bd77ea85)
35992026-06-18T04:07:15.283Z
36002026-06-18T04:07:15.283Zrunning 0 tests
36012026-06-18T04:07:15.283Z
36022026-06-18T04:07:15.283Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36032026-06-18T04:07:15.283Z
36042026-06-18T04:07:15.283Z Running unittests src/main.rs (target/debug/deps/xtask-49190e4c5c67a243)
36052026-06-18T04:07:15.286Z
36062026-06-18T04:07:15.286Zrunning 0 tests
36072026-06-18T04:07:15.286Z
36082026-06-18T04:07:15.286Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36092026-06-18T04:07:15.286Z
36102026-06-18T04:07:15.288Z Doc-tests aal
36112026-06-18T04:07:15.460Z
36122026-06-18T04:07:15.460Zrunning 0 tests
36132026-06-18T04:07:15.460Z
36142026-06-18T04:07:15.463Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36152026-06-18T04:07:15.463Z
36162026-06-18T04:07:15.476Z Doc-tests aal_macros
36172026-06-18T04:07:15.548Z
36182026-06-18T04:07:15.548Zrunning 0 tests
36192026-06-18T04:07:15.548Z
36202026-06-18T04:07:15.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36212026-06-18T04:07:15.548Z
36222026-06-18T04:07:15.559Z Doc-tests common
36232026-06-18T04:07:15.797Z
36242026-06-18T04:07:15.797Zrunning 0 tests
36252026-06-18T04:07:15.797Z
36262026-06-18T04:07:15.797Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36272026-06-18T04:07:15.797Z
36282026-06-18T04:07:15.818Z Doc-tests dpd_api
36292026-06-18T04:07:16.656Z
36302026-06-18T04:07:16.656Zrunning 2 tests
36312026-06-18T04:07:16.656Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36322026-06-18T04:07:16.656Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36332026-06-18T04:07:16.656Z
36342026-06-18T04:07:16.656Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36352026-06-18T04:07:16.656Z
36362026-06-18T04:07:16.687Z Doc-tests dpd_client
36372026-06-18T04:07:18.049Z
36382026-06-18T04:07:18.050Zrunning 0 tests
36392026-06-18T04:07:18.050Z
36402026-06-18T04:07:18.050Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36412026-06-18T04:07:18.050Z
36422026-06-18T04:07:18.096Z Doc-tests dpd_types
36432026-06-18T04:07:18.309Z
36442026-06-18T04:07:18.309Zrunning 0 tests
36452026-06-18T04:07:18.310Z
36462026-06-18T04:07:18.310Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36472026-06-18T04:07:18.310Z
36482026-06-18T04:07:18.335Z Doc-tests dpd_types_versions
36492026-06-18T04:07:19.548Z
36502026-06-18T04:07:19.548Zrunning 1 test
36512026-06-18T04:07:19.548Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36522026-06-18T04:07:19.548Z
36532026-06-18T04:07:19.548Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36542026-06-18T04:07:19.548Z
36552026-06-18T04:07:19.593Z Doc-tests packet
36562026-06-18T04:07:19.706Z
36572026-06-18T04:07:19.707Zrunning 0 tests
36582026-06-18T04:07:19.707Z
36592026-06-18T04:07:19.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36602026-06-18T04:07:19.707Z
36612026-06-18T04:07:19.722Z Doc-tests pcap
36622026-06-18T04:07:19.775Z
36632026-06-18T04:07:19.776Zrunning 0 tests
36642026-06-18T04:07:19.776Z
36652026-06-18T04:07:19.776Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36662026-06-18T04:07:19.776Z
36672026-06-18T04:07:19.827Zprocess exited: duration 588735 ms, exit code 0
 
36682026-06-18T04:07:19.833Zfound 0 output files