01KS3YMCD8ETMA2PMAB3S6Y5SV: test

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

Buildomat Job: 01KS3YMRETWBCDS2JKNPB1PYHX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T00:24:19.541Zjob assigned to worker 01KS3YMXQTB52T87RF92QFA548 [factory aws, i-08d4abe0b9d7922cb] (queued for 56 s)
 
22026-05-21T00:24:28.038Zstarting task 0: "setup"
32026-05-21T00:24:28.043Z++ uname -s
42026-05-21T00:24:28.046Z+ kern=SunOS
52026-05-21T00:24:28.046Z+ build_user=build
62026-05-21T00:24:28.046Z+ build_uid=12345
72026-05-21T00:24:28.046Z+ work_dir=/work
82026-05-21T00:24:28.046Z+ input_dir=/input
92026-05-21T00:24:28.047Z+ [[ 0 == 12345 ]]
102026-05-21T00:24:28.047Z+ case "$kern" in
112026-05-21T00:24:28.047Z+ groupadd -g 12345 build
122026-05-21T00:24:28.047Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T00:24:30.052Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T00:24:30.136Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T00:24:30.139Z+ home_fs=zfs
162026-05-21T00:24:30.139Z+ [[ zfs == autofs ]]
172026-05-21T00:24:30.139Z+ mkdir -p /home/build
182026-05-21T00:24:30.139Z+ chown build:build /home/build /work
192026-05-21T00:24:32.141Z+ chmod 0700 /home/build /work
202026-05-21T00:24:32.143Zprocess exited: duration 4104 ms, exit code 0
 
212026-05-21T00:24:32.149Zstarting task 1: "rust-toolchain"
222026-05-21T00:24:32.152Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-21T00:24:32.152Z * rust toolchain channel = "1.90.0"
242026-05-21T00:24:32.152Z * rust toolchain profile = "default"
252026-05-21T00:24:32.152Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-21T00:24:32.153Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T00:24:32.153Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T00:24:32.155Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T00:24:32.155Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-21T00:24:32.274Zinfo: downloading installer
312026-05-21T00:24:33.712Zwarn: It looks like you have an existing installation of Rust at:
322026-05-21T00:24:33.712Zwarn: /opt/ooce/bin
332026-05-21T00:24:33.712Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-21T00:24:33.712Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-21T00:24:33.712Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-21T00:24:33.712Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-21T00:24:33.712Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-21T00:24:33.712Zerror: cannot install while Rust is installed
392026-05-21T00:24:33.712Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-21T00:24:33.712Zwarn: It looks like you have an existing rustup settings file at:
412026-05-21T00:24:33.712Zwarn: /home/build/.rustup/settings.toml
422026-05-21T00:24:33.712Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-21T00:24:33.712Zwarn: instead of the one inferred from the default host triple.
442026-05-21T00:24:33.744Zinfo: profile set to default
452026-05-21T00:24:33.745Zinfo: default host triple is x86_64-unknown-illumos
462026-05-21T00:24:33.747Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-05-21T00:24:33.884Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-05-21T00:24:33.887Zinfo: downloading 6 components
492026-05-21T00:24:47.480Z
502026-05-21T00:24:47.480Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
512026-05-21T00:24:47.511Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-05-21T00:24:47.511Z
532026-05-21T00:24:47.511Z
542026-05-21T00:24:47.511ZRust is installed now. Great!
552026-05-21T00:24:47.511Z
562026-05-21T00:24:47.512ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-21T00:24:47.512Zenvironment variable. This has not been done automatically.
582026-05-21T00:24:47.512Z
592026-05-21T00:24:47.512ZTo configure your current shell, you need to source
602026-05-21T00:24:47.512Zthe corresponding env file under $HOME/.cargo.
612026-05-21T00:24:47.512Z
622026-05-21T00:24:47.512ZThis is usually done by running one of the following (note the leading DOT):
632026-05-21T00:24:47.512Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-21T00:24:47.512Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-21T00:24:47.512Zsource "~/.cargo/env.nu" # For nushell
662026-05-21T00:24:47.512Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-21T00:24:47.512Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-21T00:24:47.512Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-21T00:24:47.515Zwarn: no default linker (`cc`) was found in your PATH
702026-05-21T00:24:47.515Zwarn: many Rust crates require a system C toolchain to build
712026-05-21T00:24:47.604Z+ rustup --version
722026-05-21T00:24:47.613Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-21T00:24:47.616Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-21T00:24:47.635Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-05-21T00:24:47.638Z+ cargo --version
762026-05-21T00:24:47.651Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-05-21T00:24:47.653Z+ rustc --version
782026-05-21T00:24:47.674Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-05-21T00:24:47.676Zprocess exited: duration 15525 ms, exit code 0
 
802026-05-21T00:24:47.683Zstarting task 2: "authentication"
812026-05-21T00:24:47.698Zprocess exited: duration 15 ms, exit code 0
 
822026-05-21T00:24:47.704Zstarting task 3: "clone repository"
832026-05-21T00:24:47.707Z+ mkdir -p /work/oxidecomputer/dendrite
842026-05-21T00:24:47.710Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-05-21T00:24:47.911ZCloning into '/work/oxidecomputer/dendrite'...
862026-05-21T00:24:49.099Z+ cd /work/oxidecomputer/dendrite
872026-05-21T00:24:49.099Z+ git fetch origin 86b98bb39e99756ebae7a1943abc9f82291f214e
882026-05-21T00:24:49.357ZFrom https://github.com/oxidecomputer/dendrite
892026-05-21T00:24:49.357Z * branch 86b98bb39e99756ebae7a1943abc9f82291f214e -> FETCH_HEAD
902026-05-21T00:24:49.361Z+ [[ -n sunshowers/spr/update-dropshot-dropshot-api-manager ]]
912026-05-21T00:24:49.364Z++ git branch --show-current
922026-05-21T00:24:49.364Z+ current=main
932026-05-21T00:24:49.364Z+ [[ main != sunshowers/spr/update-dropshot-dropshot-api-manager ]]
942026-05-21T00:24:49.364Z+ git branch -f sunshowers/spr/update-dropshot-dropshot-api-manager 86b98bb39e99756ebae7a1943abc9f82291f214e
952026-05-21T00:24:49.367Z+ git checkout -f sunshowers/spr/update-dropshot-dropshot-api-manager
962026-05-21T00:24:49.385ZSwitched to branch 'sunshowers/spr/update-dropshot-dropshot-api-manager'
972026-05-21T00:24:49.387Z+ git reset --hard 86b98bb39e99756ebae7a1943abc9f82291f214e
982026-05-21T00:24:49.401ZHEAD is now at 86b98bb fix build
992026-05-21T00:24:49.404Zprocess exited: duration 1697 ms, exit code 0
 
1002026-05-21T00:24:49.409Zstarting task 4: "build"
1012026-05-21T00:24:49.414Z+ source .github/buildomat/common.sh
1022026-05-21T00:24:49.417Z++ TOFINO_STAGES=20
1032026-05-21T00:24:49.417Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
1042026-05-21T00:24:49.417Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1052026-05-21T00:24:49.417Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
1062026-05-21T00:24:49.417Z+++ uname -s
1072026-05-21T00:24:49.418Z++ '[' SunOS == SunOS ']'
1082026-05-21T00:24:49.418Z++ SERIES=illumos
1092026-05-21T00:24:49.418Z+++ uname -s
1102026-05-21T00:24:49.418Z++ '[' SunOS == SunOS ']'
1112026-05-21T00:24:49.418Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1122026-05-21T00:24:49.418Z++ rustup show active-toolchain
1132026-05-21T00:24:49.421Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1142026-05-21T00:24:49.424Z+ source .github/buildomat/illumos.sh
1152026-05-21T00:24:49.424Z++ banner 'sde setup'
1162026-05-21T00:24:49.424Z
1172026-05-21T00:24:49.424Z #### ##### ###### #### ###### ##### # # #####
1182026-05-21T00:24:49.424Z # # # # # # # # # # #
1192026-05-21T00:24:49.424Z #### # # ##### #### ##### # # # # #
1202026-05-21T00:24:49.424Z # # # # # # # # # #####
1212026-05-21T00:24:49.424Z # # # # # # # # # # # #
1222026-05-21T00:24:49.425Z #### ##### ###### #### ###### # #### #
1232026-05-21T00:24:49.425Z
1242026-05-21T00:24:49.425Z++ export PKG=tofino_sde.p5p
1252026-05-21T00:24:49.425Z++ PKG=tofino_sde.p5p
1262026-05-21T00:24:49.425Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1272026-05-21T00:24:49.430Z % Total % Received % Xferd Average Speed Time Time Time Current
1282026-05-21T00:24:49.433Z Dload Upload Total Spent Left Speed
1292026-05-21T00:24:50.791Z 0 0 0 0 0 0 0 0 0 64 76.03M 64 48.82M 0 0 48.86M 0 00:01 00:01 48.87M 100 76.03M 100 76.03M 0 0 55.85M 0 00:01 00:01 48.87M 100 76.03M 100 76.03M 0 0 55.84M 0 00:01 00:01 48.87M 100 76.03M 100 76.03M 0 0 55.84M 0 00:01 00:01 48.87M
1302026-05-21T00:24:50.795Z+++ digest -a sha256 tofino_sde.p5p
1312026-05-21T00:24:50.842Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1322026-05-21T00:24:50.845Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1332026-05-21T00:24:50.845Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1342026-05-21T00:24:59.369Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-05-21T00:25:07.073Z Startup: Caching catalogs ... Done
1362026-05-21T00:25:07.265Z Startup: Refreshing catalog 'oxide' ... Done
1372026-05-21T00:25:16.435ZPlanning: Solver setup ... Done
1382026-05-21T00:25:16.474ZPlanning: Running solver ... Done
1392026-05-21T00:25:16.606ZPlanning: Finding local manifests ... Done
1402026-05-21T00:25:16.611ZPlanning: Fetching manifests: 1/1 100% complete
1412026-05-21T00:25:16.613ZPlanning: Fetching manifests: 1/1 100% complete
1422026-05-21T00:25:16.627ZPlanning: Package planning ... Done
1432026-05-21T00:25:16.631ZPlanning: Merging actions ... Done
1442026-05-21T00:25:16.759ZPlanning: Checking for conflicting actions ... Done
1452026-05-21T00:25:16.765ZPlanning: Consolidating action changes ... Done
1462026-05-21T00:25:18.637ZPlanning: Evaluating mediators ... Done
1472026-05-21T00:25:18.642ZPlanning: Planning completed in 11.37 seconds
1482026-05-21T00:25:18.775Z Packages to install: 1
1492026-05-21T00:25:18.775Z Create boot environment: No
1502026-05-21T00:25:18.775ZCreate backup boot environment: No
1512026-05-21T00:25:18.835Z
1522026-05-21T00:25:18.835ZDownload: 0/242 items 0.0/75.3MB 0% complete
1532026-05-21T00:25:18.970ZDownload: Completed 75.30 MB in 0.14 seconds (551M/s)
1542026-05-21T00:25:19.103Z Actions: 1/293 actions (Installing new actions)
1552026-05-21T00:25:20.093Z Actions: Completed 293 actions in 0.99 seconds.
1562026-05-21T00:25:20.098Z Done
1572026-05-21T00:25:20.138Z Done
1582026-05-21T00:25:20.848Z Done
1592026-05-21T00:25:24.477Z Done
1602026-05-21T00:25:24.561Z Done
1612026-05-21T00:25:24.564Z Done
1622026-05-21T00:25:24.616Z Done
1632026-05-21T00:25:25.283Z++ export SDE=/opt/oxide/tofino_sde
1642026-05-21T00:25:25.283Z++ SDE=/opt/oxide/tofino_sde
1652026-05-21T00:25:25.283Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1662026-05-21T00:25:25.283Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1672026-05-21T00:25:25.283Z++ banner packages
1682026-05-21T00:25:25.286Z
1692026-05-21T00:25:25.286Z ##### ## #### # # ## #### ###### ####
1702026-05-21T00:25:25.286Z # # # # # # # # # # # # # #
1712026-05-21T00:25:25.286Z # # # # # #### # # # ##### ####
1722026-05-21T00:25:25.286Z ##### ###### # # # ###### # ### # #
1732026-05-21T00:25:25.286Z # # # # # # # # # # # # # #
1742026-05-21T00:25:25.286Z # # # #### # # # # #### ###### ####
1752026-05-21T00:25:25.286Z
1762026-05-21T00:25:25.286Z++ pfexec pkg install clang-15 pcap
1772026-05-21T00:25:25.707Z Startup: Refreshing catalog 'helios-dev' ... Done
1782026-05-21T00:25:25.711Z Startup: Refreshing catalog 'oxide' ... Done
1792026-05-21T00:25:32.907ZPlanning: Solver setup ... Done
1802026-05-21T00:25:32.948ZPlanning: Running solver ... Done
1812026-05-21T00:25:33.088ZPlanning: Finding local manifests ... Done
1822026-05-21T00:25:33.091ZPlanning: Fetching manifests: 0/2 0% complete
1832026-05-21T00:25:33.275ZPlanning: Fetching manifests: 2/2 100% complete
1842026-05-21T00:25:33.304ZPlanning: Package planning ... Done
1852026-05-21T00:25:33.330ZPlanning: Merging actions ... Done
1862026-05-21T00:25:33.435ZPlanning: Checking for conflicting actions ... Done
1872026-05-21T00:25:33.442ZPlanning: Consolidating action changes ... Done
1882026-05-21T00:25:33.601ZPlanning: Evaluating mediators ... Done
1892026-05-21T00:25:33.606ZPlanning: Planning completed in 7.90 seconds
1902026-05-21T00:25:33.613Z Packages to install: 2
1912026-05-21T00:25:33.616Z Mediators to change: 2
1922026-05-21T00:25:33.616Z Services to change: 1
1932026-05-21T00:25:33.616Z Create boot environment: No
1942026-05-21T00:25:33.616ZCreate backup boot environment: No
1952026-05-21T00:25:33.645Z
1962026-05-21T00:25:33.645ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1972026-05-21T00:25:38.646ZDownload: 2110/3076 items 118.4/211.3MB 56% complete (23.9M/s)
1982026-05-21T00:25:40.823ZDownload: Completed 211.31 MB in 7.18 seconds (29.4M/s)
1992026-05-21T00:25:41.037Z Actions: 1/3418 actions (Installing new actions)
2002026-05-21T00:25:44.275Z Actions: Completed 3418 actions in 3.24 seconds.
2012026-05-21T00:25:44.803Z Done
2022026-05-21T00:25:44.803Z Done
2032026-05-21T00:25:45.556Z Done
2042026-05-21T00:25:48.385Z Done
2052026-05-21T00:25:48.465Z Done
2062026-05-21T00:25:48.468Z Done
2072026-05-21T00:25:48.854Z Done
2082026-05-21T00:25:48.984Z++ pfexec pkg set-mediator -V 15 clang llvm
2092026-05-21T00:25:49.178ZPlanning: Evaluating mediator changes ... Done
2102026-05-21T00:25:49.284ZPlanning: Checking for conflicting actions ... Done
2112026-05-21T00:25:49.287ZPlanning: Consolidating action changes ... Done
2122026-05-21T00:25:49.445ZPlanning: Evaluating mediators ... Done
2132026-05-21T00:25:49.448ZPlanning: Planning completed in 0.27 seconds
2142026-05-21T00:25:49.466Z Mediators to change: 2
2152026-05-21T00:25:49.466Z Create boot environment: No
2162026-05-21T00:25:49.468ZCreate backup boot environment: No
2172026-05-21T00:25:49.512Z Done
2182026-05-21T00:25:49.512Z Done
2192026-05-21T00:25:50.123Z Done
2202026-05-21T00:25:52.556Z Done
2212026-05-21T00:25:52.625Z Done
2222026-05-21T00:25:52.628Z Done
2232026-05-21T00:25:52.799Z Done
2242026-05-21T00:25:52.872Z++ cargo --version
2252026-05-21T00:25:52.883Zcargo 1.90.0 (840b83a10 2025-07-30)
2262026-05-21T00:25:52.886Z++ rustc --version
2272026-05-21T00:25:52.907Zrustc 1.90.0 (1159e78c4 2025-09-14)
2282026-05-21T00:25:52.910Z+ banner copyrights
2292026-05-21T00:25:52.912Z
2302026-05-21T00:25:52.912Z #### #### ##### # # ##### # #### # # ##### ####
2312026-05-21T00:25:52.912Z # # # # # # # # # # # # # # # # #
2322026-05-21T00:25:52.912Z # # # # # # # # # # ###### # ####
2332026-05-21T00:25:52.912Z # # # ##### # ##### # # ### # # # #
2342026-05-21T00:25:52.912Z # # # # # # # # # # # # # # # #
2352026-05-21T00:25:52.912Z #### #### # # # # # #### # # # ####
2362026-05-21T00:25:52.912Z
2372026-05-21T00:25:52.912Z+ ./tools/check_copyrights.sh
2382026-05-21T00:25:53.188Zcommon/src/illumos.rs: Copyright with wrong year
2392026-05-21T00:25:53.931Zdpd/p4/headers.p4: Copyright with wrong year
2402026-05-21T00:25:54.349Zpacket/src/eth.rs: Copyright with wrong year
2412026-05-21T00:25:54.821Z+ banner clippy
2422026-05-21T00:25:54.824Z
2432026-05-21T00:25:54.824Z #### # # ##### ##### # #
2442026-05-21T00:25:54.824Z # # # # # # # # # #
2452026-05-21T00:25:54.824Z # # # # # # # #
2462026-05-21T00:25:54.824Z # # # ##### ##### #
2472026-05-21T00:25:54.824Z # # # # # # #
2482026-05-21T00:25:54.824Z #### ###### # # # #
2492026-05-21T00:25:54.824Z
2502026-05-21T00:25:54.824Z+ for feat in tofino_stub tofino_asic softnpu chaos
2512026-05-21T00:25:54.824Z+ cargo clippy --features tofino_stub -- --deny warnings
2522026-05-21T00:25:54.974Z Updating git repository `https://github.com/oxidecomputer/omicron`
2532026-05-21T00:26:04.557Z Updating crates.io index
2542026-05-21T00:26:04.589Z Updating git repository `https://github.com/illumos/smf-rs`
2552026-05-21T00:26:04.854Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562026-05-21T00:26:05.573Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2572026-05-21T00:26:05.826Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582026-05-21T00:26:06.060Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-05-21T00:26:07.228Z Updating git repository `https://github.com/oxidecomputer/ispf`
2602026-05-21T00:26:07.457Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2612026-05-21T00:26:07.776Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-05-21T00:26:08.202Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632026-05-21T00:26:08.455Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2642026-05-21T00:26:08.934Z Updating git repository `https://github.com/oxidecomputer/p4`
2652026-05-21T00:26:09.685Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662026-05-21T00:26:09.980Z Updating git repository `https://github.com/oxidecomputer/lldp`
2672026-05-21T00:26:10.301Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-05-21T00:26:10.900Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-05-21T00:26:11.209Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2702026-05-21T00:26:11.446Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2712026-05-21T00:26:11.743Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722026-05-21T00:26:12.293Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2732026-05-21T00:26:12.614Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2742026-05-21T00:26:12.857Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2752026-05-21T00:26:14.131Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-05-21T00:26:14.873Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772026-05-21T00:26:15.336Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782026-05-21T00:26:16.600Z Updating git repository `https://github.com/oxidecomputer/opte`
2792026-05-21T00:26:17.236Z Updating git repository `https://github.com/oxidecomputer/tofino`
2802026-05-21T00:26:17.489Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812026-05-21T00:26:18.156Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2822026-05-21T00:26:19.879Z Downloading crates ...
2832026-05-21T00:26:19.947Z Downloaded crucible-workspace-hack v0.1.0
2842026-05-21T00:26:19.963Z Downloaded defmt-macros v1.0.1
2852026-05-21T00:26:19.969Z Downloaded base16ct v0.2.0
2862026-05-21T00:26:19.972Z Downloaded anstyle v1.0.14
2872026-05-21T00:26:19.981Z Downloaded errno v0.3.14
2882026-05-21T00:26:19.985Z Downloaded cstr-argument v0.1.2
2892026-05-21T00:26:19.988Z Downloaded debug-ignore v1.0.5
2902026-05-21T00:26:19.990Z Downloaded foreign-types-macros v0.2.3
2912026-05-21T00:26:19.993Z Downloaded foldhash v0.1.5
2922026-05-21T00:26:19.996Z Downloaded cargo-platform v0.1.9
2932026-05-21T00:26:20.000Z Downloaded foldhash v0.2.0
2942026-05-21T00:26:20.000Z Downloaded crc8 v0.1.1
2952026-05-21T00:26:20.003Z Downloaded group v0.13.0
2962026-05-21T00:26:20.006Z Downloaded foreign-types-shared v0.1.1
2972026-05-21T00:26:20.006Z Downloaded darling_macro v0.21.3
2982026-05-21T00:26:20.009Z Downloaded git-stub v1.0.0
2992026-05-21T00:26:20.011Z Downloaded futures-core v0.3.32
3002026-05-21T00:26:20.015Z Downloaded foreign-types v0.3.2
3012026-05-21T00:26:20.015Z Downloaded colorchoice v1.0.4
3022026-05-21T00:26:20.018Z Downloaded curve25519-dalek-derive v0.1.1
3032026-05-21T00:26:20.020Z Downloaded async-stream-impl v0.3.6
3042026-05-21T00:26:20.020Z Downloaded gethostname v0.5.0
3052026-05-21T00:26:20.023Z Downloaded derive_more v0.99.20
3062026-05-21T00:26:20.026Z Downloaded heck v0.5.0
3072026-05-21T00:26:20.029Z Downloaded filetime v0.2.26
3082026-05-21T00:26:20.032Z Downloaded crossbeam-deque v0.8.6
3092026-05-21T00:26:20.034Z Downloaded heck v0.4.1
3102026-05-21T00:26:20.037Z Downloaded foreign-types-shared v0.3.1
3112026-05-21T00:26:20.039Z Downloaded defmt-parser v1.0.0
3122026-05-21T00:26:20.039Z Downloaded hubpack v0.1.2
3132026-05-21T00:26:20.070Z Downloaded hash32 v0.3.1
3142026-05-21T00:26:20.070Z Downloaded convert_case v0.4.0
3152026-05-21T00:26:20.070Z Downloaded futures-executor v0.3.32
3162026-05-21T00:26:20.070Z Downloaded git-stub-vcs v0.1.0
3172026-05-21T00:26:20.070Z Downloaded fixedbitset v0.4.2
3182026-05-21T00:26:20.070Z Downloaded form_urlencoded v1.2.2
3192026-05-21T00:26:20.070Z Downloaded const_format_proc_macros v0.2.34
3202026-05-21T00:26:20.070Z Downloaded bit-vec v0.8.0
3212026-05-21T00:26:20.070Z Downloaded http-body v1.0.1
3222026-05-21T00:26:20.070Z Downloaded float-ord v0.3.2
3232026-05-21T00:26:20.070Z Downloaded chacha20 v0.9.1
3242026-05-21T00:26:20.070Z Downloaded cexpr v0.6.0
3252026-05-21T00:26:20.070Z Downloaded fs-err v3.1.2
3262026-05-21T00:26:20.074Z Downloaded autocfg v1.5.0
3272026-05-21T00:26:20.074Z Downloaded byteorder v1.5.0
3282026-05-21T00:26:20.077Z Downloaded foreign-types v0.5.0
3292026-05-21T00:26:20.079Z Downloaded hyper-tls v0.6.0
3302026-05-21T00:26:20.079Z Downloaded base64ct v1.8.0
3312026-05-21T00:26:20.082Z Downloaded httpdate v1.0.3
3322026-05-21T00:26:20.086Z Downloaded aead v0.5.2
3332026-05-21T00:26:20.086Z Downloaded ff v0.13.1
3342026-05-21T00:26:20.089Z Downloaded hubpack_derive v0.1.1
3352026-05-21T00:26:20.091Z Downloaded hostname v0.4.2
3362026-05-21T00:26:20.091Z Downloaded hex v0.4.3
3372026-05-21T00:26:20.094Z Downloaded dof v0.3.0
3382026-05-21T00:26:20.096Z Downloaded futures-sink v0.3.32
3392026-05-21T00:26:20.099Z Downloaded fnv v1.0.7
3402026-05-21T00:26:20.099Z Downloaded embedded-io v0.4.0
3412026-05-21T00:26:20.101Z Downloaded futures-macro v0.3.32
3422026-05-21T00:26:20.104Z Downloaded dtrace-parser v0.2.0
3432026-05-21T00:26:20.107Z Downloaded cfg_aliases v0.2.1
3442026-05-21T00:26:20.107Z Downloaded critical-section v1.2.0
3452026-05-21T00:26:20.109Z Downloaded compression-codecs v0.4.32
3462026-05-21T00:26:20.112Z Downloaded ident_case v1.0.1
3472026-05-21T00:26:20.115Z Downloaded anstyle-query v1.1.4
3482026-05-21T00:26:20.117Z Downloaded constant_time_eq v0.3.1
3492026-05-21T00:26:20.117Z Downloaded idna_adapter v1.2.1
3502026-05-21T00:26:20.120Z Downloaded instant v0.1.13
3512026-05-21T00:26:20.123Z Downloaded indent_write v2.2.0
3522026-05-21T00:26:20.123Z Downloaded http-body-util v0.1.3
3532026-05-21T00:26:20.125Z Downloaded getrandom v0.4.2
3542026-05-21T00:26:20.129Z Downloaded crossbeam-epoch v0.9.18
3552026-05-21T00:26:20.131Z Downloaded inout v0.1.4
3562026-05-21T00:26:20.135Z Downloaded cookie v0.18.1
3572026-05-21T00:26:20.138Z Downloaded itoa v1.0.15
3582026-05-21T00:26:20.138Z Downloaded fs_extra v1.3.0
3592026-05-21T00:26:20.141Z Downloaded clap_derive v4.6.0
3602026-05-21T00:26:20.144Z Downloaded either v1.15.0
3612026-05-21T00:26:20.146Z Downloaded libscf-sys v1.1.0
3622026-05-21T00:26:20.149Z Downloaded digest v0.10.7
3632026-05-21T00:26:20.149Z Downloaded is_terminal_polyfill v1.70.1
3642026-05-21T00:26:20.151Z Downloaded futures-channel v0.3.32
3652026-05-21T00:26:20.154Z Downloaded hostname v0.3.1
3662026-05-21T00:26:20.157Z Downloaded glob v0.3.3
3672026-05-21T00:26:20.157Z Downloaded keccak v0.1.6
3682026-05-21T00:26:20.159Z Downloaded macaddr v1.0.1
3692026-05-21T00:26:20.162Z Downloaded lru-slab v0.1.2
3702026-05-21T00:26:20.162Z Downloaded linked-hash-map v0.5.6
3712026-05-21T00:26:20.164Z Downloaded memoffset v0.9.1
3722026-05-21T00:26:20.167Z Downloaded kstat-rs v0.2.4
3732026-05-21T00:26:20.167Z Downloaded humantime v2.3.0
3742026-05-21T00:26:20.170Z Downloaded memmap v0.7.0
3752026-05-21T00:26:20.173Z Downloaded managed v0.8.0
3762026-05-21T00:26:20.176Z Downloaded getrandom v0.2.16
3772026-05-21T00:26:20.179Z Downloaded defmt v1.0.1
3782026-05-21T00:26:20.182Z Downloaded newline-converter v0.3.0
3792026-05-21T00:26:20.182Z Downloaded newtype-uuid-macros v0.1.0
3802026-05-21T00:26:20.185Z Downloaded deranged v0.5.3
3812026-05-21T00:26:20.185Z Downloaded arrayvec v0.7.6
3822026-05-21T00:26:20.187Z Downloaded erased-serde v0.3.31
3832026-05-21T00:26:20.190Z Downloaded anstream v1.0.0
3842026-05-21T00:26:20.192Z Downloaded bytecount v0.6.9
3852026-05-21T00:26:20.195Z Downloaded hyper-rustls v0.27.7
3862026-05-21T00:26:20.198Z Downloaded num-derive v0.3.3
3872026-05-21T00:26:20.200Z Downloaded newtype_derive v0.1.6
3882026-05-21T00:26:20.200Z Downloaded num-iter v0.1.45
3892026-05-21T00:26:20.204Z Downloaded opaque-debug v0.3.1
3902026-05-21T00:26:20.207Z Downloaded num-derive v0.4.2
3912026-05-21T00:26:20.207Z Downloaded data-encoding v2.9.0
3922026-05-21T00:26:20.207Z Downloaded colored v3.0.0
3932026-05-21T00:26:20.211Z Downloaded lazy_static v1.5.0
3942026-05-21T00:26:20.214Z Downloaded fixedbitset v0.5.7
3952026-05-21T00:26:20.214Z Downloaded anstyle-parse v1.0.0
3962026-05-21T00:26:20.216Z Downloaded ipnetwork v0.21.1
3972026-05-21T00:26:20.216Z Downloaded openssl-probe v0.1.6
3982026-05-21T00:26:20.219Z Downloaded openssl-macros v0.1.1
3992026-05-21T00:26:20.219Z Downloaded num v0.4.3
4002026-05-21T00:26:20.222Z Downloaded num-conv v0.2.1
4012026-05-21T00:26:20.222Z Downloaded ipnet v2.11.0
4022026-05-21T00:26:20.224Z Downloaded linear-map v1.2.0
4032026-05-21T00:26:20.227Z Downloaded libsw-core v0.3.2
4042026-05-21T00:26:20.231Z Downloaded libsw v3.5.0
4052026-05-21T00:26:20.231Z Downloaded ingot v0.1.1
4062026-05-21T00:26:20.234Z Downloaded parse-display v0.10.0
4072026-05-21T00:26:20.234Z Downloaded num_threads v0.1.7
4082026-05-21T00:26:20.234Z Downloaded ingot-types v0.1.2
4092026-05-21T00:26:20.237Z Downloaded clang-sys v1.8.1
4102026-05-21T00:26:20.240Z Downloaded omicron-workspace-hack v0.1.0
4112026-05-21T00:26:20.240Z Downloaded derive-where v1.6.0
4122026-05-21T00:26:20.243Z Downloaded crossbeam-utils v0.8.21
4132026-05-21T00:26:20.246Z Downloaded percent-encoding v2.3.2
4142026-05-21T00:26:20.246Z Downloaded phf_shared v0.12.1
4152026-05-21T00:26:20.248Z Downloaded mime v0.3.17
4162026-05-21T00:26:20.248Z Downloaded olpc-cjson v0.1.4
4172026-05-21T00:26:20.251Z Downloaded hmac v0.12.1
4182026-05-21T00:26:20.251Z Downloaded cancel-safe-futures v0.1.5
4192026-05-21T00:26:20.254Z Downloaded num-complex v0.4.6
4202026-05-21T00:26:20.256Z Downloaded newtype-uuid v1.3.2
4212026-05-21T00:26:20.259Z Downloaded multer v3.1.0
4222026-05-21T00:26:20.259Z Downloaded num-rational v0.4.2
4232026-05-21T00:26:20.261Z Downloaded powerfmt v0.2.0
4242026-05-21T00:26:20.262Z Downloaded ciborium v0.2.2
4252026-05-21T00:26:20.264Z Downloaded progenitor-client v0.10.0
4262026-05-21T00:26:20.267Z Downloaded potential_utf v0.1.3
4272026-05-21T00:26:20.267Z Downloaded num_enum v0.7.5
4282026-05-21T00:26:20.270Z Downloaded elliptic-curve v0.13.8
4292026-05-21T00:26:20.273Z Downloaded daft-derive v0.1.4
4302026-05-21T00:26:20.276Z Downloaded dropshot_endpoint v0.17.0
4312026-05-21T00:26:20.278Z Downloaded proc-macro-error-attr2 v2.0.0
4322026-05-21T00:26:20.281Z Downloaded proc-macro-error-attr v1.0.4
4332026-05-21T00:26:20.281Z Downloaded plain v0.2.3
4342026-05-21T00:26:20.284Z Downloaded pin-utils v0.1.0
4352026-05-21T00:26:20.284Z Downloaded pretty-hex v0.4.1
4362026-05-21T00:26:20.287Z Downloaded progenitor-client v0.11.1
4372026-05-21T00:26:20.287Z Downloaded litemap v0.8.0
4382026-05-21T00:26:20.289Z Downloaded futures v0.3.32
4392026-05-21T00:26:20.292Z Downloaded match_cfg v0.1.0
4402026-05-21T00:26:20.295Z Downloaded progenitor-macro v0.11.1
4412026-05-21T00:26:20.295Z Downloaded rand_chacha v0.3.1
4422026-05-21T00:26:20.297Z Downloaded progenitor-macro v0.13.0
4432026-05-21T00:26:20.297Z Downloaded darling_core v0.21.3
4442026-05-21T00:26:20.300Z Downloaded pem v3.0.5
4452026-05-21T00:26:20.303Z Downloaded paste v1.0.15
4462026-05-21T00:26:20.306Z Downloaded parse-display-derive v0.10.0
4472026-05-21T00:26:20.306Z Downloaded chacha20poly1305 v0.10.1
4482026-05-21T00:26:20.308Z Downloaded anyhow v1.0.102
4492026-05-21T00:26:20.311Z Downloaded bytes v1.11.1
4502026-05-21T00:26:20.313Z Downloaded drift v0.2.0
4512026-05-21T00:26:20.319Z Downloaded ref-cast-impl v1.0.25
4522026-05-21T00:26:20.321Z Downloaded ref-cast v1.0.25
4532026-05-21T00:26:20.324Z Downloaded pin-project-internal v1.1.10
4542026-05-21T00:26:20.324Z Downloaded phf v0.12.1
4552026-05-21T00:26:20.327Z Downloaded icu_provider v2.0.0
4562026-05-21T00:26:20.330Z Downloaded ppv-lite86 v0.2.21
4572026-05-21T00:26:20.330Z Downloaded hashbrown v0.12.3
4582026-05-21T00:26:20.332Z Downloaded rustc-hash v2.1.1
4592026-05-21T00:26:20.335Z Downloaded rustc_version v0.1.7
4602026-05-21T00:26:20.335Z Downloaded libloading v0.8.9
4612026-05-21T00:26:20.338Z Downloaded owo-colors v4.3.0
4622026-05-21T00:26:20.340Z Downloaded jobserver v0.1.34
4632026-05-21T00:26:20.340Z Downloaded rand_xorshift v0.4.0
4642026-05-21T00:26:20.343Z Downloaded oxide-tokio-rt v0.1.2
4652026-05-21T00:26:20.343Z Downloaded flate2 v1.1.2
4662026-05-21T00:26:20.346Z Downloaded num-integer v0.1.46
4672026-05-21T00:26:20.348Z Downloaded progenitor v0.10.0
4682026-05-21T00:26:20.351Z Downloaded pest_generator v2.8.2
4692026-05-21T00:26:20.351Z Downloaded progenitor v0.13.0
4702026-05-21T00:26:20.354Z Downloaded proc-macro-error2 v2.0.1
4712026-05-21T00:26:20.354Z Downloaded omicron-zone-package v0.12.2
4722026-05-21T00:26:20.356Z Downloaded log v0.4.29
4732026-05-21T00:26:20.359Z Downloaded allocator-api2 v0.2.21
4742026-05-21T00:26:20.362Z Downloaded icu_normalizer v2.0.0
4752026-05-21T00:26:20.365Z Downloaded memmap2 v0.9.8
4762026-05-21T00:26:20.365Z Downloaded clap v4.6.0
4772026-05-21T00:26:20.370Z Downloaded secrecy v0.10.3
4782026-05-21T00:26:20.375Z Downloaded search_path v0.1.4
4792026-05-21T00:26:20.375Z Downloaded scroll_derive v0.12.1
4802026-05-21T00:26:20.378Z Downloaded pkg-config v0.3.32
4812026-05-21T00:26:20.378Z Downloaded same-file v1.0.6
4822026-05-21T00:26:20.378Z Downloaded scroll_derive v0.13.1
4832026-05-21T00:26:20.382Z Downloaded rand_core v0.6.4
4842026-05-21T00:26:20.382Z Downloaded native-tls v0.2.14
4852026-05-21T00:26:20.382Z Downloaded progenitor-client v0.13.0
4862026-05-21T00:26:20.384Z Downloaded rand_chacha v0.9.0
4872026-05-21T00:26:20.384Z Downloaded serde-big-array v0.5.1
4882026-05-21T00:26:20.387Z Downloaded serde_repr v0.1.20
4892026-05-21T00:26:20.387Z Downloaded const_format v0.2.34
4902026-05-21T00:26:20.390Z Downloaded crypto-bigint v0.5.5
4912026-05-21T00:26:20.393Z Downloaded sha1 v0.10.6
4922026-05-21T00:26:20.396Z Downloaded indexmap v1.9.3
4932026-05-21T00:26:20.399Z Downloaded once_cell v1.21.3
4942026-05-21T00:26:20.399Z Downloaded resolv-conf v0.7.5
4952026-05-21T00:26:20.402Z Downloaded scopeguard v1.2.0
4962026-05-21T00:26:20.402Z Downloaded icu_properties v2.0.1
4972026-05-21T00:26:20.404Z Downloaded semver v0.1.20
4982026-05-21T00:26:20.407Z Downloaded signal-hook-tokio v0.3.1
4992026-05-21T00:26:20.407Z Downloaded sigpipe v0.1.3
5002026-05-21T00:26:20.407Z Downloaded quick-error v1.2.3
5012026-05-21T00:26:20.410Z Downloaded progenitor v0.11.1
5022026-05-21T00:26:20.410Z Downloaded num_enum_derive v0.7.5
5032026-05-21T00:26:20.413Z Downloaded quote v1.0.45
5042026-05-21T00:26:20.413Z Downloaded postcard v1.1.3
5052026-05-21T00:26:20.416Z Downloaded serde_urlencoded v0.7.1
5062026-05-21T00:26:20.418Z Downloaded serde_plain v1.0.2
5072026-05-21T00:26:20.418Z Downloaded num-traits v0.2.19
5082026-05-21T00:26:20.421Z Downloaded rustc_version v0.4.1
5092026-05-21T00:26:20.421Z Downloaded hickory-resolver v0.25.2
5102026-05-21T00:26:20.424Z Downloaded siphasher v1.0.1
5112026-05-21T00:26:20.426Z Downloaded slog-bunyan v2.5.0
5122026-05-21T00:26:20.426Z Downloaded hickory-resolver v0.24.4
5132026-05-21T00:26:20.429Z Downloaded password-hash v0.5.0
5142026-05-21T00:26:20.432Z Downloaded pest_derive v2.8.2
5152026-05-21T00:26:20.432Z Downloaded parking_lot_core v0.9.12
5162026-05-21T00:26:20.434Z Downloaded progenitor-macro v0.10.0
5172026-05-21T00:26:20.434Z Downloaded serde_spanned v1.0.4
5182026-05-21T00:26:20.437Z Downloaded dropshot_endpoint v0.16.7
5192026-05-21T00:26:20.440Z Downloaded proc-macro-crate v1.3.1
5202026-05-21T00:26:20.440Z Downloaded stable_deref_trait v1.2.0
5212026-05-21T00:26:20.442Z Downloaded strsim v0.11.1
5222026-05-21T00:26:20.442Z Downloaded oxnet v0.1.4
5232026-05-21T00:26:20.445Z Downloaded scroll v0.13.0
5242026-05-21T00:26:20.445Z Downloaded scroll v0.12.0
5252026-05-21T00:26:20.445Z Downloaded parking_lot v0.12.5
5262026-05-21T00:26:20.449Z Downloaded expectorate v1.2.0
5272026-05-21T00:26:20.452Z Downloaded icu_locale_core v2.0.0
5282026-05-21T00:26:20.457Z Downloaded base64 v0.22.1
5292026-05-21T00:26:20.460Z Downloaded serde_spanned v0.6.9
5302026-05-21T00:26:20.460Z Downloaded supports-color v3.0.2
5312026-05-21T00:26:20.460Z Downloaded serde_path_to_error v0.1.20
5322026-05-21T00:26:20.460Z Downloaded swrite v0.1.0
5332026-05-21T00:26:20.463Z Downloaded subtle v2.6.1
5342026-05-21T00:26:20.463Z Downloaded poly1305 v0.8.0
5352026-05-21T00:26:20.465Z Downloaded smawk v0.3.2
5362026-05-21T00:26:20.465Z Downloaded structmeta v0.3.0
5372026-05-21T00:26:20.465Z Downloaded heapless v0.8.0
5382026-05-21T00:26:20.469Z Downloaded strum v0.26.3
5392026-05-21T00:26:20.471Z Downloaded rustversion v1.0.22
5402026-05-21T00:26:20.471Z Downloaded rustls-pemfile v2.2.0
5412026-05-21T00:26:20.474Z Downloaded pin-project-lite v0.2.16
5422026-05-21T00:26:20.477Z Downloaded rusty-fork v0.3.0
5432026-05-21T00:26:20.477Z Downloaded structmeta-derive v0.3.0
5442026-05-21T00:26:20.480Z Downloaded curl v0.4.49
5452026-05-21T00:26:20.482Z Downloaded signal-hook-registry v1.4.6
5462026-05-21T00:26:20.482Z Downloaded shlex v1.3.0
5472026-05-21T00:26:20.485Z Downloaded bitflags v2.9.4
5482026-05-21T00:26:20.488Z Downloaded num_enum v0.5.11
5492026-05-21T00:26:20.490Z Downloaded proc-macro2 v1.0.106
5502026-05-21T00:26:20.490Z Downloaded take_mut v0.2.2
5512026-05-21T00:26:20.495Z Downloaded tabwriter v1.4.1
5522026-05-21T00:26:20.495Z Downloaded tabled_derive v0.7.0
5532026-05-21T00:26:20.495Z Downloaded strum v0.27.2
5542026-05-21T00:26:20.497Z Downloaded slog-dtrace v0.3.0
5552026-05-21T00:26:20.497Z Downloaded semver v1.0.27
5562026-05-21T00:26:20.498Z Downloaded smf v0.2.3
5572026-05-21T00:26:20.500Z Downloaded sync_wrapper v1.0.2
5582026-05-21T00:26:20.501Z Downloaded schemars_derive v0.8.22
5592026-05-21T00:26:20.501Z Downloaded quinn-udp v0.5.14
5602026-05-21T00:26:20.503Z Downloaded serde_tokenstream v0.2.3
5612026-05-21T00:26:20.503Z Downloaded serde_derive_internals v0.29.1
5622026-05-21T00:26:20.506Z Downloaded testing_table v0.3.0
5632026-05-21T00:26:20.506Z Downloaded terminal_size v0.4.3
5642026-05-21T00:26:20.508Z Downloaded papergrid v0.17.0
5652026-05-21T00:26:20.511Z Downloaded thread-id v5.0.0
5662026-05-21T00:26:20.511Z Downloaded pest_meta v2.8.2
5672026-05-21T00:26:20.514Z Downloaded papergrid v0.11.0
5682026-05-21T00:26:20.517Z Downloaded slab v0.4.11
5692026-05-21T00:26:20.517Z Downloaded minimal-lexical v0.2.1
5702026-05-21T00:26:20.519Z Downloaded http v1.4.0
5712026-05-21T00:26:20.522Z Downloaded thiserror-impl-no-std v2.0.2
5722026-05-21T00:26:20.522Z Downloaded termtree v0.5.1
5732026-05-21T00:26:20.525Z Downloaded tagptr v0.2.0
5742026-05-21T00:26:20.525Z Downloaded jiff-static v0.2.15
5752026-05-21T00:26:20.528Z Downloaded rand_core v0.9.3
5762026-05-21T00:26:20.528Z Downloaded thread-id v4.2.2
5772026-05-21T00:26:20.530Z Downloaded slog-term v2.9.2
5782026-05-21T00:26:20.531Z Downloaded tinyvec_macros v0.1.1
5792026-05-21T00:26:20.533Z Downloaded slog-json v2.6.1
5802026-05-21T00:26:20.533Z Downloaded ryu v1.0.20
5812026-05-21T00:26:20.536Z Downloaded git2 v0.19.0
5822026-05-21T00:26:20.539Z Downloaded synstructure v0.13.2
5832026-05-21T00:26:20.542Z Downloaded sha2 v0.10.9
5842026-05-21T00:26:20.542Z Downloaded pin-project v1.1.10
5852026-05-21T00:26:20.547Z Downloaded miniz_oxide v0.8.9
5862026-05-21T00:26:20.550Z Downloaded icu_normalizer_data v2.0.0
5872026-05-21T00:26:20.553Z Downloaded icu_collections v2.0.0
5882026-05-21T00:26:20.555Z Downloaded toml_datetime v0.6.11
5892026-05-21T00:26:20.558Z Downloaded proc-macro-error v1.0.4
5902026-05-21T00:26:20.558Z Downloaded slog-async v2.8.0
5912026-05-21T00:26:20.561Z Downloaded progenitor-impl v0.13.0
5922026-05-21T00:26:20.561Z Downloaded lock_api v0.4.14
5932026-05-21T00:26:20.564Z Downloaded ingot-macros v0.1.1
5942026-05-21T00:26:20.564Z Downloaded progenitor-impl v0.10.0
5952026-05-21T00:26:20.567Z Downloaded tabled_derive v0.11.0
5962026-05-21T00:26:20.567Z Downloaded crc32fast v1.5.0
5972026-05-21T00:26:20.567Z Downloaded blake2 v0.10.6
5982026-05-21T00:26:20.570Z Downloaded memchr v2.7.5
5992026-05-21T00:26:20.573Z Downloaded num_enum_derive v0.5.11
6002026-05-21T00:26:20.573Z Downloaded static_assertions v1.1.0
6012026-05-21T00:26:20.576Z Downloaded spin v0.9.8
6022026-05-21T00:26:20.576Z Downloaded iana-time-zone v0.1.64
6032026-05-21T00:26:20.578Z Downloaded thiserror v2.0.18
6042026-05-21T00:26:20.581Z Downloaded thiserror-impl v2.0.18
6052026-05-21T00:26:20.584Z Downloaded snafu-derive v0.8.9
6062026-05-21T00:26:20.584Z Downloaded toml_write v0.1.2
6072026-05-21T00:26:20.584Z Downloaded strum_macros v0.27.2
6082026-05-21T00:26:20.586Z Downloaded tower-service v0.3.3
6092026-05-21T00:26:20.586Z Downloaded hashbrown v0.15.5
6102026-05-21T00:26:20.589Z Downloaded progenitor-impl v0.11.1
6112026-05-21T00:26:20.592Z Downloaded httparse v1.10.1
6122026-05-21T00:26:20.596Z Downloaded bcs v0.1.6
6132026-05-21T00:26:20.596Z Downloaded bitflags v1.3.2
6142026-05-21T00:26:20.599Z Downloaded serde_derive v1.0.228
6152026-05-21T00:26:20.599Z Downloaded serde_with_macros v3.14.1
6162026-05-21T00:26:20.599Z Downloaded serde_core v1.0.228
6172026-05-21T00:26:20.602Z Downloaded ciborium-ll v0.2.2
6182026-05-21T00:26:20.602Z Downloaded half v2.7.1
6192026-05-21T00:26:20.605Z Downloaded tokio-native-tls v0.3.1
6202026-05-21T00:26:20.605Z Downloaded time-core v0.1.8
6212026-05-21T00:26:20.608Z Downloaded try-lock v0.2.5
6222026-05-21T00:26:20.608Z Downloaded unarray v0.1.4
6232026-05-21T00:26:20.608Z Downloaded thread_local v1.1.9
6242026-05-21T00:26:20.610Z Downloaded thiserror-impl v1.0.69
6252026-05-21T00:26:20.610Z Downloaded unicode-linebreak v0.1.5
6262026-05-21T00:26:20.610Z Downloaded typify-macro v0.4.3
6272026-05-21T00:26:20.613Z Downloaded typify-macro v0.6.1
6282026-05-21T00:26:20.613Z Downloaded cc v1.2.58
6292026-05-21T00:26:20.617Z Downloaded time-macros v0.2.27
6302026-05-21T00:26:20.617Z Downloaded crossbeam-channel v0.5.15
6312026-05-21T00:26:20.620Z Downloaded thiserror v1.0.69
6322026-05-21T00:26:20.622Z Downloaded strum_macros v0.26.4
6332026-05-21T00:26:20.622Z Downloaded prettyplease v0.2.37
6342026-05-21T00:26:20.625Z Downloaded hashbrown v0.16.1
6352026-05-21T00:26:20.628Z Downloaded unicode-xid v0.2.6
6362026-05-21T00:26:20.628Z Downloaded tokio-dtrace v0.1.1
6372026-05-21T00:26:20.630Z Downloaded tinystr v0.8.1
6382026-05-21T00:26:20.630Z Downloaded thiserror-no-std v2.0.2
6392026-05-21T00:26:20.633Z Downloaded usdt-attr-macro v0.5.0
6402026-05-21T00:26:20.633Z Downloaded usdt v0.6.0
6412026-05-21T00:26:20.636Z Downloaded untrusted v0.7.1
6422026-05-21T00:26:20.636Z Downloaded usdt-macro v0.6.0
6432026-05-21T00:26:20.636Z Downloaded usdt-macro v0.5.0
6442026-05-21T00:26:20.638Z Downloaded usdt-attr-macro v0.6.0
6452026-05-21T00:26:20.638Z Downloaded usdt v0.5.0
6462026-05-21T00:26:20.639Z Downloaded tokio-macros v2.6.0
6472026-05-21T00:26:20.639Z Downloaded smallvec v1.15.1
6482026-05-21T00:26:20.642Z Downloaded topological-sort v0.2.2
6492026-05-21T00:26:20.642Z Downloaded signal-hook v0.3.18
6502026-05-21T00:26:20.644Z Downloaded universal-hash v0.5.1
6512026-05-21T00:26:20.644Z Downloaded similar v2.7.0
6522026-05-21T00:26:20.648Z Downloaded utf8_iter v1.0.4
6532026-05-21T00:26:20.648Z Downloaded tempfile v3.23.0
6542026-05-21T00:26:20.651Z Downloaded toml_writer v1.0.6+spec-1.1.0
6552026-05-21T00:26:20.651Z Downloaded term v1.2.0
6562026-05-21T00:26:20.654Z Downloaded schemars v0.8.22
6572026-05-21T00:26:20.657Z Downloaded wait-timeout v0.2.1
6582026-05-21T00:26:20.660Z Downloaded utf8parse v0.2.2
6592026-05-21T00:26:20.660Z Downloaded tower-layer v0.3.3
6602026-05-21T00:26:20.660Z Downloaded socket2 v0.6.0
6612026-05-21T00:26:20.663Z Downloaded version_check v0.9.5
6622026-05-21T00:26:20.663Z Downloaded quinn v0.11.9
6632026-05-21T00:26:20.665Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6642026-05-21T00:26:20.665Z Downloaded rand v0.8.5
6652026-05-21T00:26:20.668Z Downloaded indexmap v2.13.0
6662026-05-21T00:26:20.671Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6672026-05-21T00:26:20.671Z Downloaded lru-cache v0.1.2
6682026-05-21T00:26:20.674Z Downloaded tokio-rustls v0.25.0
6692026-05-21T00:26:20.674Z Downloaded want v0.3.1
6702026-05-21T00:26:20.674Z Downloaded daft v0.1.4
6712026-05-21T00:26:20.677Z Downloaded waitgroup v0.1.2
6722026-05-21T00:26:20.677Z Downloaded crypto-common v0.1.6
6732026-05-21T00:26:20.677Z Downloaded camino v1.2.2
6742026-05-21T00:26:20.679Z Downloaded serde_yaml v0.9.34+deprecated
6752026-05-21T00:26:20.680Z Downloaded find-msvc-tools v0.1.9
6762026-05-21T00:26:20.682Z Downloaded yoke-derive v0.8.0
6772026-05-21T00:26:20.682Z Downloaded rayon-core v1.13.0
6782026-05-21T00:26:20.685Z Downloaded dropshot-api-manager-types v0.7.2
6792026-05-21T00:26:20.685Z Downloaded is_ci v1.2.0
6802026-05-21T00:26:20.685Z Downloaded is-terminal v0.4.16
6812026-05-21T00:26:20.685Z Downloaded internet-checksum v0.2.1
6822026-05-21T00:26:20.688Z Downloaded openssl-sys v0.9.112
6832026-05-21T00:26:20.691Z Downloaded console v0.15.11
6842026-05-21T00:26:20.691Z Downloaded tokio-stream v0.1.17
6852026-05-21T00:26:20.693Z Downloaded tokio-rustls v0.26.3
6862026-05-21T00:26:20.696Z Downloaded slog v2.8.2
6872026-05-21T00:26:20.696Z Downloaded async-trait v0.1.89
6882026-05-21T00:26:20.699Z Downloaded getrandom v0.3.3
6892026-05-21T00:26:20.702Z Downloaded displaydoc v0.2.5
6902026-05-21T00:26:20.702Z Downloaded usdt-impl v0.5.0
6912026-05-21T00:26:20.704Z Downloaded derive-ex v0.1.8
6922026-05-21T00:26:20.705Z Downloaded highway v1.3.0
6932026-05-21T00:26:20.707Z Downloaded compression-core v0.4.32
6942026-05-21T00:26:20.707Z Downloaded zerofrom v0.1.6
6952026-05-21T00:26:20.707Z Downloaded clap_lex v1.1.0
6962026-05-21T00:26:20.707Z Downloaded rustls-pki-types v1.12.0
6972026-05-21T00:26:20.710Z Downloaded cipher v0.4.4
6982026-05-21T00:26:20.713Z Downloaded cargo_metadata v0.18.1
6992026-05-21T00:26:20.713Z Downloaded adler2 v2.0.1
7002026-05-21T00:26:20.713Z Downloaded cobs v0.3.0
7012026-05-21T00:26:20.715Z Downloaded untrusted v0.9.0
7022026-05-21T00:26:20.715Z Downloaded async-recursion v1.1.1
7032026-05-21T00:26:20.718Z Downloaded futures-io v0.3.32
7042026-05-21T00:26:20.718Z Downloaded usdt-impl v0.6.0
7052026-05-21T00:26:20.718Z Downloaded zone_cfg_derive v0.3.1
7062026-05-21T00:26:20.721Z Downloaded zeroize_derive v1.4.3
7072026-05-21T00:26:20.721Z Downloaded snafu v0.8.9
7082026-05-21T00:26:20.724Z Downloaded schemars v0.9.0
7092026-05-21T00:26:20.729Z Downloaded xattr v1.6.1
7102026-05-21T00:26:20.732Z Downloaded whoami v1.6.1
7112026-05-21T00:26:20.732Z Downloaded zerofrom-derive v0.1.6
7122026-05-21T00:26:20.734Z Downloaded fastrand v2.3.0
7132026-05-21T00:26:20.734Z Downloaded csv-core v0.1.12
7142026-05-21T00:26:20.734Z Downloaded toml v0.8.23
7152026-05-21T00:26:20.737Z Downloaded schemars v1.2.0
7162026-05-21T00:26:20.743Z Downloaded zone v0.3.1
7172026-05-21T00:26:20.746Z Downloaded vsss-rs v3.3.4
7182026-05-21T00:26:20.746Z Downloaded toml_parser v1.1.2+spec-1.1.0
7192026-05-21T00:26:20.748Z Downloaded tinyvec v1.10.0
7202026-05-21T00:26:20.748Z Downloaded walkdir v2.5.0
7212026-05-21T00:26:20.751Z Downloaded serde v1.0.228
7222026-05-21T00:26:20.753Z Downloaded rand v0.9.2
7232026-05-21T00:26:20.754Z Downloaded yoke v0.8.0
7242026-05-21T00:26:20.757Z Downloaded futures-util v0.3.32
7252026-05-21T00:26:20.760Z Downloaded iri-string v0.7.8
7262026-05-21T00:26:20.764Z Downloaded test-strategy v0.4.3
7272026-05-21T00:26:20.767Z Downloaded ucd-trie v0.1.7
7282026-05-21T00:26:20.767Z Downloaded dropshot-api-manager v0.7.2
7292026-05-21T00:26:20.770Z Downloaded qorb v0.4.1
7302026-05-21T00:26:20.772Z Downloaded tracing-attributes v0.1.30
7312026-05-21T00:26:20.775Z Downloaded hyper-util v0.1.20
7322026-05-21T00:26:20.778Z Downloaded async-compression v0.4.33
7332026-05-21T00:26:20.780Z Downloaded equivalent v1.0.2
7342026-05-21T00:26:20.783Z Downloaded argon2 v0.5.3
7352026-05-21T00:26:20.783Z Downloaded dyn-clone v1.0.20
7362026-05-21T00:26:20.783Z Downloaded display-error-chain v0.2.2
7372026-05-21T00:26:20.786Z Downloaded zerovec-derive v0.11.1
7382026-05-21T00:26:20.786Z Downloaded textwrap v0.16.2
7392026-05-21T00:26:20.789Z Downloaded camino-tempfile v1.4.1
7402026-05-21T00:26:20.789Z Downloaded enum-as-inner v0.6.1
7412026-05-21T00:26:20.789Z Downloaded dof v0.4.0
7422026-05-21T00:26:20.792Z Downloaded toml v1.0.6+spec-1.1.0
7432026-05-21T00:26:20.792Z Downloaded zmij v1.0.17
7442026-05-21T00:26:20.795Z Downloaded steno v0.4.1
7452026-05-21T00:26:20.795Z Downloaded rustls-webpki v0.103.6
7462026-05-21T00:26:20.798Z Downloaded h2 v0.4.12
7472026-05-21T00:26:20.800Z Downloaded generic-array v0.14.7
7482026-05-21T00:26:20.801Z Downloaded dtrace-parser v0.3.0
7492026-05-21T00:26:20.803Z Downloaded embedded-io v0.6.1
7502026-05-21T00:26:20.803Z Downloaded defmt v0.3.100
7512026-05-21T00:26:20.803Z Downloaded nom v7.1.3
7522026-05-21T00:26:20.806Z Downloaded typify v0.6.1
7532026-05-21T00:26:20.808Z Downloaded zerocopy-derive v0.7.35
7542026-05-21T00:26:20.811Z Downloaded unicode-ident v1.0.24
7552026-05-21T00:26:20.815Z Downloaded toml v0.9.11+spec-1.1.0
7562026-05-21T00:26:20.815Z Downloaded async-stream v0.3.6
7572026-05-21T00:26:20.817Z Downloaded futures-task v0.3.32
7582026-05-21T00:26:20.817Z Downloaded cmake v0.1.54
7592026-05-21T00:26:20.817Z Downloaded backoff v0.4.0
7602026-05-21T00:26:20.820Z Downloaded atomic-waker v1.1.2
7612026-05-21T00:26:20.820Z Downloaded dunce v1.0.5
7622026-05-21T00:26:20.820Z Downloaded tracing-core v0.1.34
7632026-05-21T00:26:20.820Z Downloaded arrayref v0.3.9
7642026-05-21T00:26:20.823Z Downloaded itertools v0.14.0
7652026-05-21T00:26:20.827Z Downloaded globset v0.4.16
7662026-05-21T00:26:20.827Z Downloaded zeroize v1.8.1
7672026-05-21T00:26:20.827Z Downloaded tar v0.4.45
7682026-05-21T00:26:20.830Z Downloaded libm v0.2.15
7692026-05-21T00:26:20.835Z Downloaded toml_edit v0.22.27
7702026-05-21T00:26:20.837Z Downloaded writeable v0.6.1
7712026-05-21T00:26:20.837Z Downloaded itertools v0.12.1
7722026-05-21T00:26:20.841Z Downloaded ciborium-io v0.2.2
7732026-05-21T00:26:20.843Z Downloaded bit-set v0.8.0
7742026-05-21T00:26:20.844Z Downloaded cpufeatures v0.2.17
7752026-05-21T00:26:20.844Z Downloaded darling v0.21.3
7762026-05-21T00:26:20.847Z Downloaded unsafe-libyaml v0.2.11
7772026-05-21T00:26:20.849Z Downloaded typify v0.4.3
7782026-05-21T00:26:20.850Z Downloaded cfg-if v1.0.3
7792026-05-21T00:26:20.852Z Downloaded block-buffer v0.10.4
7802026-05-21T00:26:20.853Z Downloaded atomicwrites v0.4.4
7812026-05-21T00:26:20.853Z Downloaded iddqd v0.3.17
7822026-05-21T00:26:20.855Z Downloaded goblin v0.8.2
7832026-05-21T00:26:20.864Z Downloaded toml v0.7.8
7842026-05-21T00:26:20.867Z Downloaded vergen v8.3.2
7852026-05-21T00:26:20.880Z Downloaded typenum v1.18.0
7862026-05-21T00:26:20.888Z Downloaded mio v1.0.4
7872026-05-21T00:26:20.891Z Downloaded idna v1.1.0
7882026-05-21T00:26:20.901Z Downloaded aho-corasick v1.1.3
7892026-05-21T00:26:20.903Z Downloaded url v2.5.7
7902026-05-21T00:26:20.907Z Downloaded toml_edit v0.19.15
7912026-05-21T00:26:20.914Z Downloaded hyper v1.8.1
7922026-05-21T00:26:20.917Z Downloaded hkdf v0.12.4
7932026-05-21T00:26:20.920Z Downloaded uuid v1.23.1
7942026-05-21T00:26:20.924Z Downloaded tracing v0.1.41
7952026-05-21T00:26:20.928Z Downloaded reqwest v0.12.23
7962026-05-21T00:26:20.936Z Downloaded pest v2.8.2
7972026-05-21T00:26:20.940Z Downloaded reqwest v0.13.2
7982026-05-21T00:26:20.943Z Downloaded clap_builder v4.6.0
7992026-05-21T00:26:20.946Z Downloaded zerotrie v0.2.2
8002026-05-21T00:26:20.956Z Downloaded serde_json v1.0.149
8012026-05-21T00:26:20.959Z Downloaded icu_properties_data v2.0.1
8022026-05-21T00:26:20.964Z Downloaded goblin v0.10.1
8032026-05-21T00:26:20.968Z Downloaded portable-atomic v1.11.1
8042026-05-21T00:26:20.972Z Downloaded typed-path v0.9.3
8052026-05-21T00:26:20.999Z Downloaded unicode-normalization v0.1.24
8062026-05-21T00:26:21.003Z Downloaded tower-http v0.6.8
8072026-05-21T00:26:21.020Z Downloaded serde_with v3.14.1
8082026-05-21T00:26:21.026Z Downloaded zerocopy-derive v0.8.27
8092026-05-21T00:26:21.029Z Downloaded tokio-util v0.7.16
8102026-05-21T00:26:21.033Z Downloaded unicode-segmentation v1.12.0
8112026-05-21T00:26:21.037Z Downloaded blake3 v1.8.2
8122026-05-21T00:26:21.040Z Downloaded tough v0.20.0
8132026-05-21T00:26:21.044Z Downloaded tower v0.5.2
8142026-05-21T00:26:21.048Z Downloaded regex v1.12.3
8152026-05-21T00:26:21.051Z Downloaded rayon v1.11.0
8162026-05-21T00:26:21.056Z Downloaded aws-lc-rs v1.16.2
8172026-05-21T00:26:21.072Z Downloaded zerocopy v0.7.35
8182026-05-21T00:26:21.096Z Downloaded chrono v0.4.44
8192026-05-21T00:26:21.119Z Downloaded winnow v1.0.3
8202026-05-21T00:26:21.129Z Downloaded bindgen v0.72.1
8212026-05-21T00:26:21.132Z Downloaded zerovec v0.11.4
8222026-05-21T00:26:21.145Z Downloaded rustls-webpki v0.102.8
8232026-05-21T00:26:21.155Z Downloaded time v0.3.47
8242026-05-21T00:26:21.162Z Downloaded winnow v0.5.40
8252026-05-21T00:26:21.166Z Downloaded proptest v1.8.0
8262026-05-21T00:26:21.171Z Downloaded moka v0.12.11
8272026-05-21T00:26:21.176Z Downloaded openssl v0.10.76
8282026-05-21T00:26:21.181Z Downloaded dropshot v0.16.7
8292026-05-21T00:26:21.192Z Downloaded quinn-proto v0.11.14
8302026-05-21T00:26:21.196Z Downloaded winnow v0.7.14
8312026-05-21T00:26:21.202Z Downloaded tabled v0.15.0
8322026-05-21T00:26:21.210Z Downloaded curve25519-dalek v4.1.3
8332026-05-21T00:26:21.223Z Downloaded hickory-proto v0.24.4
8342026-05-21T00:26:21.231Z Downloaded syn v2.0.117
8352026-05-21T00:26:21.236Z Downloaded syn v1.0.109
8362026-05-21T00:26:21.241Z Downloaded webpki-roots v1.0.2
8372026-05-21T00:26:21.244Z Downloaded dropshot v0.17.0
8382026-05-21T00:26:21.255Z Downloaded vcpkg v0.2.15
8392026-05-21T00:26:21.277Z Downloaded smoltcp v0.11.0
8402026-05-21T00:26:21.283Z Downloaded rustix v0.38.44
8412026-05-21T00:26:21.294Z Downloaded zerocopy v0.8.27
8422026-05-21T00:26:21.322Z Downloaded unicode-width v0.1.14
8432026-05-21T00:26:21.322Z Downloaded nix v0.30.1
8442026-05-21T00:26:21.322Z Downloaded rustls v0.22.4
8452026-05-21T00:26:21.325Z Downloaded regress v0.10.5
8462026-05-21T00:26:21.327Z Downloaded bstr v1.12.0
8472026-05-21T00:26:21.330Z Downloaded openapiv3 v2.2.0
8482026-05-21T00:26:21.335Z Downloaded unicode-width v0.2.1
8492026-05-21T00:26:21.340Z Downloaded tabled v0.20.0
8502026-05-21T00:26:21.348Z Downloaded hickory-proto v0.25.2
8512026-05-21T00:26:21.355Z Downloaded rustls v0.23.32
8522026-05-21T00:26:21.361Z Downloaded regex-syntax v0.8.6
8532026-05-21T00:26:21.373Z Downloaded rustix v1.1.2
8542026-05-21T00:26:21.386Z Downloaded typify-impl v0.6.1
8552026-05-21T00:26:21.409Z Downloaded typify-impl v0.4.3
8562026-05-21T00:26:21.454Z Downloaded regex-automata v0.4.13
8572026-05-21T00:26:21.471Z Downloaded petgraph v0.6.5
8582026-05-21T00:26:21.485Z Downloaded jiff v0.2.15
8592026-05-21T00:26:21.494Z Downloaded chrono-tz v0.10.4
8602026-05-21T00:26:21.522Z Downloaded petgraph v0.8.2
8612026-05-21T00:26:21.536Z Downloaded libc v0.2.183
8622026-05-21T00:26:21.554Z Downloaded csv v1.3.1
8632026-05-21T00:26:21.564Z Downloaded libz-sys v1.1.22
8642026-05-21T00:26:21.583Z Downloaded sha3 v0.10.8
8652026-05-21T00:26:21.598Z Downloaded tokio v1.50.0
8662026-05-21T00:26:21.648Z Downloaded encoding_rs v0.8.35
8672026-05-21T00:26:21.661Z Downloaded ring v0.17.14
8682026-05-21T00:26:21.743Z Downloaded libgit2-sys v0.17.0+1.8.1
8692026-05-21T00:26:21.773Z Downloaded curl-sys v0.4.83+curl-8.15.0
8702026-05-21T00:26:22.357Z Downloaded aws-lc-sys v0.39.1
8712026-05-21T00:26:22.662Z Compiling proc-macro2 v1.0.106
8722026-05-21T00:26:22.673Z Compiling quote v1.0.45
8732026-05-21T00:26:22.673Z Compiling unicode-ident v1.0.24
8742026-05-21T00:26:22.673Z Compiling serde_core v1.0.228
8752026-05-21T00:26:22.673Z Compiling serde v1.0.228
8762026-05-21T00:26:22.673Z Compiling libc v0.2.183
8772026-05-21T00:26:22.674Z Checking cfg-if v1.0.3
8782026-05-21T00:26:22.944Z Compiling zmij v1.0.17
8792026-05-21T00:26:22.995Z Compiling autocfg v1.5.0
8802026-05-21T00:26:23.346Z Compiling memchr v2.7.5
8812026-05-21T00:26:23.567Z Compiling libm v0.2.15
8822026-05-21T00:26:23.960Z Checking smallvec v1.15.1
8832026-05-21T00:26:23.979Z Compiling version_check v0.9.5
8842026-05-21T00:26:23.996Z Checking itoa v1.0.15
8852026-05-21T00:26:24.011Z Compiling shlex v1.3.0
8862026-05-21T00:26:24.100Z Compiling jobserver v0.1.34
8872026-05-21T00:26:24.117Z Compiling thiserror v2.0.18
8882026-05-21T00:26:24.136Z Compiling find-msvc-tools v0.1.9
8892026-05-21T00:26:24.191Z Compiling getrandom v0.4.2
8902026-05-21T00:26:24.374Z Compiling cc v1.2.58
8912026-05-21T00:26:24.424Z Compiling icu_normalizer_data v2.0.0
8922026-05-21T00:26:24.443Z Compiling syn v2.0.117
8932026-05-21T00:26:24.492Z Compiling icu_properties_data v2.0.1
8942026-05-21T00:26:24.640Z Compiling parking_lot_core v0.9.12
8952026-05-21T00:26:24.671Z Checking stable_deref_trait v1.2.0
8962026-05-21T00:26:24.690Z Compiling serde_json v1.0.149
8972026-05-21T00:26:24.749Z Compiling heck v0.5.0
8982026-05-21T00:26:24.967Z Checking writeable v0.6.1
8992026-05-21T00:26:24.970Z Checking litemap v0.8.0
9002026-05-21T00:26:25.157Z Compiling num-traits v0.2.19
9012026-05-21T00:26:25.188Z Checking percent-encoding v2.3.2
9022026-05-21T00:26:25.350Z Checking form_urlencoded v1.2.2
9032026-05-21T00:26:25.480Z Checking utf8_iter v1.0.4
9042026-05-21T00:26:25.495Z Compiling zerocopy v0.8.27
9052026-05-21T00:26:25.571Z Checking pin-project-lite v0.2.16
9062026-05-21T00:26:25.602Z Checking iana-time-zone v0.1.64
9072026-05-21T00:26:25.654Z Compiling rustversion v1.0.22
9082026-05-21T00:26:25.668Z Compiling log v0.4.29
9092026-05-21T00:26:25.706Z Compiling semver v1.0.27
9102026-05-21T00:26:25.747Z Checking socket2 v0.6.0
9112026-05-21T00:26:25.846Z Compiling allocator-api2 v0.2.21
9122026-05-21T00:26:25.922Z Compiling foldhash v0.2.0
9132026-05-21T00:26:25.982Z Compiling equivalent v1.0.2
9142026-05-21T00:26:26.079Z Checking scopeguard v1.2.0
9152026-05-21T00:26:26.125Z Compiling hashbrown v0.16.1
9162026-05-21T00:26:26.155Z Checking uuid v1.23.1
9172026-05-21T00:26:26.178Z Checking lock_api v0.4.14
9182026-05-21T00:26:26.311Z Checking signal-hook-registry v1.4.6
9192026-05-21T00:26:26.376Z Checking parking_lot v0.12.5
9202026-05-21T00:26:26.403Z Checking mio v1.0.4
9212026-05-21T00:26:26.436Z Checking getrandom v0.2.16
9222026-05-21T00:26:26.460Z Checking dyn-clone v1.0.20
9232026-05-21T00:26:26.494Z Compiling schemars v0.8.22
9242026-05-21T00:26:26.549Z Compiling portable-atomic v1.11.1
9252026-05-21T00:26:26.669Z Checking critical-section v1.2.0
9262026-05-21T00:26:26.702Z Checking futures-core v0.3.32
9272026-05-21T00:26:26.785Z Compiling getrandom v0.3.3
9282026-05-21T00:26:26.822Z Compiling ring v0.17.14
9292026-05-21T00:26:26.838Z Compiling typenum v1.18.0
9302026-05-21T00:26:27.058Z Compiling indexmap v2.13.0
9312026-05-21T00:26:27.205Z Compiling synstructure v0.13.2
9322026-05-21T00:26:27.333Z Compiling serde_derive_internals v0.29.1
9332026-05-21T00:26:27.457Z Checking once_cell v1.21.3
9342026-05-21T00:26:27.628Z Compiling thiserror v1.0.69
9352026-05-21T00:26:27.644Z Compiling httparse v1.10.1
9362026-05-21T00:26:27.836Z Checking futures-sink v0.3.32
9372026-05-21T00:26:27.937Z Compiling regex-syntax v0.8.6
9382026-05-21T00:26:28.069Z Compiling rustix v1.1.2
9392026-05-21T00:26:28.096Z Checking slab v0.4.11
9402026-05-21T00:26:28.136Z Compiling aho-corasick v1.1.3
9412026-05-21T00:26:28.169Z Checking subtle v2.6.1
9422026-05-21T00:26:28.254Z Compiling ucd-trie v0.1.7
9432026-05-21T00:26:28.317Z Checking futures-channel v0.3.32
9442026-05-21T00:26:28.463Z Compiling serde_derive v1.0.228
9452026-05-21T00:26:28.479Z Compiling zerofrom-derive v0.1.6
9462026-05-21T00:26:28.507Z Compiling yoke-derive v0.8.0
9472026-05-21T00:26:28.637Z Compiling zerovec-derive v0.11.1
9482026-05-21T00:26:28.893Z Compiling displaydoc v0.2.5
9492026-05-21T00:26:29.497Z Compiling thiserror-impl v2.0.18
9502026-05-21T00:26:29.548Z Compiling schemars_derive v0.8.22
9512026-05-21T00:26:29.602Z Compiling tokio-macros v2.6.0
9522026-05-21T00:26:29.638Z Checking zerofrom v0.1.6
9532026-05-21T00:26:29.686Z Compiling zerocopy-derive v0.8.27
9542026-05-21T00:26:29.755Z Checking yoke v0.8.0
9552026-05-21T00:26:29.939Z Checking zerovec v0.11.4
9562026-05-21T00:26:29.990Z Checking zerotrie v0.2.2
9572026-05-21T00:26:30.237Z Compiling futures-macro v0.3.32
9582026-05-21T00:26:30.326Z Compiling zeroize_derive v1.4.3
9592026-05-21T00:26:30.634Z Checking tinystr v0.8.1
9602026-05-21T00:26:30.698Z Checking potential_utf v0.1.3
9612026-05-21T00:26:30.812Z Checking icu_locale_core v2.0.0
9622026-05-21T00:26:30.831Z Checking icu_collections v2.0.0
9632026-05-21T00:26:30.939Z Compiling thiserror-impl v1.0.69
9642026-05-21T00:26:30.976Z Checking zeroize v1.8.1
9652026-05-21T00:26:31.036Z Compiling regex-automata v0.4.13
9662026-05-21T00:26:31.124Z Compiling pest v2.8.2
9672026-05-21T00:26:31.261Z Checking icu_provider v2.0.0
9682026-05-21T00:26:31.443Z Checking bytes v1.11.1
9692026-05-21T00:26:31.499Z Checking icu_normalizer v2.0.0
9702026-05-21T00:26:31.581Z Checking icu_properties v2.0.1
9712026-05-21T00:26:31.873Z Checking chrono v0.4.44
9722026-05-21T00:26:32.064Z Compiling serde_tokenstream v0.2.3
9732026-05-21T00:26:32.186Z Checking tokio v1.50.0
9742026-05-21T00:26:32.324Z Checking bitflags v2.9.4
9752026-05-21T00:26:32.358Z Checking rand_core v0.6.4
9762026-05-21T00:26:32.377Z Checking idna_adapter v1.2.1
9772026-05-21T00:26:32.397Z Compiling anyhow v1.0.102
9782026-05-21T00:26:32.487Z Compiling pest_meta v2.8.2
9792026-05-21T00:26:32.505Z Checking idna v1.1.0
9802026-05-21T00:26:32.519Z Checking futures-io v0.3.32
9812026-05-21T00:26:32.633Z Compiling regex v1.12.3
9822026-05-21T00:26:32.762Z Checking futures-task v0.3.32
9832026-05-21T00:26:32.779Z Checking url v2.5.7
9842026-05-21T00:26:32.900Z Checking futures-util v0.3.32
9852026-05-21T00:26:33.006Z Compiling tracing-attributes v0.1.30
9862026-05-21T00:26:33.084Z Checking tracing-core v0.1.34
9872026-05-21T00:26:33.616Z Compiling pest_generator v2.8.2
9882026-05-21T00:26:33.661Z Compiling pkg-config v0.3.32
9892026-05-21T00:26:33.874Z Compiling generic-array v0.14.7
9902026-05-21T00:26:34.001Z Checking fnv v1.0.7
9912026-05-21T00:26:34.132Z Checking http v1.4.0
9922026-05-21T00:26:34.241Z Compiling pest_derive v2.8.2
9932026-05-21T00:26:34.258Z Checking tracing v0.1.41
9942026-05-21T00:26:34.403Z Compiling vcpkg v0.2.15
9952026-05-21T00:26:34.694Z Compiling byteorder v1.5.0
9962026-05-21T00:26:34.746Z Compiling num-conv v0.2.1
9972026-05-21T00:26:34.813Z Compiling time-core v0.1.8
9982026-05-21T00:26:34.898Z Compiling regress v0.10.5
9992026-05-21T00:26:34.963Z Checking errno v0.3.14
10002026-05-21T00:26:34.980Z Compiling time-macros v0.2.27
10012026-05-21T00:26:35.082Z Checking base64 v0.22.1
10022026-05-21T00:26:35.100Z Checking ipnet v2.11.0
10032026-05-21T00:26:35.317Z Checking crypto-common v0.1.6
10042026-05-21T00:26:35.332Z Compiling scroll_derive v0.13.1
10052026-05-21T00:26:35.360Z Compiling camino v1.2.2
10062026-05-21T00:26:35.383Z Checking tokio-util v0.7.16
10072026-05-21T00:26:35.733Z Checking http-body v1.0.1
10082026-05-21T00:26:35.867Z Compiling crossbeam-utils v0.8.21
10092026-05-21T00:26:35.882Z Checking atomic-waker v1.1.2
10102026-05-21T00:26:35.963Z Checking ppv-lite86 v0.2.21
10112026-05-21T00:26:36.138Z Compiling slog v2.8.2
10122026-05-21T00:26:36.190Z Compiling paste v1.0.15
10132026-05-21T00:26:36.254Z Checking tower-service v0.3.3
10142026-05-21T00:26:36.284Z Compiling syn v1.0.109
10152026-05-21T00:26:36.343Z Checking tower-layer v0.3.3
10162026-05-21T00:26:36.360Z Checking try-lock v0.2.5
10172026-05-21T00:26:36.457Z Checking want v0.3.1
10182026-05-21T00:26:36.461Z Checking h2 v0.4.12
10192026-05-21T00:26:36.489Z Checking erased-serde v0.3.31
10202026-05-21T00:26:36.538Z Checking rustls-pki-types v1.12.0
10212026-05-21T00:26:36.582Z Checking httpdate v1.0.3
10222026-05-21T00:26:36.647Z Checking ryu v1.0.20
10232026-05-21T00:26:36.684Z Checking pin-utils v0.1.0
10242026-05-21T00:26:36.719Z Checking pretty-hex v0.4.1
10252026-05-21T00:26:36.755Z Checking ipnetwork v0.21.1
10262026-05-21T00:26:36.786Z Compiling async-trait v0.1.89
10272026-05-21T00:26:36.840Z Checking untrusted v0.9.0
10282026-05-21T00:26:36.968Z Compiling scroll v0.13.0
10292026-05-21T00:26:37.218Z Checking plain v0.2.3
10302026-05-21T00:26:37.236Z Compiling usdt-impl v0.6.0
10312026-05-21T00:26:37.322Z Checking http-body-util v0.1.3
10322026-05-21T00:26:37.349Z Compiling goblin v0.10.1
10332026-05-21T00:26:37.432Z Checking block-buffer v0.10.4
10342026-05-21T00:26:37.531Z Compiling openssl-sys v0.9.112
10352026-05-21T00:26:37.589Z Compiling slog-async v2.8.0
10362026-05-21T00:26:37.722Z Compiling strsim v0.11.1
10372026-05-21T00:26:37.989Z Checking digest v0.10.7
10382026-05-21T00:26:38.006Z Checking serde_urlencoded v0.7.1
10392026-05-21T00:26:38.024Z Checking rand_core v0.9.3
10402026-05-21T00:26:38.179Z Compiling dtrace-parser v0.3.0
10412026-05-21T00:26:38.194Z Compiling openapiv3 v2.2.0
10422026-05-21T00:26:38.211Z Compiling thread-id v5.0.0
10432026-05-21T00:26:38.294Z Checking oxnet v0.1.4
10442026-05-21T00:26:38.320Z Checking hyper v1.8.1
10452026-05-21T00:26:38.535Z Compiling typify-impl v0.4.3
10462026-05-21T00:26:38.801Z Compiling cmake v0.1.54
10472026-05-21T00:26:39.010Z Compiling dunce v1.0.5
10482026-05-21T00:26:39.111Z Compiling omicron-workspace-hack v0.1.0
10492026-05-21T00:26:39.134Z Compiling ident_case v1.0.1
10502026-05-21T00:26:39.234Z Checking hyper-util v0.1.20
10512026-05-21T00:26:39.259Z Compiling fs_extra v1.3.0
10522026-05-21T00:26:39.341Z Compiling darling_core v0.21.3
10532026-05-21T00:26:39.513Z Compiling aws-lc-sys v0.39.1
10542026-05-21T00:26:39.541Z Checking rand_chacha v0.9.0
10552026-05-21T00:26:39.727Z Compiling daft-derive v0.1.4
10562026-05-21T00:26:39.754Z Checking powerfmt v0.2.0
10572026-05-21T00:26:39.906Z Checking deranged v0.5.3
10582026-05-21T00:26:40.308Z Compiling dof v0.4.0
10592026-05-21T00:26:40.441Z Checking rand v0.9.2
10602026-05-21T00:26:40.681Z Compiling rustls v0.22.4
10612026-05-21T00:26:40.917Z Compiling unsafe-libyaml v0.2.11
10622026-05-21T00:26:41.060Z Checking cpufeatures v0.2.17
10632026-05-21T00:26:41.076Z Checking num_threads v0.1.7
10642026-05-21T00:26:41.168Z Checking sync_wrapper v1.0.2
10652026-05-21T00:26:41.188Z Checking time v0.3.47
10662026-05-21T00:26:41.379Z Compiling usdt-macro v0.6.0
10672026-05-21T00:26:41.413Z Compiling darling_macro v0.21.3
10682026-05-21T00:26:41.576Z Compiling usdt-attr-macro v0.6.0
10692026-05-21T00:26:41.909Z Compiling typify-macro v0.4.3
10702026-05-21T00:26:41.930Z Compiling serde_yaml v0.9.34+deprecated
10712026-05-21T00:26:41.955Z Compiling darling v0.21.3
10722026-05-21T00:26:42.039Z Checking encoding_rs v0.8.35
10732026-05-21T00:26:42.153Z Compiling aws-lc-rs v1.16.2
10742026-05-21T00:26:42.283Z Checking mime v0.3.17
10752026-05-21T00:26:42.416Z Checking tower v0.5.2
10762026-05-21T00:26:42.454Z Checking crossbeam-channel v0.5.15
10772026-05-21T00:26:42.835Z Checking futures-executor v0.3.32
10782026-05-21T00:26:42.852Z Compiling structmeta-derive v0.3.0
10792026-05-21T00:26:42.981Z Compiling multer v3.1.0
10802026-05-21T00:26:43.008Z Checking iri-string v0.7.8
10812026-05-21T00:26:43.025Z Checking futures v0.3.32
10822026-05-21T00:26:43.196Z Compiling async-stream-impl v0.3.6
10832026-05-21T00:26:43.261Z Checking thread_local v1.1.9
10842026-05-21T00:26:43.344Z Checking untrusted v0.7.1
10852026-05-21T00:26:43.419Z Compiling openssl v0.10.76
10862026-05-21T00:26:43.422Z Compiling typify v0.4.3
10872026-05-21T00:26:43.456Z Checking foreign-types-shared v0.1.1
10882026-05-21T00:26:43.523Z Checking hex v0.4.3
10892026-05-21T00:26:43.539Z Checking unicode-width v0.2.1
10902026-05-21T00:26:43.681Z Checking fastrand v2.3.0
10912026-05-21T00:26:43.763Z Checking foreign-types v0.3.2
10922026-05-21T00:26:43.787Z Compiling openssl-macros v0.1.1
10932026-05-21T00:26:43.819Z Compiling strum_macros v0.26.4
10942026-05-21T00:26:43.856Z Checking tempfile v3.23.0
10952026-05-21T00:26:43.882Z Compiling structmeta v0.3.0
10962026-05-21T00:26:44.002Z Checking is-terminal v0.4.16
10972026-05-21T00:26:44.020Z Checking tower-http v0.6.8
10982026-05-21T00:26:44.049Z Checking memmap2 v0.9.8
10992026-05-21T00:26:44.075Z Checking term v1.2.0
11002026-05-21T00:26:44.206Z Checking winnow v0.7.14
11012026-05-21T00:26:44.239Z Checking match_cfg v0.1.0
11022026-05-21T00:26:44.283Z Compiling native-tls v0.2.14
11032026-05-21T00:26:44.285Z Compiling rustls v0.23.32
11042026-05-21T00:26:44.314Z Checking take_mut v0.2.2
11052026-05-21T00:26:44.407Z Checking openssl-probe v0.1.6
11062026-05-21T00:26:44.502Z Checking hostname v0.3.1
11072026-05-21T00:26:44.517Z Checking slog-term v2.9.2
11082026-05-21T00:26:44.766Z Checking slog-json v2.6.1
11092026-05-21T00:26:44.870Z Compiling newtype-uuid-macros v0.1.0
11102026-05-21T00:26:44.918Z Compiling ref-cast v1.0.25
11112026-05-21T00:26:45.209Z Checking slog-bunyan v2.5.0
11122026-05-21T00:26:45.320Z Compiling ref-cast-impl v1.0.25
11132026-05-21T00:26:45.364Z Compiling dropshot v0.16.7
11142026-05-21T00:26:45.462Z Compiling derive-ex v0.1.8
11152026-05-21T00:26:45.501Z Checking webpki-roots v1.0.2
11162026-05-21T00:26:45.614Z Compiling dropshot_endpoint v0.16.7
11172026-05-21T00:26:45.617Z Compiling strum_macros v0.27.2
11182026-05-21T00:26:45.892Z Compiling progenitor-impl v0.11.1
11192026-05-21T00:26:46.015Z Checking newtype-uuid v1.3.2
11202026-05-21T00:26:46.197Z Checking winnow v1.0.3
11212026-05-21T00:26:46.477Z Compiling either v1.15.0
11222026-05-21T00:26:46.740Z Checking tokio-native-tls v0.3.1
11232026-05-21T00:26:46.867Z Checking toml_parser v1.1.2+spec-1.1.0
11242026-05-21T00:26:46.898Z Checking hyper-tls v0.6.0
11252026-05-21T00:26:46.976Z Compiling test-strategy v0.4.3
11262026-05-21T00:26:47.061Z Checking daft v0.1.4
11272026-05-21T00:26:47.190Z Compiling serde_with_macros v3.14.1
11282026-05-21T00:26:47.193Z Checking rustls-webpki v0.102.8
11292026-05-21T00:26:47.374Z Checking serde_spanned v1.0.4
11302026-05-21T00:26:47.497Z Checking debug-ignore v1.0.5
11312026-05-21T00:26:47.543Z Checking toml_writer v1.0.6+spec-1.1.0
11322026-05-21T00:26:47.570Z Checking usdt v0.6.0
11332026-05-21T00:26:47.755Z Checking spin v0.9.8
11342026-05-21T00:26:47.910Z Compiling parse-display-derive v0.10.0
11352026-05-21T00:26:47.998Z Compiling progenitor-macro v0.11.1
11362026-05-21T00:26:48.084Z Checking async-stream v0.3.6
11372026-05-21T00:26:48.213Z Checking sha1 v0.10.6
11382026-05-21T00:26:48.342Z Checking rustls-pemfile v2.2.0
11392026-05-21T00:26:48.375Z Checking waitgroup v0.1.2
11402026-05-21T00:26:48.390Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11412026-05-21T00:26:48.474Z Checking serde_path_to_error v0.1.20
11422026-05-21T00:26:48.491Z Checking hostname v0.4.2
11432026-05-21T00:26:48.745Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11442026-05-21T00:26:48.844Z Checking strum v0.26.3
11452026-05-21T00:26:48.952Z Checking rand_chacha v0.3.1
11462026-05-21T00:26:49.017Z Compiling toml_datetime v0.6.11
11472026-05-21T00:26:49.060Z Checking macaddr v1.0.1
11482026-05-21T00:26:49.094Z Checking tokio-rustls v0.25.0
11492026-05-21T00:26:49.141Z Checking toml_datetime v0.7.5+spec-1.1.0
11502026-05-21T00:26:49.235Z Checking wait-timeout v0.2.1
11512026-05-21T00:26:49.286Z Checking bit-vec v0.8.0
11522026-05-21T00:26:49.337Z Checking lazy_static v1.5.0
11532026-05-21T00:26:49.357Z Checking quick-error v1.2.3
11542026-05-21T00:26:49.416Z Checking toml v0.9.11+spec-1.1.0
11552026-05-21T00:26:49.432Z Checking rand v0.8.5
11562026-05-21T00:26:49.447Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11572026-05-21T00:26:49.461Z Checking rusty-fork v0.3.0
11582026-05-21T00:26:49.478Z Checking bit-set v0.8.0
11592026-05-21T00:26:49.620Z Checking tabwriter v1.4.1
11602026-05-21T00:26:49.635Z Checking rand_xorshift v0.4.0
11612026-05-21T00:26:49.768Z Compiling clap_derive v4.6.0
11622026-05-21T00:26:49.861Z Checking utf8parse v0.2.2
11632026-05-21T00:26:49.879Z Checking unarray v0.1.4
11642026-05-21T00:26:49.923Z Checking colored v3.0.0
11652026-05-21T00:26:49.993Z Checking proptest v1.8.0
11662026-05-21T00:26:50.011Z Checking anstyle-parse v1.0.0
11672026-05-21T00:26:50.105Z Checking strum v0.27.2
11682026-05-21T00:26:50.212Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11692026-05-21T00:26:50.258Z Checking terminal_size v0.4.3
11702026-05-21T00:26:50.665Z Checking is_terminal_polyfill v1.70.1
11712026-05-21T00:26:50.701Z Checking anstyle-query v1.1.4
11722026-05-21T00:26:50.756Z Checking anstyle v1.0.14
11732026-05-21T00:26:50.788Z Checking colorchoice v1.0.4
11742026-05-21T00:26:50.930Z Checking anstream v1.0.0
11752026-05-21T00:26:51.092Z Checking itertools v0.14.0
11762026-05-21T00:26:51.121Z Checking clap_lex v1.1.0
11772026-05-21T00:26:51.585Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11782026-05-21T00:26:51.780Z Checking clap_builder v4.6.0
11792026-05-21T00:26:52.153Z Checking serde_with v3.14.1
11802026-05-21T00:26:52.885Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11812026-05-21T00:26:53.009Z Checking instant v0.1.13
11822026-05-21T00:26:53.037Z Checking clap v4.6.0
11832026-05-21T00:26:53.117Z Checking rustc-hash v2.1.1
11842026-05-21T00:26:53.248Z Checking iddqd v0.3.17
11852026-05-21T00:26:53.266Z Checking backoff v0.4.0
11862026-05-21T00:26:53.437Z Checking parse-display v0.10.0
11872026-05-21T00:26:53.486Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11882026-05-21T00:26:53.553Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11892026-05-21T00:26:55.455Z Compiling rustls-webpki v0.103.6
11902026-05-21T00:26:55.947Z Compiling prettyplease v0.2.37
11912026-05-21T00:26:57.809Z Checking serde_spanned v0.6.9
11922026-05-21T00:26:57.940Z Compiling memoffset v0.9.1
11932026-05-21T00:26:58.017Z Compiling cfg_aliases v0.2.1
11942026-05-21T00:26:58.597Z Compiling nix v0.30.1
11952026-05-21T00:26:58.851Z Compiling tokio-rustls v0.26.3
11962026-05-21T00:26:59.347Z Compiling hyper-rustls v0.27.7
11972026-05-21T00:26:59.535Z Compiling reqwest v0.12.23
11982026-05-21T00:27:00.433Z Checking crossbeam-epoch v0.9.18
11992026-05-21T00:27:00.642Z Compiling progenitor-client v0.11.1
12002026-05-21T00:27:01.110Z Compiling winnow v0.5.40
12012026-05-21T00:27:02.280Z Compiling progenitor v0.11.1
12022026-05-21T00:27:02.386Z Compiling toml_edit v0.19.15
12032026-05-21T00:27:03.134Z Compiling num-integer v0.1.46
12042026-05-21T00:27:03.665Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12052026-05-21T00:27:03.681Z Compiling proc-macro-crate v1.3.1
12062026-05-21T00:27:04.008Z Compiling progenitor-client v0.10.0
12072026-05-21T00:27:04.535Z Compiling hubpack_derive v0.1.1
12082026-05-21T00:27:05.031Z Checking toml_write v0.1.2
12092026-05-21T00:27:05.047Z Compiling rayon-core v1.13.0
12102026-05-21T00:27:05.050Z Checking hubpack v0.1.2
12112026-05-21T00:27:05.194Z Checking toml_edit v0.22.27
12122026-05-21T00:27:05.223Z Checking num-rational v0.4.2
12132026-05-21T00:27:05.280Z Checking num-iter v0.1.45
12142026-05-21T00:27:05.541Z Compiling zerocopy-derive v0.7.35
12152026-05-21T00:27:05.615Z Compiling num-complex v0.4.6
12162026-05-21T00:27:05.981Z Checking static_assertions v1.1.0
12172026-05-21T00:27:06.067Z Checking num v0.4.3
12182026-05-21T00:27:06.245Z Checking toml v0.8.23
12192026-05-21T00:27:06.280Z Checking crossbeam-deque v0.8.6
12202026-05-21T00:27:06.372Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12212026-05-21T00:27:06.435Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12222026-05-21T00:27:06.555Z Compiling float-ord v0.3.2
12232026-05-21T00:27:06.712Z Compiling proc-macro-error-attr v1.0.4
12242026-05-21T00:27:06.763Z Checking bytecount v0.6.9
12252026-05-21T00:27:06.869Z Compiling heapless v0.8.0
12262026-05-21T00:27:07.008Z Compiling ingot-macros v0.1.1
12272026-05-21T00:27:07.112Z Compiling num-derive v0.3.3
12282026-05-21T00:27:07.331Z Checking hash32 v0.3.1
12292026-05-21T00:27:07.460Z Compiling proc-macro-error v1.0.4
12302026-05-21T00:27:07.476Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12312026-05-21T00:27:07.813Z Compiling smoltcp v0.11.0
12322026-05-21T00:27:08.016Z Checking libscf-sys v1.1.0
12332026-05-21T00:27:08.291Z Compiling zerocopy v0.7.35
12342026-05-21T00:27:08.429Z Compiling num_enum_derive v0.7.5
12352026-05-21T00:27:08.587Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12362026-05-21T00:27:08.612Z Checking cobs v0.3.0
12372026-05-21T00:27:08.669Z Compiling scroll_derive v0.12.1
12382026-05-21T00:27:08.756Z Compiling foreign-types-macros v0.2.3
12392026-05-21T00:27:08.840Z Compiling usdt-impl v0.5.0
12402026-05-21T00:27:09.091Z Checking foreign-types-shared v0.3.1
12412026-05-21T00:27:09.138Z Checking bitflags v1.3.2
12422026-05-21T00:27:09.183Z Checking managed v0.8.0
12432026-05-21T00:27:09.214Z Compiling crucible-workspace-hack v0.1.0
12442026-05-21T00:27:09.353Z Checking scroll v0.12.0
12452026-05-21T00:27:09.385Z Checking foreign-types v0.5.0
12462026-05-21T00:27:09.465Z Checking num_enum v0.7.5
12472026-05-21T00:27:09.468Z Compiling dof v0.3.0
12482026-05-21T00:27:09.556Z Checking postcard v1.1.3
12492026-05-21T00:27:09.656Z Checking ingot-types v0.1.2
12502026-05-21T00:27:09.694Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12512026-05-21T00:27:09.831Z Compiling dtrace-parser v0.2.0
12522026-05-21T00:27:09.836Z Checking camino-tempfile v1.4.1
12532026-05-21T00:27:09.892Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12542026-05-21T00:27:09.920Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12552026-05-21T00:27:09.993Z Checking ingot v0.1.1
12562026-05-21T00:27:10.010Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12572026-05-21T00:27:10.128Z Checking cstr-argument v0.1.2
12582026-05-21T00:27:10.235Z Compiling thread-id v4.2.2
12592026-05-21T00:27:10.253Z Compiling minimal-lexical v0.2.1
12602026-05-21T00:27:10.323Z Compiling heck v0.4.1
12612026-05-21T00:27:10.369Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12622026-05-21T00:27:10.443Z Compiling nom v7.1.3
12632026-05-21T00:27:10.494Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12642026-05-21T00:27:10.539Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12652026-05-21T00:27:10.573Z Checking goblin v0.8.2
12662026-05-21T00:27:10.681Z Checking rayon v1.11.0
12672026-05-21T00:27:10.992Z Compiling num_enum_derive v0.5.11
12682026-05-21T00:27:11.206Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12692026-05-21T00:27:11.255Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12702026-05-21T00:27:11.699Z Compiling rustc_version v0.4.1
12712026-05-21T00:27:11.715Z Compiling proc-macro-error-attr2 v2.0.0
12722026-05-21T00:27:11.962Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12732026-05-21T00:27:11.996Z Checking tinyvec_macros v0.1.1
12742026-05-21T00:27:12.067Z Compiling convert_case v0.4.0
12752026-05-21T00:27:12.084Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12762026-05-21T00:27:12.113Z Compiling rustix v0.38.44
12772026-05-21T00:27:12.323Z Compiling proc-macro-error2 v2.0.1
12782026-05-21T00:27:12.338Z Checking tinyvec v1.10.0
12792026-05-21T00:27:12.374Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12802026-05-21T00:27:12.492Z Compiling derive_more v0.99.20
12812026-05-21T00:27:12.587Z Checking num_enum v0.5.11
12822026-05-21T00:27:12.747Z Compiling libz-sys v1.1.22
12832026-05-21T00:27:12.825Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12842026-05-21T00:27:12.933Z Compiling crc32fast v1.5.0
12852026-05-21T00:27:13.183Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12862026-05-21T00:27:13.218Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12872026-05-21T00:27:13.270Z Compiling tabled_derive v0.11.0
12882026-05-21T00:27:13.639Z Compiling usdt-macro v0.5.0
12892026-05-21T00:27:13.890Z Compiling usdt-attr-macro v0.5.0
12902026-05-21T00:27:14.076Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12912026-05-21T00:27:14.099Z Compiling zone_cfg_derive v0.3.1
12922026-05-21T00:27:14.319Z Checking papergrid v0.17.0
12932026-05-21T00:27:14.364Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12942026-05-21T00:27:14.608Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12952026-05-21T00:27:14.710Z Checking itertools v0.12.1
12962026-05-21T00:27:14.745Z Checking testing_table v0.3.0
12972026-05-21T00:27:14.761Z Compiling num-derive v0.4.2
12982026-05-21T00:27:14.778Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12992026-05-21T00:27:14.836Z Checking sigpipe v0.1.3
13002026-05-21T00:27:14.919Z Checking memmap v0.7.0
13012026-05-21T00:27:15.004Z Checking adler2 v2.0.1
13022026-05-21T00:27:15.053Z Checking jiff v0.2.15
13032026-05-21T00:27:15.075Z Checking glob v0.3.3
13042026-05-21T00:27:15.112Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13052026-05-21T00:27:15.128Z Checking miniz_oxide v0.8.9
13062026-05-21T00:27:15.232Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13072026-05-21T00:27:15.251Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13082026-05-21T00:27:15.351Z Checking tabled v0.20.0
13092026-05-21T00:27:15.475Z Checking usdt v0.5.0
13102026-05-21T00:27:15.671Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13112026-05-21T00:27:15.687Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13122026-05-21T00:27:15.710Z Checking zone v0.3.1
13132026-05-21T00:27:15.833Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13142026-05-21T00:27:16.032Z Checking smf v0.2.3
13152026-05-21T00:27:16.063Z Checking secrecy v0.10.3
13162026-05-21T00:27:16.129Z Checking bstr v1.12.0
13172026-05-21T00:27:16.191Z Checking whoami v1.6.1
13182026-05-21T00:27:16.265Z Checking flate2 v1.1.2
13192026-05-21T00:27:16.356Z Compiling curve25519-dalek v4.1.3
13202026-05-21T00:27:16.465Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13212026-05-21T00:27:16.501Z Compiling clang-sys v1.8.1
13222026-05-21T00:27:16.545Z Checking hmac v0.12.1
13232026-05-21T00:27:16.627Z Checking inout v0.1.4
13242026-05-21T00:27:16.680Z Checking ff v0.13.1
13252026-05-21T00:27:16.760Z Compiling enum-as-inner v0.6.1
13262026-05-21T00:27:16.804Z Checking data-encoding v2.9.0
13272026-05-21T00:27:16.870Z Compiling semver v0.1.20
13282026-05-21T00:27:17.073Z Compiling rustc_version v0.1.7
13292026-05-21T00:27:17.145Z Checking group v0.13.0
13302026-05-21T00:27:17.256Z Checking cipher v0.4.4
13312026-05-21T00:27:17.273Z Checking hkdf v0.12.4
13322026-05-21T00:27:17.308Z Checking atomicwrites v0.4.4
13332026-05-21T00:27:17.371Z Compiling thiserror-impl-no-std v2.0.2
13342026-05-21T00:27:17.401Z Checking universal-hash v0.5.1
13352026-05-21T00:27:17.434Z Checking crypto-bigint v0.5.5
13362026-05-21T00:27:17.451Z Checking half v2.7.1
13372026-05-21T00:27:17.472Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13382026-05-21T00:27:17.522Z Compiling curve25519-dalek-derive v0.1.1
13392026-05-21T00:27:17.627Z Checking base16ct v0.2.0
13402026-05-21T00:27:17.710Z Checking base64ct v1.8.0
13412026-05-21T00:27:17.797Z Checking indent_write v2.2.0
13422026-05-21T00:27:17.842Z Checking opaque-debug v0.3.1
13432026-05-21T00:27:17.916Z Checking ciborium-io v0.2.2
13442026-05-21T00:27:17.932Z Checking poly1305 v0.8.0
13452026-05-21T00:27:17.950Z Checking password-hash v0.5.0
13462026-05-21T00:27:18.009Z Checking ciborium-ll v0.2.2
13472026-05-21T00:27:18.164Z Checking chacha20 v0.9.1
13482026-05-21T00:27:18.180Z Compiling newtype_derive v0.1.6
13492026-05-21T00:27:18.183Z Checking similar v2.7.0
13502026-05-21T00:27:18.348Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13512026-05-21T00:27:18.403Z Checking blake2 v0.10.6
13522026-05-21T00:27:18.482Z Checking thiserror-no-std v2.0.2
13532026-05-21T00:27:18.499Z Checking elliptic-curve v0.13.8
13542026-05-21T00:27:18.530Z Compiling typify-impl v0.6.1
13552026-05-21T00:27:18.578Z Checking aead v0.5.2
13562026-05-21T00:27:18.596Z Compiling libloading v0.8.9
13572026-05-21T00:27:18.616Z Checking linked-hash-map v0.5.6
13582026-05-21T00:27:18.710Z Compiling owo-colors v4.3.0
13592026-05-21T00:27:18.745Z Checking compression-core v0.4.32
13602026-05-21T00:27:18.780Z Checking keccak v0.1.6
13612026-05-21T00:27:18.794Z Checking resolv-conf v0.7.5
13622026-05-21T00:27:18.870Z Compiling bindgen v0.72.1
13632026-05-21T00:27:18.894Z Checking compression-codecs v0.4.32
13642026-05-21T00:27:18.909Z Checking vsss-rs v3.3.4
13652026-05-21T00:27:18.932Z Checking sha3 v0.10.8
13662026-05-21T00:27:18.967Z Checking lru-cache v0.1.2
13672026-05-21T00:27:19.077Z Checking chacha20poly1305 v0.10.1
13682026-05-21T00:27:19.093Z Checking argon2 v0.5.3
13692026-05-21T00:27:19.165Z Checking ciborium v0.2.2
13702026-05-21T00:27:19.168Z Checking hickory-proto v0.24.4
13712026-05-21T00:27:19.196Z Checking tokio-dtrace v0.1.1
13722026-05-21T00:27:19.366Z Compiling cexpr v0.6.0
13732026-05-21T00:27:19.369Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13742026-05-21T00:27:19.644Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13752026-05-21T00:27:19.874Z Checking serde-big-array v0.5.1
13762026-05-21T00:27:19.942Z Compiling serde_repr v0.1.20
13772026-05-21T00:27:19.957Z Compiling derive-where v1.6.0
13782026-05-21T00:27:20.010Z Checking toml_datetime v1.1.1+spec-1.1.0
13792026-05-21T00:27:20.203Z Compiling dropshot v0.17.0
13802026-05-21T00:27:20.432Z Checking siphasher v1.0.1
13812026-05-21T00:27:20.449Z Checking same-file v1.0.6
13822026-05-21T00:27:20.500Z Checking unicode-segmentation v1.12.0
13832026-05-21T00:27:20.564Z Checking walkdir v2.5.0
13842026-05-21T00:27:20.591Z Checking phf_shared v0.12.1
13852026-05-21T00:27:20.656Z Checking hickory-resolver v0.24.4
13862026-05-21T00:27:20.727Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13872026-05-21T00:27:20.812Z Checking newline-converter v0.3.0
13882026-05-21T00:27:20.977Z Checking toml v1.0.6+spec-1.1.0
13892026-05-21T00:27:21.161Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13902026-05-21T00:27:21.309Z Checking oxide-tokio-rt v0.1.2
13912026-05-21T00:27:21.494Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13922026-05-21T00:27:21.695Z Checking async-compression v0.4.33
13932026-05-21T00:27:21.879Z Compiling typify-macro v0.6.1
13942026-05-21T00:27:21.940Z Checking console v0.15.11
13952026-05-21T00:27:21.943Z Compiling progenitor-impl v0.10.0
13962026-05-21T00:27:22.213Z Checking tokio-stream v0.1.17
13972026-05-21T00:27:22.229Z Compiling dropshot_endpoint v0.17.0
13982026-05-21T00:27:22.397Z Compiling pin-project-internal v1.1.10
13992026-05-21T00:27:22.580Z Compiling slog-dtrace v0.3.0
14002026-05-21T00:27:22.890Z Checking csv-core v0.1.12
14012026-05-21T00:27:22.974Z Checking foldhash v0.1.5
14022026-05-21T00:27:23.077Z Checking smawk v0.3.2
14032026-05-21T00:27:23.118Z Checking unicode-linebreak v0.1.5
14042026-05-21T00:27:23.214Z Compiling cancel-safe-futures v0.1.5
14052026-05-21T00:27:23.337Z Checking swrite v0.1.0
14062026-05-21T00:27:23.406Z Checking unicode-width v0.1.14
14072026-05-21T00:27:23.429Z Compiling chrono-tz v0.10.4
14082026-05-21T00:27:23.458Z Compiling unicode-xid v0.2.6
14092026-05-21T00:27:23.537Z Checking pin-project v1.1.10
14102026-05-21T00:27:23.584Z Compiling const_format_proc_macros v0.2.34
14112026-05-21T00:27:23.667Z Checking textwrap v0.16.2
14122026-05-21T00:27:23.683Z Checking hashbrown v0.15.5
14132026-05-21T00:27:23.698Z Checking csv v1.3.1
14142026-05-21T00:27:23.889Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14152026-05-21T00:27:24.066Z Compiling progenitor-macro v0.10.0
14162026-05-21T00:27:24.121Z Checking qorb v0.4.1
14172026-05-21T00:27:24.161Z Checking expectorate v1.2.0
14182026-05-21T00:27:24.295Z Checking phf v0.12.1
14192026-05-21T00:27:24.373Z Checking unicode-normalization v0.1.24
14202026-05-21T00:27:24.439Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14212026-05-21T00:27:24.931Z Checking libsw-core v0.3.2
14222026-05-21T00:27:25.079Z Compiling libgit2-sys v0.17.0+1.8.1
14232026-05-21T00:27:25.095Z Compiling async-recursion v1.1.1
14242026-05-21T00:27:25.338Z Compiling snafu-derive v0.8.9
14252026-05-21T00:27:25.382Z Compiling cookie v0.18.1
14262026-05-21T00:27:25.506Z Checking highway v1.3.0
14272026-05-21T00:27:25.613Z Checking fixedbitset v0.5.7
14282026-05-21T00:27:25.654Z Compiling moka v0.12.11
14292026-05-21T00:27:25.753Z Checking fixedbitset v0.4.2
14302026-05-21T00:27:25.809Z Checking petgraph v0.8.2
14312026-05-21T00:27:25.890Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14322026-05-21T00:27:25.905Z Checking petgraph v0.6.5
14332026-05-21T00:27:26.046Z Checking libsw v3.5.0
14342026-05-21T00:27:26.216Z Checking olpc-cjson v0.1.4
14352026-05-21T00:27:27.033Z Checking snafu v0.8.9
14362026-05-21T00:27:27.116Z Checking const_format v0.2.34
14372026-05-21T00:27:27.191Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14382026-05-21T00:27:27.338Z Checking papergrid v0.11.0
14392026-05-21T00:27:27.338Z Compiling typify v0.6.1
14402026-05-21T00:27:27.435Z Checking globset v0.4.16
14412026-05-21T00:27:27.492Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14422026-05-21T00:27:27.557Z Checking gethostname v0.5.0
14432026-05-21T00:27:27.733Z Compiling tabled_derive v0.7.0
14442026-05-21T00:27:27.765Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14452026-05-21T00:27:28.013Z Checking reqwest v0.13.2
14462026-05-21T00:27:28.088Z Checking bcs v0.1.6
14472026-05-21T00:27:28.222Z Checking progenitor v0.10.0
14482026-05-21T00:27:28.318Z Checking pem v3.0.5
14492026-05-21T00:27:28.357Z Checking serde_plain v1.0.2
14502026-05-21T00:27:28.479Z Checking linear-map v1.2.0
14512026-05-21T00:27:28.506Z Checking typed-path v0.9.3
14522026-05-21T00:27:28.549Z Checking humantime v2.3.0
14532026-05-21T00:27:28.651Z Checking termtree v0.5.1
14542026-05-21T00:27:28.667Z Compiling signal-hook v0.3.18
14552026-05-21T00:27:28.730Z Checking crc8 v0.1.1
14562026-05-21T00:27:28.788Z Checking tagptr v0.2.0
14572026-05-21T00:27:28.827Z Checking tabled v0.15.0
14582026-05-21T00:27:28.902Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14592026-05-21T00:27:29.231Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14602026-05-21T00:27:29.262Z Checking tough v0.20.0
14612026-05-21T00:27:29.538Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14622026-05-21T00:27:29.699Z Compiling progenitor-impl v0.13.0
14632026-05-21T00:27:29.919Z Checking steno v0.4.1
14642026-05-21T00:27:30.346Z Checking hickory-proto v0.25.2
14652026-05-21T00:27:30.699Z Compiling curl-sys v0.4.83+curl-8.15.0
14662026-05-21T00:27:30.894Z Compiling cargo-platform v0.1.9
14672026-05-21T00:27:31.091Z Compiling vergen v8.3.2
14682026-05-21T00:27:31.133Z Compiling fs-err v3.1.2
14692026-05-21T00:27:31.209Z Compiling cargo_metadata v0.18.1
14702026-05-21T00:27:31.469Z Checking progenitor-client v0.13.0
14712026-05-21T00:27:31.543Z Checking dropshot-api-manager-types v0.7.2
14722026-05-21T00:27:31.688Z Checking sha2 v0.10.9
14732026-05-21T00:27:31.712Z Compiling blake3 v1.8.2
14742026-05-21T00:27:31.774Z Compiling progenitor-macro v0.13.0
14752026-05-21T00:27:31.928Z Checking hickory-resolver v0.25.2
14762026-05-21T00:27:32.459Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14772026-05-21T00:27:32.513Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14782026-05-21T00:27:32.649Z Checking git-stub v1.0.0
14792026-05-21T00:27:32.666Z Checking filetime v0.2.26
14802026-05-21T00:27:32.810Z Checking arrayvec v0.7.6
14812026-05-21T00:27:32.826Z Checking constant_time_eq v0.3.1
14822026-05-21T00:27:32.922Z Compiling curl v0.4.49
14832026-05-21T00:27:33.002Z Checking is_ci v1.2.0
14842026-05-21T00:27:33.106Z Checking arrayref v0.3.9
14852026-05-21T00:27:33.166Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14862026-05-21T00:27:33.183Z Checking xattr v1.6.1
14872026-05-21T00:27:33.315Z Checking tar v0.4.45
14882026-05-21T00:27:33.697Z Checking supports-color v3.0.2
14892026-05-21T00:27:33.744Z Checking git-stub-vcs v0.1.0
14902026-05-21T00:27:33.927Z Checking drift v0.2.0
14912026-05-21T00:27:33.943Z Checking kstat-rs v0.2.4
14922026-05-21T00:27:34.009Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14932026-05-21T00:27:34.106Z Checking toml v0.7.8
14942026-05-21T00:27:34.126Z Checking topological-sort v0.2.2
14952026-05-21T00:27:34.229Z Checking dropshot-api-manager v0.7.2
14962026-05-21T00:27:34.418Z Checking omicron-zone-package v0.12.2
14972026-05-21T00:27:35.116Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-05-21T00:27:35.224Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-05-21T00:27:35.264Z Checking signal-hook-tokio v0.3.1
15002026-05-21T00:27:35.391Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15012026-05-21T00:27:35.657Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-05-21T00:27:35.914Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15032026-05-21T00:27:35.963Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15042026-05-21T00:27:35.980Z Checking progenitor v0.13.0
15052026-05-21T00:27:36.063Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15062026-05-21T00:27:36.104Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15072026-05-21T00:27:36.156Z Checking search_path v0.1.4
15082026-05-21T00:27:36.293Z Checking display-error-chain v0.2.2
15092026-05-21T00:27:36.310Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15102026-05-21T00:27:36.415Z Checking internet-checksum v0.2.1
15112026-05-21T00:27:36.437Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15122026-05-21T00:27:36.479Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15132026-05-21T00:27:36.522Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15142026-05-21T00:27:36.683Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15152026-05-21T00:27:36.886Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15162026-05-21T00:27:36.959Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15172026-05-21T00:27:37.021Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-05-21T00:27:37.192Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15192026-05-21T00:27:37.528Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15202026-05-21T00:27:37.597Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15212026-05-21T00:27:37.630Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15222026-05-21T00:27:37.833Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15232026-05-21T00:27:38.209Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15242026-05-21T00:27:38.420Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15252026-05-21T00:27:41.224Z Compiling git2 v0.19.0
15262026-05-21T00:27:41.273Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15272026-05-21T00:27:41.641Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15282026-05-21T00:27:42.320Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15292026-05-21T00:27:42.532Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15302026-05-21T00:27:43.158Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15312026-05-21T00:27:43.596Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15322026-05-21T00:27:43.750Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15332026-05-21T00:27:43.882Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15342026-05-21T00:27:43.981Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15352026-05-21T00:27:44.044Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15362026-05-21T00:27:54.744Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15372026-05-21T00:27:56.004Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15382026-05-21T00:28:00.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
15392026-05-21T00:28:01.056Z+ for feat in tofino_stub tofino_asic softnpu chaos
15402026-05-21T00:28:01.056Z+ cargo clippy --features tofino_asic -- --deny warnings
15412026-05-21T00:28:01.535Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15422026-05-21T00:28:01.538Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15432026-05-21T00:28:01.610Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15442026-05-21T00:28:01.613Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15452026-05-21T00:28:08.638Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15462026-05-21T00:28:08.638Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15472026-05-21T00:28:11.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.04s
15482026-05-21T00:28:11.289Z+ for feat in tofino_stub tofino_asic softnpu chaos
15492026-05-21T00:28:11.289Z+ cargo clippy --features softnpu -- --deny warnings
15502026-05-21T00:28:11.585Z Downloading crates ...
15512026-05-21T00:28:11.711Z Downloaded serde_arrays v0.1.0
15522026-05-21T00:28:11.714Z Downloaded libloading v0.7.4
15532026-05-21T00:28:11.717Z Downloaded wyz v0.5.1
15542026-05-21T00:28:11.720Z Downloaded funty v2.0.0
15552026-05-21T00:28:11.720Z Downloaded tap v1.0.1
15562026-05-21T00:28:11.725Z Downloaded typeid v1.0.3
15572026-05-21T00:28:11.727Z Downloaded radium v0.7.0
15582026-05-21T00:28:11.727Z Downloaded ascii v1.1.0
15592026-05-21T00:28:11.727Z Downloaded bitstruct_derive v0.1.0
15602026-05-21T00:28:11.727Z Downloaded bitstruct v0.1.1
15612026-05-21T00:28:11.730Z Downloaded erased-serde v0.4.8
15622026-05-21T00:28:11.737Z Downloaded num-bigint v0.4.6
15632026-05-21T00:28:11.744Z Downloaded bitvec v1.0.1
15642026-05-21T00:28:11.870Z Checking num-integer v0.1.46
15652026-05-21T00:28:11.946Z Checking num-complex v0.4.6
15662026-05-21T00:28:11.955Z Compiling radium v0.7.0
15672026-05-21T00:28:11.962Z Checking tap v1.0.1
15682026-05-21T00:28:11.968Z Checking funty v2.0.0
15692026-05-21T00:28:11.974Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15702026-05-21T00:28:11.977Z Compiling typeid v1.0.3
15712026-05-21T00:28:11.988Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-05-21T00:28:12.044Z Checking wyz v0.5.1
15732026-05-21T00:28:12.140Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-05-21T00:28:12.149Z Checking num-bigint v0.4.6
15752026-05-21T00:28:12.169Z Checking num-iter v0.1.45
15762026-05-21T00:28:12.222Z Compiling erased-serde v0.4.8
15772026-05-21T00:28:12.242Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-05-21T00:28:12.268Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15792026-05-21T00:28:12.276Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15802026-05-21T00:28:12.342Z Compiling bitstruct_derive v0.1.0
15812026-05-21T00:28:12.351Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-05-21T00:28:12.375Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15832026-05-21T00:28:12.384Z Checking bitvec v1.0.1
15842026-05-21T00:28:12.391Z Checking ascii v1.1.0
15852026-05-21T00:28:12.402Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15862026-05-21T00:28:12.457Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15872026-05-21T00:28:12.556Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15882026-05-21T00:28:12.559Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15892026-05-21T00:28:12.573Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15902026-05-21T00:28:12.580Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15912026-05-21T00:28:12.900Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15922026-05-21T00:28:12.910Z Checking serde_arrays v0.1.0
15932026-05-21T00:28:12.969Z Checking num-rational v0.4.2
15942026-05-21T00:28:12.977Z Checking bitstruct v0.1.1
15952026-05-21T00:28:13.004Z Checking libloading v0.7.4
15962026-05-21T00:28:13.021Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15972026-05-21T00:28:13.236Z Checking num v0.4.3
15982026-05-21T00:28:13.302Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-05-21T00:28:13.823Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
16002026-05-21T00:28:14.118Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
16012026-05-21T00:28:14.118Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
16022026-05-21T00:28:14.304Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
16032026-05-21T00:28:14.515Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16042026-05-21T00:28:14.515Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16052026-05-21T00:28:14.968Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16062026-05-21T00:28:15.179Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16072026-05-21T00:28:15.182Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-05-21T00:28:15.182Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16092026-05-21T00:28:15.182Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16102026-05-21T00:28:15.556Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16112026-05-21T00:28:15.968Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16122026-05-21T00:28:16.791Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16132026-05-21T00:28:19.068Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16142026-05-21T00:28:19.412Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16152026-05-21T00:28:20.275Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16162026-05-21T00:28:21.010Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16172026-05-21T00:28:21.125Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16182026-05-21T00:28:27.462Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16192026-05-21T00:28:28.721Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16202026-05-21T00:28:29.246Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16212026-05-21T00:28:33.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.11s
16222026-05-21T00:28:33.588Z+ for feat in tofino_stub tofino_asic softnpu chaos
16232026-05-21T00:28:33.588Z+ cargo clippy --features chaos -- --deny warnings
16242026-05-21T00:28:34.073Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16252026-05-21T00:28:34.076Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16262026-05-21T00:28:34.076Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16272026-05-21T00:28:41.235Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16282026-05-21T00:28:41.235Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16292026-05-21T00:28:43.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.06s
16302026-05-21T00:28:43.838Z+ banner fmt
16312026-05-21T00:28:43.840Z
16322026-05-21T00:28:43.841Z ###### # # #####
16332026-05-21T00:28:43.841Z # ## ## #
16342026-05-21T00:28:43.841Z ##### # ## # #
16352026-05-21T00:28:43.841Z # # # #
16362026-05-21T00:28:43.841Z # # # #
16372026-05-21T00:28:43.841Z # # # #
16382026-05-21T00:28:43.841Z
16392026-05-21T00:28:43.841Z+ cargo fmt -- --check
16402026-05-21T00:28:44.280Z+ banner test
16412026-05-21T00:28:44.283Z
16422026-05-21T00:28:44.283Z ##### ###### #### #####
16432026-05-21T00:28:44.283Z # # # #
16442026-05-21T00:28:44.283Z # ##### #### #
16452026-05-21T00:28:44.283Z # # # #
16462026-05-21T00:28:44.283Z # # # # #
16472026-05-21T00:28:44.283Z # ###### #### #
16482026-05-21T00:28:44.283Z
16492026-05-21T00:28:44.283Z+ for feat in tofino_stub tofino_asic softnpu chaos
16502026-05-21T00:28:44.283Z+ RUST_BACKTRACE=full
16512026-05-21T00:28:44.283Z+ cargo test --features tofino_stub --no-fail-fast
16522026-05-21T00:28:45.117Z Compiling unicode-ident v1.0.24
16532026-05-21T00:28:45.117Z Compiling cfg-if v1.0.3
16542026-05-21T00:28:45.120Z Compiling memchr v2.7.5
16552026-05-21T00:28:45.218Z Compiling serde_core v1.0.228
16562026-05-21T00:28:45.236Z Compiling itoa v1.0.15
16572026-05-21T00:28:45.236Z Compiling libc v0.2.183
16582026-05-21T00:28:45.252Z Compiling zmij v1.0.17
16592026-05-21T00:28:45.276Z Compiling libm v0.2.15
16602026-05-21T00:28:45.325Z Compiling proc-macro2 v1.0.106
16612026-05-21T00:28:45.356Z Compiling heck v0.5.0
16622026-05-21T00:28:45.515Z Compiling log v0.4.29
16632026-05-21T00:28:45.696Z Compiling quote v1.0.45
16642026-05-21T00:28:45.724Z Compiling smallvec v1.15.1
16652026-05-21T00:28:45.742Z Compiling equivalent v1.0.2
16662026-05-21T00:28:45.830Z Compiling allocator-api2 v0.2.21
16672026-05-21T00:28:45.892Z Compiling syn v2.0.117
16682026-05-21T00:28:45.934Z Compiling iana-time-zone v0.1.64
16692026-05-21T00:28:45.983Z Compiling foldhash v0.2.0
16702026-05-21T00:28:46.093Z Compiling dyn-clone v1.0.20
16712026-05-21T00:28:46.149Z Compiling hashbrown v0.16.1
16722026-05-21T00:28:46.161Z Compiling stable_deref_trait v1.2.0
16732026-05-21T00:28:46.205Z Compiling pin-project-lite v0.2.16
16742026-05-21T00:28:46.234Z Compiling percent-encoding v2.3.2
16752026-05-21T00:28:46.246Z Compiling fnv v1.0.7
16762026-05-21T00:28:46.300Z Compiling litemap v0.8.0
16772026-05-21T00:28:46.342Z Compiling writeable v0.6.1
16782026-05-21T00:28:46.380Z Compiling icu_properties_data v2.0.1
16792026-05-21T00:28:46.432Z Compiling icu_normalizer_data v2.0.0
16802026-05-21T00:28:46.509Z Compiling regex-syntax v0.8.6
16812026-05-21T00:28:46.512Z Compiling form_urlencoded v1.2.2
16822026-05-21T00:28:46.533Z Compiling utf8_iter v1.0.4
16832026-05-21T00:28:46.638Z Compiling scopeguard v1.2.0
16842026-05-21T00:28:46.676Z Compiling num-traits v0.2.19
16852026-05-21T00:28:46.690Z Compiling aho-corasick v1.1.3
16862026-05-21T00:28:46.731Z Compiling lock_api v0.4.14
16872026-05-21T00:28:46.745Z Compiling ucd-trie v0.1.7
16882026-05-21T00:28:46.956Z Compiling semver v1.0.27
16892026-05-21T00:28:47.027Z Compiling serde_json v1.0.149
16902026-05-21T00:28:47.042Z Compiling indexmap v2.13.0
16912026-05-21T00:28:47.270Z Compiling byteorder v1.5.0
16922026-05-21T00:28:47.392Z Compiling getrandom v0.4.2
16932026-05-21T00:28:47.489Z Compiling futures-core v0.3.32
16942026-05-21T00:28:47.541Z Compiling uuid v1.23.1
16952026-05-21T00:28:47.662Z Compiling num-conv v0.2.1
16962026-05-21T00:28:47.819Z Compiling time-core v0.1.8
16972026-05-21T00:28:47.963Z Compiling regex-automata v0.4.13
16982026-05-21T00:28:47.976Z Compiling time-macros v0.2.27
16992026-05-21T00:28:47.979Z Compiling ryu v1.0.20
17002026-05-21T00:28:47.979Z Compiling futures-sink v0.3.32
17012026-05-21T00:28:48.094Z Compiling pretty-hex v0.4.1
17022026-05-21T00:28:48.137Z Compiling regress v0.10.5
17032026-05-21T00:28:48.237Z Compiling slab v0.4.11
17042026-05-21T00:28:48.424Z Compiling plain v0.2.3
17052026-05-21T00:28:48.545Z Compiling strsim v0.11.1
17062026-05-21T00:28:48.817Z Compiling synstructure v0.13.2
17072026-05-21T00:28:48.829Z Compiling serde_derive_internals v0.29.1
17082026-05-21T00:28:48.939Z Compiling futures-channel v0.3.32
17092026-05-21T00:28:49.163Z Compiling syn v1.0.109
17102026-05-21T00:28:49.202Z Compiling futures-task v0.3.32
17112026-05-21T00:28:49.319Z Compiling futures-io v0.3.32
17122026-05-21T00:28:49.331Z Compiling socket2 v0.6.0
17132026-05-21T00:28:49.517Z Compiling parking_lot_core v0.9.12
17142026-05-21T00:28:49.560Z Compiling signal-hook-registry v1.4.6
17152026-05-21T00:28:49.775Z Compiling regex v1.12.3
17162026-05-21T00:28:49.813Z Compiling parking_lot v0.12.5
17172026-05-21T00:28:49.897Z Compiling thread-id v5.0.0
17182026-05-21T00:28:49.951Z Compiling mio v1.0.4
17192026-05-21T00:28:49.964Z Compiling serde_derive v1.0.228
17202026-05-21T00:28:49.979Z Compiling zerofrom-derive v0.1.6
17212026-05-21T00:28:50.214Z Compiling yoke-derive v0.8.0
17222026-05-21T00:28:50.237Z Compiling zerovec-derive v0.11.1
17232026-05-21T00:28:50.451Z Compiling displaydoc v0.2.5
17242026-05-21T00:28:50.540Z Compiling thiserror-impl v2.0.18
17252026-05-21T00:28:51.196Z Compiling schemars_derive v0.8.22
17262026-05-21T00:28:51.216Z Compiling tokio-macros v2.6.0
17272026-05-21T00:28:51.265Z Compiling zerocopy-derive v0.8.27
17282026-05-21T00:28:51.341Z Compiling zeroize_derive v1.4.3
17292026-05-21T00:28:51.799Z Compiling thiserror v2.0.18
17302026-05-21T00:28:51.909Z Compiling futures-macro v0.3.32
17312026-05-21T00:28:51.973Z Compiling zerofrom v0.1.6
17322026-05-21T00:28:51.986Z Compiling thiserror-impl v1.0.69
17332026-05-21T00:28:52.029Z Compiling tracing-attributes v0.1.30
17342026-05-21T00:28:52.105Z Compiling yoke v0.8.0
17352026-05-21T00:28:52.292Z Compiling zerovec v0.11.4
17362026-05-21T00:28:52.415Z Compiling zerotrie v0.2.2
17372026-05-21T00:28:52.499Z Compiling pest v2.8.2
17382026-05-21T00:28:52.518Z Compiling zerocopy v0.8.27
17392026-05-21T00:28:52.635Z Compiling serde v1.0.228
17402026-05-21T00:28:52.805Z Compiling scroll_derive v0.13.1
17412026-05-21T00:28:53.208Z Compiling bytes v1.11.1
17422026-05-21T00:28:53.212Z Compiling serde_tokenstream v0.2.3
17432026-05-21T00:28:53.212Z Compiling tinystr v0.8.1
17442026-05-21T00:28:53.274Z Compiling potential_utf v0.1.3
17452026-05-21T00:28:53.286Z Compiling chrono v0.4.44
17462026-05-21T00:28:53.432Z Compiling icu_locale_core v2.0.0
17472026-05-21T00:28:53.444Z Compiling icu_collections v2.0.0
17482026-05-21T00:28:53.496Z Compiling async-trait v0.1.89
17492026-05-21T00:28:53.657Z Compiling pest_meta v2.8.2
17502026-05-21T00:28:53.820Z Compiling http v1.4.0
17512026-05-21T00:28:53.952Z Compiling icu_provider v2.0.0
17522026-05-21T00:28:54.087Z Compiling scroll v0.13.0
17532026-05-21T00:28:54.269Z Compiling icu_properties v2.0.1
17542026-05-21T00:28:54.313Z Compiling icu_normalizer v2.0.0
17552026-05-21T00:28:54.360Z Compiling pest_generator v2.8.2
17562026-05-21T00:28:54.497Z Compiling schemars v0.8.22
17572026-05-21T00:28:54.820Z Compiling goblin v0.10.1
17582026-05-21T00:28:54.832Z Compiling thiserror v1.0.69
17592026-05-21T00:28:54.923Z Compiling tokio v1.50.0
17602026-05-21T00:28:54.935Z Compiling openapiv3 v2.2.0
17612026-05-21T00:28:54.980Z Compiling daft-derive v0.1.4
17622026-05-21T00:28:54.997Z Compiling pest_derive v2.8.2
17632026-05-21T00:28:55.440Z Compiling idna_adapter v1.2.1
17642026-05-21T00:28:55.556Z Compiling idna v1.1.0
17652026-05-21T00:28:55.585Z Compiling dtrace-parser v0.3.0
17662026-05-21T00:28:55.706Z Compiling darling_core v0.21.3
17672026-05-21T00:28:55.728Z Compiling typify-impl v0.4.3
17682026-05-21T00:28:56.027Z Compiling url v2.5.7
17692026-05-21T00:28:56.440Z Compiling base64 v0.22.1
17702026-05-21T00:28:56.471Z Compiling serde_yaml v0.9.34+deprecated
17712026-05-21T00:28:56.907Z Compiling http-body v1.0.1
17722026-05-21T00:28:56.965Z Compiling ppv-lite86 v0.2.21
17732026-05-21T00:28:57.064Z Compiling erased-serde v0.3.31
17742026-05-21T00:28:57.287Z Compiling openssl-macros v0.1.1
17752026-05-21T00:28:57.558Z Compiling dof v0.4.0
17762026-05-21T00:28:57.777Z Compiling typenum v1.18.0
17772026-05-21T00:28:57.829Z Compiling getrandom v0.2.16
17782026-05-21T00:28:57.832Z Compiling darling_macro v0.21.3
17792026-05-21T00:28:57.994Z Compiling atomic-waker v1.1.2
17802026-05-21T00:28:58.041Z Compiling ipnet v2.11.0
17812026-05-21T00:28:58.123Z Compiling usdt-impl v0.6.0
17822026-05-21T00:28:58.309Z Compiling bitflags v2.9.4
17832026-05-21T00:28:58.431Z Compiling darling v0.21.3
17842026-05-21T00:28:58.516Z Compiling httparse v1.10.1
17852026-05-21T00:28:58.560Z Compiling portable-atomic v1.11.1
17862026-05-21T00:28:58.716Z Compiling untrusted v0.9.0
17872026-05-21T00:28:58.837Z Compiling tower-layer v0.3.3
17882026-05-21T00:28:58.849Z Compiling tower-service v0.3.3
17892026-05-21T00:28:58.946Z Compiling anyhow v1.0.102
17902026-05-21T00:28:59.002Z Compiling try-lock v0.2.5
17912026-05-21T00:28:59.090Z Compiling critical-section v1.2.0
17922026-05-21T00:28:59.113Z Compiling want v0.3.1
17932026-05-21T00:28:59.204Z Compiling once_cell v1.21.3
17942026-05-21T00:28:59.287Z Compiling zeroize v1.8.1
17952026-05-21T00:28:59.339Z Compiling pin-utils v0.1.0
17962026-05-21T00:28:59.415Z Compiling httpdate v1.0.3
17972026-05-21T00:28:59.427Z Compiling structmeta-derive v0.3.0
17982026-05-21T00:28:59.493Z Compiling async-stream-impl v0.3.6
17992026-05-21T00:28:59.550Z Compiling usdt-attr-macro v0.6.0
18002026-05-21T00:28:59.652Z Compiling usdt-macro v0.6.0
18012026-05-21T00:29:00.322Z Compiling newtype-uuid-macros v0.1.0
18022026-05-21T00:29:00.491Z Compiling structmeta v0.3.0
18032026-05-21T00:29:00.548Z Compiling strum_macros v0.26.4
18042026-05-21T00:29:00.702Z Compiling powerfmt v0.2.0
18052026-05-21T00:29:00.910Z Compiling deranged v0.5.3
18062026-05-21T00:29:01.085Z Compiling num_threads v0.1.7
18072026-05-21T00:29:01.200Z Compiling http-body-util v0.1.3
18082026-05-21T00:29:01.429Z Compiling omicron-workspace-hack v0.1.0
18092026-05-21T00:29:01.501Z Compiling dropshot_endpoint v0.16.7
18102026-05-21T00:29:01.622Z Compiling serde_urlencoded v0.7.1
18112026-05-21T00:29:01.887Z Compiling typify-macro v0.4.3
18122026-05-21T00:29:01.966Z Compiling ref-cast-impl v1.0.25
18132026-05-21T00:29:02.103Z Compiling derive-ex v0.1.8
18142026-05-21T00:29:02.116Z Compiling strum_macros v0.27.2
18152026-05-21T00:29:02.404Z Compiling sync_wrapper v1.0.2
18162026-05-21T00:29:02.512Z Compiling serde_with_macros v3.14.1
18172026-05-21T00:29:02.584Z Compiling subtle v2.6.1
18182026-05-21T00:29:02.596Z Compiling thread_local v1.1.9
18192026-05-21T00:29:02.896Z Compiling iri-string v0.7.8
18202026-05-21T00:29:03.156Z Compiling rand_core v0.6.4
18212026-05-21T00:29:03.242Z Compiling futures-util v0.3.32
18222026-05-21T00:29:03.393Z Compiling match_cfg v0.1.0
18232026-05-21T00:29:03.470Z Compiling getrandom v0.3.3
18242026-05-21T00:29:03.662Z Compiling take_mut v0.2.2
18252026-05-21T00:29:03.752Z Compiling term v1.2.0
18262026-05-21T00:29:03.765Z Compiling test-strategy v0.4.3
18272026-05-21T00:29:03.870Z Compiling parse-display-derive v0.10.0
18282026-05-21T00:29:03.963Z Compiling typify v0.4.3
18292026-05-21T00:29:03.981Z Compiling tracing-core v0.1.34
18302026-05-21T00:29:04.057Z Compiling progenitor-impl v0.11.1
18312026-05-21T00:29:04.457Z Compiling toml_datetime v0.6.11
18322026-05-21T00:29:04.548Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18332026-05-21T00:29:04.735Z Compiling tracing v0.1.41
18342026-05-21T00:29:04.969Z Compiling camino v1.2.2
18352026-05-21T00:29:05.140Z Compiling cpufeatures v0.2.17
18362026-05-21T00:29:05.166Z Compiling clap_derive v4.6.0
18372026-05-21T00:29:05.375Z Compiling encoding_rs v0.8.35
18382026-05-21T00:29:05.387Z Compiling fastrand v2.3.0
18392026-05-21T00:29:05.507Z Compiling mime v0.3.17
18402026-05-21T00:29:05.616Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18412026-05-21T00:29:05.709Z Compiling unicode-width v0.2.1
18422026-05-21T00:29:06.097Z Compiling generic-array v0.14.7
18432026-05-21T00:29:06.233Z Compiling errno v0.3.14
18442026-05-21T00:29:06.387Z Compiling hex v0.4.3
18452026-05-21T00:29:06.591Z Compiling crossbeam-utils v0.8.21
18462026-05-21T00:29:06.650Z Compiling winnow v0.7.14
18472026-05-21T00:29:06.878Z Compiling tokio-util v0.7.16
18482026-05-21T00:29:07.063Z Compiling slog v2.8.2
18492026-05-21T00:29:07.110Z Compiling ipnetwork v0.21.1
18502026-05-21T00:29:07.537Z Compiling progenitor-macro v0.11.1
18512026-05-21T00:29:07.798Z Compiling rustix v1.1.2
18522026-05-21T00:29:08.017Z Compiling crypto-common v0.1.6
18532026-05-21T00:29:08.130Z Compiling h2 v0.4.12
18542026-05-21T00:29:08.152Z Compiling itertools v0.14.0
18552026-05-21T00:29:08.181Z Compiling rand_core v0.9.3
18562026-05-21T00:29:08.359Z Compiling winnow v1.0.3
18572026-05-21T00:29:08.406Z Compiling oxnet v0.1.4
18582026-05-21T00:29:08.713Z Compiling toml_parser v1.1.2+spec-1.1.0
18592026-05-21T00:29:08.840Z Compiling serde_spanned v1.0.4
18602026-05-21T00:29:09.001Z Compiling debug-ignore v1.0.5
18612026-05-21T00:29:09.032Z Compiling toml_writer v1.0.6+spec-1.1.0
18622026-05-21T00:29:09.109Z Compiling spin v0.9.8
18632026-05-21T00:29:09.233Z Compiling rand_chacha v0.9.0
18642026-05-21T00:29:09.251Z Compiling rustls-pki-types v1.12.0
18652026-05-21T00:29:09.412Z Compiling quick-error v1.2.3
18662026-05-21T00:29:09.521Z Compiling rand v0.9.2
18672026-05-21T00:29:09.716Z Compiling tabwriter v1.4.1
18682026-05-21T00:29:09.728Z Compiling async-stream v0.3.6
18692026-05-21T00:29:09.749Z Compiling waitgroup v0.1.2
18702026-05-21T00:29:09.892Z Compiling serde_path_to_error v0.1.20
18712026-05-21T00:29:09.957Z Compiling lazy_static v1.5.0
18722026-05-21T00:29:10.062Z Compiling bit-vec v0.8.0
18732026-05-21T00:29:10.126Z Compiling colored v3.0.0
18742026-05-21T00:29:10.245Z Compiling hyper v1.8.1
18752026-05-21T00:29:10.300Z Compiling bit-set v0.8.0
18762026-05-21T00:29:10.466Z Compiling strum v0.26.3
18772026-05-21T00:29:10.511Z Compiling time v0.3.47
18782026-05-21T00:29:10.524Z Compiling ring v0.17.14
18792026-05-21T00:29:10.730Z Compiling toml_datetime v0.7.5+spec-1.1.0
18802026-05-21T00:29:11.042Z Compiling anstyle v1.0.14
18812026-05-21T00:29:11.253Z Compiling unarray v0.1.4
18822026-05-21T00:29:11.366Z Compiling hyper-util v0.1.20
18832026-05-21T00:29:11.378Z Compiling toml v0.9.11+spec-1.1.0
18842026-05-21T00:29:11.984Z Compiling crossbeam-channel v0.5.15
18852026-05-21T00:29:12.063Z Compiling block-buffer v0.10.4
18862026-05-21T00:29:12.213Z Compiling macaddr v1.0.1
18872026-05-21T00:29:12.249Z Compiling utf8parse v0.2.2
18882026-05-21T00:29:12.366Z Compiling anstyle-parse v1.0.0
18892026-05-21T00:29:12.397Z Compiling digest v0.10.7
18902026-05-21T00:29:12.442Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18912026-05-21T00:29:12.458Z Compiling ref-cast v1.0.25
18922026-05-21T00:29:12.542Z Compiling anstyle-query v1.1.4
18932026-05-21T00:29:12.554Z Compiling is_terminal_polyfill v1.70.1
18942026-05-21T00:29:12.565Z Compiling colorchoice v1.0.4
18952026-05-21T00:29:12.610Z Compiling strum v0.27.2
18962026-05-21T00:29:12.622Z Compiling is-terminal v0.4.16
18972026-05-21T00:29:12.642Z Compiling clap_lex v1.1.0
18982026-05-21T00:29:12.654Z Compiling anstream v1.0.0
18992026-05-21T00:29:12.681Z Compiling slog-async v2.8.0
19002026-05-21T00:29:12.741Z Compiling slog-json v2.6.1
19012026-05-21T00:29:12.783Z Compiling slog-term v2.9.2
19022026-05-21T00:29:12.936Z Compiling hostname v0.3.1
19032026-05-21T00:29:13.018Z Compiling tower v0.5.2
19042026-05-21T00:29:13.021Z Compiling futures-executor v0.3.32
19052026-05-21T00:29:13.080Z Compiling slog-bunyan v2.5.0
19062026-05-21T00:29:13.091Z Compiling instant v0.1.13
19072026-05-21T00:29:13.306Z Compiling futures v0.3.32
19082026-05-21T00:29:13.418Z Compiling tower-http v0.6.8
19092026-05-21T00:29:13.429Z Compiling openssl-sys v0.9.112
19102026-05-21T00:29:13.622Z Compiling memmap2 v0.9.8
19112026-05-21T00:29:14.007Z Compiling aws-lc-sys v0.39.1
19122026-05-21T00:29:14.421Z Compiling foreign-types-shared v0.1.1
19132026-05-21T00:29:14.540Z Compiling untrusted v0.7.1
19142026-05-21T00:29:14.643Z Compiling aws-lc-rs v1.16.2
19152026-05-21T00:29:14.666Z Compiling foreign-types v0.3.2
19162026-05-21T00:29:14.708Z Compiling tempfile v3.23.0
19172026-05-21T00:29:15.302Z Compiling openssl-probe v0.1.6
19182026-05-21T00:29:15.556Z Compiling rustls-webpki v0.103.6
19192026-05-21T00:29:15.966Z Compiling openssl v0.10.76
19202026-05-21T00:29:16.117Z Compiling rustls v0.23.32
19212026-05-21T00:29:16.351Z Compiling usdt v0.6.0
19222026-05-21T00:29:16.597Z Compiling either v1.15.0
19232026-05-21T00:29:16.803Z Compiling webpki-roots v1.0.2
19242026-05-21T00:29:17.015Z Compiling newtype-uuid v1.3.2
19252026-05-21T00:29:17.369Z Compiling daft v0.1.4
19262026-05-21T00:29:17.633Z Compiling rustls-webpki v0.102.8
19272026-05-21T00:29:18.294Z Compiling native-tls v0.2.14
19282026-05-21T00:29:18.582Z Compiling tokio-native-tls v0.3.1
19292026-05-21T00:29:18.760Z Compiling hyper-tls v0.6.0
19302026-05-21T00:29:19.190Z Compiling tokio-rustls v0.26.3
19312026-05-21T00:29:19.238Z Compiling rustls v0.22.4
19322026-05-21T00:29:19.431Z Compiling hyper-rustls v0.27.7
19332026-05-21T00:29:19.765Z Compiling reqwest v0.12.23
19342026-05-21T00:29:20.163Z Compiling sha1 v0.10.6
19352026-05-21T00:29:20.282Z Compiling rustls-pemfile v2.2.0
19362026-05-21T00:29:20.396Z Compiling multer v3.1.0
19372026-05-21T00:29:20.908Z Compiling hostname v0.4.2
19382026-05-21T00:29:21.048Z Compiling tokio-rustls v0.25.0
19392026-05-21T00:29:21.084Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19402026-05-21T00:29:21.612Z Compiling terminal_size v0.4.3
19412026-05-21T00:29:21.651Z Compiling rand_chacha v0.3.1
19422026-05-21T00:29:21.991Z Compiling wait-timeout v0.2.1
19432026-05-21T00:29:22.561Z Compiling rusty-fork v0.3.0
19442026-05-21T00:29:22.641Z Compiling rand v0.8.5
19452026-05-21T00:29:23.952Z Compiling rand_xorshift v0.4.0
19462026-05-21T00:29:24.723Z Compiling hubpack_derive v0.1.1
19472026-05-21T00:29:25.163Z Compiling proptest v1.8.0
19482026-05-21T00:29:25.246Z Compiling clap_builder v4.6.0
19492026-05-21T00:29:25.258Z Compiling dropshot v0.16.7
19502026-05-21T00:29:26.515Z Compiling serde_spanned v0.6.9
19512026-05-21T00:29:26.980Z Compiling clap v4.6.0
19522026-05-21T00:29:27.140Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19532026-05-21T00:29:27.261Z Compiling prettyplease v0.2.37
19542026-05-21T00:29:28.626Z Compiling progenitor-client v0.10.0
19552026-05-21T00:29:28.711Z Compiling progenitor-client v0.11.1
19562026-05-21T00:29:28.968Z Compiling serde_with v3.14.1
19572026-05-21T00:29:29.656Z Compiling progenitor v0.11.1
19582026-05-21T00:29:30.370Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19592026-05-21T00:29:30.537Z Compiling rustc-hash v2.1.1
19602026-05-21T00:29:30.714Z Compiling iddqd v0.3.17
19612026-05-21T00:29:30.738Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19622026-05-21T00:29:31.823Z Compiling backoff v0.4.0
19632026-05-21T00:29:31.845Z Compiling parse-display v0.10.0
19642026-05-21T00:29:31.932Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19652026-05-21T00:29:32.029Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19662026-05-21T00:29:32.066Z Compiling num-derive v0.3.3
19672026-05-21T00:29:32.124Z Compiling winnow v0.5.40
19682026-05-21T00:29:32.179Z Compiling toml_write v0.1.2
19692026-05-21T00:29:32.341Z Compiling toml_edit v0.22.27
19702026-05-21T00:29:33.717Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19712026-05-21T00:29:33.961Z Compiling num-integer v0.1.46
19722026-05-21T00:29:34.312Z Compiling float-ord v0.3.2
19732026-05-21T00:29:34.722Z Compiling toml v0.8.23
19742026-05-21T00:29:37.870Z Compiling num-rational v0.4.2
19752026-05-21T00:29:38.502Z Compiling num-iter v0.1.45
19762026-05-21T00:29:38.673Z Compiling num-complex v0.4.6
19772026-05-21T00:29:39.084Z Compiling num v0.4.3
19782026-05-21T00:29:40.276Z Compiling toml_edit v0.19.15
19792026-05-21T00:29:41.844Z Compiling proc-macro-crate v1.3.1
19802026-05-21T00:29:42.924Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19812026-05-21T00:29:43.348Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19822026-05-21T00:29:43.919Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19832026-05-21T00:29:45.004Z Compiling zerocopy-derive v0.7.35
19842026-05-21T00:29:45.270Z Compiling memoffset v0.9.1
19852026-05-21T00:29:45.362Z Compiling ingot-macros v0.1.1
19862026-05-21T00:29:45.472Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19872026-05-21T00:29:46.201Z Compiling proc-macro-error-attr2 v2.0.0
19882026-05-21T00:29:46.647Z Compiling proc-macro-error2 v2.0.1
19892026-05-21T00:29:46.658Z Compiling nix v0.30.1
19902026-05-21T00:29:46.917Z Compiling libscf-sys v1.1.0
19912026-05-21T00:29:47.048Z Compiling scroll_derive v0.12.1
19922026-05-21T00:29:47.130Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19932026-05-21T00:29:47.961Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19942026-05-21T00:29:48.206Z Compiling tabled_derive v0.11.0
19952026-05-21T00:29:50.376Z Compiling zerocopy v0.7.35
19962026-05-21T00:29:50.827Z Compiling num_enum_derive v0.7.5
19972026-05-21T00:29:50.927Z Compiling hubpack v0.1.2
19982026-05-21T00:29:50.999Z Compiling foreign-types-macros v0.2.3
19992026-05-21T00:29:51.546Z Compiling static_assertions v1.1.0
20002026-05-21T00:29:51.988Z Compiling glob v0.3.3
20012026-05-21T00:29:51.991Z Compiling proc-macro-error-attr v1.0.4
20022026-05-21T00:29:52.284Z Compiling dtrace-parser v0.2.0
20032026-05-21T00:29:52.296Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20042026-05-21T00:29:52.662Z Compiling bytecount v0.6.9
20052026-05-21T00:29:52.824Z Compiling proc-macro-error v1.0.4
20062026-05-21T00:29:52.860Z Compiling dof v0.3.0
20072026-05-21T00:29:53.406Z Compiling num_enum_derive v0.5.11
20082026-05-21T00:29:54.854Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20092026-05-21T00:29:54.912Z Compiling thread-id v4.2.2
20102026-05-21T00:29:55.041Z Compiling usdt-impl v0.5.0
20112026-05-21T00:29:55.587Z Compiling derive_more v0.99.20
20122026-05-21T00:29:55.764Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20132026-05-21T00:29:56.043Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20142026-05-21T00:29:56.627Z Compiling minimal-lexical v0.2.1
20152026-05-21T00:29:56.716Z Compiling usdt-attr-macro v0.5.0
20162026-05-21T00:29:56.986Z Compiling nom v7.1.3
20172026-05-21T00:29:57.008Z Compiling usdt-macro v0.5.0
20182026-05-21T00:29:57.199Z Compiling zone_cfg_derive v0.3.1
20192026-05-21T00:29:57.535Z Compiling num-derive v0.4.2
20202026-05-21T00:29:57.883Z Compiling papergrid v0.17.0
20212026-05-21T00:29:57.914Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20222026-05-21T00:29:57.994Z Compiling testing_table v0.3.0
20232026-05-21T00:29:58.167Z Compiling rustc_version v0.4.1
20242026-05-21T00:29:58.453Z Compiling crossbeam-epoch v0.9.18
20252026-05-21T00:29:58.466Z Compiling dropshot_endpoint v0.17.0
20262026-05-21T00:29:58.466Z Compiling adler2 v2.0.1
20272026-05-21T00:29:58.490Z Compiling crc32fast v1.5.0
20282026-05-21T00:29:58.606Z Compiling miniz_oxide v0.8.9
20292026-05-21T00:29:58.683Z Compiling enum-as-inner v0.6.1
20302026-05-21T00:29:58.797Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20312026-05-21T00:29:58.909Z Compiling tabled v0.20.0
20322026-05-21T00:29:59.283Z Compiling flate2 v1.1.2
20332026-05-21T00:29:59.303Z Compiling curve25519-dalek v4.1.3
20342026-05-21T00:29:59.685Z Compiling crossbeam-deque v0.8.6
20352026-05-21T00:29:59.707Z Compiling typify-impl v0.6.1
20362026-05-21T00:29:59.880Z Compiling thiserror-impl-no-std v2.0.2
20372026-05-21T00:29:59.939Z Compiling curve25519-dalek-derive v0.1.1
20382026-05-21T00:30:00.196Z Compiling rayon-core v1.13.0
20392026-05-21T00:30:00.464Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20402026-05-21T00:30:00.641Z Compiling clang-sys v1.8.1
20412026-05-21T00:30:00.733Z Compiling compression-core v0.4.32
20422026-05-21T00:30:00.902Z Compiling compression-codecs v0.4.32
20432026-05-21T00:30:00.936Z Compiling scroll v0.12.0
20442026-05-21T00:30:01.176Z Compiling hash32 v0.3.1
20452026-05-21T00:30:01.205Z Compiling toml_datetime v1.1.1+spec-1.1.0
20462026-05-21T00:30:01.307Z Compiling heapless v0.8.0
20472026-05-21T00:30:01.332Z Compiling goblin v0.8.2
20482026-05-21T00:30:01.359Z Compiling async-compression v0.4.33
20492026-05-21T00:30:01.525Z Compiling toml v1.0.6+spec-1.1.0
20502026-05-21T00:30:01.642Z Compiling ingot-types v0.1.2
20512026-05-21T00:30:01.741Z Compiling cobs v0.3.0
20522026-05-21T00:30:01.752Z Compiling libloading v0.8.9
20532026-05-21T00:30:01.826Z Compiling bitflags v1.3.2
20542026-05-21T00:30:01.908Z Compiling foreign-types-shared v0.3.1
20552026-05-21T00:30:01.941Z Compiling managed v0.8.0
20562026-05-21T00:30:01.944Z Compiling bindgen v0.72.1
20572026-05-21T00:30:02.004Z Compiling ingot v0.1.1
20582026-05-21T00:30:02.036Z Compiling foreign-types v0.5.0
20592026-05-21T00:30:02.119Z Compiling smoltcp v0.11.0
20602026-05-21T00:30:02.160Z Compiling postcard v1.1.3
20612026-05-21T00:30:02.511Z Compiling dropshot v0.17.0
20622026-05-21T00:30:03.499Z Compiling cexpr v0.6.0
20632026-05-21T00:30:03.630Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20642026-05-21T00:30:04.120Z Compiling num_enum v0.7.5
20652026-05-21T00:30:04.250Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20662026-05-21T00:30:04.647Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20672026-05-21T00:30:04.679Z Compiling camino-tempfile v1.4.1
20682026-05-21T00:30:04.960Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20692026-05-21T00:30:04.978Z Compiling serde_repr v0.1.20
20702026-05-21T00:30:04.990Z Compiling derive-where v1.6.0
20712026-05-21T00:30:05.256Z Compiling cstr-argument v0.1.2
20722026-05-21T00:30:05.516Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20732026-05-21T00:30:05.590Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20742026-05-21T00:30:05.949Z Compiling typify-macro v0.6.1
20752026-05-21T00:30:06.286Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20762026-05-21T00:30:06.472Z Compiling rayon v1.11.0
20772026-05-21T00:30:06.754Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20782026-05-21T00:30:06.879Z Compiling crucible-workspace-hack v0.1.0
20792026-05-21T00:30:07.650Z Compiling memmap v0.7.0
20802026-05-21T00:30:07.663Z Compiling tinyvec_macros v0.1.1
20812026-05-21T00:30:07.770Z Compiling tinyvec v1.10.0
20822026-05-21T00:30:07.837Z Compiling usdt v0.5.0
20832026-05-21T00:30:08.043Z Compiling typify v0.6.1
20842026-05-21T00:30:08.119Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20852026-05-21T00:30:08.266Z Compiling num_enum v0.5.11
20862026-05-21T00:30:08.685Z Compiling pin-project-internal v1.1.10
20872026-05-21T00:30:09.789Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20882026-05-21T00:30:09.895Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20892026-05-21T00:30:10.034Z Compiling progenitor-impl v0.13.0
20902026-05-21T00:30:10.134Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20912026-05-21T00:30:10.146Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20922026-05-21T00:30:10.442Z Compiling rustix v0.38.44
20932026-05-21T00:30:10.770Z Compiling itertools v0.12.1
20942026-05-21T00:30:10.800Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20952026-05-21T00:30:10.978Z Compiling progenitor-impl v0.10.0
20962026-05-21T00:30:11.026Z Compiling sigpipe v0.1.3
20972026-05-21T00:30:11.120Z Compiling jiff v0.2.15
20982026-05-21T00:30:11.604Z Compiling const_format_proc_macros v0.2.34
20992026-05-21T00:30:11.607Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21002026-05-21T00:30:11.863Z Compiling zone v0.3.1
21012026-05-21T00:30:11.973Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21022026-05-21T00:30:12.993Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21032026-05-21T00:30:13.546Z Compiling progenitor-macro v0.13.0
21042026-05-21T00:30:13.660Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21052026-05-21T00:30:14.021Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21062026-05-21T00:30:14.469Z Compiling secrecy v0.10.3
21072026-05-21T00:30:14.482Z Compiling progenitor-macro v0.10.0
21082026-05-21T00:30:14.638Z Compiling smf v0.2.3
21092026-05-21T00:30:14.677Z Compiling snafu-derive v0.8.9
21102026-05-21T00:30:14.744Z Compiling async-recursion v1.1.1
21112026-05-21T00:30:15.052Z Compiling bstr v1.12.0
21122026-05-21T00:30:15.247Z Compiling whoami v1.6.1
21132026-05-21T00:30:15.550Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21142026-05-21T00:30:16.442Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-05-21T00:30:16.802Z Compiling hmac v0.12.1
21162026-05-21T00:30:17.118Z Compiling inout v0.1.4
21172026-05-21T00:30:17.139Z Compiling ff v0.13.1
21182026-05-21T00:30:17.271Z Compiling crc8 v0.1.1
21192026-05-21T00:30:17.394Z Compiling data-encoding v2.9.0
21202026-05-21T00:30:17.583Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21212026-05-21T00:30:17.928Z Compiling group v0.13.0
21222026-05-21T00:30:18.311Z Compiling cipher v0.4.4
21232026-05-21T00:30:18.351Z Compiling hkdf v0.12.4
21242026-05-21T00:30:19.042Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21252026-05-21T00:30:19.159Z Compiling atomicwrites v0.4.4
21262026-05-21T00:30:19.377Z Compiling tokio-dtrace v0.1.1
21272026-05-21T00:30:19.654Z Compiling tabled_derive v0.7.0
21282026-05-21T00:30:19.915Z Compiling reqwest v0.13.2
21292026-05-21T00:30:20.122Z Compiling universal-hash v0.5.1
21302026-05-21T00:30:20.263Z Compiling crypto-bigint v0.5.5
21312026-05-21T00:30:20.371Z Compiling half v2.7.1
21322026-05-21T00:30:20.562Z Compiling base64ct v1.8.0
21332026-05-21T00:30:20.609Z Compiling ciborium-io v0.2.2
21342026-05-21T00:30:20.662Z Compiling indent_write v2.2.0
21352026-05-21T00:30:20.713Z Compiling base16ct v0.2.0
21362026-05-21T00:30:20.867Z Compiling opaque-debug v0.3.1
21372026-05-21T00:30:20.884Z Compiling progenitor-client v0.13.0
21382026-05-21T00:30:20.945Z Compiling poly1305 v0.8.0
21392026-05-21T00:30:21.294Z Compiling elliptic-curve v0.13.8
21402026-05-21T00:30:21.362Z Compiling password-hash v0.5.0
21412026-05-21T00:30:21.576Z Compiling ciborium-ll v0.2.2
21422026-05-21T00:30:21.926Z Compiling oxide-tokio-rt v0.1.2
21432026-05-21T00:30:22.415Z Compiling chacha20 v0.9.1
21442026-05-21T00:30:22.592Z Compiling similar v2.7.0
21452026-05-21T00:30:22.645Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21462026-05-21T00:30:23.034Z Compiling thiserror-no-std v2.0.2
21472026-05-21T00:30:23.387Z Compiling blake2 v0.10.6
21482026-05-21T00:30:23.864Z Compiling aead v0.5.2
21492026-05-21T00:30:24.007Z Compiling linked-hash-map v0.5.6
21502026-05-21T00:30:24.196Z Compiling keccak v0.1.6
21512026-05-21T00:30:24.252Z Compiling resolv-conf v0.7.5
21522026-05-21T00:30:24.454Z Compiling sha3 v0.10.8
21532026-05-21T00:30:24.631Z Compiling lru-cache v0.1.2
21542026-05-21T00:30:24.693Z Compiling chacha20poly1305 v0.10.1
21552026-05-21T00:30:24.696Z Compiling vsss-rs v3.3.4
21562026-05-21T00:30:24.755Z Compiling argon2 v0.5.3
21572026-05-21T00:30:24.768Z Compiling progenitor v0.13.0
21582026-05-21T00:30:24.904Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21592026-05-21T00:30:25.056Z Compiling ciborium v0.2.2
21602026-05-21T00:30:25.160Z Compiling hickory-proto v0.24.4
21612026-05-21T00:30:25.573Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21622026-05-21T00:30:25.600Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21632026-05-21T00:30:25.988Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21642026-05-21T00:30:26.100Z Compiling serde-big-array v0.5.1
21652026-05-21T00:30:26.250Z Compiling siphasher v1.0.1
21662026-05-21T00:30:26.295Z Compiling same-file v1.0.6
21672026-05-21T00:30:26.312Z Compiling unicode-segmentation v1.12.0
21682026-05-21T00:30:26.464Z Compiling walkdir v2.5.0
21692026-05-21T00:30:26.715Z Compiling newline-converter v0.3.0
21702026-05-21T00:30:26.727Z Compiling phf_shared v0.12.1
21712026-05-21T00:30:26.794Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21722026-05-21T00:30:26.827Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21732026-05-21T00:30:26.992Z Compiling hickory-resolver v0.24.4
21742026-05-21T00:30:27.107Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21752026-05-21T00:30:27.542Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21762026-05-21T00:30:28.523Z Compiling newtype_derive v0.1.6
21772026-05-21T00:30:28.610Z Compiling owo-colors v4.3.0
21782026-05-21T00:30:28.631Z Compiling tokio-stream v0.1.17
21792026-05-21T00:30:28.935Z Compiling console v0.15.11
21802026-05-21T00:30:29.227Z Compiling csv-core v0.1.12
21812026-05-21T00:30:29.380Z Compiling swrite v0.1.0
21822026-05-21T00:30:29.405Z Compiling termtree v0.5.1
21832026-05-21T00:30:29.483Z Compiling unicode-width v0.1.14
21842026-05-21T00:30:29.560Z Compiling smawk v0.3.2
21852026-05-21T00:30:29.645Z Compiling unicode-linebreak v0.1.5
21862026-05-21T00:30:29.666Z Compiling foldhash v0.1.5
21872026-05-21T00:30:29.698Z Compiling humantime v2.3.0
21882026-05-21T00:30:29.794Z Compiling hashbrown v0.15.5
21892026-05-21T00:30:29.854Z Compiling textwrap v0.16.2
21902026-05-21T00:30:30.005Z Compiling csv v1.3.1
21912026-05-21T00:30:30.034Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21922026-05-21T00:30:30.060Z Compiling expectorate v1.2.0
21932026-05-21T00:30:30.353Z Compiling qorb v0.4.1
21942026-05-21T00:30:30.388Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21952026-05-21T00:30:31.270Z Compiling phf v0.12.1
21962026-05-21T00:30:31.428Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21972026-05-21T00:30:32.253Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21982026-05-21T00:30:32.322Z Compiling pin-project v1.1.10
21992026-05-21T00:30:32.433Z Compiling unicode-normalization v0.1.24
22002026-05-21T00:30:32.501Z Compiling libz-sys v1.1.22
22012026-05-21T00:30:32.910Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22022026-05-21T00:30:33.553Z Compiling libsw-core v0.3.2
22032026-05-21T00:30:33.924Z Compiling highway v1.3.0
22042026-05-21T00:30:34.089Z Compiling fixedbitset v0.5.7
22052026-05-21T00:30:34.149Z Compiling fixedbitset v0.4.2
22062026-05-21T00:30:34.195Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22072026-05-21T00:30:34.316Z Compiling petgraph v0.6.5
22082026-05-21T00:30:34.396Z Compiling petgraph v0.8.2
22092026-05-21T00:30:34.432Z Compiling progenitor v0.10.0
22102026-05-21T00:30:35.809Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-05-21T00:30:36.021Z Compiling libsw v3.5.0
22122026-05-21T00:30:36.114Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-05-21T00:30:36.504Z Compiling olpc-cjson v0.1.4
22142026-05-21T00:30:36.652Z Compiling libgit2-sys v0.17.0+1.8.1
22152026-05-21T00:30:36.679Z Compiling snafu v0.8.9
22162026-05-21T00:30:37.077Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22172026-05-21T00:30:37.274Z Compiling chrono-tz v0.10.4
22182026-05-21T00:30:37.404Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-05-21T00:30:38.247Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-05-21T00:30:38.677Z Compiling papergrid v0.11.0
22212026-05-21T00:30:38.721Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-05-21T00:30:39.017Z Compiling globset v0.4.16
22232026-05-21T00:30:39.488Z Compiling const_format v0.2.34
22242026-05-21T00:30:39.817Z Compiling slog-dtrace v0.3.0
22252026-05-21T00:30:39.829Z Compiling cancel-safe-futures v0.1.5
22262026-05-21T00:30:39.841Z Compiling gethostname v0.5.0
22272026-05-21T00:30:40.150Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22282026-05-21T00:30:40.555Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22292026-05-21T00:30:41.136Z Compiling dropshot-api-manager-types v0.7.2
22302026-05-21T00:30:41.218Z Compiling pem v3.0.5
22312026-05-21T00:30:41.522Z Compiling bcs v0.1.6
22322026-05-21T00:30:41.582Z Compiling cargo-platform v0.1.9
22332026-05-21T00:30:41.608Z Compiling serde_plain v1.0.2
22342026-05-21T00:30:42.099Z Compiling typed-path v0.9.3
22352026-05-21T00:30:42.145Z Compiling linear-map v1.2.0
22362026-05-21T00:30:42.147Z Compiling tagptr v0.2.0
22372026-05-21T00:30:42.299Z Compiling moka v0.12.11
22382026-05-21T00:30:42.341Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22392026-05-21T00:30:43.160Z Compiling tough v0.20.0
22402026-05-21T00:30:44.889Z Compiling cargo_metadata v0.18.1
22412026-05-21T00:30:45.079Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-05-21T00:30:45.405Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22432026-05-21T00:30:45.668Z Compiling tabled v0.15.0
22442026-05-21T00:30:45.709Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-05-21T00:30:46.568Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-05-21T00:30:46.773Z Compiling git2 v0.19.0
22472026-05-21T00:30:48.339Z Compiling steno v0.4.1
22482026-05-21T00:30:49.874Z Compiling cookie v0.18.1
22492026-05-21T00:30:50.091Z Compiling hickory-proto v0.25.2
22502026-05-21T00:30:52.018Z Compiling hickory-resolver v0.25.2
22512026-05-21T00:30:52.270Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22522026-05-21T00:30:54.624Z Compiling vergen v8.3.2
22532026-05-21T00:30:56.080Z Compiling signal-hook v0.3.18
22542026-05-21T00:30:56.774Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22552026-05-21T00:30:57.175Z Compiling mockall_derive v0.13.1
22562026-05-21T00:30:57.266Z Compiling predicates-core v1.0.9
22572026-05-21T00:30:57.613Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22582026-05-21T00:30:57.669Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22592026-05-21T00:30:57.942Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22602026-05-21T00:30:58.028Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22612026-05-21T00:30:58.297Z Compiling sha2 v0.10.9
22622026-05-21T00:30:58.935Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22632026-05-21T00:30:59.736Z Compiling diff v0.1.13
22642026-05-21T00:30:59.907Z Compiling yansi v1.0.1
22652026-05-21T00:31:00.061Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22662026-05-21T00:31:00.232Z Compiling pretty_assertions v1.4.1
22672026-05-21T00:31:01.414Z Compiling predicates v3.1.3
22682026-05-21T00:31:01.470Z Compiling predicates-tree v1.0.12
22692026-05-21T00:31:01.741Z Compiling fs-err v3.1.2
22702026-05-21T00:31:02.340Z Compiling git-stub v1.0.0
22712026-05-21T00:31:02.396Z Compiling filetime v0.2.26
22722026-05-21T00:31:02.622Z Compiling arrayvec v0.7.6
22732026-05-21T00:31:02.630Z Compiling xattr v1.6.1
22742026-05-21T00:31:02.831Z Compiling downcast v0.11.0
22752026-05-21T00:31:02.878Z Compiling constant_time_eq v0.3.1
22762026-05-21T00:31:02.995Z Compiling is_ci v1.2.0
22772026-05-21T00:31:03.007Z Compiling arrayref v0.3.9
22782026-05-21T00:31:03.090Z Compiling fragile v2.0.1
22792026-05-21T00:31:03.187Z Compiling supports-color v3.0.2
22802026-05-21T00:31:03.208Z Compiling blake3 v1.8.2
22812026-05-21T00:31:03.346Z Compiling mockall v0.13.1
22822026-05-21T00:31:03.405Z Compiling tar v0.4.45
22832026-05-21T00:31:03.546Z Compiling toml v0.7.8
22842026-05-21T00:31:03.808Z Compiling git-stub-vcs v0.1.0
22852026-05-21T00:31:04.238Z Compiling signal-hook-tokio v0.3.1
22862026-05-21T00:31:04.380Z Compiling curl-sys v0.4.83+curl-8.15.0
22872026-05-21T00:31:04.670Z Compiling drift v0.2.0
22882026-05-21T00:31:05.248Z Compiling kstat-rs v0.2.4
22892026-05-21T00:31:05.557Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22902026-05-21T00:31:05.877Z Compiling topological-sort v0.2.2
22912026-05-21T00:31:06.034Z Compiling hex-literal v1.0.0
22922026-05-21T00:31:06.172Z Compiling display-error-chain v0.2.2
22932026-05-21T00:31:06.456Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22942026-05-21T00:31:06.482Z Compiling omicron-zone-package v0.12.2
22952026-05-21T00:31:06.802Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22962026-05-21T00:31:07.431Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22972026-05-21T00:31:08.636Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22982026-05-21T00:31:08.944Z Compiling dropshot-api-manager v0.7.2
22992026-05-21T00:31:09.403Z Compiling curl v0.4.49
23002026-05-21T00:31:09.414Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23012026-05-21T00:31:09.900Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23022026-05-21T00:31:09.960Z Compiling internet-checksum v0.2.1
23032026-05-21T00:31:10.110Z Compiling search_path v0.1.4
23042026-05-21T00:31:10.149Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23052026-05-21T00:31:10.520Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23062026-05-21T00:31:10.896Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23072026-05-21T00:31:11.869Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23082026-05-21T00:31:15.999Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23092026-05-21T00:31:59.222Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 14s
23102026-05-21T00:31:59.343Z Running unittests src/lib.rs (target/debug/deps/aal-06fe4210bd6c68e5)
23112026-05-21T00:31:59.346Z
23122026-05-21T00:31:59.346Zrunning 5 tests
23132026-05-21T00:31:59.348Ztest fuse::tests::chip_revision_b1 ... ok
23142026-05-21T00:31:59.348Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23152026-05-21T00:31:59.348Ztest fuse::tests::chip_revision_b0 ... ok
23162026-05-21T00:31:59.348Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23172026-05-21T00:31:59.348Ztest fuse::tests::chip_revision_a0 ... ok
23182026-05-21T00:31:59.348Z
23192026-05-21T00:31:59.349Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23202026-05-21T00:31:59.349Z
23212026-05-21T00:31:59.349Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23222026-05-21T00:31:59.351Z
23232026-05-21T00:31:59.351Zrunning 0 tests
23242026-05-21T00:31:59.351Z
23252026-05-21T00:31:59.351Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23262026-05-21T00:31:59.351Z
23272026-05-21T00:31:59.351Z Running unittests src/lib.rs (target/debug/deps/asic-d664bb7ec980d8f4)
23282026-05-21T00:31:59.355Z
23292026-05-21T00:31:59.355Zrunning 0 tests
23302026-05-21T00:31:59.355Z
23312026-05-21T00:31:59.355Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23322026-05-21T00:31:59.355Z
23332026-05-21T00:31:59.355Z Running unittests src/lib.rs (target/debug/deps/common-02dc8b9c8e3708fe)
23342026-05-21T00:31:59.355Z
23352026-05-21T00:31:59.355Zrunning 10 tests
23362026-05-21T00:31:59.357Ztest nat::tests::test_vni ... ok
23372026-05-21T00:31:59.357Ztest network::tests::test_eui64 ... ok
23382026-05-21T00:31:59.358Ztest network::tests::test_equal ... ok
23392026-05-21T00:31:59.358Ztest network::tests::test_generate_ipv6_link_local ... ok
23402026-05-21T00:31:59.358Ztest network::tests::test_into ... ok
23412026-05-21T00:31:59.358Ztest network::tests::test_not_equal ... ok
23422026-05-21T00:31:59.358Ztest network::tests::test_parse ... ok
23432026-05-21T00:31:59.358Ztest network::tests::test_to_string ... ok
23442026-05-21T00:31:59.358Ztest test_purge ... ok
23452026-05-21T00:31:59.360Ztest illumos::test::address_exists_handles_missing_object ... ok
23462026-05-21T00:31:59.360Z
23472026-05-21T00:31:59.361Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23482026-05-21T00:31:59.361Z
23492026-05-21T00:31:59.361Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-54fee1cdb13ec69d)
23502026-05-21T00:31:59.364Z
23512026-05-21T00:31:59.364Zrunning 1 test
23522026-05-21T00:31:59.367Z -------
23532026-05-21T00:31:59.367Z Generating OpenAPI documents from API definitions ...
23542026-05-21T00:31:59.503Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23552026-05-21T00:31:59.569Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23562026-05-21T00:32:00.630Z -------
23572026-05-21T00:32:00.630Z Checking 12 OpenAPI documents...
23582026-05-21T00:32:00.630Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-05-21T00:32:00.630Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-05-21T00:32:00.630Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-05-21T00:32:00.630Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23622026-05-21T00:32:00.630Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-05-21T00:32:00.630Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-05-21T00:32:00.633Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-05-21T00:32:00.633Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-05-21T00:32:00.633Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-05-21T00:32:00.633Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-05-21T00:32:00.633Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-05-21T00:32:00.633Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-05-21T00:32:00.633Z Fresh dpd "latest" symlink
23712026-05-21T00:32:00.633Z -------
23722026-05-21T00:32:00.633Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23732026-05-21T00:32:00.691Ztest test::test_apis_up_to_date ... ok
23742026-05-21T00:32:00.691Z
23752026-05-21T00:32:00.691Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
23762026-05-21T00:32:00.691Z
23772026-05-21T00:32:00.741Z Running unittests src/main.rs (target/debug/deps/dpd-0bfd79035f98d2a8)
23782026-05-21T00:32:00.748Z
23792026-05-21T00:32:00.748Zrunning 18 tests
23802026-05-21T00:32:00.751Ztest freemap::test_ordering ... ok
23812026-05-21T00:32:00.751Ztest freemap::test_split ... ok
23822026-05-21T00:32:00.751Ztest config::tests::test_updates ... ok
23832026-05-21T00:32:00.751Ztest macaddrs::tests::test_mac_offset ... ok
23842026-05-21T00:32:00.751Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23852026-05-21T00:32:00.751Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23862026-05-21T00:32:00.751Ztest nat::test_mapping ... ok
23872026-05-21T00:32:00.754Ztest macaddrs::tests::test_parse_port_id ... ok
23882026-05-21T00:32:00.754Ztest port_map::tests::dump_map ... ok
23892026-05-21T00:32:00.754Ztest port_map::tests::test_backplane_group ... ok
23902026-05-21T00:32:00.754Ztest port_map::tests::test_port_map ... ok
23912026-05-21T00:32:00.754ZMay 21 00:31:59.010May 21 00:31:59.010 DEBG created new freemap May 21 00:31:59.010, unitDEBGDEBG : created new freemapcreated new freemap , , unitfreemap_testunit::
23922026-05-21T00:32:00.754Z freemap_testfreemap_test
23932026-05-21T00:32:00.754Z
23942026-05-21T00:32:00.754ZMay 21 00:31:59.010 May 21 00:31:59.010DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_test
23952026-05-21T00:32:00.754Zfreemap_testMay 21 00:31:59.010
23962026-05-21T00:32:00.754Z DEBGMay 21 00:31:59.010 initted freemap. size: 128DEBG, May 21 00:31:59.010reset freemap , unitunitDEBG: : freemap_testfreemap_test
23972026-05-21T00:32:00.754Zreset freemap
23982026-05-21T00:32:00.754Z, unit: freemap_test
23992026-05-21T00:32:00.754ZMay 21 00:31:59.010 DEBG reset freemap, unit: freemap_test
24002026-05-21T00:32:00.754ZMay 21 00:31:59.010 DEBG created new freemap, unit: freemap_test
24012026-05-21T00:32:00.754ZMay 21 00:31:59.010 DEBG initted freemap. size: 128, unit: freemap_test
24022026-05-21T00:32:00.754ZMay 21 00:31:59.010May 21 00:31:59.010 DEBGDEBG reset freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
24032026-05-21T00:32:00.754Z
24042026-05-21T00:32:00.754Ztest freemap::test_reclaim ... ok
24052026-05-21T00:32:00.754Ztest freemap::test_exhaustion ... ok
24062026-05-21T00:32:00.754ZMay 21 00:31:59.010 DEBG initted freemap. size: 128, unit: freemap_test
24072026-05-21T00:32:00.754ZMay 21 00:31:59.010 DEBG reset freemap, unit: freemap_test
24082026-05-21T00:32:00.754Ztest freemap::test_free ... ok
24092026-05-21T00:32:00.754Ztest freemap::test_basic ... ok
24102026-05-21T00:32:00.754Ztest freemap::test_span ... ok
24112026-05-21T00:32:00.755Ztest port_map::tests::parse_softnpu_revision ... ok
24122026-05-21T00:32:00.755Ztest api_server::tests::test_build_info ... ok
24132026-05-21T00:32:00.755Z
24142026-05-21T00:32:00.755Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
24152026-05-21T00:32:00.755Z
24162026-05-21T00:32:00.758Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-d14c03992b67f38f)
24172026-05-21T00:32:00.758Z
24182026-05-21T00:32:00.758Zrunning 0 tests
24192026-05-21T00:32:00.758Z
24202026-05-21T00:32:00.758Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24212026-05-21T00:32:00.758Z
24222026-05-21T00:32:00.758Z Running unittests src/lib.rs (target/debug/deps/dpd_api-af2baea715bacc74)
24232026-05-21T00:32:00.761Z
24242026-05-21T00:32:00.761Zrunning 0 tests
24252026-05-21T00:32:00.761Z
24262026-05-21T00:32:00.761Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24272026-05-21T00:32:00.761Z
24282026-05-21T00:32:00.761Z Running unittests src/lib.rs (target/debug/deps/dpd_client-22cde76c4d9ae876)
24292026-05-21T00:32:00.764Z
24302026-05-21T00:32:00.764Zrunning 6 tests
24312026-05-21T00:32:00.764Ztest tests::test_full_lot_id_lotnum_only ... ok
24322026-05-21T00:32:00.764Ztest tests::test_full_lot_id_neither_present ... ok
24332026-05-21T00:32:00.764Ztest tests::test_full_lot_id_both_present ... ok
24342026-05-21T00:32:00.764Ztest tests::test_full_lot_id_lot_only ... ok
24352026-05-21T00:32:00.764Ztest tests::test_parse_client_port_id ... ok
24362026-05-21T00:32:00.764Ztest tests::test_port_id_cmp ... ok
24372026-05-21T00:32:00.764Z
24382026-05-21T00:32:00.764Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24392026-05-21T00:32:00.764Z
24402026-05-21T00:32:00.764Z Running tests/test_all.rs (target/debug/deps/test_all-d504420349017f64)
24412026-05-21T00:32:00.767Z
24422026-05-21T00:32:00.767Zrunning 0 tests
24432026-05-21T00:32:00.767Z
24442026-05-21T00:32:00.767Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24452026-05-21T00:32:00.767Z
24462026-05-21T00:32:00.767Z Running unittests src/lib.rs (target/debug/deps/dpd_types-08357012f5f7ad7c)
24472026-05-21T00:32:00.767Z
24482026-05-21T00:32:00.767Zrunning 0 tests
24492026-05-21T00:32:00.767Z
24502026-05-21T00:32:00.767Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24512026-05-21T00:32:00.767Z
24522026-05-21T00:32:00.767Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-320b71cb0b6616a6)
24532026-05-21T00:32:00.770Z
24542026-05-21T00:32:00.770Zrunning 0 tests
24552026-05-21T00:32:00.770Z
24562026-05-21T00:32:00.770Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24572026-05-21T00:32:00.770Z
24582026-05-21T00:32:00.770Z Running unittests src/lib.rs (target/debug/deps/packet-31c9a86fb7924b3a)
24592026-05-21T00:32:00.770Z
24602026-05-21T00:32:00.770Zrunning 12 tests
24612026-05-21T00:32:00.773Ztest icmp::test_v6_checksum ... ok
24622026-05-21T00:32:00.773Ztest lldp::test_lldp_parse ... ok
24632026-05-21T00:32:00.773Ztest icmp::test_v4_checksum ... ok
24642026-05-21T00:32:00.773Ztest pbuf::test_byte ... ok
24652026-05-21T00:32:00.773Ztest ipv6::test_ipv6_parse ... ok
24662026-05-21T00:32:00.773Ztest pbuf::test_nibble ... ok
24672026-05-21T00:32:00.773Ztest pbuf::test_short ... ok
24682026-05-21T00:32:00.773Ztest pbuf::test_overflow ... ok
24692026-05-21T00:32:00.773Ztest pbuf::test_twelve ... ok
24702026-05-21T00:32:00.773Ztest pbuf::test_word ... ok
24712026-05-21T00:32:00.773Ztest tcp::test_checksum_ack_data ... ok
24722026-05-21T00:32:00.773Ztest tcp::test_checksum_syn_nodata ... ok
24732026-05-21T00:32:00.773Z
24742026-05-21T00:32:00.773Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24752026-05-21T00:32:00.773Z
24762026-05-21T00:32:00.773Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
24772026-05-21T00:32:00.773Z
24782026-05-21T00:32:00.773Zrunning 0 tests
24792026-05-21T00:32:00.773Z
24802026-05-21T00:32:00.773Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24812026-05-21T00:32:00.773Z
24822026-05-21T00:32:00.773Z Running unittests src/main.rs (target/debug/deps/swadm-9fa95dc7f9b4aead)
24832026-05-21T00:32:00.776Z
24842026-05-21T00:32:00.776Zrunning 5 tests
24852026-05-21T00:32:00.776Ztest switchport::test::test_compute_lanes ... ok
24862026-05-21T00:32:00.777Ztest switchport::test::port_id_ordering ... ok
24872026-05-21T00:32:00.777Z Lane 0 Lane 1 Lane 2 Lane 3
24882026-05-21T00:32:00.777Z Lane 0 Rx Loss-of-lock: Yes Yes Lane 1Yes Yes
24892026-05-21T00:32:00.777ZLane 2 Rx Loss-of-signal: YesLane 3
24902026-05-21T00:32:00.777ZYes State: ActivatedYes Yes
24912026-05-21T00:32:00.777ZActivated Rx CDR Enabled: Yes YesActivated Activated
24922026-05-21T00:32:00.777ZYes Rx Output Enabled: falseYes
24932026-05-21T00:32:00.777Zfalse Tx Enabled: Yes false Yesfalse
24942026-05-21T00:32:00.777ZYes Rx Output Status: validYes
24952026-05-21T00:32:00.777Zvalid Tx Loss-of-lock: No Novalid valid
24962026-05-21T00:32:00.777ZNo Rx Loss-of-lock: trueNo
24972026-05-21T00:32:00.777Z Tx Loss-of-signal: No true Notrue trueNo
24982026-05-21T00:32:00.777ZNo
24992026-05-21T00:32:00.777Z Rx Loss-of-signal: false Tx CDR Enabled: Nofalse Nofalse falseNo
25002026-05-21T00:32:00.777Z No
25012026-05-21T00:32:00.777ZRx Auto-squelch Disable: true Tx Adaptive EQ Fault: No trueNo trueNo trueNo
25022026-05-21T00:32:00.777Z
25032026-05-21T00:32:00.777Z Tx Output Enabled: true Tx Fault: Yes trueYes trueYes true
25042026-05-21T00:32:00.777ZYes
25052026-05-21T00:32:00.777Z Tx Output Status: invalid invalid invalid invalid
25062026-05-21T00:32:00.777Z Tx Loss-of-lock: false false false false
25072026-05-21T00:32:00.777Z Tx Loss-of-signal: true true true true
25082026-05-21T00:32:00.777ZTx Auto-squelch Disable: false false false false
25092026-05-21T00:32:00.777Z Tx Adaptive EQ Fail: true true true true
25102026-05-21T00:32:00.777Z Tx Failure: false false false false
25112026-05-21T00:32:00.777Z Tx Force Squelch: true true true true
25122026-05-21T00:32:00.777Z Tx Input Polarity: normal normal normal normal
25132026-05-21T00:32:00.777Ztest switchport::test::test_print_sff_datapath ... ok
25142026-05-21T00:32:00.777Ztest switchport::test::test_print_cmis_datapath ... ok
25152026-05-21T00:32:00.777Ztest link::test_filter ... ok
25162026-05-21T00:32:00.777Z
25172026-05-21T00:32:00.777Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25182026-05-21T00:32:00.777Z
25192026-05-21T00:32:00.780Z Running tests/counters.rs (target/debug/deps/counters-527b28677dd28a34)
25202026-05-21T00:32:00.780Z
25212026-05-21T00:32:00.780Zrunning 1 test
25222026-05-21T00:32:00.780Ztest test_p4_counter_list ... ignored
25232026-05-21T00:32:00.780Z
25242026-05-21T00:32:00.780Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25252026-05-21T00:32:00.780Z
25262026-05-21T00:32:00.781Z Running tests/port-link.rs (target/debug/deps/port_link-f19cb95367da4378)
25272026-05-21T00:32:00.781Z
25282026-05-21T00:32:00.781Zrunning 5 tests
25292026-05-21T00:32:00.781Ztest test_an ... ignored
25302026-05-21T00:32:00.781Ztest test_enable ... ignored
25312026-05-21T00:32:00.781Ztest test_ip_addresses ... ignored
25322026-05-21T00:32:00.781Ztest test_kr ... ignored
25332026-05-21T00:32:00.781Ztest test_mac ... ignored
25342026-05-21T00:32:00.781Z
25352026-05-21T00:32:00.781Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25362026-05-21T00:32:00.781Z
25372026-05-21T00:32:00.781Z Running unittests src/main.rs (target/debug/deps/tfportd-46c376230baa5daf)
25382026-05-21T00:32:00.784Z
25392026-05-21T00:32:00.784Zrunning 3 tests
25402026-05-21T00:32:00.784Ztest linklocal::test_parse_ipadm ... ok
25412026-05-21T00:32:00.784Ztest tfport::test_parse_tfport ... ok
25422026-05-21T00:32:00.784Ztest config::tests::test_updates ... ok
25432026-05-21T00:32:00.784Z
25442026-05-21T00:32:00.784Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25452026-05-21T00:32:00.784Z
25462026-05-21T00:32:00.784Z Running unittests src/main.rs (target/debug/deps/uplinkd-20ce04c0f0e4962a)
25472026-05-21T00:32:00.787Z
25482026-05-21T00:32:00.787Zrunning 0 tests
25492026-05-21T00:32:00.787Z
25502026-05-21T00:32:00.787Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25512026-05-21T00:32:00.787Z
25522026-05-21T00:32:00.787Z Running unittests src/main.rs (target/debug/deps/xtask-576c90379f36fd8c)
25532026-05-21T00:32:00.787Z
25542026-05-21T00:32:00.787Zrunning 0 tests
25552026-05-21T00:32:00.787Z
25562026-05-21T00:32:00.787Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25572026-05-21T00:32:00.787Z
25582026-05-21T00:32:00.787Z Doc-tests aal
25592026-05-21T00:32:00.910Z
25602026-05-21T00:32:00.910Zrunning 0 tests
25612026-05-21T00:32:00.910Z
25622026-05-21T00:32:00.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25632026-05-21T00:32:00.910Z
25642026-05-21T00:32:00.925Z Doc-tests aal_macros
25652026-05-21T00:32:00.992Z
25662026-05-21T00:32:00.992Zrunning 0 tests
25672026-05-21T00:32:00.992Z
25682026-05-21T00:32:00.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25692026-05-21T00:32:00.992Z
25702026-05-21T00:32:01.002Z Doc-tests common
25712026-05-21T00:32:01.225Z
25722026-05-21T00:32:01.225Zrunning 0 tests
25732026-05-21T00:32:01.225Z
25742026-05-21T00:32:01.225Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25752026-05-21T00:32:01.225Z
25762026-05-21T00:32:01.244Z Doc-tests dpd_api
25772026-05-21T00:32:01.986Z
25782026-05-21T00:32:01.986Zrunning 2 tests
25792026-05-21T00:32:01.986Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25802026-05-21T00:32:01.986Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25812026-05-21T00:32:01.986Z
25822026-05-21T00:32:01.986Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25832026-05-21T00:32:01.986Z
25842026-05-21T00:32:02.017Z Doc-tests dpd_client
25852026-05-21T00:32:03.297Z
25862026-05-21T00:32:03.297Zrunning 0 tests
25872026-05-21T00:32:03.297Z
25882026-05-21T00:32:03.297Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25892026-05-21T00:32:03.297Z
25902026-05-21T00:32:03.339Z Doc-tests dpd_types
25912026-05-21T00:32:03.548Z
25922026-05-21T00:32:03.548Zrunning 0 tests
25932026-05-21T00:32:03.548Z
25942026-05-21T00:32:03.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25952026-05-21T00:32:03.548Z
25962026-05-21T00:32:03.573Z Doc-tests dpd_types_versions
25972026-05-21T00:32:04.772Z
25982026-05-21T00:32:04.772Zrunning 1 test
25992026-05-21T00:32:04.772Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
26002026-05-21T00:32:04.772Z
26012026-05-21T00:32:04.772Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
26022026-05-21T00:32:04.772Z
26032026-05-21T00:32:04.814Z Doc-tests packet
26042026-05-21T00:32:04.922Z
26052026-05-21T00:32:04.922Zrunning 0 tests
26062026-05-21T00:32:04.922Z
26072026-05-21T00:32:04.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26082026-05-21T00:32:04.922Z
26092026-05-21T00:32:04.937Z Doc-tests pcap
26102026-05-21T00:32:04.989Z
26112026-05-21T00:32:04.989Zrunning 0 tests
26122026-05-21T00:32:04.989Z
26132026-05-21T00:32:04.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26142026-05-21T00:32:04.989Z
26152026-05-21T00:32:05.055Z+ for feat in tofino_stub tofino_asic softnpu chaos
26162026-05-21T00:32:05.055Z+ RUST_BACKTRACE=full
26172026-05-21T00:32:05.055Z+ cargo test --features tofino_asic --no-fail-fast
26182026-05-21T00:32:05.647Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
26192026-05-21T00:32:05.723Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
26202026-05-21T00:32:05.729Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
26212026-05-21T00:32:05.736Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
26222026-05-21T00:32:14.252Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
26232026-05-21T00:32:14.271Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26242026-05-21T00:32:53.832Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.76s
26252026-05-21T00:32:53.940Z Running unittests src/lib.rs (target/debug/deps/aal-06fe4210bd6c68e5)
26262026-05-21T00:32:53.943Z
26272026-05-21T00:32:53.943Zrunning 5 tests
26282026-05-21T00:32:53.946Ztest fuse::tests::chip_revision_b1 ... ok
26292026-05-21T00:32:53.946Ztest fuse::tests::chip_revision_b0 ... ok
26302026-05-21T00:32:53.946Ztest fuse::tests::chip_revision_a0 ... ok
26312026-05-21T00:32:53.946Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26322026-05-21T00:32:53.946Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26332026-05-21T00:32:53.946Z
26342026-05-21T00:32:53.946Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26352026-05-21T00:32:53.946Z
26362026-05-21T00:32:53.946Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26372026-05-21T00:32:53.949Z
26382026-05-21T00:32:53.949Zrunning 0 tests
26392026-05-21T00:32:53.949Z
26402026-05-21T00:32:53.949Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26412026-05-21T00:32:53.949Z
26422026-05-21T00:32:53.949Z Running unittests src/lib.rs (target/debug/deps/asic-d13cc91f3efc5206)
26432026-05-21T00:32:54.031Z
26442026-05-21T00:32:54.031Zrunning 8 tests
26452026-05-21T00:32:54.034Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26462026-05-21T00:32:54.034Ztest tofino_asic::qsfp::tests::fix_link ... ok
26472026-05-21T00:32:54.034Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26482026-05-21T00:32:54.034Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26492026-05-21T00:32:54.034Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26502026-05-21T00:32:54.034Ztest tofino_asic::stats::constants_sanity_check ... ok
26512026-05-21T00:32:54.041Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26522026-05-21T00:32:54.532Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26532026-05-21T00:32:54.533Z
26542026-05-21T00:32:54.533Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26552026-05-21T00:32:54.533Z
26562026-05-21T00:32:54.541Z Running unittests src/lib.rs (target/debug/deps/common-02dc8b9c8e3708fe)
26572026-05-21T00:32:54.544Z
26582026-05-21T00:32:54.544Zrunning 10 tests
26592026-05-21T00:32:54.544Ztest nat::tests::test_vni ... ok
26602026-05-21T00:32:54.544Ztest network::tests::test_equal ... ok
26612026-05-21T00:32:54.544Ztest network::tests::test_eui64 ... ok
26622026-05-21T00:32:54.547Ztest network::tests::test_generate_ipv6_link_local ... ok
26632026-05-21T00:32:54.547Ztest network::tests::test_into ... ok
26642026-05-21T00:32:54.547Ztest network::tests::test_not_equal ... ok
26652026-05-21T00:32:54.547Ztest network::tests::test_to_string ... ok
26662026-05-21T00:32:54.547Ztest network::tests::test_parse ... ok
26672026-05-21T00:32:54.547Ztest test_purge ... ok
26682026-05-21T00:32:54.550Ztest illumos::test::address_exists_handles_missing_object ... ok
26692026-05-21T00:32:54.550Z
26702026-05-21T00:32:54.550Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26712026-05-21T00:32:54.550Z
26722026-05-21T00:32:54.550Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-54fee1cdb13ec69d)
26732026-05-21T00:32:54.553Z
26742026-05-21T00:32:54.553Zrunning 1 test
26752026-05-21T00:32:54.553Z -------
26762026-05-21T00:32:54.553Z Generating OpenAPI documents from API definitions ...
26772026-05-21T00:32:54.695Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26782026-05-21T00:32:54.762Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26792026-05-21T00:32:55.829Z -------
26802026-05-21T00:32:55.829Z Checking 12 OpenAPI documents...
26812026-05-21T00:32:55.829Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26822026-05-21T00:32:55.829Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26832026-05-21T00:32:55.829Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26842026-05-21T00:32:55.829Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26852026-05-21T00:32:55.829Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26862026-05-21T00:32:55.829Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26872026-05-21T00:32:55.833Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26882026-05-21T00:32:55.833Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26892026-05-21T00:32:55.833Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26902026-05-21T00:32:55.833Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26912026-05-21T00:32:55.833Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
26922026-05-21T00:32:55.833Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
26932026-05-21T00:32:55.833Z Fresh dpd "latest" symlink
26942026-05-21T00:32:55.833Z -------
26952026-05-21T00:32:55.833Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
26962026-05-21T00:32:55.888Ztest test::test_apis_up_to_date ... ok
26972026-05-21T00:32:55.888Z
26982026-05-21T00:32:55.888Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s
26992026-05-21T00:32:55.888Z
27002026-05-21T00:32:55.945Z Running unittests src/main.rs (target/debug/deps/dpd-592744f799d19af9)
27012026-05-21T00:32:56.008Z
27022026-05-21T00:32:56.008Zrunning 50 tests
27032026-05-21T00:32:56.011Ztest freemap::test_ordering ... ok
27042026-05-21T00:32:56.012Ztest freemap::test_split ... ok
27052026-05-21T00:32:56.012Ztest config::tests::test_updates ... ok
27062026-05-21T00:32:56.012Ztest macaddrs::tests::test_mac_offset ... ok
27072026-05-21T00:32:56.012Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
27082026-05-21T00:32:56.012Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
27092026-05-21T00:32:56.012Ztest macaddrs::tests::test_parse_port_id ... ok
27102026-05-21T00:32:56.012Ztest nat::test_mapping ... ok
27112026-05-21T00:32:56.012Ztest port_map::tests::dump_map ... ok
27122026-05-21T00:32:56.015Ztest port_map::tests::test_backplane_group ... ok
27132026-05-21T00:32:56.015Ztest port_map::tests::test_port_map ... ok
27142026-05-21T00:32:56.016Ztest transceivers::mpn_test::test_mpn_missing ... ok
27152026-05-21T00:32:56.016Ztest transceivers::mpn_test::test_mpn_present ... ok
27162026-05-21T00:32:56.016Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27172026-05-21T00:32:56.016ZMay 21 00:32:54.265 DEBG created new freemap, unit: freemap_test
27182026-05-21T00:32:56.016ZMay 21 00:32:54.265 DEBG initted freemap. size: 128, unit: freemap_testMay 21 00:32:54.265
27192026-05-21T00:32:56.016Z DEBG May 21 00:32:54.265May 21 00:32:54.265 created new freemap DEBG, DEBGreset freemap , unitunitcreated new freemap:: , freemap_testunit :May 21 00:32:54.265
27202026-05-21T00:32:56.016Z freemap_testfreemap_test
27212026-05-21T00:32:56.016ZDEBG
27222026-05-21T00:32:56.016Z created new freemap, unitMay 21 00:32:54.265: May 21 00:32:54.265DEBG freemap_test DEBG
27232026-05-21T00:32:56.016Zinitted freemap. size: 128 , initted freemap. size: 128unit, :unitMay 21 00:32:54.265: freemap_testfreemap_test
27242026-05-21T00:32:56.016Z
27252026-05-21T00:32:56.016ZDEBG initted freemap. size: 128, unit:May 21 00:32:54.265 DEBGfreemap_test
27262026-05-21T00:32:56.016Zreset freemapMay 21 00:32:54.265, unitMay 21 00:32:54.265:DEBG freemap_test
27272026-05-21T00:32:56.016ZDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
27282026-05-21T00:32:56.016Z
27292026-05-21T00:32:56.016ZMay 21 00:32:54.265 DEBG created new freemap, unit: freemap_test
27302026-05-21T00:32:56.016Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27312026-05-21T00:32:56.016ZMay 21 00:32:54.265 DEBG initted freemap. size: 128, unit: freemap_test
27322026-05-21T00:32:56.016ZMay 21 00:32:54.265 DEBG reset freemap, unit: freemap_test
27332026-05-21T00:32:56.016Ztest freemap::test_free ... ok
27342026-05-21T00:32:56.016Ztest freemap::test_reclaim ... ok
27352026-05-21T00:32:56.016Ztest freemap::test_basic ... ok
27362026-05-21T00:32:56.016Ztest freemap::test_exhaustion ... ok
27372026-05-21T00:32:56.016Ztest freemap::test_span ... ok
27382026-05-21T00:32:56.016Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27392026-05-21T00:32:56.016Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27402026-05-21T00:32:56.016Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27412026-05-21T00:32:56.016Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27422026-05-21T00:32:56.016Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27432026-05-21T00:32:56.016Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27442026-05-21T00:32:56.016Ztest port_map::tests::parse_softnpu_revision ... ok
27452026-05-21T00:32:56.016Ztest api_server::tests::test_build_info ... ok
27462026-05-21T00:32:56.016Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27472026-05-21T00:32:56.016Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27482026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27492026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27502026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27512026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27522026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27532026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27542026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27552026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27562026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27572026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27582026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27592026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27602026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27612026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27622026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27632026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27642026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27652026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27662026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27672026-05-21T00:32:56.017Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27682026-05-21T00:32:56.017Z
27692026-05-21T00:32:56.017Ztest result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27702026-05-21T00:32:56.017Z
27712026-05-21T00:32:56.028Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-47e1240563760e5a)
27722026-05-21T00:32:56.031Z
27732026-05-21T00:32:56.031Zrunning 0 tests
27742026-05-21T00:32:56.031Z
27752026-05-21T00:32:56.031Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27762026-05-21T00:32:56.031Z
27772026-05-21T00:32:56.031Z Running unittests src/lib.rs (target/debug/deps/dpd_api-af2baea715bacc74)
27782026-05-21T00:32:56.034Z
27792026-05-21T00:32:56.034Zrunning 0 tests
27802026-05-21T00:32:56.034Z
27812026-05-21T00:32:56.034Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27822026-05-21T00:32:56.034Z
27832026-05-21T00:32:56.034Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e8630f6a28671135)
27842026-05-21T00:32:56.034Z
27852026-05-21T00:32:56.034Zrunning 6 tests
27862026-05-21T00:32:56.037Ztest tests::test_full_lot_id_neither_present ... ok
27872026-05-21T00:32:56.037Ztest tests::test_parse_client_port_id ... ok
27882026-05-21T00:32:56.037Ztest tests::test_port_id_cmp ... ok
27892026-05-21T00:32:56.037Ztest tests::test_full_lot_id_lotnum_only ... ok
27902026-05-21T00:32:56.037Ztest tests::test_full_lot_id_both_present ... ok
27912026-05-21T00:32:56.037Ztest tests::test_full_lot_id_lot_only ... ok
27922026-05-21T00:32:56.037Z
27932026-05-21T00:32:56.037Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27942026-05-21T00:32:56.037Z
27952026-05-21T00:32:56.037Z Running tests/test_all.rs (target/debug/deps/test_all-0577e675da5694f3)
27962026-05-21T00:32:56.037Z
27972026-05-21T00:32:56.038Zrunning 0 tests
27982026-05-21T00:32:56.038Z
27992026-05-21T00:32:56.038Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28002026-05-21T00:32:56.038Z
28012026-05-21T00:32:56.038Z Running unittests src/lib.rs (target/debug/deps/dpd_types-08357012f5f7ad7c)
28022026-05-21T00:32:56.041Z
28032026-05-21T00:32:56.041Zrunning 0 tests
28042026-05-21T00:32:56.041Z
28052026-05-21T00:32:56.041Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28062026-05-21T00:32:56.041Z
28072026-05-21T00:32:56.041Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-320b71cb0b6616a6)
28082026-05-21T00:32:56.041Z
28092026-05-21T00:32:56.041Zrunning 0 tests
28102026-05-21T00:32:56.041Z
28112026-05-21T00:32:56.041Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28122026-05-21T00:32:56.041Z
28132026-05-21T00:32:56.041Z Running unittests src/lib.rs (target/debug/deps/packet-31c9a86fb7924b3a)
28142026-05-21T00:32:56.045Z
28152026-05-21T00:32:56.045Zrunning 12 tests
28162026-05-21T00:32:56.045Ztest icmp::test_v4_checksum ... ok
28172026-05-21T00:32:56.045Ztest pbuf::test_byte ... ok
28182026-05-21T00:32:56.045Ztest ipv6::test_ipv6_parse ... ok
28192026-05-21T00:32:56.045Ztest icmp::test_v6_checksum ... ok
28202026-05-21T00:32:56.045Ztest pbuf::test_nibble ... ok
28212026-05-21T00:32:56.045Ztest lldp::test_lldp_parse ... ok
28222026-05-21T00:32:56.045Ztest pbuf::test_short ... ok
28232026-05-21T00:32:56.045Ztest pbuf::test_overflow ... ok
28242026-05-21T00:32:56.045Ztest pbuf::test_twelve ... ok
28252026-05-21T00:32:56.045Ztest pbuf::test_word ... ok
28262026-05-21T00:32:56.045Ztest tcp::test_checksum_ack_data ... ok
28272026-05-21T00:32:56.045Ztest tcp::test_checksum_syn_nodata ... ok
28282026-05-21T00:32:56.045Z
28292026-05-21T00:32:56.045Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28302026-05-21T00:32:56.045Z
28312026-05-21T00:32:56.045Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
28322026-05-21T00:32:56.048Z
28332026-05-21T00:32:56.048Zrunning 0 tests
28342026-05-21T00:32:56.048Z
28352026-05-21T00:32:56.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28362026-05-21T00:32:56.048Z
28372026-05-21T00:32:56.048Z Running unittests src/main.rs (target/debug/deps/swadm-12566eb71dd882e9)
28382026-05-21T00:32:56.048Z
28392026-05-21T00:32:56.049Zrunning 5 tests
28402026-05-21T00:32:56.049Ztest switchport::test::test_compute_lanes ... ok
28412026-05-21T00:32:56.052Ztest switchport::test::port_id_ordering ... ok
28422026-05-21T00:32:56.052Z Lane 0 Lane 1 Lane 2 Lane 0 Lane 3
28432026-05-21T00:32:56.052ZLane 1 State: ActivatedLane 2 ActivatedLane 3 Activated
28442026-05-21T00:32:56.052Z Activated
28452026-05-21T00:32:56.052Z Rx Loss-of-lock: Yes Rx Output Enabled: false Yes false Yesfalse Yesfalse
28462026-05-21T00:32:56.052Z
28472026-05-21T00:32:56.052Z Rx Output Status: valid Rx Loss-of-signal: Yes valid Yes validYes validYes
28482026-05-21T00:32:56.052Z
28492026-05-21T00:32:56.052Z Rx Loss-of-lock: true Rx CDR Enabled: Yes trueYes Yestrue trueYes
28502026-05-21T00:32:56.052Z
28512026-05-21T00:32:56.052Z Tx Enabled: Yes Rx Loss-of-signal: falseYes false Yes falseYes
28522026-05-21T00:32:56.052Zfalse Tx Loss-of-lock: No
28532026-05-21T00:32:56.052Z Rx Auto-squelch Disable: trueNo trueNo Notrue
28542026-05-21T00:32:56.052Z true Tx Loss-of-signal: No
28552026-05-21T00:32:56.052Z Tx Output Enabled: trueNo trueNo No
28562026-05-21T00:32:56.052Ztrue Tx CDR Enabled: No trueNo
28572026-05-21T00:32:56.052Z Tx Output Status: invalid Noinvalid No
28582026-05-21T00:32:56.052Zinvalid Tx Adaptive EQ Fault: Noinvalid
28592026-05-21T00:32:56.052ZNo Tx Loss-of-lock: falseNo Nofalse
28602026-05-21T00:32:56.052Z Tx Fault: Yesfalse falseYes
28612026-05-21T00:32:56.052Z Yes Tx Loss-of-signal: true Yes
28622026-05-21T00:32:56.052Ztrue true true
28632026-05-21T00:32:56.052ZTx Auto-squelch Disable: false false false false
28642026-05-21T00:32:56.052Z Tx Adaptive EQ Fail: true true true true
28652026-05-21T00:32:56.052Z Tx Failure: false false false false
28662026-05-21T00:32:56.052Z Tx Force Squelch: true true true true
28672026-05-21T00:32:56.052Z Tx Input Polarity: normal normal normal normal
28682026-05-21T00:32:56.052Ztest switchport::test::test_print_sff_datapath ... ok
28692026-05-21T00:32:56.052Ztest switchport::test::test_print_cmis_datapath ... ok
28702026-05-21T00:32:56.052Ztest link::test_filter ... ok
28712026-05-21T00:32:56.052Z
28722026-05-21T00:32:56.052Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28732026-05-21T00:32:56.052Z
28742026-05-21T00:32:56.052Z Running tests/counters.rs (target/debug/deps/counters-dcbdbb5759c22c29)
28752026-05-21T00:32:56.053Z
28762026-05-21T00:32:56.053Zrunning 1 test
28772026-05-21T00:32:56.053Ztest test_p4_counter_list ... ignored
28782026-05-21T00:32:56.053Z
28792026-05-21T00:32:56.053Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28802026-05-21T00:32:56.053Z
28812026-05-21T00:32:56.057Z Running tests/port-link.rs (target/debug/deps/port_link-8eb0edfc64ecf132)
28822026-05-21T00:32:56.057Z
28832026-05-21T00:32:56.057Zrunning 5 tests
28842026-05-21T00:32:56.057Ztest test_an ... ignored
28852026-05-21T00:32:56.057Ztest test_enable ... ignored
28862026-05-21T00:32:56.057Ztest test_ip_addresses ... ignored
28872026-05-21T00:32:56.057Ztest test_kr ... ignored
28882026-05-21T00:32:56.058Ztest test_mac ... ignored
28892026-05-21T00:32:56.058Z
28902026-05-21T00:32:56.058Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28912026-05-21T00:32:56.058Z
28922026-05-21T00:32:56.058Z Running unittests src/main.rs (target/debug/deps/tfportd-c555e2352cb90bdf)
28932026-05-21T00:32:56.058Z
28942026-05-21T00:32:56.058Zrunning 3 tests
28952026-05-21T00:32:56.061Ztest linklocal::test_parse_ipadm ... ok
28962026-05-21T00:32:56.061Ztest tfport::test_parse_tfport ... ok
28972026-05-21T00:32:56.061Ztest config::tests::test_updates ... ok
28982026-05-21T00:32:56.061Z
28992026-05-21T00:32:56.061Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29002026-05-21T00:32:56.061Z
29012026-05-21T00:32:56.061Z Running unittests src/main.rs (target/debug/deps/uplinkd-20ce04c0f0e4962a)
29022026-05-21T00:32:56.061Z
29032026-05-21T00:32:56.061Zrunning 0 tests
29042026-05-21T00:32:56.061Z
29052026-05-21T00:32:56.061Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29062026-05-21T00:32:56.061Z
29072026-05-21T00:32:56.061Z Running unittests src/main.rs (target/debug/deps/xtask-576c90379f36fd8c)
29082026-05-21T00:32:56.061Z
29092026-05-21T00:32:56.061Zrunning 0 tests
29102026-05-21T00:32:56.061Z
29112026-05-21T00:32:56.061Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29122026-05-21T00:32:56.061Z
29132026-05-21T00:32:56.061Z Doc-tests aal
29142026-05-21T00:32:56.177Z
29152026-05-21T00:32:56.177Zrunning 0 tests
29162026-05-21T00:32:56.177Z
29172026-05-21T00:32:56.177Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29182026-05-21T00:32:56.177Z
29192026-05-21T00:32:56.191Z Doc-tests aal_macros
29202026-05-21T00:32:56.258Z
29212026-05-21T00:32:56.258Zrunning 0 tests
29222026-05-21T00:32:56.258Z
29232026-05-21T00:32:56.258Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29242026-05-21T00:32:56.258Z
29252026-05-21T00:32:56.268Z Doc-tests common
29262026-05-21T00:32:56.504Z
29272026-05-21T00:32:56.504Zrunning 0 tests
29282026-05-21T00:32:56.505Z
29292026-05-21T00:32:56.505Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29302026-05-21T00:32:56.505Z
29312026-05-21T00:32:56.526Z Doc-tests dpd_api
29322026-05-21T00:32:57.256Z
29332026-05-21T00:32:57.256Zrunning 2 tests
29342026-05-21T00:32:57.256Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29352026-05-21T00:32:57.256Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29362026-05-21T00:32:57.256Z
29372026-05-21T00:32:57.256Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29382026-05-21T00:32:57.256Z
29392026-05-21T00:32:57.288Z Doc-tests dpd_client
29402026-05-21T00:32:58.663Z
29412026-05-21T00:32:58.663Zrunning 0 tests
29422026-05-21T00:32:58.663Z
29432026-05-21T00:32:58.663Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29442026-05-21T00:32:58.663Z
29452026-05-21T00:32:58.667Z Doc-tests dpd_types
29462026-05-21T00:32:58.855Z
29472026-05-21T00:32:58.855Zrunning 0 tests
29482026-05-21T00:32:58.855Z
29492026-05-21T00:32:58.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29502026-05-21T00:32:58.856Z
29512026-05-21T00:32:58.863Z Doc-tests dpd_types_versions
29522026-05-21T00:33:00.046Z
29532026-05-21T00:33:00.046Zrunning 1 test
29542026-05-21T00:33:00.046Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29552026-05-21T00:33:00.046Z
29562026-05-21T00:33:00.046Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29572026-05-21T00:33:00.046Z
29582026-05-21T00:33:00.163Z Doc-tests packet
29592026-05-21T00:33:00.192Z
29602026-05-21T00:33:00.192Zrunning 0 tests
29612026-05-21T00:33:00.192Z
29622026-05-21T00:33:00.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29632026-05-21T00:33:00.192Z
29642026-05-21T00:33:00.227Z Doc-tests pcap
29652026-05-21T00:33:00.261Z
29662026-05-21T00:33:00.261Zrunning 0 tests
29672026-05-21T00:33:00.261Z
29682026-05-21T00:33:00.261Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29692026-05-21T00:33:00.261Z
29702026-05-21T00:33:00.304Z+ for feat in tofino_stub tofino_asic softnpu chaos
29712026-05-21T00:33:00.304Z+ RUST_BACKTRACE=full
29722026-05-21T00:33:00.304Z+ cargo test --features softnpu --no-fail-fast
29732026-05-21T00:33:00.942Z Compiling num-integer v0.1.46
29742026-05-21T00:33:01.028Z Compiling num-complex v0.4.6
29752026-05-21T00:33:01.068Z Compiling bitstruct_derive v0.1.0
29762026-05-21T00:33:01.073Z Compiling tap v1.0.1
29772026-05-21T00:33:01.189Z Compiling wyz v0.5.1
29782026-05-21T00:33:01.329Z Compiling num-iter v0.1.45
29792026-05-21T00:33:01.356Z Compiling num-rational v0.4.2
29802026-05-21T00:33:01.372Z Compiling num-bigint v0.4.6
29812026-05-21T00:33:01.456Z Compiling radium v0.7.0
29822026-05-21T00:33:01.466Z Compiling funty v2.0.0
29832026-05-21T00:33:01.502Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29842026-05-21T00:33:01.566Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29852026-05-21T00:33:01.655Z Compiling num v0.4.3
29862026-05-21T00:33:01.736Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29872026-05-21T00:33:01.760Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29882026-05-21T00:33:01.772Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29892026-05-21T00:33:01.867Z Compiling bitvec v1.0.1
29902026-05-21T00:33:01.889Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29912026-05-21T00:33:02.026Z Compiling typeid v1.0.3
29922026-05-21T00:33:02.066Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29932026-05-21T00:33:02.127Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29942026-05-21T00:33:02.145Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29952026-05-21T00:33:02.186Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29962026-05-21T00:33:02.628Z Compiling ascii v1.1.0
29972026-05-21T00:33:03.573Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29982026-05-21T00:33:03.586Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29992026-05-21T00:33:03.586Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30002026-05-21T00:33:03.586Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
30012026-05-21T00:33:03.592Z Compiling erased-serde v0.4.8
30022026-05-21T00:33:03.592Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
30032026-05-21T00:33:03.592Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30042026-05-21T00:33:03.592Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
30052026-05-21T00:33:03.715Z Compiling bitstruct v0.1.1
30062026-05-21T00:33:04.034Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
30072026-05-21T00:33:04.061Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30082026-05-21T00:33:04.118Z Compiling serde_arrays v0.1.0
30092026-05-21T00:33:04.137Z Compiling libloading v0.7.4
30102026-05-21T00:33:04.305Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
30112026-05-21T00:33:04.905Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30122026-05-21T00:33:05.088Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30132026-05-21T00:33:05.146Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
30142026-05-21T00:33:06.285Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30152026-05-21T00:33:07.136Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
30162026-05-21T00:33:13.274Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30172026-05-21T00:33:13.487Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
30182026-05-21T00:33:13.487Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30192026-05-21T00:33:13.490Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30202026-05-21T00:33:13.550Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30212026-05-21T00:33:14.082Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
30222026-05-21T00:33:14.554Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30232026-05-21T00:33:15.940Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30242026-05-21T00:33:18.550Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30252026-05-21T00:33:19.042Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30262026-05-21T00:33:20.547Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30272026-05-21T00:33:21.886Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30282026-05-21T00:33:22.641Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30292026-05-21T00:33:22.713Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30302026-05-21T00:33:30.947Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30312026-05-21T00:33:33.014Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30322026-05-21T00:33:36.142Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30332026-05-21T00:34:16.660Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s
30342026-05-21T00:34:16.777Z Running unittests src/lib.rs (target/debug/deps/aal-4160512a2f76925d)
30352026-05-21T00:34:16.781Z
30362026-05-21T00:34:16.781Zrunning 5 tests
30372026-05-21T00:34:16.781Ztest fuse::tests::chip_revision_a0 ... ok
30382026-05-21T00:34:16.781Ztest fuse::tests::chip_revision_b1 ... ok
30392026-05-21T00:34:16.781Ztest fuse::tests::chip_revision_b0 ... ok
30402026-05-21T00:34:16.781Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30412026-05-21T00:34:16.782Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30422026-05-21T00:34:16.782Z
30432026-05-21T00:34:16.782Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30442026-05-21T00:34:16.782Z
30452026-05-21T00:34:16.782Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30462026-05-21T00:34:16.785Z
30472026-05-21T00:34:16.785Zrunning 0 tests
30482026-05-21T00:34:16.785Z
30492026-05-21T00:34:16.785Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30502026-05-21T00:34:16.785Z
30512026-05-21T00:34:16.785Z Running unittests src/lib.rs (target/debug/deps/asic-75570367bdc2c05a)
30522026-05-21T00:34:16.788Z
30532026-05-21T00:34:16.788Zrunning 0 tests
30542026-05-21T00:34:16.788Z
30552026-05-21T00:34:16.788Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30562026-05-21T00:34:16.788Z
30572026-05-21T00:34:16.788Z Running unittests src/lib.rs (target/debug/deps/common-02dc8b9c8e3708fe)
30582026-05-21T00:34:16.793Z
30592026-05-21T00:34:16.793Zrunning 10 tests
30602026-05-21T00:34:16.796Ztest nat::tests::test_vni ... ok
30612026-05-21T00:34:16.796Ztest network::tests::test_equal ... ok
30622026-05-21T00:34:16.796Ztest network::tests::test_eui64 ... ok
30632026-05-21T00:34:16.796Ztest network::tests::test_generate_ipv6_link_local ... ok
30642026-05-21T00:34:16.796Ztest network::tests::test_not_equal ... ok
30652026-05-21T00:34:16.796Ztest network::tests::test_into ... ok
30662026-05-21T00:34:16.796Ztest network::tests::test_to_string ... ok
30672026-05-21T00:34:16.796Ztest network::tests::test_parse ... ok
30682026-05-21T00:34:16.796Ztest test_purge ... ok
30692026-05-21T00:34:16.799Ztest illumos::test::address_exists_handles_missing_object ... ok
30702026-05-21T00:34:16.799Z
30712026-05-21T00:34:16.800Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30722026-05-21T00:34:16.800Z
30732026-05-21T00:34:16.803Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c85ea4f60a118597)
30742026-05-21T00:34:16.805Z
30752026-05-21T00:34:16.805Zrunning 1 test
30762026-05-21T00:34:16.809Z -------
30772026-05-21T00:34:16.809Z Generating OpenAPI documents from API definitions ...
30782026-05-21T00:34:16.947Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30792026-05-21T00:34:17.020Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30802026-05-21T00:34:18.050Z -------
30812026-05-21T00:34:18.050Z Checking 12 OpenAPI documents...
30822026-05-21T00:34:18.050Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30832026-05-21T00:34:18.050Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30842026-05-21T00:34:18.050Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30852026-05-21T00:34:18.094Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30862026-05-21T00:34:18.094Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30872026-05-21T00:34:18.094Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30882026-05-21T00:34:18.094Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30892026-05-21T00:34:18.094Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30902026-05-21T00:34:18.094Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
30912026-05-21T00:34:18.094Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
30922026-05-21T00:34:18.094Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
30932026-05-21T00:34:18.094Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
30942026-05-21T00:34:18.094Z Fresh dpd "latest" symlink
30952026-05-21T00:34:18.094Z -------
30962026-05-21T00:34:18.094Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
30972026-05-21T00:34:18.117Ztest test::test_apis_up_to_date ... ok
30982026-05-21T00:34:18.117Z
30992026-05-21T00:34:18.117Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
31002026-05-21T00:34:18.117Z
31012026-05-21T00:34:18.173Z Running unittests src/main.rs (target/debug/deps/dpd-a8350b534119003a)
31022026-05-21T00:34:18.178Z
31032026-05-21T00:34:18.178Zrunning 18 tests
31042026-05-21T00:34:18.181Ztest freemap::test_ordering ... ok
31052026-05-21T00:34:18.181Ztest freemap::test_split ... ok
31062026-05-21T00:34:18.181Ztest config::tests::test_updates ... ok
31072026-05-21T00:34:18.181Ztest macaddrs::tests::test_mac_offset ... ok
31082026-05-21T00:34:18.181Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
31092026-05-21T00:34:18.181Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
31102026-05-21T00:34:18.184Ztest macaddrs::tests::test_parse_port_id ... ok
31112026-05-21T00:34:18.184Ztest nat::test_mapping ... ok
31122026-05-21T00:34:18.184Ztest port_map::tests::dump_map ... ok
31132026-05-21T00:34:18.184Ztest port_map::tests::test_backplane_group ... ok
31142026-05-21T00:34:18.184Ztest port_map::tests::test_port_map ... ok
31152026-05-21T00:34:18.184ZMay 21 00:34:16.428May 21 00:34:16.428 DEBG DEBG created new freemapcreated new freemapMay 21 00:34:16.428 , DEBGunit, unitcreated new freemap::, unit :freemap_testMay 21 00:34:16.428 freemap_test freemap_test
31162026-05-21T00:34:18.184ZDEBG
31172026-05-21T00:34:18.184Z
31182026-05-21T00:34:18.184Z May 21 00:34:16.428created new freemap , DEBGunit :created new freemap May 21 00:34:16.428, freemap_testMay 21 00:34:16.428
31192026-05-21T00:34:18.184ZDEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unit:unitMay 21 00:34:16.428: freemap_test
31202026-05-21T00:34:18.184Zfreemap_testMay 21 00:34:16.428
31212026-05-21T00:34:18.184Z DEBGDEBG May 21 00:34:16.428initted freemap. size: 128initted freemap. size: 128 , May 21 00:34:16.428, DEBGunit reset freemapunit:, DEBG: unit reset freemap:freemap_test, freemap_test unitfreemap_test
31222026-05-21T00:34:18.184Z
31232026-05-21T00:34:18.184Z
31242026-05-21T00:34:18.184Z: freemap_test
31252026-05-21T00:34:18.184ZMay 21 00:34:16.428May 21 00:34:16.428 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
31262026-05-21T00:34:18.184Z
31272026-05-21T00:34:18.184Zunit: freemap_test
31282026-05-21T00:34:18.184ZMay 21 00:34:16.428 DEBG initted freemap. size: 128, unit: freemap_test
31292026-05-21T00:34:18.184ZMay 21 00:34:16.428 DEBG reset freemap, unit: freemap_test
31302026-05-21T00:34:18.184Ztest freemap::test_basic ... ok
31312026-05-21T00:34:18.184Ztest freemap::test_reclaim ... ok
31322026-05-21T00:34:18.184Ztest freemap::test_span ... ok
31332026-05-21T00:34:18.184Ztest freemap::test_free ... ok
31342026-05-21T00:34:18.184Ztest freemap::test_exhaustion ... ok
31352026-05-21T00:34:18.184Ztest port_map::tests::parse_softnpu_revision ... ok
31362026-05-21T00:34:18.184Ztest api_server::tests::test_build_info ... ok
31372026-05-21T00:34:18.185Z
31382026-05-21T00:34:18.185Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31392026-05-21T00:34:18.185Z
31402026-05-21T00:34:18.187Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-7c8a99ea2752fa49)
31412026-05-21T00:34:18.190Z
31422026-05-21T00:34:18.190Zrunning 0 tests
31432026-05-21T00:34:18.190Z
31442026-05-21T00:34:18.190Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31452026-05-21T00:34:18.190Z
31462026-05-21T00:34:18.190Z Running unittests src/lib.rs (target/debug/deps/dpd_api-5ca669f06be5fd79)
31472026-05-21T00:34:18.190Z
31482026-05-21T00:34:18.190Zrunning 0 tests
31492026-05-21T00:34:18.190Z
31502026-05-21T00:34:18.190Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31512026-05-21T00:34:18.191Z
31522026-05-21T00:34:18.191Z Running unittests src/lib.rs (target/debug/deps/dpd_client-1c2b0f7671a6921f)
31532026-05-21T00:34:18.193Z
31542026-05-21T00:34:18.194Zrunning 6 tests
31552026-05-21T00:34:18.194Ztest tests::test_parse_client_port_id ... ok
31562026-05-21T00:34:18.194Ztest tests::test_port_id_cmp ... ok
31572026-05-21T00:34:18.194Ztest tests::test_full_lot_id_neither_present ... ok
31582026-05-21T00:34:18.194Ztest tests::test_full_lot_id_lot_only ... ok
31592026-05-21T00:34:18.194Ztest tests::test_full_lot_id_both_present ... ok
31602026-05-21T00:34:18.194Ztest tests::test_full_lot_id_lotnum_only ... ok
31612026-05-21T00:34:18.194Z
31622026-05-21T00:34:18.194Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31632026-05-21T00:34:18.194Z
31642026-05-21T00:34:18.194Z Running tests/test_all.rs (target/debug/deps/test_all-7bded92d6ae85d76)
31652026-05-21T00:34:18.197Z
31662026-05-21T00:34:18.197Zrunning 0 tests
31672026-05-21T00:34:18.197Z
31682026-05-21T00:34:18.197Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31692026-05-21T00:34:18.197Z
31702026-05-21T00:34:18.197Z Running unittests src/lib.rs (target/debug/deps/dpd_types-2457a299daad371d)
31712026-05-21T00:34:18.197Z
31722026-05-21T00:34:18.197Zrunning 0 tests
31732026-05-21T00:34:18.197Z
31742026-05-21T00:34:18.197Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31752026-05-21T00:34:18.197Z
31762026-05-21T00:34:18.197Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-2c9343f64ab72865)
31772026-05-21T00:34:18.200Z
31782026-05-21T00:34:18.200Zrunning 0 tests
31792026-05-21T00:34:18.200Z
31802026-05-21T00:34:18.201Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31812026-05-21T00:34:18.201Z
31822026-05-21T00:34:18.201Z Running unittests src/lib.rs (target/debug/deps/packet-31c9a86fb7924b3a)
31832026-05-21T00:34:18.205Z
31842026-05-21T00:34:18.205Zrunning 12 tests
31852026-05-21T00:34:18.208Ztest icmp::test_v6_checksum ... ok
31862026-05-21T00:34:18.208Ztest icmp::test_v4_checksum ... ok
31872026-05-21T00:34:18.208Ztest ipv6::test_ipv6_parse ... ok
31882026-05-21T00:34:18.208Ztest pbuf::test_byte ... ok
31892026-05-21T00:34:18.208Ztest lldp::test_lldp_parse ... ok
31902026-05-21T00:34:18.208Ztest pbuf::test_nibble ... ok
31912026-05-21T00:34:18.208Ztest pbuf::test_short ... ok
31922026-05-21T00:34:18.208Ztest pbuf::test_twelve ... ok
31932026-05-21T00:34:18.208Ztest pbuf::test_overflow ... ok
31942026-05-21T00:34:18.208Ztest pbuf::test_word ... ok
31952026-05-21T00:34:18.208Ztest tcp::test_checksum_ack_data ... ok
31962026-05-21T00:34:18.208Ztest tcp::test_checksum_syn_nodata ... ok
31972026-05-21T00:34:18.208Z
31982026-05-21T00:34:18.208Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31992026-05-21T00:34:18.208Z
32002026-05-21T00:34:18.208Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
32012026-05-21T00:34:18.211Z
32022026-05-21T00:34:18.211Zrunning 0 tests
32032026-05-21T00:34:18.211Z
32042026-05-21T00:34:18.213Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32052026-05-21T00:34:18.213Z
32062026-05-21T00:34:18.214Z Running unittests src/main.rs (target/debug/deps/swadm-9fa95dc7f9b4aead)
32072026-05-21T00:34:18.222Z
32082026-05-21T00:34:18.222Zrunning 5 tests
32092026-05-21T00:34:18.226Ztest switchport::test::test_compute_lanes ... ok
32102026-05-21T00:34:18.228Ztest switchport::test::port_id_ordering ... ok
32112026-05-21T00:34:18.228Ztest link::test_filter ... ok
32122026-05-21T00:34:18.231Z Lane 0 Lane 1 Lane 2 Lane 3
32132026-05-21T00:34:18.231Z Rx Loss-of-lock: Yes Yes Yes Yes
32142026-05-21T00:34:18.231Z Lane 0 Rx Loss-of-signal: Yes Yes Yes Yes
32152026-05-21T00:34:18.231ZLane 1 Rx CDR Enabled: Yes YesLane 2 YesLane 3 Yes
32162026-05-21T00:34:18.231Z
32172026-05-21T00:34:18.231Z Tx Enabled: Yes State: Activated ActivatedYes Activated YesActivated
32182026-05-21T00:34:18.231ZYes
32192026-05-21T00:34:18.231Z Rx Output Enabled: false Tx Loss-of-lock: No Nofalse Nofalse Nofalse
32202026-05-21T00:34:18.231Z
32212026-05-21T00:34:18.231Z Tx Loss-of-signal: No Rx Output Status: valid valid No valid Novalid
32222026-05-21T00:34:18.231Z No Rx Loss-of-lock: true
32232026-05-21T00:34:18.231Z true Tx CDR Enabled: No trueNo true
32242026-05-21T00:34:18.231ZNo Rx Loss-of-signal: false No
32252026-05-21T00:34:18.231Zfalse Tx Adaptive EQ Fault: No falseNo false
32262026-05-21T00:34:18.231ZNoRx Auto-squelch Disable: true Notrue
32272026-05-21T00:34:18.231Z Tx Fault: Yestrue Yestrue
32282026-05-21T00:34:18.231ZYes Yes Tx Output Enabled: true
32292026-05-21T00:34:18.231Z true true true
32302026-05-21T00:34:18.231Z Tx Output Status: invalid invalid invalid invalid
32312026-05-21T00:34:18.231Z Tx Loss-of-lock: false false false false
32322026-05-21T00:34:18.231Z Tx Loss-of-signal: true true true true
32332026-05-21T00:34:18.231ZTx Auto-squelch Disable: false false false false
32342026-05-21T00:34:18.231Z Tx Adaptive EQ Fail: true true true true
32352026-05-21T00:34:18.231Z Tx Failure: false false false false
32362026-05-21T00:34:18.231Z Tx Force Squelch: true true true true
32372026-05-21T00:34:18.231Z Tx Input Polarity: normal normal normal normal
32382026-05-21T00:34:18.231Ztest switchport::test::test_print_cmis_datapath ... ok
32392026-05-21T00:34:18.231Ztest switchport::test::test_print_sff_datapath ... ok
32402026-05-21T00:34:18.231Z
32412026-05-21T00:34:18.231Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32422026-05-21T00:34:18.231Z
32432026-05-21T00:34:18.231Z Running tests/counters.rs (target/debug/deps/counters-527b28677dd28a34)
32442026-05-21T00:34:18.236Z
32452026-05-21T00:34:18.236Zrunning 1 test
32462026-05-21T00:34:18.239Ztest test_p4_counter_list ... ignored
32472026-05-21T00:34:18.239Z
32482026-05-21T00:34:18.239Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32492026-05-21T00:34:18.239Z
32502026-05-21T00:34:18.239Z Running tests/port-link.rs (target/debug/deps/port_link-f19cb95367da4378)
32512026-05-21T00:34:18.242Z
32522026-05-21T00:34:18.242Zrunning 5 tests
32532026-05-21T00:34:18.245Ztest test_an ... ignored
32542026-05-21T00:34:18.245Ztest test_enable ... ignored
32552026-05-21T00:34:18.245Ztest test_ip_addresses ... ignored
32562026-05-21T00:34:18.245Ztest test_kr ... ignored
32572026-05-21T00:34:18.245Ztest test_mac ... ignored
32582026-05-21T00:34:18.245Z
32592026-05-21T00:34:18.245Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32602026-05-21T00:34:18.245Z
32612026-05-21T00:34:18.245Z Running unittests src/main.rs (target/debug/deps/tfportd-dfaa85492aaf2fee)
32622026-05-21T00:34:18.245Z
32632026-05-21T00:34:18.245Zrunning 3 tests
32642026-05-21T00:34:18.248Ztest linklocal::test_parse_ipadm ... ok
32652026-05-21T00:34:18.248Ztest tfport::test_parse_tfport ... ok
32662026-05-21T00:34:18.248Ztest config::tests::test_updates ... ok
32672026-05-21T00:34:18.248Z
32682026-05-21T00:34:18.248Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32692026-05-21T00:34:18.248Z
32702026-05-21T00:34:18.248Z Running unittests src/main.rs (target/debug/deps/uplinkd-20ce04c0f0e4962a)
32712026-05-21T00:34:18.251Z
32722026-05-21T00:34:18.251Zrunning 0 tests
32732026-05-21T00:34:18.251Z
32742026-05-21T00:34:18.253Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32752026-05-21T00:34:18.253Z
32762026-05-21T00:34:18.253Z Running unittests src/main.rs (target/debug/deps/xtask-576c90379f36fd8c)
32772026-05-21T00:34:18.256Z
32782026-05-21T00:34:18.256Zrunning 0 tests
32792026-05-21T00:34:18.256Z
32802026-05-21T00:34:18.256Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32812026-05-21T00:34:18.256Z
32822026-05-21T00:34:18.260Z Doc-tests aal
32832026-05-21T00:34:18.386Z
32842026-05-21T00:34:18.386Zrunning 0 tests
32852026-05-21T00:34:18.386Z
32862026-05-21T00:34:18.389Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32872026-05-21T00:34:18.389Z
32882026-05-21T00:34:18.404Z Doc-tests aal_macros
32892026-05-21T00:34:18.476Z
32902026-05-21T00:34:18.476Zrunning 0 tests
32912026-05-21T00:34:18.476Z
32922026-05-21T00:34:18.476Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32932026-05-21T00:34:18.476Z
32942026-05-21T00:34:18.488Z Doc-tests common
32952026-05-21T00:34:18.719Z
32962026-05-21T00:34:18.719Zrunning 0 tests
32972026-05-21T00:34:18.719Z
32982026-05-21T00:34:18.719Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32992026-05-21T00:34:18.719Z
33002026-05-21T00:34:18.741Z Doc-tests dpd_api
33012026-05-21T00:34:19.480Z
33022026-05-21T00:34:19.480Zrunning 2 tests
33032026-05-21T00:34:19.480Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
33042026-05-21T00:34:19.480Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
33052026-05-21T00:34:19.480Z
33062026-05-21T00:34:19.480Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
33072026-05-21T00:34:19.480Z
33082026-05-21T00:34:19.512Z Doc-tests dpd_client
33092026-05-21T00:34:20.780Z
33102026-05-21T00:34:20.780Zrunning 0 tests
33112026-05-21T00:34:20.780Z
33122026-05-21T00:34:20.780Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33132026-05-21T00:34:20.780Z
33142026-05-21T00:34:20.826Z Doc-tests dpd_types
33152026-05-21T00:34:21.036Z
33162026-05-21T00:34:21.036Zrunning 0 tests
33172026-05-21T00:34:21.036Z
33182026-05-21T00:34:21.036Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33192026-05-21T00:34:21.036Z
33202026-05-21T00:34:21.063Z Doc-tests dpd_types_versions
33212026-05-21T00:34:22.264Z
33222026-05-21T00:34:22.264Zrunning 1 test
33232026-05-21T00:34:22.264Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33242026-05-21T00:34:22.264Z
33252026-05-21T00:34:22.264Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33262026-05-21T00:34:22.264Z
33272026-05-21T00:34:22.310Z Doc-tests packet
33282026-05-21T00:34:22.422Z
33292026-05-21T00:34:22.422Zrunning 0 tests
33302026-05-21T00:34:22.422Z
33312026-05-21T00:34:22.422Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33322026-05-21T00:34:22.422Z
33332026-05-21T00:34:22.439Z Doc-tests pcap
33342026-05-21T00:34:22.492Z
33352026-05-21T00:34:22.492Zrunning 0 tests
33362026-05-21T00:34:22.492Z
33372026-05-21T00:34:22.492Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33382026-05-21T00:34:22.492Z
33392026-05-21T00:34:22.542Z+ for feat in tofino_stub tofino_asic softnpu chaos
33402026-05-21T00:34:22.542Z+ RUST_BACKTRACE=full
33412026-05-21T00:34:22.542Z+ cargo test --features chaos --no-fail-fast
33422026-05-21T00:34:23.133Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33432026-05-21T00:34:23.211Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33442026-05-21T00:34:23.219Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33452026-05-21T00:34:31.459Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33462026-05-21T00:34:31.606Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33472026-05-21T00:35:05.683Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.11s
33482026-05-21T00:35:05.803Z Running unittests src/lib.rs (target/debug/deps/aal-06fe4210bd6c68e5)
33492026-05-21T00:35:05.807Z
33502026-05-21T00:35:05.807Zrunning 5 tests
33512026-05-21T00:35:05.811Ztest fuse::tests::chip_revision_b1 ... ok
33522026-05-21T00:35:05.811Ztest fuse::tests::chip_revision_b0 ... ok
33532026-05-21T00:35:05.811Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33542026-05-21T00:35:05.811Ztest fuse::tests::chip_revision_a0 ... ok
33552026-05-21T00:35:05.812Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33562026-05-21T00:35:05.812Z
33572026-05-21T00:35:05.812Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33582026-05-21T00:35:05.812Z
33592026-05-21T00:35:05.812Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33602026-05-21T00:35:05.816Z
33612026-05-21T00:35:05.816Zrunning 0 tests
33622026-05-21T00:35:05.816Z
33632026-05-21T00:35:05.816Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33642026-05-21T00:35:05.816Z
33652026-05-21T00:35:05.816Z Running unittests src/lib.rs (target/debug/deps/asic-328eda741ed3951c)
33662026-05-21T00:35:05.819Z
33672026-05-21T00:35:05.819Zrunning 0 tests
33682026-05-21T00:35:05.819Z
33692026-05-21T00:35:05.820Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33702026-05-21T00:35:05.820Z
33712026-05-21T00:35:05.820Z Running unittests src/lib.rs (target/debug/deps/common-02dc8b9c8e3708fe)
33722026-05-21T00:35:05.825Z
33732026-05-21T00:35:05.825Zrunning 10 tests
33742026-05-21T00:35:05.828Ztest nat::tests::test_vni ... ok
33752026-05-21T00:35:05.829Ztest network::tests::test_equal ... ok
33762026-05-21T00:35:05.829Ztest network::tests::test_eui64 ... ok
33772026-05-21T00:35:05.829Ztest network::tests::test_not_equal ... ok
33782026-05-21T00:35:05.829Ztest network::tests::test_generate_ipv6_link_local ... ok
33792026-05-21T00:35:05.829Ztest network::tests::test_into ... ok
33802026-05-21T00:35:05.829Ztest network::tests::test_parse ... ok
33812026-05-21T00:35:05.829Ztest network::tests::test_to_string ... ok
33822026-05-21T00:35:05.829Ztest test_purge ... ok
33832026-05-21T00:35:05.832Ztest illumos::test::address_exists_handles_missing_object ... ok
33842026-05-21T00:35:05.832Z
33852026-05-21T00:35:05.832Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33862026-05-21T00:35:05.832Z
33872026-05-21T00:35:05.833Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-54fee1cdb13ec69d)
33882026-05-21T00:35:05.856Z
33892026-05-21T00:35:05.856Zrunning 1 test
33902026-05-21T00:35:05.861Z -------
33912026-05-21T00:35:05.864Z Generating OpenAPI documents from API definitions ...
33922026-05-21T00:35:06.024Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
33932026-05-21T00:35:06.094Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
33942026-05-21T00:35:07.151Z -------
33952026-05-21T00:35:07.151Z Checking 12 OpenAPI documents...
33962026-05-21T00:35:07.151Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
33972026-05-21T00:35:07.151Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
33982026-05-21T00:35:07.151Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
33992026-05-21T00:35:07.151Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
34002026-05-21T00:35:07.151Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
34012026-05-21T00:35:07.151Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
34022026-05-21T00:35:07.151Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
34032026-05-21T00:35:07.151Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
34042026-05-21T00:35:07.154Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
34052026-05-21T00:35:07.154Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
34062026-05-21T00:35:07.154Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
34072026-05-21T00:35:07.154Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
34082026-05-21T00:35:07.154Z Fresh dpd "latest" symlink
34092026-05-21T00:35:07.154Z -------
34102026-05-21T00:35:07.154Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
34112026-05-21T00:35:07.220Ztest test::test_apis_up_to_date ... ok
34122026-05-21T00:35:07.220Z
34132026-05-21T00:35:07.220Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s
34142026-05-21T00:35:07.220Z
34152026-05-21T00:35:07.282Z Running unittests src/main.rs (target/debug/deps/dpd-878808f9440d61f5)
34162026-05-21T00:35:07.288Z
34172026-05-21T00:35:07.288Zrunning 18 tests
34182026-05-21T00:35:07.291Ztest freemap::test_ordering ... ok
34192026-05-21T00:35:07.291Ztest freemap::test_split ... ok
34202026-05-21T00:35:07.291Ztest config::tests::test_updates ... ok
34212026-05-21T00:35:07.291Ztest macaddrs::tests::test_mac_offset ... ok
34222026-05-21T00:35:07.291Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34232026-05-21T00:35:07.291Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34242026-05-21T00:35:07.292Ztest nat::test_mapping ... ok
34252026-05-21T00:35:07.292Ztest macaddrs::tests::test_parse_port_id ... ok
34262026-05-21T00:35:07.292Ztest port_map::tests::dump_map ... ok
34272026-05-21T00:35:07.292Ztest port_map::tests::test_backplane_group ... ok
34282026-05-21T00:35:07.295Ztest port_map::tests::test_port_map ... ok
34292026-05-21T00:35:07.295ZMay 21 00:35:05.532 DEBG created new freemapMay 21 00:35:05.532 DEBG created new freemap, unit, :unit :freemap_test freemap_test
34302026-05-21T00:35:07.295Z
34312026-05-21T00:35:07.295ZMay 21 00:35:05.532 DEBG created new freemap, May 21 00:35:05.532unit :May 21 00:35:05.532 DEBGfreemap_test
34322026-05-21T00:35:07.295Zinitted freemap. size: 128DEBG, unit:created new freemap freemap_test,
34332026-05-21T00:35:07.295Zunit: freemap_testMay 21 00:35:05.532
34342026-05-21T00:35:07.295ZDEBG reset freemap, unit: freemap_testMay 21 00:35:05.532
34352026-05-21T00:35:07.295Z DEBGMay 21 00:35:05.532 initted freemap. size: 128DEBG, unitinitted freemap. size: 128:, unitfreemap_test:
34362026-05-21T00:35:07.296Z freemap_test
34372026-05-21T00:35:07.296ZMay 21 00:35:05.532May 21 00:35:05.532May 21 00:35:05.532May 21 00:35:05.532 DEBG created new freemapDEBGDEBG , reset freemapunitDEBG:, unitfreemap_test :reset freemap
34382026-05-21T00:35:07.296Z , unitinitted freemap. size: 128freemap_test:, May 21 00:35:05.532
34392026-05-21T00:35:07.296Z DEBGunit :freemap_test initted freemap. size: 128freemap_test,
34402026-05-21T00:35:07.296Zunit
34412026-05-21T00:35:07.296Z: freemap_test
34422026-05-21T00:35:07.296ZMay 21 00:35:05.532 DEBGMay 21 00:35:05.532 reset freemapDEBG, unitreset freemap:, unitfreemap_test:
34432026-05-21T00:35:07.296Z freemap_test
34442026-05-21T00:35:07.296Ztest freemap::test_reclaim ... ok
34452026-05-21T00:35:07.296Ztest freemap::test_free ... ok
34462026-05-21T00:35:07.296Ztest freemap::test_span ... ok
34472026-05-21T00:35:07.296Ztest freemap::test_basic ... ok
34482026-05-21T00:35:07.296Ztest freemap::test_exhaustion ... ok
34492026-05-21T00:35:07.296Ztest port_map::tests::parse_softnpu_revision ... ok
34502026-05-21T00:35:07.296Ztest api_server::tests::test_build_info ... ok
34512026-05-21T00:35:07.296Z
34522026-05-21T00:35:07.296Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34532026-05-21T00:35:07.297Z
34542026-05-21T00:35:07.301Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-6a8dd888a4de7ca3)
34552026-05-21T00:35:07.301Z
34562026-05-21T00:35:07.301Zrunning 0 tests
34572026-05-21T00:35:07.301Z
34582026-05-21T00:35:07.301Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34592026-05-21T00:35:07.301Z
34602026-05-21T00:35:07.301Z Running unittests src/lib.rs (target/debug/deps/dpd_api-af2baea715bacc74)
34612026-05-21T00:35:07.305Z
34622026-05-21T00:35:07.305Zrunning 0 tests
34632026-05-21T00:35:07.305Z
34642026-05-21T00:35:07.305Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34652026-05-21T00:35:07.305Z
34662026-05-21T00:35:07.308Z Running unittests src/lib.rs (target/debug/deps/dpd_client-d717df4685f38048)
34672026-05-21T00:35:07.314Z
34682026-05-21T00:35:07.314Zrunning 6 tests
34692026-05-21T00:35:07.318Ztest tests::test_full_lot_id_lotnum_only ... ok
34702026-05-21T00:35:07.318Ztest tests::test_full_lot_id_neither_present ... ok
34712026-05-21T00:35:07.318Ztest tests::test_full_lot_id_lot_only ... ok
34722026-05-21T00:35:07.318Ztest tests::test_full_lot_id_both_present ... ok
34732026-05-21T00:35:07.318Ztest tests::test_port_id_cmp ... ok
34742026-05-21T00:35:07.318Ztest tests::test_parse_client_port_id ... ok
34752026-05-21T00:35:07.318Z
34762026-05-21T00:35:07.320Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34772026-05-21T00:35:07.320Z
34782026-05-21T00:35:07.321Z Running tests/test_all.rs (target/debug/deps/test_all-8e2bdcc021fc74aa)
34792026-05-21T00:35:07.323Z
34802026-05-21T00:35:07.323Zrunning 6 tests
34812026-05-21T00:35:10.333Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34822026-05-21T00:35:10.337Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34832026-05-21T00:35:10.337Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34842026-05-21T00:35:10.343Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34852026-05-21T00:35:10.670Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34862026-05-21T00:35:13.907Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34872026-05-21T00:35:13.907Z
34882026-05-21T00:35:13.907Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.58s
34892026-05-21T00:35:13.907Z
34902026-05-21T00:35:13.913Z Running unittests src/lib.rs (target/debug/deps/dpd_types-08357012f5f7ad7c)
34912026-05-21T00:35:13.918Z
34922026-05-21T00:35:13.919Zrunning 0 tests
34932026-05-21T00:35:13.922Z
34942026-05-21T00:35:13.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34952026-05-21T00:35:13.922Z
34962026-05-21T00:35:13.922Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-320b71cb0b6616a6)
34972026-05-21T00:35:13.925Z
34982026-05-21T00:35:13.925Zrunning 0 tests
34992026-05-21T00:35:13.925Z
35002026-05-21T00:35:13.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35012026-05-21T00:35:13.925Z
35022026-05-21T00:35:13.929Z Running unittests src/lib.rs (target/debug/deps/packet-31c9a86fb7924b3a)
35032026-05-21T00:35:13.932Z
35042026-05-21T00:35:13.932Zrunning 12 tests
35052026-05-21T00:35:13.936Ztest icmp::test_v6_checksum ... ok
35062026-05-21T00:35:13.936Ztest icmp::test_v4_checksum ... ok
35072026-05-21T00:35:13.936Ztest lldp::test_lldp_parse ... ok
35082026-05-21T00:35:13.936Ztest ipv6::test_ipv6_parse ... ok
35092026-05-21T00:35:13.936Ztest pbuf::test_byte ... ok
35102026-05-21T00:35:13.936Ztest pbuf::test_nibble ... ok
35112026-05-21T00:35:13.936Ztest pbuf::test_overflow ... ok
35122026-05-21T00:35:13.936Ztest pbuf::test_twelve ... ok
35132026-05-21T00:35:13.936Ztest pbuf::test_short ... ok
35142026-05-21T00:35:13.936Ztest pbuf::test_word ... ok
35152026-05-21T00:35:13.936Ztest tcp::test_checksum_syn_nodata ... ok
35162026-05-21T00:35:13.936Ztest tcp::test_checksum_ack_data ... ok
35172026-05-21T00:35:13.936Z
35182026-05-21T00:35:13.936Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35192026-05-21T00:35:13.936Z
35202026-05-21T00:35:13.936Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
35212026-05-21T00:35:13.940Z
35222026-05-21T00:35:13.940Zrunning 0 tests
35232026-05-21T00:35:13.940Z
35242026-05-21T00:35:13.940Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35252026-05-21T00:35:13.940Z
35262026-05-21T00:35:13.943Z Running unittests src/main.rs (target/debug/deps/swadm-08dd1f3368922337)
35272026-05-21T00:35:13.943Z
35282026-05-21T00:35:13.943Zrunning 5 tests
35292026-05-21T00:35:13.943Ztest switchport::test::test_compute_lanes ... ok
35302026-05-21T00:35:13.946Ztest switchport::test::port_id_ordering ... ok
35312026-05-21T00:35:13.947Z Lane 0 Lane 0 Lane 1 Lane 1Lane 2 Lane 2Lane 3
35322026-05-21T00:35:13.947ZLane 3 Rx Loss-of-lock: Yes
35332026-05-21T00:35:13.947Z State: Activated Yes Activated Yes YesActivated
35342026-05-21T00:35:13.947Z Activated Rx Loss-of-signal: Yes
35352026-05-21T00:35:13.947Z Rx Output Enabled: false Yes false Yes Yesfalse
35362026-05-21T00:35:13.947Z false
35372026-05-21T00:35:13.947Z Rx CDR Enabled: Yes Rx Output Status: validYes validYes Yes
35382026-05-21T00:35:13.947Zvalid Tx Enabled: Yesvalid
35392026-05-21T00:35:13.947ZYes Rx Loss-of-lock: true Yes trueYes
35402026-05-21T00:35:13.947Ztrue Tx Loss-of-lock: No trueNo
35412026-05-21T00:35:13.947Z Rx Loss-of-signal: false No Nofalse
35422026-05-21T00:35:13.947Z false Tx Loss-of-signal: No false
35432026-05-21T00:35:13.947ZNo NoRx Auto-squelch Disable: true Notrue
35442026-05-21T00:35:13.947Z true Tx CDR Enabled: No true
35452026-05-21T00:35:13.947ZNo Tx Output Enabled: trueNo Notrue
35462026-05-21T00:35:13.947Z Tx Adaptive EQ Fault: No trueNo true
35472026-05-21T00:35:13.947ZNo Tx Output Status: invalidNo
35482026-05-21T00:35:13.948Zinvalid Tx Fault: Yes invalid Yesinvalid
35492026-05-21T00:35:13.948Z Tx Loss-of-lock: falseYes false Yes
35502026-05-21T00:35:13.948Zfalse false
35512026-05-21T00:35:13.948Z Tx Loss-of-signal: true true true true
35522026-05-21T00:35:13.948ZTx Auto-squelch Disable: false false false false
35532026-05-21T00:35:13.948Z Tx Adaptive EQ Fail: true true true true
35542026-05-21T00:35:13.948Z Tx Failure: false false false false
35552026-05-21T00:35:13.948Z Tx Force Squelch: true true true true
35562026-05-21T00:35:13.948Z Tx Input Polarity: normal normal normal normal
35572026-05-21T00:35:13.948Ztest switchport::test::test_print_sff_datapath ... ok
35582026-05-21T00:35:13.948Ztest switchport::test::test_print_cmis_datapath ... ok
35592026-05-21T00:35:13.948Ztest link::test_filter ... ok
35602026-05-21T00:35:13.949Z
35612026-05-21T00:35:13.949Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35622026-05-21T00:35:13.949Z
35632026-05-21T00:35:13.949Z Running tests/counters.rs (target/debug/deps/counters-f45dce2bdd5b42e3)
35642026-05-21T00:35:13.954Z
35652026-05-21T00:35:13.954Zrunning 1 test
35662026-05-21T00:35:13.954Ztest test_p4_counter_list ... ignored
35672026-05-21T00:35:13.954Z
35682026-05-21T00:35:13.954Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35692026-05-21T00:35:13.954Z
35702026-05-21T00:35:13.954Z Running tests/port-link.rs (target/debug/deps/port_link-91c2128856e052ba)
35712026-05-21T00:35:13.957Z
35722026-05-21T00:35:13.957Zrunning 5 tests
35732026-05-21T00:35:13.957Ztest test_an ... ignored
35742026-05-21T00:35:13.958Ztest test_enable ... ignored
35752026-05-21T00:35:13.958Ztest test_ip_addresses ... ignored
35762026-05-21T00:35:13.958Ztest test_kr ... ignored
35772026-05-21T00:35:13.958Ztest test_mac ... ignored
35782026-05-21T00:35:13.958Z
35792026-05-21T00:35:13.958Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35802026-05-21T00:35:13.958Z
35812026-05-21T00:35:13.958Z Running unittests src/main.rs (target/debug/deps/tfportd-2202377e26229535)
35822026-05-21T00:35:13.958Z
35832026-05-21T00:35:13.958Zrunning 3 tests
35842026-05-21T00:35:13.961Ztest linklocal::test_parse_ipadm ... ok
35852026-05-21T00:35:13.961Ztest tfport::test_parse_tfport ... ok
35862026-05-21T00:35:13.961Ztest config::tests::test_updates ... ok
35872026-05-21T00:35:13.961Z
35882026-05-21T00:35:13.961Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35892026-05-21T00:35:13.961Z
35902026-05-21T00:35:13.961Z Running unittests src/main.rs (target/debug/deps/uplinkd-20ce04c0f0e4962a)
35912026-05-21T00:35:13.965Z
35922026-05-21T00:35:13.965Zrunning 0 tests
35932026-05-21T00:35:13.965Z
35942026-05-21T00:35:13.965Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35952026-05-21T00:35:13.965Z
35962026-05-21T00:35:13.965Z Running unittests src/main.rs (target/debug/deps/xtask-576c90379f36fd8c)
35972026-05-21T00:35:13.969Z
35982026-05-21T00:35:13.969Zrunning 0 tests
35992026-05-21T00:35:13.969Z
36002026-05-21T00:35:13.969Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36012026-05-21T00:35:13.969Z
36022026-05-21T00:35:13.972Z Doc-tests aal
36032026-05-21T00:35:14.139Z
36042026-05-21T00:35:14.139Zrunning 0 tests
36052026-05-21T00:35:14.139Z
36062026-05-21T00:35:14.143Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36072026-05-21T00:35:14.143Z
36082026-05-21T00:35:14.156Z Doc-tests aal_macros
36092026-05-21T00:35:14.229Z
36102026-05-21T00:35:14.229Zrunning 0 tests
36112026-05-21T00:35:14.229Z
36122026-05-21T00:35:14.229Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36132026-05-21T00:35:14.229Z
36142026-05-21T00:35:14.240Z Doc-tests common
36152026-05-21T00:35:14.474Z
36162026-05-21T00:35:14.474Zrunning 0 tests
36172026-05-21T00:35:14.474Z
36182026-05-21T00:35:14.474Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36192026-05-21T00:35:14.474Z
36202026-05-21T00:35:14.494Z Doc-tests dpd_api
36212026-05-21T00:35:15.309Z
36222026-05-21T00:35:15.309Zrunning 2 tests
36232026-05-21T00:35:15.309Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36242026-05-21T00:35:15.309Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36252026-05-21T00:35:15.310Z
36262026-05-21T00:35:15.310Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36272026-05-21T00:35:15.310Z
36282026-05-21T00:35:15.341Z Doc-tests dpd_client
36292026-05-21T00:35:16.735Z
36302026-05-21T00:35:16.735Zrunning 0 tests
36312026-05-21T00:35:16.735Z
36322026-05-21T00:35:16.735Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36332026-05-21T00:35:16.735Z
36342026-05-21T00:35:16.782Z Doc-tests dpd_types
36352026-05-21T00:35:16.990Z
36362026-05-21T00:35:16.991Zrunning 0 tests
36372026-05-21T00:35:16.991Z
36382026-05-21T00:35:16.991Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36392026-05-21T00:35:16.991Z
36402026-05-21T00:35:17.016Z Doc-tests dpd_types_versions
36412026-05-21T00:35:18.215Z
36422026-05-21T00:35:18.215Zrunning 1 test
36432026-05-21T00:35:18.215Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36442026-05-21T00:35:18.215Z
36452026-05-21T00:35:18.215Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36462026-05-21T00:35:18.215Z
36472026-05-21T00:35:18.259Z Doc-tests packet
36482026-05-21T00:35:18.363Z
36492026-05-21T00:35:18.363Zrunning 0 tests
36502026-05-21T00:35:18.363Z
36512026-05-21T00:35:18.363Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36522026-05-21T00:35:18.363Z
36532026-05-21T00:35:18.378Z Doc-tests pcap
36542026-05-21T00:35:18.431Z
36552026-05-21T00:35:18.431Zrunning 0 tests
36562026-05-21T00:35:18.431Z
36572026-05-21T00:35:18.431Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36582026-05-21T00:35:18.431Z
36592026-05-21T00:35:18.479Zprocess exited: duration 629011 ms, exit code 0
 
36602026-05-21T00:35:18.487Zfound 0 output files