01KR2A5SF0M6SQJ48PMV1W67N9: test

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

Buildomat Job: 01KR2A69X32H6R94TF8CYF5QMG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-07T22:52:35.641Zjob assigned to worker 01KR2A69J2HR1MFBQ245NJPR8M [factory aws, i-0654add034c06b5b6] (queued for 1 m 33 s)
 
22026-05-07T22:52:42.576Zstarting task 0: "setup"
32026-05-07T22:52:42.580Z++ uname -s
42026-05-07T22:52:42.583Z+ kern=SunOS
52026-05-07T22:52:42.583Z+ build_user=build
62026-05-07T22:52:42.583Z+ build_uid=12345
72026-05-07T22:52:42.583Z+ work_dir=/work
82026-05-07T22:52:42.583Z+ input_dir=/input
92026-05-07T22:52:42.583Z+ [[ 0 == 12345 ]]
102026-05-07T22:52:42.583Z+ case "$kern" in
112026-05-07T22:52:42.583Z+ groupadd -g 12345 build
122026-05-07T22:52:42.586Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-07T22:52:44.590Z+ zfs create -o mountpoint=/work rpool/work
142026-05-07T22:52:44.706Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-07T22:52:44.709Z+ home_fs=zfs
162026-05-07T22:52:44.709Z+ [[ zfs == autofs ]]
172026-05-07T22:52:44.709Z+ mkdir -p /home/build
182026-05-07T22:52:44.709Z+ chown build:build /home/build /work
192026-05-07T22:52:46.710Z+ chmod 0700 /home/build /work
202026-05-07T22:52:46.713Zprocess exited: duration 4139 ms, exit code 0
 
212026-05-07T22:52:46.720Zstarting task 1: "rust-toolchain"
222026-05-07T22:52:46.725Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-07T22:52:46.725Z * rust toolchain channel = "1.90.0"
242026-05-07T22:52:46.725Z * rust toolchain profile = "default"
252026-05-07T22:52:46.725Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-07T22:52:46.725Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-07T22:52:46.725Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-07T22:52:46.729Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-07T22:52:46.729Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-07T22:52:46.822Zinfo: downloading installer
312026-05-07T22:52:48.198Zwarn: It looks like you have an existing installation of Rust at:
322026-05-07T22:52:48.198Zwarn: /opt/ooce/bin
332026-05-07T22:52:48.198Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-07T22:52:48.202Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-07T22:52:48.202Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-07T22:52:48.202Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-07T22:52:48.202Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-07T22:52:48.202Zerror: cannot install while Rust is installed
392026-05-07T22:52:48.202Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-07T22:52:48.202Zwarn: It looks like you have an existing rustup settings file at:
412026-05-07T22:52:48.202Zwarn: /home/build/.rustup/settings.toml
422026-05-07T22:52:48.203Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-07T22:52:48.203Zwarn: instead of the one inferred from the default host triple.
442026-05-07T22:52:48.211Zinfo: profile set to default
452026-05-07T22:52:48.212Zinfo: default host triple is x86_64-unknown-illumos
462026-05-07T22:52:48.214Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-05-07T22:52:48.358Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-05-07T22:52:48.361Zinfo: downloading 6 components
492026-05-07T22:53:02.188Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-05-07T22:53:02.188Z
512026-05-07T22:53:02.220Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-05-07T22:53:02.220Z
532026-05-07T22:53:02.220Z
542026-05-07T22:53:02.220ZRust is installed now. Great!
552026-05-07T22:53:02.220Z
562026-05-07T22:53:02.220ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-07T22:53:02.220Zenvironment variable. This has not been done automatically.
582026-05-07T22:53:02.220Z
592026-05-07T22:53:02.220ZTo configure your current shell, you need to source
602026-05-07T22:53:02.220Zthe corresponding env file under $HOME/.cargo.
612026-05-07T22:53:02.220Z
622026-05-07T22:53:02.220ZThis is usually done by running one of the following (note the leading DOT):
632026-05-07T22:53:02.220Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-07T22:53:02.220Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-07T22:53:02.220Zsource "~/.cargo/env.nu" # For nushell
662026-05-07T22:53:02.220Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-07T22:53:02.220Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-07T22:53:02.220Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-07T22:53:02.226Zwarn: no default linker (`cc`) was found in your PATH
702026-05-07T22:53:02.226Zwarn: many Rust crates require a system C toolchain to build
712026-05-07T22:53:02.305Z+ rustup --version
722026-05-07T22:53:02.314Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-07T22:53:02.319Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-07T22:53:02.336Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-05-07T22:53:02.340Z+ cargo --version
762026-05-07T22:53:02.352Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-05-07T22:53:02.357Z+ rustc --version
782026-05-07T22:53:02.371Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-05-07T22:53:02.374Zprocess exited: duration 15651 ms, exit code 0
 
802026-05-07T22:53:02.381Zstarting task 2: "authentication"
812026-05-07T22:53:02.396Zprocess exited: duration 16 ms, exit code 0
 
822026-05-07T22:53:02.407Zstarting task 3: "clone repository"
832026-05-07T22:53:02.412Z+ mkdir -p /work/oxidecomputer/dendrite
842026-05-07T22:53:02.412Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-05-07T22:53:02.442ZCloning into '/work/oxidecomputer/dendrite'...
862026-05-07T22:53:03.561Z+ cd /work/oxidecomputer/dendrite
872026-05-07T22:53:03.561Z+ git fetch origin f1552b769ad84243297a77cac2b541ef946c69ab
882026-05-07T22:53:03.797ZFrom https://github.com/oxidecomputer/dendrite
892026-05-07T22:53:03.797Z * branch f1552b769ad84243297a77cac2b541ef946c69ab -> FETCH_HEAD
902026-05-07T22:53:03.804Z+ [[ -n sunshowers/spr/meta-update-to-drift-014 ]]
912026-05-07T22:53:03.807Z++ git branch --show-current
922026-05-07T22:53:03.807Z+ current=main
932026-05-07T22:53:03.807Z+ [[ main != sunshowers/spr/meta-update-to-drift-014 ]]
942026-05-07T22:53:03.807Z+ git branch -f sunshowers/spr/meta-update-to-drift-014 f1552b769ad84243297a77cac2b541ef946c69ab
952026-05-07T22:53:03.811Z+ git checkout -f sunshowers/spr/meta-update-to-drift-014
962026-05-07T22:53:03.827ZSwitched to branch 'sunshowers/spr/meta-update-to-drift-014'
972026-05-07T22:53:03.832Z+ git reset --hard f1552b769ad84243297a77cac2b541ef946c69ab
982026-05-07T22:53:03.844ZHEAD is now at f1552b7 [spr] initial version
992026-05-07T22:53:03.847Zprocess exited: duration 1439 ms, exit code 0
 
1002026-05-07T22:53:03.854Zstarting task 4: "build"
1012026-05-07T22:53:03.858Z+ source .github/buildomat/common.sh
1022026-05-07T22:53:03.858Z++ TOFINO_STAGES=20
1032026-05-07T22:53:03.858Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
1042026-05-07T22:53:03.859Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1052026-05-07T22:53:03.859Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
1062026-05-07T22:53:03.859Z+++ uname -s
1072026-05-07T22:53:03.862Z++ '[' SunOS == SunOS ']'
1082026-05-07T22:53:03.862Z++ SERIES=illumos
1092026-05-07T22:53:03.862Z+++ uname -s
1102026-05-07T22:53:03.862Z++ '[' SunOS == SunOS ']'
1112026-05-07T22:53:03.862Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1122026-05-07T22:53:03.862Z++ rustup show active-toolchain
1132026-05-07T22:53:03.865Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1142026-05-07T22:53:03.868Z+ source .github/buildomat/illumos.sh
1152026-05-07T22:53:03.868Z++ banner 'sde setup'
1162026-05-07T22:53:03.868Z
1172026-05-07T22:53:03.868Z #### ##### ###### #### ###### ##### # # #####
1182026-05-07T22:53:03.868Z # # # # # # # # # # #
1192026-05-07T22:53:03.868Z #### # # ##### #### ##### # # # # #
1202026-05-07T22:53:03.868Z # # # # # # # # # #####
1212026-05-07T22:53:03.868Z # # # # # # # # # # # #
1222026-05-07T22:53:03.868Z #### ##### ###### #### ###### # #### #
1232026-05-07T22:53:03.868Z
1242026-05-07T22:53:03.868Z++ export PKG=tofino_sde.p5p
1252026-05-07T22:53:03.868Z++ PKG=tofino_sde.p5p
1262026-05-07T22:53:03.868Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1272026-05-07T22:53:03.873Z % Total % Received % Xferd Average Speed Time Time Time Current
1282026-05-07T22:53:03.878Z Dload Upload Total Spent Left Speed
1292026-05-07T22:53:04.977Z 0 0 0 0 0 0 0 0 0 84 76.03M 84 64.08M 0 0 64.13M 0 00:01 00:01 64.14M 100 76.03M 100 76.03M 0 0 68.89M 0 00:01 00:01 64.14M 100 76.03M 100 76.03M 0 0 68.89M 0 00:01 00:01 64.14M 100 76.03M 100 76.03M 0 0 68.89M 0 00:01 00:01 64.14M
1302026-05-07T22:53:04.981Z+++ digest -a sha256 tofino_sde.p5p
1312026-05-07T22:53:05.028Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1322026-05-07T22:53:05.031Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1332026-05-07T22:53:05.031Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1342026-05-07T22:53:16.129Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-05-07T22:53:24.121Z Startup: Caching catalogs ... Done
1362026-05-07T22:53:24.314Z Startup: Refreshing catalog 'oxide' ... Done
1372026-05-07T22:53:33.846ZPlanning: Solver setup ... Done
1382026-05-07T22:53:33.884ZPlanning: Running solver ... Done
1392026-05-07T22:53:34.023ZPlanning: Finding local manifests ... Done
1402026-05-07T22:53:34.029ZPlanning: Fetching manifests: 1/1 100% complete
1412026-05-07T22:53:34.032ZPlanning: Fetching manifests: 1/1 100% complete
1422026-05-07T22:53:34.044ZPlanning: Package planning ... Done
1432026-05-07T22:53:34.047ZPlanning: Merging actions ... Done
1442026-05-07T22:53:34.134ZPlanning: Checking for conflicting actions ... Done
1452026-05-07T22:53:34.137ZPlanning: Consolidating action changes ... Done
1462026-05-07T22:53:34.911ZPlanning: Evaluating mediators ... Done
1472026-05-07T22:53:34.919ZPlanning: Planning completed in 10.59 seconds
1482026-05-07T22:53:34.926Z Packages to install: 1
1492026-05-07T22:53:34.926Z Create boot environment: No
1502026-05-07T22:53:34.926ZCreate backup boot environment: No
1512026-05-07T22:53:34.955Z
1522026-05-07T22:53:34.955ZDownload: 0/242 items 0.0/75.3MB 0% complete
1532026-05-07T22:53:35.091ZDownload: Completed 75.30 MB in 0.14 seconds (557M/s)
1542026-05-07T22:53:35.290Z Actions: 1/293 actions (Installing new actions)
1552026-05-07T22:53:36.274Z Actions: Completed 293 actions in 0.98 seconds.
1562026-05-07T22:53:36.277Z Done
1572026-05-07T22:53:36.318Z Done
1582026-05-07T22:53:37.005Z Done
1592026-05-07T22:53:40.346Z Done
1602026-05-07T22:53:40.421Z Done
1612026-05-07T22:53:40.424Z Done
1622026-05-07T22:53:40.500Z Done
1632026-05-07T22:53:41.166Z++ export SDE=/opt/oxide/tofino_sde
1642026-05-07T22:53:41.166Z++ SDE=/opt/oxide/tofino_sde
1652026-05-07T22:53:41.166Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1662026-05-07T22:53:41.167Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1672026-05-07T22:53:41.167Z++ banner packages
1682026-05-07T22:53:41.170Z
1692026-05-07T22:53:41.170Z ##### ## #### # # ## #### ###### ####
1702026-05-07T22:53:41.170Z # # # # # # # # # # # # # #
1712026-05-07T22:53:41.170Z # # # # # #### # # # ##### ####
1722026-05-07T22:53:41.170Z ##### ###### # # # ###### # ### # #
1732026-05-07T22:53:41.170Z # # # # # # # # # # # # # #
1742026-05-07T22:53:41.170Z # # # #### # # # # #### ###### ####
1752026-05-07T22:53:41.170Z
1762026-05-07T22:53:41.170Z++ pfexec pkg install clang-15 pcap
1772026-05-07T22:53:41.582Z Startup: Refreshing catalog 'helios-dev' ... Done
1782026-05-07T22:53:41.585Z Startup: Refreshing catalog 'oxide' ... Done
1792026-05-07T22:53:48.821ZPlanning: Solver setup ... Done
1802026-05-07T22:53:48.862ZPlanning: Running solver ... Done
1812026-05-07T22:53:49.005ZPlanning: Finding local manifests ... Done
1822026-05-07T22:53:49.009ZPlanning: Fetching manifests: 0/2 0% complete
1832026-05-07T22:53:49.203ZPlanning: Fetching manifests: 2/2 100% complete
1842026-05-07T22:53:49.232ZPlanning: Package planning ... Done
1852026-05-07T22:53:49.258ZPlanning: Merging actions ... Done
1862026-05-07T22:53:49.365ZPlanning: Checking for conflicting actions ... Done
1872026-05-07T22:53:49.371ZPlanning: Consolidating action changes ... Done
1882026-05-07T22:53:49.531ZPlanning: Evaluating mediators ... Done
1892026-05-07T22:53:49.535ZPlanning: Planning completed in 7.95 seconds
1902026-05-07T22:53:49.543Z Packages to install: 2
1912026-05-07T22:53:49.544Z Mediators to change: 2
1922026-05-07T22:53:49.544Z Services to change: 1
1932026-05-07T22:53:49.544Z Create boot environment: No
1942026-05-07T22:53:49.544ZCreate backup boot environment: No
1952026-05-07T22:53:49.576Z
1962026-05-07T22:53:49.576ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1972026-05-07T22:53:54.577ZDownload: 3027/3076 items 192.0/211.3MB 90% complete (38.5M/s)
1982026-05-07T22:53:56.689ZDownload: Completed 211.31 MB in 7.11 seconds (29.7M/s)
1992026-05-07T22:53:58.208Z Actions: 1/3418 actions (Installing new actions)
2002026-05-07T22:54:01.317Z Actions: Completed 3418 actions in 3.11 seconds.
2012026-05-07T22:54:01.857Z Done
2022026-05-07T22:54:01.857Z Done
2032026-05-07T22:54:02.591Z Done
2042026-05-07T22:54:05.471Z Done
2052026-05-07T22:54:05.549Z Done
2062026-05-07T22:54:05.552Z Done
2072026-05-07T22:54:05.890Z Done
2082026-05-07T22:54:06.023Z++ pfexec pkg set-mediator -V 15 clang llvm
2092026-05-07T22:54:06.215ZPlanning: Evaluating mediator changes ... Done
2102026-05-07T22:54:06.322ZPlanning: Checking for conflicting actions ... Done
2112026-05-07T22:54:06.325ZPlanning: Consolidating action changes ... Done
2122026-05-07T22:54:06.483ZPlanning: Evaluating mediators ... Done
2132026-05-07T22:54:06.486ZPlanning: Planning completed in 0.27 seconds
2142026-05-07T22:54:06.505Z Mediators to change: 2
2152026-05-07T22:54:06.505Z Create boot environment: No
2162026-05-07T22:54:06.505ZCreate backup boot environment: No
2172026-05-07T22:54:06.581Z Done
2182026-05-07T22:54:06.581Z Done
2192026-05-07T22:54:07.209Z Done
2202026-05-07T22:54:09.639Z Done
2212026-05-07T22:54:09.710Z Done
2222026-05-07T22:54:09.710Z Done
2232026-05-07T22:54:09.864Z Done
2242026-05-07T22:54:09.936Z++ cargo --version
2252026-05-07T22:54:09.946Zcargo 1.90.0 (840b83a10 2025-07-30)
2262026-05-07T22:54:09.949Z++ rustc --version
2272026-05-07T22:54:09.970Zrustc 1.90.0 (1159e78c4 2025-09-14)
2282026-05-07T22:54:09.973Z+ banner copyrights
2292026-05-07T22:54:09.976Z
2302026-05-07T22:54:09.976Z #### #### ##### # # ##### # #### # # ##### ####
2312026-05-07T22:54:09.976Z # # # # # # # # # # # # # # # # #
2322026-05-07T22:54:09.976Z # # # # # # # # # # ###### # ####
2332026-05-07T22:54:09.976Z # # # ##### # ##### # # ### # # # #
2342026-05-07T22:54:09.976Z # # # # # # # # # # # # # # # #
2352026-05-07T22:54:09.976Z #### #### # # # # # #### # # # ####
2362026-05-07T22:54:09.976Z
2372026-05-07T22:54:09.976Z+ ./tools/check_copyrights.sh
2382026-05-07T22:54:10.252Zcommon/src/illumos.rs: Copyright with wrong year
2392026-05-07T22:54:10.638Zdpd/p4/headers.p4: Copyright with wrong year
2402026-05-07T22:54:11.057Zpacket/src/eth.rs: Copyright with wrong year
2412026-05-07T22:54:11.525Z+ banner clippy
2422026-05-07T22:54:11.528Z
2432026-05-07T22:54:11.528Z #### # # ##### ##### # #
2442026-05-07T22:54:11.528Z # # # # # # # # # #
2452026-05-07T22:54:11.528Z # # # # # # # #
2462026-05-07T22:54:11.528Z # # # ##### ##### #
2472026-05-07T22:54:11.528Z # # # # # # #
2482026-05-07T22:54:11.528Z #### ###### # # # #
2492026-05-07T22:54:11.528Z
2502026-05-07T22:54:11.528Z+ for feat in tofino_stub tofino_asic softnpu chaos
2512026-05-07T22:54:11.528Z+ cargo clippy --features tofino_stub -- --deny warnings
2522026-05-07T22:54:11.679Z Updating git repository `https://github.com/oxidecomputer/omicron`
2532026-05-07T22:54:21.428Z Updating crates.io index
2542026-05-07T22:54:21.462Z Updating git repository `https://github.com/illumos/smf-rs`
2552026-05-07T22:54:21.741Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562026-05-07T22:54:22.412Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2572026-05-07T22:54:22.724Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582026-05-07T22:54:22.958Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-05-07T22:54:24.386Z Updating git repository `https://github.com/oxidecomputer/ispf`
2602026-05-07T22:54:24.614Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2612026-05-07T22:54:24.926Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-05-07T22:54:25.355Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632026-05-07T22:54:25.637Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2642026-05-07T22:54:26.111Z Updating git repository `https://github.com/oxidecomputer/p4`
2652026-05-07T22:54:26.561Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662026-05-07T22:54:27.029Z Updating git repository `https://github.com/oxidecomputer/lldp`
2672026-05-07T22:54:27.439Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-05-07T22:54:27.921Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-05-07T22:54:28.259Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2702026-05-07T22:54:28.496Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2712026-05-07T22:54:28.753Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722026-05-07T22:54:29.271Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2732026-05-07T22:54:29.596Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2742026-05-07T22:54:29.857Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2752026-05-07T22:54:31.256Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-05-07T22:54:31.949Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772026-05-07T22:54:32.498Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782026-05-07T22:54:33.826Z Updating git repository `https://github.com/oxidecomputer/opte`
2792026-05-07T22:54:34.427Z Updating git repository `https://github.com/oxidecomputer/tofino`
2802026-05-07T22:54:34.680Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812026-05-07T22:54:34.956Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2822026-05-07T22:54:36.545Z Downloading crates ...
2832026-05-07T22:54:36.614Z Downloaded async-recursion v1.1.1
2842026-05-07T22:54:36.619Z Downloaded anstyle v1.0.14
2852026-05-07T22:54:36.626Z Downloaded allocator-api2 v0.2.21
2862026-05-07T22:54:36.631Z Downloaded chacha20 v0.9.1
2872026-05-07T22:54:36.634Z Downloaded adler2 v2.0.1
2882026-05-07T22:54:36.634Z Downloaded cexpr v0.6.0
2892026-05-07T22:54:36.637Z Downloaded argon2 v0.5.3
2902026-05-07T22:54:36.640Z Downloaded blake2 v0.10.6
2912026-05-07T22:54:36.644Z Downloaded bit-set v0.8.0
2922026-05-07T22:54:36.646Z Downloaded block-buffer v0.10.4
2932026-05-07T22:54:36.649Z Downloaded aead v0.5.2
2942026-05-07T22:54:36.652Z Downloaded embedded-io v0.4.0
2952026-05-07T22:54:36.661Z Downloaded derive-ex v0.1.8
2962026-05-07T22:54:36.663Z Downloaded errno v0.3.14
2972026-05-07T22:54:36.667Z Downloaded anstream v1.0.0
2982026-05-07T22:54:36.672Z Downloaded hubpack_derive v0.1.1
2992026-05-07T22:54:36.674Z Downloaded futures-macro v0.3.32
3002026-05-07T22:54:36.679Z Downloaded darling_macro v0.21.3
3012026-05-07T22:54:36.679Z Downloaded bytecount v0.6.9
3022026-05-07T22:54:36.682Z Downloaded camino v1.2.2
3032026-05-07T22:54:36.684Z Downloaded heapless v0.8.0
3042026-05-07T22:54:36.688Z Downloaded fs_extra v1.3.0
3052026-05-07T22:54:36.691Z Downloaded bitflags v2.9.4
3062026-05-07T22:54:36.693Z Downloaded icu_normalizer v2.0.0
3072026-05-07T22:54:36.697Z Downloaded fixedbitset v0.4.2
3082026-05-07T22:54:36.701Z Downloaded crucible-workspace-hack v0.1.0
3092026-05-07T22:54:36.704Z Downloaded hyper-tls v0.6.0
3102026-05-07T22:54:36.704Z Downloaded defmt-parser v1.0.0
3112026-05-07T22:54:36.707Z Downloaded ciborium-ll v0.2.2
3122026-05-07T22:54:36.707Z Downloaded futures v0.3.32
3132026-05-07T22:54:36.712Z Downloaded crypto-common v0.1.6
3142026-05-07T22:54:36.715Z Downloaded anstyle-query v1.1.4
3152026-05-07T22:54:36.715Z Downloaded colorchoice v1.0.4
3162026-05-07T22:54:36.718Z Downloaded clap_lex v1.1.0
3172026-05-07T22:54:36.721Z Downloaded defmt v0.3.100
3182026-05-07T22:54:36.721Z Downloaded hostname v0.3.1
3192026-05-07T22:54:36.723Z Downloaded arrayref v0.3.9
3202026-05-07T22:54:36.726Z Downloaded futures-task v0.3.32
3212026-05-07T22:54:36.729Z Downloaded foreign-types-shared v0.1.1
3222026-05-07T22:54:36.729Z Downloaded futures-executor v0.3.32
3232026-05-07T22:54:36.732Z Downloaded dof v0.4.0
3242026-05-07T22:54:36.735Z Downloaded dtrace-parser v0.2.0
3252026-05-07T22:54:36.735Z Downloaded cobs v0.3.0
3262026-05-07T22:54:36.738Z Downloaded heck v0.4.1
3272026-05-07T22:54:36.741Z Downloaded embedded-io v0.6.1
3282026-05-07T22:54:36.741Z Downloaded cfg-if v1.0.3
3292026-05-07T22:54:36.744Z Downloaded foreign-types-shared v0.3.1
3302026-05-07T22:54:36.747Z Downloaded constant_time_eq v0.3.1
3312026-05-07T22:54:36.747Z Downloaded atomic-waker v1.1.2
3322026-05-07T22:54:36.750Z Downloaded ciborium-io v0.2.2
3332026-05-07T22:54:36.754Z Downloaded curve25519-dalek-derive v0.1.1
3342026-05-07T22:54:36.754Z Downloaded hash32 v0.3.1
3352026-05-07T22:54:36.756Z Downloaded cfg_aliases v0.2.1
3362026-05-07T22:54:36.756Z Downloaded cstr-argument v0.1.2
3372026-05-07T22:54:36.759Z Downloaded dof v0.3.0
3382026-05-07T22:54:36.761Z Downloaded git-stub v1.0.0
3392026-05-07T22:54:36.764Z Downloaded foreign-types v0.3.2
3402026-05-07T22:54:36.764Z Downloaded ff v0.13.1
3412026-05-07T22:54:36.766Z Downloaded defmt-macros v1.0.1
3422026-05-07T22:54:36.769Z Downloaded critical-section v1.2.0
3432026-05-07T22:54:36.772Z Downloaded ident_case v1.0.1
3442026-05-07T22:54:36.774Z Downloaded http-body v1.0.1
3452026-05-07T22:54:36.775Z Downloaded equivalent v1.0.2
3462026-05-07T22:54:36.778Z Downloaded heck v0.5.0
3472026-05-07T22:54:36.781Z Downloaded gethostname v0.5.0
3482026-05-07T22:54:36.781Z Downloaded indent_write v2.2.0
3492026-05-07T22:54:36.784Z Downloaded display-error-chain v0.2.2
3502026-05-07T22:54:36.784Z Downloaded idna_adapter v1.2.1
3512026-05-07T22:54:36.787Z Downloaded dyn-clone v1.0.20
3522026-05-07T22:54:36.790Z Downloaded instant v0.1.13
3532026-05-07T22:54:36.793Z Downloaded is_ci v1.2.0
3542026-05-07T22:54:36.793Z Downloaded hostname v0.4.2
3552026-05-07T22:54:36.795Z Downloaded hex v0.4.3
3562026-05-07T22:54:36.798Z Downloaded httpdate v1.0.3
3572026-05-07T22:54:36.798Z Downloaded const_format_proc_macros v0.2.34
3582026-05-07T22:54:36.801Z Downloaded byteorder v1.5.0
3592026-05-07T22:54:36.804Z Downloaded is-terminal v0.4.16
3602026-05-07T22:54:36.804Z Downloaded internet-checksum v0.2.1
3612026-05-07T22:54:36.806Z Downloaded float-ord v0.3.2
3622026-05-07T22:54:36.809Z Downloaded dropshot-api-manager-types v0.5.2
3632026-05-07T22:54:36.809Z Downloaded cipher v0.4.4
3642026-05-07T22:54:36.812Z Downloaded daft-derive v0.1.4
3652026-05-07T22:54:36.814Z Downloaded fastrand v2.3.0
3662026-05-07T22:54:36.817Z Downloaded console v0.15.11
3672026-05-07T22:54:36.820Z Downloaded deranged v0.5.3
3682026-05-07T22:54:36.824Z Downloaded daft v0.1.4
3692026-05-07T22:54:36.826Z Downloaded keccak v0.1.6
3702026-05-07T22:54:36.826Z Downloaded is_terminal_polyfill v1.70.1
3712026-05-07T22:54:36.829Z Downloaded inout v0.1.4
3722026-05-07T22:54:36.829Z Downloaded http-body-util v0.1.3
3732026-05-07T22:54:36.834Z Downloaded crossbeam-deque v0.8.6
3742026-05-07T22:54:36.834Z Downloaded arrayvec v0.7.6
3752026-05-07T22:54:36.837Z Downloaded lru-cache v0.1.2
3762026-05-07T22:54:36.837Z Downloaded glob v0.3.3
3772026-05-07T22:54:36.840Z Downloaded git-stub-vcs v0.1.0
3782026-05-07T22:54:36.843Z Downloaded lru-slab v0.1.2
3792026-05-07T22:54:36.843Z Downloaded managed v0.8.0
3802026-05-07T22:54:36.846Z Downloaded macaddr v1.0.1
3812026-05-07T22:54:36.846Z Downloaded hubpack v0.1.2
3822026-05-07T22:54:36.849Z Downloaded hyper-rustls v0.27.7
3832026-05-07T22:54:36.852Z Downloaded kstat-rs v0.2.4
3842026-05-07T22:54:36.852Z Downloaded linked-hash-map v0.5.6
3852026-05-07T22:54:36.854Z Downloaded itoa v1.0.15
3862026-05-07T22:54:36.857Z Downloaded memoffset v0.9.1
3872026-05-07T22:54:36.857Z Downloaded newtype_derive v0.1.6
3882026-05-07T22:54:36.860Z Downloaded memmap v0.7.0
3892026-05-07T22:54:36.863Z Downloaded match_cfg v0.1.0
3902026-05-07T22:54:36.864Z Downloaded libscf-sys v1.1.0
3912026-05-07T22:54:36.866Z Downloaded newtype-uuid-macros v0.1.0
3922026-05-07T22:54:36.866Z Downloaded num-derive v0.3.3
3932026-05-07T22:54:36.869Z Downloaded num-iter v0.1.45
3942026-05-07T22:54:36.869Z Downloaded newline-converter v0.3.0
3952026-05-07T22:54:36.873Z Downloaded num v0.4.3
3962026-05-07T22:54:36.873Z Downloaded filetime v0.2.26
3972026-05-07T22:54:36.875Z Downloaded defmt v1.0.1
3982026-05-07T22:54:36.878Z Downloaded foldhash v0.2.0
3992026-05-07T22:54:36.881Z Downloaded enum-as-inner v0.6.1
4002026-05-07T22:54:36.884Z Downloaded darling v0.21.3
4012026-05-07T22:54:36.886Z Downloaded group v0.13.0
4022026-05-07T22:54:36.889Z Downloaded globset v0.4.16
4032026-05-07T22:54:36.889Z Downloaded foreign-types-macros v0.2.3
4042026-05-07T22:54:36.892Z Downloaded find-msvc-tools v0.1.9
4052026-05-07T22:54:36.892Z Downloaded ciborium v0.2.2
4062026-05-07T22:54:36.895Z Downloaded num-derive v0.4.2
4072026-05-07T22:54:36.898Z Downloaded num_enum_derive v0.5.11
4082026-05-07T22:54:36.898Z Downloaded ingot v0.1.1
4092026-05-07T22:54:36.901Z Downloaded lazy_static v1.5.0
4102026-05-07T22:54:36.904Z Downloaded highway v1.3.0
4112026-05-07T22:54:36.906Z Downloaded jobserver v0.1.34
4122026-05-07T22:54:36.906Z Downloaded crossbeam-utils v0.8.21
4132026-05-07T22:54:36.908Z Downloaded bytes v1.11.1
4142026-05-07T22:54:36.912Z Downloaded futures-channel v0.3.32
4152026-05-07T22:54:36.915Z Downloaded parse-display v0.10.0
4162026-05-07T22:54:36.917Z Downloaded getrandom v0.2.16
4172026-05-07T22:54:36.920Z Downloaded libloading v0.8.9
4182026-05-07T22:54:36.923Z Downloaded hkdf v0.12.4
4192026-05-07T22:54:36.925Z Downloaded openssl-macros v0.1.1
4202026-05-07T22:54:36.925Z Downloaded opaque-debug v0.3.1
4212026-05-07T22:54:36.929Z Downloaded lock_api v0.4.14
4222026-05-07T22:54:36.929Z Downloaded linear-map v1.2.0
4232026-05-07T22:54:36.931Z Downloaded percent-encoding v2.3.2
4242026-05-07T22:54:36.931Z Downloaded libsw-core v0.3.2
4252026-05-07T22:54:36.934Z Downloaded libsw v3.5.0
4262026-05-07T22:54:36.934Z Downloaded openssl-probe v0.1.6
4272026-05-07T22:54:36.937Z Downloaded omicron-workspace-hack v0.1.0
4282026-05-07T22:54:36.937Z Downloaded olpc-cjson v0.1.4
4292026-05-07T22:54:36.940Z Downloaded colored v3.0.0
4302026-05-07T22:54:36.943Z Downloaded num-integer v0.1.46
4312026-05-07T22:54:36.943Z Downloaded newtype-uuid v1.3.2
4322026-05-07T22:54:36.945Z Downloaded potential_utf v0.1.3
4332026-05-07T22:54:36.948Z Downloaded native-tls v0.2.14
4342026-05-07T22:54:36.950Z Downloaded ipnet v2.11.0
4352026-05-07T22:54:36.950Z Downloaded proc-macro-crate v1.3.1
4362026-05-07T22:54:36.953Z Downloaded proc-macro-error-attr2 v2.0.0
4372026-05-07T22:54:36.953Z Downloaded pretty-hex v0.4.1
4382026-05-07T22:54:36.955Z Downloaded pin-utils v0.1.0
4392026-05-07T22:54:36.958Z Downloaded phf_shared v0.12.1
4402026-05-07T22:54:36.958Z Downloaded drift v0.1.4
4412026-05-07T22:54:36.963Z Downloaded plain v0.2.3
4422026-05-07T22:54:36.966Z Downloaded foldhash v0.1.5
4432026-05-07T22:54:36.968Z Downloaded fixedbitset v0.5.7
4442026-05-07T22:54:36.969Z Downloaded clap v4.6.0
4452026-05-07T22:54:36.975Z Downloaded httparse v1.10.1
4462026-05-07T22:54:36.979Z Downloaded num-complex v0.4.6
4472026-05-07T22:54:36.982Z Downloaded displaydoc v0.2.5
4482026-05-07T22:54:36.983Z Downloaded powerfmt v0.2.0
4492026-05-07T22:54:36.985Z Downloaded progenitor-client v0.10.0
4502026-05-07T22:54:36.985Z Downloaded progenitor-client v0.11.1
4512026-05-07T22:54:36.988Z Downloaded num_enum v0.7.5
4522026-05-07T22:54:36.991Z Downloaded num_enum v0.5.11
4532026-05-07T22:54:36.994Z Downloaded progenitor-macro v0.11.1
4542026-05-07T22:54:36.995Z Downloaded hmac v0.12.1
4552026-05-07T22:54:36.998Z Downloaded hickory-resolver v0.24.4
4562026-05-07T22:54:37.001Z Downloaded getrandom v0.3.3
4572026-05-07T22:54:37.004Z Downloaded progenitor-macro v0.10.0
4582026-05-07T22:54:37.004Z Downloaded litemap v0.8.0
4592026-05-07T22:54:37.007Z Downloaded proc-macro-error-attr v1.0.4
4602026-05-07T22:54:37.008Z Downloaded paste v1.0.15
4612026-05-07T22:54:37.012Z Downloaded progenitor-macro v0.13.0
4622026-05-07T22:54:37.012Z Downloaded pem v3.0.5
4632026-05-07T22:54:37.017Z Downloaded ref-cast-impl v1.0.25
4642026-05-07T22:54:37.018Z Downloaded rand_chacha v0.3.1
4652026-05-07T22:54:37.018Z Downloaded ref-cast v1.0.25
4662026-05-07T22:54:37.022Z Downloaded parse-display-derive v0.10.0
4672026-05-07T22:54:37.022Z Downloaded rand_xorshift v0.4.0
4682026-05-07T22:54:37.022Z Downloaded memmap2 v0.9.8
4692026-05-07T22:54:37.025Z Downloaded pest_generator v2.8.2
4702026-05-07T22:54:37.025Z Downloaded multer v3.1.0
4712026-05-07T22:54:37.028Z Downloaded derive_more v0.99.20
4722026-05-07T22:54:37.032Z Downloaded poly1305 v0.8.0
4732026-05-07T22:54:37.032Z Downloaded rustc_version v0.4.1
4742026-05-07T22:54:37.035Z Downloaded pin-project-internal v1.1.10
4752026-05-07T22:54:37.035Z Downloaded phf v0.12.1
4762026-05-07T22:54:37.038Z Downloaded icu_properties v2.0.1
4772026-05-07T22:54:37.038Z Downloaded ppv-lite86 v0.2.21
4782026-05-07T22:54:37.041Z Downloaded dropshot_endpoint v0.16.7
4792026-05-07T22:54:37.044Z Downloaded rustc_version v0.1.7
4802026-05-07T22:54:37.045Z Downloaded proc-macro-error2 v2.0.1
4812026-05-07T22:54:37.047Z Downloaded pin-project-lite v0.2.16
4822026-05-07T22:54:37.050Z Downloaded pkg-config v0.3.32
4832026-05-07T22:54:37.053Z Downloaded half v2.7.1
4842026-05-07T22:54:37.056Z Downloaded elliptic-curve v0.13.8
4852026-05-07T22:54:37.059Z Downloaded darling_core v0.21.3
4862026-05-07T22:54:37.061Z Downloaded indexmap v1.9.3
4872026-05-07T22:54:37.065Z Downloaded chacha20poly1305 v0.10.1
4882026-05-07T22:54:37.065Z Downloaded num_enum_derive v0.7.5
4892026-05-07T22:54:37.068Z Downloaded same-file v1.0.6
4902026-05-07T22:54:37.068Z Downloaded icu_provider v2.0.0
4912026-05-07T22:54:37.071Z Downloaded scroll_derive v0.12.1
4922026-05-07T22:54:37.074Z Downloaded scopeguard v1.2.0
4932026-05-07T22:54:37.074Z Downloaded omicron-zone-package v0.12.2
4942026-05-07T22:54:37.077Z Downloaded crypto-bigint v0.5.5
4952026-05-07T22:54:37.080Z Downloaded progenitor v0.11.1
4962026-05-07T22:54:37.083Z Downloaded quick-error v1.2.3
4972026-05-07T22:54:37.083Z Downloaded secrecy v0.10.3
4982026-05-07T22:54:37.086Z Downloaded serde-big-array v0.5.1
4992026-05-07T22:54:37.086Z Downloaded semver v0.1.20
5002026-05-07T22:54:37.089Z Downloaded dropshot-api-manager v0.5.2
5012026-05-07T22:54:37.091Z Downloaded once_cell v1.21.3
5022026-05-07T22:54:37.091Z Downloaded quote v1.0.45
5032026-05-07T22:54:37.094Z Downloaded password-hash v0.5.0
5042026-05-07T22:54:37.097Z Downloaded scroll_derive v0.13.1
5052026-05-07T22:54:37.097Z Downloaded progenitor-client v0.13.0
5062026-05-07T22:54:37.100Z Downloaded parking_lot_core v0.9.12
5072026-05-07T22:54:37.100Z Downloaded progenitor v0.10.0
5082026-05-07T22:54:37.104Z Downloaded parking_lot v0.12.5
5092026-05-07T22:54:37.104Z Downloaded rand_core v0.9.3
5102026-05-07T22:54:37.106Z Downloaded oxnet v0.1.4
5112026-05-07T22:54:37.106Z Downloaded pest_meta v2.8.2
5122026-05-07T22:54:37.109Z Downloaded rustc-hash v2.1.1
5132026-05-07T22:54:37.112Z Downloaded serde_spanned v0.6.9
5142026-05-07T22:54:37.112Z Downloaded resolv-conf v0.7.5
5152026-05-07T22:54:37.112Z Downloaded serde_repr v0.1.20
5162026-05-07T22:54:37.115Z Downloaded rand_chacha v0.9.0
5172026-05-07T22:54:37.118Z Downloaded signal-hook-tokio v0.3.1
5182026-05-07T22:54:37.118Z Downloaded serde_spanned v1.0.4
5192026-05-07T22:54:37.119Z Downloaded pest_derive v2.8.2
5202026-05-07T22:54:37.123Z Downloaded icu_normalizer_data v2.0.0
5212026-05-07T22:54:37.126Z Downloaded slog-bunyan v2.5.0
5222026-05-07T22:54:37.126Z Downloaded sigpipe v0.1.3
5232026-05-07T22:54:37.126Z Downloaded postcard v1.1.3
5242026-05-07T22:54:37.129Z Downloaded oxide-tokio-rt v0.1.2
5252026-05-07T22:54:37.129Z Downloaded owo-colors v4.3.0
5262026-05-07T22:54:37.132Z Downloaded num-rational v0.4.2
5272026-05-07T22:54:37.132Z Downloaded clap_derive v4.6.0
5282026-05-07T22:54:37.135Z Downloaded serde_urlencoded v0.7.1
5292026-05-07T22:54:37.136Z Downloaded derive-where v1.6.0
5302026-05-07T22:54:37.139Z Downloaded crossbeam-epoch v0.9.18
5312026-05-07T22:54:37.142Z Downloaded cancel-safe-futures v0.1.5
5322026-05-07T22:54:37.142Z Downloaded rustversion v1.0.22
5332026-05-07T22:54:37.145Z Downloaded rustls-pemfile v2.2.0
5342026-05-07T22:54:37.148Z Downloaded jiff-static v0.2.15
5352026-05-07T22:54:37.148Z Downloaded cc v1.2.58
5362026-05-07T22:54:37.151Z Downloaded base64ct v1.8.0
5372026-05-07T22:54:37.154Z Downloaded smawk v0.3.2
5382026-05-07T22:54:37.154Z Downloaded progenitor v0.13.0
5392026-05-07T22:54:37.157Z Downloaded curl v0.4.49
5402026-05-07T22:54:37.160Z Downloaded mime v0.3.17
5412026-05-07T22:54:37.160Z Downloaded siphasher v1.0.1
5422026-05-07T22:54:37.163Z Downloaded ingot-macros v0.1.1
5432026-05-07T22:54:37.163Z Downloaded schemars_derive v0.8.22
5442026-05-07T22:54:37.166Z Downloaded rusty-fork v0.3.0
5452026-05-07T22:54:37.166Z Downloaded icu_collections v2.0.0
5462026-05-07T22:54:37.169Z Downloaded crossbeam-channel v0.5.15
5472026-05-07T22:54:37.172Z Downloaded search_path v0.1.4
5482026-05-07T22:54:37.175Z Downloaded hickory-resolver v0.25.2
5492026-05-07T22:54:37.178Z Downloaded strum v0.26.3
5502026-05-07T22:54:37.178Z Downloaded strum v0.27.2
5512026-05-07T22:54:37.178Z Downloaded supports-color v3.0.2
5522026-05-07T22:54:37.183Z Downloaded structmeta-derive v0.3.0
5532026-05-07T22:54:37.183Z Downloaded structmeta v0.3.0
5542026-05-07T22:54:37.183Z Downloaded stable_deref_trait v1.2.0
5552026-05-07T22:54:37.187Z Downloaded scroll v0.12.0
5562026-05-07T22:54:37.187Z Downloaded sync_wrapper v1.0.2
5572026-05-07T22:54:37.187Z Downloaded subtle v2.6.1
5582026-05-07T22:54:37.190Z Downloaded semver v1.0.27
5592026-05-07T22:54:37.190Z Downloaded log v0.4.29
5602026-05-07T22:54:37.190Z Downloaded swrite v0.1.0
5612026-05-07T22:54:37.193Z Downloaded serde_path_to_error v0.1.20
5622026-05-07T22:54:37.193Z Downloaded tabled_derive v0.7.0
5632026-05-07T22:54:37.196Z Downloaded miniz_oxide v0.8.9
5642026-05-07T22:54:37.197Z Downloaded papergrid v0.17.0
5652026-05-07T22:54:37.200Z Downloaded serde_tokenstream v0.2.3
5662026-05-07T22:54:37.203Z Downloaded rand_core v0.6.4
5672026-05-07T22:54:37.203Z Downloaded strsim v0.11.1
5682026-05-07T22:54:37.206Z Downloaded proc-macro-error v1.0.4
5692026-05-07T22:54:37.206Z Downloaded quinn-udp v0.5.14
5702026-05-07T22:54:37.209Z Downloaded tabled_derive v0.11.0
5712026-05-07T22:54:37.209Z Downloaded serde_plain v1.0.2
5722026-05-07T22:54:37.212Z Downloaded take_mut v0.2.2
5732026-05-07T22:54:37.212Z Downloaded tagptr v0.2.0
5742026-05-07T22:54:37.215Z Downloaded tabwriter v1.4.1
5752026-05-07T22:54:37.215Z Downloaded clang-sys v1.8.1
5762026-05-07T22:54:37.215Z Downloaded num_threads v0.1.7
5772026-05-07T22:54:37.218Z Downloaded testing_table v0.3.0
5782026-05-07T22:54:37.218Z Downloaded humantime v2.3.0
5792026-05-07T22:54:37.221Z Downloaded slog-json v2.6.1
5802026-05-07T22:54:37.221Z Downloaded slog-async v2.8.0
5812026-05-07T22:54:37.224Z Downloaded pin-project v1.1.10
5822026-05-07T22:54:37.228Z Downloaded shlex v1.3.0
5832026-05-07T22:54:37.231Z Downloaded terminal_size v0.4.3
5842026-05-07T22:54:37.231Z Downloaded icu_locale_core v2.0.0
5852026-05-07T22:54:37.234Z Downloaded signal-hook-registry v1.4.6
5862026-05-07T22:54:37.237Z Downloaded num-conv v0.2.1
5872026-05-07T22:54:37.237Z Downloaded ingot-types v0.1.2
5882026-05-07T22:54:37.244Z Downloaded slab v0.4.11
5892026-05-07T22:54:37.244Z Downloaded data-encoding v2.9.0
5902026-05-07T22:54:37.244Z Downloaded async-trait v0.1.89
5912026-05-07T22:54:37.247Z Downloaded anyhow v1.0.102
5922026-05-07T22:54:37.247Z Downloaded thread-id v5.0.0
5932026-05-07T22:54:37.247Z Downloaded time-core v0.1.8
5942026-05-07T22:54:37.250Z Downloaded thiserror-impl-no-std v2.0.2
5952026-05-07T22:54:37.250Z Downloaded thread-id v4.2.2
5962026-05-07T22:54:37.253Z Downloaded termtree v0.5.1
5972026-05-07T22:54:37.253Z Downloaded slog-dtrace v0.3.0
5982026-05-07T22:54:37.253Z Downloaded snafu-derive v0.8.9
5992026-05-07T22:54:37.256Z Downloaded smf v0.2.3
6002026-05-07T22:54:37.256Z Downloaded slog-term v2.9.2
6012026-05-07T22:54:37.259Z Downloaded crc32fast v1.5.0
6022026-05-07T22:54:37.259Z Downloaded base64 v0.22.1
6032026-05-07T22:54:37.262Z Downloaded progenitor-impl v0.13.0
6042026-05-07T22:54:37.265Z Downloaded scroll v0.13.0
6052026-05-07T22:54:37.265Z Downloaded tinyvec_macros v0.1.1
6062026-05-07T22:54:37.281Z Downloaded static_assertions v1.1.0
6072026-05-07T22:54:37.281Z Downloaded ryu v1.0.20
6082026-05-07T22:54:37.284Z Downloaded proc-macro2 v1.0.106
6092026-05-07T22:54:37.284Z Downloaded progenitor-impl v0.10.0
6102026-05-07T22:54:37.284Z Downloaded strum_macros v0.26.4
6112026-05-07T22:54:37.284Z Downloaded openssl-sys v0.9.112
6122026-05-07T22:54:37.284Z Downloaded synstructure v0.13.2
6132026-05-07T22:54:37.284Z Downloaded strum_macros v0.27.2
6142026-05-07T22:54:37.284Z Downloaded ipnetwork v0.21.1
6152026-05-07T22:54:37.284Z Downloaded erased-serde v0.3.31
6162026-05-07T22:54:37.284Z Downloaded serde_derive_internals v0.29.1
6172026-05-07T22:54:37.288Z Downloaded either v1.15.0
6182026-05-07T22:54:37.288Z Downloaded fs-err v3.1.2
6192026-05-07T22:54:37.288Z Downloaded memchr v2.7.5
6202026-05-07T22:54:37.291Z Downloaded papergrid v0.11.0
6212026-05-07T22:54:37.295Z Downloaded sha2 v0.10.9
6222026-05-07T22:54:37.295Z Downloaded digest v0.10.7
6232026-05-07T22:54:37.298Z Downloaded csv-core v0.1.12
6242026-05-07T22:54:37.298Z Downloaded cmake v0.1.54
6252026-05-07T22:54:37.301Z Downloaded cargo_metadata v0.18.1
6262026-05-07T22:54:37.301Z Downloaded async-stream v0.3.6
6272026-05-07T22:54:37.304Z Downloaded camino-tempfile v1.4.1
6282026-05-07T22:54:37.304Z Downloaded tower-service v0.3.3
6292026-05-07T22:54:37.305Z Downloaded topological-sort v0.2.2
6302026-05-07T22:54:37.307Z Downloaded toml_datetime v0.6.11
6312026-05-07T22:54:37.308Z Downloaded toml_write v0.1.2
6322026-05-07T22:54:37.308Z Downloaded autocfg v1.5.0
6332026-05-07T22:54:37.311Z Downloaded dtrace-parser v0.3.0
6342026-05-07T22:54:37.311Z Downloaded try-lock v0.2.5
6352026-05-07T22:54:37.316Z Downloaded serde_with_macros v3.14.1
6362026-05-07T22:54:37.316Z Downloaded form_urlencoded v1.2.2
6372026-05-07T22:54:37.316Z Downloaded debug-ignore v1.0.5
6382026-05-07T22:54:37.319Z Downloaded cookie v0.18.1
6392026-05-07T22:54:37.319Z Downloaded const_format v0.2.34
6402026-05-07T22:54:37.322Z Downloaded sha1 v0.10.6
6412026-05-07T22:54:37.322Z Downloaded tower-layer v0.3.3
6422026-05-07T22:54:37.322Z Downloaded thiserror-impl v2.0.18
6432026-05-07T22:54:37.325Z Downloaded hyper-util v0.1.19
6442026-05-07T22:54:37.328Z Downloaded http v1.4.0
6452026-05-07T22:54:37.331Z Downloaded anstyle-parse v1.0.0
6462026-05-07T22:54:37.331Z Downloaded unicode-linebreak v0.1.5
6472026-05-07T22:54:37.334Z Downloaded thiserror v2.0.18
6482026-05-07T22:54:37.337Z Downloaded typify-macro v0.6.1
6492026-05-07T22:54:37.337Z Downloaded thread_local v1.1.9
6502026-05-07T22:54:37.337Z Downloaded unarray v0.1.4
6512026-05-07T22:54:37.340Z Downloaded num-traits v0.2.19
6522026-05-07T22:54:37.340Z Downloaded universal-hash v0.5.1
6532026-05-07T22:54:37.343Z Downloaded rustls-pki-types v1.12.0
6542026-05-07T22:54:37.346Z Downloaded typify-macro v0.4.3
6552026-05-07T22:54:37.346Z Downloaded thiserror-impl v1.0.69
6562026-05-07T22:54:37.346Z Downloaded cargo-platform v0.1.9
6572026-05-07T22:54:37.346Z Downloaded futures-io v0.3.32
6582026-05-07T22:54:37.351Z Downloaded time-macros v0.2.27
6592026-05-07T22:54:37.351Z Downloaded untrusted v0.7.1
6602026-05-07T22:54:37.351Z Downloaded schemars v0.8.22
6612026-05-07T22:54:37.357Z Downloaded tokio-native-tls v0.3.1
6622026-05-07T22:54:37.360Z Downloaded untrusted v0.9.0
6632026-05-07T22:54:37.360Z Downloaded serde_derive v1.0.228
6642026-05-07T22:54:37.363Z Downloaded usdt-macro v0.6.0
6652026-05-07T22:54:37.363Z Downloaded serde_core v1.0.228
6662026-05-07T22:54:37.366Z Downloaded smallvec v1.15.1
6672026-05-07T22:54:37.366Z Downloaded tokio-rustls v0.25.0
6682026-05-07T22:54:37.369Z Downloaded usdt v0.5.0
6692026-05-07T22:54:37.369Z Downloaded progenitor-impl v0.11.1
6702026-05-07T22:54:37.369Z Downloaded utf8parse v0.2.2
6712026-05-07T22:54:37.372Z Downloaded usdt-macro v0.5.0
6722026-05-07T22:54:37.372Z Downloaded usdt-attr-macro v0.6.0
6732026-05-07T22:54:37.372Z Downloaded usdt-attr-macro v0.5.0
6742026-05-07T22:54:37.372Z Downloaded usdt v0.6.0
6752026-05-07T22:54:37.375Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6762026-05-07T22:54:37.375Z Downloaded tinystr v0.8.1
6772026-05-07T22:54:37.378Z Downloaded minimal-lexical v0.2.1
6782026-05-07T22:54:37.381Z Downloaded futures-core v0.3.32
6792026-05-07T22:54:37.381Z Downloaded fnv v1.0.7
6802026-05-07T22:54:37.381Z Downloaded crc8 v0.1.1
6812026-05-07T22:54:37.381Z Downloaded convert_case v0.4.0
6822026-05-07T22:54:37.384Z Downloaded cpufeatures v0.2.17
6832026-05-07T22:54:37.384Z Downloaded base16ct v0.2.0
6842026-05-07T22:54:37.384Z Downloaded atomicwrites v0.4.4
6852026-05-07T22:54:37.388Z Downloaded bitflags v1.3.2
6862026-05-07T22:54:37.388Z Downloaded similar v2.7.0
6872026-05-07T22:54:37.391Z Downloaded prettyplease v0.2.37
6882026-05-07T22:54:37.394Z Downloaded waitgroup v0.1.2
6892026-05-07T22:54:37.394Z Downloaded thiserror v1.0.69
6902026-05-07T22:54:37.397Z Downloaded want v0.3.1
6912026-05-07T22:54:37.400Z Downloaded toml_writer v1.0.6+spec-1.1.0
6922026-05-07T22:54:37.400Z Downloaded wait-timeout v0.2.1
6932026-05-07T22:54:37.400Z Downloaded utf8_iter v1.0.4
6942026-05-07T22:54:37.403Z Downloaded term v1.2.0
6952026-05-07T22:54:37.403Z Downloaded xattr v1.6.1
6962026-05-07T22:54:37.406Z Downloaded yoke-derive v0.8.0
6972026-05-07T22:54:37.406Z Downloaded tempfile v3.23.0
6982026-05-07T22:54:37.406Z Downloaded backoff v0.4.0
6992026-05-07T22:54:37.409Z Downloaded iana-time-zone v0.1.64
7002026-05-07T22:54:37.412Z Downloaded signal-hook v0.3.18
7012026-05-07T22:54:37.412Z Downloaded serde_yaml v0.9.34+deprecated
7022026-05-07T22:54:37.415Z Downloaded indexmap v2.13.0
7032026-05-07T22:54:37.418Z Downloaded expectorate v1.2.0
7042026-05-07T22:54:37.418Z Downloaded generic-array v0.14.7
7052026-05-07T22:54:37.421Z Downloaded futures-sink v0.3.32
7062026-05-07T22:54:37.421Z Downloaded flate2 v1.1.2
7072026-05-07T22:54:37.424Z Downloaded dunce v1.0.5
7082026-05-07T22:54:37.424Z Downloaded socket2 v0.5.10
7092026-05-07T22:54:37.427Z Downloaded async-stream-impl v0.3.6
7102026-05-07T22:54:37.427Z Downloaded bcs v0.1.6
7112026-05-07T22:54:37.427Z Downloaded thiserror-no-std v2.0.2
7122026-05-07T22:54:37.430Z Downloaded bit-vec v0.8.0
7132026-05-07T22:54:37.430Z Downloaded foreign-types v0.5.0
7142026-05-07T22:54:37.435Z Downloaded slog v2.8.2
7152026-05-07T22:54:37.438Z Downloaded zerofrom v0.1.6
7162026-05-07T22:54:37.442Z Downloaded spin v0.9.8
7172026-05-07T22:54:37.442Z Downloaded socket2 v0.6.0
7182026-05-07T22:54:37.442Z Downloaded schemars v0.9.0
7192026-05-07T22:54:37.448Z Downloaded zerofrom-derive v0.1.6
7202026-05-07T22:54:37.451Z Downloaded unicode-xid v0.2.6
7212026-05-07T22:54:37.451Z Downloaded tokio-rustls v0.26.3
7222026-05-07T22:54:37.455Z Downloaded tokio-macros v2.6.0
7232026-05-07T22:54:37.455Z Downloaded toml v0.8.23
7242026-05-07T22:54:37.455Z Downloaded version_check v0.9.5
7252026-05-07T22:54:37.458Z Downloaded usdt-impl v0.6.0
7262026-05-07T22:54:37.458Z Downloaded zeroize_derive v1.4.3
7272026-05-07T22:54:37.458Z Downloaded mio v1.0.4
7282026-05-07T22:54:37.461Z Downloaded usdt-impl v0.5.0
7292026-05-07T22:54:37.461Z Downloaded tokio-stream v0.1.17
7302026-05-07T22:54:37.464Z Downloaded vsss-rs v3.3.4
7312026-05-07T22:54:37.467Z Downloaded rayon-core v1.13.0
7322026-05-07T22:54:37.467Z Downloaded quinn v0.11.9
7332026-05-07T22:54:37.472Z Downloaded rand v0.8.5
7342026-05-07T22:54:37.475Z Downloaded tokio-dtrace v0.1.1
7352026-05-07T22:54:37.475Z Downloaded qorb v0.4.1
7362026-05-07T22:54:37.478Z Downloaded toml_parser v1.0.6+spec-1.1.0
7372026-05-07T22:54:37.480Z Downloaded whoami v1.6.1
7382026-05-07T22:54:37.480Z Downloaded zone_cfg_derive v0.3.1
7392026-05-07T22:54:37.485Z Downloaded yoke v0.8.0
7402026-05-07T22:54:37.485Z Downloaded walkdir v2.5.0
7412026-05-07T22:54:37.496Z Downloaded test-strategy v0.4.3
7422026-05-07T22:54:37.499Z Downloaded tracing-attributes v0.1.30
7432026-05-07T22:54:37.502Z Downloaded textwrap v0.16.2
7442026-05-07T22:54:37.506Z Downloaded snafu v0.8.9
7452026-05-07T22:54:37.519Z Downloaded nom v7.1.3
7462026-05-07T22:54:37.522Z Downloaded zeroize v1.8.1
7472026-05-07T22:54:37.523Z Downloaded zmij v1.0.17
7482026-05-07T22:54:37.526Z Downloaded tinyvec v1.10.0
7492026-05-07T22:54:37.529Z Downloaded toml v0.7.8
7502026-05-07T22:54:37.532Z Downloaded zone v0.3.1
7512026-05-07T22:54:37.537Z Downloaded vergen v8.3.2
7522026-05-07T22:54:37.537Z Downloaded tar v0.4.45
7532026-05-07T22:54:37.542Z Downloaded serde v1.0.228
7542026-05-07T22:54:37.542Z Downloaded zerovec-derive v0.11.1
7552026-05-07T22:54:37.545Z Downloaded rand v0.9.2
7562026-05-07T22:54:37.549Z Downloaded hashbrown v0.15.5
7572026-05-07T22:54:37.552Z Downloaded hashbrown v0.16.1
7582026-05-07T22:54:37.555Z Downloaded toml v0.9.11+spec-1.1.0
7592026-05-07T22:54:37.558Z Downloaded rustls-webpki v0.103.6
7602026-05-07T22:54:37.561Z Downloaded ucd-trie v0.1.7
7612026-05-07T22:54:37.561Z Downloaded itertools v0.12.1
7622026-05-07T22:54:37.564Z Downloaded iri-string v0.7.8
7632026-05-07T22:54:37.569Z Downloaded zerocopy-derive v0.7.35
7642026-05-07T22:54:37.572Z Downloaded schemars v1.2.0
7652026-05-07T22:54:37.584Z Downloaded writeable v0.6.1
7662026-05-07T22:54:37.584Z Downloaded unicode-ident v1.0.24
7672026-05-07T22:54:37.584Z Downloaded typify v0.6.1
7682026-05-07T22:54:37.589Z Downloaded typify v0.4.3
7692026-05-07T22:54:37.589Z Downloaded iddqd v0.3.17
7702026-05-07T22:54:37.592Z Downloaded aho-corasick v1.1.3
7712026-05-07T22:54:37.595Z Downloaded uuid v1.20.0
7722026-05-07T22:54:37.595Z Downloaded unsafe-libyaml v0.2.11
7732026-05-07T22:54:37.598Z Downloaded hashbrown v0.12.3
7742026-05-07T22:54:37.601Z Downloaded hyper v1.8.1
7752026-05-07T22:54:37.605Z Downloaded aws-lc-rs v1.16.2
7762026-05-07T22:54:37.610Z Downloaded toml_edit v0.22.27
7772026-05-07T22:54:37.614Z Downloaded futures-util v0.3.32
7782026-05-07T22:54:37.620Z Downloaded idna v1.1.0
7792026-05-07T22:54:37.628Z Downloaded typenum v1.18.0
7802026-05-07T22:54:37.633Z Downloaded clap_builder v4.6.0
7812026-05-07T22:54:37.642Z Downloaded h2 v0.4.12
7822026-05-07T22:54:37.649Z Downloaded steno v0.4.1
7832026-05-07T22:54:37.653Z Downloaded itertools v0.14.0
7842026-05-07T22:54:37.658Z Downloaded pest v2.8.2
7852026-05-07T22:54:37.662Z Downloaded zerotrie v0.2.2
7862026-05-07T22:54:37.665Z Downloaded url v2.5.7
7872026-05-07T22:54:37.668Z Downloaded icu_properties_data v2.0.1
7882026-05-07T22:54:37.671Z Downloaded toml_edit v0.19.15
7892026-05-07T22:54:37.681Z Downloaded tracing v0.1.41
7902026-05-07T22:54:37.684Z Downloaded goblin v0.8.2
7912026-05-07T22:54:37.687Z Downloaded tracing-core v0.1.34
7922026-05-07T22:54:37.690Z Downloaded unicode-segmentation v1.12.0
7932026-05-07T22:54:37.702Z Downloaded libm v0.2.15
7942026-05-07T22:54:37.712Z Downloaded tower v0.5.2
7952026-05-07T22:54:37.724Z Downloaded git2 v0.19.0
7962026-05-07T22:54:37.736Z Downloaded portable-atomic v1.11.1
7972026-05-07T22:54:37.740Z Downloaded zerocopy-derive v0.8.27
7982026-05-07T22:54:37.752Z Downloaded goblin v0.10.1
7992026-05-07T22:54:37.761Z Downloaded unicode-normalization v0.1.24
8002026-05-07T22:54:37.766Z Downloaded tokio-util v0.7.16
8012026-05-07T22:54:37.766Z Downloaded tower-http v0.6.8
8022026-05-07T22:54:37.769Z Downloaded typed-path v0.9.3
8032026-05-07T22:54:37.774Z Downloaded regex v1.12.3
8042026-05-07T22:54:37.778Z Downloaded blake3 v1.8.2
8052026-05-07T22:54:37.797Z Downloaded serde_json v1.0.149
8062026-05-07T22:54:37.802Z Downloaded rustls-webpki v0.102.8
8072026-05-07T22:54:37.811Z Downloaded reqwest v0.12.23
8082026-05-07T22:54:37.821Z Downloaded zerocopy v0.7.35
8092026-05-07T22:54:37.830Z Downloaded bindgen v0.72.1
8102026-05-07T22:54:37.834Z Downloaded tough v0.20.0
8112026-05-07T22:54:37.839Z Downloaded reqwest v0.13.2
8122026-05-07T22:54:37.843Z Downloaded moka v0.12.11
8132026-05-07T22:54:37.865Z Downloaded zerovec v0.11.4
8142026-05-07T22:54:37.870Z Downloaded proptest v1.8.0
8152026-05-07T22:54:37.875Z Downloaded rayon v1.11.0
8162026-05-07T22:54:37.880Z Downloaded chrono v0.4.44
8172026-05-07T22:54:37.891Z Downloaded openssl v0.10.76
8182026-05-07T22:54:37.916Z Downloaded serde_with v3.14.1
8192026-05-07T22:54:37.921Z Downloaded vcpkg v0.2.15
8202026-05-07T22:54:37.943Z Downloaded winnow v0.5.40
8212026-05-07T22:54:37.947Z Downloaded webpki-roots v1.0.2
8222026-05-07T22:54:37.956Z Downloaded dropshot v0.16.7
8232026-05-07T22:54:37.969Z Downloaded zerocopy v0.8.27
8242026-05-07T22:54:37.981Z Downloaded unicode-width v0.2.1
8252026-05-07T22:54:37.985Z Downloaded syn v2.0.117
8262026-05-07T22:54:37.992Z Downloaded hickory-proto v0.25.2
8272026-05-07T22:54:37.999Z Downloaded rustix v0.38.44
8282026-05-07T22:54:38.013Z Downloaded winnow v0.7.14
8292026-05-07T22:54:38.016Z Downloaded curve25519-dalek v4.1.3
8302026-05-07T22:54:38.021Z Downloaded openapiv3 v2.2.0
8312026-05-07T22:54:38.026Z Downloaded tabled v0.15.0
8322026-05-07T22:54:38.035Z Downloaded time v0.3.47
8332026-05-07T22:54:38.042Z Downloaded syn v1.0.109
8342026-05-07T22:54:38.048Z Downloaded regress v0.10.5
8352026-05-07T22:54:38.052Z Downloaded hickory-proto v0.24.4
8362026-05-07T22:54:38.060Z Downloaded tabled v0.20.0
8372026-05-07T22:54:38.069Z Downloaded smoltcp v0.11.0
8382026-05-07T22:54:38.076Z Downloaded bstr v1.12.0
8392026-05-07T22:54:38.080Z Downloaded quinn-proto v0.11.14
8402026-05-07T22:54:38.113Z Downloaded unicode-width v0.1.14
8412026-05-07T22:54:38.121Z Downloaded jiff v0.2.15
8422026-05-07T22:54:38.130Z Downloaded nix v0.30.1
8432026-05-07T22:54:38.170Z Downloaded regex-syntax v0.8.6
8442026-05-07T22:54:38.190Z Downloaded rustls v0.22.4
8452026-05-07T22:54:38.198Z Downloaded rustls v0.23.32
8462026-05-07T22:54:38.220Z Downloaded encoding_rs v0.8.35
8472026-05-07T22:54:38.234Z Downloaded ring v0.17.14
8482026-05-07T22:54:38.265Z Downloaded rustix v1.1.2
8492026-05-07T22:54:38.351Z Downloaded typify-impl v0.6.1
8502026-05-07T22:54:38.396Z Downloaded typify-impl v0.4.3
8512026-05-07T22:54:38.469Z Downloaded regex-automata v0.4.13
8522026-05-07T22:54:38.526Z Downloaded petgraph v0.6.5
8532026-05-07T22:54:38.622Z Downloaded petgraph v0.8.2
8542026-05-07T22:54:38.633Z Downloaded libz-sys v1.1.22
8552026-05-07T22:54:38.644Z Downloaded libc v0.2.183
8562026-05-07T22:54:38.662Z Downloaded chrono-tz v0.10.4
8572026-05-07T22:54:38.670Z Downloaded csv v1.3.1
8582026-05-07T22:54:38.681Z Downloaded sha3 v0.10.8
8592026-05-07T22:54:38.698Z Downloaded tokio v1.49.0
8602026-05-07T22:54:38.890Z Downloaded curl-sys v0.4.83+curl-8.15.0
8612026-05-07T22:54:38.922Z Downloaded libgit2-sys v0.17.0+1.8.1
8622026-05-07T22:54:39.562Z Downloaded aws-lc-sys v0.39.1
8632026-05-07T22:54:39.883Z Compiling proc-macro2 v1.0.106
8642026-05-07T22:54:39.883Z Compiling quote v1.0.45
8652026-05-07T22:54:39.886Z Compiling unicode-ident v1.0.24
8662026-05-07T22:54:39.886Z Compiling serde_core v1.0.228
8672026-05-07T22:54:39.886Z Compiling serde v1.0.228
8682026-05-07T22:54:39.887Z Compiling libc v0.2.183
8692026-05-07T22:54:39.887Z Checking cfg-if v1.0.3
8702026-05-07T22:54:40.219Z Compiling zmij v1.0.17
8712026-05-07T22:54:40.243Z Compiling autocfg v1.5.0
8722026-05-07T22:54:40.549Z Compiling memchr v2.7.5
8732026-05-07T22:54:40.596Z Compiling getrandom v0.3.3
8742026-05-07T22:54:40.639Z Compiling libm v0.2.15
8752026-05-07T22:54:41.003Z Checking smallvec v1.15.1
8762026-05-07T22:54:41.063Z Checking itoa v1.0.15
8772026-05-07T22:54:41.078Z Compiling shlex v1.3.0
8782026-05-07T22:54:41.130Z Compiling jobserver v0.1.34
8792026-05-07T22:54:41.184Z Compiling find-msvc-tools v0.1.9
8802026-05-07T22:54:41.266Z Compiling thiserror v2.0.18
8812026-05-07T22:54:41.342Z Compiling version_check v0.9.5
8822026-05-07T22:54:41.360Z Compiling syn v2.0.117
8832026-05-07T22:54:41.433Z Compiling cc v1.2.58
8842026-05-07T22:54:41.451Z Compiling icu_properties_data v2.0.1
8852026-05-07T22:54:41.466Z Compiling icu_normalizer_data v2.0.0
8862026-05-07T22:54:41.715Z Compiling parking_lot_core v0.9.12
8872026-05-07T22:54:41.747Z Checking stable_deref_trait v1.2.0
8882026-05-07T22:54:41.788Z Compiling serde_json v1.0.149
8892026-05-07T22:54:42.044Z Compiling heck v0.5.0
8902026-05-07T22:54:42.137Z Checking writeable v0.6.1
8912026-05-07T22:54:42.223Z Checking litemap v0.8.0
8922026-05-07T22:54:42.253Z Compiling num-traits v0.2.19
8932026-05-07T22:54:42.325Z Checking percent-encoding v2.3.2
8942026-05-07T22:54:42.505Z Checking form_urlencoded v1.2.2
8952026-05-07T22:54:42.603Z Checking utf8_iter v1.0.4
8962026-05-07T22:54:42.634Z Compiling zerocopy v0.8.27
8972026-05-07T22:54:42.660Z Checking pin-project-lite v0.2.16
8982026-05-07T22:54:42.709Z Checking iana-time-zone v0.1.64
8992026-05-07T22:54:42.727Z Compiling log v0.4.29
9002026-05-07T22:54:42.730Z Compiling rustversion v1.0.22
9012026-05-07T22:54:42.758Z Compiling equivalent v1.0.2
9022026-05-07T22:54:42.819Z Compiling foldhash v0.2.0
9032026-05-07T22:54:42.850Z Compiling allocator-api2 v0.2.21
9042026-05-07T22:54:42.909Z Compiling semver v1.0.27
9052026-05-07T22:54:43.022Z Checking socket2 v0.6.0
9062026-05-07T22:54:43.103Z Checking uuid v1.20.0
9072026-05-07T22:54:43.170Z Compiling hashbrown v0.16.1
9082026-05-07T22:54:43.207Z Checking scopeguard v1.2.0
9092026-05-07T22:54:43.311Z Checking lock_api v0.4.14
9102026-05-07T22:54:43.409Z Checking getrandom v0.2.16
9112026-05-07T22:54:43.441Z Checking signal-hook-registry v1.4.6
9122026-05-07T22:54:43.456Z Checking mio v1.0.4
9132026-05-07T22:54:43.545Z Compiling portable-atomic v1.11.1
9142026-05-07T22:54:43.548Z Checking parking_lot v0.12.5
9152026-05-07T22:54:43.592Z Checking dyn-clone v1.0.20
9162026-05-07T22:54:43.608Z Compiling schemars v0.8.22
9172026-05-07T22:54:43.750Z Checking critical-section v1.2.0
9182026-05-07T22:54:43.874Z Checking futures-core v0.3.32
9192026-05-07T22:54:43.919Z Compiling ring v0.17.14
9202026-05-07T22:54:43.950Z Compiling typenum v1.18.0
9212026-05-07T22:54:44.080Z Compiling indexmap v2.13.0
9222026-05-07T22:54:44.144Z Compiling thiserror v1.0.69
9232026-05-07T22:54:44.176Z Compiling synstructure v0.13.2
9242026-05-07T22:54:44.294Z Compiling serde_derive_internals v0.29.1
9252026-05-07T22:54:44.450Z Checking once_cell v1.21.3
9262026-05-07T22:54:44.699Z Compiling httparse v1.10.1
9272026-05-07T22:54:44.911Z Compiling regex-syntax v0.8.6
9282026-05-07T22:54:45.084Z Compiling rustix v1.1.2
9292026-05-07T22:54:45.167Z Checking futures-sink v0.3.32
9302026-05-07T22:54:45.193Z Compiling aho-corasick v1.1.3
9312026-05-07T22:54:45.264Z Checking slab v0.4.11
9322026-05-07T22:54:45.286Z Checking subtle v2.6.1
9332026-05-07T22:54:45.411Z Compiling serde_derive v1.0.228
9342026-05-07T22:54:45.428Z Compiling zerofrom-derive v0.1.6
9352026-05-07T22:54:45.431Z Compiling yoke-derive v0.8.0
9362026-05-07T22:54:45.431Z Compiling zerovec-derive v0.11.1
9372026-05-07T22:54:45.431Z Compiling displaydoc v0.2.5
9382026-05-07T22:54:46.177Z Compiling thiserror-impl v2.0.18
9392026-05-07T22:54:46.453Z Compiling schemars_derive v0.8.22
9402026-05-07T22:54:46.536Z Compiling tokio-macros v2.6.0
9412026-05-07T22:54:46.616Z Checking zerofrom v0.1.6
9422026-05-07T22:54:46.627Z Compiling zerocopy-derive v0.8.27
9432026-05-07T22:54:46.732Z Checking yoke v0.8.0
9442026-05-07T22:54:46.906Z Checking zerovec v0.11.4
9452026-05-07T22:54:46.961Z Checking zerotrie v0.2.2
9462026-05-07T22:54:47.206Z Compiling futures-macro v0.3.32
9472026-05-07T22:54:47.254Z Compiling zeroize_derive v1.4.3
9482026-05-07T22:54:47.576Z Compiling thiserror-impl v1.0.69
9492026-05-07T22:54:47.598Z Checking tinystr v0.8.1
9502026-05-07T22:54:47.615Z Checking potential_utf v0.1.3
9512026-05-07T22:54:47.740Z Checking icu_collections v2.0.0
9522026-05-07T22:54:47.773Z Checking icu_locale_core v2.0.0
9532026-05-07T22:54:47.897Z Checking zeroize v1.8.1
9542026-05-07T22:54:48.047Z Compiling regex-automata v0.4.13
9552026-05-07T22:54:48.213Z Compiling anyhow v1.0.102
9562026-05-07T22:54:48.230Z Checking icu_provider v2.0.0
9572026-05-07T22:54:48.396Z Checking bytes v1.11.1
9582026-05-07T22:54:48.465Z Checking icu_normalizer v2.0.0
9592026-05-07T22:54:48.505Z Checking icu_properties v2.0.1
9602026-05-07T22:54:48.586Z Checking chrono v0.4.44
9612026-05-07T22:54:48.706Z Compiling serde_tokenstream v0.2.3
9622026-05-07T22:54:48.764Z Checking bitflags v2.9.4
9632026-05-07T22:54:48.823Z Checking tokio v1.49.0
9642026-05-07T22:54:48.982Z Compiling ucd-trie v0.1.7
9652026-05-07T22:54:49.111Z Checking futures-channel v0.3.32
9662026-05-07T22:54:49.209Z Compiling pest v2.8.2
9672026-05-07T22:54:49.316Z Checking rand_core v0.6.4
9682026-05-07T22:54:49.319Z Checking idna_adapter v1.2.1
9692026-05-07T22:54:49.445Z Checking futures-io v0.3.32
9702026-05-07T22:54:49.490Z Checking idna v1.1.0
9712026-05-07T22:54:49.509Z Checking futures-task v0.3.32
9722026-05-07T22:54:49.561Z Compiling pkg-config v0.3.32
9732026-05-07T22:54:49.646Z Checking futures-util v0.3.32
9742026-05-07T22:54:49.727Z Checking url v2.5.7
9752026-05-07T22:54:50.039Z Compiling regex v1.12.3
9762026-05-07T22:54:50.250Z Compiling tracing-attributes v0.1.30
9772026-05-07T22:54:50.438Z Compiling pest_meta v2.8.2
9782026-05-07T22:54:50.482Z Checking tracing-core v0.1.34
9792026-05-07T22:54:50.682Z Compiling generic-array v0.14.7
9802026-05-07T22:54:50.871Z Compiling vcpkg v0.2.15
9812026-05-07T22:54:50.895Z Compiling fnv v1.0.7
9822026-05-07T22:54:51.023Z Compiling pest_generator v2.8.2
9832026-05-07T22:54:51.067Z Compiling http v1.4.0
9842026-05-07T22:54:51.455Z Checking tracing v0.1.41
9852026-05-07T22:54:51.636Z Compiling regress v0.10.5
9862026-05-07T22:54:51.653Z Compiling byteorder v1.5.0
9872026-05-07T22:54:51.759Z Compiling num-conv v0.2.1
9882026-05-07T22:54:51.776Z Compiling pest_derive v2.8.2
9892026-05-07T22:54:51.876Z Compiling time-core v0.1.8
9902026-05-07T22:54:51.909Z Checking errno v0.3.14
9912026-05-07T22:54:51.982Z Checking base64 v0.22.1
9922026-05-07T22:54:52.021Z Compiling time-macros v0.2.27
9932026-05-07T22:54:52.025Z Checking ipnet v2.11.0
9942026-05-07T22:54:52.257Z Checking tokio-util v0.7.16
9952026-05-07T22:54:52.283Z Compiling scroll_derive v0.13.1
9962026-05-07T22:54:52.384Z Checking crypto-common v0.1.6
9972026-05-07T22:54:52.522Z Compiling camino v1.2.2
9982026-05-07T22:54:52.900Z Checking http-body v1.0.1
9992026-05-07T22:54:52.970Z Checking ppv-lite86 v0.2.21
10002026-05-07T22:54:53.036Z Compiling crossbeam-utils v0.8.21
10012026-05-07T22:54:53.054Z Checking atomic-waker v1.1.2
10022026-05-07T22:54:53.111Z Compiling syn v1.0.109
10032026-05-07T22:54:53.147Z Compiling slog v2.8.2
10042026-05-07T22:54:53.258Z Checking try-lock v0.2.5
10052026-05-07T22:54:53.332Z Checking tower-service v0.3.3
10062026-05-07T22:54:53.363Z Checking tower-layer v0.3.3
10072026-05-07T22:54:53.379Z Compiling paste v1.0.15
10082026-05-07T22:54:53.428Z Checking want v0.3.1
10092026-05-07T22:54:53.461Z Checking h2 v0.4.12
10102026-05-07T22:54:53.484Z Checking ipnetwork v0.21.1
10112026-05-07T22:54:53.508Z Checking erased-serde v0.3.31
10122026-05-07T22:54:53.563Z Checking rustls-pki-types v1.12.0
10132026-05-07T22:54:53.691Z Checking ryu v1.0.20
10142026-05-07T22:54:53.716Z Checking pin-utils v0.1.0
10152026-05-07T22:54:53.734Z Checking pretty-hex v0.4.1
10162026-05-07T22:54:53.737Z Checking httpdate v1.0.3
10172026-05-07T22:54:53.863Z Compiling async-trait v0.1.89
10182026-05-07T22:54:53.900Z Checking socket2 v0.5.10
10192026-05-07T22:54:53.994Z Checking untrusted v0.9.0
10202026-05-07T22:54:54.136Z Compiling scroll v0.13.0
10212026-05-07T22:54:54.174Z Compiling openssl-sys v0.9.112
10222026-05-07T22:54:54.217Z Checking plain v0.2.3
10232026-05-07T22:54:54.322Z Compiling usdt-impl v0.6.0
10242026-05-07T22:54:54.406Z Compiling strsim v0.11.1
10252026-05-07T22:54:54.436Z Compiling goblin v0.10.1
10262026-05-07T22:54:54.607Z Checking http-body-util v0.1.3
10272026-05-07T22:54:54.702Z Checking block-buffer v0.10.4
10282026-05-07T22:54:54.829Z Compiling openapiv3 v2.2.0
10292026-05-07T22:54:54.859Z Checking rand_core v0.9.3
10302026-05-07T22:54:54.894Z Compiling slog-async v2.8.0
10312026-05-07T22:54:55.171Z Checking digest v0.10.7
10322026-05-07T22:54:55.241Z Checking serde_urlencoded v0.7.1
10332026-05-07T22:54:55.327Z Checking hyper v1.8.1
10342026-05-07T22:54:55.364Z Checking oxnet v0.1.4
10352026-05-07T22:54:55.446Z Compiling typify-impl v0.4.3
10362026-05-07T22:54:55.596Z Compiling dtrace-parser v0.3.0
10372026-05-07T22:54:56.204Z Compiling cmake v0.1.54
10382026-05-07T22:54:56.222Z Compiling thread-id v5.0.0
10392026-05-07T22:54:56.236Z Checking hyper-util v0.1.19
10402026-05-07T22:54:56.306Z Compiling fs_extra v1.3.0
10412026-05-07T22:54:56.323Z Compiling ident_case v1.0.1
10422026-05-07T22:54:56.367Z Compiling dunce v1.0.5
10432026-05-07T22:54:56.445Z Compiling omicron-workspace-hack v0.1.0
10442026-05-07T22:54:56.468Z Compiling darling_core v0.21.3
10452026-05-07T22:54:56.537Z Checking rand_chacha v0.9.0
10462026-05-07T22:54:56.556Z Compiling aws-lc-sys v0.39.1
10472026-05-07T22:54:56.681Z Compiling daft-derive v0.1.4
10482026-05-07T22:54:56.728Z Checking rand v0.9.2
10492026-05-07T22:54:57.177Z Compiling dof v0.4.0
10502026-05-07T22:54:57.301Z Checking powerfmt v0.2.0
10512026-05-07T22:54:57.400Z Compiling unsafe-libyaml v0.2.11
10522026-05-07T22:54:57.454Z Checking deranged v0.5.3
10532026-05-07T22:54:57.482Z Checking sync_wrapper v1.0.2
10542026-05-07T22:54:58.065Z Compiling serde_yaml v0.9.34+deprecated
10552026-05-07T22:54:58.246Z Compiling aws-lc-rs v1.16.2
10562026-05-07T22:54:58.263Z Checking cpufeatures v0.2.17
10572026-05-07T22:54:58.419Z Compiling usdt-macro v0.6.0
10582026-05-07T22:54:58.437Z Compiling usdt-attr-macro v0.6.0
10592026-05-07T22:54:58.483Z Checking num_threads v0.1.7
10602026-05-07T22:54:58.527Z Compiling darling_macro v0.21.3
10612026-05-07T22:54:58.543Z Compiling rustls v0.22.4
10622026-05-07T22:54:58.568Z Checking time v0.3.47
10632026-05-07T22:54:58.829Z Compiling typify-macro v0.4.3
10642026-05-07T22:54:59.068Z Compiling darling v0.21.3
10652026-05-07T22:54:59.154Z Checking tower v0.5.2
10662026-05-07T22:54:59.291Z Compiling structmeta-derive v0.3.0
10672026-05-07T22:54:59.540Z Checking encoding_rs v0.8.35
10682026-05-07T22:54:59.680Z Checking iri-string v0.7.8
10692026-05-07T22:54:59.710Z Checking mime v0.3.17
10702026-05-07T22:54:59.898Z Checking crossbeam-channel v0.5.15
10712026-05-07T22:55:00.185Z Checking futures-executor v0.3.32
10722026-05-07T22:55:00.226Z Compiling multer v3.1.0
10732026-05-07T22:55:00.330Z Compiling openssl v0.10.76
10742026-05-07T22:55:00.356Z Compiling typify v0.4.3
10752026-05-07T22:55:00.370Z Compiling structmeta v0.3.0
10762026-05-07T22:55:00.444Z Checking hex v0.4.3
10772026-05-07T22:55:00.448Z Checking unicode-width v0.2.1
10782026-05-07T22:55:00.477Z Checking foreign-types-shared v0.1.1
10792026-05-07T22:55:00.560Z Checking untrusted v0.7.1
10802026-05-07T22:55:00.576Z Checking fastrand v2.3.0
10812026-05-07T22:55:00.607Z Checking foreign-types v0.3.2
10822026-05-07T22:55:00.663Z Checking futures v0.3.32
10832026-05-07T22:55:00.680Z Compiling openssl-macros v0.1.1
10842026-05-07T22:55:00.683Z Compiling strum_macros v0.26.4
10852026-05-07T22:55:00.726Z Checking tower-http v0.6.8
10862026-05-07T22:55:00.730Z Compiling async-stream-impl v0.3.6
10872026-05-07T22:55:00.758Z Checking tempfile v3.23.0
10882026-05-07T22:55:00.915Z Checking thread_local v1.1.9
10892026-05-07T22:55:00.984Z Checking openssl-probe v0.1.6
10902026-05-07T22:55:01.091Z Compiling rustls v0.23.32
10912026-05-07T22:55:01.094Z Compiling native-tls v0.2.14
10922026-05-07T22:55:01.361Z Compiling newtype-uuid-macros v0.1.0
10932026-05-07T22:55:01.379Z Compiling dropshot v0.16.7
10942026-05-07T22:55:01.512Z Checking memmap2 v0.9.8
10952026-05-07T22:55:01.539Z Checking is-terminal v0.4.16
10962026-05-07T22:55:01.606Z Checking match_cfg v0.1.0
10972026-05-07T22:55:01.630Z Compiling ref-cast v1.0.25
10982026-05-07T22:55:01.666Z Checking take_mut v0.2.2
10992026-05-07T22:55:01.683Z Checking winnow v0.7.14
11002026-05-07T22:55:01.771Z Checking term v1.2.0
11012026-05-07T22:55:01.984Z Checking slog-term v2.9.2
11022026-05-07T22:55:02.109Z Checking hostname v0.3.1
11032026-05-07T22:55:02.185Z Checking slog-json v2.6.1
11042026-05-07T22:55:02.203Z Compiling dropshot_endpoint v0.16.7
11052026-05-07T22:55:02.235Z Compiling ref-cast-impl v1.0.25
11062026-05-07T22:55:02.257Z Compiling derive-ex v0.1.8
11072026-05-07T22:55:02.330Z Checking slog-bunyan v2.5.0
11082026-05-07T22:55:02.667Z Checking webpki-roots v1.0.2
11092026-05-07T22:55:02.788Z Compiling strum_macros v0.27.2
11102026-05-07T22:55:02.986Z Compiling progenitor-impl v0.11.1
11112026-05-07T22:55:03.099Z Checking newtype-uuid v1.3.2
11122026-05-07T22:55:03.280Z Compiling either v1.15.0
11132026-05-07T22:55:03.323Z Checking tokio-native-tls v0.3.1
11142026-05-07T22:55:03.472Z Checking hyper-tls v0.6.0
11152026-05-07T22:55:03.640Z Checking daft v0.1.4
11162026-05-07T22:55:03.667Z Compiling serde_with_macros v3.14.1
11172026-05-07T22:55:03.771Z Compiling test-strategy v0.4.3
11182026-05-07T22:55:04.064Z Checking rustls-webpki v0.102.8
11192026-05-07T22:55:04.130Z Checking debug-ignore v1.0.5
11202026-05-07T22:55:04.232Z Checking toml_parser v1.0.6+spec-1.1.0
11212026-05-07T22:55:04.561Z Compiling parse-display-derive v0.10.0
11222026-05-07T22:55:04.864Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11232026-05-07T22:55:05.056Z Compiling progenitor-macro v0.11.1
11242026-05-07T22:55:05.127Z Checking serde_spanned v1.0.4
11252026-05-07T22:55:05.158Z Checking usdt v0.6.0
11262026-05-07T22:55:05.259Z Checking toml_datetime v0.7.5+spec-1.1.0
11272026-05-07T22:55:05.316Z Checking spin v0.9.8
11282026-05-07T22:55:05.321Z Checking toml_writer v1.0.6+spec-1.1.0
11292026-05-07T22:55:05.513Z Checking toml v0.9.11+spec-1.1.0
11302026-05-07T22:55:05.645Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11312026-05-07T22:55:05.816Z Checking strum v0.26.3
11322026-05-07T22:55:05.870Z Checking tokio-rustls v0.25.0
11332026-05-07T22:55:05.928Z Checking async-stream v0.3.6
11342026-05-07T22:55:05.956Z Checking sha1 v0.10.6
11352026-05-07T22:55:06.057Z Checking rustls-pemfile v2.2.0
11362026-05-07T22:55:06.074Z Checking rand_chacha v0.3.1
11372026-05-07T22:55:06.077Z Checking waitgroup v0.1.2
11382026-05-07T22:55:06.114Z Compiling toml_datetime v0.6.11
11392026-05-07T22:55:06.130Z Checking macaddr v1.0.1
11402026-05-07T22:55:06.188Z Checking serde_path_to_error v0.1.20
11412026-05-07T22:55:06.207Z Checking wait-timeout v0.2.1
11422026-05-07T22:55:06.263Z Checking hostname v0.4.2
11432026-05-07T22:55:06.280Z Checking bit-vec v0.8.0
11442026-05-07T22:55:06.306Z Checking lazy_static v1.5.0
11452026-05-07T22:55:06.322Z Checking quick-error v1.2.3
11462026-05-07T22:55:06.364Z Checking rand v0.8.5
11472026-05-07T22:55:06.399Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11482026-05-07T22:55:06.424Z Checking rusty-fork v0.3.0
11492026-05-07T22:55:06.467Z Checking bit-set v0.8.0
11502026-05-07T22:55:06.622Z Checking tabwriter v1.4.1
11512026-05-07T22:55:06.685Z Checking rand_xorshift v0.4.0
11522026-05-07T22:55:06.805Z Compiling clap_derive v4.6.0
11532026-05-07T22:55:06.854Z Checking utf8parse v0.2.2
11542026-05-07T22:55:06.870Z Checking unarray v0.1.4
11552026-05-07T22:55:06.953Z Checking colored v3.0.0
11562026-05-07T22:55:06.974Z Checking proptest v1.8.0
11572026-05-07T22:55:06.992Z Checking anstyle-parse v1.0.0
11582026-05-07T22:55:07.136Z Checking strum v0.27.2
11592026-05-07T22:55:07.248Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11602026-05-07T22:55:07.265Z Checking terminal_size v0.4.3
11612026-05-07T22:55:07.666Z Checking anstyle v1.0.14
11622026-05-07T22:55:07.733Z Checking is_terminal_polyfill v1.70.1
11632026-05-07T22:55:07.747Z Checking anstyle-query v1.1.4
11642026-05-07T22:55:07.824Z Checking colorchoice v1.0.4
11652026-05-07T22:55:07.923Z Checking anstream v1.0.0
11662026-05-07T22:55:08.041Z Checking itertools v0.14.0
11672026-05-07T22:55:08.382Z Checking clap_lex v1.1.0
11682026-05-07T22:55:08.534Z Checking clap_builder v4.6.0
11692026-05-07T22:55:08.575Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11702026-05-07T22:55:09.153Z Checking serde_with v3.14.1
11712026-05-07T22:55:09.758Z Checking clap v4.6.0
11722026-05-07T22:55:09.794Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11732026-05-07T22:55:09.863Z Checking instant v0.1.13
11742026-05-07T22:55:10.066Z Checking rustc-hash v2.1.1
11752026-05-07T22:55:10.149Z Checking backoff v0.4.0
11762026-05-07T22:55:10.179Z Checking iddqd v0.3.17
11772026-05-07T22:55:10.321Z Checking parse-display v0.10.0
11782026-05-07T22:55:10.410Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11792026-05-07T22:55:10.465Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11802026-05-07T22:55:12.246Z Compiling rustls-webpki v0.103.6
11812026-05-07T22:55:12.716Z Compiling prettyplease v0.2.37
11822026-05-07T22:55:15.015Z Checking serde_spanned v0.6.9
11832026-05-07T22:55:15.213Z Compiling memoffset v0.9.1
11842026-05-07T22:55:15.384Z Compiling cfg_aliases v0.2.1
11852026-05-07T22:55:15.473Z Compiling nix v0.30.1
11862026-05-07T22:55:15.598Z Compiling tokio-rustls v0.26.3
11872026-05-07T22:55:16.238Z Checking crossbeam-epoch v0.9.18
11882026-05-07T22:55:16.554Z Compiling hyper-rustls v0.27.7
11892026-05-07T22:55:16.588Z Compiling winnow v0.5.40
11902026-05-07T22:55:16.787Z Compiling reqwest v0.12.23
11912026-05-07T22:55:17.848Z Compiling toml_edit v0.19.15
11922026-05-07T22:55:17.879Z Compiling progenitor-client v0.11.1
11932026-05-07T22:55:19.037Z Compiling proc-macro-crate v1.3.1
11942026-05-07T22:55:19.378Z Compiling progenitor v0.11.1
11952026-05-07T22:55:20.152Z Compiling num-integer v0.1.46
11962026-05-07T22:55:20.463Z Compiling rayon-core v1.13.0
11972026-05-07T22:55:20.619Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11982026-05-07T22:55:20.738Z Compiling progenitor-client v0.10.0
11992026-05-07T22:55:21.423Z Compiling hubpack_derive v0.1.1
12002026-05-07T22:55:21.678Z Compiling zerocopy-derive v0.7.35
12012026-05-07T22:55:21.917Z Checking toml_write v0.1.2
12022026-05-07T22:55:22.041Z Checking hubpack v0.1.2
12032026-05-07T22:55:22.099Z Checking toml_edit v0.22.27
12042026-05-07T22:55:22.206Z Checking num-iter v0.1.45
12052026-05-07T22:55:22.288Z Checking num-rational v0.4.2
12062026-05-07T22:55:22.497Z Checking crossbeam-deque v0.8.6
12072026-05-07T22:55:22.644Z Compiling num-complex v0.4.6
12082026-05-07T22:55:22.699Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12092026-05-07T22:55:22.937Z Checking static_assertions v1.1.0
12102026-05-07T22:55:23.013Z Checking num v0.4.3
12112026-05-07T22:55:23.146Z Checking toml v0.8.23
12122026-05-07T22:55:23.183Z Compiling proc-macro-error-attr v1.0.4
12132026-05-07T22:55:23.413Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12142026-05-07T22:55:23.440Z Compiling heapless v0.8.0
12152026-05-07T22:55:23.457Z Checking float-ord v0.3.2
12162026-05-07T22:55:23.732Z Compiling ingot-macros v0.1.1
12172026-05-07T22:55:23.842Z Checking hash32 v0.3.1
12182026-05-07T22:55:23.915Z Compiling proc-macro-error v1.0.4
12192026-05-07T22:55:23.967Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12202026-05-07T22:55:24.061Z Checking bytecount v0.6.9
12212026-05-07T22:55:24.145Z Compiling smoltcp v0.11.0
12222026-05-07T22:55:24.584Z Compiling zerocopy v0.7.35
12232026-05-07T22:55:24.801Z Compiling num_enum_derive v0.7.5
12242026-05-07T22:55:25.159Z Compiling num-derive v0.3.3
12252026-05-07T22:55:25.444Z Checking cobs v0.3.0
12262026-05-07T22:55:25.593Z Compiling scroll_derive v0.12.1
12272026-05-07T22:55:25.610Z Compiling foreign-types-macros v0.2.3
12282026-05-07T22:55:25.630Z Compiling usdt-impl v0.5.0
12292026-05-07T22:55:25.846Z Checking foreign-types-shared v0.3.1
12302026-05-07T22:55:25.880Z Checking bitflags v1.3.2
12312026-05-07T22:55:25.937Z Compiling crucible-workspace-hack v0.1.0
12322026-05-07T22:55:25.959Z Checking managed v0.8.0
12332026-05-07T22:55:26.061Z Checking libscf-sys v1.1.0
12342026-05-07T22:55:26.206Z Checking num_enum v0.7.5
12352026-05-07T22:55:26.223Z Checking foreign-types v0.5.0
12362026-05-07T22:55:26.276Z Checking scroll v0.12.0
12372026-05-07T22:55:26.296Z Checking postcard v1.1.3
12382026-05-07T22:55:26.296Z Compiling dof v0.3.0
12392026-05-07T22:55:26.357Z Checking ingot-types v0.1.2
12402026-05-07T22:55:26.583Z Compiling dtrace-parser v0.2.0
12412026-05-07T22:55:26.599Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12422026-05-07T22:55:26.665Z Checking camino-tempfile v1.4.1
12432026-05-07T22:55:26.681Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12442026-05-07T22:55:26.697Z Checking ingot v0.1.1
12452026-05-07T22:55:26.823Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12462026-05-07T22:55:27.034Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12472026-05-07T22:55:27.157Z Checking cstr-argument v0.1.2
12482026-05-07T22:55:27.160Z Compiling thread-id v4.2.2
12492026-05-07T22:55:27.188Z Compiling minimal-lexical v0.2.1
12502026-05-07T22:55:27.259Z Compiling heck v0.4.1
12512026-05-07T22:55:27.291Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12522026-05-07T22:55:27.325Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12532026-05-07T22:55:27.424Z Compiling nom v7.1.3
12542026-05-07T22:55:27.441Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12552026-05-07T22:55:27.457Z Checking goblin v0.8.2
12562026-05-07T22:55:27.528Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12572026-05-07T22:55:27.584Z Checking rayon v1.11.0
12582026-05-07T22:55:27.825Z Compiling num_enum_derive v0.5.11
12592026-05-07T22:55:27.955Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12602026-05-07T22:55:28.208Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12612026-05-07T22:55:28.704Z Compiling rustc_version v0.4.1
12622026-05-07T22:55:28.723Z Checking tinyvec_macros v0.1.1
12632026-05-07T22:55:28.796Z Compiling convert_case v0.4.0
12642026-05-07T22:55:28.812Z Compiling rustix v0.38.44
12652026-05-07T22:55:28.963Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12662026-05-07T22:55:28.980Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12672026-05-07T22:55:29.098Z Compiling derive_more v0.99.20
12682026-05-07T22:55:29.115Z Checking tinyvec v1.10.0
12692026-05-07T22:55:29.223Z Checking num_enum v0.5.11
12702026-05-07T22:55:29.369Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12712026-05-07T22:55:29.462Z Compiling libz-sys v1.1.22
12722026-05-07T22:55:29.548Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12732026-05-07T22:55:29.572Z Compiling proc-macro-error-attr2 v2.0.0
12742026-05-07T22:55:29.938Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12752026-05-07T22:55:29.958Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12762026-05-07T22:55:30.012Z Compiling proc-macro-error2 v2.0.1
12772026-05-07T22:55:30.283Z Compiling usdt-macro v0.5.0
12782026-05-07T22:55:30.591Z Compiling usdt-attr-macro v0.5.0
12792026-05-07T22:55:30.733Z Compiling zone_cfg_derive v0.3.1
12802026-05-07T22:55:30.834Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12812026-05-07T22:55:30.852Z Checking itertools v0.12.1
12822026-05-07T22:55:30.973Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12832026-05-07T22:55:31.007Z Compiling num-derive v0.4.2
12842026-05-07T22:55:31.316Z Checking memmap v0.7.0
12852026-05-07T22:55:31.392Z Checking sigpipe v0.1.3
12862026-05-07T22:55:31.409Z Checking glob v0.3.3
12872026-05-07T22:55:31.451Z Checking jiff v0.2.15
12882026-05-07T22:55:31.476Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12892026-05-07T22:55:31.592Z Checking usdt v0.5.0
12902026-05-07T22:55:31.685Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12912026-05-07T22:55:31.725Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12922026-05-07T22:55:31.762Z Compiling tabled_derive v0.11.0
12932026-05-07T22:55:31.830Z Checking zone v0.3.1
12942026-05-07T22:55:31.922Z Checking papergrid v0.17.0
12952026-05-07T22:55:31.939Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12962026-05-07T22:55:31.994Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12972026-05-07T22:55:32.118Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12982026-05-07T22:55:32.150Z Checking testing_table v0.3.0
12992026-05-07T22:55:32.170Z Checking smf v0.2.3
13002026-05-07T22:55:32.243Z Checking secrecy v0.10.3
13012026-05-07T22:55:32.366Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13022026-05-07T22:55:32.393Z Checking bstr v1.12.0
13032026-05-07T22:55:32.593Z Checking whoami v1.6.1
13042026-05-07T22:55:32.743Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13052026-05-07T22:55:32.766Z Compiling curve25519-dalek v4.1.3
13062026-05-07T22:55:32.787Z Checking hmac v0.12.1
13072026-05-07T22:55:32.826Z Checking tabled v0.20.0
13082026-05-07T22:55:32.919Z Checking inout v0.1.4
13092026-05-07T22:55:32.996Z Compiling clang-sys v1.8.1
13102026-05-07T22:55:33.041Z Checking ff v0.13.1
13112026-05-07T22:55:33.058Z Compiling enum-as-inner v0.6.1
13122026-05-07T22:55:33.166Z Compiling semver v0.1.20
13132026-05-07T22:55:33.358Z Checking data-encoding v2.9.0
13142026-05-07T22:55:33.445Z Compiling rustc_version v0.1.7
13152026-05-07T22:55:33.601Z Checking group v0.13.0
13162026-05-07T22:55:33.618Z Checking cipher v0.4.4
13172026-05-07T22:55:33.651Z Checking hkdf v0.12.4
13182026-05-07T22:55:33.708Z Checking atomicwrites v0.4.4
13192026-05-07T22:55:33.725Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13202026-05-07T22:55:33.780Z Compiling thiserror-impl-no-std v2.0.2
13212026-05-07T22:55:33.804Z Checking universal-hash v0.5.1
13222026-05-07T22:55:33.835Z Checking crypto-bigint v0.5.5
13232026-05-07T22:55:33.852Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13242026-05-07T22:55:33.924Z Checking half v2.7.1
13252026-05-07T22:55:34.006Z Compiling curve25519-dalek-derive v0.1.1
13262026-05-07T22:55:34.171Z Checking opaque-debug v0.3.1
13272026-05-07T22:55:34.248Z Checking base16ct v0.2.0
13282026-05-07T22:55:34.373Z Checking indent_write v2.2.0
13292026-05-07T22:55:34.508Z Checking ciborium-io v0.2.2
13302026-05-07T22:55:34.605Z Checking base64ct v1.8.0
13312026-05-07T22:55:34.848Z Checking thiserror-no-std v2.0.2
13322026-05-07T22:55:34.852Z Checking ciborium-ll v0.2.2
13332026-05-07T22:55:34.883Z Checking elliptic-curve v0.13.8
13342026-05-07T22:55:34.898Z Checking password-hash v0.5.0
13352026-05-07T22:55:34.936Z Checking poly1305 v0.8.0
13362026-05-07T22:55:35.038Z Checking chacha20 v0.9.1
13372026-05-07T22:55:35.100Z Compiling newtype_derive v0.1.6
13382026-05-07T22:55:35.117Z Checking similar v2.7.0
13392026-05-07T22:55:35.134Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13402026-05-07T22:55:35.170Z Checking blake2 v0.10.6
13412026-05-07T22:55:35.224Z Compiling typify-impl v0.6.1
13422026-05-07T22:55:35.327Z Checking aead v0.5.2
13432026-05-07T22:55:35.369Z Compiling libloading v0.8.9
13442026-05-07T22:55:35.387Z Compiling owo-colors v4.3.0
13452026-05-07T22:55:35.390Z Compiling bindgen v0.72.1
13462026-05-07T22:55:35.448Z Checking keccak v0.1.6
13472026-05-07T22:55:35.465Z Checking linked-hash-map v0.5.6
13482026-05-07T22:55:35.560Z Checking resolv-conf v0.7.5
13492026-05-07T22:55:35.601Z Checking sha3 v0.10.8
13502026-05-07T22:55:35.630Z Checking lru-cache v0.1.2
13512026-05-07T22:55:35.743Z Checking chacha20poly1305 v0.10.1
13522026-05-07T22:55:35.760Z Checking argon2 v0.5.3
13532026-05-07T22:55:35.777Z Checking vsss-rs v3.3.4
13542026-05-07T22:55:35.795Z Checking ciborium v0.2.2
13552026-05-07T22:55:35.843Z Checking hickory-proto v0.24.4
13562026-05-07T22:55:35.862Z Checking tokio-dtrace v0.1.1
13572026-05-07T22:55:36.038Z Compiling cexpr v0.6.0
13582026-05-07T22:55:36.054Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13592026-05-07T22:55:36.326Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13602026-05-07T22:55:36.557Z Checking serde-big-array v0.5.1
13612026-05-07T22:55:36.587Z Compiling serde_repr v0.1.20
13622026-05-07T22:55:36.691Z Compiling derive-where v1.6.0
13632026-05-07T22:55:36.830Z Checking same-file v1.0.6
13642026-05-07T22:55:36.949Z Checking unicode-segmentation v1.12.0
13652026-05-07T22:55:37.071Z Checking siphasher v1.0.1
13662026-05-07T22:55:37.146Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13672026-05-07T22:55:37.234Z Checking phf_shared v0.12.1
13682026-05-07T22:55:37.261Z Checking newline-converter v0.3.0
13692026-05-07T22:55:37.319Z Checking hickory-resolver v0.24.4
13702026-05-07T22:55:37.369Z Checking walkdir v2.5.0
13712026-05-07T22:55:37.537Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13722026-05-07T22:55:37.893Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13732026-05-07T22:55:37.963Z Checking oxide-tokio-rt v0.1.2
13742026-05-07T22:55:38.169Z Checking console v0.15.11
13752026-05-07T22:55:38.491Z Compiling progenitor-impl v0.10.0
13762026-05-07T22:55:38.574Z Checking tokio-stream v0.1.17
13772026-05-07T22:55:38.577Z Compiling typify-macro v0.6.1
13782026-05-07T22:55:38.689Z Compiling pin-project-internal v1.1.10
13792026-05-07T22:55:38.771Z Compiling slog-dtrace v0.3.0
13802026-05-07T22:55:38.964Z Checking csv-core v0.1.12
13812026-05-07T22:55:39.001Z Compiling cancel-safe-futures v0.1.5
13822026-05-07T22:55:39.143Z Checking foldhash v0.1.5
13832026-05-07T22:55:39.246Z Compiling chrono-tz v0.10.4
13842026-05-07T22:55:39.283Z Checking unicode-linebreak v0.1.5
13852026-05-07T22:55:39.318Z Compiling unicode-xid v0.2.6
13862026-05-07T22:55:39.446Z Checking swrite v0.1.0
13872026-05-07T22:55:39.463Z Checking unicode-width v0.1.14
13882026-05-07T22:55:39.496Z Checking smawk v0.3.2
13892026-05-07T22:55:39.564Z Compiling const_format_proc_macros v0.2.34
13902026-05-07T22:55:39.626Z Checking textwrap v0.16.2
13912026-05-07T22:55:39.715Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13922026-05-07T22:55:39.760Z Checking pin-project v1.1.10
13932026-05-07T22:55:39.874Z Checking hashbrown v0.15.5
13942026-05-07T22:55:39.941Z Checking csv v1.3.1
13952026-05-07T22:55:40.203Z Checking qorb v0.4.1
13962026-05-07T22:55:40.309Z Checking expectorate v1.2.0
13972026-05-07T22:55:40.343Z Checking phf v0.12.1
13982026-05-07T22:55:40.378Z Checking unicode-normalization v0.1.24
13992026-05-07T22:55:40.455Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14002026-05-07T22:55:40.574Z Compiling progenitor-macro v0.10.0
14012026-05-07T22:55:40.791Z Checking libsw-core v0.3.2
14022026-05-07T22:55:40.942Z Compiling libgit2-sys v0.17.0+1.8.1
14032026-05-07T22:55:40.959Z Compiling snafu-derive v0.8.9
14042026-05-07T22:55:41.179Z Compiling async-recursion v1.1.1
14052026-05-07T22:55:41.252Z Compiling cookie v0.18.1
14062026-05-07T22:55:41.359Z Checking fixedbitset v0.4.2
14072026-05-07T22:55:41.489Z Checking fixedbitset v0.5.7
14082026-05-07T22:55:41.520Z Compiling moka v0.12.11
14092026-05-07T22:55:41.583Z Checking highway v1.3.0
14102026-05-07T22:55:41.692Z Checking petgraph v0.8.2
14112026-05-07T22:55:41.816Z Checking petgraph v0.6.5
14122026-05-07T22:55:42.059Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-05-07T22:55:42.245Z Checking libsw v3.5.0
14142026-05-07T22:55:42.393Z Checking olpc-cjson v0.1.4
14152026-05-07T22:55:42.658Z Checking snafu v0.8.9
14162026-05-07T22:55:42.789Z Checking const_format v0.2.34
14172026-05-07T22:55:42.887Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14182026-05-07T22:55:43.024Z Compiling typify v0.6.1
14192026-05-07T22:55:43.121Z Checking papergrid v0.11.0
14202026-05-07T22:55:43.228Z Checking globset v0.4.16
14212026-05-07T22:55:43.269Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14222026-05-07T22:55:43.272Z Checking gethostname v0.5.0
14232026-05-07T22:55:43.477Z Compiling tabled_derive v0.7.0
14242026-05-07T22:55:43.495Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-05-07T22:55:43.735Z Checking reqwest v0.13.2
14262026-05-07T22:55:44.033Z Checking bcs v0.1.6
14272026-05-07T22:55:44.258Z Checking pem v3.0.5
14282026-05-07T22:55:44.309Z Checking serde_plain v1.0.2
14292026-05-07T22:55:44.401Z Checking linear-map v1.2.0
14302026-05-07T22:55:44.417Z Checking crc8 v0.1.1
14312026-05-07T22:55:44.434Z Checking tagptr v0.2.0
14322026-05-07T22:55:44.515Z Checking typed-path v0.9.3
14332026-05-07T22:55:44.566Z Compiling signal-hook v0.3.18
14342026-05-07T22:55:44.583Z Checking humantime v2.3.0
14352026-05-07T22:55:44.683Z Checking progenitor v0.10.0
14362026-05-07T22:55:44.803Z Checking termtree v0.5.1
14372026-05-07T22:55:44.874Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14382026-05-07T22:55:44.937Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14392026-05-07T22:55:44.940Z Checking tabled v0.15.0
14402026-05-07T22:55:45.314Z Checking tough v0.20.0
14412026-05-07T22:55:45.477Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14422026-05-07T22:55:45.646Z Compiling progenitor-impl v0.13.0
14432026-05-07T22:55:46.084Z Checking steno v0.4.1
14442026-05-07T22:55:46.398Z Checking hickory-proto v0.25.2
14452026-05-07T22:55:46.846Z Checking dropshot-api-manager-types v0.5.2
14462026-05-07T22:55:46.999Z Compiling curl-sys v0.4.83+curl-8.15.0
14472026-05-07T22:55:47.016Z Compiling cargo-platform v0.1.9
14482026-05-07T22:55:47.062Z Compiling vergen v8.3.2
14492026-05-07T22:55:47.248Z Compiling fs-err v3.1.2
14502026-05-07T22:55:47.251Z Compiling crc32fast v1.5.0
14512026-05-07T22:55:47.314Z Compiling cargo_metadata v0.18.1
14522026-05-07T22:55:47.607Z Checking progenitor-client v0.13.0
14532026-05-07T22:55:47.726Z Compiling progenitor-macro v0.13.0
14542026-05-07T22:55:47.774Z Checking sha2 v0.10.9
14552026-05-07T22:55:47.824Z Compiling blake3 v1.8.2
14562026-05-07T22:55:47.985Z Checking hickory-resolver v0.25.2
14572026-05-07T22:55:48.024Z Checking adler2 v2.0.1
14582026-05-07T22:55:48.412Z Checking miniz_oxide v0.8.9
14592026-05-07T22:55:48.701Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14602026-05-07T22:55:48.742Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14612026-05-07T22:55:48.786Z Checking git-stub v1.0.0
14622026-05-07T22:55:48.866Z Checking filetime v0.2.26
14632026-05-07T22:55:48.940Z Checking is_ci v1.2.0
14642026-05-07T22:55:48.998Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14652026-05-07T22:55:49.042Z Checking arrayref v0.3.9
14662026-05-07T22:55:49.121Z Checking constant_time_eq v0.3.1
14672026-05-07T22:55:49.217Z Checking arrayvec v0.7.6
14682026-05-07T22:55:49.219Z Checking xattr v1.6.1
14692026-05-07T22:55:49.359Z Compiling curl v0.4.49
14702026-05-07T22:55:49.636Z Checking tar v0.4.45
14712026-05-07T22:55:49.693Z Checking supports-color v3.0.2
14722026-05-07T22:55:49.837Z Checking git-stub-vcs v0.1.0
14732026-05-07T22:55:50.026Z Checking flate2 v1.1.2
14742026-05-07T22:55:50.155Z Checking drift v0.1.4
14752026-05-07T22:55:50.230Z Checking kstat-rs v0.2.4
14762026-05-07T22:55:50.329Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14772026-05-07T22:55:50.333Z Checking toml v0.7.8
14782026-05-07T22:55:50.415Z Checking topological-sort v0.2.2
14792026-05-07T22:55:50.432Z Checking dropshot-api-manager v0.5.2
14802026-05-07T22:55:50.656Z Checking omicron-zone-package v0.12.2
14812026-05-07T22:55:50.979Z Checking signal-hook-tokio v0.3.1
14822026-05-07T22:55:51.107Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14832026-05-07T22:55:51.260Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14842026-05-07T22:55:51.409Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14852026-05-07T22:55:51.505Z Checking search_path v0.1.4
14862026-05-07T22:55:51.603Z Checking display-error-chain v0.2.2
14872026-05-07T22:55:51.624Z Checking internet-checksum v0.2.1
14882026-05-07T22:55:51.644Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14892026-05-07T22:55:51.741Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-05-07T22:55:51.877Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-05-07T22:55:52.041Z Checking progenitor v0.13.0
14922026-05-07T22:55:52.147Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14932026-05-07T22:55:52.169Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14942026-05-07T22:55:52.280Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14952026-05-07T22:55:52.683Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-05-07T22:55:52.932Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-05-07T22:55:53.352Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-05-07T22:55:53.479Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-05-07T22:55:53.783Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15002026-05-07T22:55:53.851Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-05-07T22:55:53.886Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-05-07T22:55:54.093Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15032026-05-07T22:55:54.191Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15042026-05-07T22:55:54.394Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15052026-05-07T22:55:54.498Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15062026-05-07T22:55:54.541Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-05-07T22:55:55.049Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-05-07T22:55:55.087Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15092026-05-07T22:55:55.886Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15102026-05-07T22:55:57.069Z Compiling git2 v0.19.0
15112026-05-07T22:55:59.153Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15122026-05-07T22:55:59.195Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15132026-05-07T22:55:59.447Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15142026-05-07T22:56:00.023Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15152026-05-07T22:56:00.063Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15162026-05-07T22:56:00.262Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15172026-05-07T22:56:00.390Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15182026-05-07T22:56:00.878Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-05-07T22:56:11.432Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15202026-05-07T22:56:12.704Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15212026-05-07T22:56:17.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
15222026-05-07T22:56:17.766Z+ for feat in tofino_stub tofino_asic softnpu chaos
15232026-05-07T22:56:17.766Z+ cargo clippy --features tofino_asic -- --deny warnings
15242026-05-07T22:56:18.250Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15252026-05-07T22:56:18.250Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15262026-05-07T22:56:18.319Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15272026-05-07T22:56:18.323Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15282026-05-07T22:56:25.379Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15292026-05-07T22:56:25.382Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15302026-05-07T22:56:27.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.10s
15312026-05-07T22:56:28.053Z+ for feat in tofino_stub tofino_asic softnpu chaos
15322026-05-07T22:56:28.053Z+ cargo clippy --features softnpu -- --deny warnings
15332026-05-07T22:56:28.347Z Downloading crates ...
15342026-05-07T22:56:28.481Z Downloaded radium v0.7.0
15352026-05-07T22:56:28.486Z Downloaded erased-serde v0.4.8
15362026-05-07T22:56:28.489Z Downloaded tap v1.0.1
15372026-05-07T22:56:28.489Z Downloaded typeid v1.0.3
15382026-05-07T22:56:28.492Z Downloaded funty v2.0.0
15392026-05-07T22:56:28.496Z Downloaded bitstruct_derive v0.1.0
15402026-05-07T22:56:28.502Z Downloaded serde_arrays v0.1.0
15412026-05-07T22:56:28.502Z Downloaded bitstruct v0.1.1
15422026-05-07T22:56:28.502Z Downloaded wyz v0.5.1
15432026-05-07T22:56:28.502Z Downloaded libloading v0.7.4
15442026-05-07T22:56:28.505Z Downloaded ascii v1.1.0
15452026-05-07T22:56:28.509Z Downloaded bitvec v1.0.1
15462026-05-07T22:56:28.517Z Downloaded num-bigint v0.4.6
15472026-05-07T22:56:28.636Z Checking num-integer v0.1.46
15482026-05-07T22:56:28.710Z Checking num-complex v0.4.6
15492026-05-07T22:56:28.719Z Compiling radium v0.7.0
15502026-05-07T22:56:28.726Z Checking tap v1.0.1
15512026-05-07T22:56:28.731Z Checking funty v2.0.0
15522026-05-07T22:56:28.738Z Compiling typeid v1.0.3
15532026-05-07T22:56:28.741Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15542026-05-07T22:56:28.751Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15552026-05-07T22:56:28.808Z Checking wyz v0.5.1
15562026-05-07T22:56:28.902Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15572026-05-07T22:56:28.910Z Checking num-bigint v0.4.6
15582026-05-07T22:56:28.940Z Checking num-iter v0.1.45
15592026-05-07T22:56:28.988Z Compiling erased-serde v0.4.8
15602026-05-07T22:56:29.007Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15612026-05-07T22:56:29.022Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15622026-05-07T22:56:29.037Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15632026-05-07T22:56:29.110Z Compiling bitstruct_derive v0.1.0
15642026-05-07T22:56:29.110Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15652026-05-07T22:56:29.160Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-05-07T22:56:29.165Z Checking ascii v1.1.0
15672026-05-07T22:56:29.168Z Checking bitvec v1.0.1
15682026-05-07T22:56:29.172Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15692026-05-07T22:56:29.236Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-05-07T22:56:29.338Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-05-07T22:56:29.341Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15722026-05-07T22:56:29.355Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15732026-05-07T22:56:29.365Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-05-07T22:56:29.652Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-05-07T22:56:29.668Z Checking serde_arrays v0.1.0
15762026-05-07T22:56:29.734Z Checking num-rational v0.4.2
15772026-05-07T22:56:29.757Z Checking libloading v0.7.4
15782026-05-07T22:56:29.787Z Checking bitstruct v0.1.1
15792026-05-07T22:56:29.799Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15802026-05-07T22:56:30.000Z Checking num v0.4.3
15812026-05-07T22:56:30.066Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15822026-05-07T22:56:30.604Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15832026-05-07T22:56:30.896Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15842026-05-07T22:56:30.896Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15852026-05-07T22:56:31.085Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-05-07T22:56:31.271Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15872026-05-07T22:56:31.274Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15882026-05-07T22:56:31.719Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15892026-05-07T22:56:31.934Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15902026-05-07T22:56:31.937Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15912026-05-07T22:56:31.937Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15922026-05-07T22:56:31.937Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-05-07T22:56:32.312Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15942026-05-07T22:56:32.729Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15952026-05-07T22:56:33.549Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15962026-05-07T22:56:33.592Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15972026-05-07T22:56:36.825Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15982026-05-07T22:56:37.750Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15992026-05-07T22:56:37.867Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16002026-05-07T22:56:44.315Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-05-07T22:56:45.576Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-05-07T22:56:46.104Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16032026-05-07T22:56:50.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.20s
16042026-05-07T22:56:50.440Z+ for feat in tofino_stub tofino_asic softnpu chaos
16052026-05-07T22:56:50.441Z+ cargo clippy --features chaos -- --deny warnings
16062026-05-07T22:56:50.907Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16072026-05-07T22:56:50.911Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16082026-05-07T22:56:50.911Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16092026-05-07T22:56:58.048Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16102026-05-07T22:56:58.048Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16112026-05-07T22:57:00.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.05s
16122026-05-07T22:57:00.679Z+ banner fmt
16132026-05-07T22:57:00.682Z
16142026-05-07T22:57:00.682Z ###### # # #####
16152026-05-07T22:57:00.682Z # ## ## #
16162026-05-07T22:57:00.682Z ##### # ## # #
16172026-05-07T22:57:00.682Z # # # #
16182026-05-07T22:57:00.682Z # # # #
16192026-05-07T22:57:00.682Z # # # #
16202026-05-07T22:57:00.682Z
16212026-05-07T22:57:00.682Z+ cargo fmt -- --check
16222026-05-07T22:57:01.115Z+ banner test
16232026-05-07T22:57:01.118Z
16242026-05-07T22:57:01.118Z ##### ###### #### #####
16252026-05-07T22:57:01.118Z # # # #
16262026-05-07T22:57:01.118Z # ##### #### #
16272026-05-07T22:57:01.118Z # # # #
16282026-05-07T22:57:01.118Z # # # # #
16292026-05-07T22:57:01.118Z # ###### #### #
16302026-05-07T22:57:01.118Z
16312026-05-07T22:57:01.118Z+ for feat in tofino_stub tofino_asic softnpu chaos
16322026-05-07T22:57:01.118Z+ RUST_BACKTRACE=full
16332026-05-07T22:57:01.118Z+ cargo test --features tofino_stub --no-fail-fast
16342026-05-07T22:57:01.946Z Compiling unicode-ident v1.0.24
16352026-05-07T22:57:01.946Z Compiling cfg-if v1.0.3
16362026-05-07T22:57:01.949Z Compiling memchr v2.7.5
16372026-05-07T22:57:02.050Z Compiling serde_core v1.0.228
16382026-05-07T22:57:02.061Z Compiling itoa v1.0.15
16392026-05-07T22:57:02.064Z Compiling libc v0.2.183
16402026-05-07T22:57:02.075Z Compiling zmij v1.0.17
16412026-05-07T22:57:02.100Z Compiling libm v0.2.15
16422026-05-07T22:57:02.153Z Compiling proc-macro2 v1.0.106
16432026-05-07T22:57:02.178Z Compiling heck v0.5.0
16442026-05-07T22:57:02.435Z Compiling equivalent v1.0.2
16452026-05-07T22:57:02.526Z Compiling quote v1.0.45
16462026-05-07T22:57:02.552Z Compiling log v0.4.29
16472026-05-07T22:57:02.565Z Compiling smallvec v1.15.1
16482026-05-07T22:57:02.701Z Compiling iana-time-zone v0.1.64
16492026-05-07T22:57:02.732Z Compiling syn v2.0.117
16502026-05-07T22:57:02.770Z Compiling allocator-api2 v0.2.21
16512026-05-07T22:57:02.813Z Compiling foldhash v0.2.0
16522026-05-07T22:57:02.845Z Compiling dyn-clone v1.0.20
16532026-05-07T22:57:02.988Z Compiling stable_deref_trait v1.2.0
16542026-05-07T22:57:03.001Z Compiling pin-project-lite v0.2.16
16552026-05-07T22:57:03.031Z Compiling percent-encoding v2.3.2
16562026-05-07T22:57:03.069Z Compiling hashbrown v0.16.1
16572026-05-07T22:57:03.084Z Compiling fnv v1.0.7
16582026-05-07T22:57:03.097Z Compiling writeable v0.6.1
16592026-05-07T22:57:03.182Z Compiling litemap v0.8.0
16602026-05-07T22:57:03.215Z Compiling regex-syntax v0.8.6
16612026-05-07T22:57:03.242Z Compiling icu_normalizer_data v2.0.0
16622026-05-07T22:57:03.321Z Compiling icu_properties_data v2.0.1
16632026-05-07T22:57:03.393Z Compiling form_urlencoded v1.2.2
16642026-05-07T22:57:03.393Z Compiling utf8_iter v1.0.4
16652026-05-07T22:57:03.458Z Compiling scopeguard v1.2.0
16662026-05-07T22:57:03.547Z Compiling lock_api v0.4.14
16672026-05-07T22:57:03.568Z Compiling num-traits v0.2.19
16682026-05-07T22:57:03.581Z Compiling getrandom v0.3.3
16692026-05-07T22:57:03.641Z Compiling aho-corasick v1.1.3
16702026-05-07T22:57:03.758Z Compiling semver v1.0.27
16712026-05-07T22:57:03.774Z Compiling serde_json v1.0.149
16722026-05-07T22:57:03.838Z Compiling indexmap v2.13.0
16732026-05-07T22:57:04.114Z Compiling byteorder v1.5.0
16742026-05-07T22:57:04.183Z Compiling ucd-trie v0.1.7
16752026-05-07T22:57:04.370Z Compiling uuid v1.20.0
16762026-05-07T22:57:04.469Z Compiling futures-core v0.3.32
16772026-05-07T22:57:04.723Z Compiling regex-automata v0.4.13
16782026-05-07T22:57:04.752Z Compiling time-core v0.1.8
16792026-05-07T22:57:04.794Z Compiling num-conv v0.2.1
16802026-05-07T22:57:04.807Z Compiling ryu v1.0.20
16812026-05-07T22:57:04.904Z Compiling futures-sink v0.3.32
16822026-05-07T22:57:04.949Z Compiling time-macros v0.2.27
16832026-05-07T22:57:04.994Z Compiling regress v0.10.5
16842026-05-07T22:57:05.086Z Compiling pretty-hex v0.4.1
16852026-05-07T22:57:05.226Z Compiling slab v0.4.11
16862026-05-07T22:57:05.410Z Compiling strsim v0.11.1
16872026-05-07T22:57:05.615Z Compiling synstructure v0.13.2
16882026-05-07T22:57:05.632Z Compiling serde_derive_internals v0.29.1
16892026-05-07T22:57:05.892Z Compiling plain v0.2.3
16902026-05-07T22:57:06.002Z Compiling futures-channel v0.3.32
16912026-05-07T22:57:06.016Z Compiling syn v1.0.109
16922026-05-07T22:57:06.091Z Compiling futures-task v0.3.32
16932026-05-07T22:57:06.116Z Compiling futures-io v0.3.32
16942026-05-07T22:57:06.223Z Compiling socket2 v0.6.0
16952026-05-07T22:57:06.276Z Compiling parking_lot_core v0.9.12
16962026-05-07T22:57:06.374Z Compiling regex v1.12.3
16972026-05-07T22:57:06.569Z Compiling parking_lot v0.12.5
16982026-05-07T22:57:06.668Z Compiling signal-hook-registry v1.4.6
16992026-05-07T22:57:06.668Z Compiling mio v1.0.4
17002026-05-07T22:57:06.719Z Compiling serde_derive v1.0.228
17012026-05-07T22:57:06.838Z Compiling zerofrom-derive v0.1.6
17022026-05-07T22:57:06.972Z Compiling yoke-derive v0.8.0
17032026-05-07T22:57:07.059Z Compiling zerovec-derive v0.11.1
17042026-05-07T22:57:07.188Z Compiling displaydoc v0.2.5
17052026-05-07T22:57:07.285Z Compiling thiserror-impl v2.0.18
17062026-05-07T22:57:07.956Z Compiling schemars_derive v0.8.22
17072026-05-07T22:57:08.024Z Compiling tokio-macros v2.6.0
17082026-05-07T22:57:08.060Z Compiling zerocopy-derive v0.8.27
17092026-05-07T22:57:08.157Z Compiling zeroize_derive v1.4.3
17102026-05-07T22:57:08.540Z Compiling thiserror v2.0.18
17112026-05-07T22:57:08.652Z Compiling futures-macro v0.3.32
17122026-05-07T22:57:08.779Z Compiling zerofrom v0.1.6
17132026-05-07T22:57:08.838Z Compiling thiserror-impl v1.0.69
17142026-05-07T22:57:08.850Z Compiling tracing-attributes v0.1.30
17152026-05-07T22:57:08.905Z Compiling yoke v0.8.0
17162026-05-07T22:57:09.096Z Compiling zerovec v0.11.4
17172026-05-07T22:57:09.191Z Compiling zerotrie v0.2.2
17182026-05-07T22:57:09.371Z Compiling zerocopy v0.8.27
17192026-05-07T22:57:09.587Z Compiling pest v2.8.2
17202026-05-07T22:57:09.593Z Compiling serde v1.0.228
17212026-05-07T22:57:09.593Z Compiling scroll_derive v0.13.1
17222026-05-07T22:57:09.959Z Compiling bytes v1.11.1
17232026-05-07T22:57:09.959Z Compiling serde_tokenstream v0.2.3
17242026-05-07T22:57:10.021Z Compiling tinystr v0.8.1
17252026-05-07T22:57:10.069Z Compiling potential_utf v0.1.3
17262026-05-07T22:57:10.113Z Compiling chrono v0.4.44
17272026-05-07T22:57:10.225Z Compiling icu_locale_core v2.0.0
17282026-05-07T22:57:10.237Z Compiling icu_collections v2.0.0
17292026-05-07T22:57:10.404Z Compiling async-trait v0.1.89
17302026-05-07T22:57:10.618Z Compiling http v1.4.0
17312026-05-07T22:57:10.671Z Compiling pest_meta v2.8.2
17322026-05-07T22:57:10.756Z Compiling icu_provider v2.0.0
17332026-05-07T22:57:10.872Z Compiling scroll v0.13.0
17342026-05-07T22:57:11.067Z Compiling icu_properties v2.0.1
17352026-05-07T22:57:11.092Z Compiling icu_normalizer v2.0.0
17362026-05-07T22:57:11.133Z Compiling schemars v0.8.22
17372026-05-07T22:57:11.394Z Compiling pest_generator v2.8.2
17382026-05-07T22:57:11.599Z Compiling thiserror v1.0.69
17392026-05-07T22:57:11.619Z Compiling goblin v0.10.1
17402026-05-07T22:57:11.702Z Compiling thread-id v5.0.0
17412026-05-07T22:57:11.789Z Compiling tokio v1.49.0
17422026-05-07T22:57:11.801Z Compiling openapiv3 v2.2.0
17432026-05-07T22:57:11.972Z Compiling idna_adapter v1.2.1
17442026-05-07T22:57:12.022Z Compiling pest_derive v2.8.2
17452026-05-07T22:57:12.123Z Compiling idna v1.1.0
17462026-05-07T22:57:12.244Z Compiling daft-derive v0.1.4
17472026-05-07T22:57:12.356Z Compiling darling_core v0.21.3
17482026-05-07T22:57:12.561Z Compiling url v2.5.7
17492026-05-07T22:57:12.589Z Compiling dtrace-parser v0.3.0
17502026-05-07T22:57:12.885Z Compiling typify-impl v0.4.3
17512026-05-07T22:57:13.378Z Compiling serde_yaml v0.9.34+deprecated
17522026-05-07T22:57:14.287Z Compiling ppv-lite86 v0.2.21
17532026-05-07T22:57:14.472Z Compiling dof v0.4.0
17542026-05-07T22:57:14.546Z Compiling darling_macro v0.21.3
17552026-05-07T22:57:14.627Z Compiling bitflags v2.9.4
17562026-05-07T22:57:14.670Z Compiling openssl-macros v0.1.1
17572026-05-07T22:57:14.808Z Compiling getrandom v0.2.16
17582026-05-07T22:57:14.870Z Compiling base64 v0.22.1
17592026-05-07T22:57:14.999Z Compiling usdt-impl v0.6.0
17602026-05-07T22:57:15.149Z Compiling darling v0.21.3
17612026-05-07T22:57:15.161Z Compiling http-body v1.0.1
17622026-05-07T22:57:15.215Z Compiling erased-serde v0.3.31
17632026-05-07T22:57:15.233Z Compiling typenum v1.18.0
17642026-05-07T22:57:15.318Z Compiling portable-atomic v1.11.1
17652026-05-07T22:57:15.596Z Compiling atomic-waker v1.1.2
17662026-05-07T22:57:15.721Z Compiling ipnet v2.11.0
17672026-05-07T22:57:15.734Z Compiling anyhow v1.0.102
17682026-05-07T22:57:15.734Z Compiling httparse v1.10.1
17692026-05-07T22:57:15.773Z Compiling critical-section v1.2.0
17702026-05-07T22:57:15.856Z Compiling untrusted v0.9.0
17712026-05-07T22:57:15.884Z Compiling tower-service v0.3.3
17722026-05-07T22:57:15.985Z Compiling tower-layer v0.3.3
17732026-05-07T22:57:15.989Z Compiling once_cell v1.21.3
17742026-05-07T22:57:16.123Z Compiling zeroize v1.8.1
17752026-05-07T22:57:16.207Z Compiling try-lock v0.2.5
17762026-05-07T22:57:16.319Z Compiling want v0.3.1
17772026-05-07T22:57:16.397Z Compiling usdt-attr-macro v0.6.0
17782026-05-07T22:57:16.478Z Compiling usdt-macro v0.6.0
17792026-05-07T22:57:16.509Z Compiling httpdate v1.0.3
17802026-05-07T22:57:16.554Z Compiling pin-utils v0.1.0
17812026-05-07T22:57:16.745Z Compiling structmeta-derive v0.3.0
17822026-05-07T22:57:17.337Z Compiling newtype-uuid-macros v0.1.0
17832026-05-07T22:57:17.465Z Compiling strum_macros v0.26.4
17842026-05-07T22:57:17.799Z Compiling structmeta v0.3.0
17852026-05-07T22:57:18.002Z Compiling async-stream-impl v0.3.6
17862026-05-07T22:57:18.155Z Compiling powerfmt v0.2.0
17872026-05-07T22:57:18.296Z Compiling deranged v0.5.3
17882026-05-07T22:57:18.376Z Compiling num_threads v0.1.7
17892026-05-07T22:57:18.478Z Compiling omicron-workspace-hack v0.1.0
17902026-05-07T22:57:18.505Z Compiling dropshot_endpoint v0.16.7
17912026-05-07T22:57:18.517Z Compiling http-body-util v0.1.3
17922026-05-07T22:57:18.550Z Compiling ref-cast-impl v1.0.25
17932026-05-07T22:57:18.654Z Compiling derive-ex v0.1.8
17942026-05-07T22:57:18.927Z Compiling serde_urlencoded v0.7.1
17952026-05-07T22:57:19.092Z Compiling strum_macros v0.27.2
17962026-05-07T22:57:19.113Z Compiling typify-macro v0.4.3
17972026-05-07T22:57:19.235Z Compiling sync_wrapper v1.0.2
17982026-05-07T22:57:19.346Z Compiling serde_with_macros v3.14.1
17992026-05-07T22:57:19.440Z Compiling subtle v2.6.1
18002026-05-07T22:57:19.619Z Compiling iri-string v0.7.8
18012026-05-07T22:57:20.151Z Compiling rand_core v0.6.4
18022026-05-07T22:57:20.229Z Compiling futures-util v0.3.32
18032026-05-07T22:57:20.255Z Compiling test-strategy v0.4.3
18042026-05-07T22:57:20.382Z Compiling thread_local v1.1.9
18052026-05-07T22:57:20.653Z Compiling match_cfg v0.1.0
18062026-05-07T22:57:20.729Z Compiling parse-display-derive v0.10.0
18072026-05-07T22:57:20.913Z Compiling tracing-core v0.1.34
18082026-05-07T22:57:20.954Z Compiling toml_datetime v0.6.11
18092026-05-07T22:57:21.238Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18102026-05-07T22:57:21.250Z Compiling typify v0.4.3
18112026-05-07T22:57:21.341Z Compiling progenitor-impl v0.11.1
18122026-05-07T22:57:21.371Z Compiling term v1.2.0
18132026-05-07T22:57:21.385Z Compiling take_mut v0.2.2
18142026-05-07T22:57:21.507Z Compiling tracing v0.1.41
18152026-05-07T22:57:21.739Z Compiling clap_derive v4.6.0
18162026-05-07T22:57:21.928Z Compiling camino v1.2.2
18172026-05-07T22:57:22.346Z Compiling fastrand v2.3.0
18182026-05-07T22:57:22.349Z Compiling cpufeatures v0.2.17
18192026-05-07T22:57:22.396Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18202026-05-07T22:57:22.517Z Compiling encoding_rs v0.8.35
18212026-05-07T22:57:22.555Z Compiling mime v0.3.17
18222026-05-07T22:57:22.598Z Compiling unicode-width v0.2.1
18232026-05-07T22:57:22.927Z Compiling errno v0.3.14
18242026-05-07T22:57:23.080Z Compiling generic-array v0.14.7
18252026-05-07T22:57:23.570Z Compiling hex v0.4.3
18262026-05-07T22:57:23.631Z Compiling ipnetwork v0.21.1
18272026-05-07T22:57:23.837Z Compiling crossbeam-utils v0.8.21
18282026-05-07T22:57:24.022Z Compiling rustix v1.1.2
18292026-05-07T22:57:24.075Z Compiling slog v2.8.2
18302026-05-07T22:57:24.262Z Compiling tokio-util v0.7.16
18312026-05-07T22:57:24.276Z Compiling winnow v0.7.14
18322026-05-07T22:57:24.516Z Compiling crypto-common v0.1.6
18332026-05-07T22:57:24.567Z Compiling rand_core v0.9.3
18342026-05-07T22:57:24.643Z Compiling oxnet v0.1.4
18352026-05-07T22:57:24.793Z Compiling h2 v0.4.12
18362026-05-07T22:57:24.831Z Compiling progenitor-macro v0.11.1
18372026-05-07T22:57:24.967Z Compiling itertools v0.14.0
18382026-05-07T22:57:25.298Z Compiling rand_chacha v0.9.0
18392026-05-07T22:57:25.411Z Compiling socket2 v0.5.10
18402026-05-07T22:57:25.795Z Compiling rand v0.9.2
18412026-05-07T22:57:25.865Z Compiling rustls-pki-types v1.12.0
18422026-05-07T22:57:26.388Z Compiling spin v0.9.8
18432026-05-07T22:57:26.460Z Compiling quick-error v1.2.3
18442026-05-07T22:57:26.512Z Compiling debug-ignore v1.0.5
18452026-05-07T22:57:26.569Z Compiling toml_parser v1.0.6+spec-1.1.0
18462026-05-07T22:57:26.582Z Compiling tabwriter v1.4.1
18472026-05-07T22:57:26.620Z Compiling serde_spanned v1.0.4
18482026-05-07T22:57:26.780Z Compiling toml_datetime v0.7.5+spec-1.1.0
18492026-05-07T22:57:26.822Z Compiling hyper v1.8.1
18502026-05-07T22:57:27.089Z Compiling toml_writer v1.0.6+spec-1.1.0
18512026-05-07T22:57:27.261Z Compiling colored v3.0.0
18522026-05-07T22:57:27.482Z Compiling lazy_static v1.5.0
18532026-05-07T22:57:27.495Z Compiling bit-vec v0.8.0
18542026-05-07T22:57:27.586Z Compiling toml v0.9.11+spec-1.1.0
18552026-05-07T22:57:27.642Z Compiling time v0.3.47
18562026-05-07T22:57:27.711Z Compiling bit-set v0.8.0
18572026-05-07T22:57:27.733Z Compiling strum v0.26.3
18582026-05-07T22:57:27.862Z Compiling hyper-util v0.1.19
18592026-05-07T22:57:27.865Z Compiling async-stream v0.3.6
18602026-05-07T22:57:27.885Z Compiling ring v0.17.14
18612026-05-07T22:57:28.037Z Compiling waitgroup v0.1.2
18622026-05-07T22:57:28.184Z Compiling serde_path_to_error v0.1.20
18632026-05-07T22:57:28.554Z Compiling anstyle v1.0.14
18642026-05-07T22:57:28.567Z Compiling unarray v0.1.4
18652026-05-07T22:57:28.678Z Compiling crossbeam-channel v0.5.15
18662026-05-07T22:57:28.697Z Compiling block-buffer v0.10.4
18672026-05-07T22:57:28.782Z Compiling macaddr v1.0.1
18682026-05-07T22:57:28.851Z Compiling utf8parse v0.2.2
18692026-05-07T22:57:28.972Z Compiling anstyle-parse v1.0.0
18702026-05-07T22:57:29.013Z Compiling digest v0.10.7
18712026-05-07T22:57:29.200Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18722026-05-07T22:57:29.203Z Compiling ref-cast v1.0.25
18732026-05-07T22:57:29.249Z Compiling is_terminal_polyfill v1.70.1
18742026-05-07T22:57:29.315Z Compiling anstyle-query v1.1.4
18752026-05-07T22:57:29.342Z Compiling colorchoice v1.0.4
18762026-05-07T22:57:29.355Z Compiling strum v0.27.2
18772026-05-07T22:57:29.385Z Compiling is-terminal v0.4.16
18782026-05-07T22:57:29.428Z Compiling anstream v1.0.0
18792026-05-07T22:57:29.480Z Compiling clap_lex v1.1.0
18802026-05-07T22:57:29.636Z Compiling slog-term v2.9.2
18812026-05-07T22:57:29.670Z Compiling slog-async v2.8.0
18822026-05-07T22:57:29.761Z Compiling slog-json v2.6.1
18832026-05-07T22:57:29.771Z Compiling tower v0.5.2
18842026-05-07T22:57:29.957Z Compiling hostname v0.3.1
18852026-05-07T22:57:30.105Z Compiling slog-bunyan v2.5.0
18862026-05-07T22:57:30.252Z Compiling tower-http v0.6.8
18872026-05-07T22:57:30.276Z Compiling futures-executor v0.3.32
18882026-05-07T22:57:30.481Z Compiling instant v0.1.13
18892026-05-07T22:57:30.549Z Compiling futures v0.3.32
18902026-05-07T22:57:30.591Z Compiling openssl-sys v0.9.112
18912026-05-07T22:57:30.681Z Compiling aws-lc-sys v0.39.1
18922026-05-07T22:57:31.216Z Compiling memmap2 v0.9.8
18932026-05-07T22:57:31.425Z Compiling untrusted v0.7.1
18942026-05-07T22:57:31.438Z Compiling foreign-types-shared v0.1.1
18952026-05-07T22:57:31.523Z Compiling aws-lc-rs v1.16.2
18962026-05-07T22:57:31.536Z Compiling foreign-types v0.3.2
18972026-05-07T22:57:31.571Z Compiling tempfile v3.23.0
18982026-05-07T22:57:32.007Z Compiling openssl-probe v0.1.6
18992026-05-07T22:57:32.195Z Compiling openssl v0.10.76
19002026-05-07T22:57:32.496Z Compiling rustls-webpki v0.103.6
19012026-05-07T22:57:33.008Z Compiling rustls v0.23.32
19022026-05-07T22:57:33.373Z Compiling either v1.15.0
19032026-05-07T22:57:33.532Z Compiling usdt v0.6.0
19042026-05-07T22:57:33.586Z Compiling webpki-roots v1.0.2
19052026-05-07T22:57:33.805Z Compiling newtype-uuid v1.3.2
19062026-05-07T22:57:34.699Z Compiling native-tls v0.2.14
19072026-05-07T22:57:34.960Z Compiling tokio-native-tls v0.3.1
19082026-05-07T22:57:35.140Z Compiling hyper-tls v0.6.0
19092026-05-07T22:57:35.383Z Compiling daft v0.1.4
19102026-05-07T22:57:35.663Z Compiling rustls-webpki v0.102.8
19112026-05-07T22:57:36.033Z Compiling tokio-rustls v0.26.3
19122026-05-07T22:57:36.227Z Compiling rustls v0.22.4
19132026-05-07T22:57:36.261Z Compiling hyper-rustls v0.27.7
19142026-05-07T22:57:36.537Z Compiling reqwest v0.12.23
19152026-05-07T22:57:38.192Z Compiling tokio-rustls v0.25.0
19162026-05-07T22:57:38.546Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19172026-05-07T22:57:38.935Z Compiling sha1 v0.10.6
19182026-05-07T22:57:39.117Z Compiling multer v3.1.0
19192026-05-07T22:57:39.190Z Compiling rustls-pemfile v2.2.0
19202026-05-07T22:57:39.397Z Compiling terminal_size v0.4.3
19212026-05-07T22:57:39.553Z Compiling rand_chacha v0.3.1
19222026-05-07T22:57:39.790Z Compiling hostname v0.4.2
19232026-05-07T22:57:39.842Z Compiling wait-timeout v0.2.1
19242026-05-07T22:57:40.228Z Compiling rusty-fork v0.3.0
19252026-05-07T22:57:40.295Z Compiling dropshot v0.16.7
19262026-05-07T22:57:40.356Z Compiling rand v0.8.5
19272026-05-07T22:57:41.010Z Compiling rand_xorshift v0.4.0
19282026-05-07T22:57:41.792Z Compiling proptest v1.8.0
19292026-05-07T22:57:42.516Z Compiling clap_builder v4.6.0
19302026-05-07T22:57:43.450Z Compiling hubpack_derive v0.1.1
19312026-05-07T22:57:43.872Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19322026-05-07T22:57:44.397Z Compiling clap v4.6.0
19332026-05-07T22:57:45.327Z Compiling serde_spanned v0.6.9
19342026-05-07T22:57:45.421Z Compiling winnow v0.5.40
19352026-05-07T22:57:46.052Z Compiling progenitor-client v0.10.0
19362026-05-07T22:57:46.169Z Compiling progenitor-client v0.11.1
19372026-05-07T22:57:46.173Z Compiling prettyplease v0.2.37
19382026-05-07T22:57:46.335Z Compiling serde_with v3.14.1
19392026-05-07T22:57:46.565Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19402026-05-07T22:57:46.904Z Compiling rustc-hash v2.1.1
19412026-05-07T22:57:47.033Z Compiling iddqd v0.3.17
19422026-05-07T22:57:47.161Z Compiling progenitor v0.11.1
19432026-05-07T22:57:47.313Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19442026-05-07T22:57:48.408Z Compiling backoff v0.4.0
19452026-05-07T22:57:48.415Z Compiling parse-display v0.10.0
19462026-05-07T22:57:48.415Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19472026-05-07T22:57:48.415Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19482026-05-07T22:57:50.287Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19492026-05-07T22:57:50.298Z Compiling num-derive v0.3.3
19502026-05-07T22:57:51.309Z Compiling toml_write v0.1.2
19512026-05-07T22:57:51.614Z Compiling toml_edit v0.22.27
19522026-05-07T22:57:53.225Z Compiling toml_edit v0.19.15
19532026-05-07T22:57:53.688Z Compiling num-integer v0.1.46
19542026-05-07T22:57:53.730Z Compiling float-ord v0.3.2
19552026-05-07T22:57:53.993Z Compiling toml v0.8.23
19562026-05-07T22:57:54.360Z Compiling proc-macro-crate v1.3.1
19572026-05-07T22:57:55.916Z Compiling num-iter v0.1.45
19582026-05-07T22:57:56.076Z Compiling num-rational v0.4.2
19592026-05-07T22:57:56.790Z Compiling num-complex v0.4.6
19602026-05-07T22:57:57.824Z Compiling num v0.4.3
19612026-05-07T22:58:00.850Z Compiling zerocopy-derive v0.7.35
19622026-05-07T22:58:01.312Z Compiling ingot-macros v0.1.1
19632026-05-07T22:58:01.680Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19642026-05-07T22:58:01.712Z Compiling scroll_derive v0.12.1
19652026-05-07T22:58:02.362Z Compiling zerocopy v0.7.35
19662026-05-07T22:58:02.891Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-05-07T22:58:02.989Z Compiling num_enum_derive v0.7.5
19682026-05-07T22:58:03.445Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19692026-05-07T22:58:04.117Z Compiling memoffset v0.9.1
19702026-05-07T22:58:04.346Z Compiling foreign-types-macros v0.2.3
19712026-05-07T22:58:05.017Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19722026-05-07T22:58:06.323Z Compiling nix v0.30.1
19732026-05-07T22:58:06.695Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19742026-05-07T22:58:06.763Z Compiling libscf-sys v1.1.0
19752026-05-07T22:58:07.412Z Compiling proc-macro-error-attr2 v2.0.0
19762026-05-07T22:58:07.425Z Compiling glob v0.3.3
19772026-05-07T22:58:07.615Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19782026-05-07T22:58:07.704Z Compiling proc-macro-error-attr v1.0.4
19792026-05-07T22:58:07.846Z Compiling proc-macro-error2 v2.0.1
19802026-05-07T22:58:08.065Z Compiling dtrace-parser v0.2.0
19812026-05-07T22:58:08.113Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19822026-05-07T22:58:08.134Z Compiling tabled_derive v0.11.0
19832026-05-07T22:58:08.145Z Compiling proc-macro-error v1.0.4
19842026-05-07T22:58:08.532Z Compiling dof v0.3.0
19852026-05-07T22:58:08.621Z Compiling num_enum_derive v0.5.11
19862026-05-07T22:58:08.895Z Compiling hubpack v0.1.2
19872026-05-07T22:58:09.056Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19882026-05-07T22:58:09.124Z Compiling thread-id v4.2.2
19892026-05-07T22:58:09.515Z Compiling static_assertions v1.1.0
19902026-05-07T22:58:09.592Z Compiling usdt-impl v0.5.0
19912026-05-07T22:58:10.663Z Compiling derive_more v0.99.20
19922026-05-07T22:58:11.753Z Compiling minimal-lexical v0.2.1
19932026-05-07T22:58:11.818Z Compiling bytecount v0.6.9
19942026-05-07T22:58:11.965Z Compiling nom v7.1.3
19952026-05-07T22:58:13.007Z Compiling usdt-macro v0.5.0
19962026-05-07T22:58:13.034Z Compiling usdt-attr-macro v0.5.0
19972026-05-07T22:58:13.481Z Compiling zone_cfg_derive v0.3.1
19982026-05-07T22:58:13.729Z Compiling num-derive v0.4.2
19992026-05-07T22:58:13.784Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20002026-05-07T22:58:13.865Z Compiling rustc_version v0.4.1
20012026-05-07T22:58:14.215Z Compiling crossbeam-epoch v0.9.18
20022026-05-07T22:58:14.228Z Compiling papergrid v0.17.0
20032026-05-07T22:58:14.568Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20042026-05-07T22:58:14.740Z Compiling testing_table v0.3.0
20052026-05-07T22:58:14.928Z Compiling enum-as-inner v0.6.1
20062026-05-07T22:58:14.965Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20072026-05-07T22:58:15.248Z Compiling tabled v0.20.0
20082026-05-07T22:58:15.529Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20092026-05-07T22:58:15.574Z Compiling curve25519-dalek v4.1.3
20102026-05-07T22:58:15.717Z Compiling crossbeam-deque v0.8.6
20112026-05-07T22:58:15.898Z Compiling typify-impl v0.6.1
20122026-05-07T22:58:15.914Z Compiling thiserror-impl-no-std v2.0.2
20132026-05-07T22:58:15.957Z Compiling curve25519-dalek-derive v0.1.1
20142026-05-07T22:58:16.272Z Compiling rayon-core v1.13.0
20152026-05-07T22:58:16.673Z Compiling clang-sys v1.8.1
20162026-05-07T22:58:17.020Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20172026-05-07T22:58:17.033Z Compiling scroll v0.12.0
20182026-05-07T22:58:17.158Z Compiling hash32 v0.3.1
20192026-05-07T22:58:17.301Z Compiling heapless v0.8.0
20202026-05-07T22:58:17.316Z Compiling goblin v0.8.2
20212026-05-07T22:58:17.414Z Compiling ingot-types v0.1.2
20222026-05-07T22:58:17.806Z Compiling cobs v0.3.0
20232026-05-07T22:58:17.905Z Compiling libloading v0.8.9
20242026-05-07T22:58:17.961Z Compiling bitflags v1.3.2
20252026-05-07T22:58:17.991Z Compiling foreign-types-shared v0.3.1
20262026-05-07T22:58:18.010Z Compiling managed v0.8.0
20272026-05-07T22:58:18.088Z Compiling foreign-types v0.5.0
20282026-05-07T22:58:18.104Z Compiling bindgen v0.72.1
20292026-05-07T22:58:18.132Z Compiling postcard v1.1.3
20302026-05-07T22:58:18.227Z Compiling smoltcp v0.11.0
20312026-05-07T22:58:18.297Z Compiling ingot v0.1.1
20322026-05-07T22:58:18.470Z Compiling cexpr v0.6.0
20332026-05-07T22:58:18.989Z Compiling num_enum v0.7.5
20342026-05-07T22:58:19.112Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20352026-05-07T22:58:19.259Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20362026-05-07T22:58:19.372Z Compiling camino-tempfile v1.4.1
20372026-05-07T22:58:19.591Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20382026-05-07T22:58:19.904Z Compiling derive-where v1.6.0
20392026-05-07T22:58:19.916Z Compiling serde_repr v0.1.20
20402026-05-07T22:58:20.349Z Compiling cstr-argument v0.1.2
20412026-05-07T22:58:20.535Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20422026-05-07T22:58:20.804Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20432026-05-07T22:58:21.395Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20442026-05-07T22:58:21.586Z Compiling rayon v1.11.0
20452026-05-07T22:58:21.981Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20462026-05-07T22:58:22.104Z Compiling crucible-workspace-hack v0.1.0
20472026-05-07T22:58:22.123Z Compiling typify-macro v0.6.1
20482026-05-07T22:58:22.622Z Compiling memmap v0.7.0
20492026-05-07T22:58:22.793Z Compiling tinyvec_macros v0.1.1
20502026-05-07T22:58:22.869Z Compiling tinyvec v1.10.0
20512026-05-07T22:58:22.913Z Compiling usdt v0.5.0
20522026-05-07T22:58:23.079Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20532026-05-07T22:58:23.211Z Compiling num_enum v0.5.11
20542026-05-07T22:58:23.650Z Compiling pin-project-internal v1.1.10
20552026-05-07T22:58:24.196Z Compiling typify v0.6.1
20562026-05-07T22:58:24.281Z Compiling progenitor-impl v0.13.0
20572026-05-07T22:58:24.817Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20582026-05-07T22:58:24.949Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20592026-05-07T22:58:25.188Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20602026-05-07T22:58:25.299Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20612026-05-07T22:58:25.566Z Compiling rustix v0.38.44
20622026-05-07T22:58:25.926Z Compiling itertools v0.12.1
20632026-05-07T22:58:25.945Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20642026-05-07T22:58:26.048Z Compiling progenitor-impl v0.10.0
20652026-05-07T22:58:26.332Z Compiling sigpipe v0.1.3
20662026-05-07T22:58:26.431Z Compiling jiff v0.2.15
20672026-05-07T22:58:26.444Z Compiling const_format_proc_macros v0.2.34
20682026-05-07T22:58:26.656Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20692026-05-07T22:58:26.846Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20702026-05-07T22:58:27.054Z Compiling zone v0.3.1
20712026-05-07T22:58:27.984Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20722026-05-07T22:58:27.984Z Compiling progenitor-macro v0.13.0
20732026-05-07T22:58:27.984Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20742026-05-07T22:58:28.475Z Compiling secrecy v0.10.3
20752026-05-07T22:58:28.558Z Compiling smf v0.2.3
20762026-05-07T22:58:28.638Z Compiling async-recursion v1.1.1
20772026-05-07T22:58:29.003Z Compiling snafu-derive v0.8.9
20782026-05-07T22:58:29.207Z Compiling bstr v1.12.0
20792026-05-07T22:58:29.394Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20802026-05-07T22:58:29.519Z Compiling progenitor-macro v0.10.0
20812026-05-07T22:58:29.715Z Compiling whoami v1.6.1
20822026-05-07T22:58:29.904Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20832026-05-07T22:58:31.560Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20842026-05-07T22:58:31.731Z Compiling hmac v0.12.1
20852026-05-07T22:58:32.161Z Compiling inout v0.1.4
20862026-05-07T22:58:32.316Z Compiling ff v0.13.1
20872026-05-07T22:58:32.349Z Compiling crc8 v0.1.1
20882026-05-07T22:58:32.486Z Compiling data-encoding v2.9.0
20892026-05-07T22:58:32.922Z Compiling group v0.13.0
20902026-05-07T22:58:33.043Z Compiling cipher v0.4.4
20912026-05-07T22:58:33.074Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20922026-05-07T22:58:33.272Z Compiling hkdf v0.12.4
20932026-05-07T22:58:33.356Z Compiling atomicwrites v0.4.4
20942026-05-07T22:58:33.428Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20952026-05-07T22:58:33.691Z Compiling tokio-dtrace v0.1.1
20962026-05-07T22:58:33.759Z Compiling tabled_derive v0.7.0
20972026-05-07T22:58:34.281Z Compiling reqwest v0.13.2
20982026-05-07T22:58:34.551Z Compiling universal-hash v0.5.1
20992026-05-07T22:58:34.690Z Compiling crypto-bigint v0.5.5
21002026-05-07T22:58:34.693Z Compiling dropshot-api-manager-types v0.5.2
21012026-05-07T22:58:34.775Z Compiling half v2.7.1
21022026-05-07T22:58:35.075Z Compiling base16ct v0.2.0
21032026-05-07T22:58:35.087Z Compiling indent_write v2.2.0
21042026-05-07T22:58:35.249Z Compiling base64ct v1.8.0
21052026-05-07T22:58:35.476Z Compiling opaque-debug v0.3.1
21062026-05-07T22:58:35.488Z Compiling ciborium-io v0.2.2
21072026-05-07T22:58:35.556Z Compiling poly1305 v0.8.0
21082026-05-07T22:58:35.569Z Compiling ciborium-ll v0.2.2
21092026-05-07T22:58:35.589Z Compiling password-hash v0.5.0
21102026-05-07T22:58:35.793Z Compiling elliptic-curve v0.13.8
21112026-05-07T22:58:35.979Z Compiling progenitor-client v0.13.0
21122026-05-07T22:58:36.308Z Compiling oxide-tokio-rt v0.1.2
21132026-05-07T22:58:36.512Z Compiling chacha20 v0.9.1
21142026-05-07T22:58:36.648Z Compiling similar v2.7.0
21152026-05-07T22:58:36.665Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-05-07T22:58:37.088Z Compiling thiserror-no-std v2.0.2
21172026-05-07T22:58:37.753Z Compiling blake2 v0.10.6
21182026-05-07T22:58:38.068Z Compiling aead v0.5.2
21192026-05-07T22:58:38.221Z Compiling keccak v0.1.6
21202026-05-07T22:58:38.231Z Compiling resolv-conf v0.7.5
21212026-05-07T22:58:38.488Z Compiling linked-hash-map v0.5.6
21222026-05-07T22:58:38.614Z Compiling sha3 v0.10.8
21232026-05-07T22:58:38.666Z Compiling lru-cache v0.1.2
21242026-05-07T22:58:38.677Z Compiling chacha20poly1305 v0.10.1
21252026-05-07T22:58:38.807Z Compiling argon2 v0.5.3
21262026-05-07T22:58:38.811Z Compiling vsss-rs v3.3.4
21272026-05-07T22:58:38.991Z Compiling progenitor v0.13.0
21282026-05-07T22:58:39.017Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21292026-05-07T22:58:39.389Z Compiling ciborium v0.2.2
21302026-05-07T22:58:39.607Z Compiling hickory-proto v0.24.4
21312026-05-07T22:58:40.176Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21322026-05-07T22:58:40.261Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21332026-05-07T22:58:40.604Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21342026-05-07T22:58:40.777Z Compiling serde-big-array v0.5.1
21352026-05-07T22:58:40.925Z Compiling same-file v1.0.6
21362026-05-07T22:58:40.938Z Compiling siphasher v1.0.1
21372026-05-07T22:58:41.112Z Compiling unicode-segmentation v1.12.0
21382026-05-07T22:58:41.457Z Compiling hickory-resolver v0.24.4
21392026-05-07T22:58:41.506Z Compiling newline-converter v0.3.0
21402026-05-07T22:58:41.518Z Compiling phf_shared v0.12.1
21412026-05-07T22:58:41.529Z Compiling walkdir v2.5.0
21422026-05-07T22:58:41.627Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21432026-05-07T22:58:41.690Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21442026-05-07T22:58:42.225Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21452026-05-07T22:58:42.667Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21462026-05-07T22:58:43.015Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
21472026-05-07T22:58:43.515Z Compiling newtype_derive v0.1.6
21482026-05-07T22:58:43.604Z Compiling owo-colors v4.3.0
21492026-05-07T22:58:43.725Z Compiling tokio-stream v0.1.17
21502026-05-07T22:58:44.018Z Compiling console v0.15.11
21512026-05-07T22:58:44.228Z Compiling csv-core v0.1.12
21522026-05-07T22:58:44.366Z Compiling smawk v0.3.2
21532026-05-07T22:58:44.388Z Compiling humantime v2.3.0
21542026-05-07T22:58:44.507Z Compiling swrite v0.1.0
21552026-05-07T22:58:44.599Z Compiling termtree v0.5.1
21562026-05-07T22:58:44.611Z Compiling unicode-width v0.1.14
21572026-05-07T22:58:44.721Z Compiling unicode-linebreak v0.1.5
21582026-05-07T22:58:44.733Z Compiling foldhash v0.1.5
21592026-05-07T22:58:44.901Z Compiling hashbrown v0.15.5
21602026-05-07T22:58:44.919Z Compiling textwrap v0.16.2
21612026-05-07T22:58:44.977Z Compiling csv v1.3.1
21622026-05-07T22:58:45.145Z Compiling expectorate v1.2.0
21632026-05-07T22:58:45.309Z Compiling qorb v0.4.1
21642026-05-07T22:58:45.481Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21652026-05-07T22:58:45.567Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21662026-05-07T22:58:47.200Z Compiling phf v0.12.1
21672026-05-07T22:58:47.359Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21682026-05-07T22:58:47.666Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21692026-05-07T22:58:47.678Z Compiling pin-project v1.1.10
21702026-05-07T22:58:47.785Z Compiling unicode-normalization v0.1.24
21712026-05-07T22:58:47.946Z Compiling libz-sys v1.1.22
21722026-05-07T22:58:48.064Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21732026-05-07T22:58:49.030Z Compiling libsw-core v0.3.2
21742026-05-07T22:58:49.378Z Compiling fixedbitset v0.4.2
21752026-05-07T22:58:49.391Z Compiling highway v1.3.0
21762026-05-07T22:58:49.602Z Compiling fixedbitset v0.5.7
21772026-05-07T22:58:49.815Z Compiling petgraph v0.8.2
21782026-05-07T22:58:49.818Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21792026-05-07T22:58:49.948Z Compiling progenitor v0.10.0
21802026-05-07T22:58:50.104Z Compiling petgraph v0.6.5
21812026-05-07T22:58:51.127Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21822026-05-07T22:58:51.631Z Compiling libsw v3.5.0
21832026-05-07T22:58:51.810Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21842026-05-07T22:58:52.167Z Compiling olpc-cjson v0.1.4
21852026-05-07T22:58:52.224Z Compiling libgit2-sys v0.17.0+1.8.1
21862026-05-07T22:58:52.312Z Compiling snafu v0.8.9
21872026-05-07T22:58:52.488Z Compiling chrono-tz v0.10.4
21882026-05-07T22:58:52.699Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-05-07T22:58:52.898Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21902026-05-07T22:58:53.094Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-05-07T22:58:53.944Z Compiling papergrid v0.11.0
21922026-05-07T22:58:54.382Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21932026-05-07T22:58:54.676Z Compiling globset v0.4.16
21942026-05-07T22:58:54.798Z Compiling const_format v0.2.34
21952026-05-07T22:58:55.021Z Compiling slog-dtrace v0.3.0
21962026-05-07T22:58:55.133Z Compiling cancel-safe-futures v0.1.5
21972026-05-07T22:58:55.220Z Compiling gethostname v0.5.0
21982026-05-07T22:58:55.463Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21992026-05-07T22:58:55.844Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22002026-05-07T22:58:56.427Z Compiling pem v3.0.5
22012026-05-07T22:58:56.515Z Compiling bcs v0.1.6
22022026-05-07T22:58:56.818Z Compiling serde_plain v1.0.2
22032026-05-07T22:58:56.840Z Compiling cargo-platform v0.1.9
22042026-05-07T22:58:57.028Z Compiling typed-path v0.9.3
22052026-05-07T22:58:57.123Z Compiling linear-map v1.2.0
22062026-05-07T22:58:57.441Z Compiling tagptr v0.2.0
22072026-05-07T22:58:57.598Z Compiling moka v0.12.11
22082026-05-07T22:58:58.055Z Compiling tough v0.20.0
22092026-05-07T22:58:58.369Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22102026-05-07T22:58:59.901Z Compiling cargo_metadata v0.18.1
22112026-05-07T22:59:00.372Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-05-07T22:59:00.991Z Compiling tabled v0.15.0
22132026-05-07T22:59:01.028Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-05-07T22:59:01.063Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-05-07T22:59:01.333Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-05-07T22:59:01.535Z Compiling git2 v0.19.0
22172026-05-07T22:59:03.257Z Compiling steno v0.4.1
22182026-05-07T22:59:03.926Z Compiling cookie v0.18.1
22192026-05-07T22:59:04.307Z Compiling hickory-proto v0.25.2
22202026-05-07T22:59:06.375Z Compiling hickory-resolver v0.25.2
22212026-05-07T22:59:06.915Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-05-07T22:59:08.633Z Compiling vergen v8.3.2
22232026-05-07T22:59:09.957Z Compiling signal-hook v0.3.18
22242026-05-07T22:59:10.849Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22252026-05-07T22:59:10.873Z Compiling mockall_derive v0.13.1
22262026-05-07T22:59:11.119Z Compiling predicates-core v1.0.9
22272026-05-07T22:59:11.580Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22282026-05-07T22:59:11.746Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22292026-05-07T22:59:12.178Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22302026-05-07T22:59:13.192Z Compiling sha2 v0.10.9
22312026-05-07T22:59:13.331Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22322026-05-07T22:59:13.592Z Compiling yansi v1.0.1
22332026-05-07T22:59:13.919Z Compiling diff v0.1.13
22342026-05-07T22:59:13.922Z Compiling adler2 v2.0.1
22352026-05-07T22:59:14.080Z Compiling pretty_assertions v1.4.1
22362026-05-07T22:59:14.125Z Compiling miniz_oxide v0.8.9
22372026-05-07T22:59:14.289Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22382026-05-07T22:59:14.877Z Compiling fs-err v3.1.2
22392026-05-07T22:59:15.404Z Compiling crc32fast v1.5.0
22402026-05-07T22:59:15.621Z Compiling predicates-tree v1.0.12
22412026-05-07T22:59:15.905Z Compiling predicates v3.1.3
22422026-05-07T22:59:16.563Z Compiling git-stub v1.0.0
22432026-05-07T22:59:16.848Z Compiling filetime v0.2.26
22442026-05-07T22:59:17.049Z Compiling is_ci v1.2.0
22452026-05-07T22:59:17.205Z Compiling arrayref v0.3.9
22462026-05-07T22:59:17.290Z Compiling xattr v1.6.1
22472026-05-07T22:59:17.474Z Compiling downcast v0.11.0
22482026-05-07T22:59:17.631Z Compiling fragile v2.0.1
22492026-05-07T22:59:17.710Z Compiling arrayvec v0.7.6
22502026-05-07T22:59:17.926Z Compiling constant_time_eq v0.3.1
22512026-05-07T22:59:18.053Z Compiling blake3 v1.8.2
22522026-05-07T22:59:18.639Z Compiling mockall v0.13.1
22532026-05-07T22:59:18.837Z Compiling toml v0.7.8
22542026-05-07T22:59:19.544Z Compiling tar v0.4.45
22552026-05-07T22:59:19.568Z Compiling supports-color v3.0.2
22562026-05-07T22:59:19.617Z Compiling git-stub-vcs v0.1.0
22572026-05-07T22:59:19.763Z Compiling curl-sys v0.4.83+curl-8.15.0
22582026-05-07T22:59:19.914Z Compiling signal-hook-tokio v0.3.1
22592026-05-07T22:59:19.999Z Compiling flate2 v1.1.2
22602026-05-07T22:59:20.054Z Compiling drift v0.1.4
22612026-05-07T22:59:20.157Z Compiling kstat-rs v0.2.4
22622026-05-07T22:59:20.422Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22632026-05-07T22:59:20.472Z Compiling topological-sort v0.2.2
22642026-05-07T22:59:20.577Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22652026-05-07T22:59:20.620Z Compiling hex-literal v1.0.0
22662026-05-07T22:59:20.736Z Compiling display-error-chain v0.2.2
22672026-05-07T22:59:20.881Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22682026-05-07T22:59:20.969Z Compiling dropshot-api-manager v0.5.2
22692026-05-07T22:59:21.473Z Compiling omicron-zone-package v0.12.2
22702026-05-07T22:59:22.790Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22712026-05-07T22:59:22.899Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22722026-05-07T22:59:23.852Z Compiling curl v0.4.49
22732026-05-07T22:59:24.351Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22742026-05-07T22:59:24.428Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22752026-05-07T22:59:24.684Z Compiling search_path v0.1.4
22762026-05-07T22:59:24.744Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22772026-05-07T22:59:25.092Z Compiling internet-checksum v0.2.1
22782026-05-07T22:59:25.244Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22792026-05-07T22:59:25.406Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22802026-05-07T22:59:27.093Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22812026-05-07T22:59:28.638Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22822026-05-07T23:00:11.225Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 10s
22832026-05-07T23:00:11.344Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
22842026-05-07T23:00:11.348Z
22852026-05-07T23:00:11.351Zrunning 5 tests
22862026-05-07T23:00:11.355Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22872026-05-07T23:00:11.355Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22882026-05-07T23:00:11.355Ztest fuse::tests::chip_revision_b0 ... ok
22892026-05-07T23:00:11.355Ztest fuse::tests::chip_revision_b1 ... ok
22902026-05-07T23:00:11.355Ztest fuse::tests::chip_revision_a0 ... ok
22912026-05-07T23:00:11.355Z
22922026-05-07T23:00:11.355Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22932026-05-07T23:00:11.355Z
22942026-05-07T23:00:11.355Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
22952026-05-07T23:00:11.355Z
22962026-05-07T23:00:11.355Zrunning 0 tests
22972026-05-07T23:00:11.355Z
22982026-05-07T23:00:11.355Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22992026-05-07T23:00:11.355Z
23002026-05-07T23:00:11.355Z Running unittests src/lib.rs (target/debug/deps/asic-b29062009ea962eb)
23012026-05-07T23:00:11.359Z
23022026-05-07T23:00:11.359Zrunning 0 tests
23032026-05-07T23:00:11.359Z
23042026-05-07T23:00:11.359Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23052026-05-07T23:00:11.359Z
23062026-05-07T23:00:11.359Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
23072026-05-07T23:00:11.359Z
23082026-05-07T23:00:11.359Zrunning 10 tests
23092026-05-07T23:00:11.359Ztest network::tests::test_equal ... ok
23102026-05-07T23:00:11.359Ztest network::tests::test_eui64 ... ok
23112026-05-07T23:00:11.359Ztest nat::tests::test_vni ... ok
23122026-05-07T23:00:11.359Ztest network::tests::test_generate_ipv6_link_local ... ok
23132026-05-07T23:00:11.359Ztest network::tests::test_not_equal ... ok
23142026-05-07T23:00:11.360Ztest network::tests::test_into ... ok
23152026-05-07T23:00:11.360Ztest network::tests::test_parse ... ok
23162026-05-07T23:00:11.360Ztest network::tests::test_to_string ... ok
23172026-05-07T23:00:11.360Ztest test_purge ... ok
23182026-05-07T23:00:11.364Ztest illumos::test::address_exists_handles_missing_object ... ok
23192026-05-07T23:00:11.364Z
23202026-05-07T23:00:11.364Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23212026-05-07T23:00:11.364Z
23222026-05-07T23:00:11.364Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-a68a3d522fd32e2b)
23232026-05-07T23:00:11.368Z
23242026-05-07T23:00:11.368Zrunning 1 test
23252026-05-07T23:00:12.686Ztest test::test_apis_up_to_date ... ok
23262026-05-07T23:00:12.686Z
23272026-05-07T23:00:12.686Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
23282026-05-07T23:00:12.686Z
23292026-05-07T23:00:12.739Z Running unittests src/main.rs (target/debug/deps/dpd-d53ba9f4ebecc44a)
23302026-05-07T23:00:12.745Z
23312026-05-07T23:00:12.745Zrunning 18 tests
23322026-05-07T23:00:12.750Ztest freemap::test_ordering ... ok
23332026-05-07T23:00:12.751Ztest freemap::test_split ... ok
23342026-05-07T23:00:12.751Ztest config::tests::test_updates ... ok
23352026-05-07T23:00:12.751Ztest macaddrs::tests::test_mac_offset ... ok
23362026-05-07T23:00:12.751Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23372026-05-07T23:00:12.751Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23382026-05-07T23:00:12.751Ztest nat::test_mapping ... ok
23392026-05-07T23:00:12.751Ztest macaddrs::tests::test_parse_port_id ... ok
23402026-05-07T23:00:12.751Ztest port_map::tests::dump_map ... ok
23412026-05-07T23:00:12.751Ztest port_map::tests::test_backplane_group ... ok
23422026-05-07T23:00:12.751ZMay 07 23:00:11.278 DEBG created new freemap, unit: freemap_test
23432026-05-07T23:00:12.751ZMay 07 23:00:11.278May 07 23:00:11.278 DEBGDEBG initted freemap. size: 128created new freemap, unit, :unit :freemap_test
23442026-05-07T23:00:12.751Zfreemap_test
23452026-05-07T23:00:12.752ZMay 07 23:00:11.278 DEBG reset freemap, May 07 23:00:11.278unit May 07 23:00:11.278:DEBG freemap_test
23462026-05-07T23:00:12.752Zinitted freemap. size: 128DEBG, unitcreated new freemap: freemap_test,
23472026-05-07T23:00:12.752Zunit: freemap_testMay 07 23:00:11.278
23482026-05-07T23:00:12.752Z DEBG reset freemap, unit: freemap_test
23492026-05-07T23:00:12.752ZMay 07 23:00:11.278 DEBG initted freemap. size: 128, unit: freemap_test
23502026-05-07T23:00:12.752ZMay 07 23:00:11.278 DEBG reset freemap, unit: freemap_test
23512026-05-07T23:00:12.752ZMay 07 23:00:11.278 DEBG created new freemap, unit: freemap_test
23522026-05-07T23:00:12.752ZMay 07 23:00:11.278 DEBG initted freemap. size: 128, unit: freemap_test
23532026-05-07T23:00:12.752ZMay 07 23:00:11.278 DEBG reset freemap, unit: freemap_test
23542026-05-07T23:00:12.752Ztest freemap::test_free ... ok
23552026-05-07T23:00:12.752Ztest freemap::test_reclaim ... ok
23562026-05-07T23:00:12.752Ztest freemap::test_exhaustion ... ok
23572026-05-07T23:00:12.752Ztest port_map::tests::test_port_map ... ok
23582026-05-07T23:00:12.752Ztest freemap::test_basic ... ok
23592026-05-07T23:00:12.752ZMay 07 23:00:11.278 DEBG created new freemap, unit: freemap_test
23602026-05-07T23:00:12.752ZMay 07 23:00:11.278 DEBG initted freemap. size: 128, unit: freemap_test
23612026-05-07T23:00:12.752ZMay 07 23:00:11.278 DEBG reset freemap, unit: freemap_test
23622026-05-07T23:00:12.752Ztest freemap::test_span ... ok
23632026-05-07T23:00:12.756Ztest port_map::tests::parse_softnpu_revision ... ok
23642026-05-07T23:00:12.756Ztest api_server::tests::test_build_info ... ok
23652026-05-07T23:00:12.756Z
23662026-05-07T23:00:12.756Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23672026-05-07T23:00:12.756Z
23682026-05-07T23:00:12.756Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-be0f18ddd74acdb6)
23692026-05-07T23:00:12.756Z
23702026-05-07T23:00:12.756Zrunning 0 tests
23712026-05-07T23:00:12.756Z
23722026-05-07T23:00:12.756Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23732026-05-07T23:00:12.757Z
23742026-05-07T23:00:12.757Z Running unittests src/lib.rs (target/debug/deps/dpd_api-1183094212abf212)
23752026-05-07T23:00:12.757Z
23762026-05-07T23:00:12.757Zrunning 0 tests
23772026-05-07T23:00:12.757Z
23782026-05-07T23:00:12.757Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23792026-05-07T23:00:12.757Z
23802026-05-07T23:00:12.757Z Running unittests src/lib.rs (target/debug/deps/dpd_client-662010a3e2dd3db0)
23812026-05-07T23:00:12.761Z
23822026-05-07T23:00:12.761Zrunning 6 tests
23832026-05-07T23:00:12.761Ztest tests::test_full_lot_id_neither_present ... ok
23842026-05-07T23:00:12.761Ztest tests::test_parse_client_port_id ... ok
23852026-05-07T23:00:12.762Ztest tests::test_port_id_cmp ... ok
23862026-05-07T23:00:12.762Ztest tests::test_full_lot_id_lot_only ... ok
23872026-05-07T23:00:12.762Ztest tests::test_full_lot_id_lotnum_only ... ok
23882026-05-07T23:00:12.762Ztest tests::test_full_lot_id_both_present ... ok
23892026-05-07T23:00:12.762Z
23902026-05-07T23:00:12.762Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23912026-05-07T23:00:12.762Z
23922026-05-07T23:00:12.762Z Running tests/test_all.rs (target/debug/deps/test_all-db6b023943412d6d)
23932026-05-07T23:00:12.766Z
23942026-05-07T23:00:12.766Zrunning 0 tests
23952026-05-07T23:00:12.766Z
23962026-05-07T23:00:12.766Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23972026-05-07T23:00:12.766Z
23982026-05-07T23:00:12.766Z Running unittests src/lib.rs (target/debug/deps/dpd_types-5f44be03a468ec0c)
23992026-05-07T23:00:12.766Z
24002026-05-07T23:00:12.766Zrunning 0 tests
24012026-05-07T23:00:12.766Z
24022026-05-07T23:00:12.766Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24032026-05-07T23:00:12.766Z
24042026-05-07T23:00:12.766Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
24052026-05-07T23:00:12.766Z
24062026-05-07T23:00:12.766Zrunning 12 tests
24072026-05-07T23:00:12.766Ztest icmp::test_v6_checksum ... ok
24082026-05-07T23:00:12.766Ztest icmp::test_v4_checksum ... ok
24092026-05-07T23:00:12.767Ztest pbuf::test_byte ... ok
24102026-05-07T23:00:12.767Ztest lldp::test_lldp_parse ... ok
24112026-05-07T23:00:12.767Ztest ipv6::test_ipv6_parse ... ok
24122026-05-07T23:00:12.767Ztest pbuf::test_nibble ... ok
24132026-05-07T23:00:12.767Ztest pbuf::test_overflow ... ok
24142026-05-07T23:00:12.767Ztest pbuf::test_short ... ok
24152026-05-07T23:00:12.767Ztest pbuf::test_twelve ... ok
24162026-05-07T23:00:12.767Ztest pbuf::test_word ... ok
24172026-05-07T23:00:12.767Ztest tcp::test_checksum_syn_nodata ... ok
24182026-05-07T23:00:12.767Ztest tcp::test_checksum_ack_data ... ok
24192026-05-07T23:00:12.767Z
24202026-05-07T23:00:12.767Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24212026-05-07T23:00:12.767Z
24222026-05-07T23:00:12.767Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
24232026-05-07T23:00:12.771Z
24242026-05-07T23:00:12.771Zrunning 0 tests
24252026-05-07T23:00:12.771Z
24262026-05-07T23:00:12.772Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24272026-05-07T23:00:12.772Z
24282026-05-07T23:00:12.772Z Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b)
24292026-05-07T23:00:12.772Z
24302026-05-07T23:00:12.772Zrunning 5 tests
24312026-05-07T23:00:12.772Ztest switchport::test::test_compute_lanes ... ok
24322026-05-07T23:00:12.772Ztest switchport::test::port_id_ordering ... ok
24332026-05-07T23:00:12.772Z Lane 0 Lane 1 Lane 2 Lane 3
24342026-05-07T23:00:12.772Z Rx Loss-of-lock: Yes Yes Yes Yes
24352026-05-07T23:00:12.772Z Rx Loss-of-signal: Yes Lane 0 Yes Yes Yes
24362026-05-07T23:00:12.772ZLane 1 Rx CDR Enabled: YesLane 2 Lane 3Yes
24372026-05-07T23:00:12.772Z Yes State: ActivatedYes
24382026-05-07T23:00:12.772ZActivated Tx Enabled: Yes Activated ActivatedYes
24392026-05-07T23:00:12.772ZYes Yes
24402026-05-07T23:00:12.772Z Rx Output Enabled: false Tx Loss-of-lock: No false No false No false
24412026-05-07T23:00:12.772ZNo
24422026-05-07T23:00:12.772Z Rx Output Status: valid Tx Loss-of-signal: No validNo valid No valid
24432026-05-07T23:00:12.772ZNo Rx Loss-of-lock: true
24442026-05-07T23:00:12.772Z Tx CDR Enabled: No true No trueNo trueNo
24452026-05-07T23:00:12.772Z
24462026-05-07T23:00:12.772Z Rx Loss-of-signal: false Tx Adaptive EQ Fault: No falseNo falseNo falseNo
24472026-05-07T23:00:12.773Z
24482026-05-07T23:00:12.773ZRx Auto-squelch Disable: true Tx Fault: Yestrue true Yestrue
24492026-05-07T23:00:12.773ZYes Tx Output Enabled: trueYes
24502026-05-07T23:00:12.773Ztrue true true
24512026-05-07T23:00:12.773Z Tx Output Status: invalid invalid invalid invalid
24522026-05-07T23:00:12.773Z Tx Loss-of-lock: false false false false
24532026-05-07T23:00:12.773Z Tx Loss-of-signal: true true true true
24542026-05-07T23:00:12.773ZTx Auto-squelch Disable: false false false false
24552026-05-07T23:00:12.773Z Tx Adaptive EQ Fail: true true true true
24562026-05-07T23:00:12.773Z Tx Failure: false false false false
24572026-05-07T23:00:12.773Z Tx Force Squelch: true true true true
24582026-05-07T23:00:12.773Z Tx Input Polarity: normal normal normal normal
24592026-05-07T23:00:12.773Ztest switchport::test::test_print_sff_datapath ... ok
24602026-05-07T23:00:12.773Ztest switchport::test::test_print_cmis_datapath ... ok
24612026-05-07T23:00:12.777Ztest link::test_filter ... ok
24622026-05-07T23:00:12.777Z
24632026-05-07T23:00:12.777Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24642026-05-07T23:00:12.777Z
24652026-05-07T23:00:12.777Z Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db)
24662026-05-07T23:00:12.777Z
24672026-05-07T23:00:12.777Zrunning 1 test
24682026-05-07T23:00:12.777Ztest test_p4_counter_list ... ignored
24692026-05-07T23:00:12.777Z
24702026-05-07T23:00:12.777Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
24712026-05-07T23:00:12.777Z
24722026-05-07T23:00:12.777Z Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086)
24732026-05-07T23:00:12.777Z
24742026-05-07T23:00:12.777Zrunning 5 tests
24752026-05-07T23:00:12.777Ztest test_an ... ignored
24762026-05-07T23:00:12.777Ztest test_enable ... ignored
24772026-05-07T23:00:12.777Ztest test_ip_addresses ... ignored
24782026-05-07T23:00:12.777Ztest test_kr ... ignored
24792026-05-07T23:00:12.777Ztest test_mac ... ignored
24802026-05-07T23:00:12.777Z
24812026-05-07T23:00:12.777Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
24822026-05-07T23:00:12.777Z
24832026-05-07T23:00:12.778Z Running unittests src/main.rs (target/debug/deps/tfportd-4775e0d654b48b32)
24842026-05-07T23:00:12.781Z
24852026-05-07T23:00:12.781Zrunning 3 tests
24862026-05-07T23:00:12.781Ztest linklocal::test_parse_ipadm ... ok
24872026-05-07T23:00:12.781Ztest tfport::test_parse_tfport ... ok
24882026-05-07T23:00:12.781Ztest config::tests::test_updates ... ok
24892026-05-07T23:00:12.781Z
24902026-05-07T23:00:12.781Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24912026-05-07T23:00:12.781Z
24922026-05-07T23:00:12.781Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
24932026-05-07T23:00:12.781Z
24942026-05-07T23:00:12.781Zrunning 0 tests
24952026-05-07T23:00:12.781Z
24962026-05-07T23:00:12.781Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24972026-05-07T23:00:12.781Z
24982026-05-07T23:00:12.781Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
24992026-05-07T23:00:12.786Z
25002026-05-07T23:00:12.786Zrunning 0 tests
25012026-05-07T23:00:12.786Z
25022026-05-07T23:00:12.786Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25032026-05-07T23:00:12.786Z
25042026-05-07T23:00:12.786Z Doc-tests aal
25052026-05-07T23:00:12.906Z
25062026-05-07T23:00:12.906Zrunning 0 tests
25072026-05-07T23:00:12.907Z
25082026-05-07T23:00:12.907Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25092026-05-07T23:00:12.907Z
25102026-05-07T23:00:12.922Z Doc-tests aal_macros
25112026-05-07T23:00:12.989Z
25122026-05-07T23:00:12.989Zrunning 0 tests
25132026-05-07T23:00:12.989Z
25142026-05-07T23:00:12.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25152026-05-07T23:00:12.989Z
25162026-05-07T23:00:12.999Z Doc-tests common
25172026-05-07T23:00:13.227Z
25182026-05-07T23:00:13.228Zrunning 0 tests
25192026-05-07T23:00:13.228Z
25202026-05-07T23:00:13.228Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25212026-05-07T23:00:13.228Z
25222026-05-07T23:00:13.246Z Doc-tests dpd_api
25232026-05-07T23:00:14.383Z
25242026-05-07T23:00:14.383Zrunning 2 tests
25252026-05-07T23:00:14.383Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
25262026-05-07T23:00:14.383Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
25272026-05-07T23:00:14.383Z
25282026-05-07T23:00:14.383Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25292026-05-07T23:00:14.383Z
25302026-05-07T23:00:14.421Z Doc-tests dpd_client
25312026-05-07T23:00:15.765Z
25322026-05-07T23:00:15.765Zrunning 0 tests
25332026-05-07T23:00:15.765Z
25342026-05-07T23:00:15.765Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25352026-05-07T23:00:15.765Z
25362026-05-07T23:00:15.770Z Doc-tests dpd_types
25372026-05-07T23:00:16.068Z
25382026-05-07T23:00:16.068Zrunning 0 tests
25392026-05-07T23:00:16.068Z
25402026-05-07T23:00:16.068Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25412026-05-07T23:00:16.068Z
25422026-05-07T23:00:16.097Z Doc-tests packet
25432026-05-07T23:00:16.207Z
25442026-05-07T23:00:16.207Zrunning 0 tests
25452026-05-07T23:00:16.207Z
25462026-05-07T23:00:16.207Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25472026-05-07T23:00:16.207Z
25482026-05-07T23:00:16.221Z Doc-tests pcap
25492026-05-07T23:00:16.273Z
25502026-05-07T23:00:16.273Zrunning 0 tests
25512026-05-07T23:00:16.273Z
25522026-05-07T23:00:16.273Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25532026-05-07T23:00:16.273Z
25542026-05-07T23:00:16.337Z+ for feat in tofino_stub tofino_asic softnpu chaos
25552026-05-07T23:00:16.337Z+ RUST_BACKTRACE=full
25562026-05-07T23:00:16.337Z+ cargo test --features tofino_asic --no-fail-fast
25572026-05-07T23:00:16.917Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25582026-05-07T23:00:16.991Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25592026-05-07T23:00:16.997Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25602026-05-07T23:00:17.006Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25612026-05-07T23:00:25.469Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25622026-05-07T23:00:25.584Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25632026-05-07T23:01:03.771Z Finished `test` profile [unoptimized + debuginfo] target(s) in 47.42s
25642026-05-07T23:01:03.878Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
25652026-05-07T23:01:03.882Z
25662026-05-07T23:01:03.882Zrunning 5 tests
25672026-05-07T23:01:03.882Ztest fuse::tests::chip_revision_b1 ... ok
25682026-05-07T23:01:03.883Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25692026-05-07T23:01:03.883Ztest fuse::tests::chip_revision_a0 ... ok
25702026-05-07T23:01:03.883Ztest fuse::tests::chip_revision_b0 ... ok
25712026-05-07T23:01:03.883Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
25722026-05-07T23:01:03.883Z
25732026-05-07T23:01:03.883Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25742026-05-07T23:01:03.883Z
25752026-05-07T23:01:03.883Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
25762026-05-07T23:01:03.887Z
25772026-05-07T23:01:03.887Zrunning 0 tests
25782026-05-07T23:01:03.887Z
25792026-05-07T23:01:03.887Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25802026-05-07T23:01:03.887Z
25812026-05-07T23:01:03.887Z Running unittests src/lib.rs (target/debug/deps/asic-23e26aff0e5482a3)
25822026-05-07T23:01:03.967Z
25832026-05-07T23:01:03.967Zrunning 8 tests
25842026-05-07T23:01:03.971Ztest tofino_asic::qsfp::tests::fix_link ... ok
25852026-05-07T23:01:03.971Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
25862026-05-07T23:01:03.971Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
25872026-05-07T23:01:03.971Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
25882026-05-07T23:01:03.971Ztest tofino_asic::stats::constants_sanity_check ... ok
25892026-05-07T23:01:03.971Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
25902026-05-07T23:01:03.978Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
25912026-05-07T23:01:04.471Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
25922026-05-07T23:01:04.471Z
25932026-05-07T23:01:04.471Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
25942026-05-07T23:01:04.471Z
25952026-05-07T23:01:04.480Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
25962026-05-07T23:01:04.484Z
25972026-05-07T23:01:04.484Zrunning 10 tests
25982026-05-07T23:01:04.484Ztest network::tests::test_eui64 ... ok
25992026-05-07T23:01:04.485Ztest network::tests::test_equal ... ok
26002026-05-07T23:01:04.485Ztest network::tests::test_into ... ok
26012026-05-07T23:01:04.485Ztest nat::tests::test_vni ... ok
26022026-05-07T23:01:04.485Ztest network::tests::test_not_equal ... ok
26032026-05-07T23:01:04.485Ztest network::tests::test_generate_ipv6_link_local ... ok
26042026-05-07T23:01:04.485Ztest network::tests::test_to_string ... ok
26052026-05-07T23:01:04.485Ztest network::tests::test_parse ... ok
26062026-05-07T23:01:04.485Ztest test_purge ... ok
26072026-05-07T23:01:04.489Ztest illumos::test::address_exists_handles_missing_object ... ok
26082026-05-07T23:01:04.489Z
26092026-05-07T23:01:04.489Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26102026-05-07T23:01:04.489Z
26112026-05-07T23:01:04.489Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-a68a3d522fd32e2b)
26122026-05-07T23:01:04.493Z
26132026-05-07T23:01:04.493Zrunning 1 test
26142026-05-07T23:01:05.765Ztest test::test_apis_up_to_date ... ok
26152026-05-07T23:01:05.765Z
26162026-05-07T23:01:05.765Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
26172026-05-07T23:01:05.765Z
26182026-05-07T23:01:05.816Z Running unittests src/main.rs (target/debug/deps/dpd-1551f12f257a1cdd)
26192026-05-07T23:01:05.878Z
26202026-05-07T23:01:05.878Zrunning 50 tests
26212026-05-07T23:01:05.882Ztest freemap::test_ordering ... ok
26222026-05-07T23:01:05.882Ztest freemap::test_split ... ok
26232026-05-07T23:01:05.882Ztest config::tests::test_updates ... ok
26242026-05-07T23:01:05.882Ztest macaddrs::tests::test_mac_offset ... ok
26252026-05-07T23:01:05.882Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26262026-05-07T23:01:05.882Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26272026-05-07T23:01:05.883Ztest macaddrs::tests::test_parse_port_id ... ok
26282026-05-07T23:01:05.883Ztest nat::test_mapping ... ok
26292026-05-07T23:01:05.883Ztest port_map::tests::dump_map ... ok
26302026-05-07T23:01:05.883Ztest port_map::tests::test_backplane_group ... ok
26312026-05-07T23:01:05.883Ztest port_map::tests::test_port_map ... ok
26322026-05-07T23:01:05.883Ztest transceivers::mpn_test::test_mpn_missing ... ok
26332026-05-07T23:01:05.883Ztest transceivers::mpn_test::test_mpn_present ... ok
26342026-05-07T23:01:05.883Ztest transceivers::mpn_test::test_xcvr_missing ... ok
26352026-05-07T23:01:05.883Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
26362026-05-07T23:01:05.883Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
26372026-05-07T23:01:05.887ZMay 07 23:01:04.410May 07 23:01:04.410 DEBG DEBGcreated new freemap created new freemap, , unitunit:: freemap_testfreemap_test
26382026-05-07T23:01:05.887Z
26392026-05-07T23:01:05.887ZMay 07 23:01:04.410 DEBGMay 07 23:01:04.410 initted freemap. size: 128DEBG, unitinitted freemap. size: 128:, unitfreemap_test:
26402026-05-07T23:01:05.887Z freemap_test
26412026-05-07T23:01:05.887ZMay 07 23:01:04.410 May 07 23:01:04.410DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_test
26422026-05-07T23:01:05.887Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
26432026-05-07T23:01:05.887Zfreemap_test
26442026-05-07T23:01:05.887ZMay 07 23:01:04.410 DEBG created new freemap, unit: freemap_test
26452026-05-07T23:01:05.887Ztest freemap::test_exhaustion ... ok
26462026-05-07T23:01:05.888ZMay 07 23:01:04.410 DEBG initted freemap. size: 128, unit: freemap_test
26472026-05-07T23:01:05.888ZMay 07 23:01:04.410 DEBG reset freemap, unit: freemap_test
26482026-05-07T23:01:05.888Ztest freemap::test_free ... ok
26492026-05-07T23:01:05.888Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
26502026-05-07T23:01:05.888ZMay 07 23:01:04.410 DEBG created new freemap, unit: freemap_test
26512026-05-07T23:01:05.888ZMay 07 23:01:04.410 DEBG initted freemap. size: 128, unit: freemap_test
26522026-05-07T23:01:05.888ZMay 07 23:01:04.410 May 07 23:01:04.410DEBG created new freemap, unit: freemap_test
26532026-05-07T23:01:05.888Z DEBG May 07 23:01:04.410 DEBG initted freemap. size: 128, unit: freemap_test
26542026-05-07T23:01:05.888Ztest freemap::test_reclaim ... ok
26552026-05-07T23:01:05.888ZMay 07 23:01:04.410 DEBG reset freemap, unit: freemap_test
26562026-05-07T23:01:05.888Zreset freemap, unit: freemap_test
26572026-05-07T23:01:05.888Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
26582026-05-07T23:01:05.888Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
26592026-05-07T23:01:05.888Ztest freemap::test_basic ... ok
26602026-05-07T23:01:05.888Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
26612026-05-07T23:01:05.888Ztest freemap::test_span ... ok
26622026-05-07T23:01:05.888Ztest port_map::tests::parse_softnpu_revision ... ok
26632026-05-07T23:01:05.889Ztest api_server::tests::test_build_info ... ok
26642026-05-07T23:01:05.889Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
26652026-05-07T23:01:05.889Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
26662026-05-07T23:01:05.889Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
26672026-05-07T23:01:05.889Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
26682026-05-07T23:01:05.889Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
26692026-05-07T23:01:05.889Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
26702026-05-07T23:01:05.889Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
26712026-05-07T23:01:05.889Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
26722026-05-07T23:01:05.889Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
26732026-05-07T23:01:05.889Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
26742026-05-07T23:01:05.889Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
26752026-05-07T23:01:05.889Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
26762026-05-07T23:01:05.889Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
26772026-05-07T23:01:05.890Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
26782026-05-07T23:01:05.890Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
26792026-05-07T23:01:05.890Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
26802026-05-07T23:01:05.890Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
26812026-05-07T23:01:05.890Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
26822026-05-07T23:01:05.890Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
26832026-05-07T23:01:05.890Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
26842026-05-07T23:01:05.891Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
26852026-05-07T23:01:05.891Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
26862026-05-07T23:01:05.891Z
26872026-05-07T23:01:05.891Ztest result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
26882026-05-07T23:01:05.891Z
26892026-05-07T23:01:05.897Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-7c6f875f31a8a7e5)
26902026-05-07T23:01:05.900Z
26912026-05-07T23:01:05.900Zrunning 0 tests
26922026-05-07T23:01:05.900Z
26932026-05-07T23:01:05.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26942026-05-07T23:01:05.901Z
26952026-05-07T23:01:05.901Z Running unittests src/lib.rs (target/debug/deps/dpd_api-1183094212abf212)
26962026-05-07T23:01:05.904Z
26972026-05-07T23:01:05.904Zrunning 0 tests
26982026-05-07T23:01:05.905Z
26992026-05-07T23:01:05.905Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27002026-05-07T23:01:05.905Z
27012026-05-07T23:01:05.905Z Running unittests src/lib.rs (target/debug/deps/dpd_client-987bf8e8e9caa972)
27022026-05-07T23:01:05.905Z
27032026-05-07T23:01:05.905Zrunning 6 tests
27042026-05-07T23:01:05.905Ztest tests::test_full_lot_id_neither_present ... ok
27052026-05-07T23:01:05.905Ztest tests::test_full_lot_id_lot_only ... ok
27062026-05-07T23:01:05.905Ztest tests::test_full_lot_id_both_present ... ok
27072026-05-07T23:01:05.905Ztest tests::test_full_lot_id_lotnum_only ... ok
27082026-05-07T23:01:05.905Ztest tests::test_parse_client_port_id ... ok
27092026-05-07T23:01:05.905Ztest tests::test_port_id_cmp ... ok
27102026-05-07T23:01:05.906Z
27112026-05-07T23:01:05.906Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27122026-05-07T23:01:05.906Z
27132026-05-07T23:01:05.906Z Running tests/test_all.rs (target/debug/deps/test_all-d28eac7483a362d9)
27142026-05-07T23:01:05.910Z
27152026-05-07T23:01:05.910Zrunning 0 tests
27162026-05-07T23:01:05.911Z
27172026-05-07T23:01:05.911Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27182026-05-07T23:01:05.911Z
27192026-05-07T23:01:05.911Z Running unittests src/lib.rs (target/debug/deps/dpd_types-5f44be03a468ec0c)
27202026-05-07T23:01:05.911Z
27212026-05-07T23:01:05.911Zrunning 0 tests
27222026-05-07T23:01:05.911Z
27232026-05-07T23:01:05.911Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27242026-05-07T23:01:05.911Z
27252026-05-07T23:01:05.911Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
27262026-05-07T23:01:05.911Z
27272026-05-07T23:01:05.911Zrunning 12 tests
27282026-05-07T23:01:05.912Ztest icmp::test_v6_checksum ... ok
27292026-05-07T23:01:05.912Ztest icmp::test_v4_checksum ... ok
27302026-05-07T23:01:05.912Ztest pbuf::test_byte ... ok
27312026-05-07T23:01:05.912Ztest lldp::test_lldp_parse ... ok
27322026-05-07T23:01:05.912Ztest ipv6::test_ipv6_parse ... ok
27332026-05-07T23:01:05.912Ztest pbuf::test_nibble ... ok
27342026-05-07T23:01:05.912Ztest pbuf::test_overflow ... ok
27352026-05-07T23:01:05.912Ztest pbuf::test_short ... ok
27362026-05-07T23:01:05.912Ztest pbuf::test_twelve ... ok
27372026-05-07T23:01:05.912Ztest pbuf::test_word ... ok
27382026-05-07T23:01:05.913Ztest tcp::test_checksum_syn_nodata ... ok
27392026-05-07T23:01:05.913Ztest tcp::test_checksum_ack_data ... ok
27402026-05-07T23:01:05.913Z
27412026-05-07T23:01:05.913Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27422026-05-07T23:01:05.913Z
27432026-05-07T23:01:05.913Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
27442026-05-07T23:01:05.917Z
27452026-05-07T23:01:05.918Zrunning 0 tests
27462026-05-07T23:01:05.918Z
27472026-05-07T23:01:05.918Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27482026-05-07T23:01:05.918Z
27492026-05-07T23:01:05.918Z Running unittests src/main.rs (target/debug/deps/swadm-520862971dd4ee37)
27502026-05-07T23:01:05.918Z
27512026-05-07T23:01:05.918Zrunning 5 tests
27522026-05-07T23:01:05.918Ztest switchport::test::test_compute_lanes ... ok
27532026-05-07T23:01:05.918Ztest switchport::test::port_id_ordering ... ok
27542026-05-07T23:01:05.918Z Lane 0 Lane 1 Lane 2 Lane 3
27552026-05-07T23:01:05.918Z Lane 0 Rx Loss-of-lock: Yes Yes Lane 1Yes Lane 2Yes
27562026-05-07T23:01:05.918ZLane 3 Rx Loss-of-signal: Yes
27572026-05-07T23:01:05.918Z Yes State: ActivatedYes YesActivated
27582026-05-07T23:01:05.918Z Rx CDR Enabled: Yes Activated YesActivated
27592026-05-07T23:01:05.918ZYes Rx Output Enabled: falseYes
27602026-05-07T23:01:05.918Zfalse Tx Enabled: Yes falseYes false
27612026-05-07T23:01:05.918ZYes Rx Output Status: validYes
27622026-05-07T23:01:05.918Zvalid Tx Loss-of-lock: No No valid Novalid
27632026-05-07T23:01:05.918ZNo
27642026-05-07T23:01:05.918Z Rx Loss-of-lock: true Tx Loss-of-signal: No true No true Notrue
27652026-05-07T23:01:05.919ZNo
27662026-05-07T23:01:05.919Z Rx Loss-of-signal: false Tx CDR Enabled: No falseNo false Nofalse
27672026-05-07T23:01:05.919ZNo
27682026-05-07T23:01:05.919ZRx Auto-squelch Disable: true Tx Adaptive EQ Fault: No trueNo trueNo trueNo
27692026-05-07T23:01:05.919Z
27702026-05-07T23:01:05.919Z Tx Output Enabled: true Tx Fault: Yes trueYes true trueYes
27712026-05-07T23:01:05.919Z Tx Output Status: invalidYes
27722026-05-07T23:01:05.919Zinvalid invalid invalid
27732026-05-07T23:01:05.919Z Tx Loss-of-lock: false false false false
27742026-05-07T23:01:05.919Z Tx Loss-of-signal: true true true true
27752026-05-07T23:01:05.919ZTx Auto-squelch Disable: false false false false
27762026-05-07T23:01:05.919Z Tx Adaptive EQ Fail: true true true true
27772026-05-07T23:01:05.919Z Tx Failure: false false false false
27782026-05-07T23:01:05.919Z Tx Force Squelch: true true true true
27792026-05-07T23:01:05.919Z Tx Input Polarity: normal normal normal normal
27802026-05-07T23:01:05.919Ztest switchport::test::test_print_sff_datapath ... ok
27812026-05-07T23:01:05.919Ztest switchport::test::test_print_cmis_datapath ... ok
27822026-05-07T23:01:05.919Ztest link::test_filter ... ok
27832026-05-07T23:01:05.920Z
27842026-05-07T23:01:05.920Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27852026-05-07T23:01:05.920Z
27862026-05-07T23:01:05.920Z Running tests/counters.rs (target/debug/deps/counters-12223fda8f22af34)
27872026-05-07T23:01:05.923Z
27882026-05-07T23:01:05.923Zrunning 1 test
27892026-05-07T23:01:05.923Ztest test_p4_counter_list ... ignored
27902026-05-07T23:01:05.924Z
27912026-05-07T23:01:05.924Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
27922026-05-07T23:01:05.924Z
27932026-05-07T23:01:05.924Z Running tests/port-link.rs (target/debug/deps/port_link-ab27c4cf4b6b317d)
27942026-05-07T23:01:05.924Z
27952026-05-07T23:01:05.924Zrunning 5 tests
27962026-05-07T23:01:05.924Ztest test_an ... ignored
27972026-05-07T23:01:05.924Ztest test_enable ... ignored
27982026-05-07T23:01:05.924Ztest test_ip_addresses ... ignored
27992026-05-07T23:01:05.924Ztest test_kr ... ignored
28002026-05-07T23:01:05.924Ztest test_mac ... ignored
28012026-05-07T23:01:05.924Z
28022026-05-07T23:01:05.924Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28032026-05-07T23:01:05.924Z
28042026-05-07T23:01:05.925Z Running unittests src/main.rs (target/debug/deps/tfportd-0b125c38c1a931aa)
28052026-05-07T23:01:05.925Z
28062026-05-07T23:01:05.925Zrunning 3 tests
28072026-05-07T23:01:05.925Ztest linklocal::test_parse_ipadm ... ok
28082026-05-07T23:01:05.925Ztest tfport::test_parse_tfport ... ok
28092026-05-07T23:01:05.925Ztest config::tests::test_updates ... ok
28102026-05-07T23:01:05.925Z
28112026-05-07T23:01:05.925Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28122026-05-07T23:01:05.925Z
28132026-05-07T23:01:05.925Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
28142026-05-07T23:01:05.929Z
28152026-05-07T23:01:05.929Zrunning 0 tests
28162026-05-07T23:01:05.929Z
28172026-05-07T23:01:05.930Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28182026-05-07T23:01:05.930Z
28192026-05-07T23:01:05.930Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
28202026-05-07T23:01:05.930Z
28212026-05-07T23:01:05.930Zrunning 0 tests
28222026-05-07T23:01:05.930Z
28232026-05-07T23:01:05.930Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28242026-05-07T23:01:05.930Z
28252026-05-07T23:01:05.930Z Doc-tests aal
28262026-05-07T23:01:06.043Z
28272026-05-07T23:01:06.043Zrunning 0 tests
28282026-05-07T23:01:06.043Z
28292026-05-07T23:01:06.043Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28302026-05-07T23:01:06.043Z
28312026-05-07T23:01:06.059Z Doc-tests aal_macros
28322026-05-07T23:01:06.125Z
28332026-05-07T23:01:06.125Zrunning 0 tests
28342026-05-07T23:01:06.125Z
28352026-05-07T23:01:06.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28362026-05-07T23:01:06.125Z
28372026-05-07T23:01:06.134Z Doc-tests common
28382026-05-07T23:01:06.357Z
28392026-05-07T23:01:06.357Zrunning 0 tests
28402026-05-07T23:01:06.358Z
28412026-05-07T23:01:06.358Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28422026-05-07T23:01:06.358Z
28432026-05-07T23:01:06.377Z Doc-tests dpd_api
28442026-05-07T23:01:07.515Z
28452026-05-07T23:01:07.515Zrunning 2 tests
28462026-05-07T23:01:07.516Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
28472026-05-07T23:01:07.516Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
28482026-05-07T23:01:07.516Z
28492026-05-07T23:01:07.516Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
28502026-05-07T23:01:07.516Z
28512026-05-07T23:01:07.557Z Doc-tests dpd_client
28522026-05-07T23:01:08.838Z
28532026-05-07T23:01:08.838Zrunning 0 tests
28542026-05-07T23:01:08.838Z
28552026-05-07T23:01:08.838Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28562026-05-07T23:01:08.838Z
28572026-05-07T23:01:08.882Z Doc-tests dpd_types
28582026-05-07T23:01:09.219Z
28592026-05-07T23:01:09.219Zrunning 0 tests
28602026-05-07T23:01:09.219Z
28612026-05-07T23:01:09.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28622026-05-07T23:01:09.219Z
28632026-05-07T23:01:09.249Z Doc-tests packet
28642026-05-07T23:01:09.357Z
28652026-05-07T23:01:09.357Zrunning 0 tests
28662026-05-07T23:01:09.357Z
28672026-05-07T23:01:09.357Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28682026-05-07T23:01:09.357Z
28692026-05-07T23:01:09.372Z Doc-tests pcap
28702026-05-07T23:01:09.423Z
28712026-05-07T23:01:09.423Zrunning 0 tests
28722026-05-07T23:01:09.423Z
28732026-05-07T23:01:09.423Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28742026-05-07T23:01:09.423Z
28752026-05-07T23:01:09.468Z+ for feat in tofino_stub tofino_asic softnpu chaos
28762026-05-07T23:01:09.468Z+ RUST_BACKTRACE=full
28772026-05-07T23:01:09.468Z+ cargo test --features softnpu --no-fail-fast
28782026-05-07T23:01:10.088Z Compiling num-integer v0.1.46
28792026-05-07T23:01:10.093Z Compiling num-complex v0.4.6
28802026-05-07T23:01:10.213Z Compiling bitstruct_derive v0.1.0
28812026-05-07T23:01:10.217Z Compiling tap v1.0.1
28822026-05-07T23:01:10.332Z Compiling wyz v0.5.1
28832026-05-07T23:01:10.456Z Compiling num-rational v0.4.2
28842026-05-07T23:01:10.491Z Compiling num-iter v0.1.45
28852026-05-07T23:01:10.505Z Compiling num-bigint v0.4.6
28862026-05-07T23:01:10.607Z Compiling radium v0.7.0
28872026-05-07T23:01:10.627Z Compiling funty v2.0.0
28882026-05-07T23:01:10.640Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
28892026-05-07T23:01:10.697Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28902026-05-07T23:01:10.808Z Compiling num v0.4.3
28912026-05-07T23:01:10.890Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
28922026-05-07T23:01:10.895Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28932026-05-07T23:01:10.908Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28942026-05-07T23:01:10.960Z Compiling bitvec v1.0.1
28952026-05-07T23:01:11.027Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28962026-05-07T23:01:11.160Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
28972026-05-07T23:01:11.197Z Compiling typeid v1.0.3
28982026-05-07T23:01:11.269Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28992026-05-07T23:01:11.280Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29002026-05-07T23:01:11.313Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29012026-05-07T23:01:11.606Z Compiling ascii v1.1.0
29022026-05-07T23:01:12.028Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29032026-05-07T23:01:12.101Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29042026-05-07T23:01:12.161Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29052026-05-07T23:01:12.207Z Compiling erased-serde v0.4.8
29062026-05-07T23:01:12.362Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29072026-05-07T23:01:12.591Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29082026-05-07T23:01:12.609Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29092026-05-07T23:01:12.646Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29102026-05-07T23:01:12.694Z Compiling bitstruct v0.1.1
29112026-05-07T23:01:13.004Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29122026-05-07T23:01:13.197Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29132026-05-07T23:01:13.218Z Compiling serde_arrays v0.1.0
29142026-05-07T23:01:13.276Z Compiling libloading v0.7.4
29152026-05-07T23:01:13.431Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29162026-05-07T23:01:14.013Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29172026-05-07T23:01:14.269Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29182026-05-07T23:01:14.281Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29192026-05-07T23:01:15.415Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29202026-05-07T23:01:16.234Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29212026-05-07T23:01:22.071Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29222026-05-07T23:01:22.289Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29232026-05-07T23:01:22.292Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29242026-05-07T23:01:22.355Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29252026-05-07T23:01:22.368Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29262026-05-07T23:01:22.898Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
29272026-05-07T23:01:23.777Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29282026-05-07T23:01:24.395Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
29292026-05-07T23:01:24.695Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29302026-05-07T23:01:30.739Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29312026-05-07T23:01:30.984Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29322026-05-07T23:01:31.444Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
29332026-05-07T23:01:32.497Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
29342026-05-07T23:01:38.961Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29352026-05-07T23:01:41.439Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29362026-05-07T23:01:45.935Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
29372026-05-07T23:02:23.200Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 13s
29382026-05-07T23:02:23.311Z Running unittests src/lib.rs (target/debug/deps/aal-4d25eaadfe042da1)
29392026-05-07T23:02:23.314Z
29402026-05-07T23:02:23.314Zrunning 5 tests
29412026-05-07T23:02:23.318Ztest fuse::tests::chip_revision_unknown_device_id ... ok
29422026-05-07T23:02:23.318Ztest fuse::tests::chip_revision_b1 ... ok
29432026-05-07T23:02:23.318Ztest fuse::tests::chip_revision_b0 ... ok
29442026-05-07T23:02:23.318Ztest fuse::tests::chip_revision_a0 ... ok
29452026-05-07T23:02:23.318Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
29462026-05-07T23:02:23.318Z
29472026-05-07T23:02:23.318Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29482026-05-07T23:02:23.318Z
29492026-05-07T23:02:23.318Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
29502026-05-07T23:02:23.321Z
29512026-05-07T23:02:23.322Zrunning 0 tests
29522026-05-07T23:02:23.322Z
29532026-05-07T23:02:23.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29542026-05-07T23:02:23.322Z
29552026-05-07T23:02:23.322Z Running unittests src/lib.rs (target/debug/deps/asic-b0da135c6117f9c6)
29562026-05-07T23:02:23.325Z
29572026-05-07T23:02:23.325Zrunning 0 tests
29582026-05-07T23:02:23.325Z
29592026-05-07T23:02:23.325Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29602026-05-07T23:02:23.325Z
29612026-05-07T23:02:23.325Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
29622026-05-07T23:02:23.329Z
29632026-05-07T23:02:23.329Zrunning 10 tests
29642026-05-07T23:02:23.332Ztest nat::tests::test_vni ... ok
29652026-05-07T23:02:23.332Ztest network::tests::test_equal ... ok
29662026-05-07T23:02:23.332Ztest network::tests::test_eui64 ... ok
29672026-05-07T23:02:23.332Ztest network::tests::test_into ... ok
29682026-05-07T23:02:23.332Ztest network::tests::test_not_equal ... ok
29692026-05-07T23:02:23.335Ztest network::tests::test_generate_ipv6_link_local ... ok
29702026-05-07T23:02:23.335Ztest network::tests::test_to_string ... ok
29712026-05-07T23:02:23.335Ztest network::tests::test_parse ... ok
29722026-05-07T23:02:23.335Ztest test_purge ... ok
29732026-05-07T23:02:23.338Ztest illumos::test::address_exists_handles_missing_object ... ok
29742026-05-07T23:02:23.338Z
29752026-05-07T23:02:23.338Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
29762026-05-07T23:02:23.338Z
29772026-05-07T23:02:23.343Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-54ae9ce78f286a97)
29782026-05-07T23:02:23.346Z
29792026-05-07T23:02:23.346Zrunning 1 test
29802026-05-07T23:02:24.682Ztest test::test_apis_up_to_date ... ok
29812026-05-07T23:02:24.682Z
29822026-05-07T23:02:24.682Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s
29832026-05-07T23:02:24.682Z
29842026-05-07T23:02:24.737Z Running unittests src/main.rs (target/debug/deps/dpd-202d1c3845a28744)
29852026-05-07T23:02:24.743Z
29862026-05-07T23:02:24.743Zrunning 18 tests
29872026-05-07T23:02:24.746Ztest freemap::test_ordering ... ok
29882026-05-07T23:02:24.746Ztest freemap::test_split ... ok
29892026-05-07T23:02:24.746Ztest config::tests::test_updates ... ok
29902026-05-07T23:02:24.746Ztest macaddrs::tests::test_mac_offset ... ok
29912026-05-07T23:02:24.746Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
29922026-05-07T23:02:24.746Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
29932026-05-07T23:02:24.746Ztest macaddrs::tests::test_parse_port_id ... ok
29942026-05-07T23:02:24.746Ztest nat::test_mapping ... ok
29952026-05-07T23:02:24.746Ztest port_map::tests::dump_map ... ok
29962026-05-07T23:02:24.747Ztest port_map::tests::test_backplane_group ... ok
29972026-05-07T23:02:24.747Ztest port_map::tests::test_port_map ... ok
29982026-05-07T23:02:24.750ZMay 07 23:02:23.273May 07 23:02:23.273 DEBG created new freemapDEBG created new freemap, unit:May 07 23:02:23.273 , freemap_testMay 07 23:02:23.273unit : DEBG
29992026-05-07T23:02:24.750Zfreemap_testDEBG
30002026-05-07T23:02:24.750Z created new freemapcreated new freemap, , May 07 23:02:23.273unitunit May 07 23:02:23.273DEBGMay 07 23:02:23.273 DEBG:initted freemap. size: 128 , DEBG:unit : freemap_testfreemap_testfreemap_testcreated new freemap
30012026-05-07T23:02:24.750Z
30022026-05-07T23:02:24.750Z , initted freemap. size: 128unit
30032026-05-07T23:02:24.750Z, May 07 23:02:23.273unitMay 07 23:02:23.273: DEBGfreemap_test :reset freemap
30042026-05-07T23:02:24.750Z, unit: DEBG May 07 23:02:23.273freemap_testfreemap_test
30052026-05-07T23:02:24.750Zinitted freemap. size: 128
30062026-05-07T23:02:24.750ZDEBG, May 07 23:02:23.273 initted freemap. size: 128unit, DEBGunit::May 07 23:02:23.273 freemap_test DEBGinitted freemap. size: 128
30072026-05-07T23:02:24.750Zfreemap_testreset freemap
30082026-05-07T23:02:24.750Z, , unitunit: freemap_testMay 07 23:02:23.273
30092026-05-07T23:02:24.750ZMay 07 23:02:23.273: DEBGDEBG reset freemapfreemap_test, reset freemapunit, unit:: freemap_testfreemap_test
30102026-05-07T23:02:24.750Z
30112026-05-07T23:02:24.750Z
30122026-05-07T23:02:24.750ZMay 07 23:02:23.273 DEBG reset freemap, unit: freemap_test
30132026-05-07T23:02:24.750Ztest freemap::test_exhaustion ... ok
30142026-05-07T23:02:24.751Ztest freemap::test_reclaim ... ok
30152026-05-07T23:02:24.751Ztest freemap::test_basic ... ok
30162026-05-07T23:02:24.751Ztest freemap::test_free ... ok
30172026-05-07T23:02:24.751Ztest freemap::test_span ... ok
30182026-05-07T23:02:24.751Ztest port_map::tests::parse_softnpu_revision ... ok
30192026-05-07T23:02:24.751Ztest api_server::tests::test_build_info ... ok
30202026-05-07T23:02:24.751Z
30212026-05-07T23:02:24.751Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30222026-05-07T23:02:24.751Z
30232026-05-07T23:02:24.754Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-bf6c84eebd75a0fc)
30242026-05-07T23:02:24.754Z
30252026-05-07T23:02:24.754Zrunning 0 tests
30262026-05-07T23:02:24.754Z
30272026-05-07T23:02:24.754Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30282026-05-07T23:02:24.755Z
30292026-05-07T23:02:24.755Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a305eedecb39832c)
30302026-05-07T23:02:24.755Z
30312026-05-07T23:02:24.755Zrunning 0 tests
30322026-05-07T23:02:24.755Z
30332026-05-07T23:02:24.755Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30342026-05-07T23:02:24.755Z
30352026-05-07T23:02:24.755Z Running unittests src/lib.rs (target/debug/deps/dpd_client-ef59e181257aa5ad)
30362026-05-07T23:02:24.759Z
30372026-05-07T23:02:24.759Zrunning 6 tests
30382026-05-07T23:02:24.759Ztest tests::test_port_id_cmp ... ok
30392026-05-07T23:02:24.759Ztest tests::test_parse_client_port_id ... ok
30402026-05-07T23:02:24.759Ztest tests::test_full_lot_id_neither_present ... ok
30412026-05-07T23:02:24.759Ztest tests::test_full_lot_id_both_present ... ok
30422026-05-07T23:02:24.759Ztest tests::test_full_lot_id_lotnum_only ... ok
30432026-05-07T23:02:24.759Ztest tests::test_full_lot_id_lot_only ... ok
30442026-05-07T23:02:24.759Z
30452026-05-07T23:02:24.759Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30462026-05-07T23:02:24.759Z
30472026-05-07T23:02:24.759Z Running tests/test_all.rs (target/debug/deps/test_all-0fdbb7514b3fc733)
30482026-05-07T23:02:24.763Z
30492026-05-07T23:02:24.763Zrunning 0 tests
30502026-05-07T23:02:24.763Z
30512026-05-07T23:02:24.763Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30522026-05-07T23:02:24.763Z
30532026-05-07T23:02:24.763Z Running unittests src/lib.rs (target/debug/deps/dpd_types-e75d3bd74888eb1a)
30542026-05-07T23:02:24.763Z
30552026-05-07T23:02:24.763Zrunning 0 tests
30562026-05-07T23:02:24.764Z
30572026-05-07T23:02:24.764Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30582026-05-07T23:02:24.764Z
30592026-05-07T23:02:24.764Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
30602026-05-07T23:02:24.767Z
30612026-05-07T23:02:24.767Zrunning 12 tests
30622026-05-07T23:02:24.770Ztest icmp::test_v6_checksum ... ok
30632026-05-07T23:02:24.770Ztest icmp::test_v4_checksum ... ok
30642026-05-07T23:02:24.770Ztest lldp::test_lldp_parse ... ok
30652026-05-07T23:02:24.770Ztest ipv6::test_ipv6_parse ... ok
30662026-05-07T23:02:24.770Ztest pbuf::test_byte ... ok
30672026-05-07T23:02:24.770Ztest pbuf::test_nibble ... ok
30682026-05-07T23:02:24.770Ztest pbuf::test_short ... ok
30692026-05-07T23:02:24.770Ztest pbuf::test_twelve ... ok
30702026-05-07T23:02:24.770Ztest pbuf::test_word ... ok
30712026-05-07T23:02:24.770Ztest pbuf::test_overflow ... ok
30722026-05-07T23:02:24.770Ztest tcp::test_checksum_ack_data ... ok
30732026-05-07T23:02:24.770Ztest tcp::test_checksum_syn_nodata ... ok
30742026-05-07T23:02:24.770Z
30752026-05-07T23:02:24.770Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30762026-05-07T23:02:24.770Z
30772026-05-07T23:02:24.770Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
30782026-05-07T23:02:24.774Z
30792026-05-07T23:02:24.774Zrunning 0 tests
30802026-05-07T23:02:24.774Z
30812026-05-07T23:02:24.774Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30822026-05-07T23:02:24.774Z
30832026-05-07T23:02:24.774Z Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b)
30842026-05-07T23:02:24.781Z
30852026-05-07T23:02:24.781Zrunning 5 tests
30862026-05-07T23:02:24.785Ztest switchport::test::test_compute_lanes ... ok
30872026-05-07T23:02:24.788Ztest switchport::test::port_id_ordering ... ok
30882026-05-07T23:02:24.788Ztest link::test_filter ... ok
30892026-05-07T23:02:24.791Z Lane 0 Lane 1 Lane 2 Lane 3
30902026-05-07T23:02:24.791Z Rx Loss-of-lock: Yes Yes Yes Yes
30912026-05-07T23:02:24.791Z Rx Loss-of-signal: Yes Yes Yes Yes
30922026-05-07T23:02:24.791Z Rx CDR Enabled: Yes Yes Yes Yes
30932026-05-07T23:02:24.791Z Tx Enabled: Yes Yes Yes Yes
30942026-05-07T23:02:24.791Z Tx Loss-of-lock: No No No No
30952026-05-07T23:02:24.791Z Lane 0 Tx Loss-of-signal: No No NoLane 1 No
30962026-05-07T23:02:24.791Z Tx CDR Enabled: NoLane 2 NoLane 3 No
30972026-05-07T23:02:24.791Z No
30982026-05-07T23:02:24.791Z State: Activated Tx Adaptive EQ Fault: No ActivatedNo Activated ActivatedNo
30992026-05-07T23:02:24.791Z No Rx Output Enabled: false
31002026-05-07T23:02:24.791Z Tx Fault: Yesfalse falseYes false
31012026-05-07T23:02:24.791ZYes Yes Rx Output Status: valid
31022026-05-07T23:02:24.791Z valid valid valid
31032026-05-07T23:02:24.791Z Rx Loss-of-lock: true true true true
31042026-05-07T23:02:24.791Z Rx Loss-of-signal: false false false false
31052026-05-07T23:02:24.791ZRx Auto-squelch Disable: true true true true
31062026-05-07T23:02:24.791Z Tx Output Enabled: true true true true
31072026-05-07T23:02:24.792Z Tx Output Status: invalid invalid invalid invalid
31082026-05-07T23:02:24.792Z Tx Loss-of-lock: false false false false
31092026-05-07T23:02:24.792Z Tx Loss-of-signal: true true true true
31102026-05-07T23:02:24.792ZTx Auto-squelch Disable: false false false false
31112026-05-07T23:02:24.792Z Tx Adaptive EQ Fail: true true true true
31122026-05-07T23:02:24.792Z Tx Failure: false false false false
31132026-05-07T23:02:24.792Z Tx Force Squelch: true true true true
31142026-05-07T23:02:24.792Z Tx Input Polarity: normal normal normal normal
31152026-05-07T23:02:24.792Ztest switchport::test::test_print_sff_datapath ... ok
31162026-05-07T23:02:24.792Ztest switchport::test::test_print_cmis_datapath ... ok
31172026-05-07T23:02:24.792Z
31182026-05-07T23:02:24.792Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31192026-05-07T23:02:24.792Z
31202026-05-07T23:02:24.792Z Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db)
31212026-05-07T23:02:24.795Z
31222026-05-07T23:02:24.795Zrunning 1 test
31232026-05-07T23:02:24.798Ztest test_p4_counter_list ... ignored
31242026-05-07T23:02:24.798Z
31252026-05-07T23:02:24.798Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31262026-05-07T23:02:24.798Z
31272026-05-07T23:02:24.798Z Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086)
31282026-05-07T23:02:24.802Z
31292026-05-07T23:02:24.802Zrunning 5 tests
31302026-05-07T23:02:24.805Ztest test_an ... ignored
31312026-05-07T23:02:24.805Ztest test_enable ... ignored
31322026-05-07T23:02:24.805Ztest test_ip_addresses ... ignored
31332026-05-07T23:02:24.805Ztest test_kr ... ignored
31342026-05-07T23:02:24.805Ztest test_mac ... ignored
31352026-05-07T23:02:24.805Z
31362026-05-07T23:02:24.805Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
31372026-05-07T23:02:24.805Z
31382026-05-07T23:02:24.805Z Running unittests src/main.rs (target/debug/deps/tfportd-6de78372f9c328fe)
31392026-05-07T23:02:24.808Z
31402026-05-07T23:02:24.808Zrunning 3 tests
31412026-05-07T23:02:24.808Ztest linklocal::test_parse_ipadm ... ok
31422026-05-07T23:02:24.808Ztest tfport::test_parse_tfport ... ok
31432026-05-07T23:02:24.808Ztest config::tests::test_updates ... ok
31442026-05-07T23:02:24.808Z
31452026-05-07T23:02:24.808Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31462026-05-07T23:02:24.808Z
31472026-05-07T23:02:24.808Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
31482026-05-07T23:02:24.813Z
31492026-05-07T23:02:24.813Zrunning 0 tests
31502026-05-07T23:02:24.816Z
31512026-05-07T23:02:24.816Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31522026-05-07T23:02:24.816Z
31532026-05-07T23:02:24.816Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
31542026-05-07T23:02:24.819Z
31552026-05-07T23:02:24.819Zrunning 0 tests
31562026-05-07T23:02:24.819Z
31572026-05-07T23:02:24.819Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31582026-05-07T23:02:24.819Z
31592026-05-07T23:02:24.819Z Doc-tests aal
31602026-05-07T23:02:24.949Z
31612026-05-07T23:02:24.949Zrunning 0 tests
31622026-05-07T23:02:24.949Z
31632026-05-07T23:02:24.952Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31642026-05-07T23:02:24.952Z
31652026-05-07T23:02:24.965Z Doc-tests aal_macros
31662026-05-07T23:02:25.036Z
31672026-05-07T23:02:25.036Zrunning 0 tests
31682026-05-07T23:02:25.036Z
31692026-05-07T23:02:25.036Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31702026-05-07T23:02:25.036Z
31712026-05-07T23:02:25.046Z Doc-tests common
31722026-05-07T23:02:25.278Z
31732026-05-07T23:02:25.278Zrunning 0 tests
31742026-05-07T23:02:25.278Z
31752026-05-07T23:02:25.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31762026-05-07T23:02:25.278Z
31772026-05-07T23:02:25.299Z Doc-tests dpd_api
31782026-05-07T23:02:26.454Z
31792026-05-07T23:02:26.454Zrunning 2 tests
31802026-05-07T23:02:26.454Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
31812026-05-07T23:02:26.454Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
31822026-05-07T23:02:26.454Z
31832026-05-07T23:02:26.454Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
31842026-05-07T23:02:26.454Z
31852026-05-07T23:02:26.497Z Doc-tests dpd_client
31862026-05-07T23:02:27.770Z
31872026-05-07T23:02:27.770Zrunning 0 tests
31882026-05-07T23:02:27.770Z
31892026-05-07T23:02:27.770Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31902026-05-07T23:02:27.770Z
31912026-05-07T23:02:27.817Z Doc-tests dpd_types
31922026-05-07T23:02:28.153Z
31932026-05-07T23:02:28.154Zrunning 0 tests
31942026-05-07T23:02:28.154Z
31952026-05-07T23:02:28.154Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31962026-05-07T23:02:28.154Z
31972026-05-07T23:02:28.185Z Doc-tests packet
31982026-05-07T23:02:28.294Z
31992026-05-07T23:02:28.294Zrunning 0 tests
32002026-05-07T23:02:28.294Z
32012026-05-07T23:02:28.295Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32022026-05-07T23:02:28.295Z
32032026-05-07T23:02:28.310Z Doc-tests pcap
32042026-05-07T23:02:28.362Z
32052026-05-07T23:02:28.362Zrunning 0 tests
32062026-05-07T23:02:28.362Z
32072026-05-07T23:02:28.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32082026-05-07T23:02:28.362Z
32092026-05-07T23:02:28.411Z+ for feat in tofino_stub tofino_asic softnpu chaos
32102026-05-07T23:02:28.411Z+ RUST_BACKTRACE=full
32112026-05-07T23:02:28.411Z+ cargo test --features chaos --no-fail-fast
32122026-05-07T23:02:28.987Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
32132026-05-07T23:02:29.061Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
32142026-05-07T23:02:29.070Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
32152026-05-07T23:02:37.287Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
32162026-05-07T23:02:37.995Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
32172026-05-07T23:03:10.536Z Finished `test` profile [unoptimized + debuginfo] target(s) in 42.10s
32182026-05-07T23:03:10.660Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
32192026-05-07T23:03:10.665Z
32202026-05-07T23:03:10.665Zrunning 5 tests
32212026-05-07T23:03:10.665Ztest fuse::tests::chip_revision_b0 ... ok
32222026-05-07T23:03:10.665Ztest fuse::tests::chip_revision_a0 ... ok
32232026-05-07T23:03:10.666Ztest fuse::tests::chip_revision_unknown_device_id ... ok
32242026-05-07T23:03:10.666Ztest fuse::tests::chip_revision_b1 ... ok
32252026-05-07T23:03:10.666Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
32262026-05-07T23:03:10.666Z
32272026-05-07T23:03:10.666Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32282026-05-07T23:03:10.666Z
32292026-05-07T23:03:10.666Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
32302026-05-07T23:03:10.675Z
32312026-05-07T23:03:10.675Zrunning 0 tests
32322026-05-07T23:03:10.675Z
32332026-05-07T23:03:10.675Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32342026-05-07T23:03:10.676Z
32352026-05-07T23:03:10.676Z Running unittests src/lib.rs (target/debug/deps/asic-1c2eb52c0a7a8a98)
32362026-05-07T23:03:10.676Z
32372026-05-07T23:03:10.676Zrunning 0 tests
32382026-05-07T23:03:10.676Z
32392026-05-07T23:03:10.676Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32402026-05-07T23:03:10.676Z
32412026-05-07T23:03:10.683Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
32422026-05-07T23:03:10.684Z
32432026-05-07T23:03:10.684Zrunning 10 tests
32442026-05-07T23:03:10.684Ztest nat::tests::test_vni ... ok
32452026-05-07T23:03:10.684Ztest network::tests::test_equal ... ok
32462026-05-07T23:03:10.691Ztest network::tests::test_eui64 ... ok
32472026-05-07T23:03:10.691Ztest network::tests::test_into ... ok
32482026-05-07T23:03:10.691Ztest network::tests::test_not_equal ... ok
32492026-05-07T23:03:10.691Ztest network::tests::test_generate_ipv6_link_local ... ok
32502026-05-07T23:03:10.691Ztest network::tests::test_to_string ... ok
32512026-05-07T23:03:10.691Ztest network::tests::test_parse ... ok
32522026-05-07T23:03:10.691Ztest test_purge ... ok
32532026-05-07T23:03:10.691Ztest illumos::test::address_exists_handles_missing_object ... ok
32542026-05-07T23:03:10.691Z
32552026-05-07T23:03:10.691Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32562026-05-07T23:03:10.691Z
32572026-05-07T23:03:10.691Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-a68a3d522fd32e2b)
32582026-05-07T23:03:10.713Z
32592026-05-07T23:03:10.713Zrunning 1 test
32602026-05-07T23:03:12.043Ztest test::test_apis_up_to_date ... ok
32612026-05-07T23:03:12.043Z
32622026-05-07T23:03:12.043Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
32632026-05-07T23:03:12.044Z
32642026-05-07T23:03:12.108Z Running unittests src/main.rs (target/debug/deps/dpd-f46c1f8fdecc9e9b)
32652026-05-07T23:03:12.135Z
32662026-05-07T23:03:12.135Zrunning 18 tests
32672026-05-07T23:03:12.135Ztest freemap::test_ordering ... ok
32682026-05-07T23:03:12.135Ztest freemap::test_split ... ok
32692026-05-07T23:03:12.135Ztest config::tests::test_updates ... ok
32702026-05-07T23:03:12.135Ztest macaddrs::tests::test_mac_offset ... ok
32712026-05-07T23:03:12.135Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
32722026-05-07T23:03:12.135Ztest macaddrs::tests::test_parse_port_id ... ok
32732026-05-07T23:03:12.135Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
32742026-05-07T23:03:12.135Ztest nat::test_mapping ... ok
32752026-05-07T23:03:12.135Ztest port_map::tests::dump_map ... ok
32762026-05-07T23:03:12.136Ztest port_map::tests::test_backplane_group ... ok
32772026-05-07T23:03:12.136Ztest port_map::tests::test_port_map ... ok
32782026-05-07T23:03:12.136ZMay 07 23:03:10.635 DEBG created new freemap, unit: freemap_test
32792026-05-07T23:03:12.136ZMay 07 23:03:10.635 DEBG initted freemap. size: 128, unit: freemap_test
32802026-05-07T23:03:12.136ZMay 07 23:03:10.635 DEBG reset freemap, unit: freemap_test
32812026-05-07T23:03:12.136ZMay 07 23:03:10.635 DEBG created new freemap, unit: freemap_test
32822026-05-07T23:03:12.136ZMay 07 23:03:10.635 DEBG initted freemap. size: 128, unitMay 07 23:03:10.635: DEBGfreemap_test
32832026-05-07T23:03:12.136Zcreated new freemap, unitMay 07 23:03:10.635: DEBGfreemap_test reset freemap
32842026-05-07T23:03:12.136Z, unit: freemap_test
32852026-05-07T23:03:12.136ZMay 07 23:03:10.635 DEBG initted freemap. size: 128, unit: freemap_test
32862026-05-07T23:03:12.136ZMay 07 23:03:10.635 DEBG reset freemap, unit: freemap_test
32872026-05-07T23:03:12.136Ztest freemap::test_span ... ok
32882026-05-07T23:03:12.136ZMay 07 23:03:10.635 DEBG created new freemap, unit: freemap_test
32892026-05-07T23:03:12.136ZMay 07 23:03:10.635 DEBG initted freemap. size: 128, unit: freemap_test
32902026-05-07T23:03:12.136ZMay 07 23:03:10.635 DEBG reset freemap, unit: freemap_test
32912026-05-07T23:03:12.136Ztest freemap::test_exhaustion ... ok
32922026-05-07T23:03:12.136ZMay 07 23:03:10.635 DEBG created new freemap, unit: freemap_test
32932026-05-07T23:03:12.136Ztest freemap::test_reclaim ... ok
32942026-05-07T23:03:12.136ZMay 07 23:03:10.635 DEBG initted freemap. size: 128, unit: freemap_test
32952026-05-07T23:03:12.136ZMay 07 23:03:10.635 DEBG reset freemap, unit: freemap_test
32962026-05-07T23:03:12.136Ztest freemap::test_basic ... ok
32972026-05-07T23:03:12.136Ztest freemap::test_free ... ok
32982026-05-07T23:03:12.136Ztest port_map::tests::parse_softnpu_revision ... ok
32992026-05-07T23:03:12.136Ztest api_server::tests::test_build_info ... ok
33002026-05-07T23:03:12.137Z
33012026-05-07T23:03:12.137Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33022026-05-07T23:03:12.137Z
33032026-05-07T23:03:12.137Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-158fa2d6a9c99f81)
33042026-05-07T23:03:12.137Z
33052026-05-07T23:03:12.137Zrunning 0 tests
33062026-05-07T23:03:12.137Z
33072026-05-07T23:03:12.137Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33082026-05-07T23:03:12.138Z
33092026-05-07T23:03:12.138Z Running unittests src/lib.rs (target/debug/deps/dpd_api-1183094212abf212)
33102026-05-07T23:03:12.138Z
33112026-05-07T23:03:12.138Zrunning 0 tests
33122026-05-07T23:03:12.138Z
33132026-05-07T23:03:12.138Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33142026-05-07T23:03:12.138Z
33152026-05-07T23:03:12.138Z Running unittests src/lib.rs (target/debug/deps/dpd_client-8397d983114f8bb6)
33162026-05-07T23:03:12.144Z
33172026-05-07T23:03:12.144Zrunning 6 tests
33182026-05-07T23:03:12.144Ztest tests::test_full_lot_id_lot_only ... ok
33192026-05-07T23:03:12.144Ztest tests::test_full_lot_id_lotnum_only ... ok
33202026-05-07T23:03:12.144Ztest tests::test_full_lot_id_both_present ... ok
33212026-05-07T23:03:12.144Ztest tests::test_full_lot_id_neither_present ... ok
33222026-05-07T23:03:12.144Ztest tests::test_port_id_cmp ... ok
33232026-05-07T23:03:12.145Ztest tests::test_parse_client_port_id ... ok
33242026-05-07T23:03:12.145Z
33252026-05-07T23:03:12.145Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33262026-05-07T23:03:12.145Z
33272026-05-07T23:03:12.145Z Running tests/test_all.rs (target/debug/deps/test_all-91ce2df8c70628ed)
33282026-05-07T23:03:12.145Z
33292026-05-07T23:03:12.145Zrunning 6 tests
33302026-05-07T23:03:15.149Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
33312026-05-07T23:03:15.152Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
33322026-05-07T23:03:15.152Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
33332026-05-07T23:03:15.158Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
33342026-05-07T23:03:15.486Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
33352026-05-07T23:03:16.449Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
33362026-05-07T23:03:16.449Z
33372026-05-07T23:03:16.449Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.31s
33382026-05-07T23:03:16.449Z
33392026-05-07T23:03:16.454Z Running unittests src/lib.rs (target/debug/deps/dpd_types-5f44be03a468ec0c)
33402026-05-07T23:03:16.460Z
33412026-05-07T23:03:16.460Zrunning 0 tests
33422026-05-07T23:03:16.460Z
33432026-05-07T23:03:16.469Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33442026-05-07T23:03:16.469Z
33452026-05-07T23:03:16.469Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
33462026-05-07T23:03:16.478Z
33472026-05-07T23:03:16.478Zrunning 12 tests
33482026-05-07T23:03:16.478Ztest icmp::test_v6_checksum ... ok
33492026-05-07T23:03:16.478Ztest icmp::test_v4_checksum ... ok
33502026-05-07T23:03:16.478Ztest ipv6::test_ipv6_parse ... ok
33512026-05-07T23:03:16.478Ztest lldp::test_lldp_parse ... ok
33522026-05-07T23:03:16.478Ztest pbuf::test_nibble ... ok
33532026-05-07T23:03:16.478Ztest pbuf::test_byte ... ok
33542026-05-07T23:03:16.478Ztest pbuf::test_short ... ok
33552026-05-07T23:03:16.478Ztest pbuf::test_twelve ... ok
33562026-05-07T23:03:16.478Ztest pbuf::test_overflow ... ok
33572026-05-07T23:03:16.479Ztest pbuf::test_word ... ok
33582026-05-07T23:03:16.479Ztest tcp::test_checksum_syn_nodata ... ok
33592026-05-07T23:03:16.479Ztest tcp::test_checksum_ack_data ... ok
33602026-05-07T23:03:16.479Z
33612026-05-07T23:03:16.479Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33622026-05-07T23:03:16.479Z
33632026-05-07T23:03:16.479Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
33642026-05-07T23:03:16.479Z
33652026-05-07T23:03:16.479Zrunning 0 tests
33662026-05-07T23:03:16.479Z
33672026-05-07T23:03:16.479Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33682026-05-07T23:03:16.479Z
33692026-05-07T23:03:16.480Z Running unittests src/main.rs (target/debug/deps/swadm-2ba98d749d0a06fb)
33702026-05-07T23:03:16.486Z
33712026-05-07T23:03:16.486Zrunning 5 tests
33722026-05-07T23:03:16.490Ztest switchport::test::test_compute_lanes ... ok
33732026-05-07T23:03:16.490Ztest switchport::test::port_id_ordering ... ok
33742026-05-07T23:03:16.490Ztest link::test_filter ... ok
33752026-05-07T23:03:16.502Z Lane 0 Lane 1 Lane 2 Lane 3
33762026-05-07T23:03:16.502Z Rx Loss-of-lock: Yes Yes Yes Yes
33772026-05-07T23:03:16.502Z Rx Loss-of-signal: Yes Yes Yes Yes
33782026-05-07T23:03:16.502Z Rx CDR Enabled: Yes Yes Yes Yes
33792026-05-07T23:03:16.502Z Lane 0 Tx Enabled: Yes Yes Lane 1 Yes Lane 2Yes
33802026-05-07T23:03:16.502ZLane 3 Tx Loss-of-lock: No
33812026-05-07T23:03:16.503Z No State: Activated No ActivatedNo
33822026-05-07T23:03:16.503ZActivated Tx Loss-of-signal: NoActivated
33832026-05-07T23:03:16.503ZNo Rx Output Enabled: false Nofalse Nofalse
33842026-05-07T23:03:16.503Z false Tx CDR Enabled: No
33852026-05-07T23:03:16.503Z Rx Output Status: validNo validNo validNo
33862026-05-07T23:03:16.503Zvalid
33872026-05-07T23:03:16.503Z Tx Adaptive EQ Fault: No No Rx Loss-of-lock: true Notrue Notrue
33882026-05-07T23:03:16.503Z true Tx Fault: Yes
33892026-05-07T23:03:16.503ZYes Rx Loss-of-signal: false Yes falseYes
33902026-05-07T23:03:16.503Z false false
33912026-05-07T23:03:16.503ZRx Auto-squelch Disable: true true true true
33922026-05-07T23:03:16.503Z Tx Output Enabled: true true true true
33932026-05-07T23:03:16.503Z Tx Output Status: invalid invalid invalid invalid
33942026-05-07T23:03:16.504Z Tx Loss-of-lock: false false false false
33952026-05-07T23:03:16.504Z Tx Loss-of-signal: true true true true
33962026-05-07T23:03:16.504ZTx Auto-squelch Disable: false false false false
33972026-05-07T23:03:16.504Z Tx Adaptive EQ Fail: true true true true
33982026-05-07T23:03:16.504Z Tx Failure: false false false false
33992026-05-07T23:03:16.504Z Tx Force Squelch: true true true true
34002026-05-07T23:03:16.504Z Tx Input Polarity: normal normal normal normal
34012026-05-07T23:03:16.504Ztest switchport::test::test_print_sff_datapath ... ok
34022026-05-07T23:03:16.504Ztest switchport::test::test_print_cmis_datapath ... ok
34032026-05-07T23:03:16.504Z
34042026-05-07T23:03:16.504Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34052026-05-07T23:03:16.504Z
34062026-05-07T23:03:16.504Z Running tests/counters.rs (target/debug/deps/counters-9829e695a9264972)
34072026-05-07T23:03:16.504Z
34082026-05-07T23:03:16.504Zrunning 1 test
34092026-05-07T23:03:16.504Ztest test_p4_counter_list ... ignored
34102026-05-07T23:03:16.505Z
34112026-05-07T23:03:16.505Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
34122026-05-07T23:03:16.505Z
34132026-05-07T23:03:16.505Z Running tests/port-link.rs (target/debug/deps/port_link-0e1965947f5236f3)
34142026-05-07T23:03:16.509Z
34152026-05-07T23:03:16.509Zrunning 5 tests
34162026-05-07T23:03:16.509Ztest test_an ... ignored
34172026-05-07T23:03:16.509Ztest test_enable ... ignored
34182026-05-07T23:03:16.509Ztest test_ip_addresses ... ignored
34192026-05-07T23:03:16.509Ztest test_kr ... ignored
34202026-05-07T23:03:16.509Ztest test_mac ... ignored
34212026-05-07T23:03:16.509Z
34222026-05-07T23:03:16.509Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
34232026-05-07T23:03:16.509Z
34242026-05-07T23:03:16.509Z Running unittests src/main.rs (target/debug/deps/tfportd-f683aee15d8a81d6)
34252026-05-07T23:03:16.509Z
34262026-05-07T23:03:16.509Zrunning 3 tests
34272026-05-07T23:03:16.509Ztest tfport::test_parse_tfport ... ok
34282026-05-07T23:03:16.509Ztest linklocal::test_parse_ipadm ... ok
34292026-05-07T23:03:16.510Ztest config::tests::test_updates ... ok
34302026-05-07T23:03:16.510Z
34312026-05-07T23:03:16.510Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34322026-05-07T23:03:16.510Z
34332026-05-07T23:03:16.510Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
34342026-05-07T23:03:16.510Z
34352026-05-07T23:03:16.510Zrunning 0 tests
34362026-05-07T23:03:16.510Z
34372026-05-07T23:03:16.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34382026-05-07T23:03:16.510Z
34392026-05-07T23:03:16.510Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
34402026-05-07T23:03:16.516Z
34412026-05-07T23:03:16.516Zrunning 0 tests
34422026-05-07T23:03:16.517Z
34432026-05-07T23:03:16.517Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34442026-05-07T23:03:16.517Z
34452026-05-07T23:03:16.517Z Doc-tests aal
34462026-05-07T23:03:16.682Z
34472026-05-07T23:03:16.682Zrunning 0 tests
34482026-05-07T23:03:16.682Z
34492026-05-07T23:03:16.692Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34502026-05-07T23:03:16.692Z
34512026-05-07T23:03:16.700Z Doc-tests aal_macros
34522026-05-07T23:03:16.772Z
34532026-05-07T23:03:16.772Zrunning 0 tests
34542026-05-07T23:03:16.772Z
34552026-05-07T23:03:16.772Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34562026-05-07T23:03:16.772Z
34572026-05-07T23:03:16.786Z Doc-tests common
34582026-05-07T23:03:17.018Z
34592026-05-07T23:03:17.018Zrunning 0 tests
34602026-05-07T23:03:17.018Z
34612026-05-07T23:03:17.018Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34622026-05-07T23:03:17.018Z
34632026-05-07T23:03:17.038Z Doc-tests dpd_api
34642026-05-07T23:03:18.266Z
34652026-05-07T23:03:18.267Zrunning 2 tests
34662026-05-07T23:03:18.267Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
34672026-05-07T23:03:18.267Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
34682026-05-07T23:03:18.267Z
34692026-05-07T23:03:18.267Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
34702026-05-07T23:03:18.267Z
34712026-05-07T23:03:18.309Z Doc-tests dpd_client
34722026-05-07T23:03:19.713Z
34732026-05-07T23:03:19.713Zrunning 0 tests
34742026-05-07T23:03:19.713Z
34752026-05-07T23:03:19.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34762026-05-07T23:03:19.713Z
34772026-05-07T23:03:19.761Z Doc-tests dpd_types
34782026-05-07T23:03:20.100Z
34792026-05-07T23:03:20.100Zrunning 0 tests
34802026-05-07T23:03:20.100Z
34812026-05-07T23:03:20.100Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34822026-05-07T23:03:20.100Z
34832026-05-07T23:03:20.132Z Doc-tests packet
34842026-05-07T23:03:20.243Z
34852026-05-07T23:03:20.243Zrunning 0 tests
34862026-05-07T23:03:20.243Z
34872026-05-07T23:03:20.243Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34882026-05-07T23:03:20.243Z
34892026-05-07T23:03:20.259Z Doc-tests pcap
34902026-05-07T23:03:20.312Z
34912026-05-07T23:03:20.312Zrunning 0 tests
34922026-05-07T23:03:20.312Z
34932026-05-07T23:03:20.312Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34942026-05-07T23:03:20.312Z
34952026-05-07T23:03:20.363Zprocess exited: duration 616495 ms, exit code 0
 
34962026-05-07T23:03:20.369Zfound 0 output files