01KRYZ7KVA02R3QCBN7Z7P17F4: test

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

Buildomat Job: 01KRYZ80NMH45W7ECJMKPW0BC4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-19T01:58:39.835Zjob assigned to worker 01KRYZ86WTYGD0JCYZHYPN3THD [factory aws, i-08ca88e01df2d4b35] (queued for 57 s)
 
22026-05-19T01:58:46.960Zstarting task 0: "setup"
32026-05-19T01:58:46.965Z++ uname -s
42026-05-19T01:58:46.968Z+ kern=SunOS
52026-05-19T01:58:46.968Z+ build_user=build
62026-05-19T01:58:46.968Z+ build_uid=12345
72026-05-19T01:58:46.968Z+ work_dir=/work
82026-05-19T01:58:46.968Z+ input_dir=/input
92026-05-19T01:58:46.968Z+ [[ 0 == 12345 ]]
102026-05-19T01:58:46.968Z+ case "$kern" in
112026-05-19T01:58:46.969Z+ groupadd -g 12345 build
122026-05-19T01:58:46.972Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-19T01:58:48.975Z+ zfs create -o mountpoint=/work rpool/work
142026-05-19T01:58:49.084Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-19T01:58:49.087Z+ home_fs=zfs
162026-05-19T01:58:49.087Z+ [[ zfs == autofs ]]
172026-05-19T01:58:49.087Z+ mkdir -p /home/build
182026-05-19T01:58:49.088Z+ chown build:build /home/build /work
192026-05-19T01:58:51.108Z+ chmod 0700 /home/build /work
202026-05-19T01:58:51.111Zprocess exited: duration 4133 ms, exit code 0
 
212026-05-19T01:58:51.116Zstarting task 1: "rust-toolchain"
222026-05-19T01:58:51.121Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-19T01:58:51.121Z * rust toolchain channel = "1.90.0"
242026-05-19T01:58:51.121Z * rust toolchain profile = "default"
252026-05-19T01:58:51.121Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-19T01:58:51.122Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-19T01:58:51.122Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-19T01:58:51.124Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-19T01:58:51.124Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-19T01:58:51.250Zinfo: downloading installer
312026-05-19T01:58:52.678Zwarn: It looks like you have an existing installation of Rust at:
322026-05-19T01:58:52.678Zwarn: /opt/ooce/bin
332026-05-19T01:58:52.678Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-19T01:58:52.679Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-19T01:58:52.679Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-19T01:58:52.679Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-19T01:58:52.679Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-19T01:58:52.679Zerror: cannot install while Rust is installed
392026-05-19T01:58:52.679Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-19T01:58:52.679Zwarn: It looks like you have an existing rustup settings file at:
412026-05-19T01:58:52.679Zwarn: /home/build/.rustup/settings.toml
422026-05-19T01:58:52.679Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-19T01:58:52.679Zwarn: instead of the one inferred from the default host triple.
442026-05-19T01:58:52.715Zinfo: profile set to default
452026-05-19T01:58:52.715Zinfo: default host triple is x86_64-unknown-illumos
462026-05-19T01:58:52.719Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-05-19T01:58:52.862Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-05-19T01:58:52.866Zinfo: downloading 6 components
492026-05-19T01:59:06.830Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-05-19T01:59:06.830Z
512026-05-19T01:59:06.862Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-05-19T01:59:06.862Z
532026-05-19T01:59:06.862Z
542026-05-19T01:59:06.862ZRust is installed now. Great!
552026-05-19T01:59:06.862Z
562026-05-19T01:59:06.862ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-19T01:59:06.862Zenvironment variable. This has not been done automatically.
582026-05-19T01:59:06.862Z
592026-05-19T01:59:06.862ZTo configure your current shell, you need to source
602026-05-19T01:59:06.862Zthe corresponding env file under $HOME/.cargo.
612026-05-19T01:59:06.862Z
622026-05-19T01:59:06.862ZThis is usually done by running one of the following (note the leading DOT):
632026-05-19T01:59:06.862Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-19T01:59:06.862Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-19T01:59:06.862Zsource "~/.cargo/env.nu" # For nushell
662026-05-19T01:59:06.862Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-19T01:59:06.862Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-19T01:59:06.862Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-19T01:59:06.865Zwarn: no default linker (`cc`) was found in your PATH
702026-05-19T01:59:06.865Zwarn: many Rust crates require a system C toolchain to build
712026-05-19T01:59:06.953Z+ rustup --version
722026-05-19T01:59:06.962Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-19T01:59:06.965Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-19T01:59:06.985Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-05-19T01:59:06.988Z+ cargo --version
762026-05-19T01:59:07.001Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-05-19T01:59:07.004Z+ rustc --version
782026-05-19T01:59:07.023Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-05-19T01:59:07.026Zprocess exited: duration 15909 ms, exit code 0
 
802026-05-19T01:59:07.031Zstarting task 2: "authentication"
812026-05-19T01:59:07.048Zprocess exited: duration 15 ms, exit code 0
 
822026-05-19T01:59:07.053Zstarting task 3: "clone repository"
832026-05-19T01:59:07.056Z+ mkdir -p /work/oxidecomputer/dendrite
842026-05-19T01:59:07.059Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-05-19T01:59:07.112ZCloning into '/work/oxidecomputer/dendrite'...
862026-05-19T01:59:08.138Z+ cd /work/oxidecomputer/dendrite
872026-05-19T01:59:08.138Z+ git fetch origin 4414b60598c77eb82b1fdd2cbb22e0efad871862
882026-05-19T01:59:08.393ZFrom https://github.com/oxidecomputer/dendrite
892026-05-19T01:59:08.393Z * branch 4414b60598c77eb82b1fdd2cbb22e0efad871862 -> FETCH_HEAD
902026-05-19T01:59:08.400Z+ [[ -n zl/p4-stages-18-cleanup ]]
912026-05-19T01:59:08.403Z++ git branch --show-current
922026-05-19T01:59:08.403Z+ current=main
932026-05-19T01:59:08.403Z+ [[ main != zl/p4-stages-18-cleanup ]]
942026-05-19T01:59:08.403Z+ git branch -f zl/p4-stages-18-cleanup 4414b60598c77eb82b1fdd2cbb22e0efad871862
952026-05-19T01:59:08.406Z+ git checkout -f zl/p4-stages-18-cleanup
962026-05-19T01:59:08.424ZSwitched to branch 'zl/p4-stages-18-cleanup'
972026-05-19T01:59:08.426Z+ git reset --hard 4414b60598c77eb82b1fdd2cbb22e0efad871862
982026-05-19T01:59:08.443ZHEAD is now at 4414b60 [mcast] merge main + handle stage changes associated + cleanup
992026-05-19T01:59:08.446Zprocess exited: duration 1388 ms, exit code 0
 
1002026-05-19T01:59:08.452Zstarting task 4: "build"
1012026-05-19T01:59:08.456Z+ source .github/buildomat/common.sh
1022026-05-19T01:59:08.458Z++ TOFINO_STAGES=16
1032026-05-19T01:59:08.458Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
1042026-05-19T01:59:08.458Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1052026-05-19T01:59:08.458Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
1062026-05-19T01:59:08.458Z+++ uname -s
1072026-05-19T01:59:08.458Z++ '[' SunOS == SunOS ']'
1082026-05-19T01:59:08.458Z++ SERIES=illumos
1092026-05-19T01:59:08.459Z+++ uname -s
1102026-05-19T01:59:08.461Z++ '[' SunOS == SunOS ']'
1112026-05-19T01:59:08.462Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1122026-05-19T01:59:08.462Z++ rustup show active-toolchain
1132026-05-19T01:59:08.464Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1142026-05-19T01:59:08.467Z+ source .github/buildomat/illumos.sh
1152026-05-19T01:59:08.467Z++ banner 'sde setup'
1162026-05-19T01:59:08.467Z
1172026-05-19T01:59:08.467Z #### ##### ###### #### ###### ##### # # #####
1182026-05-19T01:59:08.467Z # # # # # # # # # # #
1192026-05-19T01:59:08.467Z #### # # ##### #### ##### # # # # #
1202026-05-19T01:59:08.468Z # # # # # # # # # #####
1212026-05-19T01:59:08.468Z # # # # # # # # # # # #
1222026-05-19T01:59:08.468Z #### ##### ###### #### ###### # #### #
1232026-05-19T01:59:08.468Z
1242026-05-19T01:59:08.468Z++ export PKG=tofino_sde.p5p
1252026-05-19T01:59:08.468Z++ PKG=tofino_sde.p5p
1262026-05-19T01:59:08.468Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1272026-05-19T01:59:08.473Z % Total % Received % Xferd Average Speed Time Time Time Current
1282026-05-19T01:59:08.476Z Dload Upload Total Spent Left Speed
1292026-05-19T01:59:09.510Z 0 0 0 0 0 0 0 0 0 93 76.03M 93 71.37M 0 0 71.42M 0 00:01 00:01 71.43M 100 76.03M 100 76.03M 0 0 73.34M 0 00:01 00:01 71.43M 100 76.03M 100 76.03M 0 0 73.33M 0 00:01 00:01 71.43M 100 76.03M 100 76.03M 0 0 73.33M 0 00:01 00:01 71.43M
1302026-05-19T01:59:09.515Z+++ digest -a sha256 tofino_sde.p5p
1312026-05-19T01:59:09.563Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1322026-05-19T01:59:09.566Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1332026-05-19T01:59:09.566Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1342026-05-19T01:59:19.331Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-05-19T01:59:27.033Z Startup: Caching catalogs ... Done
1362026-05-19T01:59:27.224Z Startup: Refreshing catalog 'oxide' ... Done
1372026-05-19T01:59:36.605ZPlanning: Solver setup ... Done
1382026-05-19T01:59:36.645ZPlanning: Running solver ... Done
1392026-05-19T01:59:36.778ZPlanning: Finding local manifests ... Done
1402026-05-19T01:59:36.781ZPlanning: Fetching manifests: 1/1 100% complete
1412026-05-19T01:59:36.784ZPlanning: Fetching manifests: 1/1 100% complete
1422026-05-19T01:59:36.798ZPlanning: Package planning ... Done
1432026-05-19T01:59:36.801ZPlanning: Merging actions ... Done
1442026-05-19T01:59:36.889ZPlanning: Checking for conflicting actions ... Done
1452026-05-19T01:59:36.892ZPlanning: Consolidating action changes ... Done
1462026-05-19T01:59:37.651ZPlanning: Evaluating mediators ... Done
1472026-05-19T01:59:37.654ZPlanning: Planning completed in 10.42 seconds
1482026-05-19T01:59:37.658Z Packages to install: 1
1492026-05-19T01:59:37.661Z Create boot environment: No
1502026-05-19T01:59:37.661ZCreate backup boot environment: No
1512026-05-19T01:59:37.695Z
1522026-05-19T01:59:37.695ZDownload: 0/242 items 0.0/75.3MB 0% complete
1532026-05-19T01:59:37.833ZDownload: Completed 75.30 MB in 0.14 seconds (546M/s)
1542026-05-19T01:59:37.961Z Actions: 1/293 actions (Installing new actions)
1552026-05-19T01:59:38.953Z Actions: Completed 293 actions in 0.99 seconds.
1562026-05-19T01:59:38.958Z Done
1572026-05-19T01:59:38.999Z Done
1582026-05-19T01:59:39.682Z Done
1592026-05-19T01:59:42.746Z Done
1602026-05-19T01:59:42.817Z Done
1612026-05-19T01:59:42.820Z Done
1622026-05-19T01:59:43.117Z Done
1632026-05-19T01:59:43.776Z++ export SDE=/opt/oxide/tofino_sde
1642026-05-19T01:59:43.776Z++ SDE=/opt/oxide/tofino_sde
1652026-05-19T01:59:43.776Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1662026-05-19T01:59:43.776Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1672026-05-19T01:59:43.776Z++ banner packages
1682026-05-19T01:59:43.779Z
1692026-05-19T01:59:43.779Z ##### ## #### # # ## #### ###### ####
1702026-05-19T01:59:43.779Z # # # # # # # # # # # # # #
1712026-05-19T01:59:43.779Z # # # # # #### # # # ##### ####
1722026-05-19T01:59:43.779Z ##### ###### # # # ###### # ### # #
1732026-05-19T01:59:43.779Z # # # # # # # # # # # # # #
1742026-05-19T01:59:43.779Z # # # #### # # # # #### ###### ####
1752026-05-19T01:59:43.779Z
1762026-05-19T01:59:43.779Z++ pfexec pkg install clang-15 pcap
1772026-05-19T01:59:44.217Z Startup: Refreshing catalog 'helios-dev' ... Done
1782026-05-19T01:59:44.220Z Startup: Refreshing catalog 'oxide' ... Done
1792026-05-19T01:59:51.518ZPlanning: Solver setup ... Done
1802026-05-19T01:59:51.562ZPlanning: Running solver ... Done
1812026-05-19T01:59:51.701ZPlanning: Finding local manifests ... Done
1822026-05-19T01:59:51.704ZPlanning: Fetching manifests: 0/2 0% complete
1832026-05-19T01:59:51.903ZPlanning: Fetching manifests: 2/2 100% complete
1842026-05-19T01:59:51.935ZPlanning: Package planning ... Done
1852026-05-19T01:59:51.963ZPlanning: Merging actions ... Done
1862026-05-19T01:59:52.070ZPlanning: Checking for conflicting actions ... Done
1872026-05-19T01:59:52.077ZPlanning: Consolidating action changes ... Done
1882026-05-19T01:59:52.240ZPlanning: Evaluating mediators ... Done
1892026-05-19T01:59:52.245ZPlanning: Planning completed in 8.03 seconds
1902026-05-19T01:59:52.253Z Packages to install: 2
1912026-05-19T01:59:52.253Z Mediators to change: 2
1922026-05-19T01:59:52.253Z Services to change: 1
1932026-05-19T01:59:52.253Z Create boot environment: No
1942026-05-19T01:59:52.256ZCreate backup boot environment: No
1952026-05-19T01:59:52.284Z
1962026-05-19T01:59:52.284ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1972026-05-19T01:59:57.517ZDownload: 3027/3076 items 200.1/211.3MB 94% complete (40.5M/s)
1982026-05-19T01:59:58.519ZDownload: Completed 211.31 MB in 6.23 seconds (33.9M/s)
1992026-05-19T02:00:00.476Z Actions: 1/3418 actions (Installing new actions)
2002026-05-19T02:00:03.613Z Actions: Completed 3418 actions in 3.14 seconds.
2012026-05-19T02:00:04.152Z Done
2022026-05-19T02:00:04.152Z Done
2032026-05-19T02:00:04.911Z Done
2042026-05-19T02:00:07.810Z Done
2052026-05-19T02:00:07.889Z Done
2062026-05-19T02:00:07.892Z Done
2072026-05-19T02:00:08.201Z Done
2082026-05-19T02:00:08.333Z++ pfexec pkg set-mediator -V 15 clang llvm
2092026-05-19T02:00:08.531ZPlanning: Evaluating mediator changes ... Done
2102026-05-19T02:00:08.640ZPlanning: Checking for conflicting actions ... Done
2112026-05-19T02:00:08.642ZPlanning: Consolidating action changes ... Done
2122026-05-19T02:00:08.801ZPlanning: Evaluating mediators ... Done
2132026-05-19T02:00:08.804ZPlanning: Planning completed in 0.27 seconds
2142026-05-19T02:00:08.823Z Mediators to change: 2
2152026-05-19T02:00:08.823Z Create boot environment: No
2162026-05-19T02:00:08.826ZCreate backup boot environment: No
2172026-05-19T02:00:08.890Z Done
2182026-05-19T02:00:08.890Z Done
2192026-05-19T02:00:09.519Z Done
2202026-05-19T02:00:11.987Z Done
2212026-05-19T02:00:12.058Z Done
2222026-05-19T02:00:12.061Z Done
2232026-05-19T02:00:12.206Z Done
2242026-05-19T02:00:12.282Z++ cargo --version
2252026-05-19T02:00:12.292Zcargo 1.90.0 (840b83a10 2025-07-30)
2262026-05-19T02:00:12.295Z++ rustc --version
2272026-05-19T02:00:12.315Zrustc 1.90.0 (1159e78c4 2025-09-14)
2282026-05-19T02:00:12.317Z+ banner copyrights
2292026-05-19T02:00:12.320Z
2302026-05-19T02:00:12.320Z #### #### ##### # # ##### # #### # # ##### ####
2312026-05-19T02:00:12.320Z # # # # # # # # # # # # # # # # #
2322026-05-19T02:00:12.320Z # # # # # # # # # # ###### # ####
2332026-05-19T02:00:12.320Z # # # ##### # ##### # # ### # # # #
2342026-05-19T02:00:12.321Z # # # # # # # # # # # # # # # #
2352026-05-19T02:00:12.321Z #### #### # # # # # #### # # # ####
2362026-05-19T02:00:12.321Z
2372026-05-19T02:00:12.321Z+ ./tools/check_copyrights.sh
2382026-05-19T02:00:14.205Z+ banner clippy
2392026-05-19T02:00:14.208Z
2402026-05-19T02:00:14.208Z #### # # ##### ##### # #
2412026-05-19T02:00:14.208Z # # # # # # # # # #
2422026-05-19T02:00:14.208Z # # # # # # # #
2432026-05-19T02:00:14.208Z # # # ##### ##### #
2442026-05-19T02:00:14.208Z # # # # # # #
2452026-05-19T02:00:14.208Z #### ###### # # # #
2462026-05-19T02:00:14.208Z
2472026-05-19T02:00:14.208Z+ for feat in tofino_stub tofino_asic softnpu chaos
2482026-05-19T02:00:14.208Z+ cargo clippy --features tofino_stub -- --deny warnings
2492026-05-19T02:00:14.359Z Updating git repository `https://github.com/oxidecomputer/omicron`
2502026-05-19T02:00:24.363Z Updating crates.io index
2512026-05-19T02:00:24.404Z Updating git repository `https://github.com/illumos/smf-rs`
2522026-05-19T02:00:24.692Z Updating git repository `https://github.com/oxidecomputer/propolis`
2532026-05-19T02:00:25.388Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2542026-05-19T02:00:25.698Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-05-19T02:00:25.937Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2562026-05-19T02:00:27.295Z Updating git repository `https://github.com/oxidecomputer/ispf`
2572026-05-19T02:00:27.569Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2582026-05-19T02:00:27.871Z Updating git repository `https://github.com/oxidecomputer/lldp`
2592026-05-19T02:00:28.298Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-05-19T02:00:28.586Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2612026-05-19T02:00:28.894Z Updating git repository `https://github.com/oxidecomputer/p4`
2622026-05-19T02:00:29.334Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2632026-05-19T02:00:29.811Z Updating git repository `https://github.com/oxidecomputer/lldp`
2642026-05-19T02:00:30.157Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2652026-05-19T02:00:30.708Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-05-19T02:00:31.003Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2672026-05-19T02:00:31.263Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2682026-05-19T02:00:31.570Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2692026-05-19T02:00:32.117Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2702026-05-19T02:00:32.484Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2712026-05-19T02:00:32.764Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2722026-05-19T02:00:33.995Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-05-19T02:00:34.709Z Updating git repository `https://github.com/oxidecomputer/propolis`
2742026-05-19T02:00:35.212Z Updating git repository `https://github.com/oxidecomputer/crucible`
2752026-05-19T02:00:36.524Z Updating git repository `https://github.com/oxidecomputer/opte`
2762026-05-19T02:00:37.142Z Updating git repository `https://github.com/oxidecomputer/tofino`
2772026-05-19T02:00:37.397Z Updating git repository `https://github.com/oxidecomputer/clickward`
2782026-05-19T02:00:37.739Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-05-19T02:00:39.173Z Downloading crates ...
2802026-05-19T02:00:39.233Z Downloaded aead v0.5.2
2812026-05-19T02:00:39.239Z Downloaded anstyle-query v1.1.4
2822026-05-19T02:00:39.241Z Downloaded base16ct v0.2.0
2832026-05-19T02:00:39.246Z Downloaded cargo-platform v0.1.9
2842026-05-19T02:00:39.249Z Downloaded block-buffer v0.10.4
2852026-05-19T02:00:39.249Z Downloaded bit-vec v0.8.0
2862026-05-19T02:00:39.252Z Downloaded constant_time_eq v0.3.1
2872026-05-19T02:00:39.254Z Downloaded cobs v0.3.0
2882026-05-19T02:00:39.254Z Downloaded ciborium-io v0.2.2
2892026-05-19T02:00:39.257Z Downloaded cstr-argument v0.1.2
2902026-05-19T02:00:39.260Z Downloaded arrayref v0.3.9
2912026-05-19T02:00:39.260Z Downloaded cexpr v0.6.0
2922026-05-19T02:00:39.263Z Downloaded display-error-chain v0.2.2
2932026-05-19T02:00:39.267Z Downloaded critical-section v1.2.0
2942026-05-19T02:00:39.270Z Downloaded blake2 v0.10.6
2952026-05-19T02:00:39.270Z Downloaded dyn-clone v1.0.20
2962026-05-19T02:00:39.273Z Downloaded dof v0.4.0
2972026-05-19T02:00:39.275Z Downloaded console v0.15.11
2982026-05-19T02:00:39.278Z Downloaded drift v0.1.3
2992026-05-19T02:00:39.281Z Downloaded daft-derive v0.1.4
3002026-05-19T02:00:39.285Z Downloaded dunce v1.0.5
3012026-05-19T02:00:39.288Z Downloaded clang-sys v1.8.1
3022026-05-19T02:00:39.291Z Downloaded dropshot-api-manager-types v0.5.2
3032026-05-19T02:00:39.294Z Downloaded derive_more v0.99.20
3042026-05-19T02:00:39.296Z Downloaded digest v0.10.7
3052026-05-19T02:00:39.299Z Downloaded displaydoc v0.2.5
3062026-05-19T02:00:39.301Z Downloaded crypto-common v0.1.6
3072026-05-19T02:00:39.304Z Downloaded camino v1.2.2
3082026-05-19T02:00:39.307Z Downloaded foreign-types-shared v0.3.1
3092026-05-19T02:00:39.307Z Downloaded atomicwrites v0.4.4
3102026-05-19T02:00:39.310Z Downloaded either v1.15.0
3112026-05-19T02:00:39.310Z Downloaded curve25519-dalek-derive v0.1.1
3122026-05-19T02:00:39.313Z Downloaded equivalent v1.0.2
3132026-05-19T02:00:39.313Z Downloaded dropshot_endpoint v0.16.7
3142026-05-19T02:00:39.316Z Downloaded git-stub v1.0.0
3152026-05-19T02:00:39.318Z Downloaded foreign-types-shared v0.1.1
3162026-05-19T02:00:39.321Z Downloaded float-ord v0.3.2
3172026-05-19T02:00:39.321Z Downloaded cfg_aliases v0.2.1
3182026-05-19T02:00:39.324Z Downloaded dropshot-api-manager v0.5.2
3192026-05-19T02:00:39.327Z Downloaded futures-core v0.3.32
3202026-05-19T02:00:39.330Z Downloaded debug-ignore v1.0.5
3212026-05-19T02:00:39.330Z Downloaded crc8 v0.1.1
3222026-05-19T02:00:39.333Z Downloaded hex v0.4.3
3232026-05-19T02:00:39.336Z Downloaded gethostname v0.5.0
3242026-05-19T02:00:39.339Z Downloaded anstyle v1.0.14
3252026-05-19T02:00:39.339Z Downloaded cargo_metadata v0.18.1
3262026-05-19T02:00:39.342Z Downloaded colorchoice v1.0.4
3272026-05-19T02:00:39.342Z Downloaded fixedbitset v0.4.2
3282026-05-19T02:00:39.345Z Downloaded darling_core v0.21.3
3292026-05-19T02:00:39.348Z Downloaded hostname v0.4.2
3302026-05-19T02:00:39.350Z Downloaded idna_adapter v1.2.1
3312026-05-19T02:00:39.353Z Downloaded convert_case v0.4.0
3322026-05-19T02:00:39.353Z Downloaded hubpack_derive v0.1.1
3332026-05-19T02:00:39.356Z Downloaded crucible-workspace-hack v0.1.0
3342026-05-19T02:00:39.356Z Downloaded httpdate v1.0.3
3352026-05-19T02:00:39.359Z Downloaded fnv v1.0.7
3362026-05-19T02:00:39.362Z Downloaded hyper-tls v0.6.0
3372026-05-19T02:00:39.362Z Downloaded adler2 v2.0.1
3382026-05-19T02:00:39.364Z Downloaded defmt-parser v1.0.0
3392026-05-19T02:00:39.364Z Downloaded heck v0.5.0
3402026-05-19T02:00:39.367Z Downloaded futures-task v0.3.32
3412026-05-19T02:00:39.370Z Downloaded indent_write v2.2.0
3422026-05-19T02:00:39.370Z Downloaded hash32 v0.3.1
3432026-05-19T02:00:39.372Z Downloaded foreign-types v0.3.2
3442026-05-19T02:00:39.375Z Downloaded hubpack v0.1.2
3452026-05-19T02:00:39.375Z Downloaded daft v0.1.4
3462026-05-19T02:00:39.378Z Downloaded crossbeam-deque v0.8.6
3472026-05-19T02:00:39.380Z Downloaded instant v0.1.13
3482026-05-19T02:00:39.380Z Downloaded bytecount v0.6.9
3492026-05-19T02:00:39.383Z Downloaded backoff v0.4.0
3502026-05-19T02:00:39.386Z Downloaded form_urlencoded v1.2.2
3512026-05-19T02:00:39.386Z Downloaded futures-io v0.3.32
3522026-05-19T02:00:39.389Z Downloaded anstream v1.0.0
3532026-05-19T02:00:39.391Z Downloaded heck v0.4.1
3542026-05-19T02:00:39.392Z Downloaded foreign-types-macros v0.2.3
3552026-05-19T02:00:39.394Z Downloaded fixedbitset v0.5.7
3562026-05-19T02:00:39.397Z Downloaded cipher v0.4.4
3572026-05-19T02:00:39.397Z Downloaded cancel-safe-futures v0.1.5
3582026-05-19T02:00:39.399Z Downloaded is_ci v1.2.0
3592026-05-19T02:00:39.402Z Downloaded libscf-sys v1.1.0
3602026-05-19T02:00:39.405Z Downloaded is-terminal v0.4.16
3612026-05-19T02:00:39.405Z Downloaded internet-checksum v0.2.1
3622026-05-19T02:00:39.407Z Downloaded defmt v1.0.1
3632026-05-19T02:00:39.410Z Downloaded lru-cache v0.1.2
3642026-05-19T02:00:39.410Z Downloaded data-encoding v2.9.0
3652026-05-19T02:00:39.413Z Downloaded arrayvec v0.7.6
3662026-05-19T02:00:39.415Z Downloaded http-body-util v0.1.3
3672026-05-19T02:00:39.415Z Downloaded filetime v0.2.26
3682026-05-19T02:00:39.418Z Downloaded csv-core v0.1.12
3692026-05-19T02:00:39.421Z Downloaded cmake v0.1.54
3702026-05-19T02:00:39.421Z Downloaded fs_extra v1.3.0
3712026-05-19T02:00:39.423Z Downloaded humantime v2.3.0
3722026-05-19T02:00:39.426Z Downloaded find-msvc-tools v0.1.9
3732026-05-19T02:00:39.426Z Downloaded erased-serde v0.3.31
3742026-05-19T02:00:39.429Z Downloaded mime v0.3.17
3752026-05-19T02:00:39.431Z Downloaded newline-converter v0.3.0
3762026-05-19T02:00:39.431Z Downloaded memoffset v0.9.1
3772026-05-19T02:00:39.434Z Downloaded lru-slab v0.1.2
3782026-05-19T02:00:39.434Z Downloaded itoa v1.0.15
3792026-05-19T02:00:39.437Z Downloaded getrandom v0.2.16
3802026-05-19T02:00:39.439Z Downloaded globset v0.4.16
3812026-05-19T02:00:39.442Z Downloaded crossbeam-utils v0.8.21
3822026-05-19T02:00:39.445Z Downloaded ipnetwork v0.21.1
3832026-05-19T02:00:39.445Z Downloaded ff v0.13.1
3842026-05-19T02:00:39.447Z Downloaded colored v3.0.0
3852026-05-19T02:00:39.450Z Downloaded bytes v1.11.1
3862026-05-19T02:00:39.452Z Downloaded hmac v0.12.1
3872026-05-19T02:00:39.455Z Downloaded num-iter v0.1.45
3882026-05-19T02:00:39.455Z Downloaded num-derive v0.4.2
3892026-05-19T02:00:39.458Z Downloaded git-stub-vcs v0.1.0
3902026-05-19T02:00:39.461Z Downloaded opaque-debug v0.3.1
3912026-05-19T02:00:39.461Z Downloaded newtype_derive v0.1.6
3922026-05-19T02:00:39.463Z Downloaded lazy_static v1.5.0
3932026-05-19T02:00:39.464Z Downloaded group v0.13.0
3942026-05-19T02:00:39.466Z Downloaded olpc-cjson v0.1.4
3952026-05-19T02:00:39.467Z Downloaded libsw v3.5.0
3962026-05-19T02:00:39.470Z Downloaded openssl-probe v0.1.6
3972026-05-19T02:00:39.470Z Downloaded openssl-macros v0.1.1
3982026-05-19T02:00:39.472Z Downloaded num_threads v0.1.7
3992026-05-19T02:00:39.472Z Downloaded libsw-core v0.3.2
4002026-05-19T02:00:39.475Z Downloaded parse-display v0.10.0
4012026-05-19T02:00:39.475Z Downloaded clap_derive v4.6.0
4022026-05-19T02:00:39.478Z Downloaded async-trait v0.1.89
4032026-05-19T02:00:39.481Z Downloaded percent-encoding v2.3.2
4042026-05-19T02:00:39.483Z Downloaded linear-map v1.2.0
4052026-05-19T02:00:39.483Z Downloaded ciborium v0.2.2
4062026-05-19T02:00:39.486Z Downloaded libloading v0.8.9
4072026-05-19T02:00:39.489Z Downloaded curl v0.4.49
4082026-05-19T02:00:39.492Z Downloaded num v0.4.3
4092026-05-19T02:00:39.492Z Downloaded newtype-uuid v1.3.2
4102026-05-19T02:00:39.494Z Downloaded futures-executor v0.3.32
4112026-05-19T02:00:39.498Z Downloaded lock_api v0.4.14
4122026-05-19T02:00:39.498Z Downloaded highway v1.3.0
4132026-05-19T02:00:39.501Z Downloaded crossbeam-epoch v0.9.18
4142026-05-19T02:00:39.501Z Downloaded allocator-api2 v0.2.21
4152026-05-19T02:00:39.504Z Downloaded pretty-hex v0.4.1
4162026-05-19T02:00:39.504Z Downloaded plain v0.2.3
4172026-05-19T02:00:39.507Z Downloaded iana-time-zone v0.1.64
4182026-05-19T02:00:39.507Z Downloaded hyper-rustls v0.27.7
4192026-05-19T02:00:39.510Z Downloaded num_enum_derive v0.5.11
4202026-05-19T02:00:39.513Z Downloaded num-integer v0.1.46
4212026-05-19T02:00:39.514Z Downloaded darling v0.21.3
4222026-05-19T02:00:39.516Z Downloaded progenitor-client v0.10.0
4232026-05-19T02:00:39.519Z Downloaded multer v3.1.0
4242026-05-19T02:00:39.521Z Downloaded native-tls v0.2.14
4252026-05-19T02:00:39.521Z Downloaded num-complex v0.4.6
4262026-05-19T02:00:39.525Z Downloaded owo-colors v4.3.0
4272026-05-19T02:00:39.528Z Downloaded pin-utils v0.1.0
4282026-05-19T02:00:39.528Z Downloaded num_enum_derive v0.7.5
4292026-05-19T02:00:39.528Z Downloaded httparse v1.10.1
4302026-05-19T02:00:39.531Z Downloaded progenitor-macro v0.13.0
4312026-05-19T02:00:39.531Z Downloaded progenitor-macro v0.11.1
4322026-05-19T02:00:39.533Z Downloaded proc-macro-crate v1.3.1
4332026-05-19T02:00:39.533Z Downloaded progenitor-client v0.11.1
4342026-05-19T02:00:39.536Z Downloaded ingot-macros v0.1.1
4352026-05-19T02:00:39.536Z Downloaded parse-display-derive v0.10.0
4362026-05-19T02:00:39.539Z Downloaded proc-macro-error-attr v1.0.4
4372026-05-19T02:00:39.539Z Downloaded progenitor-macro v0.10.0
4382026-05-19T02:00:39.543Z Downloaded proc-macro-error-attr2 v2.0.0
4392026-05-19T02:00:39.543Z Downloaded pem v3.0.5
4402026-05-19T02:00:39.543Z Downloaded potential_utf v0.1.3
4412026-05-19T02:00:39.545Z Downloaded half v2.7.1
4422026-05-19T02:00:39.548Z Downloaded num-rational v0.4.2
4432026-05-19T02:00:39.548Z Downloaded quick-error v1.2.3
4442026-05-19T02:00:39.551Z Downloaded litemap v0.8.0
4452026-05-19T02:00:39.551Z Downloaded icu_normalizer v2.0.0
4462026-05-19T02:00:39.554Z Downloaded ref-cast-impl v1.0.25
4472026-05-19T02:00:39.556Z Downloaded rand_xorshift v0.4.0
4482026-05-19T02:00:39.556Z Downloaded oxide-tokio-rt v0.1.2
4492026-05-19T02:00:39.559Z Downloaded indexmap v1.9.3
4502026-05-19T02:00:39.561Z Downloaded rand_chacha v0.3.1
4512026-05-19T02:00:39.561Z Downloaded rustc_version v0.1.7
4522026-05-19T02:00:39.564Z Downloaded flate2 v1.1.2
4532026-05-19T02:00:39.568Z Downloaded pin-project-internal v1.1.10
4542026-05-19T02:00:39.571Z Downloaded phf v0.12.1
4552026-05-19T02:00:39.571Z Downloaded futures v0.3.32
4562026-05-19T02:00:39.574Z Downloaded const_format v0.2.34
4572026-05-19T02:00:39.577Z Downloaded ref-cast v1.0.25
4582026-05-19T02:00:39.579Z Downloaded chacha20poly1305 v0.10.1
4592026-05-19T02:00:39.579Z Downloaded glob v0.3.3
4602026-05-19T02:00:39.582Z Downloaded paste v1.0.15
4612026-05-19T02:00:39.582Z Downloaded pest_generator v2.8.2
4622026-05-19T02:00:39.585Z Downloaded scopeguard v1.2.0
4632026-05-19T02:00:39.587Z Downloaded scroll_derive v0.12.1
4642026-05-19T02:00:39.587Z Downloaded ppv-lite86 v0.2.21
4652026-05-19T02:00:39.587Z Downloaded pin-project-lite v0.2.16
4662026-05-19T02:00:39.591Z Downloaded progenitor v0.11.1
4672026-05-19T02:00:39.593Z Downloaded omicron-zone-package v0.12.2
4682026-05-19T02:00:39.596Z Downloaded proc-macro-error v1.0.4
4692026-05-19T02:00:39.598Z Downloaded rustc_version v0.4.1
4702026-05-19T02:00:39.598Z Downloaded progenitor-client v0.13.0
4712026-05-19T02:00:39.602Z Downloaded powerfmt v0.2.0
4722026-05-19T02:00:39.602Z Downloaded poly1305 v0.8.0
4732026-05-19T02:00:39.605Z Downloaded serde-big-array v0.5.1
4742026-05-19T02:00:39.605Z Downloaded same-file v1.0.6
4752026-05-19T02:00:39.607Z Downloaded proc-macro-error2 v2.0.1
4762026-05-19T02:00:39.610Z Downloaded search_path v0.1.4
4772026-05-19T02:00:39.610Z Downloaded scroll_derive v0.13.1
4782026-05-19T02:00:39.613Z Downloaded icu_locale_core v2.0.0
4792026-05-19T02:00:39.615Z Downloaded quote v1.0.45
4802026-05-19T02:00:39.618Z Downloaded once_cell v1.21.3
4812026-05-19T02:00:39.621Z Downloaded rustversion v1.0.22
4822026-05-19T02:00:39.621Z Downloaded rustls-pemfile v2.2.0
4832026-05-19T02:00:39.624Z Downloaded icu_properties v2.0.1
4842026-05-19T02:00:39.626Z Downloaded log v0.4.29
4852026-05-19T02:00:39.626Z Downloaded serde_urlencoded v0.7.1
4862026-05-19T02:00:39.629Z Downloaded serde_plain v1.0.2
4872026-05-19T02:00:39.629Z Downloaded icu_normalizer_data v2.0.0
4882026-05-19T02:00:39.632Z Downloaded semver v0.1.20
4892026-05-19T02:00:39.632Z Downloaded secrecy v0.10.3
4902026-05-19T02:00:39.635Z Downloaded rusty-fork v0.3.0
4912026-05-19T02:00:39.635Z Downloaded rustc-hash v2.1.1
4922026-05-19T02:00:39.638Z Downloaded derive-where v1.6.0
4932026-05-19T02:00:39.642Z Downloaded base64 v0.22.1
4942026-05-19T02:00:39.642Z Downloaded oxnet v0.1.4
4952026-05-19T02:00:39.644Z Downloaded serde_spanned v1.0.4
4962026-05-19T02:00:39.645Z Downloaded rand_core v0.9.3
4972026-05-19T02:00:39.645Z Downloaded icu_provider v2.0.0
4982026-05-19T02:00:39.647Z Downloaded serde_spanned v0.6.9
4992026-05-19T02:00:39.650Z Downloaded serde_repr v0.1.20
5002026-05-19T02:00:39.650Z Downloaded rand_core v0.6.4
5012026-05-19T02:00:39.653Z Downloaded pkg-config v0.3.32
5022026-05-19T02:00:39.653Z Downloaded scroll v0.12.0
5032026-05-19T02:00:39.656Z Downloaded sigpipe v0.1.3
5042026-05-19T02:00:39.656Z Downloaded signal-hook-tokio v0.3.1
5052026-05-19T02:00:39.656Z Downloaded num_enum v0.5.11
5062026-05-19T02:00:39.659Z Downloaded progenitor v0.10.0
5072026-05-19T02:00:39.661Z Downloaded parking_lot v0.12.5
5082026-05-19T02:00:39.664Z Downloaded phf_shared v0.12.1
5092026-05-19T02:00:39.664Z Downloaded siphasher v1.0.1
5102026-05-19T02:00:39.664Z Downloaded sha1 v0.10.6
5112026-05-19T02:00:39.667Z Downloaded elliptic-curve v0.13.8
5122026-05-19T02:00:39.669Z Downloaded resolv-conf v0.7.5
5132026-05-19T02:00:39.669Z Downloaded progenitor v0.13.0
5142026-05-19T02:00:39.672Z Downloaded password-hash v0.5.0
5152026-05-19T02:00:39.672Z Downloaded postcard v1.1.3
5162026-05-19T02:00:39.676Z Downloaded num_enum v0.7.5
5172026-05-19T02:00:39.678Z Downloaded stable_deref_trait v1.2.0
5182026-05-19T02:00:39.678Z Downloaded heapless v0.8.0
5192026-05-19T02:00:39.681Z Downloaded structmeta v0.3.0
5202026-05-19T02:00:39.684Z Downloaded scroll v0.13.0
5212026-05-19T02:00:39.684Z Downloaded hickory-resolver v0.25.2
5222026-05-19T02:00:39.686Z Downloaded parking_lot_core v0.9.12
5232026-05-19T02:00:39.689Z Downloaded hickory-resolver v0.24.4
5242026-05-19T02:00:39.691Z Downloaded memmap2 v0.9.8
5252026-05-19T02:00:39.691Z Downloaded getrandom v0.3.3
5262026-05-19T02:00:39.694Z Downloaded dropshot v0.16.7
5272026-05-19T02:00:39.705Z Downloaded tabled_derive v0.7.0
5282026-05-19T02:00:39.708Z Downloaded swrite v0.1.0
5292026-05-19T02:00:39.708Z Downloaded strsim v0.11.1
5302026-05-19T02:00:39.710Z Downloaded pest_meta v2.8.2
5312026-05-19T02:00:39.710Z Downloaded cc v1.2.58
5322026-05-19T02:00:39.713Z Downloaded icu_collections v2.0.0
5332026-05-19T02:00:39.716Z Downloaded papergrid v0.17.0
5342026-05-19T02:00:39.719Z Downloaded supports-color v3.0.2
5352026-05-19T02:00:39.732Z Downloaded sync_wrapper v1.0.2
5362026-05-19T02:00:39.732Z Downloaded strum v0.26.3
5372026-05-19T02:00:39.732Z Downloaded testing_table v0.3.0
5382026-05-19T02:00:39.732Z Downloaded serde_tokenstream v0.2.3
5392026-05-19T02:00:39.732Z Downloaded termtree v0.5.1
5402026-05-19T02:00:39.732Z Downloaded pest_derive v2.8.2
5412026-05-19T02:00:39.732Z Downloaded take_mut v0.2.2
5422026-05-19T02:00:39.732Z Downloaded tagptr v0.2.0
5432026-05-19T02:00:39.732Z Downloaded strum v0.27.2
5442026-05-19T02:00:39.732Z Downloaded miniz_oxide v0.8.9
5452026-05-19T02:00:39.735Z Downloaded pin-project v1.1.10
5462026-05-19T02:00:39.738Z Downloaded tabwriter v1.4.1
5472026-05-19T02:00:39.740Z Downloaded terminal_size v0.4.3
5482026-05-19T02:00:39.740Z Downloaded tabled_derive v0.11.0
5492026-05-19T02:00:39.743Z Downloaded slog-term v2.9.2
5502026-05-19T02:00:39.743Z Downloaded thread-id v5.0.0
5512026-05-19T02:00:39.746Z Downloaded thread-id v4.2.2
5522026-05-19T02:00:39.746Z Downloaded slog-async v2.8.0
5532026-05-19T02:00:39.746Z Downloaded signal-hook-registry v1.4.6
5542026-05-19T02:00:39.749Z Downloaded slab v0.4.11
5552026-05-19T02:00:39.749Z Downloaded sha2 v0.10.9
5562026-05-19T02:00:39.751Z Downloaded ryu v1.0.20
5572026-05-19T02:00:39.754Z Downloaded progenitor-impl v0.10.0
5582026-05-19T02:00:39.754Z Downloaded openssl-sys v0.9.112
5592026-05-19T02:00:39.757Z Downloaded slog-dtrace v0.3.0
5602026-05-19T02:00:39.760Z Downloaded time-core v0.1.8
5612026-05-19T02:00:39.760Z Downloaded thiserror-impl-no-std v2.0.2
5622026-05-19T02:00:39.760Z Downloaded tinyvec_macros v0.1.1
5632026-05-19T02:00:39.762Z Downloaded slog-bunyan v2.5.0
5642026-05-19T02:00:39.762Z Downloaded jiff-static v0.2.15
5652026-05-19T02:00:39.765Z Downloaded structmeta-derive v0.3.0
5662026-05-19T02:00:39.765Z Downloaded http v1.4.0
5672026-05-19T02:00:39.768Z Downloaded minimal-lexical v0.2.1
5682026-05-19T02:00:39.770Z Downloaded expectorate v1.2.0
5692026-05-19T02:00:39.770Z Downloaded shlex v1.3.0
5702026-05-19T02:00:39.773Z Downloaded smawk v0.3.2
5712026-05-19T02:00:39.773Z Downloaded serde_derive_internals v0.29.1
5722026-05-19T02:00:39.776Z Downloaded static_assertions v1.1.0
5732026-05-19T02:00:39.776Z Downloaded smf v0.2.3
5742026-05-19T02:00:39.776Z Downloaded serde_path_to_error v0.1.20
5752026-05-19T02:00:39.779Z Downloaded toml_datetime v0.6.11
5762026-05-19T02:00:39.779Z Downloaded progenitor-impl v0.13.0
5772026-05-19T02:00:39.782Z Downloaded semver v1.0.27
5782026-05-19T02:00:39.782Z Downloaded serde_with_macros v3.14.1
5792026-05-19T02:00:39.784Z Downloaded synstructure v0.13.2
5802026-05-19T02:00:39.784Z Downloaded strum_macros v0.26.4
5812026-05-19T02:00:39.787Z Downloaded papergrid v0.11.0
5822026-05-19T02:00:39.790Z Downloaded rand_chacha v0.9.0
5832026-05-19T02:00:39.790Z Downloaded quinn-udp v0.5.14
5842026-05-19T02:00:39.793Z Downloaded num-traits v0.2.19
5852026-05-19T02:00:39.793Z Downloaded subtle v2.6.1
5862026-05-19T02:00:39.796Z Downloaded crossbeam-channel v0.5.15
5872026-05-19T02:00:39.796Z Downloaded foldhash v0.1.5
5882026-05-19T02:00:39.799Z Downloaded num-derive v0.3.3
5892026-05-19T02:00:39.799Z Downloaded rustls-pki-types v1.12.0
5902026-05-19T02:00:39.802Z Downloaded smallvec v1.15.1
5912026-05-19T02:00:39.804Z Downloaded thread_local v1.1.9
5922026-05-19T02:00:39.804Z Downloaded slog-json v2.6.1
5932026-05-19T02:00:39.807Z Downloaded tower-layer v0.3.3
5942026-05-19T02:00:39.807Z Downloaded num-conv v0.2.1
5952026-05-19T02:00:39.807Z Downloaded managed v0.8.0
5962026-05-19T02:00:39.810Z Downloaded thiserror-impl v1.0.69
5972026-05-19T02:00:39.810Z Downloaded jobserver v0.1.34
5982026-05-19T02:00:39.810Z Downloaded tinystr v0.8.1
5992026-05-19T02:00:39.813Z Downloaded proc-macro2 v1.0.106
6002026-05-19T02:00:39.816Z Downloaded progenitor-impl v0.11.1
6012026-05-19T02:00:39.816Z Downloaded topological-sort v0.2.2
6022026-05-19T02:00:39.816Z Downloaded toml_write v0.1.2
6032026-05-19T02:00:39.819Z Downloaded thiserror v2.0.18
6042026-05-19T02:00:39.823Z Downloaded is_terminal_polyfill v1.70.1
6052026-05-19T02:00:39.823Z Downloaded tokio-dtrace v0.1.1
6062026-05-19T02:00:39.825Z Downloaded thiserror-no-std v2.0.2
6072026-05-19T02:00:39.825Z Downloaded unicode-linebreak v0.1.5
6082026-05-19T02:00:39.825Z Downloaded schemars_derive v0.8.22
6092026-05-19T02:00:39.828Z Downloaded thiserror v1.0.69
6102026-05-19T02:00:39.831Z Downloaded typify-macro v0.6.1
6112026-05-19T02:00:39.831Z Downloaded unicode-xid v0.2.6
6122026-05-19T02:00:39.831Z Downloaded thiserror-impl v2.0.18
6132026-05-19T02:00:39.834Z Downloaded prettyplease v0.2.37
6142026-05-19T02:00:39.834Z Downloaded crypto-bigint v0.5.5
6152026-05-19T02:00:39.837Z Downloaded try-lock v0.2.5
6162026-05-19T02:00:39.839Z Downloaded tower-service v0.3.3
6172026-05-19T02:00:39.839Z Downloaded time-macros v0.2.27
6182026-05-19T02:00:39.842Z Downloaded snafu-derive v0.8.9
6192026-05-19T02:00:39.842Z Downloaded serde_derive v1.0.228
6202026-05-19T02:00:39.844Z Downloaded strum_macros v0.27.2
6212026-05-19T02:00:39.844Z Downloaded usdt-attr-macro v0.5.0
6222026-05-19T02:00:39.847Z Downloaded universal-hash v0.5.1
6232026-05-19T02:00:39.847Z Downloaded schemars v0.8.22
6242026-05-19T02:00:39.852Z Downloaded unarray v0.1.4
6252026-05-19T02:00:39.854Z Downloaded typify-macro v0.4.3
6262026-05-19T02:00:39.854Z Downloaded tokio-macros v2.6.0
6272026-05-19T02:00:39.856Z Downloaded spin v0.9.8
6282026-05-19T02:00:39.856Z Downloaded memchr v2.7.5
6292026-05-19T02:00:39.859Z Downloaded usdt-macro v0.5.0
6302026-05-19T02:00:39.859Z Downloaded usdt-attr-macro v0.6.0
6312026-05-19T02:00:39.861Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6322026-05-19T02:00:39.861Z Downloaded version_check v0.9.5
6332026-05-19T02:00:39.862Z Downloaded hashbrown v0.12.3
6342026-05-19T02:00:39.864Z Downloaded untrusted v0.7.1
6352026-05-19T02:00:39.866Z Downloaded utf8parse v0.2.2
6362026-05-19T02:00:39.867Z Downloaded usdt v0.5.0
6372026-05-19T02:00:39.867Z Downloaded utf8_iter v1.0.4
6382026-05-19T02:00:39.869Z Downloaded usdt v0.6.0
6392026-05-19T02:00:39.869Z Downloaded tokio-native-tls v0.3.1
6402026-05-19T02:00:39.869Z Downloaded ingot v0.1.1
6412026-05-19T02:00:39.872Z Downloaded omicron-workspace-hack v0.1.0
6422026-05-19T02:00:39.872Z Downloaded newtype-uuid-macros v0.1.0
6432026-05-19T02:00:39.872Z Downloaded ipnet v2.11.0
6442026-05-19T02:00:39.875Z Downloaded ingot-types v0.1.2
6452026-05-19T02:00:39.875Z Downloaded fs-err v3.1.2
6462026-05-19T02:00:39.875Z Downloaded tempfile v3.23.0
6472026-05-19T02:00:39.877Z Downloaded crc32fast v1.5.0
6482026-05-19T02:00:39.877Z Downloaded anyhow v1.0.102
6492026-05-19T02:00:39.880Z Downloaded toml_writer v1.0.6+spec-1.1.0
6502026-05-19T02:00:39.882Z Downloaded futures-channel v0.3.32
6512026-05-19T02:00:39.882Z Downloaded foldhash v0.2.0
6522026-05-19T02:00:39.884Z Downloaded want v0.3.1
6532026-05-19T02:00:39.884Z Downloaded term v1.2.0
6542026-05-19T02:00:39.886Z Downloaded serde_core v1.0.228
6552026-05-19T02:00:39.889Z Downloaded hyper-util v0.1.19
6562026-05-19T02:00:39.892Z Downloaded socket2 v0.6.0
6572026-05-19T02:00:39.892Z Downloaded schemars v0.9.0
6582026-05-19T02:00:39.898Z Downloaded yoke-derive v0.8.0
6592026-05-19T02:00:39.900Z Downloaded waitgroup v0.1.2
6602026-05-19T02:00:39.900Z Downloaded wait-timeout v0.2.1
6612026-05-19T02:00:39.900Z Downloaded xattr v1.6.1
6622026-05-19T02:00:39.903Z Downloaded untrusted v0.9.0
6632026-05-19T02:00:39.903Z Downloaded socket2 v0.5.10
6642026-05-19T02:00:39.906Z Downloaded signal-hook v0.3.18
6652026-05-19T02:00:39.906Z Downloaded cookie v0.18.1
6662026-05-19T02:00:39.908Z Downloaded indexmap v2.13.0
6672026-05-19T02:00:39.911Z Downloaded tokio-rustls v0.25.0
6682026-05-19T02:00:39.911Z Downloaded qorb v0.4.1
6692026-05-19T02:00:39.914Z Downloaded argon2 v0.5.3
6702026-05-19T02:00:39.914Z Downloaded memmap v0.7.0
6712026-05-19T02:00:39.917Z Downloaded zerofrom-derive v0.1.6
6722026-05-19T02:00:39.917Z Downloaded tokio-stream v0.1.17
6732026-05-19T02:00:39.919Z Downloaded zerofrom v0.1.6
6742026-05-19T02:00:39.919Z Downloaded match_cfg v0.1.0
6752026-05-19T02:00:39.921Z Downloaded macaddr v1.0.1
6762026-05-19T02:00:39.921Z Downloaded zeroize_derive v1.4.3
6772026-05-19T02:00:39.921Z Downloaded rand v0.8.5
6782026-05-19T02:00:39.924Z Downloaded toml v0.8.23
6792026-05-19T02:00:39.927Z Downloaded toml_parser v1.0.6+spec-1.1.0
6802026-05-19T02:00:39.927Z Downloaded ciborium-ll v0.2.2
6812026-05-19T02:00:39.930Z Downloaded linked-hash-map v0.5.6
6822026-05-19T02:00:39.930Z Downloaded usdt-impl v0.5.0
6832026-05-19T02:00:39.930Z Downloaded kstat-rs v0.2.4
6842026-05-19T02:00:39.930Z Downloaded keccak v0.1.6
6852026-05-19T02:00:39.933Z Downloaded bcs v0.1.6
6862026-05-19T02:00:39.933Z Downloaded rayon-core v1.13.0
6872026-05-19T02:00:39.933Z Downloaded anstyle-parse v1.0.0
6882026-05-19T02:00:39.936Z Downloaded usdt-macro v0.6.0
6892026-05-19T02:00:39.936Z Downloaded deranged v0.5.3
6902026-05-19T02:00:39.938Z Downloaded const_format_proc_macros v0.2.34
6912026-05-19T02:00:39.938Z Downloaded usdt-impl v0.6.0
6922026-05-19T02:00:39.941Z Downloaded cfg-if v1.0.3
6932026-05-19T02:00:39.941Z Downloaded fastrand v2.3.0
6942026-05-19T02:00:39.941Z Downloaded inout v0.1.4
6952026-05-19T02:00:39.941Z Downloaded zone_cfg_derive v0.3.1
6962026-05-19T02:00:39.945Z Downloaded zone v0.3.1
6972026-05-19T02:00:39.945Z Downloaded textwrap v0.16.2
6982026-05-19T02:00:39.945Z Downloaded mio v1.0.4
6992026-05-19T02:00:39.948Z Downloaded hashbrown v0.15.5
7002026-05-19T02:00:39.951Z Downloaded whoami v1.6.1
7012026-05-19T02:00:39.951Z Downloaded vsss-rs v3.3.4
7022026-05-19T02:00:39.954Z Downloaded serde_yaml v0.9.34+deprecated
7032026-05-19T02:00:39.954Z Downloaded test-strategy v0.4.3
7042026-05-19T02:00:39.957Z Downloaded yoke v0.8.0
7052026-05-19T02:00:39.959Z Downloaded similar v2.7.0
7062026-05-19T02:00:39.962Z Downloaded nom v7.1.3
7072026-05-19T02:00:39.965Z Downloaded walkdir v2.5.0
7082026-05-19T02:00:39.965Z Downloaded iddqd v0.3.17
7092026-05-19T02:00:39.968Z Downloaded tokio-rustls v0.26.3
7102026-05-19T02:00:39.970Z Downloaded tracing-attributes v0.1.30
7112026-05-19T02:00:39.970Z Downloaded tinyvec v1.10.0
7122026-05-19T02:00:39.973Z Downloaded writeable v0.6.1
7132026-05-19T02:00:39.973Z Downloaded snafu v0.8.9
7142026-05-19T02:00:39.976Z Downloaded quinn v0.11.9
7152026-05-19T02:00:39.979Z Downloaded hashbrown v0.16.1
7162026-05-19T02:00:39.981Z Downloaded toml v0.7.8
7172026-05-19T02:00:39.984Z Downloaded ucd-trie v0.1.7
7182026-05-19T02:00:39.984Z Downloaded idna v1.1.0
7192026-05-19T02:00:39.986Z Downloaded toml v0.9.11+spec-1.1.0
7202026-05-19T02:00:39.990Z Downloaded generic-array v0.14.7
7212026-05-19T02:00:39.990Z Downloaded clap v4.6.0
7222026-05-19T02:00:39.993Z Downloaded zmij v1.0.17
7232026-05-19T02:00:39.996Z Downloaded tar v0.4.45
7242026-05-19T02:00:39.998Z Downloaded embedded-io v0.4.0
7252026-05-19T02:00:39.998Z Downloaded embedded-io v0.6.1
7262026-05-19T02:00:39.998Z Downloaded iri-string v0.7.8
7272026-05-19T02:00:40.001Z Downloaded slog v2.8.2
7282026-05-19T02:00:40.004Z Downloaded schemars v1.2.0
7292026-05-19T02:00:40.011Z Downloaded zerovec-derive v0.11.1
7302026-05-19T02:00:40.013Z Downloaded serde v1.0.228
7312026-05-19T02:00:40.016Z Downloaded vergen v8.3.2
7322026-05-19T02:00:40.016Z Downloaded http-body v1.0.1
7332026-05-19T02:00:40.016Z Downloaded steno v0.4.1
7342026-05-19T02:00:40.019Z Downloaded typify v0.6.1
7352026-05-19T02:00:40.021Z Downloaded tracing-core v0.1.34
7362026-05-19T02:00:40.021Z Downloaded foreign-types v0.5.0
7372026-05-19T02:00:40.024Z Downloaded defmt v0.3.100
7382026-05-19T02:00:40.024Z Downloaded rand v0.9.2
7392026-05-19T02:00:40.026Z Downloaded zerocopy-derive v0.7.35
7402026-05-19T02:00:40.029Z Downloaded unsafe-libyaml v0.2.11
7412026-05-19T02:00:40.029Z Downloaded unicode-ident v1.0.24
7422026-05-19T02:00:40.032Z Downloaded itertools v0.12.1
7432026-05-19T02:00:40.035Z Downloaded toml_edit v0.22.27
7442026-05-19T02:00:40.037Z Downloaded zeroize v1.8.1
7452026-05-19T02:00:40.038Z Downloaded uuid v1.20.0
7462026-05-19T02:00:40.040Z Downloaded pest v2.8.2
7472026-05-19T02:00:40.043Z Downloaded darling_macro v0.21.3
7482026-05-19T02:00:40.043Z Downloaded ident_case v1.0.1
7492026-05-19T02:00:40.043Z Downloaded hostname v0.3.1
7502026-05-19T02:00:40.046Z Downloaded futures-sink v0.3.32
7512026-05-19T02:00:40.046Z Downloaded futures-macro v0.3.32
7522026-05-19T02:00:40.046Z Downloaded bitflags v2.9.4
7532026-05-19T02:00:40.048Z Downloaded atomic-waker v1.1.2
7542026-05-19T02:00:40.048Z Downloaded async-stream v0.3.6
7552026-05-19T02:00:40.051Z Downloaded errno v0.3.14
7562026-05-19T02:00:40.051Z Downloaded enum-as-inner v0.6.1
7572026-05-19T02:00:40.051Z Downloaded cpufeatures v0.2.17
7582026-05-19T02:00:40.051Z Downloaded clap_lex v1.1.0
7592026-05-19T02:00:40.054Z Downloaded derive-ex v0.1.8
7602026-05-19T02:00:40.054Z Downloaded defmt-macros v1.0.1
7612026-05-19T02:00:40.057Z Downloaded base64ct v1.8.0
7622026-05-19T02:00:40.057Z Downloaded async-stream-impl v0.3.6
7632026-05-19T02:00:40.057Z Downloaded dtrace-parser v0.2.0
7642026-05-19T02:00:40.057Z Downloaded bit-set v0.8.0
7652026-05-19T02:00:40.059Z Downloaded typify v0.4.3
7662026-05-19T02:00:40.062Z Downloaded icu_properties_data v2.0.1
7672026-05-19T02:00:40.065Z Downloaded typenum v1.18.0
7682026-05-19T02:00:40.067Z Downloaded libm v0.2.15
7692026-05-19T02:00:40.071Z Downloaded hyper v1.8.1
7702026-05-19T02:00:40.075Z Downloaded futures-util v0.3.32
7712026-05-19T02:00:40.081Z Downloaded aho-corasick v1.1.3
7722026-05-19T02:00:40.084Z Downloaded dof v0.3.0
7732026-05-19T02:00:40.086Z Downloaded hkdf v0.12.4
7742026-05-19T02:00:40.086Z Downloaded chacha20 v0.9.1
7752026-05-19T02:00:40.088Z Downloaded camino-tempfile v1.4.1
7762026-05-19T02:00:40.088Z Downloaded bitflags v1.3.2
7772026-05-19T02:00:40.091Z Downloaded byteorder v1.5.0
7782026-05-19T02:00:40.091Z Downloaded h2 v0.4.12
7792026-05-19T02:00:40.094Z Downloaded rustls-webpki v0.103.6
7802026-05-19T02:00:40.097Z Downloaded dtrace-parser v0.3.0
7812026-05-19T02:00:40.097Z Downloaded autocfg v1.5.0
7822026-05-19T02:00:40.097Z Downloaded async-recursion v1.1.1
7832026-05-19T02:00:40.099Z Downloaded itertools v0.14.0
7842026-05-19T02:00:40.103Z Downloaded tracing v0.1.41
7852026-05-19T02:00:40.105Z Downloaded clap_builder v4.6.0
7862026-05-19T02:00:40.109Z Downloaded goblin v0.8.2
7872026-05-19T02:00:40.112Z Downloaded zerotrie v0.2.2
7882026-05-19T02:00:40.114Z Downloaded bindgen v0.72.1
7892026-05-19T02:00:40.118Z Downloaded url v2.5.7
7902026-05-19T02:00:40.135Z Downloaded typed-path v0.9.3
7912026-05-19T02:00:40.139Z Downloaded zerocopy-derive v0.8.27
7922026-05-19T02:00:40.142Z Downloaded toml_edit v0.19.15
7932026-05-19T02:00:40.150Z Downloaded reqwest v0.13.2
7942026-05-19T02:00:40.153Z Downloaded reqwest v0.12.23
7952026-05-19T02:00:40.157Z Downloaded regex v1.12.3
7962026-05-19T02:00:40.160Z Downloaded tower v0.5.2
7972026-05-19T02:00:40.168Z Downloaded tokio-util v0.7.16
7982026-05-19T02:00:40.176Z Downloaded serde_json v1.0.149
7992026-05-19T02:00:40.179Z Downloaded portable-atomic v1.11.1
8002026-05-19T02:00:40.184Z Downloaded blake3 v1.8.2
8012026-05-19T02:00:40.191Z Downloaded git2 v0.19.0
8022026-05-19T02:00:40.203Z Downloaded unicode-segmentation v1.12.0
8032026-05-19T02:00:40.209Z Downloaded aws-lc-rs v1.16.2
8042026-05-19T02:00:40.214Z Downloaded tough v0.20.0
8052026-05-19T02:00:40.219Z Downloaded tower-http v0.6.8
8062026-05-19T02:00:40.223Z Downloaded unicode-normalization v0.1.24
8072026-05-19T02:00:40.226Z Downloaded goblin v0.10.1
8082026-05-19T02:00:40.228Z Downloaded rustls-webpki v0.102.8
8092026-05-19T02:00:40.238Z Downloaded zerovec v0.11.4
8102026-05-19T02:00:40.241Z Downloaded serde_with v3.14.1
8112026-05-19T02:00:40.249Z Downloaded rayon v1.11.0
8122026-05-19T02:00:40.253Z Downloaded chrono v0.4.44
8132026-05-19T02:00:40.258Z Downloaded winnow v0.5.40
8142026-05-19T02:00:40.262Z Downloaded zerocopy v0.7.35
8152026-05-19T02:00:40.271Z Downloaded proptest v1.8.0
8162026-05-19T02:00:40.285Z Downloaded curve25519-dalek v4.1.3
8172026-05-19T02:00:40.294Z Downloaded tabled v0.15.0
8182026-05-19T02:00:40.300Z Downloaded winnow v0.7.14
8192026-05-19T02:00:40.305Z Downloaded bstr v1.12.0
8202026-05-19T02:00:40.310Z Downloaded quinn-proto v0.11.14
8212026-05-19T02:00:40.313Z Downloaded hickory-proto v0.25.2
8222026-05-19T02:00:40.321Z Downloaded moka v0.12.11
8232026-05-19T02:00:40.332Z Downloaded openssl v0.10.76
8242026-05-19T02:00:40.337Z Downloaded time v0.3.47
8252026-05-19T02:00:40.343Z Downloaded tabled v0.20.0
8262026-05-19T02:00:40.352Z Downloaded syn v1.0.109
8272026-05-19T02:00:40.369Z Downloaded zerocopy v0.8.27
8282026-05-19T02:00:40.380Z Downloaded unicode-width v0.2.1
8292026-05-19T02:00:40.385Z Downloaded regress v0.10.5
8302026-05-19T02:00:40.389Z Downloaded vcpkg v0.2.15
8312026-05-19T02:00:40.410Z Downloaded webpki-roots v1.0.2
8322026-05-19T02:00:40.413Z Downloaded smoltcp v0.11.0
8332026-05-19T02:00:40.419Z Downloaded unicode-width v0.1.14
8342026-05-19T02:00:40.422Z Downloaded rustls v0.23.32
8352026-05-19T02:00:40.428Z Downloaded syn v2.0.117
8362026-05-19T02:00:40.434Z Downloaded nix v0.30.1
8372026-05-19T02:00:40.440Z Downloaded rustls v0.22.4
8382026-05-19T02:00:40.446Z Downloaded hickory-proto v0.24.4
8392026-05-19T02:00:40.460Z Downloaded typify-impl v0.6.1
8402026-05-19T02:00:40.466Z Downloaded rustix v0.38.44
8412026-05-19T02:00:40.478Z Downloaded regex-syntax v0.8.6
8422026-05-19T02:00:40.482Z Downloaded openapiv3 v2.2.0
8432026-05-19T02:00:40.488Z Downloaded typify-impl v0.4.3
8442026-05-19T02:00:40.523Z Downloaded rustix v1.1.2
8452026-05-19T02:00:40.535Z Downloaded petgraph v0.8.2
8462026-05-19T02:00:40.554Z Downloaded libc v0.2.183
8472026-05-19T02:00:40.572Z Downloaded sha3 v0.10.8
8482026-05-19T02:00:40.594Z Downloaded encoding_rs v0.8.35
8492026-05-19T02:00:40.650Z Downloaded regex-automata v0.4.13
8502026-05-19T02:00:40.679Z Downloaded petgraph v0.6.5
8512026-05-19T02:00:40.692Z Downloaded jiff v0.2.15
8522026-05-19T02:00:40.706Z Downloaded chrono-tz v0.10.4
8532026-05-19T02:00:40.744Z Downloaded libz-sys v1.1.22
8542026-05-19T02:00:40.755Z Downloaded csv v1.3.1
8552026-05-19T02:00:40.772Z Downloaded tokio v1.49.0
8562026-05-19T02:00:40.916Z Downloaded ring v0.17.14
8572026-05-19T02:00:40.973Z Downloaded curl-sys v0.4.83+curl-8.15.0
8582026-05-19T02:00:41.004Z Downloaded libgit2-sys v0.17.0+1.8.1
8592026-05-19T02:00:41.515Z Downloaded aws-lc-sys v0.39.1
8602026-05-19T02:00:41.816Z Compiling proc-macro2 v1.0.106
8612026-05-19T02:00:41.816Z Compiling quote v1.0.45
8622026-05-19T02:00:41.816Z Compiling unicode-ident v1.0.24
8632026-05-19T02:00:41.816Z Compiling serde_core v1.0.228
8642026-05-19T02:00:41.816Z Compiling serde v1.0.228
8652026-05-19T02:00:41.819Z Compiling libc v0.2.183
8662026-05-19T02:00:41.819Z Checking cfg-if v1.0.3
8672026-05-19T02:00:42.076Z Compiling zmij v1.0.17
8682026-05-19T02:00:42.293Z Compiling autocfg v1.5.0
8692026-05-19T02:00:42.669Z Compiling memchr v2.7.5
8702026-05-19T02:00:42.684Z Compiling getrandom v0.3.3
8712026-05-19T02:00:42.687Z Compiling libm v0.2.15
8722026-05-19T02:00:43.084Z Checking itoa v1.0.15
8732026-05-19T02:00:43.101Z Compiling shlex v1.3.0
8742026-05-19T02:00:43.137Z Checking smallvec v1.15.1
8752026-05-19T02:00:43.180Z Compiling jobserver v0.1.34
8762026-05-19T02:00:43.208Z Compiling find-msvc-tools v0.1.9
8772026-05-19T02:00:43.243Z Compiling thiserror v2.0.18
8782026-05-19T02:00:43.283Z Compiling version_check v0.9.5
8792026-05-19T02:00:43.446Z Compiling cc v1.2.58
8802026-05-19T02:00:43.482Z Compiling icu_properties_data v2.0.1
8812026-05-19T02:00:43.506Z Compiling syn v2.0.117
8822026-05-19T02:00:43.569Z Compiling icu_normalizer_data v2.0.0
8832026-05-19T02:00:43.720Z Compiling parking_lot_core v0.9.12
8842026-05-19T02:00:43.746Z Checking stable_deref_trait v1.2.0
8852026-05-19T02:00:43.806Z Compiling serde_json v1.0.149
8862026-05-19T02:00:44.026Z Compiling heck v0.5.0
8872026-05-19T02:00:44.095Z Checking writeable v0.6.1
8882026-05-19T02:00:44.217Z Checking litemap v0.8.0
8892026-05-19T02:00:44.234Z Compiling num-traits v0.2.19
8902026-05-19T02:00:44.257Z Checking percent-encoding v2.3.2
8912026-05-19T02:00:44.475Z Checking form_urlencoded v1.2.2
8922026-05-19T02:00:44.544Z Checking utf8_iter v1.0.4
8932026-05-19T02:00:44.602Z Compiling zerocopy v0.8.27
8942026-05-19T02:00:44.625Z Checking pin-project-lite v0.2.16
8952026-05-19T02:00:44.665Z Compiling rustversion v1.0.22
8962026-05-19T02:00:44.721Z Compiling log v0.4.29
8972026-05-19T02:00:44.859Z Checking iana-time-zone v0.1.64
8982026-05-19T02:00:44.902Z Compiling allocator-api2 v0.2.21
8992026-05-19T02:00:44.916Z Compiling foldhash v0.2.0
9002026-05-19T02:00:44.964Z Compiling equivalent v1.0.2
9012026-05-19T02:00:45.040Z Compiling semver v1.0.27
9022026-05-19T02:00:45.056Z Checking socket2 v0.6.0
9032026-05-19T02:00:45.112Z Checking uuid v1.20.0
9042026-05-19T02:00:45.223Z Compiling hashbrown v0.16.1
9052026-05-19T02:00:45.313Z Checking scopeguard v1.2.0
9062026-05-19T02:00:45.429Z Checking lock_api v0.4.14
9072026-05-19T02:00:45.545Z Checking signal-hook-registry v1.4.6
9082026-05-19T02:00:45.562Z Checking getrandom v0.2.16
9092026-05-19T02:00:45.599Z Checking mio v1.0.4
9102026-05-19T02:00:45.637Z Checking parking_lot v0.12.5
9112026-05-19T02:00:45.653Z Compiling schemars v0.8.22
9122026-05-19T02:00:45.677Z Checking dyn-clone v1.0.20
9132026-05-19T02:00:45.698Z Compiling portable-atomic v1.11.1
9142026-05-19T02:00:45.868Z Checking critical-section v1.2.0
9152026-05-19T02:00:45.966Z Checking futures-core v0.3.32
9162026-05-19T02:00:45.999Z Compiling ring v0.17.14
9172026-05-19T02:00:46.082Z Compiling typenum v1.18.0
9182026-05-19T02:00:46.100Z Compiling indexmap v2.13.0
9192026-05-19T02:00:46.154Z Compiling thiserror v1.0.69
9202026-05-19T02:00:46.435Z Compiling synstructure v0.13.2
9212026-05-19T02:00:46.460Z Compiling serde_derive_internals v0.29.1
9222026-05-19T02:00:46.585Z Checking once_cell v1.21.3
9232026-05-19T02:00:46.912Z Compiling regex-syntax v0.8.6
9242026-05-19T02:00:46.927Z Compiling httparse v1.10.1
9252026-05-19T02:00:47.040Z Compiling rustix v1.1.2
9262026-05-19T02:00:47.250Z Checking futures-sink v0.3.32
9272026-05-19T02:00:47.266Z Compiling aho-corasick v1.1.3
9282026-05-19T02:00:47.311Z Checking slab v0.4.11
9292026-05-19T02:00:47.344Z Checking subtle v2.6.1
9302026-05-19T02:00:47.375Z Compiling ucd-trie v0.1.7
9312026-05-19T02:00:47.466Z Compiling anyhow v1.0.102
9322026-05-19T02:00:47.492Z Checking futures-channel v0.3.32
9332026-05-19T02:00:47.616Z Checking rand_core v0.6.4
9342026-05-19T02:00:47.633Z Compiling serde_derive v1.0.228
9352026-05-19T02:00:47.679Z Compiling zerofrom-derive v0.1.6
9362026-05-19T02:00:47.777Z Compiling yoke-derive v0.8.0
9372026-05-19T02:00:47.781Z Compiling zerovec-derive v0.11.1
9382026-05-19T02:00:48.146Z Compiling displaydoc v0.2.5
9392026-05-19T02:00:48.682Z Compiling thiserror-impl v2.0.18
9402026-05-19T02:00:48.787Z Compiling schemars_derive v0.8.22
9412026-05-19T02:00:48.848Z Compiling tokio-macros v2.6.0
9422026-05-19T02:00:48.864Z Checking zerofrom v0.1.6
9432026-05-19T02:00:48.878Z Compiling zerocopy-derive v0.8.27
9442026-05-19T02:00:48.978Z Checking yoke v0.8.0
9452026-05-19T02:00:48.999Z Compiling futures-macro v0.3.32
9462026-05-19T02:00:49.147Z Checking zerovec v0.11.4
9472026-05-19T02:00:49.557Z Checking zerotrie v0.2.2
9482026-05-19T02:00:49.792Z Compiling zeroize_derive v1.4.3
9492026-05-19T02:00:49.860Z Compiling thiserror-impl v1.0.69
9502026-05-19T02:00:49.865Z Checking tinystr v0.8.1
9512026-05-19T02:00:49.877Z Checking potential_utf v0.1.3
9522026-05-19T02:00:50.003Z Checking icu_collections v2.0.0
9532026-05-19T02:00:50.023Z Checking icu_locale_core v2.0.0
9542026-05-19T02:00:50.131Z Compiling regex-automata v0.4.13
9552026-05-19T02:00:50.429Z Checking zeroize v1.8.1
9562026-05-19T02:00:50.465Z Checking icu_provider v2.0.0
9572026-05-19T02:00:50.579Z Compiling pest v2.8.2
9582026-05-19T02:00:50.630Z Checking bytes v1.11.1
9592026-05-19T02:00:50.697Z Checking icu_normalizer v2.0.0
9602026-05-19T02:00:50.756Z Checking icu_properties v2.0.1
9612026-05-19T02:00:50.998Z Checking chrono v0.4.44
9622026-05-19T02:00:51.057Z Compiling serde_tokenstream v0.2.3
9632026-05-19T02:00:51.158Z Checking tokio v1.49.0
9642026-05-19T02:00:51.339Z Checking bitflags v2.9.4
9652026-05-19T02:00:51.520Z Checking futures-task v0.3.32
9662026-05-19T02:00:51.571Z Checking idna_adapter v1.2.1
9672026-05-19T02:00:51.682Z Compiling pest_meta v2.8.2
9682026-05-19T02:00:51.686Z Checking idna v1.1.0
9692026-05-19T02:00:51.712Z Checking futures-io v0.3.32
9702026-05-19T02:00:51.781Z Compiling regex v1.12.3
9712026-05-19T02:00:51.825Z Checking futures-util v0.3.32
9722026-05-19T02:00:51.844Z Compiling pkg-config v0.3.32
9732026-05-19T02:00:51.928Z Checking url v2.5.7
9742026-05-19T02:00:52.214Z Compiling tracing-attributes v0.1.30
9752026-05-19T02:00:52.351Z Compiling pest_generator v2.8.2
9762026-05-19T02:00:52.738Z Checking tracing-core v0.1.34
9772026-05-19T02:00:52.981Z Compiling generic-array v0.14.7
9782026-05-19T02:00:52.999Z Compiling pest_derive v2.8.2
9792026-05-19T02:00:53.038Z Checking fnv v1.0.7
9802026-05-19T02:00:53.060Z Compiling vcpkg v0.2.15
9812026-05-19T02:00:53.393Z Compiling http v1.4.0
9822026-05-19T02:00:53.440Z Checking tracing v0.1.41
9832026-05-19T02:00:53.626Z Compiling regress v0.10.5
9842026-05-19T02:00:53.789Z Compiling time-core v0.1.8
9852026-05-19T02:00:53.803Z Compiling num-conv v0.2.1
9862026-05-19T02:00:53.808Z Compiling byteorder v1.5.0
9872026-05-19T02:00:53.971Z Compiling time-macros v0.2.27
9882026-05-19T02:00:54.023Z Checking errno v0.3.14
9892026-05-19T02:00:54.142Z Checking ipnet v2.11.0
9902026-05-19T02:00:54.177Z Checking base64 v0.22.1
9912026-05-19T02:00:54.351Z Checking tokio-util v0.7.16
9922026-05-19T02:00:54.417Z Compiling scroll_derive v0.13.1
9932026-05-19T02:00:54.491Z Checking crypto-common v0.1.6
9942026-05-19T02:00:54.818Z Compiling camino v1.2.2
9952026-05-19T02:00:54.835Z Checking http-body v1.0.1
9962026-05-19T02:00:54.963Z Checking ppv-lite86 v0.2.21
9972026-05-19T02:00:55.074Z Compiling crossbeam-utils v0.8.21
9982026-05-19T02:00:55.183Z Checking atomic-waker v1.1.2
9992026-05-19T02:00:55.201Z Compiling syn v1.0.109
10002026-05-19T02:00:55.256Z Compiling slog v2.8.2
10012026-05-19T02:00:55.282Z Checking try-lock v0.2.5
10022026-05-19T02:00:55.390Z Checking tower-layer v0.3.3
10032026-05-19T02:00:55.428Z Checking tower-service v0.3.3
10042026-05-19T02:00:55.432Z Compiling paste v1.0.15
10052026-05-19T02:00:55.557Z Checking want v0.3.1
10062026-05-19T02:00:55.564Z Checking h2 v0.4.12
10072026-05-19T02:00:55.590Z Checking ipnetwork v0.21.1
10082026-05-19T02:00:55.590Z Checking erased-serde v0.3.31
10092026-05-19T02:00:55.651Z Checking rustls-pki-types v1.12.0
10102026-05-19T02:00:55.770Z Checking pretty-hex v0.4.1
10112026-05-19T02:00:55.823Z Checking ryu v1.0.20
10122026-05-19T02:00:55.826Z Checking pin-utils v0.1.0
10132026-05-19T02:00:55.885Z Checking httpdate v1.0.3
10142026-05-19T02:00:55.969Z Compiling async-trait v0.1.89
10152026-05-19T02:00:55.988Z Checking socket2 v0.5.10
10162026-05-19T02:00:56.117Z Checking untrusted v0.9.0
10172026-05-19T02:00:56.197Z Compiling scroll v0.13.0
10182026-05-19T02:00:56.213Z Compiling openssl-sys v0.9.112
10192026-05-19T02:00:56.229Z Compiling plain v0.2.3
10202026-05-19T02:00:56.335Z Compiling strsim v0.11.1
10212026-05-19T02:00:56.449Z Compiling usdt-impl v0.6.0
10222026-05-19T02:00:56.505Z Compiling goblin v0.10.1
10232026-05-19T02:00:56.630Z Checking http-body-util v0.1.3
10242026-05-19T02:00:56.719Z Checking block-buffer v0.10.4
10252026-05-19T02:00:56.817Z Compiling openapiv3 v2.2.0
10262026-05-19T02:00:56.850Z Checking rand_core v0.9.3
10272026-05-19T02:00:57.016Z Compiling slog-async v2.8.0
10282026-05-19T02:00:57.263Z Checking digest v0.10.7
10292026-05-19T02:00:57.398Z Checking serde_urlencoded v0.7.1
10302026-05-19T02:00:57.424Z Checking hyper v1.8.1
10312026-05-19T02:00:57.458Z Checking oxnet v0.1.4
10322026-05-19T02:00:57.605Z Compiling typify-impl v0.4.3
10332026-05-19T02:00:57.681Z Compiling dtrace-parser v0.3.0
10342026-05-19T02:00:58.134Z Compiling cmake v0.1.54
10352026-05-19T02:00:58.308Z Compiling thread-id v5.0.0
10362026-05-19T02:00:58.329Z Checking hyper-util v0.1.19
10372026-05-19T02:00:58.360Z Compiling omicron-workspace-hack v0.1.0
10382026-05-19T02:00:58.394Z Compiling ident_case v1.0.1
10392026-05-19T02:00:58.426Z Compiling dunce v1.0.5
10402026-05-19T02:00:58.478Z Compiling fs_extra v1.3.0
10412026-05-19T02:00:58.512Z Compiling darling_core v0.21.3
10422026-05-19T02:00:58.529Z Checking rand_chacha v0.9.0
10432026-05-19T02:00:58.597Z Compiling daft-derive v0.1.4
10442026-05-19T02:00:58.713Z Checking rand v0.9.2
10452026-05-19T02:00:58.731Z Compiling aws-lc-sys v0.39.1
10462026-05-19T02:00:59.166Z Compiling unsafe-libyaml v0.2.11
10472026-05-19T02:00:59.314Z Compiling dof v0.4.0
10482026-05-19T02:00:59.386Z Checking powerfmt v0.2.0
10492026-05-19T02:00:59.541Z Checking deranged v0.5.3
10502026-05-19T02:00:59.575Z Checking sync_wrapper v1.0.2
10512026-05-19T02:01:00.067Z Compiling serde_yaml v0.9.34+deprecated
10522026-05-19T02:01:00.208Z Checking cpufeatures v0.2.17
10532026-05-19T02:01:00.326Z Compiling rustls v0.22.4
10542026-05-19T02:01:00.343Z Compiling usdt-attr-macro v0.6.0
10552026-05-19T02:01:00.426Z Compiling usdt-macro v0.6.0
10562026-05-19T02:01:00.542Z Compiling aws-lc-rs v1.16.2
10572026-05-19T02:01:00.606Z Compiling darling_macro v0.21.3
10582026-05-19T02:01:00.680Z Checking num_threads v0.1.7
10592026-05-19T02:01:00.753Z Checking time v0.3.47
10602026-05-19T02:01:00.971Z Compiling typify-macro v0.4.3
10612026-05-19T02:01:01.125Z Compiling darling v0.21.3
10622026-05-19T02:01:01.168Z Checking tower v0.5.2
10632026-05-19T02:01:01.307Z Compiling structmeta-derive v0.3.0
10642026-05-19T02:01:01.544Z Checking encoding_rs v0.8.35
10652026-05-19T02:01:01.710Z Checking mime v0.3.17
10662026-05-19T02:01:01.857Z Checking iri-string v0.7.8
10672026-05-19T02:01:01.887Z Checking crossbeam-channel v0.5.15
10682026-05-19T02:01:02.230Z Checking futures-executor v0.3.32
10692026-05-19T02:01:02.262Z Compiling multer v3.1.0
10702026-05-19T02:01:02.356Z Compiling structmeta v0.3.0
10712026-05-19T02:01:02.432Z Checking foreign-types-shared v0.1.1
10722026-05-19T02:01:02.466Z Compiling openssl v0.10.76
10732026-05-19T02:01:02.479Z Compiling typify v0.4.3
10742026-05-19T02:01:02.494Z Checking untrusted v0.7.1
10752026-05-19T02:01:02.498Z Checking unicode-width v0.2.1
10762026-05-19T02:01:02.529Z Checking fastrand v2.3.0
10772026-05-19T02:01:02.541Z Checking hex v0.4.3
10782026-05-19T02:01:02.618Z Checking foreign-types v0.3.2
10792026-05-19T02:01:02.633Z Checking futures v0.3.32
10802026-05-19T02:01:02.703Z Compiling async-stream-impl v0.3.6
10812026-05-19T02:01:02.712Z Checking tempfile v3.23.0
10822026-05-19T02:01:02.746Z Compiling openssl-macros v0.1.1
10832026-05-19T02:01:02.763Z Compiling strum_macros v0.26.4
10842026-05-19T02:01:02.890Z Checking tower-http v0.6.8
10852026-05-19T02:01:02.907Z Checking thread_local v1.1.9
10862026-05-19T02:01:03.064Z Compiling native-tls v0.2.14
10872026-05-19T02:01:03.152Z Compiling rustls v0.23.32
10882026-05-19T02:01:03.191Z Checking openssl-probe v0.1.6
10892026-05-19T02:01:03.348Z Compiling newtype-uuid-macros v0.1.0
10902026-05-19T02:01:03.365Z Compiling dropshot v0.16.7
10912026-05-19T02:01:03.528Z Checking is-terminal v0.4.16
10922026-05-19T02:01:03.562Z Checking memmap2 v0.9.8
10932026-05-19T02:01:03.578Z Checking term v1.2.0
10942026-05-19T02:01:03.613Z Checking match_cfg v0.1.0
10952026-05-19T02:01:03.683Z Checking winnow v0.7.14
10962026-05-19T02:01:03.716Z Checking take_mut v0.2.2
10972026-05-19T02:01:03.790Z Compiling ref-cast v1.0.25
10982026-05-19T02:01:03.989Z Checking slog-term v2.9.2
10992026-05-19T02:01:04.087Z Checking hostname v0.3.1
11002026-05-19T02:01:04.186Z Checking slog-json v2.6.1
11012026-05-19T02:01:04.207Z Compiling dropshot_endpoint v0.16.7
11022026-05-19T02:01:04.233Z Compiling ref-cast-impl v1.0.25
11032026-05-19T02:01:04.332Z Checking slog-bunyan v2.5.0
11042026-05-19T02:01:04.336Z Compiling derive-ex v0.1.8
11052026-05-19T02:01:04.675Z Checking webpki-roots v1.0.2
11062026-05-19T02:01:04.792Z Compiling strum_macros v0.27.2
11072026-05-19T02:01:04.932Z Compiling progenitor-impl v0.11.1
11082026-05-19T02:01:05.163Z Checking newtype-uuid v1.3.2
11092026-05-19T02:01:05.349Z Compiling either v1.15.0
11102026-05-19T02:01:05.455Z Checking tokio-native-tls v0.3.1
11112026-05-19T02:01:05.604Z Checking hyper-tls v0.6.0
11122026-05-19T02:01:05.731Z Checking daft v0.1.4
11132026-05-19T02:01:05.771Z Compiling serde_with_macros v3.14.1
11142026-05-19T02:01:05.872Z Compiling test-strategy v0.4.3
11152026-05-19T02:01:06.163Z Checking rustls-webpki v0.102.8
11162026-05-19T02:01:06.180Z Checking debug-ignore v1.0.5
11172026-05-19T02:01:06.281Z Checking toml_parser v1.0.6+spec-1.1.0
11182026-05-19T02:01:06.607Z Compiling parse-display-derive v0.10.0
11192026-05-19T02:01:06.988Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11202026-05-19T02:01:06.994Z Compiling progenitor-macro v0.11.1
11212026-05-19T02:01:07.146Z Checking usdt v0.6.0
11222026-05-19T02:01:07.220Z Checking toml_datetime v0.7.5+spec-1.1.0
11232026-05-19T02:01:07.304Z Checking serde_spanned v1.0.4
11242026-05-19T02:01:07.419Z Checking toml_writer v1.0.6+spec-1.1.0
11252026-05-19T02:01:07.432Z Checking spin v0.9.8
11262026-05-19T02:01:07.600Z Checking toml v0.9.11+spec-1.1.0
11272026-05-19T02:01:07.761Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11282026-05-19T02:01:07.823Z Checking strum v0.26.3
11292026-05-19T02:01:07.893Z Checking tokio-rustls v0.25.0
11302026-05-19T02:01:07.935Z Checking async-stream v0.3.6
11312026-05-19T02:01:08.062Z Checking sha1 v0.10.6
11322026-05-19T02:01:08.078Z Checking rustls-pemfile v2.2.0
11332026-05-19T02:01:08.096Z Checking waitgroup v0.1.2
11342026-05-19T02:01:08.165Z Checking rand_chacha v0.3.1
11352026-05-19T02:01:08.180Z Compiling toml_datetime v0.6.11
11362026-05-19T02:01:08.196Z Checking macaddr v1.0.1
11372026-05-19T02:01:08.213Z Checking serde_path_to_error v0.1.20
11382026-05-19T02:01:08.228Z Checking hostname v0.4.2
11392026-05-19T02:01:08.280Z Checking wait-timeout v0.2.1
11402026-05-19T02:01:08.321Z Checking quick-error v1.2.3
11412026-05-19T02:01:08.356Z Checking bit-vec v0.8.0
11422026-05-19T02:01:08.372Z Checking lazy_static v1.5.0
11432026-05-19T02:01:08.413Z Checking rand v0.8.5
11442026-05-19T02:01:08.428Z Checking rusty-fork v0.3.0
11452026-05-19T02:01:08.464Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11462026-05-19T02:01:08.565Z Checking bit-set v0.8.0
11472026-05-19T02:01:08.688Z Checking tabwriter v1.4.1
11482026-05-19T02:01:08.728Z Checking rand_xorshift v0.4.0
11492026-05-19T02:01:08.852Z Compiling clap_derive v4.6.0
11502026-05-19T02:01:08.904Z Checking unarray v0.1.4
11512026-05-19T02:01:08.922Z Checking utf8parse v0.2.2
11522026-05-19T02:01:09.008Z Checking colored v3.0.0
11532026-05-19T02:01:09.024Z Checking proptest v1.8.0
11542026-05-19T02:01:09.034Z Checking anstyle-parse v1.0.0
11552026-05-19T02:01:09.174Z Checking strum v0.27.2
11562026-05-19T02:01:09.283Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11572026-05-19T02:01:09.291Z Checking terminal_size v0.4.3
11582026-05-19T02:01:09.697Z Checking is_terminal_polyfill v1.70.1
11592026-05-19T02:01:09.725Z Checking anstyle v1.0.14
11602026-05-19T02:01:09.786Z Checking anstyle-query v1.1.4
11612026-05-19T02:01:09.818Z Checking colorchoice v1.0.4
11622026-05-19T02:01:09.919Z Checking anstream v1.0.0
11632026-05-19T02:01:10.103Z Checking itertools v0.14.0
11642026-05-19T02:01:10.438Z Checking clap_lex v1.1.0
11652026-05-19T02:01:10.586Z Checking clap_builder v4.6.0
11662026-05-19T02:01:10.632Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11672026-05-19T02:01:11.141Z Checking serde_with v3.14.1
11682026-05-19T02:01:11.771Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11692026-05-19T02:01:11.798Z Checking clap v4.6.0
11702026-05-19T02:01:11.881Z Checking instant v0.1.13
11712026-05-19T02:01:12.051Z Checking rustc-hash v2.1.1
11722026-05-19T02:01:12.144Z Checking backoff v0.4.0
11732026-05-19T02:01:12.188Z Checking iddqd v0.3.17
11742026-05-19T02:01:12.313Z Checking parse-display v0.10.0
11752026-05-19T02:01:12.417Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11762026-05-19T02:01:12.555Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11772026-05-19T02:01:14.247Z Compiling rustls-webpki v0.103.6
11782026-05-19T02:01:14.873Z Compiling prettyplease v0.2.37
11792026-05-19T02:01:19.575Z Checking serde_spanned v0.6.9
11802026-05-19T02:01:19.576Z Compiling memoffset v0.9.1
11812026-05-19T02:01:19.576Z Compiling cfg_aliases v0.2.1
11822026-05-19T02:01:19.576Z Compiling nix v0.30.1
11832026-05-19T02:01:19.576Z Compiling tokio-rustls v0.26.3
11842026-05-19T02:01:19.576Z Compiling hyper-rustls v0.27.7
11852026-05-19T02:01:19.576Z Compiling reqwest v0.12.23
11862026-05-19T02:01:19.576Z Checking crossbeam-epoch v0.9.18
11872026-05-19T02:01:19.730Z Compiling progenitor-client v0.11.1
11882026-05-19T02:01:19.844Z Compiling winnow v0.5.40
11892026-05-19T02:01:20.972Z Compiling progenitor v0.11.1
11902026-05-19T02:01:21.096Z Compiling toml_edit v0.19.15
11912026-05-19T02:01:21.955Z Compiling num-integer v0.1.46
11922026-05-19T02:01:22.424Z Compiling proc-macro-crate v1.3.1
11932026-05-19T02:01:22.586Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11942026-05-19T02:01:22.804Z Compiling progenitor-client v0.10.0
11952026-05-19T02:01:23.449Z Compiling hubpack_derive v0.1.1
11962026-05-19T02:01:23.856Z Checking toml_write v0.1.2
11972026-05-19T02:01:23.944Z Compiling rayon-core v1.13.0
11982026-05-19T02:01:23.991Z Checking hubpack v0.1.2
11992026-05-19T02:01:24.019Z Checking toml_edit v0.22.27
12002026-05-19T02:01:24.153Z Checking num-iter v0.1.45
12012026-05-19T02:01:24.190Z Checking num-rational v0.4.2
12022026-05-19T02:01:24.449Z Compiling zerocopy-derive v0.7.35
12032026-05-19T02:01:24.479Z Compiling num-complex v0.4.6
12042026-05-19T02:01:24.844Z Checking static_assertions v1.1.0
12052026-05-19T02:01:24.918Z Checking num v0.4.3
12062026-05-19T02:01:25.072Z Checking toml v0.8.23
12072026-05-19T02:01:25.125Z Checking crossbeam-deque v0.8.6
12082026-05-19T02:01:25.265Z Compiling float-ord v0.3.2
12092026-05-19T02:01:25.303Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12102026-05-19T02:01:25.380Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12112026-05-19T02:01:25.562Z Compiling proc-macro-error-attr v1.0.4
12122026-05-19T02:01:25.698Z Checking bytecount v0.6.9
12132026-05-19T02:01:25.786Z Compiling heapless v0.8.0
12142026-05-19T02:01:25.854Z Compiling ingot-macros v0.1.1
12152026-05-19T02:01:26.040Z Compiling num-derive v0.3.3
12162026-05-19T02:01:26.249Z Checking hash32 v0.3.1
12172026-05-19T02:01:26.314Z Compiling proc-macro-error v1.0.4
12182026-05-19T02:01:26.375Z Compiling smoltcp v0.11.0
12192026-05-19T02:01:26.705Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12202026-05-19T02:01:26.928Z Checking libscf-sys v1.1.0
12212026-05-19T02:01:27.199Z Compiling zerocopy v0.7.35
12222026-05-19T02:01:27.324Z Compiling num_enum_derive v0.7.5
12232026-05-19T02:01:27.488Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12242026-05-19T02:01:27.526Z Checking cobs v0.3.0
12252026-05-19T02:01:27.543Z Compiling scroll_derive v0.12.1
12262026-05-19T02:01:27.673Z Compiling foreign-types-macros v0.2.3
12272026-05-19T02:01:27.752Z Compiling usdt-impl v0.5.0
12282026-05-19T02:01:28.006Z Checking foreign-types-shared v0.3.1
12292026-05-19T02:01:28.053Z Checking bitflags v1.3.2
12302026-05-19T02:01:28.098Z Checking managed v0.8.0
12312026-05-19T02:01:28.131Z Compiling crucible-workspace-hack v0.1.0
12322026-05-19T02:01:28.244Z Checking scroll v0.12.0
12332026-05-19T02:01:28.299Z Checking foreign-types v0.5.0
12342026-05-19T02:01:28.383Z Compiling dof v0.3.0
12352026-05-19T02:01:28.383Z Checking num_enum v0.7.5
12362026-05-19T02:01:28.458Z Checking postcard v1.1.3
12372026-05-19T02:01:28.499Z Checking ingot-types v0.1.2
12382026-05-19T02:01:28.515Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12392026-05-19T02:01:28.731Z Compiling dtrace-parser v0.2.0
12402026-05-19T02:01:28.731Z Checking camino-tempfile v1.4.1
12412026-05-19T02:01:28.814Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12422026-05-19T02:01:28.833Z Checking ingot v0.1.1
12432026-05-19T02:01:28.850Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12442026-05-19T02:01:28.886Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12452026-05-19T02:01:29.055Z Checking cstr-argument v0.1.2
12462026-05-19T02:01:29.112Z Compiling thread-id v4.2.2
12472026-05-19T02:01:29.182Z Compiling minimal-lexical v0.2.1
12482026-05-19T02:01:29.205Z Compiling heck v0.4.1
12492026-05-19T02:01:29.289Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12502026-05-19T02:01:29.358Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12512026-05-19T02:01:29.395Z Compiling nom v7.1.3
12522026-05-19T02:01:29.443Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12532026-05-19T02:01:29.477Z Checking goblin v0.8.2
12542026-05-19T02:01:29.582Z Checking rayon v1.11.0
12552026-05-19T02:01:29.936Z Compiling num_enum_derive v0.5.11
12562026-05-19T02:01:30.071Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12572026-05-19T02:01:30.088Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12582026-05-19T02:01:30.564Z Compiling rustc_version v0.4.1
12592026-05-19T02:01:30.651Z Compiling proc-macro-error-attr2 v2.0.0
12602026-05-19T02:01:30.850Z Compiling convert_case v0.4.0
12612026-05-19T02:01:30.916Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12622026-05-19T02:01:30.971Z Compiling rustix v0.38.44
12632026-05-19T02:01:31.060Z Checking tinyvec_macros v0.1.1
12642026-05-19T02:01:31.102Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12652026-05-19T02:01:31.135Z Checking tinyvec v1.10.0
12662026-05-19T02:01:31.157Z Compiling derive_more v0.99.20
12672026-05-19T02:01:31.421Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12682026-05-19T02:01:31.459Z Compiling proc-macro-error2 v2.0.1
12692026-05-19T02:01:31.473Z Checking num_enum v0.5.11
12702026-05-19T02:01:31.688Z Compiling libz-sys v1.1.22
12712026-05-19T02:01:31.720Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12722026-05-19T02:01:31.834Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12732026-05-19T02:01:32.075Z Compiling tabled_derive v0.11.0
12742026-05-19T02:01:32.184Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12752026-05-19T02:01:32.612Z Compiling usdt-macro v0.5.0
12762026-05-19T02:01:32.772Z Compiling usdt-attr-macro v0.5.0
12772026-05-19T02:01:32.934Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12782026-05-19T02:01:32.969Z Compiling zone_cfg_derive v0.3.1
12792026-05-19T02:01:33.204Z Checking papergrid v0.17.0
12802026-05-19T02:01:33.297Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12812026-05-19T02:01:33.430Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12822026-05-19T02:01:33.499Z Checking itertools v0.12.1
12832026-05-19T02:01:33.605Z Checking testing_table v0.3.0
12842026-05-19T02:01:33.637Z Compiling num-derive v0.4.2
12852026-05-19T02:01:33.660Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12862026-05-19T02:01:33.701Z Checking memmap v0.7.0
12872026-05-19T02:01:33.831Z Checking sigpipe v0.1.3
12882026-05-19T02:01:33.875Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12892026-05-19T02:01:33.906Z Checking glob v0.3.3
12902026-05-19T02:01:33.986Z Checking jiff v0.2.15
12912026-05-19T02:01:34.037Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12922026-05-19T02:01:34.104Z Checking tabled v0.20.0
12932026-05-19T02:01:34.114Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12942026-05-19T02:01:34.183Z Checking usdt v0.5.0
12952026-05-19T02:01:34.342Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12962026-05-19T02:01:34.503Z Checking zone v0.3.1
12972026-05-19T02:01:34.525Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12982026-05-19T02:01:34.563Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12992026-05-19T02:01:34.772Z Checking smf v0.2.3
13002026-05-19T02:01:34.844Z Checking secrecy v0.10.3
13012026-05-19T02:01:34.856Z Checking bstr v1.12.0
13022026-05-19T02:01:34.965Z Checking whoami v1.6.1
13032026-05-19T02:01:35.027Z Compiling curve25519-dalek v4.1.3
13042026-05-19T02:01:35.135Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13052026-05-19T02:01:35.188Z Checking hmac v0.12.1
13062026-05-19T02:01:35.284Z Compiling clang-sys v1.8.1
13072026-05-19T02:01:35.325Z Checking inout v0.1.4
13082026-05-19T02:01:35.369Z Checking ff v0.13.1
13092026-05-19T02:01:35.418Z Compiling enum-as-inner v0.6.1
13102026-05-19T02:01:35.443Z Checking data-encoding v2.9.0
13112026-05-19T02:01:35.637Z Compiling semver v0.1.20
13122026-05-19T02:01:35.740Z Checking group v0.13.0
13132026-05-19T02:01:35.871Z Compiling rustc_version v0.1.7
13142026-05-19T02:01:35.901Z Checking cipher v0.4.4
13152026-05-19T02:01:35.966Z Checking hkdf v0.12.4
13162026-05-19T02:01:36.072Z Checking atomicwrites v0.4.4
13172026-05-19T02:01:36.098Z Compiling thiserror-impl-no-std v2.0.2
13182026-05-19T02:01:36.098Z Checking universal-hash v0.5.1
13192026-05-19T02:01:36.127Z Checking crypto-bigint v0.5.5
13202026-05-19T02:01:36.197Z Checking half v2.7.1
13212026-05-19T02:01:36.212Z Compiling curve25519-dalek-derive v0.1.1
13222026-05-19T02:01:36.393Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13232026-05-19T02:01:36.440Z Checking ciborium-io v0.2.2
13242026-05-19T02:01:36.489Z Checking base64ct v1.8.0
13252026-05-19T02:01:36.546Z Checking base16ct v0.2.0
13262026-05-19T02:01:36.561Z Checking opaque-debug v0.3.1
13272026-05-19T02:01:36.626Z Checking indent_write v2.2.0
13282026-05-19T02:01:36.644Z Checking poly1305 v0.8.0
13292026-05-19T02:01:36.706Z Checking password-hash v0.5.0
13302026-05-19T02:01:36.747Z Checking ciborium-ll v0.2.2
13312026-05-19T02:01:36.871Z Checking chacha20 v0.9.1
13322026-05-19T02:01:36.918Z Compiling newtype_derive v0.1.6
13332026-05-19T02:01:36.934Z Checking similar v2.7.0
13342026-05-19T02:01:37.061Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13352026-05-19T02:01:37.180Z Checking thiserror-no-std v2.0.2
13362026-05-19T02:01:37.211Z Checking elliptic-curve v0.13.8
13372026-05-19T02:01:37.229Z Checking blake2 v0.10.6
13382026-05-19T02:01:37.270Z Compiling typify-impl v0.6.1
13392026-05-19T02:01:37.305Z Checking aead v0.5.2
13402026-05-19T02:01:37.333Z Compiling libloading v0.8.9
13412026-05-19T02:01:37.417Z Checking linked-hash-map v0.5.6
13422026-05-19T02:01:37.437Z Checking keccak v0.1.6
13432026-05-19T02:01:37.452Z Compiling bindgen v0.72.1
13442026-05-19T02:01:37.557Z Checking resolv-conf v0.7.5
13452026-05-19T02:01:37.585Z Compiling owo-colors v4.3.0
13462026-05-19T02:01:37.603Z Checking sha3 v0.10.8
13472026-05-19T02:01:37.611Z Checking vsss-rs v3.3.4
13482026-05-19T02:01:37.711Z Checking lru-cache v0.1.2
13492026-05-19T02:01:37.816Z Checking argon2 v0.5.3
13502026-05-19T02:01:37.824Z Checking chacha20poly1305 v0.10.1
13512026-05-19T02:01:37.878Z Checking ciborium v0.2.2
13522026-05-19T02:01:37.921Z Checking hickory-proto v0.24.4
13532026-05-19T02:01:37.971Z Checking tokio-dtrace v0.1.1
13542026-05-19T02:01:38.072Z Compiling cexpr v0.6.0
13552026-05-19T02:01:38.141Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13562026-05-19T02:01:38.450Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13572026-05-19T02:01:38.652Z Checking serde-big-array v0.5.1
13582026-05-19T02:01:38.666Z Compiling derive-where v1.6.0
13592026-05-19T02:01:38.681Z Compiling serde_repr v0.1.20
13602026-05-19T02:01:38.786Z Checking same-file v1.0.6
13612026-05-19T02:01:38.895Z Checking unicode-segmentation v1.12.0
13622026-05-19T02:01:39.161Z Checking siphasher v1.0.1
13632026-05-19T02:01:39.198Z Checking newline-converter v0.3.0
13642026-05-19T02:01:39.239Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13652026-05-19T02:01:39.321Z Checking phf_shared v0.12.1
13662026-05-19T02:01:39.405Z Checking hickory-resolver v0.24.4
13672026-05-19T02:01:39.457Z Checking walkdir v2.5.0
13682026-05-19T02:01:39.613Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13692026-05-19T02:01:39.865Z Checking oxide-tokio-rt v0.1.2
13702026-05-19T02:01:40.008Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13712026-05-19T02:01:40.293Z Checking console v0.15.11
13722026-05-19T02:01:40.582Z Compiling progenitor-impl v0.10.0
13732026-05-19T02:01:40.634Z Checking tokio-stream v0.1.17
13742026-05-19T02:01:40.651Z Compiling pin-project-internal v1.1.10
13752026-05-19T02:01:40.659Z Compiling typify-macro v0.6.1
13762026-05-19T02:01:40.840Z Compiling slog-dtrace v0.3.0
13772026-05-19T02:01:40.999Z Checking csv-core v0.1.12
13782026-05-19T02:01:41.070Z Compiling chrono-tz v0.10.4
13792026-05-19T02:01:41.181Z Compiling unicode-xid v0.2.6
13802026-05-19T02:01:41.291Z Compiling cancel-safe-futures v0.1.5
13812026-05-19T02:01:41.309Z Checking smawk v0.3.2
13822026-05-19T02:01:41.410Z Checking foldhash v0.1.5
13832026-05-19T02:01:41.437Z Checking swrite v0.1.0
13842026-05-19T02:01:41.533Z Checking unicode-linebreak v0.1.5
13852026-05-19T02:01:41.538Z Checking unicode-width v0.1.14
13862026-05-19T02:01:41.567Z Checking hashbrown v0.15.5
13872026-05-19T02:01:41.717Z Checking pin-project v1.1.10
13882026-05-19T02:01:41.746Z Checking textwrap v0.16.2
13892026-05-19T02:01:41.815Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13902026-05-19T02:01:41.834Z Compiling const_format_proc_macros v0.2.34
13912026-05-19T02:01:41.985Z Checking csv v1.3.1
13922026-05-19T02:01:42.133Z Checking qorb v0.4.1
13932026-05-19T02:01:42.202Z Checking expectorate v1.2.0
13942026-05-19T02:01:42.332Z Checking phf v0.12.1
13952026-05-19T02:01:42.423Z Checking unicode-normalization v0.1.24
13962026-05-19T02:01:42.479Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13972026-05-19T02:01:42.699Z Compiling progenitor-macro v0.10.0
13982026-05-19T02:01:42.848Z Checking libsw-core v0.3.2
13992026-05-19T02:01:42.976Z Compiling libgit2-sys v0.17.0+1.8.1
14002026-05-19T02:01:43.001Z Compiling async-recursion v1.1.1
14012026-05-19T02:01:43.159Z Compiling snafu-derive v0.8.9
14022026-05-19T02:01:43.320Z Compiling cookie v0.18.1
14032026-05-19T02:01:43.415Z Compiling moka v0.12.11
14042026-05-19T02:01:43.568Z Checking fixedbitset v0.4.2
14052026-05-19T02:01:43.633Z Checking fixedbitset v0.5.7
14062026-05-19T02:01:43.676Z Checking highway v1.3.0
14072026-05-19T02:01:43.718Z Checking petgraph v0.6.5
14082026-05-19T02:01:43.842Z Checking petgraph v0.8.2
14092026-05-19T02:01:44.006Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14102026-05-19T02:01:44.162Z Checking libsw v3.5.0
14112026-05-19T02:01:44.363Z Checking olpc-cjson v0.1.4
14122026-05-19T02:01:44.475Z Checking const_format v0.2.34
14132026-05-19T02:01:44.788Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14142026-05-19T02:01:44.856Z Checking snafu v0.8.9
14152026-05-19T02:01:44.944Z Compiling typify v0.6.1
14162026-05-19T02:01:45.134Z Checking papergrid v0.11.0
14172026-05-19T02:01:45.165Z Checking globset v0.4.16
14182026-05-19T02:01:45.261Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14192026-05-19T02:01:45.316Z Checking gethostname v0.5.0
14202026-05-19T02:01:45.407Z Compiling tabled_derive v0.7.0
14212026-05-19T02:01:45.517Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14222026-05-19T02:01:45.734Z Checking reqwest v0.13.2
14232026-05-19T02:01:45.986Z Checking bcs v0.1.6
14242026-05-19T02:01:46.212Z Checking pem v3.0.5
14252026-05-19T02:01:46.333Z Checking serde_plain v1.0.2
14262026-05-19T02:01:46.367Z Checking typed-path v0.9.3
14272026-05-19T02:01:46.371Z Checking tagptr v0.2.0
14282026-05-19T02:01:46.410Z Checking crc8 v0.1.1
14292026-05-19T02:01:46.505Z Checking linear-map v1.2.0
14302026-05-19T02:01:46.510Z Compiling signal-hook v0.3.18
14312026-05-19T02:01:46.676Z Checking termtree v0.5.1
14322026-05-19T02:01:46.740Z Checking humantime v2.3.0
14332026-05-19T02:01:46.828Z Checking progenitor v0.10.0
14342026-05-19T02:01:46.864Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14352026-05-19T02:01:46.948Z Checking tabled v0.15.0
14362026-05-19T02:01:46.963Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-05-19T02:01:47.081Z Checking tough v0.20.0
14382026-05-19T02:01:47.560Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14392026-05-19T02:01:47.722Z Compiling progenitor-impl v0.13.0
14402026-05-19T02:01:48.141Z Checking steno v0.4.1
14412026-05-19T02:01:48.354Z Checking hickory-proto v0.25.2
14422026-05-19T02:01:49.021Z Compiling curl-sys v0.4.83+curl-8.15.0
14432026-05-19T02:01:49.056Z Compiling cargo-platform v0.1.9
14442026-05-19T02:01:49.088Z Compiling vergen v8.3.2
14452026-05-19T02:01:49.108Z Compiling fs-err v3.1.2
14462026-05-19T02:01:49.289Z Compiling crc32fast v1.5.0
14472026-05-19T02:01:49.331Z Compiling cargo_metadata v0.18.1
14482026-05-19T02:01:49.634Z Checking progenitor-client v0.13.0
14492026-05-19T02:01:49.649Z Checking dropshot-api-manager-types v0.5.2
14502026-05-19T02:01:49.786Z Compiling progenitor-macro v0.13.0
14512026-05-19T02:01:49.821Z Checking sha2 v0.10.9
14522026-05-19T02:01:49.876Z Compiling blake3 v1.8.2
14532026-05-19T02:01:49.941Z Checking hickory-resolver v0.25.2
14542026-05-19T02:01:50.221Z Checking adler2 v2.0.1
14552026-05-19T02:01:50.335Z Checking miniz_oxide v0.8.9
14562026-05-19T02:01:50.701Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14572026-05-19T02:01:50.719Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14582026-05-19T02:01:50.892Z Checking git-stub v1.0.0
14592026-05-19T02:01:50.934Z Checking filetime v0.2.26
14602026-05-19T02:01:51.047Z Checking xattr v1.6.1
14612026-05-19T02:01:51.069Z Checking constant_time_eq v0.3.1
14622026-05-19T02:01:51.177Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14632026-05-19T02:01:51.182Z Checking arrayref v0.3.9
14642026-05-19T02:01:51.265Z Checking arrayvec v0.7.6
14652026-05-19T02:01:51.400Z Checking is_ci v1.2.0
14662026-05-19T02:01:51.451Z Compiling curl v0.4.49
14672026-05-19T02:01:51.503Z Checking supports-color v3.0.2
14682026-05-19T02:01:51.740Z Checking tar v0.4.45
14692026-05-19T02:01:51.905Z Checking git-stub-vcs v0.1.0
14702026-05-19T02:01:52.147Z Checking flate2 v1.1.2
14712026-05-19T02:01:52.200Z Checking drift v0.1.3
14722026-05-19T02:01:52.217Z Checking toml v0.7.8
14732026-05-19T02:01:52.304Z Checking kstat-rs v0.2.4
14742026-05-19T02:01:52.371Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14752026-05-19T02:01:52.432Z Checking topological-sort v0.2.2
14762026-05-19T02:01:52.534Z Checking dropshot-api-manager v0.5.2
14772026-05-19T02:01:52.583Z Checking omicron-zone-package v0.12.2
14782026-05-19T02:01:53.028Z Checking signal-hook-tokio v0.3.1
14792026-05-19T02:01:53.155Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14802026-05-19T02:01:53.288Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14812026-05-19T02:01:53.426Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14822026-05-19T02:01:53.467Z Checking search_path v0.1.4
14832026-05-19T02:01:53.693Z Checking internet-checksum v0.2.1
14842026-05-19T02:01:53.719Z Checking display-error-chain v0.2.2
14852026-05-19T02:01:53.719Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14862026-05-19T02:01:53.733Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14872026-05-19T02:01:54.053Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-05-19T02:01:54.175Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14892026-05-19T02:01:54.179Z Checking progenitor v0.13.0
14902026-05-19T02:01:54.311Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14912026-05-19T02:01:54.567Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-05-19T02:01:54.964Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-05-19T02:01:55.201Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-05-19T02:01:55.403Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14952026-05-19T02:01:55.547Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-05-19T02:01:55.864Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-05-19T02:01:55.997Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-05-19T02:01:56.014Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-05-19T02:01:56.091Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15002026-05-19T02:01:56.223Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15012026-05-19T02:01:56.430Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-05-19T02:01:56.504Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15032026-05-19T02:01:56.728Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15042026-05-19T02:01:57.450Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15052026-05-19T02:01:57.450Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15062026-05-19T02:01:58.998Z Compiling git2 v0.19.0
15072026-05-19T02:02:00.085Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15082026-05-19T02:02:00.446Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15092026-05-19T02:02:01.195Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15102026-05-19T02:02:01.347Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15112026-05-19T02:02:01.388Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15122026-05-19T02:02:02.018Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15132026-05-19T02:02:02.229Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15142026-05-19T02:02:02.315Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15152026-05-19T02:02:02.463Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15162026-05-19T02:02:02.881Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15172026-05-19T02:02:13.408Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-05-19T02:02:14.672Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-05-19T02:02:19.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
15202026-05-19T02:02:19.709Z+ for feat in tofino_stub tofino_asic softnpu chaos
15212026-05-19T02:02:19.710Z+ cargo clippy --features tofino_asic -- --deny warnings
15222026-05-19T02:02:20.185Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15232026-05-19T02:02:20.188Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15242026-05-19T02:02:20.188Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15252026-05-19T02:02:20.258Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15262026-05-19T02:02:27.322Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15272026-05-19T02:02:27.322Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15282026-05-19T02:02:29.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.11s
15292026-05-19T02:02:29.998Z+ for feat in tofino_stub tofino_asic softnpu chaos
15302026-05-19T02:02:29.998Z+ cargo clippy --features softnpu -- --deny warnings
15312026-05-19T02:02:30.290Z Downloading crates ...
15322026-05-19T02:02:30.423Z Downloaded tap v1.0.1
15332026-05-19T02:02:30.426Z Downloaded funty v2.0.0
15342026-05-19T02:02:30.429Z Downloaded wyz v0.5.1
15352026-05-19T02:02:30.436Z Downloaded serde_arrays v0.1.0
15362026-05-19T02:02:30.440Z Downloaded radium v0.7.0
15372026-05-19T02:02:30.440Z Downloaded typeid v1.0.3
15382026-05-19T02:02:30.440Z Downloaded libloading v0.7.4
15392026-05-19T02:02:30.440Z Downloaded bitstruct_derive v0.1.0
15402026-05-19T02:02:30.441Z Downloaded bitstruct v0.1.1
15412026-05-19T02:02:30.444Z Downloaded erased-serde v0.4.8
15422026-05-19T02:02:30.447Z Downloaded ascii v1.1.0
15432026-05-19T02:02:30.451Z Downloaded num-bigint v0.4.6
15442026-05-19T02:02:30.459Z Downloaded bitvec v1.0.1
15452026-05-19T02:02:30.582Z Checking num-integer v0.1.46
15462026-05-19T02:02:30.656Z Checking num-complex v0.4.6
15472026-05-19T02:02:30.666Z Compiling radium v0.7.0
15482026-05-19T02:02:30.672Z Checking tap v1.0.1
15492026-05-19T02:02:30.678Z Checking funty v2.0.0
15502026-05-19T02:02:30.684Z Compiling typeid v1.0.3
15512026-05-19T02:02:30.687Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15522026-05-19T02:02:30.696Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15532026-05-19T02:02:30.753Z Checking wyz v0.5.1
15542026-05-19T02:02:30.849Z Checking num-bigint v0.4.6
15552026-05-19T02:02:30.849Z Checking num-iter v0.1.45
15562026-05-19T02:02:30.893Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15572026-05-19T02:02:30.916Z Compiling erased-serde v0.4.8
15582026-05-19T02:02:30.977Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15592026-05-19T02:02:30.982Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15602026-05-19T02:02:30.992Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15612026-05-19T02:02:31.042Z Compiling bitstruct_derive v0.1.0
15622026-05-19T02:02:31.084Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15632026-05-19T02:02:31.093Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-05-19T02:02:31.097Z Checking bitvec v1.0.1
15652026-05-19T02:02:31.097Z Checking ascii v1.1.0
15662026-05-19T02:02:31.116Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15672026-05-19T02:02:31.175Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-05-19T02:02:31.269Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15692026-05-19T02:02:31.278Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15702026-05-19T02:02:31.289Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15712026-05-19T02:02:31.298Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-05-19T02:02:31.560Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-05-19T02:02:31.572Z Checking serde_arrays v0.1.0
15742026-05-19T02:02:31.669Z Checking libloading v0.7.4
15752026-05-19T02:02:31.678Z Checking bitstruct v0.1.1
15762026-05-19T02:02:31.681Z Checking num-rational v0.4.2
15772026-05-19T02:02:31.712Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15782026-05-19T02:02:31.948Z Checking num v0.4.3
15792026-05-19T02:02:32.016Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15802026-05-19T02:02:32.565Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15812026-05-19T02:02:32.857Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15822026-05-19T02:02:32.860Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15832026-05-19T02:02:33.046Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-05-19T02:02:33.232Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15852026-05-19T02:02:33.232Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15862026-05-19T02:02:33.683Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15872026-05-19T02:02:33.892Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15882026-05-19T02:02:33.895Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15892026-05-19T02:02:33.895Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15902026-05-19T02:02:33.895Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15912026-05-19T02:02:34.267Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15922026-05-19T02:02:35.011Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15932026-05-19T02:02:35.505Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-05-19T02:02:37.724Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15952026-05-19T02:02:38.062Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15962026-05-19T02:02:38.925Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15972026-05-19T02:02:39.671Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15982026-05-19T02:02:39.784Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15992026-05-19T02:02:46.146Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-05-19T02:02:47.404Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-05-19T02:02:47.928Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16022026-05-19T02:02:52.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.06s
16032026-05-19T02:02:52.245Z+ for feat in tofino_stub tofino_asic softnpu chaos
16042026-05-19T02:02:52.245Z+ cargo clippy --features chaos -- --deny warnings
16052026-05-19T02:02:52.720Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16062026-05-19T02:02:52.723Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16072026-05-19T02:02:52.724Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16082026-05-19T02:02:59.807Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16092026-05-19T02:02:59.807Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16102026-05-19T02:03:02.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.97s
16112026-05-19T02:03:02.404Z+ banner fmt
16122026-05-19T02:03:02.408Z
16132026-05-19T02:03:02.408Z ###### # # #####
16142026-05-19T02:03:02.408Z # ## ## #
16152026-05-19T02:03:02.408Z ##### # ## # #
16162026-05-19T02:03:02.408Z # # # #
16172026-05-19T02:03:02.408Z # # # #
16182026-05-19T02:03:02.408Z # # # #
16192026-05-19T02:03:02.408Z
16202026-05-19T02:03:02.408Z+ cargo fmt -- --check
16212026-05-19T02:03:02.856Z+ banner test
16222026-05-19T02:03:02.860Z
16232026-05-19T02:03:02.860Z ##### ###### #### #####
16242026-05-19T02:03:02.860Z # # # #
16252026-05-19T02:03:02.860Z # ##### #### #
16262026-05-19T02:03:02.860Z # # # #
16272026-05-19T02:03:02.860Z # # # # #
16282026-05-19T02:03:02.860Z # ###### #### #
16292026-05-19T02:03:02.860Z
16302026-05-19T02:03:02.860Z+ for feat in tofino_stub tofino_asic softnpu chaos
16312026-05-19T02:03:02.861Z+ RUST_BACKTRACE=full
16322026-05-19T02:03:02.861Z+ cargo test --features tofino_stub --no-fail-fast
16332026-05-19T02:03:03.685Z Compiling unicode-ident v1.0.24
16342026-05-19T02:03:03.685Z Compiling cfg-if v1.0.3
16352026-05-19T02:03:03.689Z Compiling memchr v2.7.5
16362026-05-19T02:03:03.689Z Compiling serde_core v1.0.228
16372026-05-19T02:03:03.804Z Compiling itoa v1.0.15
16382026-05-19T02:03:03.811Z Compiling libc v0.2.183
16392026-05-19T02:03:03.820Z Compiling zmij v1.0.17
16402026-05-19T02:03:03.830Z Compiling libm v0.2.15
16412026-05-19T02:03:03.892Z Compiling proc-macro2 v1.0.106
16422026-05-19T02:03:03.923Z Compiling heck v0.5.0
16432026-05-19T02:03:04.101Z Compiling equivalent v1.0.2
16442026-05-19T02:03:04.192Z Compiling log v0.4.29
16452026-05-19T02:03:04.204Z Compiling smallvec v1.15.1
16462026-05-19T02:03:04.292Z Compiling quote v1.0.45
16472026-05-19T02:03:04.327Z Compiling allocator-api2 v0.2.21
16482026-05-19T02:03:04.372Z Compiling iana-time-zone v0.1.64
16492026-05-19T02:03:04.458Z Compiling syn v2.0.117
16502026-05-19T02:03:04.581Z Compiling foldhash v0.2.0
16512026-05-19T02:03:04.595Z Compiling dyn-clone v1.0.20
16522026-05-19T02:03:04.647Z Compiling stable_deref_trait v1.2.0
16532026-05-19T02:03:04.677Z Compiling pin-project-lite v0.2.16
16542026-05-19T02:03:04.726Z Compiling hashbrown v0.16.1
16552026-05-19T02:03:04.741Z Compiling percent-encoding v2.3.2
16562026-05-19T02:03:04.774Z Compiling fnv v1.0.7
16572026-05-19T02:03:04.801Z Compiling litemap v0.8.0
16582026-05-19T02:03:04.870Z Compiling writeable v0.6.1
16592026-05-19T02:03:04.929Z Compiling regex-syntax v0.8.6
16602026-05-19T02:03:04.941Z Compiling icu_normalizer_data v2.0.0
16612026-05-19T02:03:05.014Z Compiling icu_properties_data v2.0.1
16622026-05-19T02:03:05.027Z Compiling form_urlencoded v1.2.2
16632026-05-19T02:03:05.150Z Compiling utf8_iter v1.0.4
16642026-05-19T02:03:05.169Z Compiling scopeguard v1.2.0
16652026-05-19T02:03:05.209Z Compiling num-traits v0.2.19
16662026-05-19T02:03:05.277Z Compiling lock_api v0.4.14
16672026-05-19T02:03:05.294Z Compiling getrandom v0.3.3
16682026-05-19T02:03:05.308Z Compiling aho-corasick v1.1.3
16692026-05-19T02:03:05.470Z Compiling semver v1.0.27
16702026-05-19T02:03:05.504Z Compiling serde_json v1.0.149
16712026-05-19T02:03:05.599Z Compiling indexmap v2.13.0
16722026-05-19T02:03:05.810Z Compiling ucd-trie v0.1.7
16732026-05-19T02:03:05.810Z Compiling byteorder v1.5.0
16742026-05-19T02:03:06.037Z Compiling uuid v1.20.0
16752026-05-19T02:03:06.191Z Compiling futures-core v0.3.32
16762026-05-19T02:03:06.342Z Compiling time-core v0.1.8
16772026-05-19T02:03:06.404Z Compiling regex-automata v0.4.13
16782026-05-19T02:03:06.454Z Compiling num-conv v0.2.1
16792026-05-19T02:03:06.609Z Compiling time-macros v0.2.27
16802026-05-19T02:03:06.673Z Compiling futures-sink v0.3.32
16812026-05-19T02:03:06.721Z Compiling ryu v1.0.20
16822026-05-19T02:03:06.760Z Compiling regress v0.10.5
16832026-05-19T02:03:06.910Z Compiling pretty-hex v0.4.1
16842026-05-19T02:03:07.050Z Compiling slab v0.4.11
16852026-05-19T02:03:07.257Z Compiling synstructure v0.13.2
16862026-05-19T02:03:07.386Z Compiling serde_derive_internals v0.29.1
16872026-05-19T02:03:07.444Z Compiling strsim v0.11.1
16882026-05-19T02:03:07.577Z Compiling plain v0.2.3
16892026-05-19T02:03:07.656Z Compiling futures-channel v0.3.32
16902026-05-19T02:03:07.689Z Compiling syn v1.0.109
16912026-05-19T02:03:07.886Z Compiling futures-task v0.3.32
16922026-05-19T02:03:07.985Z Compiling futures-io v0.3.32
16932026-05-19T02:03:07.999Z Compiling socket2 v0.6.0
16942026-05-19T02:03:08.145Z Compiling regex v1.12.3
16952026-05-19T02:03:08.160Z Compiling parking_lot_core v0.9.12
16962026-05-19T02:03:08.450Z Compiling parking_lot v0.12.5
16972026-05-19T02:03:08.461Z Compiling signal-hook-registry v1.4.6
16982026-05-19T02:03:08.473Z Compiling thread-id v5.0.0
16992026-05-19T02:03:08.484Z Compiling serde_derive v1.0.228
17002026-05-19T02:03:08.584Z Compiling zerofrom-derive v0.1.6
17012026-05-19T02:03:08.616Z Compiling yoke-derive v0.8.0
17022026-05-19T02:03:08.848Z Compiling zerovec-derive v0.11.1
17032026-05-19T02:03:08.848Z Compiling displaydoc v0.2.5
17042026-05-19T02:03:09.013Z Compiling thiserror-impl v2.0.18
17052026-05-19T02:03:09.635Z Compiling schemars_derive v0.8.22
17062026-05-19T02:03:09.674Z Compiling tokio-macros v2.6.0
17072026-05-19T02:03:09.774Z Compiling zerocopy-derive v0.8.27
17082026-05-19T02:03:09.939Z Compiling zeroize_derive v1.4.3
17092026-05-19T02:03:10.269Z Compiling thiserror v2.0.18
17102026-05-19T02:03:10.379Z Compiling futures-macro v0.3.32
17112026-05-19T02:03:10.429Z Compiling zerofrom v0.1.6
17122026-05-19T02:03:10.562Z Compiling yoke v0.8.0
17132026-05-19T02:03:10.610Z Compiling thiserror-impl v1.0.69
17142026-05-19T02:03:10.628Z Compiling tracing-attributes v0.1.30
17152026-05-19T02:03:10.753Z Compiling zerovec v0.11.4
17162026-05-19T02:03:10.847Z Compiling zerotrie v0.2.2
17172026-05-19T02:03:11.019Z Compiling zerocopy v0.8.27
17182026-05-19T02:03:11.046Z Compiling pest v2.8.2
17192026-05-19T02:03:11.151Z Compiling scroll_derive v0.13.1
17202026-05-19T02:03:11.164Z Compiling serde v1.0.228
17212026-05-19T02:03:11.596Z Compiling bytes v1.11.1
17222026-05-19T02:03:11.675Z Compiling serde_tokenstream v0.2.3
17232026-05-19T02:03:11.732Z Compiling tinystr v0.8.1
17242026-05-19T02:03:11.793Z Compiling potential_utf v0.1.3
17252026-05-19T02:03:11.862Z Compiling chrono v0.4.44
17262026-05-19T02:03:11.934Z Compiling icu_locale_core v2.0.0
17272026-05-19T02:03:11.956Z Compiling icu_collections v2.0.0
17282026-05-19T02:03:11.963Z Compiling async-trait v0.1.89
17292026-05-19T02:03:12.275Z Compiling http v1.4.0
17302026-05-19T02:03:12.399Z Compiling pest_meta v2.8.2
17312026-05-19T02:03:12.537Z Compiling icu_provider v2.0.0
17322026-05-19T02:03:12.668Z Compiling scroll v0.13.0
17332026-05-19T02:03:12.818Z Compiling icu_properties v2.0.1
17342026-05-19T02:03:12.855Z Compiling icu_normalizer v2.0.0
17352026-05-19T02:03:12.934Z Compiling schemars v0.8.22
17362026-05-19T02:03:13.041Z Compiling pest_generator v2.8.2
17372026-05-19T02:03:13.286Z Compiling thiserror v1.0.69
17382026-05-19T02:03:13.393Z Compiling goblin v0.10.1
17392026-05-19T02:03:13.445Z Compiling openapiv3 v2.2.0
17402026-05-19T02:03:13.479Z Compiling mio v1.0.4
17412026-05-19T02:03:13.671Z Compiling daft-derive v0.1.4
17422026-05-19T02:03:13.726Z Compiling idna_adapter v1.2.1
17432026-05-19T02:03:13.882Z Compiling pest_derive v2.8.2
17442026-05-19T02:03:14.003Z Compiling idna v1.1.0
17452026-05-19T02:03:14.032Z Compiling tokio v1.49.0
17462026-05-19T02:03:14.056Z Compiling darling_core v0.21.3
17472026-05-19T02:03:14.179Z Compiling typify-impl v0.4.3
17482026-05-19T02:03:14.425Z Compiling url v2.5.7
17492026-05-19T02:03:14.443Z Compiling dtrace-parser v0.3.0
17502026-05-19T02:03:14.760Z Compiling serde_yaml v0.9.34+deprecated
17512026-05-19T02:03:15.296Z Compiling ppv-lite86 v0.2.21
17522026-05-19T02:03:15.452Z Compiling openssl-macros v0.1.1
17532026-05-19T02:03:15.619Z Compiling base64 v0.22.1
17542026-05-19T02:03:15.959Z Compiling http-body v1.0.1
17552026-05-19T02:03:16.010Z Compiling erased-serde v0.3.31
17562026-05-19T02:03:16.114Z Compiling dof v0.4.0
17572026-05-19T02:03:16.127Z Compiling bitflags v2.9.4
17582026-05-19T02:03:16.148Z Compiling darling_macro v0.21.3
17592026-05-19T02:03:16.363Z Compiling typenum v1.18.0
17602026-05-19T02:03:16.508Z Compiling getrandom v0.2.16
17612026-05-19T02:03:16.550Z Compiling ipnet v2.11.0
17622026-05-19T02:03:16.696Z Compiling usdt-impl v0.6.0
17632026-05-19T02:03:16.742Z Compiling darling v0.21.3
17642026-05-19T02:03:16.826Z Compiling atomic-waker v1.1.2
17652026-05-19T02:03:16.898Z Compiling anyhow v1.0.102
17662026-05-19T02:03:16.954Z Compiling httparse v1.10.1
17672026-05-19T02:03:17.092Z Compiling portable-atomic v1.11.1
17682026-05-19T02:03:17.314Z Compiling tower-layer v0.3.3
17692026-05-19T02:03:17.330Z Compiling untrusted v0.9.0
17702026-05-19T02:03:17.455Z Compiling tower-service v0.3.3
17712026-05-19T02:03:17.537Z Compiling try-lock v0.2.5
17722026-05-19T02:03:17.944Z Compiling critical-section v1.2.0
17732026-05-19T02:03:17.993Z Compiling once_cell v1.21.3
17742026-05-19T02:03:17.994Z Compiling want v0.3.1
17752026-05-19T02:03:17.994Z Compiling zeroize v1.8.1
17762026-05-19T02:03:17.994Z Compiling httpdate v1.0.3
17772026-05-19T02:03:17.994Z Compiling pin-utils v0.1.0
17782026-05-19T02:03:17.994Z Compiling structmeta-derive v0.3.0
17792026-05-19T02:03:17.994Z Compiling newtype-uuid-macros v0.1.0
17802026-05-19T02:03:18.091Z Compiling strum_macros v0.26.4
17812026-05-19T02:03:18.160Z Compiling usdt-attr-macro v0.6.0
17822026-05-19T02:03:18.353Z Compiling usdt-macro v0.6.0
17832026-05-19T02:03:18.967Z Compiling structmeta v0.3.0
17842026-05-19T02:03:19.268Z Compiling async-stream-impl v0.3.6
17852026-05-19T02:03:19.323Z Compiling powerfmt v0.2.0
17862026-05-19T02:03:19.494Z Compiling deranged v0.5.3
17872026-05-19T02:03:19.915Z Compiling num_threads v0.1.7
17882026-05-19T02:03:19.992Z Compiling omicron-workspace-hack v0.1.0
17892026-05-19T02:03:20.015Z Compiling dropshot_endpoint v0.16.7
17902026-05-19T02:03:20.064Z Compiling http-body-util v0.1.3
17912026-05-19T02:03:20.308Z Compiling ref-cast-impl v1.0.25
17922026-05-19T02:03:20.384Z Compiling typify-macro v0.4.3
17932026-05-19T02:03:20.665Z Compiling derive-ex v0.1.8
17942026-05-19T02:03:20.743Z Compiling serde_urlencoded v0.7.1
17952026-05-19T02:03:20.862Z Compiling strum_macros v0.27.2
17962026-05-19T02:03:20.993Z Compiling sync_wrapper v1.0.2
17972026-05-19T02:03:21.101Z Compiling serde_with_macros v3.14.1
17982026-05-19T02:03:21.136Z Compiling iri-string v0.7.8
17992026-05-19T02:03:21.297Z Compiling subtle v2.6.1
18002026-05-19T02:03:21.668Z Compiling thread_local v1.1.9
18012026-05-19T02:03:21.930Z Compiling rand_core v0.6.4
18022026-05-19T02:03:21.942Z Compiling futures-util v0.3.32
18032026-05-19T02:03:22.243Z Compiling match_cfg v0.1.0
18042026-05-19T02:03:22.247Z Compiling test-strategy v0.4.3
18052026-05-19T02:03:22.300Z Compiling parse-display-derive v0.10.0
18062026-05-19T02:03:22.319Z Compiling toml_datetime v0.6.11
18072026-05-19T02:03:22.471Z Compiling typify v0.4.3
18082026-05-19T02:03:22.486Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18092026-05-19T02:03:22.567Z Compiling progenitor-impl v0.11.1
18102026-05-19T02:03:22.771Z Compiling term v1.2.0
18112026-05-19T02:03:22.797Z Compiling take_mut v0.2.2
18122026-05-19T02:03:22.909Z Compiling tracing-core v0.1.34
18132026-05-19T02:03:23.385Z Compiling tracing v0.1.41
18142026-05-19T02:03:23.475Z Compiling clap_derive v4.6.0
18152026-05-19T02:03:23.500Z Compiling camino v1.2.2
18162026-05-19T02:03:23.616Z Compiling fastrand v2.3.0
18172026-05-19T02:03:23.637Z Compiling cpufeatures v0.2.17
18182026-05-19T02:03:23.716Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18192026-05-19T02:03:23.892Z Compiling encoding_rs v0.8.35
18202026-05-19T02:03:23.916Z Compiling unicode-width v0.2.1
18212026-05-19T02:03:24.083Z Compiling mime v0.3.17
18222026-05-19T02:03:24.703Z Compiling errno v0.3.14
18232026-05-19T02:03:24.800Z Compiling hex v0.4.3
18242026-05-19T02:03:24.855Z Compiling generic-array v0.14.7
18252026-05-19T02:03:25.064Z Compiling ipnetwork v0.21.1
18262026-05-19T02:03:25.375Z Compiling crossbeam-utils v0.8.21
18272026-05-19T02:03:25.505Z Compiling winnow v0.7.14
18282026-05-19T02:03:25.581Z Compiling rustix v1.1.2
18292026-05-19T02:03:25.597Z Compiling tokio-util v0.7.16
18302026-05-19T02:03:25.885Z Compiling slog v2.8.2
18312026-05-19T02:03:26.040Z Compiling progenitor-macro v0.11.1
18322026-05-19T02:03:26.596Z Compiling crypto-common v0.1.6
18332026-05-19T02:03:26.683Z Compiling itertools v0.14.0
18342026-05-19T02:03:26.784Z Compiling rand_core v0.9.3
18352026-05-19T02:03:26.800Z Compiling h2 v0.4.12
18362026-05-19T02:03:26.945Z Compiling oxnet v0.1.4
18372026-05-19T02:03:27.000Z Compiling rand_chacha v0.9.0
18382026-05-19T02:03:27.071Z Compiling socket2 v0.5.10
18392026-05-19T02:03:27.444Z Compiling quick-error v1.2.3
18402026-05-19T02:03:27.537Z Compiling debug-ignore v1.0.5
18412026-05-19T02:03:27.549Z Compiling spin v0.9.8
18422026-05-19T02:03:27.560Z Compiling rand v0.9.2
18432026-05-19T02:03:27.646Z Compiling toml_parser v1.0.6+spec-1.1.0
18442026-05-19T02:03:27.666Z Compiling tabwriter v1.4.1
18452026-05-19T02:03:27.909Z Compiling rustls-pki-types v1.12.0
18462026-05-19T02:03:28.011Z Compiling toml_datetime v0.7.5+spec-1.1.0
18472026-05-19T02:03:28.162Z Compiling serde_spanned v1.0.4
18482026-05-19T02:03:28.321Z Compiling colored v3.0.0
18492026-05-19T02:03:28.321Z Compiling toml_writer v1.0.6+spec-1.1.0
18502026-05-19T02:03:28.348Z Compiling bit-vec v0.8.0
18512026-05-19T02:03:28.391Z Compiling lazy_static v1.5.0
18522026-05-19T02:03:28.544Z Compiling bit-set v0.8.0
18532026-05-19T02:03:28.583Z Compiling toml v0.9.11+spec-1.1.0
18542026-05-19T02:03:28.701Z Compiling async-stream v0.3.6
18552026-05-19T02:03:28.714Z Compiling strum v0.26.3
18562026-05-19T02:03:28.835Z Compiling waitgroup v0.1.2
18572026-05-19T02:03:28.847Z Compiling serde_path_to_error v0.1.20
18582026-05-19T02:03:28.978Z Compiling hyper v1.8.1
18592026-05-19T02:03:29.032Z Compiling unarray v0.1.4
18602026-05-19T02:03:29.100Z Compiling anstyle v1.0.14
18612026-05-19T02:03:29.199Z Compiling time v0.3.47
18622026-05-19T02:03:29.328Z Compiling ring v0.17.14
18632026-05-19T02:03:29.741Z Compiling macaddr v1.0.1
18642026-05-19T02:03:29.971Z Compiling utf8parse v0.2.2
18652026-05-19T02:03:30.089Z Compiling hyper-util v0.1.19
18662026-05-19T02:03:30.232Z Compiling anstyle-parse v1.0.0
18672026-05-19T02:03:30.429Z Compiling crossbeam-channel v0.5.15
18682026-05-19T02:03:30.721Z Compiling block-buffer v0.10.4
18692026-05-19T02:03:30.879Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18702026-05-19T02:03:30.909Z Compiling ref-cast v1.0.25
18712026-05-19T02:03:30.923Z Compiling is_terminal_polyfill v1.70.1
18722026-05-19T02:03:31.015Z Compiling colorchoice v1.0.4
18732026-05-19T02:03:31.018Z Compiling anstyle-query v1.1.4
18742026-05-19T02:03:31.089Z Compiling digest v0.10.7
18752026-05-19T02:03:31.124Z Compiling anstream v1.0.0
18762026-05-19T02:03:31.139Z Compiling strum v0.27.2
18772026-05-19T02:03:31.198Z Compiling clap_lex v1.1.0
18782026-05-19T02:03:31.233Z Compiling is-terminal v0.4.16
18792026-05-19T02:03:31.299Z Compiling slog-async v2.8.0
18802026-05-19T02:03:31.327Z Compiling slog-term v2.9.2
18812026-05-19T02:03:31.377Z Compiling slog-json v2.6.1
18822026-05-19T02:03:31.442Z Compiling tower v0.5.2
18832026-05-19T02:03:31.465Z Compiling hostname v0.3.1
18842026-05-19T02:03:31.608Z Compiling instant v0.1.13
18852026-05-19T02:03:31.674Z Compiling slog-bunyan v2.5.0
18862026-05-19T02:03:31.719Z Compiling futures-executor v0.3.32
18872026-05-19T02:03:31.843Z Compiling tower-http v0.6.8
18882026-05-19T02:03:31.952Z Compiling futures v0.3.32
18892026-05-19T02:03:31.963Z Compiling openssl-sys v0.9.112
18902026-05-19T02:03:32.570Z Compiling aws-lc-sys v0.39.1
18912026-05-19T02:03:32.583Z Compiling memmap2 v0.9.8
18922026-05-19T02:03:33.044Z Compiling untrusted v0.7.1
18932026-05-19T02:03:33.177Z Compiling foreign-types-shared v0.1.1
18942026-05-19T02:03:33.237Z Compiling aws-lc-rs v1.16.2
18952026-05-19T02:03:33.250Z Compiling foreign-types v0.3.2
18962026-05-19T02:03:33.272Z Compiling tempfile v3.23.0
18972026-05-19T02:03:33.394Z Compiling openssl-probe v0.1.6
18982026-05-19T02:03:33.578Z Compiling openssl v0.10.76
18992026-05-19T02:03:34.251Z Compiling rustls-webpki v0.103.6
19002026-05-19T02:03:35.009Z Compiling rustls v0.23.32
19012026-05-19T02:03:35.238Z Compiling either v1.15.0
19022026-05-19T02:03:35.300Z Compiling usdt v0.6.0
19032026-05-19T02:03:35.556Z Compiling webpki-roots v1.0.2
19042026-05-19T02:03:35.682Z Compiling newtype-uuid v1.3.2
19052026-05-19T02:03:36.033Z Compiling native-tls v0.2.14
19062026-05-19T02:03:36.343Z Compiling tokio-native-tls v0.3.1
19072026-05-19T02:03:36.357Z Compiling daft v0.1.4
19082026-05-19T02:03:36.519Z Compiling hyper-tls v0.6.0
19092026-05-19T02:03:36.778Z Compiling rustls-webpki v0.102.8
19102026-05-19T02:03:37.721Z Compiling tokio-rustls v0.26.3
19112026-05-19T02:03:37.994Z Compiling hyper-rustls v0.27.7
19122026-05-19T02:03:38.070Z Compiling rustls v0.22.4
19132026-05-19T02:03:38.227Z Compiling reqwest v0.12.23
19142026-05-19T02:03:39.017Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19152026-05-19T02:03:39.743Z Compiling sha1 v0.10.6
19162026-05-19T02:03:39.978Z Compiling tokio-rustls v0.25.0
19172026-05-19T02:03:40.033Z Compiling rustls-pemfile v2.2.0
19182026-05-19T02:03:40.209Z Compiling multer v3.1.0
19192026-05-19T02:03:40.234Z Compiling terminal_size v0.4.3
19202026-05-19T02:03:40.384Z Compiling rand_chacha v0.3.1
19212026-05-19T02:03:40.843Z Compiling hostname v0.4.2
19222026-05-19T02:03:40.891Z Compiling wait-timeout v0.2.1
19232026-05-19T02:03:41.194Z Compiling rusty-fork v0.3.0
19242026-05-19T02:03:41.440Z Compiling dropshot v0.16.7
19252026-05-19T02:03:41.563Z Compiling rand v0.8.5
19262026-05-19T02:03:42.515Z Compiling rand_xorshift v0.4.0
19272026-05-19T02:03:43.010Z Compiling hubpack_derive v0.1.1
19282026-05-19T02:03:43.679Z Compiling proptest v1.8.0
19292026-05-19T02:03:43.808Z Compiling clap_builder v4.6.0
19302026-05-19T02:03:44.944Z Compiling serde_spanned v0.6.9
19312026-05-19T02:03:45.498Z Compiling clap v4.6.0
19322026-05-19T02:03:45.589Z Compiling prettyplease v0.2.37
19332026-05-19T02:03:45.658Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19342026-05-19T02:03:46.607Z Compiling progenitor-client v0.11.1
19352026-05-19T02:03:46.619Z Compiling progenitor-client v0.10.0
19362026-05-19T02:03:46.978Z Compiling serde_with v3.14.1
19372026-05-19T02:03:48.032Z Compiling progenitor v0.11.1
19382026-05-19T02:03:48.793Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19392026-05-19T02:03:49.062Z Compiling rustc-hash v2.1.1
19402026-05-19T02:03:49.218Z Compiling iddqd v0.3.17
19412026-05-19T02:03:49.409Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19422026-05-19T02:03:50.377Z Compiling backoff v0.4.0
19432026-05-19T02:03:50.459Z Compiling parse-display v0.10.0
19442026-05-19T02:03:50.538Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19452026-05-19T02:03:50.670Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19462026-05-19T02:03:50.706Z Compiling num-derive v0.3.3
19472026-05-19T02:03:50.800Z Compiling toml_write v0.1.2
19482026-05-19T02:03:50.826Z Compiling winnow v0.5.40
19492026-05-19T02:03:51.002Z Compiling toml_edit v0.22.27
19502026-05-19T02:03:52.468Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19512026-05-19T02:03:52.551Z Compiling num-integer v0.1.46
19522026-05-19T02:03:52.888Z Compiling float-ord v0.3.2
19532026-05-19T02:03:53.083Z Compiling toml v0.8.23
19542026-05-19T02:03:55.682Z Compiling num-iter v0.1.45
19552026-05-19T02:03:55.806Z Compiling num-rational v0.4.2
19562026-05-19T02:03:56.584Z Compiling num-complex v0.4.6
19572026-05-19T02:03:57.633Z Compiling num v0.4.3
19582026-05-19T02:03:58.025Z Compiling toml_edit v0.19.15
19592026-05-19T02:03:59.576Z Compiling proc-macro-crate v1.3.1
19602026-05-19T02:04:00.544Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19612026-05-19T02:04:01.546Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19622026-05-19T02:04:02.100Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19632026-05-19T02:04:03.717Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19642026-05-19T02:04:04.104Z Compiling zerocopy-derive v0.7.35
19652026-05-19T02:04:04.234Z Compiling memoffset v0.9.1
19662026-05-19T02:04:04.323Z Compiling ingot-macros v0.1.1
19672026-05-19T02:04:04.635Z Compiling proc-macro-error-attr2 v2.0.0
19682026-05-19T02:04:04.921Z Compiling nix v0.30.1
19692026-05-19T02:04:04.978Z Compiling libscf-sys v1.1.0
19702026-05-19T02:04:05.074Z Compiling proc-macro-error2 v2.0.1
19712026-05-19T02:04:05.206Z Compiling scroll_derive v0.12.1
19722026-05-19T02:04:05.363Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19732026-05-19T02:04:06.045Z Compiling tabled_derive v0.11.0
19742026-05-19T02:04:06.246Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19752026-05-19T02:04:08.945Z Compiling zerocopy v0.7.35
19762026-05-19T02:04:09.521Z Compiling num_enum_derive v0.7.5
19772026-05-19T02:04:09.703Z Compiling hubpack v0.1.2
19782026-05-19T02:04:09.869Z Compiling foreign-types-macros v0.2.3
19792026-05-19T02:04:10.295Z Compiling static_assertions v1.1.0
19802026-05-19T02:04:10.593Z Compiling glob v0.3.3
19812026-05-19T02:04:10.606Z Compiling proc-macro-error-attr v1.0.4
19822026-05-19T02:04:10.765Z Compiling dtrace-parser v0.2.0
19832026-05-19T02:04:10.998Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19842026-05-19T02:04:11.261Z Compiling bytecount v0.6.9
19852026-05-19T02:04:11.404Z Compiling proc-macro-error v1.0.4
19862026-05-19T02:04:11.512Z Compiling dof v0.3.0
19872026-05-19T02:04:11.956Z Compiling num_enum_derive v0.5.11
19882026-05-19T02:04:13.408Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19892026-05-19T02:04:13.608Z Compiling thread-id v4.2.2
19902026-05-19T02:04:13.728Z Compiling usdt-impl v0.5.0
19912026-05-19T02:04:14.099Z Compiling derive_more v0.99.20
19922026-05-19T02:04:14.498Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
19932026-05-19T02:04:14.768Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19942026-05-19T02:04:15.219Z Compiling minimal-lexical v0.2.1
19952026-05-19T02:04:15.238Z Compiling usdt-macro v0.5.0
19962026-05-19T02:04:15.578Z Compiling nom v7.1.3
19972026-05-19T02:04:15.591Z Compiling usdt-attr-macro v0.5.0
19982026-05-19T02:04:15.905Z Compiling zone_cfg_derive v0.3.1
19992026-05-19T02:04:16.010Z Compiling num-derive v0.4.2
20002026-05-19T02:04:16.344Z Compiling papergrid v0.17.0
20012026-05-19T02:04:16.407Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20022026-05-19T02:04:16.591Z Compiling testing_table v0.3.0
20032026-05-19T02:04:16.762Z Compiling rustc_version v0.4.1
20042026-05-19T02:04:16.933Z Compiling crossbeam-epoch v0.9.18
20052026-05-19T02:04:16.982Z Compiling enum-as-inner v0.6.1
20062026-05-19T02:04:17.047Z Compiling curve25519-dalek v4.1.3
20072026-05-19T02:04:17.330Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20082026-05-19T02:04:17.365Z Compiling tabled v0.20.0
20092026-05-19T02:04:17.509Z Compiling crossbeam-deque v0.8.6
20102026-05-19T02:04:17.641Z Compiling typify-impl v0.6.1
20112026-05-19T02:04:17.711Z Compiling thiserror-impl-no-std v2.0.2
20122026-05-19T02:04:18.001Z Compiling curve25519-dalek-derive v0.1.1
20132026-05-19T02:04:18.391Z Compiling rayon-core v1.13.0
20142026-05-19T02:04:18.708Z Compiling clang-sys v1.8.1
20152026-05-19T02:04:18.726Z Compiling scroll v0.12.0
20162026-05-19T02:04:18.976Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20172026-05-19T02:04:19.114Z Compiling hash32 v0.3.1
20182026-05-19T02:04:19.176Z Compiling goblin v0.8.2
20192026-05-19T02:04:19.229Z Compiling heapless v0.8.0
20202026-05-19T02:04:19.241Z Compiling ingot-types v0.1.2
20212026-05-19T02:04:19.432Z Compiling cobs v0.3.0
20222026-05-19T02:04:19.634Z Compiling libloading v0.8.9
20232026-05-19T02:04:19.636Z Compiling foreign-types-shared v0.3.1
20242026-05-19T02:04:19.668Z Compiling managed v0.8.0
20252026-05-19T02:04:19.743Z Compiling bitflags v1.3.2
20262026-05-19T02:04:19.838Z Compiling foreign-types v0.5.0
20272026-05-19T02:04:19.888Z Compiling smoltcp v0.11.0
20282026-05-19T02:04:19.922Z Compiling bindgen v0.72.1
20292026-05-19T02:04:19.940Z Compiling ingot v0.1.1
20302026-05-19T02:04:20.131Z Compiling postcard v1.1.3
20312026-05-19T02:04:20.464Z Compiling cexpr v0.6.0
20322026-05-19T02:04:20.694Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20332026-05-19T02:04:21.045Z Compiling num_enum v0.7.5
20342026-05-19T02:04:21.170Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20352026-05-19T02:04:21.591Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20362026-05-19T02:04:21.690Z Compiling camino-tempfile v1.4.1
20372026-05-19T02:04:21.916Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20382026-05-19T02:04:21.937Z Compiling derive-where v1.6.0
20392026-05-19T02:04:22.141Z Compiling serde_repr v0.1.20
20402026-05-19T02:04:22.352Z Compiling cstr-argument v0.1.2
20412026-05-19T02:04:22.604Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20422026-05-19T02:04:22.790Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20432026-05-19T02:04:23.487Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20442026-05-19T02:04:23.680Z Compiling rayon v1.11.0
20452026-05-19T02:04:23.865Z Compiling typify-macro v0.6.1
20462026-05-19T02:04:23.957Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20472026-05-19T02:04:24.082Z Compiling crucible-workspace-hack v0.1.0
20482026-05-19T02:04:24.718Z Compiling memmap v0.7.0
20492026-05-19T02:04:24.784Z Compiling tinyvec_macros v0.1.1
20502026-05-19T02:04:24.902Z Compiling tinyvec v1.10.0
20512026-05-19T02:04:24.973Z Compiling usdt v0.5.0
20522026-05-19T02:04:25.245Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20532026-05-19T02:04:25.808Z Compiling num_enum v0.5.11
20542026-05-19T02:04:25.924Z Compiling typify v0.6.1
20552026-05-19T02:04:26.131Z Compiling pin-project-internal v1.1.10
20562026-05-19T02:04:27.011Z Compiling progenitor-impl v0.13.0
20572026-05-19T02:04:27.049Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20582026-05-19T02:04:27.266Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20592026-05-19T02:04:27.270Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20602026-05-19T02:04:27.562Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20612026-05-19T02:04:27.782Z Compiling rustix v0.38.44
20622026-05-19T02:04:27.987Z Compiling itertools v0.12.1
20632026-05-19T02:04:28.022Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20642026-05-19T02:04:28.216Z Compiling progenitor-impl v0.10.0
20652026-05-19T02:04:28.416Z Compiling sigpipe v0.1.3
20662026-05-19T02:04:28.512Z Compiling jiff v0.2.15
20672026-05-19T02:04:28.691Z Compiling const_format_proc_macros v0.2.34
20682026-05-19T02:04:29.052Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20692026-05-19T02:04:29.215Z Compiling zone v0.3.1
20702026-05-19T02:04:29.512Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20712026-05-19T02:04:30.608Z Compiling progenitor-macro v0.13.0
20722026-05-19T02:04:30.893Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20732026-05-19T02:04:31.131Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20742026-05-19T02:04:31.378Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20752026-05-19T02:04:31.535Z Compiling secrecy v0.10.3
20762026-05-19T02:04:31.644Z Compiling progenitor-macro v0.10.0
20772026-05-19T02:04:31.703Z Compiling smf v0.2.3
20782026-05-19T02:04:31.749Z Compiling async-recursion v1.1.1
20792026-05-19T02:04:32.119Z Compiling snafu-derive v0.8.9
20802026-05-19T02:04:32.374Z Compiling bstr v1.12.0
20812026-05-19T02:04:32.487Z Compiling whoami v1.6.1
20822026-05-19T02:04:32.803Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20832026-05-19T02:04:33.778Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20842026-05-19T02:04:34.202Z Compiling hmac v0.12.1
20852026-05-19T02:04:34.512Z Compiling inout v0.1.4
20862026-05-19T02:04:34.556Z Compiling ff v0.13.1
20872026-05-19T02:04:34.692Z Compiling data-encoding v2.9.0
20882026-05-19T02:04:34.966Z Compiling crc8 v0.1.1
20892026-05-19T02:04:35.097Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20902026-05-19T02:04:35.768Z Compiling group v0.13.0
20912026-05-19T02:04:35.888Z Compiling cipher v0.4.4
20922026-05-19T02:04:36.071Z Compiling hkdf v0.12.4
20932026-05-19T02:04:36.228Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20942026-05-19T02:04:36.509Z Compiling atomicwrites v0.4.4
20952026-05-19T02:04:36.726Z Compiling tokio-dtrace v0.1.1
20962026-05-19T02:04:37.002Z Compiling tabled_derive v0.7.0
20972026-05-19T02:04:37.357Z Compiling reqwest v0.13.2
20982026-05-19T02:04:37.408Z Compiling universal-hash v0.5.1
20992026-05-19T02:04:37.496Z Compiling crypto-bigint v0.5.5
21002026-05-19T02:04:37.549Z Compiling half v2.7.1
21012026-05-19T02:04:37.847Z Compiling opaque-debug v0.3.1
21022026-05-19T02:04:37.911Z Compiling base16ct v0.2.0
21032026-05-19T02:04:38.056Z Compiling indent_write v2.2.0
21042026-05-19T02:04:38.087Z Compiling base64ct v1.8.0
21052026-05-19T02:04:38.203Z Compiling ciborium-io v0.2.2
21062026-05-19T02:04:38.311Z Compiling progenitor-client v0.13.0
21072026-05-19T02:04:38.404Z Compiling password-hash v0.5.0
21082026-05-19T02:04:38.617Z Compiling elliptic-curve v0.13.8
21092026-05-19T02:04:38.668Z Compiling ciborium-ll v0.2.2
21102026-05-19T02:04:38.788Z Compiling poly1305 v0.8.0
21112026-05-19T02:04:39.245Z Compiling oxide-tokio-rt v0.1.2
21122026-05-19T02:04:39.466Z Compiling chacha20 v0.9.1
21132026-05-19T02:04:39.644Z Compiling similar v2.7.0
21142026-05-19T02:04:39.687Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-05-19T02:04:40.108Z Compiling thiserror-no-std v2.0.2
21162026-05-19T02:04:40.757Z Compiling blake2 v0.10.6
21172026-05-19T02:04:40.973Z Compiling aead v0.5.2
21182026-05-19T02:04:41.299Z Compiling resolv-conf v0.7.5
21192026-05-19T02:04:41.338Z Compiling linked-hash-map v0.5.6
21202026-05-19T02:04:41.454Z Compiling keccak v0.1.6
21212026-05-19T02:04:41.532Z Compiling lru-cache v0.1.2
21222026-05-19T02:04:41.612Z Compiling sha3 v0.10.8
21232026-05-19T02:04:41.814Z Compiling chacha20poly1305 v0.10.1
21242026-05-19T02:04:41.850Z Compiling argon2 v0.5.3
21252026-05-19T02:04:41.922Z Compiling vsss-rs v3.3.4
21262026-05-19T02:04:41.942Z Compiling progenitor v0.13.0
21272026-05-19T02:04:41.956Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21282026-05-19T02:04:42.126Z Compiling ciborium v0.2.2
21292026-05-19T02:04:42.192Z Compiling hickory-proto v0.24.4
21302026-05-19T02:04:42.713Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21312026-05-19T02:04:42.726Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21322026-05-19T02:04:43.249Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21332026-05-19T02:04:43.261Z Compiling serde-big-array v0.5.1
21342026-05-19T02:04:43.394Z Compiling same-file v1.0.6
21352026-05-19T02:04:43.573Z Compiling siphasher v1.0.1
21362026-05-19T02:04:43.576Z Compiling unicode-segmentation v1.12.0
21372026-05-19T02:04:43.597Z Compiling walkdir v2.5.0
21382026-05-19T02:04:43.769Z Compiling phf_shared v0.12.1
21392026-05-19T02:04:43.888Z Compiling newline-converter v0.3.0
21402026-05-19T02:04:43.943Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21412026-05-19T02:04:43.986Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21422026-05-19T02:04:44.139Z Compiling hickory-resolver v0.24.4
21432026-05-19T02:04:44.246Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21442026-05-19T02:04:44.502Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21452026-05-19T02:04:45.530Z Compiling newtype_derive v0.1.6
21462026-05-19T02:04:45.617Z Compiling owo-colors v4.3.0
21472026-05-19T02:04:45.692Z Compiling tokio-stream v0.1.17
21482026-05-19T02:04:45.996Z Compiling console v0.15.11
21492026-05-19T02:04:46.147Z Compiling csv-core v0.1.12
21502026-05-19T02:04:46.261Z Compiling swrite v0.1.0
21512026-05-19T02:04:46.419Z Compiling unicode-linebreak v0.1.5
21522026-05-19T02:04:46.522Z Compiling termtree v0.5.1
21532026-05-19T02:04:46.662Z Compiling humantime v2.3.0
21542026-05-19T02:04:46.676Z Compiling smawk v0.3.2
21552026-05-19T02:04:46.676Z Compiling foldhash v0.1.5
21562026-05-19T02:04:46.762Z Compiling unicode-width v0.1.14
21572026-05-19T02:04:46.825Z Compiling textwrap v0.16.2
21582026-05-19T02:04:46.904Z Compiling hashbrown v0.15.5
21592026-05-19T02:04:46.938Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21602026-05-19T02:04:47.029Z Compiling csv v1.3.1
21612026-05-19T02:04:47.043Z Compiling expectorate v1.2.0
21622026-05-19T02:04:47.225Z Compiling qorb v0.4.1
21632026-05-19T02:04:47.500Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21642026-05-19T02:04:48.491Z Compiling phf v0.12.1
21652026-05-19T02:04:48.649Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21662026-05-19T02:04:49.236Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21672026-05-19T02:04:49.403Z Compiling pin-project v1.1.10
21682026-05-19T02:04:49.443Z Compiling unicode-normalization v0.1.24
21692026-05-19T02:04:49.513Z Compiling libz-sys v1.1.22
21702026-05-19T02:04:49.874Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21712026-05-19T02:04:50.544Z Compiling libsw-core v0.3.2
21722026-05-19T02:04:50.633Z Compiling fixedbitset v0.4.2
21732026-05-19T02:04:50.905Z Compiling highway v1.3.0
21742026-05-19T02:04:50.952Z Compiling fixedbitset v0.5.7
21752026-05-19T02:04:51.142Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21762026-05-19T02:04:51.161Z Compiling petgraph v0.8.2
21772026-05-19T02:04:51.291Z Compiling progenitor v0.10.0
21782026-05-19T02:04:51.445Z Compiling petgraph v0.6.5
21792026-05-19T02:04:52.437Z Compiling libsw v3.5.0
21802026-05-19T02:04:52.880Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21812026-05-19T02:04:52.925Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21822026-05-19T02:04:53.067Z Compiling olpc-cjson v0.1.4
21832026-05-19T02:04:53.185Z Compiling libgit2-sys v0.17.0+1.8.1
21842026-05-19T02:04:53.460Z Compiling snafu v0.8.9
21852026-05-19T02:04:53.843Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21862026-05-19T02:04:54.043Z Compiling chrono-tz v0.10.4
21872026-05-19T02:04:54.210Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21882026-05-19T02:04:54.640Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-05-19T02:04:55.149Z Compiling papergrid v0.11.0
21902026-05-19T02:04:55.408Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-05-19T02:04:55.701Z Compiling globset v0.4.16
21922026-05-19T02:04:56.510Z Compiling const_format v0.2.34
21932026-05-19T02:04:56.525Z Compiling slog-dtrace v0.3.0
21942026-05-19T02:04:56.740Z Compiling cancel-safe-futures v0.1.5
21952026-05-19T02:04:56.847Z Compiling gethostname v0.5.0
21962026-05-19T02:04:56.965Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21972026-05-19T02:04:57.361Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21982026-05-19T02:04:57.963Z Compiling dropshot-api-manager-types v0.5.2
21992026-05-19T02:04:58.058Z Compiling pem v3.0.5
22002026-05-19T02:04:58.352Z Compiling bcs v0.1.6
22012026-05-19T02:04:58.443Z Compiling serde_plain v1.0.2
22022026-05-19T02:04:58.455Z Compiling cargo-platform v0.1.9
22032026-05-19T02:04:58.702Z Compiling linear-map v1.2.0
22042026-05-19T02:04:58.716Z Compiling typed-path v0.9.3
22052026-05-19T02:04:58.893Z Compiling tagptr v0.2.0
22062026-05-19T02:04:59.527Z Compiling moka v0.12.11
22072026-05-19T02:04:59.577Z Compiling tough v0.20.0
22082026-05-19T02:05:00.063Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-05-19T02:05:00.939Z Compiling cargo_metadata v0.18.1
22102026-05-19T02:05:01.893Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-05-19T02:05:02.238Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-05-19T02:05:02.333Z Compiling tabled v0.15.0
22132026-05-19T02:05:02.476Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-05-19T02:05:03.350Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-05-19T02:05:03.362Z Compiling git2 v0.19.0
22162026-05-19T02:05:04.247Z Compiling steno v0.4.1
22172026-05-19T02:05:05.803Z Compiling cookie v0.18.1
22182026-05-19T02:05:06.265Z Compiling hickory-proto v0.25.2
22192026-05-19T02:05:08.391Z Compiling hickory-resolver v0.25.2
22202026-05-19T02:05:09.316Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-05-19T02:05:10.584Z Compiling vergen v8.3.2
22222026-05-19T02:05:12.322Z Compiling signal-hook v0.3.18
22232026-05-19T02:05:13.027Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22242026-05-19T02:05:13.078Z Compiling predicates-core v1.0.9
22252026-05-19T02:05:13.285Z Compiling mockall_derive v0.13.1
22262026-05-19T02:05:13.686Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22272026-05-19T02:05:13.923Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22282026-05-19T02:05:14.169Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22292026-05-19T02:05:14.356Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22302026-05-19T02:05:15.005Z Compiling sha2 v0.10.9
22312026-05-19T02:05:15.362Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22322026-05-19T02:05:15.673Z Compiling adler2 v2.0.1
22332026-05-19T02:05:15.958Z Compiling yansi v1.0.1
22342026-05-19T02:05:16.112Z Compiling diff v0.1.13
22352026-05-19T02:05:16.260Z Compiling pretty_assertions v1.4.1
22362026-05-19T02:05:16.283Z Compiling miniz_oxide v0.8.9
22372026-05-19T02:05:16.401Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22382026-05-19T02:05:16.978Z Compiling fs-err v3.1.2
22392026-05-19T02:05:17.423Z Compiling crc32fast v1.5.0
22402026-05-19T02:05:17.646Z Compiling predicates v3.1.3
22412026-05-19T02:05:17.733Z Compiling predicates-tree v1.0.12
22422026-05-19T02:05:18.464Z Compiling git-stub v1.0.0
22432026-05-19T02:05:18.643Z Compiling filetime v0.2.26
22442026-05-19T02:05:18.751Z Compiling is_ci v1.2.0
22452026-05-19T02:05:18.843Z Compiling downcast v0.11.0
22462026-05-19T02:05:18.908Z Compiling xattr v1.6.1
22472026-05-19T02:05:19.001Z Compiling arrayvec v0.7.6
22482026-05-19T02:05:19.097Z Compiling constant_time_eq v0.3.1
22492026-05-19T02:05:19.219Z Compiling arrayref v0.3.9
22502026-05-19T02:05:19.220Z Compiling fragile v2.0.1
22512026-05-19T02:05:19.315Z Compiling blake3 v1.8.2
22522026-05-19T02:05:19.532Z Compiling tar v0.4.45
22532026-05-19T02:05:19.881Z Compiling mockall v0.13.1
22542026-05-19T02:05:19.907Z Compiling toml v0.7.8
22552026-05-19T02:05:20.078Z Compiling supports-color v3.0.2
22562026-05-19T02:05:20.288Z Compiling git-stub-vcs v0.1.0
22572026-05-19T02:05:20.588Z Compiling curl-sys v0.4.83+curl-8.15.0
22582026-05-19T02:05:20.660Z Compiling signal-hook-tokio v0.3.1
22592026-05-19T02:05:20.732Z Compiling flate2 v1.1.2
22602026-05-19T02:05:21.307Z Compiling drift v0.1.3
22612026-05-19T02:05:21.532Z Compiling kstat-rs v0.2.4
22622026-05-19T02:05:21.941Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22632026-05-19T02:05:22.199Z Compiling topological-sort v0.2.2
22642026-05-19T02:05:22.356Z Compiling hex-literal v1.0.0
22652026-05-19T02:05:23.364Z Compiling display-error-chain v0.2.2
22662026-05-19T02:05:23.628Z Compiling omicron-zone-package v0.12.2
22672026-05-19T02:05:23.628Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22682026-05-19T02:05:23.628Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22692026-05-19T02:05:24.250Z Compiling dropshot-api-manager v0.5.2
22702026-05-19T02:05:25.109Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22712026-05-19T02:05:25.210Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22722026-05-19T02:05:25.614Z Compiling curl v0.4.49
22732026-05-19T02:05:25.639Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22742026-05-19T02:05:26.265Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22752026-05-19T02:05:26.439Z Compiling internet-checksum v0.2.1
22762026-05-19T02:05:26.499Z Compiling search_path v0.1.4
22772026-05-19T02:05:26.587Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22782026-05-19T02:05:26.902Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22792026-05-19T02:05:27.121Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22802026-05-19T02:05:33.731Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22812026-05-19T02:05:33.843Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22822026-05-19T02:06:14.004Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 11s
22832026-05-19T02:06:14.121Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
22842026-05-19T02:06:14.124Z
22852026-05-19T02:06:14.124Zrunning 5 tests
22862026-05-19T02:06:14.129Ztest fuse::tests::chip_revision_a0 ... ok
22872026-05-19T02:06:14.129Ztest fuse::tests::chip_revision_b1 ... ok
22882026-05-19T02:06:14.129Ztest fuse::tests::chip_revision_b0 ... ok
22892026-05-19T02:06:14.129Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22902026-05-19T02:06:14.129Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22912026-05-19T02:06:14.129Z
22922026-05-19T02:06:14.129Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22932026-05-19T02:06:14.129Z
22942026-05-19T02:06:14.129Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
22952026-05-19T02:06:14.129Z
22962026-05-19T02:06:14.129Zrunning 0 tests
22972026-05-19T02:06:14.129Z
22982026-05-19T02:06:14.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22992026-05-19T02:06:14.129Z
23002026-05-19T02:06:14.132Z Running unittests src/lib.rs (target/debug/deps/asic-fbe6f519b892adb0)
23012026-05-19T02:06:14.132Z
23022026-05-19T02:06:14.132Zrunning 0 tests
23032026-05-19T02:06:14.132Z
23042026-05-19T02:06:14.132Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23052026-05-19T02:06:14.132Z
23062026-05-19T02:06:14.132Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
23072026-05-19T02:06:14.136Z
23082026-05-19T02:06:14.136Zrunning 10 tests
23092026-05-19T02:06:14.136Ztest nat::tests::test_vni ... ok
23102026-05-19T02:06:14.136Ztest network::tests::test_equal ... ok
23112026-05-19T02:06:14.136Ztest network::tests::test_eui64 ... ok
23122026-05-19T02:06:14.136Ztest network::tests::test_into ... ok
23132026-05-19T02:06:14.136Ztest network::tests::test_not_equal ... ok
23142026-05-19T02:06:14.136Ztest network::tests::test_generate_ipv6_link_local ... ok
23152026-05-19T02:06:14.136Ztest network::tests::test_parse ... ok
23162026-05-19T02:06:14.136Ztest network::tests::test_to_string ... ok
23172026-05-19T02:06:14.136Ztest test_purge ... ok
23182026-05-19T02:06:14.139Ztest illumos::test::address_exists_handles_missing_object ... ok
23192026-05-19T02:06:14.139Z
23202026-05-19T02:06:14.139Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23212026-05-19T02:06:14.139Z
23222026-05-19T02:06:14.139Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1738560038bcec93)
23232026-05-19T02:06:14.143Z
23242026-05-19T02:06:14.143Zrunning 1 test
23252026-05-19T02:06:15.387Ztest test::test_apis_up_to_date ... ok
23262026-05-19T02:06:15.387Z
23272026-05-19T02:06:15.387Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.24s
23282026-05-19T02:06:15.387Z
23292026-05-19T02:06:15.432Z Running unittests src/main.rs (target/debug/deps/dpd-ae02bf3c98c1c06e)
23302026-05-19T02:06:15.439Z
23312026-05-19T02:06:15.439Zrunning 18 tests
23322026-05-19T02:06:15.442Ztest freemap::test_ordering ... ok
23332026-05-19T02:06:15.442Ztest freemap::test_split ... ok
23342026-05-19T02:06:15.442Ztest config::tests::test_updates ... ok
23352026-05-19T02:06:15.442Ztest macaddrs::tests::test_mac_offset ... ok
23362026-05-19T02:06:15.442Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23372026-05-19T02:06:15.442Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23382026-05-19T02:06:15.442Ztest macaddrs::tests::test_parse_port_id ... ok
23392026-05-19T02:06:15.442Ztest nat::test_mapping ... ok
23402026-05-19T02:06:15.442Ztest port_map::tests::dump_map ... ok
23412026-05-19T02:06:15.442Ztest port_map::tests::test_backplane_group ... ok
23422026-05-19T02:06:15.442Ztest port_map::tests::test_port_map ... ok
23432026-05-19T02:06:15.442ZMay 19 02:06:13.926 DEBG created new freemap, unitMay 19 02:06:13.926: DEBGfreemap_test created new freemap, unit: freemap_test
23442026-05-19T02:06:15.442Z
23452026-05-19T02:06:15.442ZMay 19 02:06:13.927 DEBGMay 19 02:06:13.927 initted freemap. low: 0, size: 128DEBG, unitinitted freemap. low: 0, size: 128: , freemap_testunit
23462026-05-19T02:06:15.442Z: freemap_test
23472026-05-19T02:06:15.442ZMay 19 02:06:13.927 DEBG reset freemap, May 19 02:06:13.927unit :DEBG freemap_testreset freemap
23482026-05-19T02:06:15.442Z, unit: freemap_test
23492026-05-19T02:06:15.442ZMay 19 02:06:13.927 DEBG created new freemap, unit: freemap_test
23502026-05-19T02:06:15.443ZMay 19 02:06:13.927 DEBG initted freemap. low: 0, size: 128, unit: freemap_test
23512026-05-19T02:06:15.443ZMay 19 02:06:13.927 DEBG reset freemap, unit: freemap_test
23522026-05-19T02:06:15.443ZMay 19 02:06:13.927 DEBG created new freemap, unit: freemap_test
23532026-05-19T02:06:15.443ZMay 19 02:06:13.927 DEBG initted freemap. low: 0, size: 128, unit: freemap_test
23542026-05-19T02:06:15.443ZMay 19 02:06:13.927 DEBG reset freemap, unit: freemap_test
23552026-05-19T02:06:15.443Ztest freemap::test_basic ... ok
23562026-05-19T02:06:15.443Ztest freemap::test_reclaim ... ok
23572026-05-19T02:06:15.443Ztest freemap::test_span ... ok
23582026-05-19T02:06:15.443Ztest freemap::test_exhaustion ... ok
23592026-05-19T02:06:15.443ZMay 19 02:06:13.927 DEBG created new freemap, unit: freemap_test
23602026-05-19T02:06:15.443ZMay 19 02:06:13.927 DEBG initted freemap. low: 0, size: 128, unit: freemap_test
23612026-05-19T02:06:15.443ZMay 19 02:06:13.927 DEBG reset freemap, unit: freemap_test
23622026-05-19T02:06:15.443Ztest freemap::test_free ... ok
23632026-05-19T02:06:15.447Ztest port_map::tests::parse_softnpu_revision ... ok
23642026-05-19T02:06:15.447Ztest api_server::tests::test_build_info ... ok
23652026-05-19T02:06:15.447Z
23662026-05-19T02:06:15.447Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23672026-05-19T02:06:15.447Z
23682026-05-19T02:06:15.447Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-0a8928fda7958fc7)
23692026-05-19T02:06:15.451Z
23702026-05-19T02:06:15.451Zrunning 0 tests
23712026-05-19T02:06:15.451Z
23722026-05-19T02:06:15.451Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23732026-05-19T02:06:15.451Z
23742026-05-19T02:06:15.451Z Running unittests src/lib.rs (target/debug/deps/dpd_api-ce762b37960fa606)
23752026-05-19T02:06:15.451Z
23762026-05-19T02:06:15.451Zrunning 0 tests
23772026-05-19T02:06:15.451Z
23782026-05-19T02:06:15.451Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23792026-05-19T02:06:15.451Z
23802026-05-19T02:06:15.451Z Running unittests src/lib.rs (target/debug/deps/dpd_client-5bde607fb251226e)
23812026-05-19T02:06:15.454Z
23822026-05-19T02:06:15.454Zrunning 6 tests
23832026-05-19T02:06:15.454Ztest tests::test_full_lot_id_neither_present ... ok
23842026-05-19T02:06:15.454Ztest tests::test_parse_client_port_id ... ok
23852026-05-19T02:06:15.454Ztest tests::test_port_id_cmp ... ok
23862026-05-19T02:06:15.454Ztest tests::test_full_lot_id_lotnum_only ... ok
23872026-05-19T02:06:15.454Ztest tests::test_full_lot_id_lot_only ... ok
23882026-05-19T02:06:15.454Ztest tests::test_full_lot_id_both_present ... ok
23892026-05-19T02:06:15.454Z
23902026-05-19T02:06:15.454Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23912026-05-19T02:06:15.454Z
23922026-05-19T02:06:15.455Z Running tests/test_all.rs (target/debug/deps/test_all-d5e6aaf6449331f0)
23932026-05-19T02:06:15.455Z
23942026-05-19T02:06:15.455Zrunning 0 tests
23952026-05-19T02:06:15.455Z
23962026-05-19T02:06:15.455Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23972026-05-19T02:06:15.455Z
23982026-05-19T02:06:15.455Z Running unittests src/lib.rs (target/debug/deps/dpd_types-930e12847fbe5178)
23992026-05-19T02:06:15.458Z
24002026-05-19T02:06:15.458Zrunning 0 tests
24012026-05-19T02:06:15.458Z
24022026-05-19T02:06:15.458Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24032026-05-19T02:06:15.458Z
24042026-05-19T02:06:15.458Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6213c5f8621a420f)
24052026-05-19T02:06:15.458Z
24062026-05-19T02:06:15.458Zrunning 0 tests
24072026-05-19T02:06:15.458Z
24082026-05-19T02:06:15.458Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24092026-05-19T02:06:15.458Z
24102026-05-19T02:06:15.458Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
24112026-05-19T02:06:15.461Z
24122026-05-19T02:06:15.461Zrunning 12 tests
24132026-05-19T02:06:15.461Ztest lldp::test_lldp_parse ... ok
24142026-05-19T02:06:15.461Ztest icmp::test_v6_checksum ... ok
24152026-05-19T02:06:15.461Ztest icmp::test_v4_checksum ... ok
24162026-05-19T02:06:15.461Ztest pbuf::test_byte ... ok
24172026-05-19T02:06:15.461Ztest ipv6::test_ipv6_parse ... ok
24182026-05-19T02:06:15.461Ztest pbuf::test_nibble ... ok
24192026-05-19T02:06:15.461Ztest pbuf::test_overflow ... ok
24202026-05-19T02:06:15.461Ztest pbuf::test_short ... ok
24212026-05-19T02:06:15.461Ztest pbuf::test_twelve ... ok
24222026-05-19T02:06:15.461Ztest pbuf::test_word ... ok
24232026-05-19T02:06:15.461Ztest tcp::test_checksum_ack_data ... ok
24242026-05-19T02:06:15.461Ztest tcp::test_checksum_syn_nodata ... ok
24252026-05-19T02:06:15.461Z
24262026-05-19T02:06:15.461Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24272026-05-19T02:06:15.461Z
24282026-05-19T02:06:15.461Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
24292026-05-19T02:06:15.464Z
24302026-05-19T02:06:15.464Zrunning 0 tests
24312026-05-19T02:06:15.464Z
24322026-05-19T02:06:15.464Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24332026-05-19T02:06:15.464Z
24342026-05-19T02:06:15.464Z Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b)
24352026-05-19T02:06:15.464Z
24362026-05-19T02:06:15.464Zrunning 5 tests
24372026-05-19T02:06:15.468Ztest switchport::test::test_compute_lanes ... ok
24382026-05-19T02:06:15.468Ztest switchport::test::port_id_ordering ... ok
24392026-05-19T02:06:15.468Z Lane 0 Lane 1 Lane 2 Lane 3
24402026-05-19T02:06:15.468Z Rx Loss-of-lock: Yes Yes Yes Yes
24412026-05-19T02:06:15.468Z Rx Loss-of-signal: Yes Yes Yes Yes
24422026-05-19T02:06:15.468Z Rx CDR Enabled: Yes Yes Yes Yes
24432026-05-19T02:06:15.468Z Tx Enabled: Yes Yes Yes Lane 0 Yes
24442026-05-19T02:06:15.468Z Tx Loss-of-lock: No Lane 1 No NoLane 2 Lane 3No
24452026-05-19T02:06:15.468Z
24462026-05-19T02:06:15.468Z Tx Loss-of-signal: No State: ActivatedNo NoActivated NoActivated
24472026-05-19T02:06:15.468Z Activated Tx CDR Enabled: No
24482026-05-19T02:06:15.468Z Rx Output Enabled: false Nofalse Nofalse No
24492026-05-19T02:06:15.468Zfalse
24502026-05-19T02:06:15.468Z Tx Adaptive EQ Fault: No Rx Output Status: valid No valid No validNo valid
24512026-05-19T02:06:15.468Z
24522026-05-19T02:06:15.468Z Tx Fault: Yes Rx Loss-of-lock: true Yes true Yes trueYes
24532026-05-19T02:06:15.468Ztrue
24542026-05-19T02:06:15.468Z Rx Loss-of-signal: false false false false
24552026-05-19T02:06:15.468ZRx Auto-squelch Disable: true true true true
24562026-05-19T02:06:15.468Z Tx Output Enabled: true true true true
24572026-05-19T02:06:15.468Z Tx Output Status: invalid invalid invalid invalid
24582026-05-19T02:06:15.468Z Tx Loss-of-lock: false false false false
24592026-05-19T02:06:15.468Z Tx Loss-of-signal: true true true true
24602026-05-19T02:06:15.468ZTx Auto-squelch Disable: false false false false
24612026-05-19T02:06:15.468Z Tx Adaptive EQ Fail: true true true true
24622026-05-19T02:06:15.468Z Tx Failure: false false false false
24632026-05-19T02:06:15.468Z Tx Force Squelch: true true true true
24642026-05-19T02:06:15.468Z Tx Input Polarity: normal normal normal normal
24652026-05-19T02:06:15.468Ztest switchport::test::test_print_sff_datapath ... ok
24662026-05-19T02:06:15.468Ztest switchport::test::test_print_cmis_datapath ... ok
24672026-05-19T02:06:15.468Ztest link::test_filter ... ok
24682026-05-19T02:06:15.468Z
24692026-05-19T02:06:15.469Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24702026-05-19T02:06:15.469Z
24712026-05-19T02:06:15.469Z Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db)
24722026-05-19T02:06:15.472Z
24732026-05-19T02:06:15.472Zrunning 1 test
24742026-05-19T02:06:15.472Ztest test_p4_counter_list ... ignored
24752026-05-19T02:06:15.472Z
24762026-05-19T02:06:15.472Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
24772026-05-19T02:06:15.472Z
24782026-05-19T02:06:15.472Z Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086)
24792026-05-19T02:06:15.472Z
24802026-05-19T02:06:15.472Zrunning 5 tests
24812026-05-19T02:06:15.472Ztest test_an ... ignored
24822026-05-19T02:06:15.472Ztest test_enable ... ignored
24832026-05-19T02:06:15.472Ztest test_ip_addresses ... ignored
24842026-05-19T02:06:15.472Ztest test_kr ... ignored
24852026-05-19T02:06:15.472Ztest test_mac ... ignored
24862026-05-19T02:06:15.472Z
24872026-05-19T02:06:15.472Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
24882026-05-19T02:06:15.472Z
24892026-05-19T02:06:15.472Z Running unittests src/main.rs (target/debug/deps/tfportd-4775e0d654b48b32)
24902026-05-19T02:06:15.475Z
24912026-05-19T02:06:15.475Zrunning 3 tests
24922026-05-19T02:06:15.475Ztest linklocal::test_parse_ipadm ... ok
24932026-05-19T02:06:15.475Ztest tfport::test_parse_tfport ... ok
24942026-05-19T02:06:15.475Ztest config::tests::test_updates ... ok
24952026-05-19T02:06:15.475Z
24962026-05-19T02:06:15.475Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24972026-05-19T02:06:15.475Z
24982026-05-19T02:06:15.475Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
24992026-05-19T02:06:15.475Z
25002026-05-19T02:06:15.475Zrunning 0 tests
25012026-05-19T02:06:15.475Z
25022026-05-19T02:06:15.475Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25032026-05-19T02:06:15.475Z
25042026-05-19T02:06:15.476Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
25052026-05-19T02:06:15.478Z
25062026-05-19T02:06:15.478Zrunning 0 tests
25072026-05-19T02:06:15.478Z
25082026-05-19T02:06:15.478Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25092026-05-19T02:06:15.478Z
25102026-05-19T02:06:15.478Z Doc-tests aal
25112026-05-19T02:06:15.600Z
25122026-05-19T02:06:15.600Zrunning 0 tests
25132026-05-19T02:06:15.600Z
25142026-05-19T02:06:15.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25152026-05-19T02:06:15.603Z
25162026-05-19T02:06:15.616Z Doc-tests aal_macros
25172026-05-19T02:06:15.681Z
25182026-05-19T02:06:15.681Zrunning 0 tests
25192026-05-19T02:06:15.681Z
25202026-05-19T02:06:15.681Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25212026-05-19T02:06:15.681Z
25222026-05-19T02:06:15.691Z Doc-tests common
25232026-05-19T02:06:15.914Z
25242026-05-19T02:06:15.914Zrunning 0 tests
25252026-05-19T02:06:15.914Z
25262026-05-19T02:06:15.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25272026-05-19T02:06:15.914Z
25282026-05-19T02:06:15.934Z Doc-tests dpd_api
25292026-05-19T02:06:16.652Z
25302026-05-19T02:06:16.652Zrunning 2 tests
25312026-05-19T02:06:16.652Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25322026-05-19T02:06:16.652Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25332026-05-19T02:06:16.652Z
25342026-05-19T02:06:16.652Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25352026-05-19T02:06:16.652Z
25362026-05-19T02:06:16.681Z Doc-tests dpd_client
25372026-05-19T02:06:17.958Z
25382026-05-19T02:06:17.958Zrunning 0 tests
25392026-05-19T02:06:17.958Z
25402026-05-19T02:06:17.959Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25412026-05-19T02:06:17.959Z
25422026-05-19T02:06:18.021Z Doc-tests dpd_types
25432026-05-19T02:06:18.201Z
25442026-05-19T02:06:18.201Zrunning 0 tests
25452026-05-19T02:06:18.201Z
25462026-05-19T02:06:18.202Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25472026-05-19T02:06:18.202Z
25482026-05-19T02:06:18.227Z Doc-tests dpd_types_versions
25492026-05-19T02:06:19.433Z
25502026-05-19T02:06:19.433Zrunning 1 test
25512026-05-19T02:06:19.433Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
25522026-05-19T02:06:19.433Z
25532026-05-19T02:06:19.433Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25542026-05-19T02:06:19.433Z
25552026-05-19T02:06:19.475Z Doc-tests packet
25562026-05-19T02:06:19.588Z
25572026-05-19T02:06:19.588Zrunning 0 tests
25582026-05-19T02:06:19.588Z
25592026-05-19T02:06:19.588Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25602026-05-19T02:06:19.588Z
25612026-05-19T02:06:19.603Z Doc-tests pcap
25622026-05-19T02:06:19.655Z
25632026-05-19T02:06:19.655Zrunning 0 tests
25642026-05-19T02:06:19.655Z
25652026-05-19T02:06:19.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25662026-05-19T02:06:19.655Z
25672026-05-19T02:06:19.720Z+ for feat in tofino_stub tofino_asic softnpu chaos
25682026-05-19T02:06:19.720Z+ RUST_BACKTRACE=full
25692026-05-19T02:06:19.720Z+ cargo test --features tofino_asic --no-fail-fast
25702026-05-19T02:06:20.301Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25712026-05-19T02:06:20.376Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25722026-05-19T02:06:20.382Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25732026-05-19T02:06:20.389Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25742026-05-19T02:06:28.801Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25752026-05-19T02:06:29.997Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25762026-05-19T02:07:07.312Z Finished `test` profile [unoptimized + debuginfo] target(s) in 47.58s
25772026-05-19T02:07:07.430Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
25782026-05-19T02:07:07.433Z
25792026-05-19T02:07:07.433Zrunning 5 tests
25802026-05-19T02:07:07.436Ztest fuse::tests::chip_revision_a0 ... ok
25812026-05-19T02:07:07.436Ztest fuse::tests::chip_revision_b1 ... ok
25822026-05-19T02:07:07.436Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
25832026-05-19T02:07:07.436Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25842026-05-19T02:07:07.436Ztest fuse::tests::chip_revision_b0 ... ok
25852026-05-19T02:07:07.436Z
25862026-05-19T02:07:07.436Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25872026-05-19T02:07:07.436Z
25882026-05-19T02:07:07.436Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
25892026-05-19T02:07:07.439Z
25902026-05-19T02:07:07.439Zrunning 0 tests
25912026-05-19T02:07:07.439Z
25922026-05-19T02:07:07.439Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25932026-05-19T02:07:07.440Z
25942026-05-19T02:07:07.440Z Running unittests src/lib.rs (target/debug/deps/asic-ae862f40fede3478)
25952026-05-19T02:07:07.521Z
25962026-05-19T02:07:07.521Zrunning 8 tests
25972026-05-19T02:07:07.524Ztest tofino_asic::qsfp::tests::fix_link ... ok
25982026-05-19T02:07:07.524Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
25992026-05-19T02:07:07.524Ztest tofino_asic::stats::constants_sanity_check ... ok
26002026-05-19T02:07:07.524Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26012026-05-19T02:07:07.525Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26022026-05-19T02:07:07.525Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26032026-05-19T02:07:07.530Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26042026-05-19T02:07:08.022Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26052026-05-19T02:07:08.022Z
26062026-05-19T02:07:08.022Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26072026-05-19T02:07:08.022Z
26082026-05-19T02:07:08.032Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
26092026-05-19T02:07:08.035Z
26102026-05-19T02:07:08.035Zrunning 10 tests
26112026-05-19T02:07:08.038Ztest network::tests::test_equal ... ok
26122026-05-19T02:07:08.038Ztest nat::tests::test_vni ... ok
26132026-05-19T02:07:08.038Ztest network::tests::test_eui64 ... ok
26142026-05-19T02:07:08.038Ztest network::tests::test_into ... ok
26152026-05-19T02:07:08.038Ztest network::tests::test_generate_ipv6_link_local ... ok
26162026-05-19T02:07:08.039Ztest network::tests::test_not_equal ... ok
26172026-05-19T02:07:08.039Ztest network::tests::test_to_string ... ok
26182026-05-19T02:07:08.039Ztest network::tests::test_parse ... ok
26192026-05-19T02:07:08.039Ztest test_purge ... ok
26202026-05-19T02:07:08.042Ztest illumos::test::address_exists_handles_missing_object ... ok
26212026-05-19T02:07:08.042Z
26222026-05-19T02:07:08.042Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26232026-05-19T02:07:08.042Z
26242026-05-19T02:07:08.042Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1738560038bcec93)
26252026-05-19T02:07:08.045Z
26262026-05-19T02:07:08.045Zrunning 1 test
26272026-05-19T02:07:09.317Ztest test::test_apis_up_to_date ... ok
26282026-05-19T02:07:09.317Z
26292026-05-19T02:07:09.317Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
26302026-05-19T02:07:09.317Z
26312026-05-19T02:07:09.367Z Running unittests src/main.rs (target/debug/deps/dpd-60e8def7653cef2e)
26322026-05-19T02:07:09.430Z
26332026-05-19T02:07:09.430Zrunning 50 tests
26342026-05-19T02:07:09.433Ztest freemap::test_ordering ... ok
26352026-05-19T02:07:09.433Ztest freemap::test_split ... ok
26362026-05-19T02:07:09.433Ztest config::tests::test_updates ... ok
26372026-05-19T02:07:09.433Ztest macaddrs::tests::test_mac_offset ... ok
26382026-05-19T02:07:09.433Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26392026-05-19T02:07:09.433Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26402026-05-19T02:07:09.433Ztest nat::test_mapping ... ok
26412026-05-19T02:07:09.433Ztest macaddrs::tests::test_parse_port_id ... ok
26422026-05-19T02:07:09.433Ztest port_map::tests::dump_map ... ok
26432026-05-19T02:07:09.436Ztest port_map::tests::test_backplane_group ... ok
26442026-05-19T02:07:09.436Ztest port_map::tests::test_port_map ... ok
26452026-05-19T02:07:09.436Ztest transceivers::mpn_test::test_mpn_missing ... ok
26462026-05-19T02:07:09.436Ztest transceivers::mpn_test::test_mpn_present ... ok
26472026-05-19T02:07:09.436ZMay 19 02:07:07.919 DEBG created new freemap, May 19 02:07:07.919unit :DEBG freemap_testcreated new freemapMay 19 02:07:07.919,
26482026-05-19T02:07:09.436Zunit :DEBG created new freemapfreemap_test, May 19 02:07:07.919unit May 19 02:07:07.919 DEBG created new freemap, unit
26492026-05-19T02:07:09.436Z: :freemap_test
26502026-05-19T02:07:09.437Zfreemap_test
26512026-05-19T02:07:09.437Ztest transceivers::mpn_test::test_xcvr_missing ... ok
26522026-05-19T02:07:09.437ZMay 19 02:07:07.919May 19 02:07:07.919 DEBG initted freemap. low: 0, size: 128, May 19 02:07:07.919unit : freemap_test
26532026-05-19T02:07:09.437ZDEBGMay 19 02:07:07.919DEBG DEBG reset freemap, May 19 02:07:07.919unit: freemap_test
26542026-05-19T02:07:09.437Zinitted freemap. low: 0, size: 128, unit: freemap_test
26552026-05-19T02:07:09.437ZMay 19 02:07:07.919 DEBG reset freemap, unit: freemap_test
26562026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
26572026-05-19T02:07:09.437Z DEBG initted freemap. low: 0, size: 128, unit: freemap_test
26582026-05-19T02:07:09.437Z initted freemap. low: 0, size: 128, unit: freemap_test
26592026-05-19T02:07:09.437ZMay 19 02:07:07.919 DEBG reset freemap, May 19 02:07:07.919unit :DEBG freemap_testreset freemap
26602026-05-19T02:07:09.437Z, unit: freemap_test
26612026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
26622026-05-19T02:07:09.437Z DEBG created new freemap, unit: freemap_test
26632026-05-19T02:07:09.437ZMay 19 02:07:07.919 DEBG initted freemap. low: 0, size: 128, unit: freemap_test
26642026-05-19T02:07:09.437ZMay 19 02:07:07.919 DEBG reset freemap, unit: freemap_test
26652026-05-19T02:07:09.437Ztest freemap::test_reclaim ... ok
26662026-05-19T02:07:09.437Ztest freemap::test_span ... ok
26672026-05-19T02:07:09.437Ztest freemap::test_exhaustion ... ok
26682026-05-19T02:07:09.437Ztest freemap::test_basic ... ok
26692026-05-19T02:07:09.437Ztest freemap::test_free ... ok
26702026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
26712026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
26722026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
26732026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
26742026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
26752026-05-19T02:07:09.437Ztest port_map::tests::parse_softnpu_revision ... ok
26762026-05-19T02:07:09.437Ztest api_server::tests::test_build_info ... ok
26772026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
26782026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
26792026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
26802026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
26812026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
26822026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
26832026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
26842026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
26852026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
26862026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
26872026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
26882026-05-19T02:07:09.437Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
26892026-05-19T02:07:09.441Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
26902026-05-19T02:07:09.441Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
26912026-05-19T02:07:09.441Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
26922026-05-19T02:07:09.441Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
26932026-05-19T02:07:09.441Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
26942026-05-19T02:07:09.441Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
26952026-05-19T02:07:09.441Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
26962026-05-19T02:07:09.441Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
26972026-05-19T02:07:09.441Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
26982026-05-19T02:07:09.441Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
26992026-05-19T02:07:09.441Z
27002026-05-19T02:07:09.441Ztest result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27012026-05-19T02:07:09.441Z
27022026-05-19T02:07:09.450Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-7628c6abdddbd2a0)
27032026-05-19T02:07:09.453Z
27042026-05-19T02:07:09.453Zrunning 0 tests
27052026-05-19T02:07:09.453Z
27062026-05-19T02:07:09.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27072026-05-19T02:07:09.453Z
27082026-05-19T02:07:09.453Z Running unittests src/lib.rs (target/debug/deps/dpd_api-ce762b37960fa606)
27092026-05-19T02:07:09.456Z
27102026-05-19T02:07:09.456Zrunning 0 tests
27112026-05-19T02:07:09.456Z
27122026-05-19T02:07:09.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27132026-05-19T02:07:09.456Z
27142026-05-19T02:07:09.456Z Running unittests src/lib.rs (target/debug/deps/dpd_client-2b894aaabf32eb8f)
27152026-05-19T02:07:09.459Z
27162026-05-19T02:07:09.459Zrunning 6 tests
27172026-05-19T02:07:09.459Ztest tests::test_parse_client_port_id ... ok
27182026-05-19T02:07:09.459Ztest tests::test_port_id_cmp ... ok
27192026-05-19T02:07:09.459Ztest tests::test_full_lot_id_neither_present ... ok
27202026-05-19T02:07:09.459Ztest tests::test_full_lot_id_lotnum_only ... ok
27212026-05-19T02:07:09.459Ztest tests::test_full_lot_id_both_present ... ok
27222026-05-19T02:07:09.459Ztest tests::test_full_lot_id_lot_only ... ok
27232026-05-19T02:07:09.459Z
27242026-05-19T02:07:09.459Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27252026-05-19T02:07:09.459Z
27262026-05-19T02:07:09.459Z Running tests/test_all.rs (target/debug/deps/test_all-c679cf089a48828e)
27272026-05-19T02:07:09.459Z
27282026-05-19T02:07:09.459Zrunning 0 tests
27292026-05-19T02:07:09.459Z
27302026-05-19T02:07:09.459Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27312026-05-19T02:07:09.459Z
27322026-05-19T02:07:09.459Z Running unittests src/lib.rs (target/debug/deps/dpd_types-930e12847fbe5178)
27332026-05-19T02:07:09.462Z
27342026-05-19T02:07:09.462Zrunning 0 tests
27352026-05-19T02:07:09.462Z
27362026-05-19T02:07:09.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27372026-05-19T02:07:09.462Z
27382026-05-19T02:07:09.462Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6213c5f8621a420f)
27392026-05-19T02:07:09.462Z
27402026-05-19T02:07:09.462Zrunning 0 tests
27412026-05-19T02:07:09.462Z
27422026-05-19T02:07:09.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27432026-05-19T02:07:09.462Z
27442026-05-19T02:07:09.462Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
27452026-05-19T02:07:09.467Z
27462026-05-19T02:07:09.467Zrunning 12 tests
27472026-05-19T02:07:09.467Ztest icmp::test_v6_checksum ... ok
27482026-05-19T02:07:09.467Ztest icmp::test_v4_checksum ... ok
27492026-05-19T02:07:09.467Ztest lldp::test_lldp_parse ... ok
27502026-05-19T02:07:09.467Ztest ipv6::test_ipv6_parse ... ok
27512026-05-19T02:07:09.467Ztest pbuf::test_byte ... ok
27522026-05-19T02:07:09.467Ztest pbuf::test_nibble ... ok
27532026-05-19T02:07:09.467Ztest pbuf::test_overflow ... ok
27542026-05-19T02:07:09.467Ztest pbuf::test_short ... ok
27552026-05-19T02:07:09.467Ztest pbuf::test_twelve ... ok
27562026-05-19T02:07:09.467Ztest pbuf::test_word ... ok
27572026-05-19T02:07:09.467Ztest tcp::test_checksum_ack_data ... ok
27582026-05-19T02:07:09.467Ztest tcp::test_checksum_syn_nodata ... ok
27592026-05-19T02:07:09.467Z
27602026-05-19T02:07:09.467Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27612026-05-19T02:07:09.467Z
27622026-05-19T02:07:09.467Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
27632026-05-19T02:07:09.470Z
27642026-05-19T02:07:09.470Zrunning 0 tests
27652026-05-19T02:07:09.470Z
27662026-05-19T02:07:09.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27672026-05-19T02:07:09.470Z
27682026-05-19T02:07:09.470Z Running unittests src/main.rs (target/debug/deps/swadm-520862971dd4ee37)
27692026-05-19T02:07:09.470Z
27702026-05-19T02:07:09.470Zrunning 5 tests
27712026-05-19T02:07:09.470Ztest switchport::test::test_compute_lanes ... ok
27722026-05-19T02:07:09.470Ztest switchport::test::port_id_ordering ... ok
27732026-05-19T02:07:09.470Z Lane 0 Lane 1 Lane 2 Lane 3 Lane 0
27742026-05-19T02:07:09.470Z Rx Loss-of-lock: YesLane 1 Yes Lane 2 YesLane 3
27752026-05-19T02:07:09.470ZYes
27762026-05-19T02:07:09.470Z State: Activated Rx Loss-of-signal: Yes Activated YesActivated YesActivated
27772026-05-19T02:07:09.470ZYes
27782026-05-19T02:07:09.471Z Rx Output Enabled: false Rx CDR Enabled: Yesfalse Yesfalse Yesfalse
27792026-05-19T02:07:09.471ZYes
27802026-05-19T02:07:09.471Z Rx Output Status: valid Tx Enabled: Yes valid Yesvalid validYes
27812026-05-19T02:07:09.471Z Yes Rx Loss-of-lock: true
27822026-05-19T02:07:09.471Z Tx Loss-of-lock: Notrue Notrue trueNo
27832026-05-19T02:07:09.471ZNo
27842026-05-19T02:07:09.471Z Rx Loss-of-signal: false Tx Loss-of-signal: Nofalse Nofalse Nofalse
27852026-05-19T02:07:09.471Z NoRx Auto-squelch Disable: true
27862026-05-19T02:07:09.471Z Tx CDR Enabled: Notrue Notrue Notrue
27872026-05-19T02:07:09.471Z No
27882026-05-19T02:07:09.471Z Tx Output Enabled: true Tx Adaptive EQ Fault: No trueNo trueNo trueNo
27892026-05-19T02:07:09.471Z
27902026-05-19T02:07:09.471Z Tx Output Status: invalid Tx Fault: Yes invalid Yes invalid invalidYes
27912026-05-19T02:07:09.471Z Tx Loss-of-lock: falseYes
27922026-05-19T02:07:09.471Zfalse false false
27932026-05-19T02:07:09.471Z Tx Loss-of-signal: true true true true
27942026-05-19T02:07:09.471ZTx Auto-squelch Disable: false false false false
27952026-05-19T02:07:09.471Z Tx Adaptive EQ Fail: true true true true
27962026-05-19T02:07:09.471Z Tx Failure: false false false false
27972026-05-19T02:07:09.471Z Tx Force Squelch: true true true true
27982026-05-19T02:07:09.471Z Tx Input Polarity: normal normal normal normal
27992026-05-19T02:07:09.471Ztest switchport::test::test_print_sff_datapath ... ok
28002026-05-19T02:07:09.471Ztest switchport::test::test_print_cmis_datapath ... ok
28012026-05-19T02:07:09.475Ztest link::test_filter ... ok
28022026-05-19T02:07:09.475Z
28032026-05-19T02:07:09.475Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28042026-05-19T02:07:09.475Z
28052026-05-19T02:07:09.475Z Running tests/counters.rs (target/debug/deps/counters-12223fda8f22af34)
28062026-05-19T02:07:09.475Z
28072026-05-19T02:07:09.475Zrunning 1 test
28082026-05-19T02:07:09.475Ztest test_p4_counter_list ... ignored
28092026-05-19T02:07:09.475Z
28102026-05-19T02:07:09.475Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28112026-05-19T02:07:09.475Z
28122026-05-19T02:07:09.475Z Running tests/port-link.rs (target/debug/deps/port_link-ab27c4cf4b6b317d)
28132026-05-19T02:07:09.538Z
28142026-05-19T02:07:09.538Zrunning 5 tests
28152026-05-19T02:07:09.538Ztest test_an ... ignored
28162026-05-19T02:07:09.538Ztest test_enable ... ignored
28172026-05-19T02:07:09.538Ztest test_ip_addresses ... ignored
28182026-05-19T02:07:09.538Ztest test_kr ... ignored
28192026-05-19T02:07:09.538Ztest test_mac ... ignored
28202026-05-19T02:07:09.538Z
28212026-05-19T02:07:09.538Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28222026-05-19T02:07:09.538Z
28232026-05-19T02:07:09.538Z Running unittests src/main.rs (target/debug/deps/tfportd-0b125c38c1a931aa)
28242026-05-19T02:07:09.538Z
28252026-05-19T02:07:09.538Zrunning 3 tests
28262026-05-19T02:07:09.538Ztest linklocal::test_parse_ipadm ... ok
28272026-05-19T02:07:09.538Ztest tfport::test_parse_tfport ... ok
28282026-05-19T02:07:09.538Ztest config::tests::test_updates ... ok
28292026-05-19T02:07:09.538Z
28302026-05-19T02:07:09.538Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28312026-05-19T02:07:09.538Z
28322026-05-19T02:07:09.538Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
28332026-05-19T02:07:09.538Z
28342026-05-19T02:07:09.539Zrunning 0 tests
28352026-05-19T02:07:09.539Z
28362026-05-19T02:07:09.539Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28372026-05-19T02:07:09.539Z
28382026-05-19T02:07:09.539Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
28392026-05-19T02:07:09.539Z
28402026-05-19T02:07:09.539Zrunning 0 tests
28412026-05-19T02:07:09.539Z
28422026-05-19T02:07:09.539Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28432026-05-19T02:07:09.539Z
28442026-05-19T02:07:09.539Z Doc-tests aal
28452026-05-19T02:07:09.600Z
28462026-05-19T02:07:09.600Zrunning 0 tests
28472026-05-19T02:07:09.600Z
28482026-05-19T02:07:09.600Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28492026-05-19T02:07:09.600Z
28502026-05-19T02:07:09.615Z Doc-tests aal_macros
28512026-05-19T02:07:09.684Z
28522026-05-19T02:07:09.684Zrunning 0 tests
28532026-05-19T02:07:09.684Z
28542026-05-19T02:07:09.684Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28552026-05-19T02:07:09.684Z
28562026-05-19T02:07:09.694Z Doc-tests common
28572026-05-19T02:07:09.919Z
28582026-05-19T02:07:09.919Zrunning 0 tests
28592026-05-19T02:07:09.919Z
28602026-05-19T02:07:09.919Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28612026-05-19T02:07:09.919Z
28622026-05-19T02:07:09.939Z Doc-tests dpd_api
28632026-05-19T02:07:10.663Z
28642026-05-19T02:07:10.663Zrunning 2 tests
28652026-05-19T02:07:10.663Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
28662026-05-19T02:07:10.663Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
28672026-05-19T02:07:10.663Z
28682026-05-19T02:07:10.663Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
28692026-05-19T02:07:10.663Z
28702026-05-19T02:07:10.690Z Doc-tests dpd_client
28712026-05-19T02:07:11.936Z
28722026-05-19T02:07:11.936Zrunning 0 tests
28732026-05-19T02:07:11.937Z
28742026-05-19T02:07:11.937Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28752026-05-19T02:07:11.937Z
28762026-05-19T02:07:11.981Z Doc-tests dpd_types
28772026-05-19T02:07:12.185Z
28782026-05-19T02:07:12.185Zrunning 0 tests
28792026-05-19T02:07:12.185Z
28802026-05-19T02:07:12.185Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28812026-05-19T02:07:12.185Z
28822026-05-19T02:07:12.209Z Doc-tests dpd_types_versions
28832026-05-19T02:07:13.393Z
28842026-05-19T02:07:13.393Zrunning 1 test
28852026-05-19T02:07:13.393Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
28862026-05-19T02:07:13.393Z
28872026-05-19T02:07:13.393Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28882026-05-19T02:07:13.393Z
28892026-05-19T02:07:13.435Z Doc-tests packet
28902026-05-19T02:07:13.544Z
28912026-05-19T02:07:13.544Zrunning 0 tests
28922026-05-19T02:07:13.544Z
28932026-05-19T02:07:13.544Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28942026-05-19T02:07:13.544Z
28952026-05-19T02:07:13.558Z Doc-tests pcap
28962026-05-19T02:07:13.610Z
28972026-05-19T02:07:13.610Zrunning 0 tests
28982026-05-19T02:07:13.610Z
28992026-05-19T02:07:13.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29002026-05-19T02:07:13.610Z
29012026-05-19T02:07:13.655Z+ for feat in tofino_stub tofino_asic softnpu chaos
29022026-05-19T02:07:13.655Z+ RUST_BACKTRACE=full
29032026-05-19T02:07:13.655Z+ cargo test --features softnpu --no-fail-fast
29042026-05-19T02:07:14.285Z Compiling num-integer v0.1.46
29052026-05-19T02:07:14.288Z Compiling num-complex v0.4.6
29062026-05-19T02:07:14.411Z Compiling bitstruct_derive v0.1.0
29072026-05-19T02:07:14.414Z Compiling tap v1.0.1
29082026-05-19T02:07:14.531Z Compiling wyz v0.5.1
29092026-05-19T02:07:14.660Z Compiling num-rational v0.4.2
29102026-05-19T02:07:14.691Z Compiling num-iter v0.1.45
29112026-05-19T02:07:14.708Z Compiling num-bigint v0.4.6
29122026-05-19T02:07:14.803Z Compiling radium v0.7.0
29132026-05-19T02:07:14.814Z Compiling funty v2.0.0
29142026-05-19T02:07:14.838Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29152026-05-19T02:07:14.909Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29162026-05-19T02:07:15.002Z Compiling num v0.4.3
29172026-05-19T02:07:15.083Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29182026-05-19T02:07:15.095Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29192026-05-19T02:07:15.112Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29202026-05-19T02:07:15.182Z Compiling bitvec v1.0.1
29212026-05-19T02:07:15.220Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29222026-05-19T02:07:15.363Z Compiling typeid v1.0.3
29232026-05-19T02:07:15.391Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29242026-05-19T02:07:15.467Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29252026-05-19T02:07:15.481Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29262026-05-19T02:07:15.511Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29272026-05-19T02:07:15.815Z Compiling ascii v1.1.0
29282026-05-19T02:07:16.247Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29292026-05-19T02:07:16.295Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29302026-05-19T02:07:16.368Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29312026-05-19T02:07:16.434Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29322026-05-19T02:07:16.576Z Compiling erased-serde v0.4.8
29332026-05-19T02:07:16.676Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29342026-05-19T02:07:16.778Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29352026-05-19T02:07:16.875Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29362026-05-19T02:07:17.082Z Compiling bitstruct v0.1.1
29372026-05-19T02:07:17.402Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29382026-05-19T02:07:17.415Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29392026-05-19T02:07:17.474Z Compiling serde_arrays v0.1.0
29402026-05-19T02:07:17.508Z Compiling libloading v0.7.4
29412026-05-19T02:07:17.741Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29422026-05-19T02:07:18.270Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29432026-05-19T02:07:18.495Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29442026-05-19T02:07:18.518Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29452026-05-19T02:07:19.644Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29462026-05-19T02:07:20.384Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29472026-05-19T02:07:26.172Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29482026-05-19T02:07:26.399Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29492026-05-19T02:07:26.515Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29502026-05-19T02:07:26.630Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29512026-05-19T02:07:27.045Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
29522026-05-19T02:07:27.352Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29532026-05-19T02:07:27.842Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29542026-05-19T02:07:29.778Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29552026-05-19T02:07:31.522Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
29562026-05-19T02:07:32.122Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
29572026-05-19T02:07:33.607Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
29582026-05-19T02:07:34.971Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29592026-05-19T02:07:35.633Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29602026-05-19T02:07:35.645Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
29612026-05-19T02:07:44.520Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29622026-05-19T02:07:46.444Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29632026-05-19T02:07:49.892Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
29642026-05-19T02:08:29.082Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
29652026-05-19T02:08:29.195Z Running unittests src/lib.rs (target/debug/deps/aal-4d25eaadfe042da1)
29662026-05-19T02:08:29.198Z
29672026-05-19T02:08:29.198Zrunning 5 tests
29682026-05-19T02:08:29.201Ztest fuse::tests::chip_revision_a0 ... ok
29692026-05-19T02:08:29.201Ztest fuse::tests::chip_revision_b1 ... ok
29702026-05-19T02:08:29.201Ztest fuse::tests::chip_revision_b0 ... ok
29712026-05-19T02:08:29.201Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
29722026-05-19T02:08:29.201Ztest fuse::tests::chip_revision_unknown_device_id ... ok
29732026-05-19T02:08:29.201Z
29742026-05-19T02:08:29.201Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29752026-05-19T02:08:29.202Z
29762026-05-19T02:08:29.202Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
29772026-05-19T02:08:29.205Z
29782026-05-19T02:08:29.205Zrunning 0 tests
29792026-05-19T02:08:29.205Z
29802026-05-19T02:08:29.205Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29812026-05-19T02:08:29.205Z
29822026-05-19T02:08:29.205Z Running unittests src/lib.rs (target/debug/deps/asic-eb9ed458dbcabd0b)
29832026-05-19T02:08:29.205Z
29842026-05-19T02:08:29.205Zrunning 0 tests
29852026-05-19T02:08:29.205Z
29862026-05-19T02:08:29.205Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29872026-05-19T02:08:29.205Z
29882026-05-19T02:08:29.205Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
29892026-05-19T02:08:29.208Z
29902026-05-19T02:08:29.208Zrunning 10 tests
29912026-05-19T02:08:29.208Ztest nat::tests::test_vni ... ok
29922026-05-19T02:08:29.208Ztest network::tests::test_equal ... ok
29932026-05-19T02:08:29.208Ztest network::tests::test_eui64 ... ok
29942026-05-19T02:08:29.208Ztest network::tests::test_generate_ipv6_link_local ... ok
29952026-05-19T02:08:29.208Ztest network::tests::test_into ... ok
29962026-05-19T02:08:29.208Ztest network::tests::test_not_equal ... ok
29972026-05-19T02:08:29.209Ztest network::tests::test_to_string ... ok
29982026-05-19T02:08:29.209Ztest network::tests::test_parse ... ok
29992026-05-19T02:08:29.209Ztest test_purge ... ok
30002026-05-19T02:08:29.211Ztest illumos::test::address_exists_handles_missing_object ... ok
30012026-05-19T02:08:29.211Z
30022026-05-19T02:08:29.211Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30032026-05-19T02:08:29.212Z
30042026-05-19T02:08:29.212Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-5e5c9ab59f00c337)
30052026-05-19T02:08:29.215Z
30062026-05-19T02:08:29.215Zrunning 1 test
30072026-05-19T02:08:30.484Ztest test::test_apis_up_to_date ... ok
30082026-05-19T02:08:30.484Z
30092026-05-19T02:08:30.484Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
30102026-05-19T02:08:30.484Z
30112026-05-19T02:08:30.535Z Running unittests src/main.rs (target/debug/deps/dpd-6b077150d90425f0)
30122026-05-19T02:08:30.541Z
30132026-05-19T02:08:30.541Zrunning 18 tests
30142026-05-19T02:08:30.545Ztest freemap::test_ordering ... ok
30152026-05-19T02:08:30.545Ztest freemap::test_split ... ok
30162026-05-19T02:08:30.545Ztest config::tests::test_updates ... ok
30172026-05-19T02:08:30.545Ztest macaddrs::tests::test_mac_offset ... ok
30182026-05-19T02:08:30.545Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
30192026-05-19T02:08:30.545Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
30202026-05-19T02:08:30.545Ztest macaddrs::tests::test_parse_port_id ... ok
30212026-05-19T02:08:30.545Ztest nat::test_mapping ... ok
30222026-05-19T02:08:30.548Ztest port_map::tests::dump_map ... ok
30232026-05-19T02:08:30.548Ztest port_map::tests::test_backplane_group ... ok
30242026-05-19T02:08:30.548Ztest port_map::tests::test_port_map ... ok
30252026-05-19T02:08:30.548ZMay 19 02:08:29.030 DEBG created new freemap, unit: freemap_test
30262026-05-19T02:08:30.548ZMay 19 02:08:29.030 DEBG initted freemap. low: 0, size: 128May 19 02:08:29.030, unitDEBG: created new freemapfreemap_test
30272026-05-19T02:08:30.548Z, unit: May 19 02:08:29.030freemap_test DEBG
30282026-05-19T02:08:30.548Z May 19 02:08:29.030reset freemap , DEBGunit :created new freemap May 19 02:08:29.030freemap_test,
30292026-05-19T02:08:30.548ZDEBGunit initted freemap. low: 0, size: 128:, unitfreemap_test:
30302026-05-19T02:08:30.548Zfreemap_test
30312026-05-19T02:08:30.548ZMay 19 02:08:29.030May 19 02:08:29.030 DEBGDEBG reset freemapinitted freemap. low: 0, size: 128, May 19 02:08:29.030, unit :DEBG unit freemap_testcreated new freemap
30322026-05-19T02:08:30.548Z:, unitfreemap_test:
30332026-05-19T02:08:30.548Z freemap_test
30342026-05-19T02:08:30.548ZMay 19 02:08:29.030 DEBG reset freemap, unit: May 19 02:08:29.030freemap_test
30352026-05-19T02:08:30.548ZDEBG initted freemap. low: 0, size: 128, unit: freemap_test
30362026-05-19T02:08:30.548ZMay 19 02:08:29.030 DEBG reset freemap, unit: freemap_test
30372026-05-19T02:08:30.548ZMay 19 02:08:29.030 DEBG created new freemap, unit: freemap_test
30382026-05-19T02:08:30.548ZMay 19 02:08:29.030 DEBG initted freemap. low: 0, size: 128, unit: freemap_test
30392026-05-19T02:08:30.548Ztest freemap::test_free ... ok
30402026-05-19T02:08:30.548Ztest freemap::test_exhaustion ... ok
30412026-05-19T02:08:30.548Ztest freemap::test_span ... ok
30422026-05-19T02:08:30.548Ztest freemap::test_basic ... ok
30432026-05-19T02:08:30.548ZMay 19 02:08:29.030 DEBG reset freemap, unit: freemap_test
30442026-05-19T02:08:30.548Ztest freemap::test_reclaim ... ok
30452026-05-19T02:08:30.548Ztest port_map::tests::parse_softnpu_revision ... ok
30462026-05-19T02:08:30.549Ztest api_server::tests::test_build_info ... ok
30472026-05-19T02:08:30.549Z
30482026-05-19T02:08:30.549Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30492026-05-19T02:08:30.549Z
30502026-05-19T02:08:30.552Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-316e7a5769ad6ace)
30512026-05-19T02:08:30.552Z
30522026-05-19T02:08:30.552Zrunning 0 tests
30532026-05-19T02:08:30.552Z
30542026-05-19T02:08:30.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30552026-05-19T02:08:30.552Z
30562026-05-19T02:08:30.552Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2862472988c6ba8e)
30572026-05-19T02:08:30.555Z
30582026-05-19T02:08:30.555Zrunning 0 tests
30592026-05-19T02:08:30.555Z
30602026-05-19T02:08:30.555Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30612026-05-19T02:08:30.555Z
30622026-05-19T02:08:30.555Z Running unittests src/lib.rs (target/debug/deps/dpd_client-ead68f8aafe3f527)
30632026-05-19T02:08:30.555Z
30642026-05-19T02:08:30.555Zrunning 6 tests
30652026-05-19T02:08:30.555Ztest tests::test_full_lot_id_neither_present ... ok
30662026-05-19T02:08:30.555Ztest tests::test_parse_client_port_id ... ok
30672026-05-19T02:08:30.555Ztest tests::test_full_lot_id_lot_only ... ok
30682026-05-19T02:08:30.555Ztest tests::test_port_id_cmp ... ok
30692026-05-19T02:08:30.555Ztest tests::test_full_lot_id_lotnum_only ... ok
30702026-05-19T02:08:30.555Ztest tests::test_full_lot_id_both_present ... ok
30712026-05-19T02:08:30.555Z
30722026-05-19T02:08:30.555Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30732026-05-19T02:08:30.555Z
30742026-05-19T02:08:30.558Z Running tests/test_all.rs (target/debug/deps/test_all-bcae10252b610653)
30752026-05-19T02:08:30.559Z
30762026-05-19T02:08:30.559Zrunning 0 tests
30772026-05-19T02:08:30.559Z
30782026-05-19T02:08:30.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30792026-05-19T02:08:30.559Z
30802026-05-19T02:08:30.559Z Running unittests src/lib.rs (target/debug/deps/dpd_types-be0f591e43b1edea)
30812026-05-19T02:08:30.559Z
30822026-05-19T02:08:30.559Zrunning 0 tests
30832026-05-19T02:08:30.559Z
30842026-05-19T02:08:30.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30852026-05-19T02:08:30.559Z
30862026-05-19T02:08:30.562Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7c927ac149893b9a)
30872026-05-19T02:08:30.562Z
30882026-05-19T02:08:30.562Zrunning 0 tests
30892026-05-19T02:08:30.562Z
30902026-05-19T02:08:30.562Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30912026-05-19T02:08:30.562Z
30922026-05-19T02:08:30.562Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
30932026-05-19T02:08:30.565Z
30942026-05-19T02:08:30.565Zrunning 12 tests
30952026-05-19T02:08:30.565Ztest icmp::test_v6_checksum ... ok
30962026-05-19T02:08:30.565Ztest icmp::test_v4_checksum ... ok
30972026-05-19T02:08:30.565Ztest ipv6::test_ipv6_parse ... ok
30982026-05-19T02:08:30.565Ztest lldp::test_lldp_parse ... ok
30992026-05-19T02:08:30.565Ztest pbuf::test_byte ... ok
31002026-05-19T02:08:30.565Ztest pbuf::test_nibble ... ok
31012026-05-19T02:08:30.565Ztest pbuf::test_short ... ok
31022026-05-19T02:08:30.565Ztest pbuf::test_overflow ... ok
31032026-05-19T02:08:30.565Ztest pbuf::test_twelve ... ok
31042026-05-19T02:08:30.565Ztest pbuf::test_word ... ok
31052026-05-19T02:08:30.565Ztest tcp::test_checksum_syn_nodata ... ok
31062026-05-19T02:08:30.565Ztest tcp::test_checksum_ack_data ... ok
31072026-05-19T02:08:30.565Z
31082026-05-19T02:08:30.565Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31092026-05-19T02:08:30.565Z
31102026-05-19T02:08:30.565Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
31112026-05-19T02:08:30.565Z
31122026-05-19T02:08:30.565Zrunning 0 tests
31132026-05-19T02:08:30.565Z
31142026-05-19T02:08:30.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31152026-05-19T02:08:30.566Z
31162026-05-19T02:08:30.566Z Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b)
31172026-05-19T02:08:30.574Z
31182026-05-19T02:08:30.574Zrunning 5 tests
31192026-05-19T02:08:30.577Ztest switchport::test::test_compute_lanes ... ok
31202026-05-19T02:08:30.580Ztest switchport::test::port_id_ordering ... ok
31212026-05-19T02:08:30.583Ztest link::test_filter ... ok
31222026-05-19T02:08:30.583Z Lane 0 Lane 1 Lane 2 Lane 3
31232026-05-19T02:08:30.583Z Rx Loss-of-lock: Yes Yes Yes Yes
31242026-05-19T02:08:30.583Z Rx Loss-of-signal: Yes Lane 0Yes Yes Yes
31252026-05-19T02:08:30.583Z Rx CDR Enabled: Yes Yes Yes Yes
31262026-05-19T02:08:30.583Z Tx Enabled: Yes Yes Yes Yes
31272026-05-19T02:08:30.583Z Tx Loss-of-lock: No No No No
31282026-05-19T02:08:30.583Z Tx Loss-of-signal: No No No No
31292026-05-19T02:08:30.583Z Tx CDR Enabled: No No No No
31302026-05-19T02:08:30.583Z Tx Adaptive EQ Fault: No No No Lane 1No
31312026-05-19T02:08:30.583ZLane 2 Tx Fault: Yes Lane 3Yes
31322026-05-19T02:08:30.583ZYes Yes
31332026-05-19T02:08:30.583Z State: Activated Activated Activated Activated
31342026-05-19T02:08:30.583Z Rx Output Enabled: false false false false
31352026-05-19T02:08:30.583Z Rx Output Status: valid valid valid valid
31362026-05-19T02:08:30.583Z Rx Loss-of-lock: true true true true
31372026-05-19T02:08:30.583Z Rx Loss-of-signal: false false false false
31382026-05-19T02:08:30.583ZRx Auto-squelch Disable: true true true true
31392026-05-19T02:08:30.583Z Tx Output Enabled: true true true true
31402026-05-19T02:08:30.583Z Tx Output Status: invalid invalid invalid invalid
31412026-05-19T02:08:30.583Z Tx Loss-of-lock: false false false false
31422026-05-19T02:08:30.583Z Tx Loss-of-signal: true true true true
31432026-05-19T02:08:30.583ZTx Auto-squelch Disable: false false false false
31442026-05-19T02:08:30.583Z Tx Adaptive EQ Fail: true true true true
31452026-05-19T02:08:30.583Z Tx Failure: false false false false
31462026-05-19T02:08:30.583Z Tx Force Squelch: true true true true
31472026-05-19T02:08:30.583Z Tx Input Polarity: normal normal normal normal
31482026-05-19T02:08:30.583Ztest switchport::test::test_print_sff_datapath ... ok
31492026-05-19T02:08:30.583Ztest switchport::test::test_print_cmis_datapath ... ok
31502026-05-19T02:08:30.583Z
31512026-05-19T02:08:30.583Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31522026-05-19T02:08:30.583Z
31532026-05-19T02:08:30.583Z Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db)
31542026-05-19T02:08:30.588Z
31552026-05-19T02:08:30.588Zrunning 1 test
31562026-05-19T02:08:30.590Ztest test_p4_counter_list ... ignored
31572026-05-19T02:08:30.591Z
31582026-05-19T02:08:30.591Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31592026-05-19T02:08:30.591Z
31602026-05-19T02:08:30.591Z Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086)
31612026-05-19T02:08:30.594Z
31622026-05-19T02:08:30.594Zrunning 5 tests
31632026-05-19T02:08:30.597Ztest test_an ... ignored
31642026-05-19T02:08:30.597Ztest test_enable ... ignored
31652026-05-19T02:08:30.597Ztest test_ip_addresses ... ignored
31662026-05-19T02:08:30.597Ztest test_kr ... ignored
31672026-05-19T02:08:30.597Ztest test_mac ... ignored
31682026-05-19T02:08:30.597Z
31692026-05-19T02:08:30.597Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
31702026-05-19T02:08:30.597Z
31712026-05-19T02:08:30.597Z Running unittests src/main.rs (target/debug/deps/tfportd-6de78372f9c328fe)
31722026-05-19T02:08:30.600Z
31732026-05-19T02:08:30.600Zrunning 3 tests
31742026-05-19T02:08:30.600Ztest linklocal::test_parse_ipadm ... ok
31752026-05-19T02:08:30.600Ztest tfport::test_parse_tfport ... ok
31762026-05-19T02:08:30.600Ztest config::tests::test_updates ... ok
31772026-05-19T02:08:30.600Z
31782026-05-19T02:08:30.600Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31792026-05-19T02:08:30.601Z
31802026-05-19T02:08:30.601Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
31812026-05-19T02:08:30.603Z
31822026-05-19T02:08:30.603Zrunning 0 tests
31832026-05-19T02:08:30.603Z
31842026-05-19T02:08:30.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31852026-05-19T02:08:30.604Z
31862026-05-19T02:08:30.604Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
31872026-05-19T02:08:30.604Z
31882026-05-19T02:08:30.604Zrunning 0 tests
31892026-05-19T02:08:30.604Z
31902026-05-19T02:08:30.604Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31912026-05-19T02:08:30.604Z
31922026-05-19T02:08:30.606Z Doc-tests aal
31932026-05-19T02:08:30.719Z
31942026-05-19T02:08:30.720Zrunning 0 tests
31952026-05-19T02:08:30.720Z
31962026-05-19T02:08:30.720Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31972026-05-19T02:08:30.720Z
31982026-05-19T02:08:30.733Z Doc-tests aal_macros
31992026-05-19T02:08:30.798Z
32002026-05-19T02:08:30.798Zrunning 0 tests
32012026-05-19T02:08:30.798Z
32022026-05-19T02:08:30.798Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32032026-05-19T02:08:30.798Z
32042026-05-19T02:08:30.807Z Doc-tests common
32052026-05-19T02:08:31.046Z
32062026-05-19T02:08:31.046Zrunning 0 tests
32072026-05-19T02:08:31.046Z
32082026-05-19T02:08:31.046Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32092026-05-19T02:08:31.046Z
32102026-05-19T02:08:31.065Z Doc-tests dpd_api
32112026-05-19T02:08:31.800Z
32122026-05-19T02:08:31.800Zrunning 2 tests
32132026-05-19T02:08:31.800Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
32142026-05-19T02:08:31.800Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
32152026-05-19T02:08:31.800Z
32162026-05-19T02:08:31.800Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
32172026-05-19T02:08:31.800Z
32182026-05-19T02:08:31.830Z Doc-tests dpd_client
32192026-05-19T02:08:33.119Z
32202026-05-19T02:08:33.120Zrunning 0 tests
32212026-05-19T02:08:33.120Z
32222026-05-19T02:08:33.120Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32232026-05-19T02:08:33.120Z
32242026-05-19T02:08:33.164Z Doc-tests dpd_types
32252026-05-19T02:08:33.372Z
32262026-05-19T02:08:33.372Zrunning 0 tests
32272026-05-19T02:08:33.372Z
32282026-05-19T02:08:33.372Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32292026-05-19T02:08:33.372Z
32302026-05-19T02:08:33.397Z Doc-tests dpd_types_versions
32312026-05-19T02:08:34.602Z
32322026-05-19T02:08:34.602Zrunning 1 test
32332026-05-19T02:08:34.602Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
32342026-05-19T02:08:34.602Z
32352026-05-19T02:08:34.602Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32362026-05-19T02:08:34.602Z
32372026-05-19T02:08:34.644Z Doc-tests packet
32382026-05-19T02:08:34.753Z
32392026-05-19T02:08:34.753Zrunning 0 tests
32402026-05-19T02:08:34.753Z
32412026-05-19T02:08:34.753Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32422026-05-19T02:08:34.753Z
32432026-05-19T02:08:34.767Z Doc-tests pcap
32442026-05-19T02:08:34.818Z
32452026-05-19T02:08:34.818Zrunning 0 tests
32462026-05-19T02:08:34.818Z
32472026-05-19T02:08:34.818Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32482026-05-19T02:08:34.818Z
32492026-05-19T02:08:34.867Z+ for feat in tofino_stub tofino_asic softnpu chaos
32502026-05-19T02:08:34.868Z+ RUST_BACKTRACE=full
32512026-05-19T02:08:34.868Z+ cargo test --features chaos --no-fail-fast
32522026-05-19T02:08:35.441Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
32532026-05-19T02:08:35.517Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
32542026-05-19T02:08:35.526Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
32552026-05-19T02:08:43.781Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
32562026-05-19T02:08:43.905Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
32572026-05-19T02:09:17.248Z Finished `test` profile [unoptimized + debuginfo] target(s) in 42.36s
32582026-05-19T02:09:17.360Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
32592026-05-19T02:09:17.366Z
32602026-05-19T02:09:17.366Zrunning 5 tests
32612026-05-19T02:09:17.369Ztest fuse::tests::chip_revision_b1 ... ok
32622026-05-19T02:09:17.370Ztest fuse::tests::chip_revision_unknown_device_id ... ok
32632026-05-19T02:09:17.370Ztest fuse::tests::chip_revision_b0 ... ok
32642026-05-19T02:09:17.370Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
32652026-05-19T02:09:17.370Ztest fuse::tests::chip_revision_a0 ... ok
32662026-05-19T02:09:17.370Z
32672026-05-19T02:09:17.370Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32682026-05-19T02:09:17.370Z
32692026-05-19T02:09:17.370Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
32702026-05-19T02:09:17.373Z
32712026-05-19T02:09:17.373Zrunning 0 tests
32722026-05-19T02:09:17.373Z
32732026-05-19T02:09:17.373Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32742026-05-19T02:09:17.373Z
32752026-05-19T02:09:17.373Z Running unittests src/lib.rs (target/debug/deps/asic-a7f98a4129239b9a)
32762026-05-19T02:09:17.379Z
32772026-05-19T02:09:17.379Zrunning 0 tests
32782026-05-19T02:09:17.379Z
32792026-05-19T02:09:17.382Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32802026-05-19T02:09:17.382Z
32812026-05-19T02:09:17.382Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
32822026-05-19T02:09:17.385Z
32832026-05-19T02:09:17.385Zrunning 10 tests
32842026-05-19T02:09:17.388Ztest network::tests::test_equal ... ok
32852026-05-19T02:09:17.388Ztest nat::tests::test_vni ... ok
32862026-05-19T02:09:17.388Ztest network::tests::test_eui64 ... ok
32872026-05-19T02:09:17.388Ztest network::tests::test_generate_ipv6_link_local ... ok
32882026-05-19T02:09:17.388Ztest network::tests::test_into ... ok
32892026-05-19T02:09:17.388Ztest network::tests::test_not_equal ... ok
32902026-05-19T02:09:17.391Ztest network::tests::test_to_string ... ok
32912026-05-19T02:09:17.391Ztest network::tests::test_parse ... ok
32922026-05-19T02:09:17.391Ztest test_purge ... ok
32932026-05-19T02:09:17.394Ztest illumos::test::address_exists_handles_missing_object ... ok
32942026-05-19T02:09:17.394Z
32952026-05-19T02:09:17.394Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32962026-05-19T02:09:17.394Z
32972026-05-19T02:09:17.397Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1738560038bcec93)
32982026-05-19T02:09:17.418Z
32992026-05-19T02:09:17.418Zrunning 1 test
33002026-05-19T02:09:18.765Ztest test::test_apis_up_to_date ... ok
33012026-05-19T02:09:18.765Z
33022026-05-19T02:09:18.765Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
33032026-05-19T02:09:18.765Z
33042026-05-19T02:09:18.818Z Running unittests src/main.rs (target/debug/deps/dpd-c18a146b4cf49317)
33052026-05-19T02:09:18.825Z
33062026-05-19T02:09:18.825Zrunning 18 tests
33072026-05-19T02:09:18.828Ztest freemap::test_ordering ... ok
33082026-05-19T02:09:18.828Ztest freemap::test_split ... ok
33092026-05-19T02:09:18.828Ztest config::tests::test_updates ... ok
33102026-05-19T02:09:18.828Ztest macaddrs::tests::test_mac_offset ... ok
33112026-05-19T02:09:18.828Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
33122026-05-19T02:09:18.828Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
33132026-05-19T02:09:18.828Ztest macaddrs::tests::test_parse_port_id ... ok
33142026-05-19T02:09:18.828Ztest nat::test_mapping ... ok
33152026-05-19T02:09:18.828Ztest port_map::tests::dump_map ... ok
33162026-05-19T02:09:18.828Ztest port_map::tests::test_backplane_group ... ok
33172026-05-19T02:09:18.831Ztest port_map::tests::test_port_map ... ok
33182026-05-19T02:09:18.832ZMay 19 02:09:17.313May 19 02:09:17.313May 19 02:09:17.313 DEBGDEBG created new freemapcreated new freemap, , DEBGunit :created new freemap unitfreemap_test, :unit
33192026-05-19T02:09:18.832Z: freemap_testfreemap_test
33202026-05-19T02:09:18.832Z
33212026-05-19T02:09:18.832ZMay 19 02:09:17.313 DEBG initted freemap. low: 0, size: 128May 19 02:09:17.313, unitDEBG: May 19 02:09:17.313initted freemap. low: 0, size: 128 , DEBGfreemap_testunit :
33222026-05-19T02:09:18.832Zinitted freemap. low: 0, size: 128 , freemap_testunit
33232026-05-19T02:09:18.832Z:May 19 02:09:17.313 freemap_testDEBG
33242026-05-19T02:09:18.832Z May 19 02:09:17.313reset freemapMay 19 02:09:17.313, May 19 02:09:17.313unit :DEBGDEBG reset freemapfreemap_testDEBG
33252026-05-19T02:09:18.832Z reset freemap , created new freemap, unitunit:: , freemap_testunit
33262026-05-19T02:09:18.832Z:freemap_test
33272026-05-19T02:09:18.832Zfreemap_test
33282026-05-19T02:09:18.832ZMay 19 02:09:17.313 DEBG initted freemap. low: 0, size: 128, unit: freemap_test
33292026-05-19T02:09:18.832ZMay 19 02:09:17.314 DEBG reset freemap, unit: freemap_test
33302026-05-19T02:09:18.832Ztest freemap::test_exhaustion ... ok
33312026-05-19T02:09:18.832Ztest freemap::test_span ... ok
33322026-05-19T02:09:18.832Ztest freemap::test_reclaim ... ok
33332026-05-19T02:09:18.832ZMay 19 02:09:17.314 DEBG created new freemap, unit: freemap_test
33342026-05-19T02:09:18.832Ztest freemap::test_basic ... ok
33352026-05-19T02:09:18.832ZMay 19 02:09:17.314 DEBG initted freemap. low: 0, size: 128, unit: freemap_test
33362026-05-19T02:09:18.832ZMay 19 02:09:17.314 DEBG reset freemap, unit: freemap_test
33372026-05-19T02:09:18.832Ztest freemap::test_free ... ok
33382026-05-19T02:09:18.832Ztest port_map::tests::parse_softnpu_revision ... ok
33392026-05-19T02:09:18.832Ztest api_server::tests::test_build_info ... ok
33402026-05-19T02:09:18.832Z
33412026-05-19T02:09:18.832Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33422026-05-19T02:09:18.832Z
33432026-05-19T02:09:18.836Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-bbbf33576fce60e8)
33442026-05-19T02:09:18.836Z
33452026-05-19T02:09:18.836Zrunning 0 tests
33462026-05-19T02:09:18.836Z
33472026-05-19T02:09:18.836Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33482026-05-19T02:09:18.836Z
33492026-05-19T02:09:18.836Z Running unittests src/lib.rs (target/debug/deps/dpd_api-ce762b37960fa606)
33502026-05-19T02:09:18.840Z
33512026-05-19T02:09:18.841Zrunning 0 tests
33522026-05-19T02:09:18.841Z
33532026-05-19T02:09:18.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33542026-05-19T02:09:18.844Z
33552026-05-19T02:09:18.844Z Running unittests src/lib.rs (target/debug/deps/dpd_client-d6420bb49020d9a7)
33562026-05-19T02:09:18.849Z
33572026-05-19T02:09:18.849Zrunning 6 tests
33582026-05-19T02:09:18.853Ztest tests::test_full_lot_id_both_present ... ok
33592026-05-19T02:09:18.853Ztest tests::test_full_lot_id_neither_present ... ok
33602026-05-19T02:09:18.853Ztest tests::test_full_lot_id_lot_only ... ok
33612026-05-19T02:09:18.856Ztest tests::test_full_lot_id_lotnum_only ... ok
33622026-05-19T02:09:18.856Ztest tests::test_port_id_cmp ... ok
33632026-05-19T02:09:18.856Ztest tests::test_parse_client_port_id ... ok
33642026-05-19T02:09:18.856Z
33652026-05-19T02:09:18.856Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33662026-05-19T02:09:18.857Z
33672026-05-19T02:09:18.857Z Running tests/test_all.rs (target/debug/deps/test_all-395380c5632c31ff)
33682026-05-19T02:09:18.859Z
33692026-05-19T02:09:18.860Zrunning 6 tests
33702026-05-19T02:09:21.868Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
33712026-05-19T02:09:21.872Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
33722026-05-19T02:09:21.872Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
33732026-05-19T02:09:21.877Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
33742026-05-19T02:09:22.206Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
33752026-05-19T02:09:24.354Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
33762026-05-19T02:09:24.354Z
33772026-05-19T02:09:24.354Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.49s
33782026-05-19T02:09:24.354Z
33792026-05-19T02:09:24.362Z Running unittests src/lib.rs (target/debug/deps/dpd_types-930e12847fbe5178)
33802026-05-19T02:09:24.368Z
33812026-05-19T02:09:24.368Zrunning 0 tests
33822026-05-19T02:09:24.368Z
33832026-05-19T02:09:24.371Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33842026-05-19T02:09:24.371Z
33852026-05-19T02:09:24.371Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6213c5f8621a420f)
33862026-05-19T02:09:24.374Z
33872026-05-19T02:09:24.374Zrunning 0 tests
33882026-05-19T02:09:24.374Z
33892026-05-19T02:09:24.374Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33902026-05-19T02:09:24.374Z
33912026-05-19T02:09:24.377Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
33922026-05-19T02:09:24.381Z
33932026-05-19T02:09:24.381Zrunning 12 tests
33942026-05-19T02:09:24.384Ztest icmp::test_v4_checksum ... ok
33952026-05-19T02:09:24.384Ztest ipv6::test_ipv6_parse ... ok
33962026-05-19T02:09:24.384Ztest icmp::test_v6_checksum ... ok
33972026-05-19T02:09:24.384Ztest pbuf::test_byte ... ok
33982026-05-19T02:09:24.384Ztest lldp::test_lldp_parse ... ok
33992026-05-19T02:09:24.384Ztest pbuf::test_nibble ... ok
34002026-05-19T02:09:24.384Ztest pbuf::test_short ... ok
34012026-05-19T02:09:24.384Ztest pbuf::test_twelve ... ok
34022026-05-19T02:09:24.384Ztest pbuf::test_word ... ok
34032026-05-19T02:09:24.384Ztest pbuf::test_overflow ... ok
34042026-05-19T02:09:24.384Ztest tcp::test_checksum_ack_data ... ok
34052026-05-19T02:09:24.384Ztest tcp::test_checksum_syn_nodata ... ok
34062026-05-19T02:09:24.384Z
34072026-05-19T02:09:24.384Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34082026-05-19T02:09:24.384Z
34092026-05-19T02:09:24.384Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
34102026-05-19T02:09:24.387Z
34112026-05-19T02:09:24.387Zrunning 0 tests
34122026-05-19T02:09:24.387Z
34132026-05-19T02:09:24.388Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34142026-05-19T02:09:24.388Z
34152026-05-19T02:09:24.390Z Running unittests src/main.rs (target/debug/deps/swadm-2ba98d749d0a06fb)
34162026-05-19T02:09:24.391Z
34172026-05-19T02:09:24.391Zrunning 5 tests
34182026-05-19T02:09:24.394Ztest switchport::test::test_compute_lanes ... ok
34192026-05-19T02:09:24.394Ztest switchport::test::port_id_ordering ... ok
34202026-05-19T02:09:24.394Z Lane 0 Lane 0 Lane 1 Lane 2 Lane 3Lane 1
34212026-05-19T02:09:24.394Z State: Activated Lane 2Activated ActivatedLane 3 Activated
34222026-05-19T02:09:24.394Z
34232026-05-19T02:09:24.394Z Rx Output Enabled: false false false Rx Loss-of-lock: Yes false
34242026-05-19T02:09:24.394ZYes Rx Output Status: valid validYes Yesvalid
34252026-05-19T02:09:24.394Z valid
34262026-05-19T02:09:24.394Z Rx Loss-of-signal: Yes Rx Loss-of-lock: true Yestrue Yes trueYes
34272026-05-19T02:09:24.394Ztrue
34282026-05-19T02:09:24.394Z Rx CDR Enabled: Yes Rx Loss-of-signal: falseYes Yesfalse Yes
34292026-05-19T02:09:24.394Zfalse Tx Enabled: Yesfalse
34302026-05-19T02:09:24.394Z Rx Auto-squelch Disable: true Yestrue Yes true Yes
34312026-05-19T02:09:24.394Ztrue
34322026-05-19T02:09:24.394Z Tx Loss-of-lock: No Tx Output Enabled: true trueNo trueNo trueNo
34332026-05-19T02:09:24.394Z
34342026-05-19T02:09:24.394Z Tx Output Status: invalid Tx Loss-of-signal: Noinvalid invalidNo invalid
34352026-05-19T02:09:24.394ZNo Tx Loss-of-lock: falseNo
34362026-05-19T02:09:24.394Z false Tx CDR Enabled: Nofalse false
34372026-05-19T02:09:24.394ZNo Tx Loss-of-signal: trueNo No
34382026-05-19T02:09:24.394Ztrue true Tx Adaptive EQ Fault: Notrue
34392026-05-19T02:09:24.394Z Tx Auto-squelch Disable: falseNo false No No
34402026-05-19T02:09:24.394Zfalse false
34412026-05-19T02:09:24.394Z Tx Fault: Yes Tx Adaptive EQ Fail: true trueYes true true
34422026-05-19T02:09:24.394ZYes Tx Failure: falseYes
34432026-05-19T02:09:24.394Z false false false
34442026-05-19T02:09:24.394Z Tx Force Squelch: true true true true
34452026-05-19T02:09:24.394Z Tx Input Polarity: normal normal normal normal
34462026-05-19T02:09:24.394Ztest switchport::test::test_print_sff_datapath ... ok
34472026-05-19T02:09:24.396Ztest switchport::test::test_print_cmis_datapath ... ok
34482026-05-19T02:09:24.396Ztest link::test_filter ... ok
34492026-05-19T02:09:24.396Z
34502026-05-19T02:09:24.396Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34512026-05-19T02:09:24.397Z
34522026-05-19T02:09:24.397Z Running tests/counters.rs (target/debug/deps/counters-9829e695a9264972)
34532026-05-19T02:09:24.401Z
34542026-05-19T02:09:24.401Zrunning 1 test
34552026-05-19T02:09:24.401Ztest test_p4_counter_list ... ignored
34562026-05-19T02:09:24.401Z
34572026-05-19T02:09:24.401Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
34582026-05-19T02:09:24.401Z
34592026-05-19T02:09:24.401Z Running tests/port-link.rs (target/debug/deps/port_link-0e1965947f5236f3)
34602026-05-19T02:09:24.401Z
34612026-05-19T02:09:24.402Zrunning 5 tests
34622026-05-19T02:09:24.402Ztest test_an ... ignored
34632026-05-19T02:09:24.402Ztest test_enable ... ignored
34642026-05-19T02:09:24.402Ztest test_ip_addresses ... ignored
34652026-05-19T02:09:24.402Ztest test_kr ... ignored
34662026-05-19T02:09:24.402Ztest test_mac ... ignored
34672026-05-19T02:09:24.402Z
34682026-05-19T02:09:24.402Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
34692026-05-19T02:09:24.402Z
34702026-05-19T02:09:24.402Z Running unittests src/main.rs (target/debug/deps/tfportd-f683aee15d8a81d6)
34712026-05-19T02:09:24.405Z
34722026-05-19T02:09:24.405Zrunning 3 tests
34732026-05-19T02:09:24.405Ztest linklocal::test_parse_ipadm ... ok
34742026-05-19T02:09:24.405Ztest tfport::test_parse_tfport ... ok
34752026-05-19T02:09:24.405Ztest config::tests::test_updates ... ok
34762026-05-19T02:09:24.405Z
34772026-05-19T02:09:24.405Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34782026-05-19T02:09:24.405Z
34792026-05-19T02:09:24.405Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
34802026-05-19T02:09:24.409Z
34812026-05-19T02:09:24.409Zrunning 0 tests
34822026-05-19T02:09:24.409Z
34832026-05-19T02:09:24.409Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34842026-05-19T02:09:24.409Z
34852026-05-19T02:09:24.409Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
34862026-05-19T02:09:24.412Z
34872026-05-19T02:09:24.412Zrunning 0 tests
34882026-05-19T02:09:24.412Z
34892026-05-19T02:09:24.412Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34902026-05-19T02:09:24.412Z
34912026-05-19T02:09:24.415Z Doc-tests aal
34922026-05-19T02:09:24.581Z
34932026-05-19T02:09:24.581Zrunning 0 tests
34942026-05-19T02:09:24.582Z
34952026-05-19T02:09:24.585Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34962026-05-19T02:09:24.585Z
34972026-05-19T02:09:24.596Z Doc-tests aal_macros
34982026-05-19T02:09:24.670Z
34992026-05-19T02:09:24.670Zrunning 0 tests
35002026-05-19T02:09:24.670Z
35012026-05-19T02:09:24.670Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35022026-05-19T02:09:24.670Z
35032026-05-19T02:09:24.679Z Doc-tests common
35042026-05-19T02:09:24.915Z
35052026-05-19T02:09:24.915Zrunning 0 tests
35062026-05-19T02:09:24.915Z
35072026-05-19T02:09:24.915Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35082026-05-19T02:09:24.915Z
35092026-05-19T02:09:24.933Z Doc-tests dpd_api
35102026-05-19T02:09:25.749Z
35112026-05-19T02:09:25.749Zrunning 2 tests
35122026-05-19T02:09:25.749Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
35132026-05-19T02:09:25.749Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
35142026-05-19T02:09:25.749Z
35152026-05-19T02:09:25.749Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
35162026-05-19T02:09:25.749Z
35172026-05-19T02:09:25.779Z Doc-tests dpd_client
35182026-05-19T02:09:27.172Z
35192026-05-19T02:09:27.172Zrunning 0 tests
35202026-05-19T02:09:27.172Z
35212026-05-19T02:09:27.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35222026-05-19T02:09:27.172Z
35232026-05-19T02:09:27.217Z Doc-tests dpd_types
35242026-05-19T02:09:27.420Z
35252026-05-19T02:09:27.420Zrunning 0 tests
35262026-05-19T02:09:27.420Z
35272026-05-19T02:09:27.420Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35282026-05-19T02:09:27.420Z
35292026-05-19T02:09:27.444Z Doc-tests dpd_types_versions
35302026-05-19T02:09:28.626Z
35312026-05-19T02:09:28.626Zrunning 1 test
35322026-05-19T02:09:28.626Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
35332026-05-19T02:09:28.626Z
35342026-05-19T02:09:28.626Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35352026-05-19T02:09:28.626Z
35362026-05-19T02:09:28.669Z Doc-tests packet
35372026-05-19T02:09:28.777Z
35382026-05-19T02:09:28.777Zrunning 0 tests
35392026-05-19T02:09:28.777Z
35402026-05-19T02:09:28.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35412026-05-19T02:09:28.777Z
35422026-05-19T02:09:28.791Z Doc-tests pcap
35432026-05-19T02:09:28.842Z
35442026-05-19T02:09:28.842Zrunning 0 tests
35452026-05-19T02:09:28.842Z
35462026-05-19T02:09:28.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35472026-05-19T02:09:28.842Z
35482026-05-19T02:09:28.889Zprocess exited: duration 620436 ms, exit code 0
 
35492026-05-19T02:09:28.896Zfound 0 output files