01KN3D22HTCYDYH8KKV9FG15D3: test

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

Buildomat Job: 01KN3D2AW5Z1VQWJNQBVSCYJ3A

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T02:14:22.216Zjob assigned to worker 01KN3D2EM9FQYZ1EHJDBSYQC2Y [factory aws, i-01957557806d1b38e] (queued for 55 s)
 
22026-04-01T02:14:29.394Zstarting task 0: "setup"
32026-04-01T02:14:29.400Z++ uname -s
42026-04-01T02:14:29.403Z+ kern=SunOS
52026-04-01T02:14:29.403Z+ build_user=build
62026-04-01T02:14:29.403Z+ build_uid=12345
72026-04-01T02:14:29.403Z+ work_dir=/work
82026-04-01T02:14:29.403Z+ input_dir=/input
92026-04-01T02:14:29.403Z+ [[ 0 == 12345 ]]
102026-04-01T02:14:29.403Z+ case "$kern" in
112026-04-01T02:14:29.403Z+ groupadd -g 12345 build
122026-04-01T02:14:29.406Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T02:14:31.410Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T02:14:31.533Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T02:14:31.535Z+ home_fs=zfs
162026-04-01T02:14:31.535Z+ [[ zfs == autofs ]]
172026-04-01T02:14:31.535Z+ mkdir -p /home/build
182026-04-01T02:14:31.535Z+ chown build:build /home/build /work
192026-04-01T02:14:33.537Z+ chmod 0700 /home/build /work
202026-04-01T02:14:33.540Zprocess exited: duration 4145 ms, exit code 0
 
212026-04-01T02:14:33.546Zstarting task 1: "rust-toolchain"
222026-04-01T02:14:33.550Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-04-01T02:14:33.551Z * rust toolchain channel = "1.90.0"
242026-04-01T02:14:33.551Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-01T02:14:33.551Z * rust toolchain profile = "default"
262026-04-01T02:14:33.551Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-01T02:14:33.551Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-01T02:14:33.553Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T02:14:33.553Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-04-01T02:14:33.840Zinfo: downloading installer
312026-04-01T02:14:35.509Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T02:14:35.509Zwarn: /opt/ooce/bin
332026-04-01T02:14:35.509Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T02:14:35.509Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T02:14:35.509Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T02:14:35.509Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T02:14:35.509Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T02:14:35.509Zerror: cannot install while Rust is installed
392026-04-01T02:14:35.509Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T02:14:35.512Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T02:14:35.512Zwarn: /home/build/.rustup/settings.toml
422026-04-01T02:14:35.512Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T02:14:35.512Zwarn: instead of the one inferred from the default host triple.
442026-04-01T02:14:35.523Zinfo: profile set to default
452026-04-01T02:14:35.523Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T02:14:35.526Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-04-01T02:14:35.690Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-04-01T02:14:35.693Zinfo: downloading 6 components
492026-04-01T02:14:49.843Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-04-01T02:14:49.843Z
512026-04-01T02:14:49.879Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-04-01T02:14:49.879Z
532026-04-01T02:14:49.879Z
542026-04-01T02:14:49.879ZRust is installed now. Great!
552026-04-01T02:14:49.879Z
562026-04-01T02:14:49.879ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T02:14:49.879Zenvironment variable. This has not been done automatically.
582026-04-01T02:14:49.879Z
592026-04-01T02:14:49.879ZTo configure your current shell, you need to source
602026-04-01T02:14:49.879Zthe corresponding env file under $HOME/.cargo.
612026-04-01T02:14:49.879Z
622026-04-01T02:14:49.879ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T02:14:49.879Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T02:14:49.879Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T02:14:49.879Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T02:14:49.879Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T02:14:49.879Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T02:14:49.879Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T02:14:49.882Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T02:14:49.882Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T02:14:49.967Z+ rustup --version
722026-04-01T02:14:49.976Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T02:14:49.979Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T02:14:49.999Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-04-01T02:14:50.007Z+ cargo --version
762026-04-01T02:14:50.014Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-04-01T02:14:50.017Z+ rustc --version
782026-04-01T02:14:50.037Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-04-01T02:14:50.040Zprocess exited: duration 16491 ms, exit code 0
 
802026-04-01T02:14:50.045Zstarting task 2: "authentication"
812026-04-01T02:14:50.061Zprocess exited: duration 15 ms, exit code 0
 
822026-04-01T02:14:50.067Zstarting task 3: "clone repository"
832026-04-01T02:14:50.070Z+ mkdir -p /work/oxidecomputer/dendrite
842026-04-01T02:14:50.073Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-04-01T02:14:50.101ZCloning into '/work/oxidecomputer/dendrite'...
862026-04-01T02:14:51.100Z+ cd /work/oxidecomputer/dendrite
872026-04-01T02:14:51.100Z+ git fetch origin abae2128f6e33a01cfb8dc2b75b362c48321bb9e
882026-04-01T02:14:51.350ZFrom https://github.com/oxidecomputer/dendrite
892026-04-01T02:14:51.350Z * branch abae2128f6e33a01cfb8dc2b75b362c48321bb9e -> FETCH_HEAD
902026-04-01T02:14:51.356Z+ [[ -n multicast-e2e ]]
912026-04-01T02:14:51.359Z++ git branch --show-current
922026-04-01T02:14:51.359Z+ current=main
932026-04-01T02:14:51.359Z+ [[ main != multicast-e2e ]]
942026-04-01T02:14:51.359Z+ git branch -f multicast-e2e abae2128f6e33a01cfb8dc2b75b362c48321bb9e
952026-04-01T02:14:51.362Z+ git checkout -f multicast-e2e
962026-04-01T02:14:51.379ZSwitched to branch 'multicast-e2e'
972026-04-01T02:14:51.382Z+ git reset --hard abae2128f6e33a01cfb8dc2b75b362c48321bb9e
982026-04-01T02:14:51.384ZHEAD is now at abae212 merge main
992026-04-01T02:14:51.385Zprocess exited: duration 1316 ms, exit code 0
 
1002026-04-01T02:14:51.390Zstarting task 4: "build"
1012026-04-01T02:14:51.395Z+ source .github/buildomat/common.sh
1022026-04-01T02:14:51.397Z++ TOFINO_STAGES=20
1032026-04-01T02:14:51.397Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
1042026-04-01T02:14:51.397Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1052026-04-01T02:14:51.397Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
1062026-04-01T02:14:51.397Z+++ uname -s
1072026-04-01T02:14:51.397Z++ '[' SunOS == SunOS ']'
1082026-04-01T02:14:51.397Z++ SERIES=illumos
1092026-04-01T02:14:51.397Z+++ uname -s
1102026-04-01T02:14:51.401Z++ '[' SunOS == SunOS ']'
1112026-04-01T02:14:51.401Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1122026-04-01T02:14:51.401Z++ rustup show active-toolchain
1132026-04-01T02:14:51.411Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1142026-04-01T02:14:51.411Z+ source .github/buildomat/illumos.sh
1152026-04-01T02:14:51.411Z++ banner 'sde setup'
1162026-04-01T02:14:51.411Z
1172026-04-01T02:14:51.411Z #### ##### ###### #### ###### ##### # # #####
1182026-04-01T02:14:51.411Z # # # # # # # # # # #
1192026-04-01T02:14:51.411Z #### # # ##### #### ##### # # # # #
1202026-04-01T02:14:51.411Z # # # # # # # # # #####
1212026-04-01T02:14:51.411Z # # # # # # # # # # # #
1222026-04-01T02:14:51.411Z #### ##### ###### #### ###### # #### #
1232026-04-01T02:14:51.411Z
1242026-04-01T02:14:51.411Z++ export PKG=tofino_sde.p5p
1252026-04-01T02:14:51.411Z++ PKG=tofino_sde.p5p
1262026-04-01T02:14:51.411Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1272026-04-01T02:14:51.414Z % Total % Received % Xferd Average Speed Time Time Time Current
1282026-04-01T02:14:51.414Z Dload Upload Total Spent Left Speed
1292026-04-01T02:14:52.941Z 0 0 0 0 0 0 0 0 0 55 76.03M 55 42.44M 0 0 42.48M 0 00:01 00:01 42.49M 100 76.03M 100 76.03M 0 0 49.70M 0 00:01 00:01 42.49M 100 76.03M 100 76.03M 0 0 49.70M 0 00:01 00:01 42.49M 100 76.03M 100 76.03M 0 0 49.70M 0 00:01 00:01 42.49M
1302026-04-01T02:14:52.946Z+++ digest -a sha256 tofino_sde.p5p
1312026-04-01T02:14:52.993Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1322026-04-01T02:14:53.999Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1332026-04-01T02:14:53.999Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1342026-04-01T02:15:01.662Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-01T02:15:08.523Z Startup: Caching catalogs ... Done
1362026-04-01T02:15:08.700Z Startup: Refreshing catalog 'oxide' ... Done
1372026-04-01T02:15:15.160ZPlanning: Solver setup ... Done
1382026-04-01T02:15:15.178ZPlanning: Running solver ... Done
1392026-04-01T02:15:15.294ZPlanning: Finding local manifests ... Done
1402026-04-01T02:15:15.297ZPlanning: Fetching manifests: 1/1 100% complete
1412026-04-01T02:15:15.300ZPlanning: Fetching manifests: 1/1 100% complete
1422026-04-01T02:15:15.314ZPlanning: Package planning ... Done
1432026-04-01T02:15:15.316ZPlanning: Merging actions ... Done
1442026-04-01T02:15:15.409ZPlanning: Checking for conflicting actions ... Done
1452026-04-01T02:15:15.412ZPlanning: Consolidating action changes ... Done
1462026-04-01T02:15:16.192ZPlanning: Evaluating mediators ... Done
1472026-04-01T02:15:16.195ZPlanning: Planning completed in 7.49 seconds
1482026-04-01T02:15:16.199Z Packages to install: 1
1492026-04-01T02:15:16.201Z Create boot environment: No
1502026-04-01T02:15:16.202ZCreate backup boot environment: No
1512026-04-01T02:15:16.237Z
1522026-04-01T02:15:16.237ZDownload: 0/242 items 0.0/75.3MB 0% complete
1532026-04-01T02:15:16.373ZDownload: Completed 75.30 MB in 0.14 seconds (553M/s)
1542026-04-01T02:15:16.561Z Actions: 1/293 actions (Installing new actions)
1552026-04-01T02:15:17.549Z Actions: Completed 293 actions in 0.99 seconds.
1562026-04-01T02:15:17.552Z Done
1572026-04-01T02:15:17.592Z Done
1582026-04-01T02:15:18.238Z Done
1592026-04-01T02:15:20.790Z Done
1602026-04-01T02:15:20.864Z Done
1612026-04-01T02:15:20.867Z Done
1622026-04-01T02:15:21.145Z Done
1632026-04-01T02:15:21.771Z++ export SDE=/opt/oxide/tofino_sde
1642026-04-01T02:15:21.771Z++ SDE=/opt/oxide/tofino_sde
1652026-04-01T02:15:21.771Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1662026-04-01T02:15:21.771Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1672026-04-01T02:15:21.771Z++ banner packages
1682026-04-01T02:15:21.774Z
1692026-04-01T02:15:21.774Z ##### ## #### # # ## #### ###### ####
1702026-04-01T02:15:21.775Z # # # # # # # # # # # # # #
1712026-04-01T02:15:21.775Z # # # # # #### # # # ##### ####
1722026-04-01T02:15:21.775Z ##### ###### # # # ###### # ### # #
1732026-04-01T02:15:21.775Z # # # # # # # # # # # # # #
1742026-04-01T02:15:21.775Z # # # #### # # # # #### ###### ####
1752026-04-01T02:15:21.775Z
1762026-04-01T02:15:21.775Z++ pfexec pkg install clang-15 pcap
1772026-04-01T02:15:22.170Z Startup: Refreshing catalog 'helios-dev' ... Done
1782026-04-01T02:15:22.173Z Startup: Refreshing catalog 'oxide' ... Done
1792026-04-01T02:15:26.353ZPlanning: Solver setup ... Done
1802026-04-01T02:15:26.373ZPlanning: Running solver ... Done
1812026-04-01T02:15:26.485ZPlanning: Finding local manifests ... Done
1822026-04-01T02:15:26.488ZPlanning: Fetching manifests: 0/2 0% complete
1832026-04-01T02:15:26.674ZPlanning: Fetching manifests: 2/2 100% complete
1842026-04-01T02:15:26.704ZPlanning: Package planning ... Done
1852026-04-01T02:15:26.731ZPlanning: Merging actions ... Done
1862026-04-01T02:15:26.836ZPlanning: Checking for conflicting actions ... Done
1872026-04-01T02:15:26.843ZPlanning: Consolidating action changes ... Done
1882026-04-01T02:15:27.003ZPlanning: Evaluating mediators ... Done
1892026-04-01T02:15:27.007ZPlanning: Planning completed in 4.84 seconds
1902026-04-01T02:15:27.015Z Packages to install: 2
1912026-04-01T02:15:27.015Z Mediators to change: 2
1922026-04-01T02:15:27.015Z Services to change: 1
1932026-04-01T02:15:27.018Z Create boot environment: No
1942026-04-01T02:15:27.018ZCreate backup boot environment: No
1952026-04-01T02:15:27.047Z
1962026-04-01T02:15:27.047ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1972026-04-01T02:15:32.248ZDownload: 2004/3076 items 104.1/211.3MB 49% complete (21.6M/s)
1982026-04-01T02:15:37.993ZDownload: 3069/3076 items 210.4/211.3MB 99% complete (21.2M/s)
1992026-04-01T02:15:38.021ZDownload: Completed 211.31 MB in 10.97 seconds (19.3M/s)
2002026-04-01T02:15:38.149Z Actions: 1/3418 actions (Installing new actions)
2012026-04-01T02:15:41.251Z Actions: Completed 3418 actions in 3.10 seconds.
2022026-04-01T02:15:41.796Z Done
2032026-04-01T02:15:41.796Z Done
2042026-04-01T02:15:42.495Z Done
2052026-04-01T02:15:45.282Z Done
2062026-04-01T02:15:45.356Z Done
2072026-04-01T02:15:45.359Z Done
2082026-04-01T02:15:45.649Z Done
2092026-04-01T02:15:45.775Z++ pfexec pkg set-mediator -V 15 clang llvm
2102026-04-01T02:15:45.969ZPlanning: Evaluating mediator changes ... Done
2112026-04-01T02:15:46.077ZPlanning: Checking for conflicting actions ... Done
2122026-04-01T02:15:46.080ZPlanning: Consolidating action changes ... Done
2132026-04-01T02:15:46.240ZPlanning: Evaluating mediators ... Done
2142026-04-01T02:15:46.243ZPlanning: Planning completed in 0.27 seconds
2152026-04-01T02:15:46.261Z Mediators to change: 2
2162026-04-01T02:15:46.261Z Create boot environment: No
2172026-04-01T02:15:46.261ZCreate backup boot environment: No
2182026-04-01T02:15:46.333Z Done
2192026-04-01T02:15:46.334Z Done
2202026-04-01T02:15:46.929Z Done
2212026-04-01T02:15:49.471Z Done
2222026-04-01T02:15:49.548Z Done
2232026-04-01T02:15:49.552Z Done
2242026-04-01T02:15:49.709Z Done
2252026-04-01T02:15:49.785Z++ cargo --version
2262026-04-01T02:15:49.795Zcargo 1.90.0 (840b83a10 2025-07-30)
2272026-04-01T02:15:49.798Z++ rustc --version
2282026-04-01T02:15:49.818Zrustc 1.90.0 (1159e78c4 2025-09-14)
2292026-04-01T02:15:49.821Z+ banner copyrights
2302026-04-01T02:15:49.824Z
2312026-04-01T02:15:49.824Z #### #### ##### # # ##### # #### # # ##### ####
2322026-04-01T02:15:49.824Z # # # # # # # # # # # # # # # # #
2332026-04-01T02:15:49.824Z # # # # # # # # # # ###### # ####
2342026-04-01T02:15:49.824Z # # # ##### # ##### # # ### # # # #
2352026-04-01T02:15:49.824Z # # # # # # # # # # # # # # # #
2362026-04-01T02:15:49.824Z #### #### # # # # # #### # # # ####
2372026-04-01T02:15:49.824Z
2382026-04-01T02:15:49.824Z+ ./tools/check_copyrights.sh
2392026-04-01T02:15:50.097Zcommon/src/illumos.rs: Copyright with wrong year
2402026-04-01T02:15:50.901Zpacket/src/eth.rs: Copyright with wrong year
2412026-04-01T02:15:51.363Z+ banner clippy
2422026-04-01T02:15:51.366Z
2432026-04-01T02:15:51.367Z #### # # ##### ##### # #
2442026-04-01T02:15:51.367Z # # # # # # # # # #
2452026-04-01T02:15:51.367Z # # # # # # # #
2462026-04-01T02:15:51.367Z # # # ##### ##### #
2472026-04-01T02:15:51.367Z # # # # # # #
2482026-04-01T02:15:51.367Z #### ###### # # # #
2492026-04-01T02:15:51.367Z
2502026-04-01T02:15:51.367Z+ for feat in tofino_stub tofino_asic softnpu chaos
2512026-04-01T02:15:51.367Z+ cargo clippy --features tofino_stub -- --deny warnings
2522026-04-01T02:15:51.519Z Updating git repository `https://github.com/oxidecomputer/omicron`
2532026-04-01T02:16:02.116Z Updating crates.io index
2542026-04-01T02:16:02.152Z Updating git repository `https://github.com/illumos/smf-rs`
2552026-04-01T02:16:02.438Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562026-04-01T02:16:03.501Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2572026-04-01T02:16:03.785Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582026-04-01T02:16:04.037Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-04-01T02:16:05.269Z Updating git repository `https://github.com/oxidecomputer/ispf`
2602026-04-01T02:16:05.517Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2612026-04-01T02:16:05.877Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-04-01T02:16:06.282Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632026-04-01T02:16:06.551Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2642026-04-01T02:16:07.017Z Updating git repository `https://github.com/oxidecomputer/p4`
2652026-04-01T02:16:07.472Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662026-04-01T02:16:07.800Z Updating git repository `https://github.com/oxidecomputer/lldp`
2672026-04-01T02:16:08.115Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-04-01T02:16:08.721Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-04-01T02:16:08.972Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2702026-04-01T02:16:09.314Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2712026-04-01T02:16:09.609Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722026-04-01T02:16:10.253Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2732026-04-01T02:16:10.592Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2742026-04-01T02:16:10.843Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2752026-04-01T02:16:12.213Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-04-01T02:16:12.920Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772026-04-01T02:16:13.550Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782026-04-01T02:16:15.086Z Updating git repository `https://github.com/oxidecomputer/opte`
2792026-04-01T02:16:15.731Z Updating git repository `https://github.com/oxidecomputer/tofino`
2802026-04-01T02:16:16.064Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812026-04-01T02:16:16.552Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2822026-04-01T02:16:18.168Z Downloading crates ...
2832026-04-01T02:16:18.250Z Downloaded atomic-waker v1.1.2
2842026-04-01T02:16:18.253Z Downloaded adler2 v2.0.1
2852026-04-01T02:16:18.258Z Downloaded crc8 v0.1.1
2862026-04-01T02:16:18.261Z Downloaded clap_lex v1.1.0
2872026-04-01T02:16:18.264Z Downloaded crossbeam-utils v0.8.21
2882026-04-01T02:16:18.267Z Downloaded cookie v0.18.1
2892026-04-01T02:16:18.269Z Downloaded dtrace-parser v0.3.0
2902026-04-01T02:16:18.272Z Downloaded bytecount v0.6.9
2912026-04-01T02:16:18.275Z Downloaded fastrand v2.3.0
2922026-04-01T02:16:18.278Z Downloaded cipher v0.4.4
2932026-04-01T02:16:18.278Z Downloaded allocator-api2 v0.2.21
2942026-04-01T02:16:18.281Z Downloaded aead v0.5.2
2952026-04-01T02:16:18.284Z Downloaded displaydoc v0.2.5
2962026-04-01T02:16:18.286Z Downloaded darling_core v0.21.3
2972026-04-01T02:16:18.291Z Downloaded hubpack_derive v0.1.1
2982026-04-01T02:16:18.293Z Downloaded heapless v0.8.0
2992026-04-01T02:16:18.296Z Downloaded derive-ex v0.1.8
3002026-04-01T02:16:18.300Z Downloaded futures v0.3.32
3012026-04-01T02:16:18.303Z Downloaded anstream v1.0.0
3022026-04-01T02:16:18.306Z Downloaded defmt v0.3.100
3032026-04-01T02:16:18.308Z Downloaded bitflags v2.9.4
3042026-04-01T02:16:18.315Z Downloaded curve25519-dalek-derive v0.1.1
3052026-04-01T02:16:18.317Z Downloaded hickory-proto v0.25.2
3062026-04-01T02:16:18.327Z Downloaded http-body v1.0.1
3072026-04-01T02:16:18.330Z Downloaded heck v0.5.0
3082026-04-01T02:16:18.333Z Downloaded hostname v0.4.2
3092026-04-01T02:16:18.335Z Downloaded generic-array v0.14.7
3102026-04-01T02:16:18.338Z Downloaded highway v1.3.0
3112026-04-01T02:16:18.341Z Downloaded dropshot-api-manager-types v0.5.2
3122026-04-01T02:16:18.341Z Downloaded dof v0.4.0
3132026-04-01T02:16:18.344Z Downloaded cargo-platform v0.1.9
3142026-04-01T02:16:18.347Z Downloaded gethostname v0.5.0
3152026-04-01T02:16:18.349Z Downloaded dof v0.3.0
3162026-04-01T02:16:18.349Z Downloaded argon2 v0.5.3
3172026-04-01T02:16:18.352Z Downloaded dtrace-parser v0.2.0
3182026-04-01T02:16:18.355Z Downloaded heck v0.4.1
3192026-04-01T02:16:18.358Z Downloaded form_urlencoded v1.2.2
3202026-04-01T02:16:18.360Z Downloaded errno v0.3.14
3212026-04-01T02:16:18.363Z Downloaded futures-io v0.3.32
3222026-04-01T02:16:18.363Z Downloaded debug-ignore v1.0.5
3232026-04-01T02:16:18.366Z Downloaded foreign-types-macros v0.2.3
3242026-04-01T02:16:18.369Z Downloaded dunce v1.0.5
3252026-04-01T02:16:18.369Z Downloaded cobs v0.3.0
3262026-04-01T02:16:18.372Z Downloaded cfg-if v1.0.3
3272026-04-01T02:16:18.375Z Downloaded embedded-io v0.4.0
3282026-04-01T02:16:18.377Z Downloaded futures-macro v0.3.32
3292026-04-01T02:16:18.377Z Downloaded arrayref v0.3.9
3302026-04-01T02:16:18.380Z Downloaded block-buffer v0.10.4
3312026-04-01T02:16:18.383Z Downloaded fnv v1.0.7
3322026-04-01T02:16:18.386Z Downloaded foreign-types-shared v0.3.1
3332026-04-01T02:16:18.386Z Downloaded foreign-types v0.5.0
3342026-04-01T02:16:18.389Z Downloaded convert_case v0.4.0
3352026-04-01T02:16:18.389Z Downloaded hash32 v0.3.1
3362026-04-01T02:16:18.391Z Downloaded atomicwrites v0.4.4
3372026-04-01T02:16:18.394Z Downloaded ident_case v1.0.1
3382026-04-01T02:16:18.394Z Downloaded equivalent v1.0.2
3392026-04-01T02:16:18.397Z Downloaded idna_adapter v1.2.1
3402026-04-01T02:16:18.400Z Downloaded display-error-chain v0.2.2
3412026-04-01T02:16:18.400Z Downloaded defmt-parser v1.0.0
3422026-04-01T02:16:18.402Z Downloaded csv-core v0.1.12
3432026-04-01T02:16:18.405Z Downloaded is_ci v1.2.0
3442026-04-01T02:16:18.408Z Downloaded foldhash v0.2.0
3452026-04-01T02:16:18.408Z Downloaded indent_write v2.2.0
3462026-04-01T02:16:18.411Z Downloaded group v0.13.0
3472026-04-01T02:16:18.414Z Downloaded httpdate v1.0.3
3482026-04-01T02:16:18.414Z Downloaded anyhow v1.0.102
3492026-04-01T02:16:18.417Z Downloaded ff v0.13.1
3502026-04-01T02:16:18.419Z Downloaded inout v0.1.4
3512026-04-01T02:16:18.422Z Downloaded bcs v0.1.6
3522026-04-01T02:16:18.425Z Downloaded is_terminal_polyfill v1.70.1
3532026-04-01T02:16:18.425Z Downloaded is-terminal v0.4.16
3542026-04-01T02:16:18.428Z Downloaded managed v0.8.0
3552026-04-01T02:16:18.431Z Downloaded linked-hash-map v0.5.6
3562026-04-01T02:16:18.431Z Downloaded fixedbitset v0.4.2
3572026-04-01T02:16:18.434Z Downloaded fs-err v3.1.2
3582026-04-01T02:16:18.437Z Downloaded base64ct v1.8.0
3592026-04-01T02:16:18.437Z Downloaded anstyle-parse v1.0.0
3602026-04-01T02:16:18.445Z Downloaded http-body-util v0.1.3
3612026-04-01T02:16:18.445Z Downloaded ipnetwork v0.21.1
3622026-04-01T02:16:18.445Z Downloaded erased-serde v0.3.31
3632026-04-01T02:16:18.449Z Downloaded data-encoding v2.9.0
3642026-04-01T02:16:18.449Z Downloaded cargo_metadata v0.18.1
3652026-04-01T02:16:18.452Z Downloaded drift v0.1.3
3662026-04-01T02:16:18.454Z Downloaded lazy_static v1.5.0
3672026-04-01T02:16:18.457Z Downloaded memoffset v0.9.1
3682026-04-01T02:16:18.460Z Downloaded futures-core v0.3.32
3692026-04-01T02:16:18.463Z Downloaded defmt-macros v1.0.1
3702026-04-01T02:16:18.466Z Downloaded match_cfg v0.1.0
3712026-04-01T02:16:18.466Z Downloaded macaddr v1.0.1
3722026-04-01T02:16:18.470Z Downloaded hyper-tls v0.6.0
3732026-04-01T02:16:18.470Z Downloaded lru-cache v0.1.2
3742026-04-01T02:16:18.473Z Downloaded ingot v0.1.1
3752026-04-01T02:16:18.473Z Downloaded httparse v1.10.1
3762026-04-01T02:16:18.476Z Downloaded ingot-types v0.1.2
3772026-04-01T02:16:18.479Z Downloaded fs_extra v1.3.0
3782026-04-01T02:16:18.479Z Downloaded newtype_derive v0.1.6
3792026-04-01T02:16:18.483Z Downloaded num v0.4.3
3802026-04-01T02:16:18.485Z Downloaded enum-as-inner v0.6.1
3812026-04-01T02:16:18.485Z Downloaded num-derive v0.3.3
3822026-04-01T02:16:18.489Z Downloaded newline-converter v0.3.0
3832026-04-01T02:16:18.489Z Downloaded openssl-probe v0.1.6
3842026-04-01T02:16:18.491Z Downloaded opaque-debug v0.3.1
3852026-04-01T02:16:18.491Z Downloaded openssl-macros v0.1.1
3862026-04-01T02:16:18.494Z Downloaded futures-channel v0.3.32
3872026-04-01T02:16:18.494Z Downloaded linear-map v1.2.0
3882026-04-01T02:16:18.497Z Downloaded derive_more v0.99.20
3892026-04-01T02:16:18.500Z Downloaded num_enum_derive v0.5.11
3902026-04-01T02:16:18.502Z Downloaded itoa v1.0.15
3912026-04-01T02:16:18.505Z Downloaded console v0.15.11
3922026-04-01T02:16:18.508Z Downloaded internet-checksum v0.2.1
3932026-04-01T02:16:18.508Z Downloaded keccak v0.1.6
3942026-04-01T02:16:18.510Z Downloaded clap_derive v4.6.0
3952026-04-01T02:16:18.513Z Downloaded dropshot_endpoint v0.16.7
3962026-04-01T02:16:18.516Z Downloaded newtype-uuid-macros v0.1.0
3972026-04-01T02:16:18.518Z Downloaded olpc-cjson v0.1.4
3982026-04-01T02:16:18.518Z Downloaded num-iter v0.1.45
3992026-04-01T02:16:18.521Z Downloaded num-derive v0.4.2
4002026-04-01T02:16:18.521Z Downloaded lock_api v0.4.14
4012026-04-01T02:16:18.523Z Downloaded num-conv v0.2.1
4022026-04-01T02:16:18.526Z Downloaded parse-display v0.10.0
4032026-04-01T02:16:18.526Z Downloaded mime v0.3.17
4042026-04-01T02:16:18.529Z Downloaded lru-slab v0.1.2
4052026-04-01T02:16:18.529Z Downloaded libsw-core v0.3.2
4062026-04-01T02:16:18.532Z Downloaded percent-encoding v2.3.2
4072026-04-01T02:16:18.534Z Downloaded omicron-workspace-hack v0.1.0
4082026-04-01T02:16:18.534Z Downloaded num_threads v0.1.7
4092026-04-01T02:16:18.537Z Downloaded libscf-sys v1.1.0
4102026-04-01T02:16:18.538Z Downloaded getrandom v0.2.16
4112026-04-01T02:16:18.540Z Downloaded pretty-hex v0.4.1
4122026-04-01T02:16:18.543Z Downloaded libsw v3.5.0
4132026-04-01T02:16:18.543Z Downloaded crossbeam-epoch v0.9.18
4142026-04-01T02:16:18.546Z Downloaded plain v0.2.3
4152026-04-01T02:16:18.549Z Downloaded phf_shared v0.12.1
4162026-04-01T02:16:18.549Z Downloaded num-complex v0.4.6
4172026-04-01T02:16:18.551Z Downloaded pin-utils v0.1.0
4182026-04-01T02:16:18.554Z Downloaded proc-macro-error-attr2 v2.0.0
4192026-04-01T02:16:18.554Z Downloaded proc-macro-crate v1.3.1
4202026-04-01T02:16:18.557Z Downloaded powerfmt v0.2.0
4212026-04-01T02:16:18.557Z Downloaded potential_utf v0.1.3
4222026-04-01T02:16:18.560Z Downloaded progenitor-client v0.11.1
4232026-04-01T02:16:18.560Z Downloaded num-rational v0.4.2
4242026-04-01T02:16:18.562Z Downloaded oxide-tokio-rt v0.1.2
4252026-04-01T02:16:18.562Z Downloaded num_enum v0.7.5
4262026-04-01T02:16:18.566Z Downloaded password-hash v0.5.0
4272026-04-01T02:16:18.569Z Downloaded memmap v0.7.0
4282026-04-01T02:16:18.572Z Downloaded proc-macro-error-attr v1.0.4
4292026-04-01T02:16:18.572Z Downloaded progenitor-client v0.10.0
4302026-04-01T02:16:18.575Z Downloaded blake2 v0.10.6
4312026-04-01T02:16:18.578Z Downloaded hickory-resolver v0.24.4
4322026-04-01T02:16:18.580Z Downloaded multer v3.1.0
4332026-04-01T02:16:18.583Z Downloaded owo-colors v4.3.0
4342026-04-01T02:16:18.583Z Downloaded progenitor-macro v0.10.0
4352026-04-01T02:16:18.586Z Downloaded oxnet v0.1.4
4362026-04-01T02:16:18.588Z Downloaded quick-error v1.2.3
4372026-04-01T02:16:18.588Z Downloaded progenitor-macro v0.11.1
4382026-04-01T02:16:18.591Z Downloaded fixedbitset v0.5.7
4392026-04-01T02:16:18.591Z Downloaded chacha20poly1305 v0.10.1
4402026-04-01T02:16:18.594Z Downloaded pem v3.0.5
4412026-04-01T02:16:18.594Z Downloaded paste v1.0.15
4422026-04-01T02:16:18.597Z Downloaded rand_xorshift v0.4.0
4432026-04-01T02:16:18.600Z Downloaded parse-display-derive v0.10.0
4442026-04-01T02:16:18.600Z Downloaded hmac v0.12.1
4452026-04-01T02:16:18.603Z Downloaded num_enum_derive v0.7.5
4462026-04-01T02:16:18.605Z Downloaded icu_provider v2.0.0
4472026-04-01T02:16:18.606Z Downloaded ref-cast v1.0.25
4482026-04-01T02:16:18.608Z Downloaded iana-time-zone v0.1.64
4492026-04-01T02:16:18.611Z Downloaded pkg-config v0.3.32
4502026-04-01T02:16:18.614Z Downloaded rustc_version v0.1.7
4512026-04-01T02:16:18.614Z Downloaded ppv-lite86 v0.2.21
4522026-04-01T02:16:18.617Z Downloaded rustc-hash v2.1.1
4532026-04-01T02:16:18.617Z Downloaded rustc_version v0.4.1
4542026-04-01T02:16:18.619Z Downloaded pin-project-lite v0.2.16
4552026-04-01T02:16:18.623Z Downloaded poly1305 v0.8.0
4562026-04-01T02:16:18.626Z Downloaded progenitor-macro v0.13.0
4572026-04-01T02:16:18.626Z Downloaded progenitor-client v0.13.0
4582026-04-01T02:16:18.626Z Downloaded progenitor v0.11.1
4592026-04-01T02:16:18.629Z Downloaded same-file v1.0.6
4602026-04-01T02:16:18.629Z Downloaded progenitor v0.10.0
4612026-04-01T02:16:18.631Z Downloaded proc-macro-error2 v2.0.1
4622026-04-01T02:16:18.634Z Downloaded memmap2 v0.9.8
4632026-04-01T02:16:18.634Z Downloaded proc-macro-error v1.0.4
4642026-04-01T02:16:18.637Z Downloaded base64 v0.22.1
4652026-04-01T02:16:18.640Z Downloaded once_cell v1.21.3
4662026-04-01T02:16:18.643Z Downloaded progenitor v0.13.0
4672026-04-01T02:16:18.643Z Downloaded litemap v0.8.0
4682026-04-01T02:16:18.645Z Downloaded icu_locale_core v2.0.0
4692026-04-01T02:16:18.648Z Downloaded search_path v0.1.4
4702026-04-01T02:16:18.651Z Downloaded rand_chacha v0.3.1
4712026-04-01T02:16:18.651Z Downloaded scroll_derive v0.13.1
4722026-04-01T02:16:18.654Z Downloaded scopeguard v1.2.0
4732026-04-01T02:16:18.654Z Downloaded serde_spanned v0.6.9
4742026-04-01T02:16:18.656Z Downloaded pest_derive v2.8.2
4752026-04-01T02:16:18.656Z Downloaded rand_chacha v0.9.0
4762026-04-01T02:16:18.659Z Downloaded log v0.4.29
4772026-04-01T02:16:18.662Z Downloaded rand_core v0.9.3
4782026-04-01T02:16:18.662Z Downloaded ref-cast-impl v1.0.25
4792026-04-01T02:16:18.662Z Downloaded rand_core v0.6.4
4802026-04-01T02:16:18.665Z Downloaded quote v1.0.45
4812026-04-01T02:16:18.667Z Downloaded serde-big-array v0.5.1
4822026-04-01T02:16:18.667Z Downloaded secrecy v0.10.3
4832026-04-01T02:16:18.670Z Downloaded serde_repr v0.1.20
4842026-04-01T02:16:18.670Z Downloaded semver v0.1.20
4852026-04-01T02:16:18.673Z Downloaded resolv-conf v0.7.5
4862026-04-01T02:16:18.673Z Downloaded scroll_derive v0.12.1
4872026-04-01T02:16:18.673Z Downloaded serde_urlencoded v0.7.1
4882026-04-01T02:16:18.676Z Downloaded sha1 v0.10.6
4892026-04-01T02:16:18.676Z Downloaded icu_properties v2.0.1
4902026-04-01T02:16:18.678Z Downloaded icu_collections v2.0.0
4912026-04-01T02:16:18.681Z Downloaded postcard v1.1.3
4922026-04-01T02:16:18.684Z Downloaded pest_meta v2.8.2
4932026-04-01T02:16:18.687Z Downloaded ingot-macros v0.1.1
4942026-04-01T02:16:18.687Z Downloaded serde_plain v1.0.2
4952026-04-01T02:16:18.689Z Downloaded crossbeam-channel v0.5.15
4962026-04-01T02:16:18.692Z Downloaded smawk v0.3.2
4972026-04-01T02:16:18.692Z Downloaded expectorate v1.2.0
4982026-04-01T02:16:18.695Z Downloaded sigpipe v0.1.3
4992026-04-01T02:16:18.695Z Downloaded rustversion v1.0.22
5002026-04-01T02:16:18.698Z Downloaded scroll v0.13.0
5012026-04-01T02:16:18.698Z Downloaded rustls-pemfile v2.2.0
5022026-04-01T02:16:18.701Z Downloaded crypto-bigint v0.5.5
5032026-04-01T02:16:18.703Z Downloaded omicron-zone-package v0.12.2
5042026-04-01T02:16:18.706Z Downloaded signal-hook-tokio v0.3.1
5052026-04-01T02:16:18.706Z Downloaded parking_lot v0.12.5
5062026-04-01T02:16:18.709Z Downloaded siphasher v1.0.1
5072026-04-01T02:16:18.709Z Downloaded papergrid v0.11.0
5082026-04-01T02:16:18.712Z Downloaded http v1.4.0
5092026-04-01T02:16:18.715Z Downloaded schemars_derive v0.8.22
5102026-04-01T02:16:18.717Z Downloaded supports-color v3.0.2
5112026-04-01T02:16:18.717Z Downloaded scroll v0.12.0
5122026-04-01T02:16:18.720Z Downloaded slog-bunyan v2.5.0
5132026-04-01T02:16:18.721Z Downloaded stable_deref_trait v1.2.0
5142026-04-01T02:16:18.721Z Downloaded subtle v2.6.1
5152026-04-01T02:16:18.723Z Downloaded strsim v0.11.1
5162026-04-01T02:16:18.723Z Downloaded sync_wrapper v1.0.2
5172026-04-01T02:16:18.726Z Downloaded structmeta v0.3.0
5182026-04-01T02:16:18.726Z Downloaded semver v1.0.27
5192026-04-01T02:16:18.726Z Downloaded hickory-resolver v0.25.2
5202026-04-01T02:16:18.729Z Downloaded bytes v1.11.1
5212026-04-01T02:16:18.732Z Downloaded parking_lot_core v0.9.12
5222026-04-01T02:16:18.735Z Downloaded swrite v0.1.0
5232026-04-01T02:16:18.735Z Downloaded strum v0.26.3
5242026-04-01T02:16:18.738Z Downloaded structmeta-derive v0.3.0
5252026-04-01T02:16:18.738Z Downloaded quinn-udp v0.5.14
5262026-04-01T02:16:18.738Z Downloaded hashbrown v0.12.3
5272026-04-01T02:16:18.741Z Downloaded hyper-util v0.1.19
5282026-04-01T02:16:18.744Z Downloaded tabwriter v1.4.1
5292026-04-01T02:16:18.746Z Downloaded serde_spanned v1.0.4
5302026-04-01T02:16:18.746Z Downloaded tabled_derive v0.11.0
5312026-04-01T02:16:18.749Z Downloaded tabled_derive v0.7.0
5322026-04-01T02:16:18.749Z Downloaded serde_derive_internals v0.29.1
5332026-04-01T02:16:18.749Z Downloaded pin-project v1.1.10
5342026-04-01T02:16:18.755Z Downloaded testing_table v0.3.0
5352026-04-01T02:16:18.758Z Downloaded take_mut v0.2.2
5362026-04-01T02:16:18.758Z Downloaded slab v0.4.11
5372026-04-01T02:16:18.761Z Downloaded serde_tokenstream v0.2.3
5382026-04-01T02:16:18.761Z Downloaded rusty-fork v0.3.0
5392026-04-01T02:16:18.761Z Downloaded progenitor-impl v0.11.1
5402026-04-01T02:16:18.764Z Downloaded termtree v0.5.1
5412026-04-01T02:16:18.764Z Downloaded terminal_size v0.4.3
5422026-04-01T02:16:18.766Z Downloaded slog-json v2.6.1
5432026-04-01T02:16:18.766Z Downloaded openssl-sys v0.9.112
5442026-04-01T02:16:18.769Z Downloaded thiserror-impl-no-std v2.0.2
5452026-04-01T02:16:18.772Z Downloaded curl v0.4.49
5462026-04-01T02:16:18.775Z Downloaded indexmap v2.13.0
5472026-04-01T02:16:18.778Z Downloaded smf v0.2.3
5482026-04-01T02:16:18.778Z Downloaded slog-term v2.9.2
5492026-04-01T02:16:18.778Z Downloaded thread-id v4.2.2
5502026-04-01T02:16:18.780Z Downloaded progenitor-impl v0.13.0
5512026-04-01T02:16:18.781Z Downloaded snafu-derive v0.8.9
5522026-04-01T02:16:18.783Z Downloaded ryu v1.0.20
5532026-04-01T02:16:18.783Z Downloaded serde_path_to_error v0.1.20
5542026-04-01T02:16:18.786Z Downloaded time-core v0.1.8
5552026-04-01T02:16:18.786Z Downloaded tinyvec_macros v0.1.1
5562026-04-01T02:16:18.789Z Downloaded thread-id v5.0.0
5572026-04-01T02:16:18.789Z Downloaded strum v0.27.2
5582026-04-01T02:16:18.789Z Downloaded progenitor-impl v0.10.0
5592026-04-01T02:16:18.792Z Downloaded dropshot-api-manager v0.5.2
5602026-04-01T02:16:18.792Z Downloaded miniz_oxide v0.8.9
5612026-04-01T02:16:18.795Z Downloaded synstructure v0.13.2
5622026-04-01T02:16:18.795Z Downloaded static_assertions v1.1.0
5632026-04-01T02:16:18.797Z Downloaded strum_macros v0.27.2
5642026-04-01T02:16:18.797Z Downloaded papergrid v0.17.0
5652026-04-01T02:16:18.800Z Downloaded aho-corasick v1.1.3
5662026-04-01T02:16:18.803Z Downloaded strum_macros v0.26.4
5672026-04-01T02:16:18.806Z Downloaded tagptr v0.2.0
5682026-04-01T02:16:18.806Z Downloaded toml_datetime v0.6.11
5692026-04-01T02:16:18.809Z Downloaded slog-dtrace v0.3.0
5702026-04-01T02:16:18.809Z Downloaded slog-async v2.8.0
5712026-04-01T02:16:18.809Z Downloaded signal-hook-registry v1.4.6
5722026-04-01T02:16:18.812Z Downloaded shlex v1.3.0
5732026-04-01T02:16:18.812Z Downloaded sha2 v0.10.9
5742026-04-01T02:16:18.815Z Downloaded proc-macro2 v1.0.106
5752026-04-01T02:16:18.815Z Downloaded topological-sort v0.2.2
5762026-04-01T02:16:18.818Z Downloaded toml_write v0.1.2
5772026-04-01T02:16:18.818Z Downloaded num-traits v0.2.19
5782026-04-01T02:16:18.818Z Downloaded icu_normalizer v2.0.0
5792026-04-01T02:16:18.821Z Downloaded tower-layer v0.3.3
5802026-04-01T02:16:18.821Z Downloaded jobserver v0.1.34
5812026-04-01T02:16:18.823Z Downloaded num-integer v0.1.46
5822026-04-01T02:16:18.823Z Downloaded pin-project-internal v1.1.10
5832026-04-01T02:16:18.826Z Downloaded tower-service v0.3.3
5842026-04-01T02:16:18.826Z Downloaded indexmap v1.9.3
5852026-04-01T02:16:18.829Z Downloaded try-lock v0.2.5
5862026-04-01T02:16:18.829Z Downloaded prettyplease v0.2.37
5872026-04-01T02:16:18.832Z Downloaded phf v0.12.1
5882026-04-01T02:16:18.832Z Downloaded pest_generator v2.8.2
5892026-04-01T02:16:18.832Z Downloaded darling v0.21.3
5902026-04-01T02:16:18.835Z Downloaded jiff-static v0.2.15
5912026-04-01T02:16:18.838Z Downloaded crc32fast v1.5.0
5922026-04-01T02:16:18.838Z Downloaded schemars v0.8.22
5932026-04-01T02:16:18.844Z Downloaded universal-hash v0.5.1
5942026-04-01T02:16:18.847Z Downloaded typify-macro v0.6.1
5952026-04-01T02:16:18.847Z Downloaded typify-macro v0.4.3
5962026-04-01T02:16:18.847Z Downloaded thiserror-no-std v2.0.2
5972026-04-01T02:16:18.849Z Downloaded tokio-macros v2.6.0
5982026-04-01T02:16:18.850Z Downloaded thiserror-impl v2.0.18
5992026-04-01T02:16:18.852Z Downloaded tinystr v0.8.1
6002026-04-01T02:16:18.852Z Downloaded thread_local v1.1.9
6012026-04-01T02:16:18.855Z Downloaded time-macros v0.2.27
6022026-04-01T02:16:18.855Z Downloaded tokio-dtrace v0.1.1
6032026-04-01T02:16:18.858Z Downloaded tokio-rustls v0.25.0
6042026-04-01T02:16:18.858Z Downloaded thiserror-impl v1.0.69
6052026-04-01T02:16:18.858Z Downloaded usdt v0.5.0
6062026-04-01T02:16:18.861Z Downloaded unicode-xid v0.2.6
6072026-04-01T02:16:18.861Z Downloaded version_check v0.9.5
6082026-04-01T02:16:18.861Z Downloaded usdt v0.6.0
6092026-04-01T02:16:18.864Z Downloaded unarray v0.1.4
6102026-04-01T02:16:18.864Z Downloaded untrusted v0.7.1
6112026-04-01T02:16:18.864Z Downloaded thiserror v1.0.69
6122026-04-01T02:16:18.866Z Downloaded waitgroup v0.1.2
6132026-04-01T02:16:18.867Z Downloaded wait-timeout v0.2.1
6142026-04-01T02:16:18.869Z Downloaded want v0.3.1
6152026-04-01T02:16:18.869Z Downloaded tokio-native-tls v0.3.1
6162026-04-01T02:16:18.869Z Downloaded smallvec v1.15.1
6172026-04-01T02:16:18.872Z Downloaded utf8parse v0.2.2
6182026-04-01T02:16:18.872Z Downloaded utf8_iter v1.0.4
6192026-04-01T02:16:18.872Z Downloaded spin v0.9.8
6202026-04-01T02:16:18.875Z Downloaded usdt-macro v0.6.0
6212026-04-01T02:16:18.875Z Downloaded usdt-attr-macro v0.6.0
6222026-04-01T02:16:18.875Z Downloaded usdt-attr-macro v0.5.0
6232026-04-01T02:16:18.878Z Downloaded untrusted v0.9.0
6242026-04-01T02:16:18.878Z Downloaded futures-util v0.3.32
6252026-04-01T02:16:18.883Z Downloaded thiserror v2.0.18
6262026-04-01T02:16:18.886Z Downloaded serde_with_macros v3.14.1
6272026-04-01T02:16:18.890Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6282026-04-01T02:16:18.890Z Downloaded minimal-lexical v0.2.1
6292026-04-01T02:16:18.893Z Downloaded ciborium v0.2.2
6302026-04-01T02:16:18.893Z Downloaded ipnet v2.11.0
6312026-04-01T02:16:18.896Z Downloaded yoke-derive v0.8.0
6322026-04-01T02:16:18.896Z Downloaded xattr v1.6.1
6332026-04-01T02:16:18.896Z Downloaded similar v2.7.0
6342026-04-01T02:16:18.899Z Downloaded usdt-macro v0.5.0
6352026-04-01T02:16:18.899Z Downloaded serde_yaml v0.9.34+deprecated
6362026-04-01T02:16:18.902Z Downloaded slog v2.8.2
6372026-04-01T02:16:18.905Z Downloaded zerofrom v0.1.6
6382026-04-01T02:16:18.905Z Downloaded term v1.2.0
6392026-04-01T02:16:18.907Z Downloaded rustls-pki-types v1.12.0
6402026-04-01T02:16:18.907Z Downloaded signal-hook v0.3.18
6412026-04-01T02:16:18.910Z Downloaded flate2 v1.1.2
6422026-04-01T02:16:18.913Z Downloaded libloading v0.8.9
6432026-04-01T02:16:18.916Z Downloaded half v2.7.1
6442026-04-01T02:16:18.916Z Downloaded clap v4.6.0
6452026-04-01T02:16:18.920Z Downloaded zone_cfg_derive v0.3.1
6462026-04-01T02:16:18.923Z Downloaded socket2 v0.6.0
6472026-04-01T02:16:18.923Z Downloaded zeroize_derive v1.4.3
6482026-04-01T02:16:18.923Z Downloaded schemars v0.9.0
6492026-04-01T02:16:18.929Z Downloaded quinn v0.11.9
6502026-04-01T02:16:18.932Z Downloaded unicode-linebreak v0.1.5
6512026-04-01T02:16:18.932Z Downloaded tokio-stream v0.1.17
6522026-04-01T02:16:18.935Z Downloaded tokio-rustls v0.26.3
6532026-04-01T02:16:18.937Z Downloaded zerofrom-derive v0.1.6
6542026-04-01T02:16:18.937Z Downloaded zone v0.3.1
6552026-04-01T02:16:18.937Z Downloaded walkdir v2.5.0
6562026-04-01T02:16:18.940Z Downloaded vsss-rs v3.3.4
6572026-04-01T02:16:18.940Z Downloaded toml v0.8.23
6582026-04-01T02:16:18.944Z Downloaded mio v1.0.4
6592026-04-01T02:16:18.947Z Downloaded qorb v0.4.1
6602026-04-01T02:16:18.947Z Downloaded memchr v2.7.5
6612026-04-01T02:16:18.949Z Downloaded serde_derive v1.0.228
6622026-04-01T02:16:18.952Z Downloaded serde_core v1.0.228
6632026-04-01T02:16:18.952Z Downloaded usdt-impl v0.6.0
6642026-04-01T02:16:18.955Z Downloaded toml_writer v1.0.6+spec-1.1.0
6652026-04-01T02:16:18.955Z Downloaded usdt-impl v0.5.0
6662026-04-01T02:16:18.955Z Downloaded rayon-core v1.13.0
6672026-04-01T02:16:18.958Z Downloaded tempfile v3.23.0
6682026-04-01T02:16:18.960Z Downloaded hashbrown v0.15.5
6692026-04-01T02:16:18.963Z Downloaded icu_properties_data v2.0.1
6702026-04-01T02:16:18.966Z Downloaded whoami v1.6.1
6712026-04-01T02:16:18.969Z Downloaded num_enum v0.5.11
6722026-04-01T02:16:18.971Z Downloaded yoke v0.8.0
6732026-04-01T02:16:18.972Z Downloaded test-strategy v0.4.3
6742026-04-01T02:16:18.976Z Downloaded hashbrown v0.16.1
6752026-04-01T02:16:18.976Z Downloaded hyper v1.8.1
6762026-04-01T02:16:18.979Z Downloaded zeroize v1.8.1
6772026-04-01T02:16:18.982Z Downloaded rustls-webpki v0.103.6
6782026-04-01T02:16:18.982Z Downloaded zmij v1.0.17
6792026-04-01T02:16:18.984Z Downloaded zerovec-derive v0.11.1
6802026-04-01T02:16:18.984Z Downloaded socket2 v0.5.10
6812026-04-01T02:16:18.987Z Downloaded schemars v1.2.0
6822026-04-01T02:16:18.992Z Downloaded h2 v0.4.12
6832026-04-01T02:16:18.996Z Downloaded tinyvec v1.10.0
6842026-04-01T02:16:18.999Z Downloaded snafu v0.8.9
6852026-04-01T02:16:19.001Z Downloaded serde v1.0.228
6862026-04-01T02:16:19.004Z Downloaded toml v0.9.11+spec-1.1.0
6872026-04-01T02:16:19.007Z Downloaded toml_parser v1.0.6+spec-1.1.0
6882026-04-01T02:16:19.007Z Downloaded tar v0.4.45
6892026-04-01T02:16:19.009Z Downloaded rand v0.9.2
6902026-04-01T02:16:19.012Z Downloaded rand v0.8.5
6912026-04-01T02:16:19.015Z Downloaded itertools v0.14.0
6922026-04-01T02:16:19.018Z Downloaded typify v0.6.1
6932026-04-01T02:16:19.020Z Downloaded writeable v0.6.1
6942026-04-01T02:16:19.020Z Downloaded hkdf v0.12.4
6952026-04-01T02:16:19.020Z Downloaded typify v0.4.3
6962026-04-01T02:16:19.023Z Downloaded tracing-core v0.1.34
6972026-04-01T02:16:19.026Z Downloaded textwrap v0.16.2
6982026-04-01T02:16:19.026Z Downloaded tracing-attributes v0.1.30
6992026-04-01T02:16:19.029Z Downloaded nom v7.1.3
7002026-04-01T02:16:19.031Z Downloaded ucd-trie v0.1.7
7012026-04-01T02:16:19.031Z Downloaded native-tls v0.2.14
7022026-04-01T02:16:19.034Z Downloaded unicode-ident v1.0.24
7032026-04-01T02:16:19.034Z Downloaded newtype-uuid v1.3.2
7042026-04-01T02:16:19.034Z Downloaded colored v3.0.0
7052026-04-01T02:16:19.037Z Downloaded unsafe-libyaml v0.2.11
7062026-04-01T02:16:19.037Z Downloaded toml v0.7.8
7072026-04-01T02:16:19.040Z Downloaded steno v0.4.1
7082026-04-01T02:16:19.043Z Downloaded camino-tempfile v1.4.1
7092026-04-01T02:16:19.043Z Downloaded vergen v8.3.2
7102026-04-01T02:16:19.045Z Downloaded clang-sys v1.8.1
7112026-04-01T02:16:19.046Z Downloaded uuid v1.20.0
7122026-04-01T02:16:19.048Z Downloaded idna v1.1.0
7132026-04-01T02:16:19.052Z Downloaded cancel-safe-futures v0.1.5
7142026-04-01T02:16:19.052Z Downloaded cc v1.2.58
7152026-04-01T02:16:19.054Z Downloaded deranged v0.5.3
7162026-04-01T02:16:19.054Z Downloaded getrandom v0.3.3
7172026-04-01T02:16:19.057Z Downloaded find-msvc-tools v0.1.9
7182026-04-01T02:16:19.057Z Downloaded hyper-rustls v0.27.7
7192026-04-01T02:16:19.057Z Downloaded digest v0.10.7
7202026-04-01T02:16:19.061Z Downloaded itertools v0.12.1
7212026-04-01T02:16:19.063Z Downloaded crossbeam-deque v0.8.6
7222026-04-01T02:16:19.063Z Downloaded camino v1.2.2
7232026-04-01T02:16:19.066Z Downloaded defmt v1.0.1
7242026-04-01T02:16:19.066Z Downloaded autocfg v1.5.0
7252026-04-01T02:16:19.069Z Downloaded arrayvec v0.7.6
7262026-04-01T02:16:19.069Z Downloaded kstat-rs v0.2.4
7272026-04-01T02:16:19.069Z Downloaded byteorder v1.5.0
7282026-04-01T02:16:19.073Z Downloaded bit-vec v0.8.0
7292026-04-01T02:16:19.073Z Downloaded zerocopy-derive v0.7.35
7302026-04-01T02:16:19.076Z Downloaded iddqd v0.3.17
7312026-04-01T02:16:19.078Z Downloaded humantime v2.3.0
7322026-04-01T02:16:19.078Z Downloaded backoff v0.4.0
7332026-04-01T02:16:19.081Z Downloaded daft v0.1.4
7342026-04-01T02:16:19.081Z Downloaded bitflags v1.3.2
7352026-04-01T02:16:19.081Z Downloaded pest v2.8.2
7362026-04-01T02:16:19.084Z Downloaded goblin v0.8.2
7372026-04-01T02:16:19.087Z Downloaded tracing v0.1.41
7382026-04-01T02:16:19.090Z Downloaded hubpack v0.1.2
7392026-04-01T02:16:19.093Z Downloaded libm v0.2.15
7402026-04-01T02:16:19.096Z Downloaded hostname v0.3.1
7412026-04-01T02:16:19.098Z Downloaded foreign-types-shared v0.1.1
7422026-04-01T02:16:19.099Z Downloaded instant v0.1.13
7432026-04-01T02:16:19.099Z Downloaded futures-sink v0.3.32
7442026-04-01T02:16:19.099Z Downloaded toml_edit v0.22.27
7452026-04-01T02:16:19.102Z Downloaded globset v0.4.16
7462026-04-01T02:16:19.102Z Downloaded const_format v0.2.34
7472026-04-01T02:16:19.105Z Downloaded tower v0.5.2
7482026-04-01T02:16:19.108Z Downloaded typenum v1.18.0
7492026-04-01T02:16:19.111Z Downloaded iri-string v0.7.8
7502026-04-01T02:16:19.114Z Downloaded clap_builder v4.6.0
7512026-04-01T02:16:19.118Z Downloaded zerotrie v0.2.2
7522026-04-01T02:16:19.121Z Downloaded filetime v0.2.26
7532026-04-01T02:16:19.121Z Downloaded either v1.15.0
7542026-04-01T02:16:19.124Z Downloaded git2 v0.19.0
7552026-04-01T02:16:19.126Z Downloaded url v2.5.7
7562026-04-01T02:16:19.129Z Downloaded icu_normalizer_data v2.0.0
7572026-04-01T02:16:19.129Z Downloaded futures-executor v0.3.32
7582026-04-01T02:16:19.132Z Downloaded critical-section v1.2.0
7592026-04-01T02:16:19.132Z Downloaded const_format_proc_macros v0.2.34
7602026-04-01T02:16:19.132Z Downloaded colorchoice v1.0.4
7612026-04-01T02:16:19.132Z Downloaded cmake v0.1.54
7622026-04-01T02:16:19.135Z Downloaded cexpr v0.6.0
7632026-04-01T02:16:19.135Z Downloaded toml_edit v0.19.15
7642026-04-01T02:16:19.144Z Downloaded async-trait v0.1.89
7652026-04-01T02:16:19.147Z Downloaded cstr-argument v0.1.2
7662026-04-01T02:16:19.147Z Downloaded constant_time_eq v0.3.1
7672026-04-01T02:16:19.147Z Downloaded async-stream v0.3.6
7682026-04-01T02:16:19.147Z Downloaded embedded-io v0.6.1
7692026-04-01T02:16:19.150Z Downloaded ciborium-io v0.2.2
7702026-04-01T02:16:19.150Z Downloaded bit-set v0.8.0
7712026-04-01T02:16:19.150Z Downloaded foreign-types v0.3.2
7722026-04-01T02:16:19.150Z Downloaded crypto-common v0.1.6
7732026-04-01T02:16:19.150Z Downloaded crucible-workspace-hack v0.1.0
7742026-04-01T02:16:19.153Z Downloaded async-stream-impl v0.3.6
7752026-04-01T02:16:19.153Z Downloaded async-recursion v1.1.1
7762026-04-01T02:16:19.153Z Downloaded foldhash v0.1.5
7772026-04-01T02:16:19.153Z Downloaded anstyle v1.0.14
7782026-04-01T02:16:19.156Z Downloaded derive-where v1.6.0
7792026-04-01T02:16:19.156Z Downloaded darling_macro v0.21.3
7802026-04-01T02:16:19.159Z Downloaded cpufeatures v0.2.17
7812026-04-01T02:16:19.159Z Downloaded cfg_aliases v0.2.1
7822026-04-01T02:16:19.159Z Downloaded base16ct v0.2.0
7832026-04-01T02:16:19.159Z Downloaded unicode-segmentation v1.12.0
7842026-04-01T02:16:19.162Z Downloaded anstyle-query v1.1.4
7852026-04-01T02:16:19.162Z Downloaded hex v0.4.3
7862026-04-01T02:16:19.162Z Downloaded rayon v1.11.0
7872026-04-01T02:16:19.167Z Downloaded dyn-clone v1.0.20
7882026-04-01T02:16:19.169Z Downloaded glob v0.3.3
7892026-04-01T02:16:19.169Z Downloaded float-ord v0.3.2
7902026-04-01T02:16:19.169Z Downloaded regex v1.12.3
7912026-04-01T02:16:19.172Z Downloaded git-stub-vcs v0.1.0
7922026-04-01T02:16:19.175Z Downloaded futures-task v0.3.32
7932026-04-01T02:16:19.175Z Downloaded elliptic-curve v0.13.8
7942026-04-01T02:16:19.178Z Downloaded daft-derive v0.1.4
7952026-04-01T02:16:19.180Z Downloaded unicode-normalization v0.1.24
7962026-04-01T02:16:19.180Z Downloaded reqwest v0.12.23
7972026-04-01T02:16:19.183Z Downloaded typed-path v0.9.3
7982026-04-01T02:16:19.186Z Downloaded tower-http v0.6.8
7992026-04-01T02:16:19.190Z Downloaded zerocopy-derive v0.8.27
8002026-04-01T02:16:19.194Z Downloaded tough v0.20.0
8012026-04-01T02:16:19.198Z Downloaded goblin v0.10.1
8022026-04-01T02:16:19.202Z Downloaded reqwest v0.13.2
8032026-04-01T02:16:19.205Z Downloaded aws-lc-rs v1.16.2
8042026-04-01T02:16:19.210Z Downloaded portable-atomic v1.11.1
8052026-04-01T02:16:19.213Z Downloaded serde_with v3.14.1
8062026-04-01T02:16:19.220Z Downloaded blake3 v1.8.2
8072026-04-01T02:16:19.224Z Downloaded ciborium-ll v0.2.2
8082026-04-01T02:16:19.227Z Downloaded chacha20 v0.9.1
8092026-04-01T02:16:19.227Z Downloaded git-stub v1.0.0
8102026-04-01T02:16:19.229Z Downloaded tokio-util v0.7.16
8112026-04-01T02:16:19.232Z Downloaded serde_json v1.0.149
8122026-04-01T02:16:19.254Z Downloaded zerovec v0.11.4
8132026-04-01T02:16:19.264Z Downloaded zerocopy v0.7.35
8142026-04-01T02:16:19.275Z Downloaded chrono v0.4.44
8152026-04-01T02:16:19.278Z Downloaded quinn-proto v0.11.14
8162026-04-01T02:16:19.288Z Downloaded winnow v0.5.40
8172026-04-01T02:16:19.292Z Downloaded rustls-webpki v0.102.8
8182026-04-01T02:16:19.303Z Downloaded proptest v1.8.0
8192026-04-01T02:16:19.307Z Downloaded bindgen v0.72.1
8202026-04-01T02:16:19.312Z Downloaded time v0.3.47
8212026-04-01T02:16:19.318Z Downloaded moka v0.12.11
8222026-04-01T02:16:19.323Z Downloaded syn v1.0.109
8232026-04-01T02:16:19.330Z Downloaded curve25519-dalek v4.1.3
8242026-04-01T02:16:19.335Z Downloaded winnow v0.7.14
8252026-04-01T02:16:19.340Z Downloaded tabled v0.15.0
8262026-04-01T02:16:19.348Z Downloaded tabled v0.20.0
8272026-04-01T02:16:19.357Z Downloaded zerocopy v0.8.27
8282026-04-01T02:16:19.368Z Downloaded openssl v0.10.76
8292026-04-01T02:16:19.373Z Downloaded hickory-proto v0.24.4
8302026-04-01T02:16:19.381Z Downloaded unicode-width v0.1.14
8312026-04-01T02:16:19.384Z Downloaded rustls v0.22.4
8322026-04-01T02:16:19.392Z Downloaded vcpkg v0.2.15
8332026-04-01T02:16:19.412Z Downloaded bstr v1.12.0
8342026-04-01T02:16:19.417Z Downloaded regress v0.10.5
8352026-04-01T02:16:19.421Z Downloaded unicode-width v0.2.1
8362026-04-01T02:16:19.425Z Downloaded rustix v0.38.44
8372026-04-01T02:16:19.438Z Downloaded webpki-roots v1.0.2
8382026-04-01T02:16:19.441Z Downloaded syn v2.0.117
8392026-04-01T02:16:19.447Z Downloaded rustix v1.1.2
8402026-04-01T02:16:19.461Z Downloaded csv v1.3.1
8412026-04-01T02:16:19.472Z Downloaded rustls v0.23.32
8422026-04-01T02:16:19.478Z Downloaded openapiv3 v2.2.0
8432026-04-01T02:16:19.486Z Downloaded regex-syntax v0.8.6
8442026-04-01T02:16:19.489Z Downloaded nix v0.30.1
8452026-04-01T02:16:19.496Z Downloaded typify-impl v0.6.1
8462026-04-01T02:16:19.504Z Downloaded smoltcp v0.11.0
8472026-04-01T02:16:19.511Z Downloaded typify-impl v0.4.3
8482026-04-01T02:16:19.519Z Downloaded dropshot v0.16.7
8492026-04-01T02:16:19.562Z Downloaded jiff v0.2.15
8502026-04-01T02:16:19.596Z Downloaded libc v0.2.183
8512026-04-01T02:16:19.612Z Downloaded regex-automata v0.4.13
8522026-04-01T02:16:19.626Z Downloaded petgraph v0.6.5
8532026-04-01T02:16:19.640Z Downloaded sha3 v0.10.8
8542026-04-01T02:16:19.646Z Downloaded chrono-tz v0.10.4
8552026-04-01T02:16:19.656Z Downloaded tokio v1.49.0
8562026-04-01T02:16:19.676Z Downloaded petgraph v0.8.2
8572026-04-01T02:16:19.687Z Downloaded libz-sys v1.1.22
8582026-04-01T02:16:19.742Z Downloaded encoding_rs v0.8.35
8592026-04-01T02:16:19.768Z Downloaded libgit2-sys v0.17.0+1.8.1
8602026-04-01T02:16:19.812Z Downloaded ring v0.17.14
8612026-04-01T02:16:19.857Z Downloaded curl-sys v0.4.83+curl-8.15.0
8622026-04-01T02:16:20.352Z Downloaded aws-lc-sys v0.39.1
8632026-04-01T02:16:20.664Z Compiling proc-macro2 v1.0.106
8642026-04-01T02:16:20.664Z Compiling quote v1.0.45
8652026-04-01T02:16:20.667Z Compiling unicode-ident v1.0.24
8662026-04-01T02:16:20.667Z Compiling serde_core v1.0.228
8672026-04-01T02:16:20.667Z Compiling serde v1.0.228
8682026-04-01T02:16:20.667Z Compiling libc v0.2.183
8692026-04-01T02:16:20.668Z Checking cfg-if v1.0.3
8702026-04-01T02:16:20.963Z Compiling zmij v1.0.17
8712026-04-01T02:16:20.984Z Compiling autocfg v1.5.0
8722026-04-01T02:16:21.281Z Compiling memchr v2.7.5
8732026-04-01T02:16:21.354Z Compiling getrandom v0.3.3
8742026-04-01T02:16:21.381Z Compiling libm v0.2.15
8752026-04-01T02:16:21.749Z Compiling shlex v1.3.0
8762026-04-01T02:16:21.779Z Checking smallvec v1.15.1
8772026-04-01T02:16:21.803Z Checking itoa v1.0.15
8782026-04-01T02:16:21.862Z Compiling jobserver v0.1.34
8792026-04-01T02:16:21.925Z Compiling thiserror v2.0.18
8802026-04-01T02:16:21.956Z Compiling find-msvc-tools v0.1.9
8812026-04-01T02:16:22.089Z Compiling version_check v0.9.5
8822026-04-01T02:16:22.105Z Compiling syn v2.0.117
8832026-04-01T02:16:22.170Z Compiling cc v1.2.58
8842026-04-01T02:16:22.185Z Compiling icu_normalizer_data v2.0.0
8852026-04-01T02:16:22.185Z Compiling icu_properties_data v2.0.1
8862026-04-01T02:16:22.439Z Compiling parking_lot_core v0.9.12
8872026-04-01T02:16:22.472Z Checking stable_deref_trait v1.2.0
8882026-04-01T02:16:22.489Z Compiling serde_json v1.0.149
8892026-04-01T02:16:22.757Z Compiling heck v0.5.0
8902026-04-01T02:16:22.818Z Checking writeable v0.6.1
8912026-04-01T02:16:22.906Z Checking litemap v0.8.0
8922026-04-01T02:16:22.953Z Compiling num-traits v0.2.19
8932026-04-01T02:16:23.002Z Checking percent-encoding v2.3.2
8942026-04-01T02:16:23.188Z Checking form_urlencoded v1.2.2
8952026-04-01T02:16:23.263Z Checking utf8_iter v1.0.4
8962026-04-01T02:16:23.311Z Compiling zerocopy v0.8.27
8972026-04-01T02:16:23.345Z Checking pin-project-lite v0.2.16
8982026-04-01T02:16:23.380Z Checking iana-time-zone v0.1.64
8992026-04-01T02:16:23.396Z Compiling log v0.4.29
9002026-04-01T02:16:23.411Z Compiling rustversion v1.0.22
9012026-04-01T02:16:23.435Z Compiling equivalent v1.0.2
9022026-04-01T02:16:23.485Z Compiling foldhash v0.2.0
9032026-04-01T02:16:23.525Z Compiling allocator-api2 v0.2.21
9042026-04-01T02:16:23.569Z Compiling semver v1.0.27
9052026-04-01T02:16:23.679Z Checking socket2 v0.6.0
9062026-04-01T02:16:23.744Z Checking uuid v1.20.0
9072026-04-01T02:16:23.834Z Compiling hashbrown v0.16.1
9082026-04-01T02:16:23.859Z Checking scopeguard v1.2.0
9092026-04-01T02:16:23.963Z Checking lock_api v0.4.14
9102026-04-01T02:16:24.024Z Checking getrandom v0.2.16
9112026-04-01T02:16:24.102Z Checking signal-hook-registry v1.4.6
9122026-04-01T02:16:24.105Z Checking mio v1.0.4
9132026-04-01T02:16:24.159Z Checking parking_lot v0.12.5
9142026-04-01T02:16:24.175Z Checking dyn-clone v1.0.20
9152026-04-01T02:16:24.255Z Compiling portable-atomic v1.11.1
9162026-04-01T02:16:24.275Z Compiling schemars v0.8.22
9172026-04-01T02:16:24.405Z Checking critical-section v1.2.0
9182026-04-01T02:16:24.550Z Checking futures-core v0.3.32
9192026-04-01T02:16:24.582Z Compiling ring v0.17.14
9202026-04-01T02:16:24.663Z Compiling typenum v1.18.0
9212026-04-01T02:16:24.756Z Compiling indexmap v2.13.0
9222026-04-01T02:16:24.845Z Compiling thiserror v1.0.69
9232026-04-01T02:16:24.878Z Compiling synstructure v0.13.2
9242026-04-01T02:16:25.021Z Compiling serde_derive_internals v0.29.1
9252026-04-01T02:16:25.212Z Checking once_cell v1.21.3
9262026-04-01T02:16:25.430Z Compiling httparse v1.10.1
9272026-04-01T02:16:25.582Z Compiling regex-syntax v0.8.6
9282026-04-01T02:16:25.801Z Checking futures-sink v0.3.32
9292026-04-01T02:16:25.849Z Compiling rustix v1.1.2
9302026-04-01T02:16:25.915Z Compiling aho-corasick v1.1.3
9312026-04-01T02:16:25.931Z Checking slab v0.4.11
9322026-04-01T02:16:26.019Z Checking subtle v2.6.1
9332026-04-01T02:16:26.092Z Compiling ucd-trie v0.1.7
9342026-04-01T02:16:26.149Z Compiling serde_derive v1.0.228
9352026-04-01T02:16:26.166Z Compiling zerofrom-derive v0.1.6
9362026-04-01T02:16:26.169Z Compiling yoke-derive v0.8.0
9372026-04-01T02:16:26.196Z Compiling zerovec-derive v0.11.1
9382026-04-01T02:16:26.318Z Compiling displaydoc v0.2.5
9392026-04-01T02:16:27.053Z Compiling thiserror-impl v2.0.18
9402026-04-01T02:16:27.201Z Compiling schemars_derive v0.8.22
9412026-04-01T02:16:27.274Z Compiling tokio-macros v2.6.0
9422026-04-01T02:16:27.358Z Compiling zerocopy-derive v0.8.27
9432026-04-01T02:16:27.374Z Checking zerofrom v0.1.6
9442026-04-01T02:16:27.492Z Checking yoke v0.8.0
9452026-04-01T02:16:27.649Z Compiling futures-macro v0.3.32
9462026-04-01T02:16:27.665Z Checking zerovec v0.11.4
9472026-04-01T02:16:27.988Z Checking zerotrie v0.2.2
9482026-04-01T02:16:28.230Z Compiling zeroize_derive v1.4.3
9492026-04-01T02:16:28.368Z Compiling thiserror-impl v1.0.69
9502026-04-01T02:16:28.393Z Checking tinystr v0.8.1
9512026-04-01T02:16:28.450Z Checking potential_utf v0.1.3
9522026-04-01T02:16:28.586Z Checking icu_collections v2.0.0
9532026-04-01T02:16:28.589Z Checking icu_locale_core v2.0.0
9542026-04-01T02:16:28.679Z Compiling regex-automata v0.4.13
9552026-04-01T02:16:28.889Z Checking zeroize v1.8.1
9562026-04-01T02:16:29.042Z Compiling anyhow v1.0.102
9572026-04-01T02:16:29.058Z Checking icu_provider v2.0.0
9582026-04-01T02:16:29.159Z Checking bytes v1.11.1
9592026-04-01T02:16:29.304Z Checking icu_properties v2.0.1
9602026-04-01T02:16:29.349Z Checking icu_normalizer v2.0.0
9612026-04-01T02:16:29.364Z Checking chrono v0.4.44
9622026-04-01T02:16:29.510Z Compiling serde_tokenstream v0.2.3
9632026-04-01T02:16:29.607Z Checking tokio v1.49.0
9642026-04-01T02:16:29.694Z Checking bitflags v2.9.4
9652026-04-01T02:16:29.932Z Compiling pest v2.8.2
9662026-04-01T02:16:30.087Z Checking futures-channel v0.3.32
9672026-04-01T02:16:30.144Z Checking idna_adapter v1.2.1
9682026-04-01T02:16:30.236Z Checking rand_core v0.6.4
9692026-04-01T02:16:30.275Z Checking idna v1.1.0
9702026-04-01T02:16:30.290Z Checking futures-task v0.3.32
9712026-04-01T02:16:30.405Z Compiling regex v1.12.3
9722026-04-01T02:16:30.430Z Checking futures-io v0.3.32
9732026-04-01T02:16:30.515Z Compiling pkg-config v0.3.32
9742026-04-01T02:16:30.531Z Checking url v2.5.7
9752026-04-01T02:16:30.547Z Checking futures-util v0.3.32
9762026-04-01T02:16:30.971Z Compiling tracing-attributes v0.1.30
9772026-04-01T02:16:31.115Z Compiling pest_meta v2.8.2
9782026-04-01T02:16:31.162Z Checking tracing-core v0.1.34
9792026-04-01T02:16:31.277Z Compiling generic-array v0.14.7
9802026-04-01T02:16:31.468Z Checking fnv v1.0.7
9812026-04-01T02:16:31.512Z Compiling vcpkg v0.2.15
9822026-04-01T02:16:31.680Z Compiling pest_generator v2.8.2
9832026-04-01T02:16:31.973Z Compiling http v1.4.0
9842026-04-01T02:16:32.177Z Checking tracing v0.1.41
9852026-04-01T02:16:32.354Z Compiling regress v0.10.5
9862026-04-01T02:16:32.407Z Compiling pest_derive v2.8.2
9872026-04-01T02:16:32.446Z Compiling byteorder v1.5.0
9882026-04-01T02:16:32.465Z Compiling num-conv v0.2.1
9892026-04-01T02:16:32.587Z Compiling time-core v0.1.8
9902026-04-01T02:16:32.671Z Checking errno v0.3.14
9912026-04-01T02:16:32.739Z Compiling time-macros v0.2.27
9922026-04-01T02:16:32.808Z Checking base64 v0.22.1
9932026-04-01T02:16:32.825Z Checking ipnet v2.11.0
9942026-04-01T02:16:32.903Z Checking tokio-util v0.7.16
9952026-04-01T02:16:33.011Z Checking crypto-common v0.1.6
9962026-04-01T02:16:33.044Z Compiling scroll_derive v0.13.1
9972026-04-01T02:16:33.132Z Compiling camino v1.2.2
9982026-04-01T02:16:33.508Z Checking http-body v1.0.1
9992026-04-01T02:16:33.587Z Checking ppv-lite86 v0.2.21
10002026-04-01T02:16:33.716Z Checking atomic-waker v1.1.2
10012026-04-01T02:16:33.743Z Compiling crossbeam-utils v0.8.21
10022026-04-01T02:16:33.816Z Compiling syn v1.0.109
10032026-04-01T02:16:33.883Z Compiling slog v2.8.2
10042026-04-01T02:16:33.887Z Compiling paste v1.0.15
10052026-04-01T02:16:34.066Z Checking tower-service v0.3.3
10062026-04-01T02:16:34.081Z Checking tower-layer v0.3.3
10072026-04-01T02:16:34.107Z Checking try-lock v0.2.5
10082026-04-01T02:16:34.206Z Checking want v0.3.1
10092026-04-01T02:16:34.209Z Checking h2 v0.4.12
10102026-04-01T02:16:34.235Z Checking ipnetwork v0.21.1
10112026-04-01T02:16:34.238Z Checking erased-serde v0.3.31
10122026-04-01T02:16:34.238Z Checking rustls-pki-types v1.12.0
10132026-04-01T02:16:34.325Z Checking pin-utils v0.1.0
10142026-04-01T02:16:34.403Z Checking ryu v1.0.20
10152026-04-01T02:16:34.449Z Checking httpdate v1.0.3
10162026-04-01T02:16:34.492Z Checking pretty-hex v0.4.1
10172026-04-01T02:16:34.640Z Compiling async-trait v0.1.89
10182026-04-01T02:16:34.644Z Checking socket2 v0.5.10
10192026-04-01T02:16:34.768Z Checking untrusted v0.9.0
10202026-04-01T02:16:34.923Z Compiling scroll v0.13.0
10212026-04-01T02:16:34.938Z Compiling openssl-sys v0.9.112
10222026-04-01T02:16:34.973Z Checking plain v0.2.3
10232026-04-01T02:16:35.059Z Compiling usdt-impl v0.6.0
10242026-04-01T02:16:35.081Z Compiling strsim v0.11.1
10252026-04-01T02:16:35.296Z Compiling goblin v0.10.1
10262026-04-01T02:16:35.334Z Checking http-body-util v0.1.3
10272026-04-01T02:16:35.382Z Checking block-buffer v0.10.4
10282026-04-01T02:16:35.523Z Compiling openapiv3 v2.2.0
10292026-04-01T02:16:35.546Z Checking rand_core v0.9.3
10302026-04-01T02:16:35.716Z Compiling slog-async v2.8.0
10312026-04-01T02:16:35.875Z Checking digest v0.10.7
10322026-04-01T02:16:36.057Z Checking serde_urlencoded v0.7.1
10332026-04-01T02:16:36.074Z Checking oxnet v0.1.4
10342026-04-01T02:16:36.096Z Checking hyper v1.8.1
10352026-04-01T02:16:36.259Z Compiling typify-impl v0.4.3
10362026-04-01T02:16:36.306Z Compiling dtrace-parser v0.3.0
10372026-04-01T02:16:36.811Z Compiling cmake v0.1.54
10382026-04-01T02:16:36.916Z Compiling thread-id v5.0.0
10392026-04-01T02:16:36.978Z Checking hyper-util v0.1.19
10402026-04-01T02:16:36.993Z Compiling omicron-workspace-hack v0.1.0
10412026-04-01T02:16:37.008Z Compiling fs_extra v1.3.0
10422026-04-01T02:16:37.053Z Compiling dunce v1.0.5
10432026-04-01T02:16:37.140Z Compiling ident_case v1.0.1
10442026-04-01T02:16:37.156Z Checking rand_chacha v0.9.0
10452026-04-01T02:16:37.225Z Compiling daft-derive v0.1.4
10462026-04-01T02:16:37.262Z Compiling darling_core v0.21.3
10472026-04-01T02:16:37.265Z Compiling aws-lc-sys v0.39.1
10482026-04-01T02:16:37.343Z Checking rand v0.9.2
10492026-04-01T02:16:37.795Z Compiling unsafe-libyaml v0.2.11
10502026-04-01T02:16:37.943Z Checking powerfmt v0.2.0
10512026-04-01T02:16:38.034Z Compiling dof v0.4.0
10522026-04-01T02:16:38.097Z Checking deranged v0.5.3
10532026-04-01T02:16:38.218Z Checking sync_wrapper v1.0.2
10542026-04-01T02:16:38.323Z Compiling serde_yaml v0.9.34+deprecated
10552026-04-01T02:16:38.956Z Compiling rustls v0.22.4
10562026-04-01T02:16:39.127Z Compiling aws-lc-rs v1.16.2
10572026-04-01T02:16:39.241Z Checking num_threads v0.1.7
10582026-04-01T02:16:39.276Z Compiling usdt-attr-macro v0.6.0
10592026-04-01T02:16:39.314Z Compiling usdt-macro v0.6.0
10602026-04-01T02:16:39.328Z Checking cpufeatures v0.2.17
10612026-04-01T02:16:39.343Z Compiling darling_macro v0.21.3
10622026-04-01T02:16:39.398Z Checking time v0.3.47
10632026-04-01T02:16:39.547Z Checking tower v0.5.2
10642026-04-01T02:16:39.600Z Compiling typify-macro v0.4.3
10652026-04-01T02:16:39.893Z Compiling darling v0.21.3
10662026-04-01T02:16:40.143Z Compiling structmeta-derive v0.3.0
10672026-04-01T02:16:40.146Z Checking encoding_rs v0.8.35
10682026-04-01T02:16:40.482Z Checking mime v0.3.17
10692026-04-01T02:16:40.550Z Checking iri-string v0.7.8
10702026-04-01T02:16:40.657Z Checking crossbeam-channel v0.5.15
10712026-04-01T02:16:40.836Z Checking futures-executor v0.3.32
10722026-04-01T02:16:40.982Z Compiling multer v3.1.0
10732026-04-01T02:16:40.985Z Checking foreign-types-shared v0.1.1
10742026-04-01T02:16:41.080Z Checking untrusted v0.7.1
10752026-04-01T02:16:41.083Z Checking fastrand v2.3.0
10762026-04-01T02:16:41.118Z Compiling typify v0.4.3
10772026-04-01T02:16:41.194Z Compiling structmeta v0.3.0
10782026-04-01T02:16:41.210Z Checking hex v0.4.3
10792026-04-01T02:16:41.213Z Compiling openssl v0.10.76
10802026-04-01T02:16:41.213Z Checking unicode-width v0.2.1
10812026-04-01T02:16:41.253Z Checking tempfile v3.23.0
10822026-04-01T02:16:41.317Z Checking foreign-types v0.3.2
10832026-04-01T02:16:41.382Z Checking futures v0.3.32
10842026-04-01T02:16:41.420Z Compiling strum_macros v0.26.4
10852026-04-01T02:16:41.442Z Compiling async-stream-impl v0.3.6
10862026-04-01T02:16:41.458Z Compiling openssl-macros v0.1.1
10872026-04-01T02:16:41.511Z Checking thread_local v1.1.9
10882026-04-01T02:16:41.544Z Checking tower-http v0.6.8
10892026-04-01T02:16:41.672Z Compiling rustls v0.23.32
10902026-04-01T02:16:41.811Z Checking openssl-probe v0.1.6
10912026-04-01T02:16:41.884Z Compiling native-tls v0.2.14
10922026-04-01T02:16:42.052Z Compiling newtype-uuid-macros v0.1.0
10932026-04-01T02:16:42.140Z Compiling dropshot v0.16.7
10942026-04-01T02:16:42.175Z Checking is-terminal v0.4.16
10952026-04-01T02:16:42.178Z Checking memmap2 v0.9.8
10962026-04-01T02:16:42.278Z Checking winnow v0.7.14
10972026-04-01T02:16:42.332Z Checking match_cfg v0.1.0
10982026-04-01T02:16:42.363Z Checking take_mut v0.2.2
10992026-04-01T02:16:42.401Z Compiling ref-cast v1.0.25
11002026-04-01T02:16:42.465Z Checking term v1.2.0
11012026-04-01T02:16:42.684Z Checking slog-term v2.9.2
11022026-04-01T02:16:42.793Z Checking hostname v0.3.1
11032026-04-01T02:16:42.904Z Checking slog-json v2.6.1
11042026-04-01T02:16:42.924Z Compiling dropshot_endpoint v0.16.7
11052026-04-01T02:16:42.940Z Compiling ref-cast-impl v1.0.25
11062026-04-01T02:16:42.994Z Compiling derive-ex v0.1.8
11072026-04-01T02:16:43.051Z Checking slog-bunyan v2.5.0
11082026-04-01T02:16:43.396Z Checking webpki-roots v1.0.2
11092026-04-01T02:16:43.411Z Compiling strum_macros v0.27.2
11102026-04-01T02:16:43.694Z Compiling progenitor-impl v0.11.1
11112026-04-01T02:16:43.802Z Checking newtype-uuid v1.3.2
11122026-04-01T02:16:43.990Z Compiling either v1.15.0
11132026-04-01T02:16:44.080Z Checking tokio-native-tls v0.3.1
11142026-04-01T02:16:44.232Z Checking hyper-tls v0.6.0
11152026-04-01T02:16:44.377Z Checking daft v0.1.4
11162026-04-01T02:16:44.400Z Compiling serde_with_macros v3.14.1
11172026-04-01T02:16:44.509Z Compiling test-strategy v0.4.3
11182026-04-01T02:16:44.794Z Checking rustls-webpki v0.102.8
11192026-04-01T02:16:44.933Z Checking debug-ignore v1.0.5
11202026-04-01T02:16:45.039Z Checking toml_parser v1.0.6+spec-1.1.0
11212026-04-01T02:16:45.375Z Compiling parse-display-derive v0.10.0
11222026-04-01T02:16:45.616Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11232026-04-01T02:16:45.826Z Compiling progenitor-macro v0.11.1
11242026-04-01T02:16:45.875Z Checking usdt v0.6.0
11252026-04-01T02:16:45.891Z Checking toml_datetime v0.7.5+spec-1.1.0
11262026-04-01T02:16:46.039Z Checking serde_spanned v1.0.4
11272026-04-01T02:16:46.069Z Checking toml_writer v1.0.6+spec-1.1.0
11282026-04-01T02:16:46.088Z Checking spin v0.9.8
11292026-04-01T02:16:46.251Z Checking toml v0.9.11+spec-1.1.0
11302026-04-01T02:16:46.415Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11312026-04-01T02:16:46.480Z Checking strum v0.26.3
11322026-04-01T02:16:46.586Z Checking tokio-rustls v0.25.0
11332026-04-01T02:16:46.603Z Checking async-stream v0.3.6
11342026-04-01T02:16:46.716Z Checking sha1 v0.10.6
11352026-04-01T02:16:46.733Z Checking rustls-pemfile v2.2.0
11362026-04-01T02:16:46.775Z Checking rand_chacha v0.3.1
11372026-04-01T02:16:46.802Z Checking waitgroup v0.1.2
11382026-04-01T02:16:46.867Z Compiling toml_datetime v0.6.11
11392026-04-01T02:16:46.883Z Checking macaddr v1.0.1
11402026-04-01T02:16:46.901Z Checking serde_path_to_error v0.1.20
11412026-04-01T02:16:46.917Z Checking wait-timeout v0.2.1
11422026-04-01T02:16:46.969Z Checking hostname v0.4.2
11432026-04-01T02:16:46.986Z Checking bit-vec v0.8.0
11442026-04-01T02:16:47.055Z Checking quick-error v1.2.3
11452026-04-01T02:16:47.070Z Checking lazy_static v1.5.0
11462026-04-01T02:16:47.102Z Checking rand v0.8.5
11472026-04-01T02:16:47.162Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11482026-04-01T02:16:47.165Z Checking rusty-fork v0.3.0
11492026-04-01T02:16:47.191Z Checking bit-set v0.8.0
11502026-04-01T02:16:47.366Z Checking tabwriter v1.4.1
11512026-04-01T02:16:47.369Z Checking rand_xorshift v0.4.0
11522026-04-01T02:16:47.514Z Compiling clap_derive v4.6.0
11532026-04-01T02:16:47.601Z Checking colored v3.0.0
11542026-04-01T02:16:47.604Z Checking unarray v0.1.4
11552026-04-01T02:16:47.720Z Checking utf8parse v0.2.2
11562026-04-01T02:16:47.751Z Checking proptest v1.8.0
11572026-04-01T02:16:47.815Z Checking strum v0.27.2
11582026-04-01T02:16:47.830Z Checking anstyle-parse v1.0.0
11592026-04-01T02:16:47.980Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11602026-04-01T02:16:48.027Z Checking terminal_size v0.4.3
11612026-04-01T02:16:48.417Z Checking anstyle-query v1.1.4
11622026-04-01T02:16:48.446Z Checking colorchoice v1.0.4
11632026-04-01T02:16:48.513Z Checking is_terminal_polyfill v1.70.1
11642026-04-01T02:16:48.530Z Checking anstyle v1.0.14
11652026-04-01T02:16:48.710Z Checking anstream v1.0.0
11662026-04-01T02:16:48.802Z Checking itertools v0.14.0
11672026-04-01T02:16:49.212Z Checking clap_lex v1.1.0
11682026-04-01T02:16:49.349Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11692026-04-01T02:16:49.364Z Checking clap_builder v4.6.0
11702026-04-01T02:16:49.941Z Checking serde_with v3.14.1
11712026-04-01T02:16:50.537Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11722026-04-01T02:16:50.609Z Checking clap v4.6.0
11732026-04-01T02:16:50.693Z Checking instant v0.1.13
11742026-04-01T02:16:50.762Z Checking rustc-hash v2.1.1
11752026-04-01T02:16:50.876Z Checking iddqd v0.3.17
11762026-04-01T02:16:50.921Z Checking backoff v0.4.0
11772026-04-01T02:16:51.092Z Checking parse-display v0.10.0
11782026-04-01T02:16:51.182Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11792026-04-01T02:16:51.238Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11802026-04-01T02:16:53.101Z Compiling rustls-webpki v0.103.6
11812026-04-01T02:16:53.517Z Compiling prettyplease v0.2.37
11822026-04-01T02:16:55.657Z Checking serde_spanned v0.6.9
11832026-04-01T02:16:55.895Z Compiling memoffset v0.9.1
11842026-04-01T02:16:56.134Z Compiling cfg_aliases v0.2.1
11852026-04-01T02:16:56.216Z Compiling nix v0.30.1
11862026-04-01T02:16:56.430Z Compiling tokio-rustls v0.26.3
11872026-04-01T02:16:57.070Z Compiling hyper-rustls v0.27.7
11882026-04-01T02:16:57.086Z Checking crossbeam-epoch v0.9.18
11892026-04-01T02:16:57.306Z Compiling reqwest v0.12.23
11902026-04-01T02:16:57.345Z Compiling winnow v0.5.40
11912026-04-01T02:16:58.417Z Compiling progenitor-client v0.11.1
11922026-04-01T02:16:58.584Z Compiling toml_edit v0.19.15
11932026-04-01T02:16:59.724Z Compiling proc-macro-crate v1.3.1
11942026-04-01T02:17:00.545Z Compiling progenitor v0.11.1
11952026-04-01T02:17:00.866Z Compiling num-integer v0.1.46
11962026-04-01T02:17:01.244Z Compiling rayon-core v1.13.0
11972026-04-01T02:17:01.331Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11982026-04-01T02:17:01.482Z Compiling progenitor-client v0.10.0
11992026-04-01T02:17:02.279Z Compiling hubpack_derive v0.1.1
12002026-04-01T02:17:02.451Z Compiling zerocopy-derive v0.7.35
12012026-04-01T02:17:02.507Z Checking toml_write v0.1.2
12022026-04-01T02:17:02.781Z Checking hubpack v0.1.2
12032026-04-01T02:17:02.874Z Checking toml_edit v0.22.27
12042026-04-01T02:17:02.960Z Checking num-rational v0.4.2
12052026-04-01T02:17:03.134Z Checking num-iter v0.1.45
12062026-04-01T02:17:03.251Z Checking crossbeam-deque v0.8.6
12072026-04-01T02:17:03.404Z Compiling num-complex v0.4.6
12082026-04-01T02:17:03.494Z Checking static_assertions v1.1.0
12092026-04-01T02:17:03.753Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12102026-04-01T02:17:03.771Z Checking num v0.4.3
12112026-04-01T02:17:03.915Z Checking toml v0.8.23
12122026-04-01T02:17:04.013Z Compiling proc-macro-error-attr v1.0.4
12132026-04-01T02:17:04.177Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12142026-04-01T02:17:04.237Z Compiling heapless v0.8.0
12152026-04-01T02:17:04.240Z Compiling float-ord v0.3.2
12162026-04-01T02:17:04.520Z Compiling ingot-macros v0.1.1
12172026-04-01T02:17:04.739Z Checking hash32 v0.3.1
12182026-04-01T02:17:04.756Z Compiling proc-macro-error v1.0.4
12192026-04-01T02:17:04.793Z Checking bytecount v0.6.9
12202026-04-01T02:17:04.866Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12212026-04-01T02:17:04.900Z Compiling smoltcp v0.11.0
12222026-04-01T02:17:05.256Z Compiling zerocopy v0.7.35
12232026-04-01T02:17:05.569Z Compiling num_enum_derive v0.7.5
12242026-04-01T02:17:06.070Z Compiling num-derive v0.3.3
12252026-04-01T02:17:06.244Z Checking cobs v0.3.0
12262026-04-01T02:17:06.316Z Compiling scroll_derive v0.12.1
12272026-04-01T02:17:06.392Z Compiling foreign-types-macros v0.2.3
12282026-04-01T02:17:06.407Z Compiling usdt-impl v0.5.0
12292026-04-01T02:17:06.587Z Checking managed v0.8.0
12302026-04-01T02:17:06.656Z Checking bitflags v1.3.2
12312026-04-01T02:17:06.732Z Compiling crucible-workspace-hack v0.1.0
12322026-04-01T02:17:06.775Z Checking foreign-types-shared v0.3.1
12332026-04-01T02:17:06.963Z Checking libscf-sys v1.1.0
12342026-04-01T02:17:07.003Z Checking foreign-types v0.5.0
12352026-04-01T02:17:07.006Z Checking scroll v0.12.0
12362026-04-01T02:17:07.081Z Checking num_enum v0.7.5
12372026-04-01T02:17:07.096Z Checking postcard v1.1.3
12382026-04-01T02:17:07.099Z Compiling dof v0.3.0
12392026-04-01T02:17:07.129Z Checking ingot-types v0.1.2
12402026-04-01T02:17:07.376Z Compiling dtrace-parser v0.2.0
12412026-04-01T02:17:07.448Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12422026-04-01T02:17:07.463Z Checking camino-tempfile v1.4.1
12432026-04-01T02:17:07.466Z Checking ingot v0.1.1
12442026-04-01T02:17:07.466Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12452026-04-01T02:17:07.637Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12462026-04-01T02:17:07.853Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12472026-04-01T02:17:07.974Z Checking cstr-argument v0.1.2
12482026-04-01T02:17:07.991Z Compiling thread-id v4.2.2
12492026-04-01T02:17:08.007Z Compiling minimal-lexical v0.2.1
12502026-04-01T02:17:08.022Z Compiling heck v0.4.1
12512026-04-01T02:17:08.093Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12522026-04-01T02:17:08.159Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12532026-04-01T02:17:08.216Z Compiling nom v7.1.3
12542026-04-01T02:17:08.244Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12552026-04-01T02:17:08.260Z Checking goblin v0.8.2
12562026-04-01T02:17:08.275Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12572026-04-01T02:17:08.462Z Checking rayon v1.11.0
12582026-04-01T02:17:08.603Z Compiling num_enum_derive v0.5.11
12592026-04-01T02:17:08.713Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12602026-04-01T02:17:08.965Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12612026-04-01T02:17:09.461Z Compiling rustc_version v0.4.1
12622026-04-01T02:17:09.492Z Checking tinyvec_macros v0.1.1
12632026-04-01T02:17:09.562Z Compiling convert_case v0.4.0
12642026-04-01T02:17:09.595Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12652026-04-01T02:17:09.770Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12662026-04-01T02:17:09.794Z Compiling rustix v0.38.44
12672026-04-01T02:17:09.875Z Checking num_enum v0.5.11
12682026-04-01T02:17:09.916Z Compiling derive_more v0.99.20
12692026-04-01T02:17:09.946Z Checking tinyvec v1.10.0
12702026-04-01T02:17:10.238Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12712026-04-01T02:17:10.286Z Compiling libz-sys v1.1.22
12722026-04-01T02:17:10.290Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12732026-04-01T02:17:10.510Z Compiling proc-macro-error-attr2 v2.0.0
12742026-04-01T02:17:10.661Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12752026-04-01T02:17:10.922Z Compiling proc-macro-error2 v2.0.1
12762026-04-01T02:17:10.925Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12772026-04-01T02:17:11.192Z Compiling usdt-macro v0.5.0
12782026-04-01T02:17:11.342Z Compiling usdt-attr-macro v0.5.0
12792026-04-01T02:17:11.363Z Compiling zone_cfg_derive v0.3.1
12802026-04-01T02:17:11.545Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12812026-04-01T02:17:11.721Z Checking itertools v0.12.1
12822026-04-01T02:17:11.849Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12832026-04-01T02:17:11.853Z Compiling num-derive v0.4.2
12842026-04-01T02:17:12.015Z Checking sigpipe v0.1.3
12852026-04-01T02:17:12.063Z Checking memmap v0.7.0
12862026-04-01T02:17:12.098Z Checking glob v0.3.3
12872026-04-01T02:17:12.130Z Checking jiff v0.2.15
12882026-04-01T02:17:12.201Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12892026-04-01T02:17:12.281Z Checking usdt v0.5.0
12902026-04-01T02:17:12.448Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12912026-04-01T02:17:12.463Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12922026-04-01T02:17:12.508Z Compiling tabled_derive v0.11.0
12932026-04-01T02:17:12.647Z Checking papergrid v0.17.0
12942026-04-01T02:17:12.694Z Checking zone v0.3.1
12952026-04-01T02:17:12.768Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12962026-04-01T02:17:12.784Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12972026-04-01T02:17:12.948Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12982026-04-01T02:17:13.001Z Checking testing_table v0.3.0
12992026-04-01T02:17:13.038Z Checking smf v0.2.3
13002026-04-01T02:17:13.093Z Checking secrecy v0.10.3
13012026-04-01T02:17:13.214Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13022026-04-01T02:17:13.262Z Checking bstr v1.12.0
13032026-04-01T02:17:13.442Z Checking whoami v1.6.1
13042026-04-01T02:17:13.500Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13052026-04-01T02:17:13.586Z Checking tabled v0.20.0
13062026-04-01T02:17:13.617Z Compiling curve25519-dalek v4.1.3
13072026-04-01T02:17:13.651Z Checking hmac v0.12.1
13082026-04-01T02:17:13.716Z Compiling clang-sys v1.8.1
13092026-04-01T02:17:13.785Z Checking inout v0.1.4
13102026-04-01T02:17:13.893Z Checking ff v0.13.1
13112026-04-01T02:17:13.921Z Compiling enum-as-inner v0.6.1
13122026-04-01T02:17:14.018Z Compiling semver v0.1.20
13132026-04-01T02:17:14.086Z Checking data-encoding v2.9.0
13142026-04-01T02:17:14.270Z Compiling rustc_version v0.1.7
13152026-04-01T02:17:14.383Z Checking group v0.13.0
13162026-04-01T02:17:14.402Z Checking cipher v0.4.4
13172026-04-01T02:17:14.486Z Checking hkdf v0.12.4
13182026-04-01T02:17:14.501Z Checking atomicwrites v0.4.4
13192026-04-01T02:17:14.545Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13202026-04-01T02:17:14.549Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13212026-04-01T02:17:14.605Z Compiling thiserror-impl-no-std v2.0.2
13222026-04-01T02:17:14.660Z Checking universal-hash v0.5.1
13232026-04-01T02:17:14.676Z Checking crypto-bigint v0.5.5
13242026-04-01T02:17:14.720Z Checking half v2.7.1
13252026-04-01T02:17:14.784Z Compiling curve25519-dalek-derive v0.1.1
13262026-04-01T02:17:14.973Z Checking base64ct v1.8.0
13272026-04-01T02:17:15.210Z Checking base16ct v0.2.0
13282026-04-01T02:17:15.338Z Checking indent_write v2.2.0
13292026-04-01T02:17:15.454Z Checking ciborium-io v0.2.2
13302026-04-01T02:17:15.474Z Checking opaque-debug v0.3.1
13312026-04-01T02:17:15.547Z Checking poly1305 v0.8.0
13322026-04-01T02:17:15.563Z Checking ciborium-ll v0.2.2
13332026-04-01T02:17:15.701Z Checking elliptic-curve v0.13.8
13342026-04-01T02:17:15.717Z Checking thiserror-no-std v2.0.2
13352026-04-01T02:17:15.738Z Checking password-hash v0.5.0
13362026-04-01T02:17:15.775Z Checking chacha20 v0.9.1
13372026-04-01T02:17:15.804Z Compiling newtype_derive v0.1.6
13382026-04-01T02:17:15.947Z Checking similar v2.7.0
13392026-04-01T02:17:15.963Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13402026-04-01T02:17:15.966Z Checking blake2 v0.10.6
13412026-04-01T02:17:15.997Z Compiling typify-impl v0.6.1
13422026-04-01T02:17:16.026Z Checking aead v0.5.2
13432026-04-01T02:17:16.162Z Compiling libloading v0.8.9
13442026-04-01T02:17:16.187Z Checking linked-hash-map v0.5.6
13452026-04-01T02:17:16.203Z Checking keccak v0.1.6
13462026-04-01T02:17:16.264Z Compiling owo-colors v4.3.0
13472026-04-01T02:17:16.291Z Checking resolv-conf v0.7.5
13482026-04-01T02:17:16.351Z Compiling bindgen v0.72.1
13492026-04-01T02:17:16.351Z Checking lru-cache v0.1.2
13502026-04-01T02:17:16.354Z Checking sha3 v0.10.8
13512026-04-01T02:17:16.488Z Checking vsss-rs v3.3.4
13522026-04-01T02:17:16.555Z Checking argon2 v0.5.3
13532026-04-01T02:17:16.637Z Checking chacha20poly1305 v0.10.1
13542026-04-01T02:17:16.688Z Checking ciborium v0.2.2
13552026-04-01T02:17:16.704Z Checking hickory-proto v0.24.4
13562026-04-01T02:17:16.757Z Checking tokio-dtrace v0.1.1
13572026-04-01T02:17:16.839Z Compiling cexpr v0.6.0
13582026-04-01T02:17:16.929Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13592026-04-01T02:17:17.213Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13602026-04-01T02:17:17.393Z Checking serde-big-array v0.5.1
13612026-04-01T02:17:17.438Z Compiling derive-where v1.6.0
13622026-04-01T02:17:17.526Z Compiling serde_repr v0.1.20
13632026-04-01T02:17:17.543Z Checking unicode-segmentation v1.12.0
13642026-04-01T02:17:17.854Z Checking siphasher v1.0.1
13652026-04-01T02:17:17.951Z Checking same-file v1.0.6
13662026-04-01T02:17:18.015Z Checking phf_shared v0.12.1
13672026-04-01T02:17:18.072Z Checking walkdir v2.5.0
13682026-04-01T02:17:18.092Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13692026-04-01T02:17:18.177Z Checking hickory-resolver v0.24.4
13702026-04-01T02:17:18.232Z Checking newline-converter v0.3.0
13712026-04-01T02:17:18.343Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13722026-04-01T02:17:18.636Z Checking oxide-tokio-rt v0.1.2
13732026-04-01T02:17:18.785Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13742026-04-01T02:17:18.982Z Checking console v0.15.11
13752026-04-01T02:17:19.285Z Compiling progenitor-impl v0.10.0
13762026-04-01T02:17:19.350Z Checking tokio-stream v0.1.17
13772026-04-01T02:17:19.354Z Compiling typify-macro v0.6.1
13782026-04-01T02:17:19.500Z Compiling pin-project-internal v1.1.10
13792026-04-01T02:17:19.585Z Compiling slog-dtrace v0.3.0
13802026-04-01T02:17:19.784Z Checking csv-core v0.1.12
13812026-04-01T02:17:19.880Z Compiling unicode-xid v0.2.6
13822026-04-01T02:17:19.969Z Compiling cancel-safe-futures v0.1.5
13832026-04-01T02:17:20.008Z Compiling chrono-tz v0.10.4
13842026-04-01T02:17:20.221Z Checking swrite v0.1.0
13852026-04-01T02:17:20.236Z Checking unicode-width v0.1.14
13862026-04-01T02:17:20.315Z Checking unicode-linebreak v0.1.5
13872026-04-01T02:17:20.331Z Checking foldhash v0.1.5
13882026-04-01T02:17:20.472Z Checking smawk v0.3.2
13892026-04-01T02:17:20.489Z Checking hashbrown v0.15.5
13902026-04-01T02:17:20.531Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13912026-04-01T02:17:20.583Z Checking pin-project v1.1.10
13922026-04-01T02:17:20.605Z Checking textwrap v0.16.2
13932026-04-01T02:17:20.729Z Compiling const_format_proc_macros v0.2.34
13942026-04-01T02:17:20.828Z Checking csv v1.3.1
13952026-04-01T02:17:20.969Z Checking qorb v0.4.1
13962026-04-01T02:17:21.000Z Checking expectorate v1.2.0
13972026-04-01T02:17:21.134Z Checking phf v0.12.1
13982026-04-01T02:17:21.209Z Checking unicode-normalization v0.1.24
13992026-04-01T02:17:21.280Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14002026-04-01T02:17:21.383Z Compiling progenitor-macro v0.10.0
14012026-04-01T02:17:21.626Z Checking libsw-core v0.3.2
14022026-04-01T02:17:21.770Z Compiling libgit2-sys v0.17.0+1.8.1
14032026-04-01T02:17:21.786Z Compiling snafu-derive v0.8.9
14042026-04-01T02:17:21.936Z Compiling async-recursion v1.1.1
14052026-04-01T02:17:22.002Z Compiling cookie v0.18.1
14062026-04-01T02:17:22.196Z Checking fixedbitset v0.5.7
14072026-04-01T02:17:22.238Z Checking fixedbitset v0.4.2
14082026-04-01T02:17:22.364Z Checking highway v1.3.0
14092026-04-01T02:17:22.394Z Compiling moka v0.12.11
14102026-04-01T02:17:22.595Z Checking petgraph v0.8.2
14112026-04-01T02:17:22.627Z Checking petgraph v0.6.5
14122026-04-01T02:17:22.823Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-04-01T02:17:22.987Z Checking libsw v3.5.0
14142026-04-01T02:17:23.161Z Checking olpc-cjson v0.1.4
14152026-04-01T02:17:23.305Z Checking const_format v0.2.34
14162026-04-01T02:17:23.476Z Checking snafu v0.8.9
14172026-04-01T02:17:23.637Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14182026-04-01T02:17:23.850Z Compiling typify v0.6.1
14192026-04-01T02:17:23.927Z Checking papergrid v0.11.0
14202026-04-01T02:17:23.945Z Checking globset v0.4.16
14212026-04-01T02:17:24.027Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14222026-04-01T02:17:24.138Z Checking gethostname v0.5.0
14232026-04-01T02:17:24.233Z Compiling tabled_derive v0.7.0
14242026-04-01T02:17:24.294Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-04-01T02:17:24.521Z Checking reqwest v0.13.2
14262026-04-01T02:17:24.837Z Checking bcs v0.1.6
14272026-04-01T02:17:25.069Z Checking pem v3.0.5
14282026-04-01T02:17:25.085Z Checking serde_plain v1.0.2
14292026-04-01T02:17:25.181Z Checking humantime v2.3.0
14302026-04-01T02:17:25.228Z Checking tagptr v0.2.0
14312026-04-01T02:17:25.228Z Checking termtree v0.5.1
14322026-04-01T02:17:25.368Z Compiling signal-hook v0.3.18
14332026-04-01T02:17:25.384Z Checking linear-map v1.2.0
14342026-04-01T02:17:25.384Z Checking crc8 v0.1.1
14352026-04-01T02:17:25.464Z Checking progenitor v0.10.0
14362026-04-01T02:17:25.497Z Checking typed-path v0.9.3
14372026-04-01T02:17:25.554Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14382026-04-01T02:17:25.601Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14392026-04-01T02:17:25.779Z Checking tabled v0.15.0
14402026-04-01T02:17:26.233Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14412026-04-01T02:17:26.248Z Checking tough v0.20.0
14422026-04-01T02:17:26.395Z Compiling progenitor-impl v0.13.0
14432026-04-01T02:17:26.776Z Checking steno v0.4.1
14442026-04-01T02:17:27.125Z Checking hickory-proto v0.25.2
14452026-04-01T02:17:27.689Z Checking dropshot-api-manager-types v0.5.2
14462026-04-01T02:17:27.726Z Compiling curl-sys v0.4.83+curl-8.15.0
14472026-04-01T02:17:27.825Z Compiling cargo-platform v0.1.9
14482026-04-01T02:17:27.854Z Compiling vergen v8.3.2
14492026-04-01T02:17:28.065Z Compiling fs-err v3.1.2
14502026-04-01T02:17:28.080Z Compiling crc32fast v1.5.0
14512026-04-01T02:17:28.158Z Compiling cargo_metadata v0.18.1
14522026-04-01T02:17:28.420Z Checking progenitor-client v0.13.0
14532026-04-01T02:17:28.441Z Compiling progenitor-macro v0.13.0
14542026-04-01T02:17:28.586Z Checking sha2 v0.10.9
14552026-04-01T02:17:28.638Z Compiling blake3 v1.8.2
14562026-04-01T02:17:28.704Z Checking hickory-resolver v0.25.2
14572026-04-01T02:17:29.011Z Checking adler2 v2.0.1
14582026-04-01T02:17:29.124Z Checking miniz_oxide v0.8.9
14592026-04-01T02:17:29.460Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14602026-04-01T02:17:29.476Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14612026-04-01T02:17:29.708Z Checking git-stub v1.0.0
14622026-04-01T02:17:29.762Z Checking filetime v0.2.26
14632026-04-01T02:17:29.863Z Compiling curl v0.4.49
14642026-04-01T02:17:29.900Z Checking arrayref v0.3.9
14652026-04-01T02:17:29.978Z Checking constant_time_eq v0.3.1
14662026-04-01T02:17:30.072Z Checking xattr v1.6.1
14672026-04-01T02:17:30.109Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14682026-04-01T02:17:30.206Z Checking is_ci v1.2.0
14692026-04-01T02:17:30.312Z Checking arrayvec v0.7.6
14702026-04-01T02:17:30.359Z Checking supports-color v3.0.2
14712026-04-01T02:17:30.491Z Checking tar v0.4.45
14722026-04-01T02:17:30.815Z Checking git-stub-vcs v0.1.0
14732026-04-01T02:17:30.858Z Checking flate2 v1.1.2
14742026-04-01T02:17:30.999Z Checking drift v0.1.3
14752026-04-01T02:17:31.016Z Checking toml v0.7.8
14762026-04-01T02:17:31.132Z Checking kstat-rs v0.2.4
14772026-04-01T02:17:31.148Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14782026-04-01T02:17:31.152Z Checking topological-sort v0.2.2
14792026-04-01T02:17:31.250Z Checking dropshot-api-manager v0.5.2
14802026-04-01T02:17:31.326Z Checking omicron-zone-package v0.12.2
14812026-04-01T02:17:31.812Z Checking signal-hook-tokio v0.3.1
14822026-04-01T02:17:31.943Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14832026-04-01T02:17:32.088Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14842026-04-01T02:17:32.156Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14852026-04-01T02:17:32.244Z Checking display-error-chain v0.2.2
14862026-04-01T02:17:32.356Z Checking internet-checksum v0.2.1
14872026-04-01T02:17:32.371Z Checking search_path v0.1.4
14882026-04-01T02:17:32.473Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14892026-04-01T02:17:32.505Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-04-01T02:17:32.564Z Checking progenitor v0.13.0
14912026-04-01T02:17:32.688Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14922026-04-01T02:17:32.859Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14932026-04-01T02:17:33.022Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-04-01T02:17:33.228Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14952026-04-01T02:17:33.432Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-04-01T02:17:33.546Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-04-01T02:17:34.116Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-04-01T02:17:34.240Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-04-01T02:17:34.543Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15002026-04-01T02:17:34.625Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-04-01T02:17:34.647Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-04-01T02:17:34.866Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15032026-04-01T02:17:35.054Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15042026-04-01T02:17:35.257Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15052026-04-01T02:17:35.277Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15062026-04-01T02:17:35.344Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-04-01T02:17:35.774Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-04-01T02:17:35.920Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15092026-04-01T02:17:36.629Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15102026-04-01T02:17:38.042Z Compiling git2 v0.19.0
15112026-04-01T02:17:39.837Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15122026-04-01T02:17:39.853Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15132026-04-01T02:17:40.455Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15142026-04-01T02:17:40.571Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15152026-04-01T02:17:40.704Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15162026-04-01T02:17:41.180Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15172026-04-01T02:17:41.312Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15182026-04-01T02:17:41.553Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-04-01T02:17:52.185Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15202026-04-01T02:17:53.449Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15212026-04-01T02:17:58.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
15222026-04-01T02:17:59.000Z+ for feat in tofino_stub tofino_asic softnpu chaos
15232026-04-01T02:17:59.000Z+ cargo clippy --features tofino_asic -- --deny warnings
15242026-04-01T02:17:59.475Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15252026-04-01T02:17:59.479Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15262026-04-01T02:17:59.550Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15272026-04-01T02:17:59.553Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15282026-04-01T02:18:06.594Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15292026-04-01T02:18:06.597Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15302026-04-01T02:18:09.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.28s
15312026-04-01T02:18:09.463Z+ for feat in tofino_stub tofino_asic softnpu chaos
15322026-04-01T02:18:09.463Z+ cargo clippy --features softnpu -- --deny warnings
15332026-04-01T02:18:09.762Z Downloading crates ...
15342026-04-01T02:18:09.920Z Downloaded funty v2.0.0
15352026-04-01T02:18:09.923Z Downloaded tap v1.0.1
15362026-04-01T02:18:09.928Z Downloaded wyz v0.5.1
15372026-04-01T02:18:09.931Z Downloaded typeid v1.0.3
15382026-04-01T02:18:09.934Z Downloaded radium v0.7.0
15392026-04-01T02:18:09.937Z Downloaded libloading v0.7.4
15402026-04-01T02:18:09.940Z Downloaded ascii v1.1.0
15412026-04-01T02:18:09.944Z Downloaded serde_arrays v0.1.0
15422026-04-01T02:18:09.946Z Downloaded bitstruct v0.1.1
15432026-04-01T02:18:09.946Z Downloaded bitstruct_derive v0.1.0
15442026-04-01T02:18:09.946Z Downloaded erased-serde v0.4.8
15452026-04-01T02:18:09.952Z Downloaded num-bigint v0.4.6
15462026-04-01T02:18:09.964Z Downloaded bitvec v1.0.1
15472026-04-01T02:18:10.090Z Checking num-integer v0.1.46
15482026-04-01T02:18:10.165Z Checking num-complex v0.4.6
15492026-04-01T02:18:10.175Z Compiling radium v0.7.0
15502026-04-01T02:18:10.181Z Checking tap v1.0.1
15512026-04-01T02:18:10.189Z Checking funty v2.0.0
15522026-04-01T02:18:10.194Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15532026-04-01T02:18:10.197Z Compiling typeid v1.0.3
15542026-04-01T02:18:10.207Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15552026-04-01T02:18:10.263Z Checking wyz v0.5.1
15562026-04-01T02:18:10.358Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15572026-04-01T02:18:10.368Z Checking num-bigint v0.4.6
15582026-04-01T02:18:10.398Z Checking num-iter v0.1.45
15592026-04-01T02:18:10.448Z Compiling erased-serde v0.4.8
15602026-04-01T02:18:10.458Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15612026-04-01T02:18:10.485Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15622026-04-01T02:18:10.501Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15632026-04-01T02:18:10.558Z Compiling bitstruct_derive v0.1.0
15642026-04-01T02:18:10.574Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15652026-04-01T02:18:10.586Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-04-01T02:18:10.624Z Checking bitvec v1.0.1
15672026-04-01T02:18:10.627Z Checking ascii v1.1.0
15682026-04-01T02:18:10.634Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15692026-04-01T02:18:10.666Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-04-01T02:18:10.778Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15712026-04-01T02:18:10.787Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-04-01T02:18:10.795Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-04-01T02:18:10.805Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15742026-04-01T02:18:11.086Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-04-01T02:18:11.101Z Checking serde_arrays v0.1.0
15762026-04-01T02:18:11.182Z Checking num-rational v0.4.2
15772026-04-01T02:18:11.190Z Checking bitstruct v0.1.1
15782026-04-01T02:18:11.200Z Checking libloading v0.7.4
15792026-04-01T02:18:11.210Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15802026-04-01T02:18:11.438Z Checking num v0.4.3
15812026-04-01T02:18:11.504Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15822026-04-01T02:18:12.064Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15832026-04-01T02:18:12.350Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15842026-04-01T02:18:12.353Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15852026-04-01T02:18:12.537Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-04-01T02:18:12.708Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15872026-04-01T02:18:12.708Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15882026-04-01T02:18:13.151Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15892026-04-01T02:18:13.361Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15902026-04-01T02:18:13.364Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15912026-04-01T02:18:13.364Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15922026-04-01T02:18:13.364Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-04-01T02:18:13.735Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15942026-04-01T02:18:14.146Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15952026-04-01T02:18:14.995Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15962026-04-01T02:18:15.023Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15972026-04-01T02:18:18.188Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15982026-04-01T02:18:19.185Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15992026-04-01T02:18:19.303Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16002026-04-01T02:18:25.815Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-04-01T02:18:27.078Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-04-01T02:18:27.603Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16032026-04-01T02:18:32.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.87s
16042026-04-01T02:18:32.520Z+ for feat in tofino_stub tofino_asic softnpu chaos
16052026-04-01T02:18:32.520Z+ cargo clippy --features chaos -- --deny warnings
16062026-04-01T02:18:32.997Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16072026-04-01T02:18:33.001Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16082026-04-01T02:18:33.001Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16092026-04-01T02:18:40.114Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16102026-04-01T02:18:40.117Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16112026-04-01T02:18:42.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.99s
16122026-04-01T02:18:42.699Z+ banner fmt
16132026-04-01T02:18:42.702Z
16142026-04-01T02:18:42.702Z ###### # # #####
16152026-04-01T02:18:42.702Z # ## ## #
16162026-04-01T02:18:42.702Z ##### # ## # #
16172026-04-01T02:18:42.702Z # # # #
16182026-04-01T02:18:42.702Z # # # #
16192026-04-01T02:18:42.702Z # # # #
16202026-04-01T02:18:42.702Z
16212026-04-01T02:18:42.702Z+ cargo fmt -- --check
16222026-04-01T02:18:43.138Z+ banner test
16232026-04-01T02:18:43.141Z
16242026-04-01T02:18:43.141Z ##### ###### #### #####
16252026-04-01T02:18:43.141Z # # # #
16262026-04-01T02:18:43.141Z # ##### #### #
16272026-04-01T02:18:43.141Z # # # #
16282026-04-01T02:18:43.141Z # # # # #
16292026-04-01T02:18:43.141Z # ###### #### #
16302026-04-01T02:18:43.141Z
16312026-04-01T02:18:43.141Z+ for feat in tofino_stub tofino_asic softnpu chaos
16322026-04-01T02:18:43.141Z+ RUST_BACKTRACE=full
16332026-04-01T02:18:43.141Z+ cargo test --features tofino_stub --no-fail-fast
16342026-04-01T02:18:43.958Z Compiling unicode-ident v1.0.24
16352026-04-01T02:18:43.958Z Compiling cfg-if v1.0.3
16362026-04-01T02:18:43.962Z Compiling memchr v2.7.5
16372026-04-01T02:18:43.962Z Compiling serde_core v1.0.228
16382026-04-01T02:18:44.074Z Compiling itoa v1.0.15
16392026-04-01T02:18:44.079Z Compiling libc v0.2.183
16402026-04-01T02:18:44.088Z Compiling zmij v1.0.17
16412026-04-01T02:18:44.115Z Compiling libm v0.2.15
16422026-04-01T02:18:44.163Z Compiling proc-macro2 v1.0.106
16432026-04-01T02:18:44.195Z Compiling heck v0.5.0
16442026-04-01T02:18:44.456Z Compiling equivalent v1.0.2
16452026-04-01T02:18:44.546Z Compiling quote v1.0.45
16462026-04-01T02:18:44.563Z Compiling log v0.4.29
16472026-04-01T02:18:44.579Z Compiling smallvec v1.15.1
16482026-04-01T02:18:44.733Z Compiling syn v2.0.117
16492026-04-01T02:18:44.788Z Compiling iana-time-zone v0.1.64
16502026-04-01T02:18:44.830Z Compiling allocator-api2 v0.2.21
16512026-04-01T02:18:44.842Z Compiling foldhash v0.2.0
16522026-04-01T02:18:44.897Z Compiling dyn-clone v1.0.20
16532026-04-01T02:18:45.043Z Compiling stable_deref_trait v1.2.0
16542026-04-01T02:18:45.070Z Compiling pin-project-lite v0.2.16
16552026-04-01T02:18:45.082Z Compiling fnv v1.0.7
16562026-04-01T02:18:45.122Z Compiling hashbrown v0.16.1
16572026-04-01T02:18:45.154Z Compiling percent-encoding v2.3.2
16582026-04-01T02:18:45.173Z Compiling writeable v0.6.1
16592026-04-01T02:18:45.176Z Compiling litemap v0.8.0
16602026-04-01T02:18:45.244Z Compiling regex-syntax v0.8.6
16612026-04-01T02:18:45.351Z Compiling icu_properties_data v2.0.1
16622026-04-01T02:18:45.403Z Compiling icu_normalizer_data v2.0.0
16632026-04-01T02:18:45.480Z Compiling form_urlencoded v1.2.2
16642026-04-01T02:18:45.483Z Compiling utf8_iter v1.0.4
16652026-04-01T02:18:45.504Z Compiling scopeguard v1.2.0
16662026-04-01T02:18:45.612Z Compiling lock_api v0.4.14
16672026-04-01T02:18:45.635Z Compiling num-traits v0.2.19
16682026-04-01T02:18:45.661Z Compiling getrandom v0.3.3
16692026-04-01T02:18:45.716Z Compiling aho-corasick v1.1.3
16702026-04-01T02:18:45.838Z Compiling semver v1.0.27
16712026-04-01T02:18:45.842Z Compiling serde_json v1.0.149
16722026-04-01T02:18:45.887Z Compiling indexmap v2.13.0
16732026-04-01T02:18:46.189Z Compiling byteorder v1.5.0
16742026-04-01T02:18:46.228Z Compiling ucd-trie v0.1.7
16752026-04-01T02:18:46.410Z Compiling uuid v1.20.0
16762026-04-01T02:18:46.508Z Compiling futures-core v0.3.32
16772026-04-01T02:18:46.661Z Compiling regex-automata v0.4.13
16782026-04-01T02:18:46.811Z Compiling num-conv v0.2.1
16792026-04-01T02:18:46.824Z Compiling time-core v0.1.8
16802026-04-01T02:18:46.938Z Compiling ryu v1.0.20
16812026-04-01T02:18:46.963Z Compiling futures-sink v0.3.32
16822026-04-01T02:18:46.974Z Compiling time-macros v0.2.27
16832026-04-01T02:18:47.069Z Compiling regress v0.10.5
16842026-04-01T02:18:47.143Z Compiling pretty-hex v0.4.1
16852026-04-01T02:18:47.285Z Compiling slab v0.4.11
16862026-04-01T02:18:47.464Z Compiling strsim v0.11.1
16872026-04-01T02:18:47.664Z Compiling synstructure v0.13.2
16882026-04-01T02:18:47.752Z Compiling serde_derive_internals v0.29.1
16892026-04-01T02:18:47.871Z Compiling plain v0.2.3
16902026-04-01T02:18:47.990Z Compiling futures-channel v0.3.32
16912026-04-01T02:18:48.079Z Compiling syn v1.0.109
16922026-04-01T02:18:48.099Z Compiling futures-io v0.3.32
16932026-04-01T02:18:48.169Z Compiling futures-task v0.3.32
16942026-04-01T02:18:48.214Z Compiling socket2 v0.6.0
16952026-04-01T02:18:48.338Z Compiling regex v1.12.3
16962026-04-01T02:18:48.496Z Compiling parking_lot_core v0.9.12
16972026-04-01T02:18:48.663Z Compiling signal-hook-registry v1.4.6
16982026-04-01T02:18:48.676Z Compiling parking_lot v0.12.5
16992026-04-01T02:18:48.713Z Compiling serde_derive v1.0.228
17002026-04-01T02:18:48.790Z Compiling zerofrom-derive v0.1.6
17012026-04-01T02:18:48.802Z Compiling yoke-derive v0.8.0
17022026-04-01T02:18:49.054Z Compiling zerovec-derive v0.11.1
17032026-04-01T02:18:49.075Z Compiling displaydoc v0.2.5
17042026-04-01T02:18:49.239Z Compiling thiserror-impl v2.0.18
17052026-04-01T02:18:49.885Z Compiling schemars_derive v0.8.22
17062026-04-01T02:18:49.888Z Compiling tokio-macros v2.6.0
17072026-04-01T02:18:50.016Z Compiling zerocopy-derive v0.8.27
17082026-04-01T02:18:50.194Z Compiling zeroize_derive v1.4.3
17092026-04-01T02:18:50.527Z Compiling thiserror v2.0.18
17102026-04-01T02:18:50.638Z Compiling futures-macro v0.3.32
17112026-04-01T02:18:50.680Z Compiling zerofrom v0.1.6
17122026-04-01T02:18:50.814Z Compiling yoke v0.8.0
17132026-04-01T02:18:50.895Z Compiling thiserror-impl v1.0.69
17142026-04-01T02:18:50.942Z Compiling tracing-attributes v0.1.30
17152026-04-01T02:18:51.004Z Compiling zerovec v0.11.4
17162026-04-01T02:18:51.130Z Compiling zerotrie v0.2.2
17172026-04-01T02:18:51.287Z Compiling zerocopy v0.8.27
17182026-04-01T02:18:51.444Z Compiling pest v2.8.2
17192026-04-01T02:18:51.457Z Compiling serde v1.0.228
17202026-04-01T02:18:51.497Z Compiling scroll_derive v0.13.1
17212026-04-01T02:18:51.864Z Compiling tinystr v0.8.1
17222026-04-01T02:18:51.965Z Compiling bytes v1.11.1
17232026-04-01T02:18:51.976Z Compiling serde_tokenstream v0.2.3
17242026-04-01T02:18:52.073Z Compiling icu_locale_core v2.0.0
17252026-04-01T02:18:52.077Z Compiling potential_utf v0.1.3
17262026-04-01T02:18:52.177Z Compiling chrono v0.4.44
17272026-04-01T02:18:52.250Z Compiling icu_collections v2.0.0
17282026-04-01T02:18:52.337Z Compiling async-trait v0.1.89
17292026-04-01T02:18:52.599Z Compiling icu_provider v2.0.0
17302026-04-01T02:18:52.732Z Compiling http v1.4.0
17312026-04-01T02:18:52.750Z Compiling pest_meta v2.8.2
17322026-04-01T02:18:52.886Z Compiling icu_properties v2.0.1
17332026-04-01T02:18:52.916Z Compiling icu_normalizer v2.0.0
17342026-04-01T02:18:52.932Z Compiling scroll v0.13.0
17352026-04-01T02:18:53.195Z Compiling schemars v0.8.22
17362026-04-01T02:18:53.339Z Compiling pest_generator v2.8.2
17372026-04-01T02:18:53.520Z Compiling thiserror v1.0.69
17382026-04-01T02:18:53.627Z Compiling goblin v0.10.1
17392026-04-01T02:18:53.674Z Compiling mio v1.0.4
17402026-04-01T02:18:53.706Z Compiling thread-id v5.0.0
17412026-04-01T02:18:53.793Z Compiling idna_adapter v1.2.1
17422026-04-01T02:18:53.947Z Compiling idna v1.1.0
17432026-04-01T02:18:54.044Z Compiling tokio v1.49.0
17442026-04-01T02:18:54.056Z Compiling openapiv3 v2.2.0
17452026-04-01T02:18:54.069Z Compiling pest_derive v2.8.2
17462026-04-01T02:18:54.267Z Compiling url v2.5.7
17472026-04-01T02:18:54.303Z Compiling daft-derive v0.1.4
17482026-04-01T02:18:54.320Z Compiling darling_core v0.21.3
17492026-04-01T02:18:54.719Z Compiling dtrace-parser v0.3.0
17502026-04-01T02:18:55.131Z Compiling typify-impl v0.4.3
17512026-04-01T02:18:55.506Z Compiling serde_yaml v0.9.34+deprecated
17522026-04-01T02:18:56.459Z Compiling dof v0.4.0
17532026-04-01T02:18:56.487Z Compiling darling_macro v0.21.3
17542026-04-01T02:18:56.577Z Compiling ppv-lite86 v0.2.21
17552026-04-01T02:18:56.701Z Compiling bitflags v2.9.4
17562026-04-01T02:18:56.777Z Compiling openssl-macros v0.1.1
17572026-04-01T02:18:56.897Z Compiling getrandom v0.2.16
17582026-04-01T02:18:56.944Z Compiling usdt-impl v0.6.0
17592026-04-01T02:18:57.070Z Compiling darling v0.21.3
17602026-04-01T02:18:57.087Z Compiling base64 v0.22.1
17612026-04-01T02:18:57.158Z Compiling http-body v1.0.1
17622026-04-01T02:18:57.261Z Compiling erased-serde v0.3.31
17632026-04-01T02:18:57.316Z Compiling typenum v1.18.0
17642026-04-01T02:18:57.438Z Compiling portable-atomic v1.11.1
17652026-04-01T02:18:57.554Z Compiling ipnet v2.11.0
17662026-04-01T02:18:57.645Z Compiling atomic-waker v1.1.2
17672026-04-01T02:18:57.761Z Compiling anyhow v1.0.102
17682026-04-01T02:18:57.774Z Compiling httparse v1.10.1
17692026-04-01T02:18:57.848Z Compiling critical-section v1.2.0
17702026-04-01T02:18:57.962Z Compiling tower-service v0.3.3
17712026-04-01T02:18:57.962Z Compiling tower-layer v0.3.3
17722026-04-01T02:18:58.063Z Compiling untrusted v0.9.0
17732026-04-01T02:18:58.082Z Compiling once_cell v1.21.3
17742026-04-01T02:18:58.134Z Compiling zeroize v1.8.1
17752026-04-01T02:18:58.186Z Compiling try-lock v0.2.5
17762026-04-01T02:18:58.318Z Compiling want v0.3.1
17772026-04-01T02:18:58.405Z Compiling usdt-macro v0.6.0
17782026-04-01T02:18:58.482Z Compiling usdt-attr-macro v0.6.0
17792026-04-01T02:18:58.598Z Compiling pin-utils v0.1.0
17802026-04-01T02:18:58.651Z Compiling httpdate v1.0.3
17812026-04-01T02:18:58.707Z Compiling structmeta-derive v0.3.0
17822026-04-01T02:18:59.328Z Compiling newtype-uuid-macros v0.1.0
17832026-04-01T02:18:59.498Z Compiling strum_macros v0.26.4
17842026-04-01T02:18:59.857Z Compiling structmeta v0.3.0
17852026-04-01T02:19:00.078Z Compiling async-stream-impl v0.3.6
17862026-04-01T02:19:00.218Z Compiling powerfmt v0.2.0
17872026-04-01T02:19:00.429Z Compiling deranged v0.5.3
17882026-04-01T02:19:00.484Z Compiling num_threads v0.1.7
17892026-04-01T02:19:00.507Z Compiling omicron-workspace-hack v0.1.0
17902026-04-01T02:19:00.582Z Compiling dropshot_endpoint v0.16.7
17912026-04-01T02:19:00.595Z Compiling http-body-util v0.1.3
17922026-04-01T02:19:00.632Z Compiling ref-cast-impl v1.0.25
17932026-04-01T02:19:00.738Z Compiling derive-ex v0.1.8
17942026-04-01T02:19:00.836Z Compiling serde_urlencoded v0.7.1
17952026-04-01T02:19:01.183Z Compiling strum_macros v0.27.2
17962026-04-01T02:19:01.261Z Compiling sync_wrapper v1.0.2
17972026-04-01T02:19:01.344Z Compiling serde_with_macros v3.14.1
17982026-04-01T02:19:01.356Z Compiling typify-macro v0.4.3
17992026-04-01T02:19:01.368Z Compiling subtle v2.6.1
18002026-04-01T02:19:01.536Z Compiling iri-string v0.7.8
18012026-04-01T02:19:02.236Z Compiling rand_core v0.6.4
18022026-04-01T02:19:02.313Z Compiling futures-util v0.3.32
18032026-04-01T02:19:02.317Z Compiling test-strategy v0.4.3
18042026-04-01T02:19:02.465Z Compiling thread_local v1.1.9
18052026-04-01T02:19:02.730Z Compiling match_cfg v0.1.0
18062026-04-01T02:19:02.805Z Compiling parse-display-derive v0.10.0
18072026-04-01T02:19:02.878Z Compiling tracing-core v0.1.34
18082026-04-01T02:19:03.005Z Compiling toml_datetime v0.6.11
18092026-04-01T02:19:03.160Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18102026-04-01T02:19:03.286Z Compiling take_mut v0.2.2
18112026-04-01T02:19:03.398Z Compiling term v1.2.0
18122026-04-01T02:19:03.401Z Compiling typify v0.4.3
18132026-04-01T02:19:03.503Z Compiling progenitor-impl v0.11.1
18142026-04-01T02:19:03.615Z Compiling tracing v0.1.41
18152026-04-01T02:19:03.921Z Compiling clap_derive v4.6.0
18162026-04-01T02:19:03.933Z Compiling camino v1.2.2
18172026-04-01T02:19:04.213Z Compiling cpufeatures v0.2.17
18182026-04-01T02:19:04.344Z Compiling fastrand v2.3.0
18192026-04-01T02:19:04.438Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18202026-04-01T02:19:04.500Z Compiling encoding_rs v0.8.35
18212026-04-01T02:19:04.616Z Compiling unicode-width v0.2.1
18222026-04-01T02:19:04.666Z Compiling mime v0.3.17
18232026-04-01T02:19:05.029Z Compiling errno v0.3.14
18242026-04-01T02:19:05.182Z Compiling generic-array v0.14.7
18252026-04-01T02:19:05.681Z Compiling hex v0.4.3
18262026-04-01T02:19:05.745Z Compiling ipnetwork v0.21.1
18272026-04-01T02:19:05.949Z Compiling crossbeam-utils v0.8.21
18282026-04-01T02:19:06.201Z Compiling rustix v1.1.2
18292026-04-01T02:19:06.256Z Compiling tokio-util v0.7.16
18302026-04-01T02:19:06.278Z Compiling slog v2.8.2
18312026-04-01T02:19:06.360Z Compiling winnow v0.7.14
18322026-04-01T02:19:06.557Z Compiling crypto-common v0.1.6
18332026-04-01T02:19:06.695Z Compiling rand_core v0.9.3
18342026-04-01T02:19:06.698Z Compiling oxnet v0.1.4
18352026-04-01T02:19:06.916Z Compiling h2 v0.4.12
18362026-04-01T02:19:06.957Z Compiling itertools v0.14.0
18372026-04-01T02:19:07.042Z Compiling progenitor-macro v0.11.1
18382026-04-01T02:19:07.420Z Compiling rand_chacha v0.9.0
18392026-04-01T02:19:07.462Z Compiling socket2 v0.5.10
18402026-04-01T02:19:07.899Z Compiling rand v0.9.2
18412026-04-01T02:19:07.914Z Compiling rustls-pki-types v1.12.0
18422026-04-01T02:19:08.388Z Compiling spin v0.9.8
18432026-04-01T02:19:08.499Z Compiling debug-ignore v1.0.5
18442026-04-01T02:19:08.511Z Compiling quick-error v1.2.3
18452026-04-01T02:19:08.620Z Compiling toml_parser v1.0.6+spec-1.1.0
18462026-04-01T02:19:08.659Z Compiling tabwriter v1.4.1
18472026-04-01T02:19:08.716Z Compiling toml_datetime v0.7.5+spec-1.1.0
18482026-04-01T02:19:08.904Z Compiling serde_spanned v1.0.4
18492026-04-01T02:19:09.022Z Compiling hyper v1.8.1
18502026-04-01T02:19:09.063Z Compiling bit-vec v0.8.0
18512026-04-01T02:19:09.304Z Compiling colored v3.0.0
18522026-04-01T02:19:09.497Z Compiling lazy_static v1.5.0
18532026-04-01T02:19:09.603Z Compiling toml_writer v1.0.6+spec-1.1.0
18542026-04-01T02:19:09.648Z Compiling bit-set v0.8.0
18552026-04-01T02:19:09.697Z Compiling time v0.3.47
18562026-04-01T02:19:09.712Z Compiling strum v0.26.3
18572026-04-01T02:19:09.812Z Compiling toml v0.9.11+spec-1.1.0
18582026-04-01T02:19:09.827Z Compiling async-stream v0.3.6
18592026-04-01T02:19:09.842Z Compiling ring v0.17.14
18602026-04-01T02:19:10.002Z Compiling waitgroup v0.1.2
18612026-04-01T02:19:10.042Z Compiling serde_path_to_error v0.1.20
18622026-04-01T02:19:10.144Z Compiling hyper-util v0.1.19
18632026-04-01T02:19:10.406Z Compiling unarray v0.1.4
18642026-04-01T02:19:10.522Z Compiling anstyle v1.0.14
18652026-04-01T02:19:10.757Z Compiling crossbeam-channel v0.5.15
18662026-04-01T02:19:10.808Z Compiling block-buffer v0.10.4
18672026-04-01T02:19:10.844Z Compiling macaddr v1.0.1
18682026-04-01T02:19:10.961Z Compiling utf8parse v0.2.2
18692026-04-01T02:19:11.072Z Compiling anstyle-parse v1.0.0
18702026-04-01T02:19:11.085Z Compiling digest v0.10.7
18712026-04-01T02:19:11.270Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18722026-04-01T02:19:11.307Z Compiling ref-cast v1.0.25
18732026-04-01T02:19:11.353Z Compiling colorchoice v1.0.4
18742026-04-01T02:19:11.407Z Compiling anstyle-query v1.1.4
18752026-04-01T02:19:11.407Z Compiling is_terminal_polyfill v1.70.1
18762026-04-01T02:19:11.437Z Compiling strum v0.27.2
18772026-04-01T02:19:11.449Z Compiling is-terminal v0.4.16
18782026-04-01T02:19:11.508Z Compiling anstream v1.0.0
18792026-04-01T02:19:11.689Z Compiling clap_lex v1.1.0
18802026-04-01T02:19:11.729Z Compiling slog-term v2.9.2
18812026-04-01T02:19:11.831Z Compiling slog-async v2.8.0
18822026-04-01T02:19:11.869Z Compiling slog-json v2.6.1
18832026-04-01T02:19:11.882Z Compiling tower v0.5.2
18842026-04-01T02:19:11.938Z Compiling hostname v0.3.1
18852026-04-01T02:19:12.080Z Compiling slog-bunyan v2.5.0
18862026-04-01T02:19:12.361Z Compiling tower-http v0.6.8
18872026-04-01T02:19:12.372Z Compiling futures-executor v0.3.32
18882026-04-01T02:19:12.444Z Compiling instant v0.1.13
18892026-04-01T02:19:12.554Z Compiling futures v0.3.32
18902026-04-01T02:19:12.637Z Compiling openssl-sys v0.9.112
18912026-04-01T02:19:12.795Z Compiling aws-lc-sys v0.39.1
18922026-04-01T02:19:13.360Z Compiling memmap2 v0.9.8
18932026-04-01T02:19:13.463Z Compiling untrusted v0.7.1
18942026-04-01T02:19:13.504Z Compiling foreign-types-shared v0.1.1
18952026-04-01T02:19:13.576Z Compiling aws-lc-rs v1.16.2
18962026-04-01T02:19:13.588Z Compiling foreign-types v0.3.2
18972026-04-01T02:19:13.657Z Compiling tempfile v3.23.0
18982026-04-01T02:19:14.078Z Compiling openssl-probe v0.1.6
18992026-04-01T02:19:14.345Z Compiling openssl v0.10.76
19002026-04-01T02:19:14.557Z Compiling rustls-webpki v0.103.6
19012026-04-01T02:19:15.108Z Compiling rustls v0.23.32
19022026-04-01T02:19:15.568Z Compiling either v1.15.0
19032026-04-01T02:19:15.631Z Compiling usdt v0.6.0
19042026-04-01T02:19:15.779Z Compiling webpki-roots v1.0.2
19052026-04-01T02:19:15.903Z Compiling newtype-uuid v1.3.2
19062026-04-01T02:19:16.633Z Compiling native-tls v0.2.14
19072026-04-01T02:19:16.856Z Compiling tokio-native-tls v0.3.1
19082026-04-01T02:19:17.027Z Compiling hyper-tls v0.6.0
19092026-04-01T02:19:17.465Z Compiling daft v0.1.4
19102026-04-01T02:19:17.732Z Compiling rustls-webpki v0.102.8
19112026-04-01T02:19:18.089Z Compiling tokio-rustls v0.26.3
19122026-04-01T02:19:18.283Z Compiling rustls v0.22.4
19132026-04-01T02:19:18.359Z Compiling hyper-rustls v0.27.7
19142026-04-01T02:19:18.605Z Compiling reqwest v0.12.23
19152026-04-01T02:19:20.562Z Compiling tokio-rustls v0.25.0
19162026-04-01T02:19:20.745Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19172026-04-01T02:19:20.935Z Compiling sha1 v0.10.6
19182026-04-01T02:19:21.172Z Compiling multer v3.1.0
19192026-04-01T02:19:21.311Z Compiling rustls-pemfile v2.2.0
19202026-04-01T02:19:21.477Z Compiling terminal_size v0.4.3
19212026-04-01T02:19:21.625Z Compiling rand_chacha v0.3.1
19222026-04-01T02:19:21.801Z Compiling wait-timeout v0.2.1
19232026-04-01T02:19:21.931Z Compiling hostname v0.4.2
19242026-04-01T02:19:22.283Z Compiling dropshot v0.16.7
19252026-04-01T02:19:22.327Z Compiling rusty-fork v0.3.0
19262026-04-01T02:19:22.400Z Compiling rand v0.8.5
19272026-04-01T02:19:23.047Z Compiling rand_xorshift v0.4.0
19282026-04-01T02:19:23.853Z Compiling proptest v1.8.0
19292026-04-01T02:19:24.679Z Compiling clap_builder v4.6.0
19302026-04-01T02:19:25.529Z Compiling hubpack_derive v0.1.1
19312026-04-01T02:19:25.973Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19322026-04-01T02:19:26.502Z Compiling clap v4.6.0
19332026-04-01T02:19:27.353Z Compiling serde_spanned v0.6.9
19342026-04-01T02:19:27.466Z Compiling winnow v0.5.40
19352026-04-01T02:19:28.062Z Compiling progenitor-client v0.10.0
19362026-04-01T02:19:28.169Z Compiling progenitor-client v0.11.1
19372026-04-01T02:19:28.297Z Compiling prettyplease v0.2.37
19382026-04-01T02:19:28.326Z Compiling serde_with v3.14.1
19392026-04-01T02:19:28.560Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19402026-04-01T02:19:28.898Z Compiling rustc-hash v2.1.1
19412026-04-01T02:19:29.021Z Compiling iddqd v0.3.17
19422026-04-01T02:19:29.203Z Compiling progenitor v0.11.1
19432026-04-01T02:19:29.348Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19442026-04-01T02:19:29.991Z Compiling backoff v0.4.0
19452026-04-01T02:19:30.206Z Compiling parse-display v0.10.0
19462026-04-01T02:19:30.245Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19472026-04-01T02:19:30.405Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19482026-04-01T02:19:32.256Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19492026-04-01T02:19:32.288Z Compiling num-derive v0.3.3
19502026-04-01T02:19:33.479Z Compiling toml_write v0.1.2
19512026-04-01T02:19:33.628Z Compiling toml_edit v0.22.27
19522026-04-01T02:19:35.263Z Compiling toml_edit v0.19.15
19532026-04-01T02:19:35.705Z Compiling num-integer v0.1.46
19542026-04-01T02:19:35.776Z Compiling float-ord v0.3.2
19552026-04-01T02:19:36.031Z Compiling toml v0.8.23
19562026-04-01T02:19:36.386Z Compiling proc-macro-crate v1.3.1
19572026-04-01T02:19:37.904Z Compiling num-iter v0.1.45
19582026-04-01T02:19:38.053Z Compiling num-rational v0.4.2
19592026-04-01T02:19:38.761Z Compiling num-complex v0.4.6
19602026-04-01T02:19:39.783Z Compiling num v0.4.3
19612026-04-01T02:19:42.876Z Compiling zerocopy-derive v0.7.35
19622026-04-01T02:19:43.445Z Compiling ingot-macros v0.1.1
19632026-04-01T02:19:43.457Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19642026-04-01T02:19:43.736Z Compiling scroll_derive v0.12.1
19652026-04-01T02:19:44.238Z Compiling zerocopy v0.7.35
19662026-04-01T02:19:44.467Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-04-01T02:19:44.903Z Compiling num_enum_derive v0.7.5
19682026-04-01T02:19:45.090Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19692026-04-01T02:19:46.309Z Compiling memoffset v0.9.1
19702026-04-01T02:19:46.568Z Compiling foreign-types-macros v0.2.3
19712026-04-01T02:19:46.771Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19722026-04-01T02:19:48.278Z Compiling nix v0.30.1
19732026-04-01T02:19:48.424Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19742026-04-01T02:19:48.706Z Compiling libscf-sys v1.1.0
19752026-04-01T02:19:49.464Z Compiling proc-macro-error-attr2 v2.0.0
19762026-04-01T02:19:49.476Z Compiling glob v0.3.3
19772026-04-01T02:19:49.567Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19782026-04-01T02:19:49.723Z Compiling proc-macro-error-attr v1.0.4
19792026-04-01T02:19:49.948Z Compiling proc-macro-error2 v2.0.1
19802026-04-01T02:19:50.108Z Compiling dtrace-parser v0.2.0
19812026-04-01T02:19:50.120Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19822026-04-01T02:19:50.170Z Compiling proc-macro-error v1.0.4
19832026-04-01T02:19:50.209Z Compiling tabled_derive v0.11.0
19842026-04-01T02:19:50.590Z Compiling dof v0.3.0
19852026-04-01T02:19:50.630Z Compiling num_enum_derive v0.5.11
19862026-04-01T02:19:50.953Z Compiling hubpack v0.1.2
19872026-04-01T02:19:51.083Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19882026-04-01T02:19:51.177Z Compiling thread-id v4.2.2
19892026-04-01T02:19:51.335Z Compiling static_assertions v1.1.0
19902026-04-01T02:19:51.535Z Compiling usdt-impl v0.5.0
19912026-04-01T02:19:52.325Z Compiling derive_more v0.99.20
19922026-04-01T02:19:53.615Z Compiling minimal-lexical v0.2.1
19932026-04-01T02:19:53.834Z Compiling bytecount v0.6.9
19942026-04-01T02:19:53.884Z Compiling nom v7.1.3
19952026-04-01T02:19:54.583Z Compiling usdt-macro v0.5.0
19962026-04-01T02:19:54.924Z Compiling usdt-attr-macro v0.5.0
19972026-04-01T02:19:55.399Z Compiling zone_cfg_derive v0.3.1
19982026-04-01T02:19:55.503Z Compiling num-derive v0.4.2
19992026-04-01T02:19:55.765Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20002026-04-01T02:19:55.909Z Compiling rustc_version v0.4.1
20012026-04-01T02:19:56.152Z Compiling crossbeam-epoch v0.9.18
20022026-04-01T02:19:56.191Z Compiling papergrid v0.17.0
20032026-04-01T02:19:56.488Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20042026-04-01T02:19:56.500Z Compiling testing_table v0.3.0
20052026-04-01T02:19:56.667Z Compiling enum-as-inner v0.6.1
20062026-04-01T02:19:56.750Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20072026-04-01T02:19:56.786Z Compiling curve25519-dalek v4.1.3
20082026-04-01T02:19:57.023Z Compiling crossbeam-deque v0.8.6
20092026-04-01T02:19:57.159Z Compiling tabled v0.20.0
20102026-04-01T02:19:57.343Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20112026-04-01T02:19:57.459Z Compiling typify-impl v0.6.1
20122026-04-01T02:19:57.753Z Compiling thiserror-impl-no-std v2.0.2
20132026-04-01T02:19:57.961Z Compiling curve25519-dalek-derive v0.1.1
20142026-04-01T02:19:58.433Z Compiling rayon-core v1.13.0
20152026-04-01T02:19:58.671Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20162026-04-01T02:19:58.866Z Compiling clang-sys v1.8.1
20172026-04-01T02:19:58.956Z Compiling scroll v0.12.0
20182026-04-01T02:19:59.233Z Compiling hash32 v0.3.1
20192026-04-01T02:19:59.274Z Compiling goblin v0.8.2
20202026-04-01T02:19:59.393Z Compiling heapless v0.8.0
20212026-04-01T02:19:59.445Z Compiling ingot-types v0.1.2
20222026-04-01T02:19:59.905Z Compiling cobs v0.3.0
20232026-04-01T02:19:59.918Z Compiling libloading v0.8.9
20242026-04-01T02:19:59.930Z Compiling foreign-types-shared v0.3.1
20252026-04-01T02:20:00.026Z Compiling managed v0.8.0
20262026-04-01T02:20:00.039Z Compiling bitflags v1.3.2
20272026-04-01T02:20:00.108Z Compiling bindgen v0.72.1
20282026-04-01T02:20:00.121Z Compiling postcard v1.1.3
20292026-04-01T02:20:00.142Z Compiling foreign-types v0.5.0
20302026-04-01T02:20:00.223Z Compiling smoltcp v0.11.0
20312026-04-01T02:20:00.244Z Compiling ingot v0.1.1
20322026-04-01T02:20:00.458Z Compiling cexpr v0.6.0
20332026-04-01T02:20:00.994Z Compiling num_enum v0.7.5
20342026-04-01T02:20:01.118Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20352026-04-01T02:20:01.241Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20362026-04-01T02:20:01.299Z Compiling camino-tempfile v1.4.1
20372026-04-01T02:20:01.550Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20382026-04-01T02:20:01.564Z Compiling serde_repr v0.1.20
20392026-04-01T02:20:01.857Z Compiling derive-where v1.6.0
20402026-04-01T02:20:02.174Z Compiling cstr-argument v0.1.2
20412026-04-01T02:20:02.352Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20422026-04-01T02:20:02.692Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20432026-04-01T02:20:03.404Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20442026-04-01T02:20:03.592Z Compiling rayon v1.11.0
20452026-04-01T02:20:03.723Z Compiling typify-macro v0.6.1
20462026-04-01T02:20:03.855Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20472026-04-01T02:20:03.980Z Compiling crucible-workspace-hack v0.1.0
20482026-04-01T02:20:04.626Z Compiling memmap v0.7.0
20492026-04-01T02:20:04.726Z Compiling tinyvec_macros v0.1.1
20502026-04-01T02:20:04.843Z Compiling tinyvec v1.10.0
20512026-04-01T02:20:04.985Z Compiling usdt v0.5.0
20522026-04-01T02:20:05.038Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20532026-04-01T02:20:05.266Z Compiling num_enum v0.5.11
20542026-04-01T02:20:05.547Z Compiling pin-project-internal v1.1.10
20552026-04-01T02:20:05.825Z Compiling typify v0.6.1
20562026-04-01T02:20:06.399Z Compiling progenitor-impl v0.13.0
20572026-04-01T02:20:06.699Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20582026-04-01T02:20:06.734Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20592026-04-01T02:20:07.052Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20602026-04-01T02:20:07.171Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20612026-04-01T02:20:07.313Z Compiling rustix v0.38.44
20622026-04-01T02:20:07.760Z Compiling itertools v0.12.1
20632026-04-01T02:20:07.794Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20642026-04-01T02:20:07.933Z Compiling progenitor-impl v0.10.0
20652026-04-01T02:20:08.184Z Compiling sigpipe v0.1.3
20662026-04-01T02:20:08.197Z Compiling jiff v0.2.15
20672026-04-01T02:20:08.332Z Compiling const_format_proc_macros v0.2.34
20682026-04-01T02:20:08.502Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20692026-04-01T02:20:08.631Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20702026-04-01T02:20:08.973Z Compiling zone v0.3.1
20712026-04-01T02:20:09.617Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20722026-04-01T02:20:09.769Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20732026-04-01T02:20:09.911Z Compiling progenitor-macro v0.13.0
20742026-04-01T02:20:10.374Z Compiling secrecy v0.10.3
20752026-04-01T02:20:10.429Z Compiling smf v0.2.3
20762026-04-01T02:20:10.538Z Compiling snafu-derive v0.8.9
20772026-04-01T02:20:10.909Z Compiling async-recursion v1.1.1
20782026-04-01T02:20:11.106Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20792026-04-01T02:20:11.134Z Compiling bstr v1.12.0
20802026-04-01T02:20:11.450Z Compiling progenitor-macro v0.10.0
20812026-04-01T02:20:11.630Z Compiling whoami v1.6.1
20822026-04-01T02:20:11.820Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20832026-04-01T02:20:13.289Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20842026-04-01T02:20:13.483Z Compiling hmac v0.12.1
20852026-04-01T02:20:13.867Z Compiling inout v0.1.4
20862026-04-01T02:20:13.993Z Compiling ff v0.13.1
20872026-04-01T02:20:14.021Z Compiling data-encoding v2.9.0
20882026-04-01T02:20:14.441Z Compiling crc8 v0.1.1
20892026-04-01T02:20:14.888Z Compiling group v0.13.0
20902026-04-01T02:20:14.959Z Compiling cipher v0.4.4
20912026-04-01T02:20:15.007Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20922026-04-01T02:20:15.085Z Compiling hkdf v0.12.4
20932026-04-01T02:20:15.189Z Compiling atomicwrites v0.4.4
20942026-04-01T02:20:15.240Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20952026-04-01T02:20:15.520Z Compiling tokio-dtrace v0.1.1
20962026-04-01T02:20:15.701Z Compiling tabled_derive v0.7.0
20972026-04-01T02:20:16.254Z Compiling reqwest v0.13.2
20982026-04-01T02:20:16.402Z Compiling universal-hash v0.5.1
20992026-04-01T02:20:16.538Z Compiling crypto-bigint v0.5.5
21002026-04-01T02:20:16.614Z Compiling dropshot-api-manager-types v0.5.2
21012026-04-01T02:20:16.657Z Compiling half v2.7.1
21022026-04-01T02:20:16.990Z Compiling base64ct v1.8.0
21032026-04-01T02:20:17.202Z Compiling base16ct v0.2.0
21042026-04-01T02:20:17.299Z Compiling indent_write v2.2.0
21052026-04-01T02:20:17.313Z Compiling ciborium-io v0.2.2
21062026-04-01T02:20:17.369Z Compiling opaque-debug v0.3.1
21072026-04-01T02:20:17.414Z Compiling ciborium-ll v0.2.2
21082026-04-01T02:20:17.440Z Compiling poly1305 v0.8.0
21092026-04-01T02:20:17.453Z Compiling password-hash v0.5.0
21102026-04-01T02:20:17.645Z Compiling elliptic-curve v0.13.8
21112026-04-01T02:20:17.794Z Compiling progenitor-client v0.13.0
21122026-04-01T02:20:18.147Z Compiling oxide-tokio-rt v0.1.2
21132026-04-01T02:20:18.354Z Compiling chacha20 v0.9.1
21142026-04-01T02:20:18.465Z Compiling similar v2.7.0
21152026-04-01T02:20:18.477Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-04-01T02:20:18.894Z Compiling thiserror-no-std v2.0.2
21172026-04-01T02:20:19.591Z Compiling blake2 v0.10.6
21182026-04-01T02:20:19.885Z Compiling aead v0.5.2
21192026-04-01T02:20:20.051Z Compiling linked-hash-map v0.5.6
21202026-04-01T02:20:20.196Z Compiling keccak v0.1.6
21212026-04-01T02:20:20.229Z Compiling resolv-conf v0.7.5
21222026-04-01T02:20:20.454Z Compiling sha3 v0.10.8
21232026-04-01T02:20:20.546Z Compiling lru-cache v0.1.2
21242026-04-01T02:20:20.597Z Compiling chacha20poly1305 v0.10.1
21252026-04-01T02:20:20.655Z Compiling vsss-rs v3.3.4
21262026-04-01T02:20:20.675Z Compiling argon2 v0.5.3
21272026-04-01T02:20:20.941Z Compiling progenitor v0.13.0
21282026-04-01T02:20:20.987Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21292026-04-01T02:20:21.287Z Compiling ciborium v0.2.2
21302026-04-01T02:20:21.434Z Compiling hickory-proto v0.24.4
21312026-04-01T02:20:21.951Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21322026-04-01T02:20:22.154Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21332026-04-01T02:20:22.506Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21342026-04-01T02:20:22.651Z Compiling serde-big-array v0.5.1
21352026-04-01T02:20:22.741Z Compiling same-file v1.0.6
21362026-04-01T02:20:22.918Z Compiling unicode-segmentation v1.12.0
21372026-04-01T02:20:23.100Z Compiling siphasher v1.0.1
21382026-04-01T02:20:23.246Z Compiling newline-converter v0.3.0
21392026-04-01T02:20:23.304Z Compiling phf_shared v0.12.1
21402026-04-01T02:20:23.331Z Compiling hickory-resolver v0.24.4
21412026-04-01T02:20:23.472Z Compiling walkdir v2.5.0
21422026-04-01T02:20:23.496Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21432026-04-01T02:20:23.507Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21442026-04-01T02:20:24.035Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21452026-04-01T02:20:24.606Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21462026-04-01T02:20:24.984Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
21472026-04-01T02:20:25.402Z Compiling newtype_derive v0.1.6
21482026-04-01T02:20:25.489Z Compiling owo-colors v4.3.0
21492026-04-01T02:20:25.592Z Compiling tokio-stream v0.1.17
21502026-04-01T02:20:25.953Z Compiling console v0.15.11
21512026-04-01T02:20:26.054Z Compiling csv-core v0.1.12
21522026-04-01T02:20:26.340Z Compiling unicode-width v0.1.14
21532026-04-01T02:20:26.376Z Compiling swrite v0.1.0
21542026-04-01T02:20:26.389Z Compiling unicode-linebreak v0.1.5
21552026-04-01T02:20:26.476Z Compiling foldhash v0.1.5
21562026-04-01T02:20:26.622Z Compiling humantime v2.3.0
21572026-04-01T02:20:26.622Z Compiling smawk v0.3.2
21582026-04-01T02:20:26.645Z Compiling termtree v0.5.1
21592026-04-01T02:20:26.660Z Compiling hashbrown v0.15.5
21602026-04-01T02:20:26.773Z Compiling textwrap v0.16.2
21612026-04-01T02:20:26.915Z Compiling expectorate v1.2.0
21622026-04-01T02:20:26.927Z Compiling csv v1.3.1
21632026-04-01T02:20:27.208Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21642026-04-01T02:20:27.299Z Compiling qorb v0.4.1
21652026-04-01T02:20:27.495Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21662026-04-01T02:20:29.037Z Compiling phf v0.12.1
21672026-04-01T02:20:29.050Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21682026-04-01T02:20:29.471Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21692026-04-01T02:20:29.602Z Compiling pin-project v1.1.10
21702026-04-01T02:20:29.715Z Compiling unicode-normalization v0.1.24
21712026-04-01T02:20:29.871Z Compiling libz-sys v1.1.22
21722026-04-01T02:20:29.990Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21732026-04-01T02:20:30.895Z Compiling libsw-core v0.3.2
21742026-04-01T02:20:31.071Z Compiling highway v1.3.0
21752026-04-01T02:20:31.389Z Compiling fixedbitset v0.4.2
21762026-04-01T02:20:31.537Z Compiling fixedbitset v0.5.7
21772026-04-01T02:20:31.581Z Compiling petgraph v0.6.5
21782026-04-01T02:20:31.656Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21792026-04-01T02:20:31.875Z Compiling progenitor v0.10.0
21802026-04-01T02:20:32.031Z Compiling petgraph v0.8.2
21812026-04-01T02:20:32.999Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21822026-04-01T02:20:33.588Z Compiling libsw v3.5.0
21832026-04-01T02:20:33.774Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21842026-04-01T02:20:33.939Z Compiling olpc-cjson v0.1.4
21852026-04-01T02:20:34.056Z Compiling libgit2-sys v0.17.0+1.8.1
21862026-04-01T02:20:34.107Z Compiling snafu v0.8.9
21872026-04-01T02:20:34.320Z Compiling chrono-tz v0.10.4
21882026-04-01T02:20:34.493Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-04-01T02:20:34.751Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21902026-04-01T02:20:35.300Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-04-01T02:20:35.647Z Compiling papergrid v0.11.0
21922026-04-01T02:20:36.181Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21932026-04-01T02:20:36.474Z Compiling globset v0.4.16
21942026-04-01T02:20:36.759Z Compiling const_format v0.2.34
21952026-04-01T02:20:36.919Z Compiling slog-dtrace v0.3.0
21962026-04-01T02:20:37.084Z Compiling cancel-safe-futures v0.1.5
21972026-04-01T02:20:37.257Z Compiling gethostname v0.5.0
21982026-04-01T02:20:37.409Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21992026-04-01T02:20:37.874Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22002026-04-01T02:20:38.449Z Compiling pem v3.0.5
22012026-04-01T02:20:38.461Z Compiling bcs v0.1.6
22022026-04-01T02:20:38.782Z Compiling cargo-platform v0.1.9
22032026-04-01T02:20:38.830Z Compiling serde_plain v1.0.2
22042026-04-01T02:20:38.842Z Compiling tagptr v0.2.0
22052026-04-01T02:20:38.930Z Compiling typed-path v0.9.3
22062026-04-01T02:20:39.024Z Compiling linear-map v1.2.0
22072026-04-01T02:20:39.830Z Compiling tough v0.20.0
22082026-04-01T02:20:40.653Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-04-01T02:20:41.644Z Compiling moka v0.12.11
22102026-04-01T02:20:42.179Z Compiling cargo_metadata v0.18.1
22112026-04-01T02:20:42.308Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-04-01T02:20:42.596Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-04-01T02:20:42.708Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-04-01T02:20:42.825Z Compiling tabled v0.15.0
22152026-04-01T02:20:43.281Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-04-01T02:20:43.480Z Compiling git2 v0.19.0
22172026-04-01T02:20:45.245Z Compiling steno v0.4.1
22182026-04-01T02:20:45.874Z Compiling cookie v0.18.1
22192026-04-01T02:20:46.025Z Compiling hickory-proto v0.25.2
22202026-04-01T02:20:47.981Z Compiling hickory-resolver v0.25.2
22212026-04-01T02:20:48.927Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-04-01T02:20:50.245Z Compiling vergen v8.3.2
22232026-04-01T02:20:51.796Z Compiling signal-hook v0.3.18
22242026-04-01T02:20:52.560Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22252026-04-01T02:20:52.700Z Compiling predicates-core v1.0.9
22262026-04-01T02:20:52.902Z Compiling mockall_derive v0.13.1
22272026-04-01T02:20:53.592Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22282026-04-01T02:20:53.624Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22292026-04-01T02:20:54.114Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22302026-04-01T02:20:54.981Z Compiling sha2 v0.10.9
22312026-04-01T02:20:55.276Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22322026-04-01T02:20:55.400Z Compiling adler2 v2.0.1
22332026-04-01T02:20:55.558Z Compiling diff v0.1.13
22342026-04-01T02:20:55.577Z Compiling yansi v1.0.1
22352026-04-01T02:20:55.874Z Compiling pretty_assertions v1.4.1
22362026-04-01T02:20:55.914Z Compiling miniz_oxide v0.8.9
22372026-04-01T02:20:56.083Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22382026-04-01T02:20:56.594Z Compiling fs-err v3.1.2
22392026-04-01T02:20:57.079Z Compiling crc32fast v1.5.0
22402026-04-01T02:20:57.291Z Compiling predicates v3.1.3
22412026-04-01T02:20:57.774Z Compiling predicates-tree v1.0.12
22422026-04-01T02:20:58.491Z Compiling git-stub v1.0.0
22432026-04-01T02:20:58.776Z Compiling filetime v0.2.26
22442026-04-01T02:20:58.972Z Compiling arrayref v0.3.9
22452026-04-01T02:20:59.057Z Compiling xattr v1.6.1
22462026-04-01T02:20:59.245Z Compiling downcast v0.11.0
22472026-04-01T02:20:59.390Z Compiling constant_time_eq v0.3.1
22482026-04-01T02:20:59.403Z Compiling is_ci v1.2.0
22492026-04-01T02:20:59.513Z Compiling fragile v2.0.1
22502026-04-01T02:20:59.560Z Compiling arrayvec v0.7.6
22512026-04-01T02:20:59.800Z Compiling blake3 v1.8.2
22522026-04-01T02:20:59.872Z Compiling mockall v0.13.1
22532026-04-01T02:21:00.390Z Compiling supports-color v3.0.2
22542026-04-01T02:21:00.588Z Compiling toml v0.7.8
22552026-04-01T02:21:01.275Z Compiling tar v0.4.45
22562026-04-01T02:21:01.315Z Compiling git-stub-vcs v0.1.0
22572026-04-01T02:21:01.328Z Compiling signal-hook-tokio v0.3.1
22582026-04-01T02:21:01.473Z Compiling curl-sys v0.4.83+curl-8.15.0
22592026-04-01T02:21:01.625Z Compiling flate2 v1.1.2
22602026-04-01T02:21:01.852Z Compiling drift v0.1.3
22612026-04-01T02:21:02.058Z Compiling kstat-rs v0.2.4
22622026-04-01T02:21:02.238Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22632026-04-01T02:21:02.302Z Compiling display-error-chain v0.2.2
22642026-04-01T02:21:02.376Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22652026-04-01T02:21:02.448Z Compiling topological-sort v0.2.2
22662026-04-01T02:21:02.557Z Compiling hex-literal v1.0.0
22672026-04-01T02:21:02.681Z Compiling omicron-zone-package v0.12.2
22682026-04-01T02:21:02.775Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22692026-04-01T02:21:03.350Z Compiling dropshot-api-manager v0.5.2
22702026-04-01T02:21:04.677Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22712026-04-01T02:21:04.806Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22722026-04-01T02:21:05.579Z Compiling curl v0.4.49
22732026-04-01T02:21:05.940Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22742026-04-01T02:21:06.212Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22752026-04-01T02:21:06.406Z Compiling search_path v0.1.4
22762026-04-01T02:21:06.462Z Compiling internet-checksum v0.2.1
22772026-04-01T02:21:06.615Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22782026-04-01T02:21:06.810Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22792026-04-01T02:21:07.232Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22802026-04-01T02:21:09.477Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22812026-04-01T02:21:10.470Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22822026-04-01T02:21:55.021Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 11s
22832026-04-01T02:21:55.139Z Running unittests src/lib.rs (target/debug/deps/aal-7f7282a08dd2b93d)
22842026-04-01T02:21:55.143Z
22852026-04-01T02:21:55.143Zrunning 5 tests
22862026-04-01T02:21:55.146Ztest fuse::tests::chip_revision_b0 ... ok
22872026-04-01T02:21:55.146Ztest fuse::tests::chip_revision_a0 ... ok
22882026-04-01T02:21:55.146Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22892026-04-01T02:21:55.146Ztest fuse::tests::chip_revision_b1 ... ok
22902026-04-01T02:21:55.146Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22912026-04-01T02:21:55.146Z
22922026-04-01T02:21:55.146Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22932026-04-01T02:21:55.146Z
22942026-04-01T02:21:55.146Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
22952026-04-01T02:21:55.149Z
22962026-04-01T02:21:55.149Zrunning 0 tests
22972026-04-01T02:21:55.149Z
22982026-04-01T02:21:55.149Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22992026-04-01T02:21:55.149Z
23002026-04-01T02:21:55.149Z Running unittests src/lib.rs (target/debug/deps/asic-c437a2e5b2306b18)
23012026-04-01T02:21:55.152Z
23022026-04-01T02:21:55.152Zrunning 0 tests
23032026-04-01T02:21:55.152Z
23042026-04-01T02:21:55.152Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23052026-04-01T02:21:55.152Z
23062026-04-01T02:21:55.152Z Running unittests src/lib.rs (target/debug/deps/common-1646855101939c8e)
23072026-04-01T02:21:55.152Z
23082026-04-01T02:21:55.152Zrunning 10 tests
23092026-04-01T02:21:55.155Ztest nat::tests::test_vni ... ok
23102026-04-01T02:21:55.155Ztest network::tests::test_equal ... ok
23112026-04-01T02:21:55.155Ztest network::tests::test_generate_ipv6_link_local ... ok
23122026-04-01T02:21:55.155Ztest network::tests::test_eui64 ... ok
23132026-04-01T02:21:55.155Ztest network::tests::test_into ... ok
23142026-04-01T02:21:55.155Ztest network::tests::test_not_equal ... ok
23152026-04-01T02:21:55.155Ztest network::tests::test_parse ... ok
23162026-04-01T02:21:55.155Ztest network::tests::test_to_string ... ok
23172026-04-01T02:21:55.155Ztest test_purge ... ok
23182026-04-01T02:21:55.158Ztest illumos::test::address_exists_handles_missing_object ... ok
23192026-04-01T02:21:55.158Z
23202026-04-01T02:21:55.158Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23212026-04-01T02:21:55.158Z
23222026-04-01T02:21:55.158Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f19d6adc8bec1336)
23232026-04-01T02:21:55.162Z
23242026-04-01T02:21:55.162Zrunning 1 test
23252026-04-01T02:21:56.428Ztest test::test_apis_up_to_date ... ok
23262026-04-01T02:21:56.428Z
23272026-04-01T02:21:56.428Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
23282026-04-01T02:21:56.428Z
23292026-04-01T02:21:56.475Z Running unittests src/main.rs (target/debug/deps/dpd-5bdc1e00c363e84d)
23302026-04-01T02:21:56.480Z
23312026-04-01T02:21:56.480Zrunning 44 tests
23322026-04-01T02:21:56.483Ztest freemap::test_ordering ... ok
23332026-04-01T02:21:56.483Ztest freemap::test_split ... ok
23342026-04-01T02:21:56.483Ztest config::tests::test_updates ... ok
23352026-04-01T02:21:56.483Ztest macaddrs::tests::test_mac_offset ... ok
23362026-04-01T02:21:56.483Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23372026-04-01T02:21:56.483Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23382026-04-01T02:21:56.484Ztest macaddrs::tests::test_parse_port_id ... ok
23392026-04-01T02:21:56.484Ztest mcast::tests::test_canonicalize_sources ... ok
23402026-04-01T02:21:56.487ZApr 01 02:21:55.244Apr 01 02:21:55.244 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
23412026-04-01T02:21:56.487Z
23422026-04-01T02:21:56.487ZApr 01 02:21:55.244Apr 01 02:21:55.244 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
23432026-04-01T02:21:56.487Z
23442026-04-01T02:21:56.487ZApr 01 02:21:55.244Apr 01 02:21:55.244 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
23452026-04-01T02:21:56.487Z
23462026-04-01T02:21:56.487Ztest freemap::test_free ... ok
23472026-04-01T02:21:56.487Ztest freemap::test_exhaustion ... ok
23482026-04-01T02:21:56.487ZApr 01 02:21:55.244 DEBG created new freemap, unit: freemap_test
23492026-04-01T02:21:56.487Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
23502026-04-01T02:21:56.487ZApr 01 02:21:55.244 DEBG initted freemap. size: 128, unit: freemap_test
23512026-04-01T02:21:56.487Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
23522026-04-01T02:21:56.487ZApr 01 02:21:55.244 DEBG reset freemap, unit: freemap_test
23532026-04-01T02:21:56.487Ztest mcast::tests::test_create_port_bitmap_empty ... ok
23542026-04-01T02:21:56.487ZApr 01 02:21:55.244 DEBG created new freemap, unit: freemap_test
23552026-04-01T02:21:56.487Ztest freemap::test_span ... ok
23562026-04-01T02:21:56.487ZApr 01 02:21:55.244 DEBG initted freemap. size: 128, unit: freemap_test
23572026-04-01T02:21:56.487ZApr 01 02:21:55.245 DEBG reset freemap, unit: freemap_test
23582026-04-01T02:21:56.487Ztest freemap::test_basic ... ok
23592026-04-01T02:21:56.487Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
23602026-04-01T02:21:56.487Ztest mcast::tests::test_concurrent_id_allocation ... ok
23612026-04-01T02:21:56.487Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
23622026-04-01T02:21:56.487ZApr 01 02:21:55.245 DEBG created new freemap, unit: freemap_test
23632026-04-01T02:21:56.487ZApr 01 02:21:55.245 DEBG initted freemap. size: 128, unit: freemap_test
23642026-04-01T02:21:56.487ZApr 01 02:21:55.245 DEBG reset freemap, unit: freemap_test
23652026-04-01T02:21:56.487Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
23662026-04-01T02:21:56.487Ztest mcast::tests::test_sources_contain_any ... ok
23672026-04-01T02:21:56.487Ztest freemap::test_reclaim ... ok
23682026-04-01T02:21:56.487Ztest mcast::validate::tests::test_address_validation_integrated ... ok
23692026-04-01T02:21:56.487Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
23702026-04-01T02:21:56.487Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
23712026-04-01T02:21:56.487Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
23722026-04-01T02:21:56.487Ztest mcast::validate::tests::test_ipv4_validation ... ok
23732026-04-01T02:21:56.488Ztest mcast::validate::tests::test_is_ssm_function ... ok
23742026-04-01T02:21:56.488Ztest mcast::validate::tests::test_ipv6_validation ... ok
23752026-04-01T02:21:56.488Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
23762026-04-01T02:21:56.488Ztest mcast::validate::tests::test_validate_nat_target ... ok
23772026-04-01T02:21:56.488Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
23782026-04-01T02:21:56.488Ztest mcast::validate::tests::test_validate_source_addresses ... ok
23792026-04-01T02:21:56.488Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
23802026-04-01T02:21:56.488Ztest mcast::validate::tests::test_validate_tag ... ok
23812026-04-01T02:21:56.488Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
23822026-04-01T02:21:56.488Ztest nat::test_mapping ... ok
23832026-04-01T02:21:56.488Ztest port_map::tests::test_backplane_group ... ok
23842026-04-01T02:21:56.488Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
23852026-04-01T02:21:56.488Ztest mcast::validate::tests::test_validate_tag_format ... ok
23862026-04-01T02:21:56.488Ztest port_map::tests::test_port_map ... ok
23872026-04-01T02:21:56.488Ztest port_map::tests::dump_map ... ok
23882026-04-01T02:21:56.491Ztest api_server::tests::test_build_info ... ok
23892026-04-01T02:21:56.491Ztest mcast::tests::test_id_range_boundaries ... ok
23902026-04-01T02:21:56.491Ztest port_map::tests::parse_softnpu_revision ... ok
23912026-04-01T02:21:56.491Z
23922026-04-01T02:21:56.491Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23932026-04-01T02:21:56.491Z
23942026-04-01T02:21:56.491Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-14f8dafa98a5781c)
23952026-04-01T02:21:56.494Z
23962026-04-01T02:21:56.494Zrunning 0 tests
23972026-04-01T02:21:56.494Z
23982026-04-01T02:21:56.494Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23992026-04-01T02:21:56.494Z
24002026-04-01T02:21:56.494Z Running unittests src/lib.rs (target/debug/deps/dpd_api-f3eedff91cf40d03)
24012026-04-01T02:21:56.494Z
24022026-04-01T02:21:56.494Zrunning 0 tests
24032026-04-01T02:21:56.494Z
24042026-04-01T02:21:56.494Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24052026-04-01T02:21:56.494Z
24062026-04-01T02:21:56.494Z Running unittests src/lib.rs (target/debug/deps/dpd_client-6b52b591df13c9fb)
24072026-04-01T02:21:56.497Z
24082026-04-01T02:21:56.497Zrunning 6 tests
24092026-04-01T02:21:56.497Ztest tests::test_full_lot_id_neither_present ... ok
24102026-04-01T02:21:56.497Ztest tests::test_full_lot_id_lotnum_only ... ok
24112026-04-01T02:21:56.497Ztest tests::test_full_lot_id_lot_only ... ok
24122026-04-01T02:21:56.497Ztest tests::test_full_lot_id_both_present ... ok
24132026-04-01T02:21:56.497Ztest tests::test_parse_client_port_id ... ok
24142026-04-01T02:21:56.497Ztest tests::test_port_id_cmp ... ok
24152026-04-01T02:21:56.497Z
24162026-04-01T02:21:56.497Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24172026-04-01T02:21:56.497Z
24182026-04-01T02:21:56.497Z Running tests/test_all.rs (target/debug/deps/test_all-77c9f4e6510a49a9)
24192026-04-01T02:21:56.500Z
24202026-04-01T02:21:56.500Zrunning 0 tests
24212026-04-01T02:21:56.500Z
24222026-04-01T02:21:56.500Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24232026-04-01T02:21:56.500Z
24242026-04-01T02:21:56.500Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c86f55e04de85f5a)
24252026-04-01T02:21:56.503Z
24262026-04-01T02:21:56.503Zrunning 0 tests
24272026-04-01T02:21:56.503Z
24282026-04-01T02:21:56.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24292026-04-01T02:21:56.503Z
24302026-04-01T02:21:56.503Z Running unittests src/lib.rs (target/debug/deps/packet-0771433b0f4c0588)
24312026-04-01T02:21:56.503Z
24322026-04-01T02:21:56.503Zrunning 12 tests
24332026-04-01T02:21:56.503Ztest icmp::test_v6_checksum ... ok
24342026-04-01T02:21:56.503Ztest icmp::test_v4_checksum ... ok
24352026-04-01T02:21:56.503Ztest lldp::test_lldp_parse ... ok
24362026-04-01T02:21:56.503Ztest pbuf::test_byte ... ok
24372026-04-01T02:21:56.503Ztest ipv6::test_ipv6_parse ... ok
24382026-04-01T02:21:56.503Ztest pbuf::test_nibble ... ok
24392026-04-01T02:21:56.503Ztest pbuf::test_overflow ... ok
24402026-04-01T02:21:56.503Ztest pbuf::test_short ... ok
24412026-04-01T02:21:56.503Ztest pbuf::test_twelve ... ok
24422026-04-01T02:21:56.503Ztest pbuf::test_word ... ok
24432026-04-01T02:21:56.506Ztest tcp::test_checksum_ack_data ... ok
24442026-04-01T02:21:56.506Ztest tcp::test_checksum_syn_nodata ... ok
24452026-04-01T02:21:56.506Z
24462026-04-01T02:21:56.506Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24472026-04-01T02:21:56.506Z
24482026-04-01T02:21:56.506Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
24492026-04-01T02:21:56.507Z
24502026-04-01T02:21:56.507Zrunning 0 tests
24512026-04-01T02:21:56.507Z
24522026-04-01T02:21:56.507Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24532026-04-01T02:21:56.507Z
24542026-04-01T02:21:56.507Z Running unittests src/main.rs (target/debug/deps/swadm-d8035779cb234895)
24552026-04-01T02:21:56.509Z
24562026-04-01T02:21:56.509Zrunning 5 tests
24572026-04-01T02:21:56.509Ztest switchport::test::test_compute_lanes ... ok
24582026-04-01T02:21:56.509Ztest switchport::test::port_id_ordering ... ok
24592026-04-01T02:21:56.510Z Lane 0 Lane 1 Lane 2 Lane 3
24602026-04-01T02:21:56.510Z Lane 0 State: Activated Activated ActivatedLane 1 ActivatedLane 2
24612026-04-01T02:21:56.510Z Rx Output Enabled: falseLane 3
24622026-04-01T02:21:56.510Zfalse Rx Loss-of-lock: Yesfalse Yesfalse
24632026-04-01T02:21:56.510ZYes Rx Output Status: valid Yes
24642026-04-01T02:21:56.510Zvalid Rx Loss-of-signal: Yes Yesvalid Yesvalid
24652026-04-01T02:21:56.510ZYes
24662026-04-01T02:21:56.510Z Rx Loss-of-lock: true Rx CDR Enabled: Yes trueYes trueYes trueYes
24672026-04-01T02:21:56.510Z
24682026-04-01T02:21:56.510Z Rx Loss-of-signal: false Tx Enabled: Yesfalse Yesfalse falseYes
24692026-04-01T02:21:56.510Z YesRx Auto-squelch Disable: true
24702026-04-01T02:21:56.510Z true Tx Loss-of-lock: No trueNo true
24712026-04-01T02:21:56.510ZNo Tx Output Enabled: trueNo
24722026-04-01T02:21:56.510Ztrue Tx Loss-of-signal: No true trueNo
24732026-04-01T02:21:56.510Z Tx Output Status: invalid No invalidNo
24742026-04-01T02:21:56.510Zinvalid invalid Tx CDR Enabled: No
24752026-04-01T02:21:56.510Z Tx Loss-of-lock: falseNo falseNo Nofalse
24762026-04-01T02:21:56.510Z Tx Adaptive EQ Fault: Nofalse
24772026-04-01T02:21:56.510ZNo No Tx Loss-of-signal: true No
24782026-04-01T02:21:56.510Ztrue Tx Fault: Yes true Yestrue
24792026-04-01T02:21:56.510ZYes Tx Auto-squelch Disable: falseYes
24802026-04-01T02:21:56.510Zfalse false false
24812026-04-01T02:21:56.510Z Tx Adaptive EQ Fail: true true true true
24822026-04-01T02:21:56.510Z Tx Failure: false false false false
24832026-04-01T02:21:56.510Z Tx Force Squelch: true true true true
24842026-04-01T02:21:56.510Z Tx Input Polarity: normal normal normal normal
24852026-04-01T02:21:56.510Ztest switchport::test::test_print_sff_datapath ... ok
24862026-04-01T02:21:56.510Ztest switchport::test::test_print_cmis_datapath ... ok
24872026-04-01T02:21:56.510Ztest link::test_filter ... ok
24882026-04-01T02:21:56.510Z
24892026-04-01T02:21:56.510Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24902026-04-01T02:21:56.510Z
24912026-04-01T02:21:56.513Z Running tests/counters.rs (target/debug/deps/counters-dfc008ae98d231c9)
24922026-04-01T02:21:56.514Z
24932026-04-01T02:21:56.514Zrunning 1 test
24942026-04-01T02:21:56.514Ztest test_p4_counter_list ... ignored
24952026-04-01T02:21:56.514Z
24962026-04-01T02:21:56.514Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
24972026-04-01T02:21:56.514Z
24982026-04-01T02:21:56.514Z Running tests/port-link.rs (target/debug/deps/port_link-fa018ac19dad356c)
24992026-04-01T02:21:56.514Z
25002026-04-01T02:21:56.514Zrunning 5 tests
25012026-04-01T02:21:56.514Ztest test_an ... ignored
25022026-04-01T02:21:56.514Ztest test_enable ... ignored
25032026-04-01T02:21:56.514Ztest test_ip_addresses ... ignored
25042026-04-01T02:21:56.514Ztest test_kr ... ignored
25052026-04-01T02:21:56.514Ztest test_mac ... ignored
25062026-04-01T02:21:56.514Z
25072026-04-01T02:21:56.514Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25082026-04-01T02:21:56.514Z
25092026-04-01T02:21:56.514Z Running unittests src/main.rs (target/debug/deps/tfportd-5607a579b23d0f8e)
25102026-04-01T02:21:56.516Z
25112026-04-01T02:21:56.516Zrunning 3 tests
25122026-04-01T02:21:56.516Ztest linklocal::test_parse_ipadm ... ok
25132026-04-01T02:21:56.516Ztest tfport::test_parse_tfport ... ok
25142026-04-01T02:21:56.516Ztest config::tests::test_updates ... ok
25152026-04-01T02:21:56.517Z
25162026-04-01T02:21:56.517Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25172026-04-01T02:21:56.517Z
25182026-04-01T02:21:56.517Z Running unittests src/main.rs (target/debug/deps/uplinkd-f4bbad621efe3ee3)
25192026-04-01T02:21:56.519Z
25202026-04-01T02:21:56.520Zrunning 0 tests
25212026-04-01T02:21:56.520Z
25222026-04-01T02:21:56.520Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25232026-04-01T02:21:56.520Z
25242026-04-01T02:21:56.520Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
25252026-04-01T02:21:56.520Z
25262026-04-01T02:21:56.520Zrunning 0 tests
25272026-04-01T02:21:56.520Z
25282026-04-01T02:21:56.520Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25292026-04-01T02:21:56.520Z
25302026-04-01T02:21:56.523Z Doc-tests aal
25312026-04-01T02:21:56.641Z
25322026-04-01T02:21:56.641Zrunning 0 tests
25332026-04-01T02:21:56.641Z
25342026-04-01T02:21:56.641Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25352026-04-01T02:21:56.641Z
25362026-04-01T02:21:56.655Z Doc-tests aal_macros
25372026-04-01T02:21:56.719Z
25382026-04-01T02:21:56.720Zrunning 0 tests
25392026-04-01T02:21:56.720Z
25402026-04-01T02:21:56.720Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25412026-04-01T02:21:56.720Z
25422026-04-01T02:21:56.728Z Doc-tests common
25432026-04-01T02:21:56.954Z
25442026-04-01T02:21:56.954Zrunning 0 tests
25452026-04-01T02:21:56.954Z
25462026-04-01T02:21:56.954Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25472026-04-01T02:21:56.954Z
25482026-04-01T02:21:56.972Z Doc-tests dpd_api
25492026-04-01T02:21:58.125Z
25502026-04-01T02:21:58.125Zrunning 2 tests
25512026-04-01T02:21:58.125Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
25522026-04-01T02:21:58.125Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
25532026-04-01T02:21:58.125Z
25542026-04-01T02:21:58.125Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25552026-04-01T02:21:58.125Z
25562026-04-01T02:21:58.162Z Doc-tests dpd_client
25572026-04-01T02:21:59.446Z
25582026-04-01T02:21:59.446Zrunning 0 tests
25592026-04-01T02:21:59.446Z
25602026-04-01T02:21:59.446Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25612026-04-01T02:21:59.446Z
25622026-04-01T02:21:59.485Z Doc-tests dpd_types
25632026-04-01T02:21:59.828Z
25642026-04-01T02:21:59.828Zrunning 0 tests
25652026-04-01T02:21:59.828Z
25662026-04-01T02:21:59.828Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25672026-04-01T02:21:59.828Z
25682026-04-01T02:21:59.856Z Doc-tests packet
25692026-04-01T02:21:59.967Z
25702026-04-01T02:21:59.967Zrunning 0 tests
25712026-04-01T02:21:59.967Z
25722026-04-01T02:21:59.967Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25732026-04-01T02:21:59.967Z
25742026-04-01T02:21:59.982Z Doc-tests pcap
25752026-04-01T02:22:00.034Z
25762026-04-01T02:22:00.034Zrunning 0 tests
25772026-04-01T02:22:00.034Z
25782026-04-01T02:22:00.034Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25792026-04-01T02:22:00.034Z
25802026-04-01T02:22:00.098Z+ for feat in tofino_stub tofino_asic softnpu chaos
25812026-04-01T02:22:00.098Z+ RUST_BACKTRACE=full
25822026-04-01T02:22:00.098Z+ cargo test --features tofino_asic --no-fail-fast
25832026-04-01T02:22:00.678Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25842026-04-01T02:22:00.755Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25852026-04-01T02:22:00.761Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25862026-04-01T02:22:00.768Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25872026-04-01T02:22:09.276Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25882026-04-01T02:22:09.394Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25892026-04-01T02:22:48.637Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.52s
25902026-04-01T02:22:48.750Z Running unittests src/lib.rs (target/debug/deps/aal-7f7282a08dd2b93d)
25912026-04-01T02:22:48.755Z
25922026-04-01T02:22:48.755Zrunning 5 tests
25932026-04-01T02:22:48.755Ztest fuse::tests::chip_revision_b1 ... ok
25942026-04-01T02:22:48.755Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25952026-04-01T02:22:48.755Ztest fuse::tests::chip_revision_b0 ... ok
25962026-04-01T02:22:48.756Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
25972026-04-01T02:22:48.756Ztest fuse::tests::chip_revision_a0 ... ok
25982026-04-01T02:22:48.756Z
25992026-04-01T02:22:48.756Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26002026-04-01T02:22:48.756Z
26012026-04-01T02:22:48.759Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26022026-04-01T02:22:48.759Z
26032026-04-01T02:22:48.759Zrunning 0 tests
26042026-04-01T02:22:48.760Z
26052026-04-01T02:22:48.760Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26062026-04-01T02:22:48.760Z
26072026-04-01T02:22:48.760Z Running unittests src/lib.rs (target/debug/deps/asic-6da3516c2c894a56)
26082026-04-01T02:22:48.838Z
26092026-04-01T02:22:48.838Zrunning 8 tests
26102026-04-01T02:22:48.841Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26112026-04-01T02:22:48.841Ztest tofino_asic::qsfp::tests::fix_link ... ok
26122026-04-01T02:22:48.841Ztest tofino_asic::stats::constants_sanity_check ... ok
26132026-04-01T02:22:48.841Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26142026-04-01T02:22:48.841Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26152026-04-01T02:22:48.841Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26162026-04-01T02:22:48.848Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26172026-04-01T02:22:49.341Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26182026-04-01T02:22:49.341Z
26192026-04-01T02:22:49.341Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26202026-04-01T02:22:49.341Z
26212026-04-01T02:22:49.351Z Running unittests src/lib.rs (target/debug/deps/common-1646855101939c8e)
26222026-04-01T02:22:49.354Z
26232026-04-01T02:22:49.354Zrunning 10 tests
26242026-04-01T02:22:49.356Ztest network::tests::test_equal ... ok
26252026-04-01T02:22:49.356Ztest network::tests::test_eui64 ... ok
26262026-04-01T02:22:49.356Ztest network::tests::test_not_equal ... ok
26272026-04-01T02:22:49.357Ztest nat::tests::test_vni ... ok
26282026-04-01T02:22:49.357Ztest network::tests::test_generate_ipv6_link_local ... ok
26292026-04-01T02:22:49.357Ztest network::tests::test_into ... ok
26302026-04-01T02:22:49.357Ztest network::tests::test_to_string ... ok
26312026-04-01T02:22:49.357Ztest network::tests::test_parse ... ok
26322026-04-01T02:22:49.357Ztest test_purge ... ok
26332026-04-01T02:22:49.359Ztest illumos::test::address_exists_handles_missing_object ... ok
26342026-04-01T02:22:49.359Z
26352026-04-01T02:22:49.359Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26362026-04-01T02:22:49.359Z
26372026-04-01T02:22:49.359Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f19d6adc8bec1336)
26382026-04-01T02:22:49.362Z
26392026-04-01T02:22:49.362Zrunning 1 test
26402026-04-01T02:22:50.636Ztest test::test_apis_up_to_date ... ok
26412026-04-01T02:22:50.636Z
26422026-04-01T02:22:50.636Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
26432026-04-01T02:22:50.636Z
26442026-04-01T02:22:50.687Z Running unittests src/main.rs (target/debug/deps/dpd-02ac280d58b148d8)
26452026-04-01T02:22:50.751Z
26462026-04-01T02:22:50.751Zrunning 72 tests
26472026-04-01T02:22:50.754Ztest freemap::test_ordering ... ok
26482026-04-01T02:22:50.754Ztest freemap::test_split ... ok
26492026-04-01T02:22:50.754Ztest config::tests::test_updates ... ok
26502026-04-01T02:22:50.754Ztest macaddrs::tests::test_mac_offset ... ok
26512026-04-01T02:22:50.754Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26522026-04-01T02:22:50.754Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26532026-04-01T02:22:50.754Ztest macaddrs::tests::test_parse_port_id ... ok
26542026-04-01T02:22:50.754Ztest mcast::tests::test_canonicalize_sources ... ok
26552026-04-01T02:22:50.757ZApr 01 02:22:49.507 DEBG created new freemap, unit: freemap_test
26562026-04-01T02:22:50.757ZApr 01 02:22:49.507 DEBG initted freemap. size: 128, unit: freemap_test
26572026-04-01T02:22:50.757ZApr 01 02:22:49.507 DEBG reset freemap, unit: freemap_test
26582026-04-01T02:22:50.757ZApr 01 02:22:49.507 DEBG created new freemap, unit: freemap_test
26592026-04-01T02:22:50.757ZApr 01 02:22:49.508 DEBG initted freemap. size: 128, unit: freemap_test
26602026-04-01T02:22:50.757ZApr 01 02:22:49.508 DEBG reset freemap, unit: freemap_test
26612026-04-01T02:22:50.757Ztest freemap::test_reclaim ... ok
26622026-04-01T02:22:50.757ZApr 01 02:22:49.508 DEBG created new freemap, unit: freemap_test
26632026-04-01T02:22:50.757ZApr 01 02:22:49.508 DEBG initted freemap. size: 128, unit: freemap_test
26642026-04-01T02:22:50.757ZApr 01 02:22:49.508 DEBG reset freemap, unit: freemap_test
26652026-04-01T02:22:50.757Ztest freemap::test_free ... ok
26662026-04-01T02:22:50.757ZApr 01 02:22:49.508 DEBG created new freemap, unit: freemap_test
26672026-04-01T02:22:50.757ZApr 01 02:22:49.508 DEBG initted freemap. size: 128, unit: freemap_test
26682026-04-01T02:22:50.757Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
26692026-04-01T02:22:50.757ZApr 01 02:22:49.508 DEBG reset freemap, unit: freemap_test
26702026-04-01T02:22:50.757Ztest freemap::test_exhaustion ... ok
26712026-04-01T02:22:50.757Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
26722026-04-01T02:22:50.757Ztest freemap::test_span ... ok
26732026-04-01T02:22:50.757Ztest mcast::tests::test_create_port_bitmap_empty ... ok
26742026-04-01T02:22:50.757Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
26752026-04-01T02:22:50.758Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
26762026-04-01T02:22:50.758ZApr 01 02:22:49.508 DEBG created new freemap, unit: freemap_test
26772026-04-01T02:22:50.758ZApr 01 02:22:49.508 DEBG initted freemap. size: 128, unit: freemap_test
26782026-04-01T02:22:50.758ZApr 01 02:22:49.508 DEBG reset freemap, unit: freemap_test
26792026-04-01T02:22:50.758Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
26802026-04-01T02:22:50.758Ztest freemap::test_basic ... ok
26812026-04-01T02:22:50.758Ztest mcast::tests::test_sources_contain_any ... ok
26822026-04-01T02:22:50.758Ztest mcast::tests::test_concurrent_id_allocation ... ok
26832026-04-01T02:22:50.758Ztest mcast::validate::tests::test_address_validation_integrated ... ok
26842026-04-01T02:22:50.758Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
26852026-04-01T02:22:50.758Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
26862026-04-01T02:22:50.758Ztest mcast::validate::tests::test_ipv4_validation ... ok
26872026-04-01T02:22:50.758Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
26882026-04-01T02:22:50.758Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
26892026-04-01T02:22:50.758Ztest mcast::validate::tests::test_is_ssm_function ... ok
26902026-04-01T02:22:50.758Ztest mcast::validate::tests::test_validate_nat_target ... ok
26912026-04-01T02:22:50.758Ztest mcast::validate::tests::test_ipv6_validation ... ok
26922026-04-01T02:22:50.758Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
26932026-04-01T02:22:50.758Ztest mcast::validate::tests::test_validate_source_addresses ... ok
26942026-04-01T02:22:50.758Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
26952026-04-01T02:22:50.758Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
26962026-04-01T02:22:50.758Ztest mcast::validate::tests::test_validate_tag ... ok
26972026-04-01T02:22:50.758Ztest nat::test_mapping ... ok
26982026-04-01T02:22:50.758Ztest port_map::tests::test_backplane_group ... ok
26992026-04-01T02:22:50.758Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
27002026-04-01T02:22:50.758Ztest mcast::validate::tests::test_validate_tag_format ... ok
27012026-04-01T02:22:50.758Ztest transceivers::mpn_test::test_mpn_missing ... ok
27022026-04-01T02:22:50.758Ztest transceivers::mpn_test::test_mpn_present ... ok
27032026-04-01T02:22:50.758Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27042026-04-01T02:22:50.758Ztest port_map::tests::test_port_map ... ok
27052026-04-01T02:22:50.758Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27062026-04-01T02:22:50.758Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27072026-04-01T02:22:50.758Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27082026-04-01T02:22:50.758Ztest port_map::tests::dump_map ... ok
27092026-04-01T02:22:50.758Ztest mcast::tests::test_id_range_boundaries ... ok
27102026-04-01T02:22:50.768Ztest api_server::tests::test_build_info ... ok
27112026-04-01T02:22:50.768Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27122026-04-01T02:22:50.768Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27132026-04-01T02:22:50.768Ztest port_map::tests::parse_softnpu_revision ... ok
27142026-04-01T02:22:50.768Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27152026-04-01T02:22:50.768Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27162026-04-01T02:22:50.768Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27172026-04-01T02:22:50.768Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27182026-04-01T02:22:50.768Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27192026-04-01T02:22:50.768Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27202026-04-01T02:22:50.768Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27212026-04-01T02:22:50.768Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27222026-04-01T02:22:50.768Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27232026-04-01T02:22:50.768Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27242026-04-01T02:22:50.768Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27252026-04-01T02:22:50.768Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27262026-04-01T02:22:50.769Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27272026-04-01T02:22:50.769Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27282026-04-01T02:22:50.769Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27292026-04-01T02:22:50.769Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27302026-04-01T02:22:50.769Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27312026-04-01T02:22:50.769Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27322026-04-01T02:22:50.769Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27332026-04-01T02:22:50.769Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27342026-04-01T02:22:50.769Z
27352026-04-01T02:22:50.769Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27362026-04-01T02:22:50.769Z
27372026-04-01T02:22:50.773Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-69bd3e6766cf4d60)
27382026-04-01T02:22:50.776Z
27392026-04-01T02:22:50.776Zrunning 0 tests
27402026-04-01T02:22:50.776Z
27412026-04-01T02:22:50.776Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27422026-04-01T02:22:50.776Z
27432026-04-01T02:22:50.776Z Running unittests src/lib.rs (target/debug/deps/dpd_api-f3eedff91cf40d03)
27442026-04-01T02:22:50.779Z
27452026-04-01T02:22:50.779Zrunning 0 tests
27462026-04-01T02:22:50.779Z
27472026-04-01T02:22:50.779Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27482026-04-01T02:22:50.779Z
27492026-04-01T02:22:50.779Z Running unittests src/lib.rs (target/debug/deps/dpd_client-b3580cb298f91fdf)
27502026-04-01T02:22:50.782Z
27512026-04-01T02:22:50.782Zrunning 6 tests
27522026-04-01T02:22:50.782Ztest tests::test_port_id_cmp ... ok
27532026-04-01T02:22:50.782Ztest tests::test_parse_client_port_id ... ok
27542026-04-01T02:22:50.782Ztest tests::test_full_lot_id_neither_present ... ok
27552026-04-01T02:22:50.782Ztest tests::test_full_lot_id_lotnum_only ... ok
27562026-04-01T02:22:50.782Ztest tests::test_full_lot_id_both_present ... ok
27572026-04-01T02:22:50.782Ztest tests::test_full_lot_id_lot_only ... ok
27582026-04-01T02:22:50.782Z
27592026-04-01T02:22:50.782Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27602026-04-01T02:22:50.782Z
27612026-04-01T02:22:50.782Z Running tests/test_all.rs (target/debug/deps/test_all-b071f8a3c52bd2d5)
27622026-04-01T02:22:50.786Z
27632026-04-01T02:22:50.786Zrunning 0 tests
27642026-04-01T02:22:50.786Z
27652026-04-01T02:22:50.786Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27662026-04-01T02:22:50.786Z
27672026-04-01T02:22:50.786Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c86f55e04de85f5a)
27682026-04-01T02:22:50.786Z
27692026-04-01T02:22:50.786Zrunning 0 tests
27702026-04-01T02:22:50.786Z
27712026-04-01T02:22:50.786Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27722026-04-01T02:22:50.786Z
27732026-04-01T02:22:50.786Z Running unittests src/lib.rs (target/debug/deps/packet-0771433b0f4c0588)
27742026-04-01T02:22:50.789Z
27752026-04-01T02:22:50.789Zrunning 12 tests
27762026-04-01T02:22:50.789Ztest icmp::test_v4_checksum ... ok
27772026-04-01T02:22:50.789Ztest ipv6::test_ipv6_parse ... ok
27782026-04-01T02:22:50.789Ztest icmp::test_v6_checksum ... ok
27792026-04-01T02:22:50.789Ztest lldp::test_lldp_parse ... ok
27802026-04-01T02:22:50.789Ztest pbuf::test_byte ... ok
27812026-04-01T02:22:50.789Ztest pbuf::test_nibble ... ok
27822026-04-01T02:22:50.789Ztest pbuf::test_overflow ... ok
27832026-04-01T02:22:50.789Ztest pbuf::test_short ... ok
27842026-04-01T02:22:50.789Ztest pbuf::test_twelve ... ok
27852026-04-01T02:22:50.789Ztest pbuf::test_word ... ok
27862026-04-01T02:22:50.789Ztest tcp::test_checksum_ack_data ... ok
27872026-04-01T02:22:50.789Ztest tcp::test_checksum_syn_nodata ... ok
27882026-04-01T02:22:50.789Z
27892026-04-01T02:22:50.789Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27902026-04-01T02:22:50.789Z
27912026-04-01T02:22:50.789Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
27922026-04-01T02:22:50.789Z
27932026-04-01T02:22:50.789Zrunning 0 tests
27942026-04-01T02:22:50.789Z
27952026-04-01T02:22:50.789Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27962026-04-01T02:22:50.789Z
27972026-04-01T02:22:50.792Z Running unittests src/main.rs (target/debug/deps/swadm-ea7b50df1170e93c)
27982026-04-01T02:22:50.792Z
27992026-04-01T02:22:50.792Zrunning 5 tests
28002026-04-01T02:22:50.792Ztest switchport::test::test_compute_lanes ... ok
28012026-04-01T02:22:50.792Ztest switchport::test::port_id_ordering ... ok
28022026-04-01T02:22:50.793Z Lane 0 Lane 0 Lane 1Lane 1 Lane 2Lane 2 Lane 3Lane 3
28032026-04-01T02:22:50.793Z
28042026-04-01T02:22:50.793Z State: Activated Rx Loss-of-lock: YesActivated Yes Activated Yes ActivatedYes
28052026-04-01T02:22:50.793Z
28062026-04-01T02:22:50.793Z Rx Output Enabled: false Rx Loss-of-signal: Yes Yesfalse Yes falseYes
28072026-04-01T02:22:50.793Z false Rx CDR Enabled: Yes
28082026-04-01T02:22:50.793Z Rx Output Status: valid Yes valid Yesvalid Yesvalid
28092026-04-01T02:22:50.793Z
28102026-04-01T02:22:50.793Z Rx Loss-of-lock: true Tx Enabled: Yes Yestrue trueYes trueYes
28112026-04-01T02:22:50.793Z
28122026-04-01T02:22:50.793Z Tx Loss-of-lock: No Rx Loss-of-signal: falseNo Nofalse No
28132026-04-01T02:22:50.793Zfalse Tx Loss-of-signal: Nofalse
28142026-04-01T02:22:50.793Z Rx Auto-squelch Disable: trueNo true No trueNo
28152026-04-01T02:22:50.793Ztrue
28162026-04-01T02:22:50.793Z Tx CDR Enabled: No Tx Output Enabled: true No true No trueNo
28172026-04-01T02:22:50.793Ztrue
28182026-04-01T02:22:50.793Z Tx Adaptive EQ Fault: No Tx Output Status: invalid No invalid Noinvalid No
28192026-04-01T02:22:50.793Zinvalid
28202026-04-01T02:22:50.793Z Tx Fault: Yes Tx Loss-of-lock: falseYes Yesfalse Yes
28212026-04-01T02:22:50.793Zfalse false
28222026-04-01T02:22:50.793Z Tx Loss-of-signal: true true true true
28232026-04-01T02:22:50.793ZTx Auto-squelch Disable: false false false false
28242026-04-01T02:22:50.793Z Tx Adaptive EQ Fail: true true true true
28252026-04-01T02:22:50.793Z Tx Failure: false false false false
28262026-04-01T02:22:50.793Z Tx Force Squelch: true true true true
28272026-04-01T02:22:50.793Z Tx Input Polarity: normal normal normal normal
28282026-04-01T02:22:50.793Ztest switchport::test::test_print_sff_datapath ... ok
28292026-04-01T02:22:50.793Ztest switchport::test::test_print_cmis_datapath ... ok
28302026-04-01T02:22:50.796Ztest link::test_filter ... ok
28312026-04-01T02:22:50.796Z
28322026-04-01T02:22:50.796Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28332026-04-01T02:22:50.796Z
28342026-04-01T02:22:50.796Z Running tests/counters.rs (target/debug/deps/counters-f58c2aa0eada9490)
28352026-04-01T02:22:50.796Z
28362026-04-01T02:22:50.796Zrunning 1 test
28372026-04-01T02:22:50.796Ztest test_p4_counter_list ... ignored
28382026-04-01T02:22:50.796Z
28392026-04-01T02:22:50.796Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28402026-04-01T02:22:50.796Z
28412026-04-01T02:22:50.796Z Running tests/port-link.rs (target/debug/deps/port_link-aa4c6c24b3ced0f6)
28422026-04-01T02:22:50.799Z
28432026-04-01T02:22:50.799Zrunning 5 tests
28442026-04-01T02:22:50.800Ztest test_an ... ignored
28452026-04-01T02:22:50.800Ztest test_enable ... ignored
28462026-04-01T02:22:50.800Ztest test_ip_addresses ... ignored
28472026-04-01T02:22:50.800Ztest test_kr ... ignored
28482026-04-01T02:22:50.800Ztest test_mac ... ignored
28492026-04-01T02:22:50.800Z
28502026-04-01T02:22:50.800Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28512026-04-01T02:22:50.800Z
28522026-04-01T02:22:50.800Z Running unittests src/main.rs (target/debug/deps/tfportd-600f512148d84888)
28532026-04-01T02:22:50.800Z
28542026-04-01T02:22:50.800Zrunning 3 tests
28552026-04-01T02:22:50.803Ztest linklocal::test_parse_ipadm ... ok
28562026-04-01T02:22:50.803Ztest tfport::test_parse_tfport ... ok
28572026-04-01T02:22:50.803Ztest config::tests::test_updates ... ok
28582026-04-01T02:22:50.803Z
28592026-04-01T02:22:50.803Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28602026-04-01T02:22:50.803Z
28612026-04-01T02:22:50.803Z Running unittests src/main.rs (target/debug/deps/uplinkd-f4bbad621efe3ee3)
28622026-04-01T02:22:50.803Z
28632026-04-01T02:22:50.803Zrunning 0 tests
28642026-04-01T02:22:50.803Z
28652026-04-01T02:22:50.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28662026-04-01T02:22:50.803Z
28672026-04-01T02:22:50.803Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
28682026-04-01T02:22:50.806Z
28692026-04-01T02:22:50.806Zrunning 0 tests
28702026-04-01T02:22:50.806Z
28712026-04-01T02:22:50.806Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28722026-04-01T02:22:50.806Z
28732026-04-01T02:22:50.806Z Doc-tests aal
28742026-04-01T02:22:50.921Z
28752026-04-01T02:22:50.921Zrunning 0 tests
28762026-04-01T02:22:50.921Z
28772026-04-01T02:22:50.921Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28782026-04-01T02:22:50.921Z
28792026-04-01T02:22:50.935Z Doc-tests aal_macros
28802026-04-01T02:22:51.002Z
28812026-04-01T02:22:51.002Zrunning 0 tests
28822026-04-01T02:22:51.002Z
28832026-04-01T02:22:51.002Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28842026-04-01T02:22:51.002Z
28852026-04-01T02:22:51.009Z Doc-tests common
28862026-04-01T02:22:51.237Z
28872026-04-01T02:22:51.237Zrunning 0 tests
28882026-04-01T02:22:51.237Z
28892026-04-01T02:22:51.237Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28902026-04-01T02:22:51.237Z
28912026-04-01T02:22:51.256Z Doc-tests dpd_api
28922026-04-01T02:22:52.398Z
28932026-04-01T02:22:52.398Zrunning 2 tests
28942026-04-01T02:22:52.398Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
28952026-04-01T02:22:52.398Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
28962026-04-01T02:22:52.398Z
28972026-04-01T02:22:52.399Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
28982026-04-01T02:22:52.399Z
28992026-04-01T02:22:52.438Z Doc-tests dpd_client
29002026-04-01T02:22:53.719Z
29012026-04-01T02:22:53.719Zrunning 0 tests
29022026-04-01T02:22:53.719Z
29032026-04-01T02:22:53.719Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29042026-04-01T02:22:53.719Z
29052026-04-01T02:22:53.762Z Doc-tests dpd_types
29062026-04-01T02:22:54.105Z
29072026-04-01T02:22:54.105Zrunning 0 tests
29082026-04-01T02:22:54.105Z
29092026-04-01T02:22:54.105Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29102026-04-01T02:22:54.105Z
29112026-04-01T02:22:54.134Z Doc-tests packet
29122026-04-01T02:22:54.245Z
29132026-04-01T02:22:54.245Zrunning 0 tests
29142026-04-01T02:22:54.245Z
29152026-04-01T02:22:54.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29162026-04-01T02:22:54.245Z
29172026-04-01T02:22:54.260Z Doc-tests pcap
29182026-04-01T02:22:54.310Z
29192026-04-01T02:22:54.310Zrunning 0 tests
29202026-04-01T02:22:54.311Z
29212026-04-01T02:22:54.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29222026-04-01T02:22:54.311Z
29232026-04-01T02:22:54.353Z+ for feat in tofino_stub tofino_asic softnpu chaos
29242026-04-01T02:22:54.353Z+ RUST_BACKTRACE=full
29252026-04-01T02:22:54.353Z+ cargo test --features softnpu --no-fail-fast
29262026-04-01T02:22:55.144Z Compiling num-integer v0.1.46
29272026-04-01T02:22:55.156Z Compiling num-complex v0.4.6
29282026-04-01T02:22:55.156Z Compiling bitstruct_derive v0.1.0
29292026-04-01T02:22:55.156Z Compiling tap v1.0.1
29302026-04-01T02:22:55.212Z Compiling wyz v0.5.1
29312026-04-01T02:22:55.348Z Compiling num-rational v0.4.2
29322026-04-01T02:22:55.379Z Compiling num-iter v0.1.45
29332026-04-01T02:22:55.395Z Compiling num-bigint v0.4.6
29342026-04-01T02:22:55.480Z Compiling radium v0.7.0
29352026-04-01T02:22:55.498Z Compiling funty v2.0.0
29362026-04-01T02:22:55.521Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29372026-04-01T02:22:55.587Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29382026-04-01T02:22:55.678Z Compiling num v0.4.3
29392026-04-01T02:22:55.758Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29402026-04-01T02:22:55.782Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29412026-04-01T02:22:55.793Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29422026-04-01T02:22:55.861Z Compiling bitvec v1.0.1
29432026-04-01T02:22:55.911Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29442026-04-01T02:22:56.042Z Compiling typeid v1.0.3
29452026-04-01T02:22:56.083Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29462026-04-01T02:22:56.150Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29472026-04-01T02:22:56.161Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29482026-04-01T02:22:56.201Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29492026-04-01T02:22:56.489Z Compiling ascii v1.1.0
29502026-04-01T02:22:56.903Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29512026-04-01T02:22:57.001Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29522026-04-01T02:22:57.044Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29532026-04-01T02:22:57.103Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29542026-04-01T02:22:57.244Z Compiling erased-serde v0.4.8
29552026-04-01T02:22:57.345Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29562026-04-01T02:22:57.444Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29572026-04-01T02:22:57.531Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29582026-04-01T02:22:57.726Z Compiling bitstruct v0.1.1
29592026-04-01T02:22:58.038Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29602026-04-01T02:22:58.081Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29612026-04-01T02:22:58.139Z Compiling serde_arrays v0.1.0
29622026-04-01T02:22:58.150Z Compiling libloading v0.7.4
29632026-04-01T02:22:58.314Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29642026-04-01T02:22:58.933Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29652026-04-01T02:22:59.136Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29662026-04-01T02:22:59.177Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29672026-04-01T02:23:00.276Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29682026-04-01T02:23:01.122Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29692026-04-01T02:23:06.966Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29702026-04-01T02:23:07.185Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29712026-04-01T02:23:07.189Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29722026-04-01T02:23:07.248Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29732026-04-01T02:23:07.260Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29742026-04-01T02:23:07.793Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
29752026-04-01T02:23:08.840Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29762026-04-01T02:23:09.281Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
29772026-04-01T02:23:09.615Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29782026-04-01T02:23:15.674Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29792026-04-01T02:23:16.393Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29802026-04-01T02:23:16.578Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
29812026-04-01T02:23:17.651Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
29822026-04-01T02:23:23.979Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29832026-04-01T02:23:26.415Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29842026-04-01T02:23:31.114Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
29852026-04-01T02:24:09.623Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
29862026-04-01T02:24:09.739Z Running unittests src/lib.rs (target/debug/deps/aal-3ed53888b505a2c1)
29872026-04-01T02:24:09.742Z
29882026-04-01T02:24:09.742Zrunning 5 tests
29892026-04-01T02:24:09.745Ztest fuse::tests::chip_revision_b0 ... ok
29902026-04-01T02:24:09.745Ztest fuse::tests::chip_revision_unknown_device_id ... ok
29912026-04-01T02:24:09.745Ztest fuse::tests::chip_revision_a0 ... ok
29922026-04-01T02:24:09.745Ztest fuse::tests::chip_revision_b1 ... ok
29932026-04-01T02:24:09.745Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
29942026-04-01T02:24:09.745Z
29952026-04-01T02:24:09.745Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29962026-04-01T02:24:09.745Z
29972026-04-01T02:24:09.745Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
29982026-04-01T02:24:09.748Z
29992026-04-01T02:24:09.748Zrunning 0 tests
30002026-04-01T02:24:09.748Z
30012026-04-01T02:24:09.748Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30022026-04-01T02:24:09.748Z
30032026-04-01T02:24:09.748Z Running unittests src/lib.rs (target/debug/deps/asic-97b9187cd5525f99)
30042026-04-01T02:24:09.750Z
30052026-04-01T02:24:09.750Zrunning 0 tests
30062026-04-01T02:24:09.750Z
30072026-04-01T02:24:09.750Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30082026-04-01T02:24:09.750Z
30092026-04-01T02:24:09.751Z Running unittests src/lib.rs (target/debug/deps/common-1646855101939c8e)
30102026-04-01T02:24:09.756Z
30112026-04-01T02:24:09.756Zrunning 10 tests
30122026-04-01T02:24:09.758Ztest nat::tests::test_vni ... ok
30132026-04-01T02:24:09.758Ztest network::tests::test_equal ... ok
30142026-04-01T02:24:09.759Ztest network::tests::test_eui64 ... ok
30152026-04-01T02:24:09.759Ztest network::tests::test_into ... ok
30162026-04-01T02:24:09.759Ztest network::tests::test_generate_ipv6_link_local ... ok
30172026-04-01T02:24:09.759Ztest network::tests::test_not_equal ... ok
30182026-04-01T02:24:09.761Ztest network::tests::test_to_string ... ok
30192026-04-01T02:24:09.761Ztest network::tests::test_parse ... ok
30202026-04-01T02:24:09.761Ztest test_purge ... ok
30212026-04-01T02:24:09.764Ztest illumos::test::address_exists_handles_missing_object ... ok
30222026-04-01T02:24:09.764Z
30232026-04-01T02:24:09.764Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30242026-04-01T02:24:09.764Z
30252026-04-01T02:24:09.764Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f15a4264b6911318)
30262026-04-01T02:24:09.769Z
30272026-04-01T02:24:09.769Zrunning 1 test
30282026-04-01T02:24:11.011Ztest test::test_apis_up_to_date ... ok
30292026-04-01T02:24:11.011Z
30302026-04-01T02:24:11.011Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.24s
30312026-04-01T02:24:11.011Z
30322026-04-01T02:24:11.065Z Running unittests src/main.rs (target/debug/deps/dpd-fedf431837ae075d)
30332026-04-01T02:24:11.070Z
30342026-04-01T02:24:11.070Zrunning 44 tests
30352026-04-01T02:24:11.073Ztest freemap::test_ordering ... ok
30362026-04-01T02:24:11.073Ztest freemap::test_split ... ok
30372026-04-01T02:24:11.073Ztest config::tests::test_updates ... ok
30382026-04-01T02:24:11.073Ztest macaddrs::tests::test_mac_offset ... ok
30392026-04-01T02:24:11.073Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
30402026-04-01T02:24:11.073Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
30412026-04-01T02:24:11.073Ztest macaddrs::tests::test_parse_port_id ... ok
30422026-04-01T02:24:11.073Ztest mcast::tests::test_canonicalize_sources ... ok
30432026-04-01T02:24:11.076ZApr 01 02:24:09.817 DEBG created new freemapApr 01 02:24:09.817 DEBG created new freemap, , unitunit:: freemap_testfreemap_test
30442026-04-01T02:24:11.076Z
30452026-04-01T02:24:11.076ZApr 01 02:24:09.817 DEBG initted freemap. size: 128, unit: freemap_test
30462026-04-01T02:24:11.076ZApr 01 02:24:09.817 DEBG initted freemap. size: 128Apr 01 02:24:09.817, unitDEBG: reset freemapfreemap_test,
30472026-04-01T02:24:11.076Zunit: freemap_testApr 01 02:24:09.817
30482026-04-01T02:24:11.076Z DEBG reset freemap, unit: freemap_test
30492026-04-01T02:24:11.076ZApr 01 02:24:09.817 DEBG created new freemap, unit: freemap_test
30502026-04-01T02:24:11.076ZApr 01 02:24:09.818 DEBG initted freemap. size: 128, unit: freemap_test
30512026-04-01T02:24:11.077Ztest freemap::test_free ... ok
30522026-04-01T02:24:11.077ZApr 01 02:24:09.818 DEBG reset freemap, unit: freemap_test
30532026-04-01T02:24:11.077Ztest freemap::test_span ... ok
30542026-04-01T02:24:11.077Ztest mcast::tests::test_create_port_bitmap_empty ... ok
30552026-04-01T02:24:11.077Ztest freemap::test_exhaustion ... ok
30562026-04-01T02:24:11.077Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
30572026-04-01T02:24:11.077Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
30582026-04-01T02:24:11.077ZApr 01 02:24:09.818 DEBG created new freemap, unit: freemap_test
30592026-04-01T02:24:11.077ZApr 01 02:24:09.818 DEBG initted freemap. size: 128, unit: freemap_test
30602026-04-01T02:24:11.077Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
30612026-04-01T02:24:11.077ZApr 01 02:24:09.818 DEBG reset freemap, unit: freemap_test
30622026-04-01T02:24:11.077ZApr 01 02:24:09.818 DEBG created new freemap, unit: freemap_test
30632026-04-01T02:24:11.077Ztest freemap::test_basic ... ok
30642026-04-01T02:24:11.077ZApr 01 02:24:09.818 DEBG initted freemap. size: 128, unit: freemap_test
30652026-04-01T02:24:11.077ZApr 01 02:24:09.818 DEBG reset freemap, unit: freemap_test
30662026-04-01T02:24:11.077Ztest mcast::tests::test_concurrent_id_allocation ... ok
30672026-04-01T02:24:11.077Ztest freemap::test_reclaim ... ok
30682026-04-01T02:24:11.077Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
30692026-04-01T02:24:11.077Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
30702026-04-01T02:24:11.077Ztest mcast::tests::test_sources_contain_any ... ok
30712026-04-01T02:24:11.077Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
30722026-04-01T02:24:11.077Ztest mcast::validate::tests::test_address_validation_integrated ... ok
30732026-04-01T02:24:11.077Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
30742026-04-01T02:24:11.077Ztest mcast::validate::tests::test_ipv4_validation ... ok
30752026-04-01T02:24:11.077Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
30762026-04-01T02:24:11.077Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
30772026-04-01T02:24:11.077Ztest mcast::validate::tests::test_is_ssm_function ... ok
30782026-04-01T02:24:11.077Ztest mcast::validate::tests::test_ipv6_validation ... ok
30792026-04-01T02:24:11.077Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
30802026-04-01T02:24:11.077Ztest mcast::validate::tests::test_validate_nat_target ... ok
30812026-04-01T02:24:11.077Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
30822026-04-01T02:24:11.077Ztest mcast::validate::tests::test_validate_source_addresses ... ok
30832026-04-01T02:24:11.077Ztest nat::test_mapping ... ok
30842026-04-01T02:24:11.077Ztest mcast::validate::tests::test_validate_tag ... ok
30852026-04-01T02:24:11.077Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
30862026-04-01T02:24:11.077Ztest port_map::tests::test_backplane_group ... ok
30872026-04-01T02:24:11.078Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
30882026-04-01T02:24:11.078Ztest mcast::validate::tests::test_validate_tag_format ... ok
30892026-04-01T02:24:11.078Ztest port_map::tests::test_port_map ... ok
30902026-04-01T02:24:11.078Ztest port_map::tests::dump_map ... ok
30912026-04-01T02:24:11.081Ztest api_server::tests::test_build_info ... ok
30922026-04-01T02:24:11.081Ztest mcast::tests::test_id_range_boundaries ... ok
30932026-04-01T02:24:11.081Ztest port_map::tests::parse_softnpu_revision ... ok
30942026-04-01T02:24:11.081Z
30952026-04-01T02:24:11.081Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30962026-04-01T02:24:11.081Z
30972026-04-01T02:24:11.081Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-78969b4b9f2706ae)
30982026-04-01T02:24:11.084Z
30992026-04-01T02:24:11.084Zrunning 0 tests
31002026-04-01T02:24:11.084Z
31012026-04-01T02:24:11.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31022026-04-01T02:24:11.084Z
31032026-04-01T02:24:11.084Z Running unittests src/lib.rs (target/debug/deps/dpd_api-5793a41a96442897)
31042026-04-01T02:24:11.084Z
31052026-04-01T02:24:11.084Zrunning 0 tests
31062026-04-01T02:24:11.084Z
31072026-04-01T02:24:11.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31082026-04-01T02:24:11.084Z
31092026-04-01T02:24:11.084Z Running unittests src/lib.rs (target/debug/deps/dpd_client-c50f73754133845a)
31102026-04-01T02:24:11.087Z
31112026-04-01T02:24:11.087Zrunning 6 tests
31122026-04-01T02:24:11.087Ztest tests::test_parse_client_port_id ... ok
31132026-04-01T02:24:11.087Ztest tests::test_port_id_cmp ... ok
31142026-04-01T02:24:11.087Ztest tests::test_full_lot_id_neither_present ... ok
31152026-04-01T02:24:11.087Ztest tests::test_full_lot_id_both_present ... ok
31162026-04-01T02:24:11.087Ztest tests::test_full_lot_id_lot_only ... ok
31172026-04-01T02:24:11.087Ztest tests::test_full_lot_id_lotnum_only ... ok
31182026-04-01T02:24:11.087Z
31192026-04-01T02:24:11.087Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31202026-04-01T02:24:11.087Z
31212026-04-01T02:24:11.087Z Running tests/test_all.rs (target/debug/deps/test_all-8d1249b536a6ccce)
31222026-04-01T02:24:11.090Z
31232026-04-01T02:24:11.090Zrunning 0 tests
31242026-04-01T02:24:11.090Z
31252026-04-01T02:24:11.090Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31262026-04-01T02:24:11.090Z
31272026-04-01T02:24:11.090Z Running unittests src/lib.rs (target/debug/deps/dpd_types-4dbe38fb6218b8c0)
31282026-04-01T02:24:11.090Z
31292026-04-01T02:24:11.090Zrunning 0 tests
31302026-04-01T02:24:11.090Z
31312026-04-01T02:24:11.090Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31322026-04-01T02:24:11.090Z
31332026-04-01T02:24:11.093Z Running unittests src/lib.rs (target/debug/deps/packet-0771433b0f4c0588)
31342026-04-01T02:24:11.096Z
31352026-04-01T02:24:11.096Zrunning 12 tests
31362026-04-01T02:24:11.099Ztest icmp::test_v6_checksum ... ok
31372026-04-01T02:24:11.099Ztest icmp::test_v4_checksum ... ok
31382026-04-01T02:24:11.099Ztest ipv6::test_ipv6_parse ... ok
31392026-04-01T02:24:11.099Ztest lldp::test_lldp_parse ... ok
31402026-04-01T02:24:11.099Ztest pbuf::test_byte ... ok
31412026-04-01T02:24:11.099Ztest pbuf::test_nibble ... ok
31422026-04-01T02:24:11.099Ztest pbuf::test_short ... ok
31432026-04-01T02:24:11.099Ztest pbuf::test_twelve ... ok
31442026-04-01T02:24:11.099Ztest pbuf::test_word ... ok
31452026-04-01T02:24:11.099Ztest pbuf::test_overflow ... ok
31462026-04-01T02:24:11.099Ztest tcp::test_checksum_ack_data ... ok
31472026-04-01T02:24:11.100Ztest tcp::test_checksum_syn_nodata ... ok
31482026-04-01T02:24:11.100Z
31492026-04-01T02:24:11.100Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31502026-04-01T02:24:11.100Z
31512026-04-01T02:24:11.100Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
31522026-04-01T02:24:11.102Z
31532026-04-01T02:24:11.102Zrunning 0 tests
31542026-04-01T02:24:11.102Z
31552026-04-01T02:24:11.102Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31562026-04-01T02:24:11.102Z
31572026-04-01T02:24:11.105Z Running unittests src/main.rs (target/debug/deps/swadm-d8035779cb234895)
31582026-04-01T02:24:11.113Z
31592026-04-01T02:24:11.113Zrunning 5 tests
31602026-04-01T02:24:11.117Ztest switchport::test::test_compute_lanes ... ok
31612026-04-01T02:24:11.120Ztest switchport::test::port_id_ordering ... ok
31622026-04-01T02:24:11.120Ztest link::test_filter ... ok
31632026-04-01T02:24:11.122Z Lane 0 Lane 1 Lane 2 Lane 3
31642026-04-01T02:24:11.122Z Lane 0 Rx Loss-of-lock: Yes Yes YesLane 1 YesLane 2
31652026-04-01T02:24:11.123Z Lane 3 Rx Loss-of-signal: Yes
31662026-04-01T02:24:11.123ZYes State: ActivatedYes ActivatedYes
31672026-04-01T02:24:11.123Z Rx CDR Enabled: Yes Yes Yes ActivatedYes Activated
31682026-04-01T02:24:11.123Z
31692026-04-01T02:24:11.123Z Tx Enabled: Yes Rx Output Enabled: false Yesfalse Yes falseYes
31702026-04-01T02:24:11.123Zfalse
31712026-04-01T02:24:11.123Z Tx Loss-of-lock: No Rx Output Status: valid validNo validNo validNo
31722026-04-01T02:24:11.123Z
31732026-04-01T02:24:11.123Z Tx Loss-of-signal: No Rx Loss-of-lock: true No trueNo trueNo
31742026-04-01T02:24:11.123Z true Tx CDR Enabled: No
31752026-04-01T02:24:11.123Z Rx Loss-of-signal: falseNo No falseNo
31762026-04-01T02:24:11.123Zfalse Tx Adaptive EQ Fault: No false
31772026-04-01T02:24:11.123ZNo Rx Auto-squelch Disable: trueNo trueNo
31782026-04-01T02:24:11.123Ztrue Tx Fault: Yes Yestrue
31792026-04-01T02:24:11.123Z Tx Output Enabled: trueYes Yestrue
31802026-04-01T02:24:11.123Z true true
31812026-04-01T02:24:11.123Z Tx Output Status: invalid invalid invalid invalid
31822026-04-01T02:24:11.123Z Tx Loss-of-lock: false false false false
31832026-04-01T02:24:11.123Z Tx Loss-of-signal: true true true true
31842026-04-01T02:24:11.123ZTx Auto-squelch Disable: false false false false
31852026-04-01T02:24:11.123Z Tx Adaptive EQ Fail: true true true true
31862026-04-01T02:24:11.123Z Tx Failure: false false false false
31872026-04-01T02:24:11.123Z Tx Force Squelch: true true true true
31882026-04-01T02:24:11.123Z Tx Input Polarity: normal normal normal normal
31892026-04-01T02:24:11.123Ztest switchport::test::test_print_sff_datapath ... ok
31902026-04-01T02:24:11.123Ztest switchport::test::test_print_cmis_datapath ... ok
31912026-04-01T02:24:11.123Z
31922026-04-01T02:24:11.124Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31932026-04-01T02:24:11.124Z
31942026-04-01T02:24:11.124Z Running tests/counters.rs (target/debug/deps/counters-dfc008ae98d231c9)
31952026-04-01T02:24:11.128Z
31962026-04-01T02:24:11.128Zrunning 1 test
31972026-04-01T02:24:11.131Ztest test_p4_counter_list ... ignored
31982026-04-01T02:24:11.131Z
31992026-04-01T02:24:11.131Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32002026-04-01T02:24:11.131Z
32012026-04-01T02:24:11.131Z Running tests/port-link.rs (target/debug/deps/port_link-fa018ac19dad356c)
32022026-04-01T02:24:11.134Z
32032026-04-01T02:24:11.134Zrunning 5 tests
32042026-04-01T02:24:11.137Ztest test_an ... ignored
32052026-04-01T02:24:11.137Ztest test_enable ... ignored
32062026-04-01T02:24:11.137Ztest test_ip_addresses ... ignored
32072026-04-01T02:24:11.137Ztest test_kr ... ignored
32082026-04-01T02:24:11.137Ztest test_mac ... ignored
32092026-04-01T02:24:11.137Z
32102026-04-01T02:24:11.137Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32112026-04-01T02:24:11.137Z
32122026-04-01T02:24:11.137Z Running unittests src/main.rs (target/debug/deps/tfportd-06eb1bfa3680b590)
32132026-04-01T02:24:11.140Z
32142026-04-01T02:24:11.140Zrunning 3 tests
32152026-04-01T02:24:11.140Ztest linklocal::test_parse_ipadm ... ok
32162026-04-01T02:24:11.140Ztest tfport::test_parse_tfport ... ok
32172026-04-01T02:24:11.140Ztest config::tests::test_updates ... ok
32182026-04-01T02:24:11.140Z
32192026-04-01T02:24:11.140Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32202026-04-01T02:24:11.140Z
32212026-04-01T02:24:11.143Z Running unittests src/main.rs (target/debug/deps/uplinkd-f4bbad621efe3ee3)
32222026-04-01T02:24:11.146Z
32232026-04-01T02:24:11.146Zrunning 0 tests
32242026-04-01T02:24:11.146Z
32252026-04-01T02:24:11.146Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32262026-04-01T02:24:11.146Z
32272026-04-01T02:24:11.148Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
32282026-04-01T02:24:11.151Z
32292026-04-01T02:24:11.151Zrunning 0 tests
32302026-04-01T02:24:11.151Z
32312026-04-01T02:24:11.151Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32322026-04-01T02:24:11.151Z
32332026-04-01T02:24:11.153Z Doc-tests aal
32342026-04-01T02:24:11.278Z
32352026-04-01T02:24:11.278Zrunning 0 tests
32362026-04-01T02:24:11.278Z
32372026-04-01T02:24:11.281Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32382026-04-01T02:24:11.281Z
32392026-04-01T02:24:11.294Z Doc-tests aal_macros
32402026-04-01T02:24:11.364Z
32412026-04-01T02:24:11.364Zrunning 0 tests
32422026-04-01T02:24:11.364Z
32432026-04-01T02:24:11.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32442026-04-01T02:24:11.364Z
32452026-04-01T02:24:11.374Z Doc-tests common
32462026-04-01T02:24:11.610Z
32472026-04-01T02:24:11.610Zrunning 0 tests
32482026-04-01T02:24:11.610Z
32492026-04-01T02:24:11.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32502026-04-01T02:24:11.610Z
32512026-04-01T02:24:11.630Z Doc-tests dpd_api
32522026-04-01T02:24:12.793Z
32532026-04-01T02:24:12.793Zrunning 2 tests
32542026-04-01T02:24:12.793Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
32552026-04-01T02:24:12.793Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
32562026-04-01T02:24:12.793Z
32572026-04-01T02:24:12.793Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
32582026-04-01T02:24:12.793Z
32592026-04-01T02:24:12.834Z Doc-tests dpd_client
32602026-04-01T02:24:14.110Z
32612026-04-01T02:24:14.110Zrunning 0 tests
32622026-04-01T02:24:14.110Z
32632026-04-01T02:24:14.110Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32642026-04-01T02:24:14.110Z
32652026-04-01T02:24:14.156Z Doc-tests dpd_types
32662026-04-01T02:24:14.498Z
32672026-04-01T02:24:14.498Zrunning 0 tests
32682026-04-01T02:24:14.498Z
32692026-04-01T02:24:14.501Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32702026-04-01T02:24:14.501Z
32712026-04-01T02:24:14.529Z Doc-tests packet
32722026-04-01T02:24:14.640Z
32732026-04-01T02:24:14.640Zrunning 0 tests
32742026-04-01T02:24:14.640Z
32752026-04-01T02:24:14.640Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32762026-04-01T02:24:14.640Z
32772026-04-01T02:24:14.655Z Doc-tests pcap
32782026-04-01T02:24:14.707Z
32792026-04-01T02:24:14.707Zrunning 0 tests
32802026-04-01T02:24:14.707Z
32812026-04-01T02:24:14.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32822026-04-01T02:24:14.707Z
32832026-04-01T02:24:14.757Z+ for feat in tofino_stub tofino_asic softnpu chaos
32842026-04-01T02:24:14.758Z+ RUST_BACKTRACE=full
32852026-04-01T02:24:14.758Z+ cargo test --features chaos --no-fail-fast
32862026-04-01T02:24:15.341Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
32872026-04-01T02:24:15.417Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
32882026-04-01T02:24:15.427Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
32892026-04-01T02:24:23.699Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
32902026-04-01T02:24:23.759Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
32912026-04-01T02:24:58.267Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.48s
32922026-04-01T02:24:58.382Z Running unittests src/lib.rs (target/debug/deps/aal-7f7282a08dd2b93d)
32932026-04-01T02:24:58.388Z
32942026-04-01T02:24:58.388Zrunning 5 tests
32952026-04-01T02:24:58.392Ztest fuse::tests::chip_revision_a0 ... ok
32962026-04-01T02:24:58.392Ztest fuse::tests::chip_revision_b1 ... ok
32972026-04-01T02:24:58.392Ztest fuse::tests::chip_revision_b0 ... ok
32982026-04-01T02:24:58.392Ztest fuse::tests::chip_revision_unknown_device_id ... ok
32992026-04-01T02:24:58.392Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33002026-04-01T02:24:58.392Z
33012026-04-01T02:24:58.392Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33022026-04-01T02:24:58.392Z
33032026-04-01T02:24:58.392Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33042026-04-01T02:24:58.395Z
33052026-04-01T02:24:58.395Zrunning 0 tests
33062026-04-01T02:24:58.395Z
33072026-04-01T02:24:58.395Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33082026-04-01T02:24:58.395Z
33092026-04-01T02:24:58.395Z Running unittests src/lib.rs (target/debug/deps/asic-78fa8cae4944cf91)
33102026-04-01T02:24:58.399Z
33112026-04-01T02:24:58.399Zrunning 0 tests
33122026-04-01T02:24:58.400Z
33132026-04-01T02:24:58.402Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33142026-04-01T02:24:58.402Z
33152026-04-01T02:24:58.402Z Running unittests src/lib.rs (target/debug/deps/common-1646855101939c8e)
33162026-04-01T02:24:58.406Z
33172026-04-01T02:24:58.406Zrunning 10 tests
33182026-04-01T02:24:58.408Ztest nat::tests::test_vni ... ok
33192026-04-01T02:24:58.411Ztest network::tests::test_equal ... ok
33202026-04-01T02:24:58.411Ztest network::tests::test_eui64 ... ok
33212026-04-01T02:24:58.411Ztest network::tests::test_into ... ok
33222026-04-01T02:24:58.411Ztest network::tests::test_not_equal ... ok
33232026-04-01T02:24:58.411Ztest network::tests::test_generate_ipv6_link_local ... ok
33242026-04-01T02:24:58.411Ztest network::tests::test_to_string ... ok
33252026-04-01T02:24:58.411Ztest network::tests::test_parse ... ok
33262026-04-01T02:24:58.411Ztest test_purge ... ok
33272026-04-01T02:24:58.414Ztest illumos::test::address_exists_handles_missing_object ... ok
33282026-04-01T02:24:58.414Z
33292026-04-01T02:24:58.414Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33302026-04-01T02:24:58.414Z
33312026-04-01T02:24:58.414Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f19d6adc8bec1336)
33322026-04-01T02:24:58.442Z
33332026-04-01T02:24:58.442Zrunning 1 test
33342026-04-01T02:24:59.752Ztest test::test_apis_up_to_date ... ok
33352026-04-01T02:24:59.752Z
33362026-04-01T02:24:59.752Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
33372026-04-01T02:24:59.752Z
33382026-04-01T02:24:59.805Z Running unittests src/main.rs (target/debug/deps/dpd-42727efc6de07eb1)
33392026-04-01T02:24:59.811Z
33402026-04-01T02:24:59.811Zrunning 44 tests
33412026-04-01T02:24:59.814Ztest freemap::test_ordering ... ok
33422026-04-01T02:24:59.814Ztest freemap::test_split ... ok
33432026-04-01T02:24:59.814Ztest config::tests::test_updates ... ok
33442026-04-01T02:24:59.814Ztest macaddrs::tests::test_mac_offset ... ok
33452026-04-01T02:24:59.814Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
33462026-04-01T02:24:59.814Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
33472026-04-01T02:24:59.814Ztest macaddrs::tests::test_parse_port_id ... ok
33482026-04-01T02:24:59.814Ztest mcast::tests::test_canonicalize_sources ... ok
33492026-04-01T02:24:59.819ZApr 01 02:24:58.552 DEBG created new freemap, unit: freemap_test
33502026-04-01T02:24:59.819ZApr 01 02:24:58.552 DEBG initted freemap. size: 128, unit: freemap_test
33512026-04-01T02:24:59.819ZApr 01 02:24:58.552 DEBG reset freemap, unit: freemap_test
33522026-04-01T02:24:59.819ZApr 01 02:24:58.552 DEBG created new freemapApr 01 02:24:58.552, unitDEBG: created new freemapfreemap_test,
33532026-04-01T02:24:59.819Zunit: freemap_test
33542026-04-01T02:24:59.819ZApr 01 02:24:58.552 DEBG initted freemap. size: 128Apr 01 02:24:58.552, unitDEBG: initted freemap. size: 128freemap_test,
33552026-04-01T02:24:59.819Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
33562026-04-01T02:24:59.819Zunit: freemap_testApr 01 02:24:58.552
33572026-04-01T02:24:59.819Z DEBG reset freemap, Apr 01 02:24:58.552unit :DEBG freemap_testreset freemap
33582026-04-01T02:24:59.819Z, unit: freemap_test
33592026-04-01T02:24:59.819Ztest freemap::test_reclaim ... ok
33602026-04-01T02:24:59.819Ztest freemap::test_free ... ok
33612026-04-01T02:24:59.819Ztest freemap::test_span ... ok
33622026-04-01T02:24:59.819Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
33632026-04-01T02:24:59.819ZApr 01 02:24:58.552 DEBG created new freemap, unit: freemap_test
33642026-04-01T02:24:59.819ZApr 01 02:24:58.552 DEBG initted freemap. size: 128, unit: freemap_test
33652026-04-01T02:24:59.820ZApr 01 02:24:58.552 DEBG reset freemap, unit: freemap_test
33662026-04-01T02:24:59.820ZApr 01 02:24:58.552 DEBG created new freemap, unit: freemap_test
33672026-04-01T02:24:59.820ZApr 01 02:24:58.552 DEBG initted freemap. size: 128, unit: freemap_test
33682026-04-01T02:24:59.820ZApr 01 02:24:58.552 DEBG reset freemap, unit: freemap_test
33692026-04-01T02:24:59.820Ztest mcast::tests::test_create_port_bitmap_empty ... ok
33702026-04-01T02:24:59.820Ztest mcast::tests::test_concurrent_id_allocation ... ok
33712026-04-01T02:24:59.820Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
33722026-04-01T02:24:59.820Ztest freemap::test_exhaustion ... ok
33732026-04-01T02:24:59.820Ztest freemap::test_basic ... ok
33742026-04-01T02:24:59.820Ztest mcast::tests::test_sources_contain_any ... ok
33752026-04-01T02:24:59.820Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
33762026-04-01T02:24:59.820Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
33772026-04-01T02:24:59.820Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
33782026-04-01T02:24:59.820Ztest mcast::validate::tests::test_address_validation_integrated ... ok
33792026-04-01T02:24:59.820Ztest mcast::validate::tests::test_ipv4_validation ... ok
33802026-04-01T02:24:59.820Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
33812026-04-01T02:24:59.820Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
33822026-04-01T02:24:59.820Ztest mcast::validate::tests::test_ipv6_validation ... ok
33832026-04-01T02:24:59.820Ztest mcast::validate::tests::test_is_ssm_function ... ok
33842026-04-01T02:24:59.820Ztest mcast::validate::tests::test_validate_nat_target ... ok
33852026-04-01T02:24:59.820Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
33862026-04-01T02:24:59.820Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
33872026-04-01T02:24:59.820Ztest mcast::validate::tests::test_validate_source_addresses ... ok
33882026-04-01T02:24:59.820Ztest mcast::validate::tests::test_validate_tag ... ok
33892026-04-01T02:24:59.820Ztest nat::test_mapping ... ok
33902026-04-01T02:24:59.820Ztest port_map::tests::test_backplane_group ... ok
33912026-04-01T02:24:59.820Ztest mcast::validate::tests::test_validate_tag_format ... ok
33922026-04-01T02:24:59.820Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
33932026-04-01T02:24:59.820Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
33942026-04-01T02:24:59.820Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
33952026-04-01T02:24:59.820Ztest port_map::tests::test_port_map ... ok
33962026-04-01T02:24:59.820Ztest port_map::tests::dump_map ... ok
33972026-04-01T02:24:59.820Ztest api_server::tests::test_build_info ... ok
33982026-04-01T02:24:59.820Ztest mcast::tests::test_id_range_boundaries ... ok
33992026-04-01T02:24:59.826Ztest port_map::tests::parse_softnpu_revision ... ok
34002026-04-01T02:24:59.826Z
34012026-04-01T02:24:59.826Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34022026-04-01T02:24:59.826Z
34032026-04-01T02:24:59.826Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-76b51be6bc113a87)
34042026-04-01T02:24:59.826Z
34052026-04-01T02:24:59.826Zrunning 0 tests
34062026-04-01T02:24:59.826Z
34072026-04-01T02:24:59.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34082026-04-01T02:24:59.826Z
34092026-04-01T02:24:59.828Z Running unittests src/lib.rs (target/debug/deps/dpd_api-f3eedff91cf40d03)
34102026-04-01T02:24:59.831Z
34112026-04-01T02:24:59.831Zrunning 0 tests
34122026-04-01T02:24:59.831Z
34132026-04-01T02:24:59.831Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34142026-04-01T02:24:59.831Z
34152026-04-01T02:24:59.831Z Running unittests src/lib.rs (target/debug/deps/dpd_client-b850408151c47559)
34162026-04-01T02:24:59.837Z
34172026-04-01T02:24:59.837Zrunning 6 tests
34182026-04-01T02:24:59.841Ztest tests::test_full_lot_id_lot_only ... ok
34192026-04-01T02:24:59.841Ztest tests::test_full_lot_id_lotnum_only ... ok
34202026-04-01T02:24:59.841Ztest tests::test_full_lot_id_neither_present ... ok
34212026-04-01T02:24:59.841Ztest tests::test_full_lot_id_both_present ... ok
34222026-04-01T02:24:59.841Ztest tests::test_port_id_cmp ... ok
34232026-04-01T02:24:59.841Ztest tests::test_parse_client_port_id ... ok
34242026-04-01T02:24:59.844Z
34252026-04-01T02:24:59.844Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34262026-04-01T02:24:59.844Z
34272026-04-01T02:24:59.844Z Running tests/test_all.rs (target/debug/deps/test_all-b2d3f109be6237b3)
34282026-04-01T02:24:59.847Z
34292026-04-01T02:24:59.847Zrunning 6 tests
34302026-04-01T02:25:02.856Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34312026-04-01T02:25:02.859Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34322026-04-01T02:25:02.859Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34332026-04-01T02:25:02.865Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34342026-04-01T02:25:03.193Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34352026-04-01T02:25:04.176Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34362026-04-01T02:25:04.176Z
34372026-04-01T02:25:04.176Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.33s
34382026-04-01T02:25:04.177Z
34392026-04-01T02:25:04.183Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c86f55e04de85f5a)
34402026-04-01T02:25:04.188Z
34412026-04-01T02:25:04.188Zrunning 0 tests
34422026-04-01T02:25:04.188Z
34432026-04-01T02:25:04.191Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34442026-04-01T02:25:04.191Z
34452026-04-01T02:25:04.191Z Running unittests src/lib.rs (target/debug/deps/packet-0771433b0f4c0588)
34462026-04-01T02:25:04.195Z
34472026-04-01T02:25:04.195Zrunning 12 tests
34482026-04-01T02:25:04.198Ztest icmp::test_v4_checksum ... ok
34492026-04-01T02:25:04.198Ztest icmp::test_v6_checksum ... ok
34502026-04-01T02:25:04.198Ztest ipv6::test_ipv6_parse ... ok
34512026-04-01T02:25:04.198Ztest pbuf::test_byte ... ok
34522026-04-01T02:25:04.198Ztest lldp::test_lldp_parse ... ok
34532026-04-01T02:25:04.198Ztest pbuf::test_nibble ... ok
34542026-04-01T02:25:04.198Ztest pbuf::test_short ... ok
34552026-04-01T02:25:04.198Ztest pbuf::test_twelve ... ok
34562026-04-01T02:25:04.198Ztest pbuf::test_word ... ok
34572026-04-01T02:25:04.198Ztest pbuf::test_overflow ... ok
34582026-04-01T02:25:04.198Ztest tcp::test_checksum_syn_nodata ... ok
34592026-04-01T02:25:04.198Ztest tcp::test_checksum_ack_data ... ok
34602026-04-01T02:25:04.198Z
34612026-04-01T02:25:04.198Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34622026-04-01T02:25:04.198Z
34632026-04-01T02:25:04.198Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
34642026-04-01T02:25:04.201Z
34652026-04-01T02:25:04.202Zrunning 0 tests
34662026-04-01T02:25:04.202Z
34672026-04-01T02:25:04.202Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34682026-04-01T02:25:04.202Z
34692026-04-01T02:25:04.205Z Running unittests src/main.rs (target/debug/deps/swadm-b978cb07bf9568c8)
34702026-04-01T02:25:04.208Z
34712026-04-01T02:25:04.208Zrunning 5 tests
34722026-04-01T02:25:04.208Ztest switchport::test::test_compute_lanes ... ok
34732026-04-01T02:25:04.208Ztest switchport::test::port_id_ordering ... ok
34742026-04-01T02:25:04.208Z Lane 0 Lane 1 Lane 2 Lane 3
34752026-04-01T02:25:04.208Z Rx Loss-of-lock: Yes Yes Yes Yes
34762026-04-01T02:25:04.208Z Rx Loss-of-signal: Yes Yes Yes Yes
34772026-04-01T02:25:04.208Z Rx CDR Enabled: Yes Yes Yes Yes
34782026-04-01T02:25:04.208Z Tx Enabled: Yes Yes Yes Yes
34792026-04-01T02:25:04.208Z Tx Loss-of-lock: No No No No
34802026-04-01T02:25:04.208Z Tx Loss-of-signal: No No No No
34812026-04-01T02:25:04.208Z Tx CDR Enabled: No No No No
34822026-04-01T02:25:04.208Z Tx Adaptive EQ Fault: No No No No
34832026-04-01T02:25:04.208Z Tx Fault: Yes Yes Yes Yes
34842026-04-01T02:25:04.208Ztest switchport::test::test_print_sff_datapath ... ok
34852026-04-01T02:25:04.208Z Lane 0 Lane 1 Lane 2 Lane 3
34862026-04-01T02:25:04.209Z State: Activated Activated Activated Activated
34872026-04-01T02:25:04.209Z Rx Output Enabled: false false false false
34882026-04-01T02:25:04.209Z Rx Output Status: valid valid valid valid
34892026-04-01T02:25:04.209Z Rx Loss-of-lock: true true true true
34902026-04-01T02:25:04.209Z Rx Loss-of-signal: false false false false
34912026-04-01T02:25:04.209ZRx Auto-squelch Disable: true true true true
34922026-04-01T02:25:04.209Z Tx Output Enabled: true true true true
34932026-04-01T02:25:04.209Z Tx Output Status: invalid invalid invalid invalid
34942026-04-01T02:25:04.209Z Tx Loss-of-lock: false false false false
34952026-04-01T02:25:04.209Z Tx Loss-of-signal: true true true true
34962026-04-01T02:25:04.209ZTx Auto-squelch Disable: false false false false
34972026-04-01T02:25:04.209Z Tx Adaptive EQ Fail: true true true true
34982026-04-01T02:25:04.209Z Tx Failure: false false false false
34992026-04-01T02:25:04.209Z Tx Force Squelch: true true true true
35002026-04-01T02:25:04.209Z Tx Input Polarity: normal normal normal normal
35012026-04-01T02:25:04.209Ztest switchport::test::test_print_cmis_datapath ... ok
35022026-04-01T02:25:04.209Ztest link::test_filter ... ok
35032026-04-01T02:25:04.209Z
35042026-04-01T02:25:04.209Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35052026-04-01T02:25:04.209Z
35062026-04-01T02:25:04.209Z Running tests/counters.rs (target/debug/deps/counters-3d38866960bc4424)
35072026-04-01T02:25:04.212Z
35082026-04-01T02:25:04.212Zrunning 1 test
35092026-04-01T02:25:04.212Ztest test_p4_counter_list ... ignored
35102026-04-01T02:25:04.212Z
35112026-04-01T02:25:04.212Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35122026-04-01T02:25:04.212Z
35132026-04-01T02:25:04.212Z Running tests/port-link.rs (target/debug/deps/port_link-a4cae4ff41c3e314)
35142026-04-01T02:25:04.215Z
35152026-04-01T02:25:04.215Zrunning 5 tests
35162026-04-01T02:25:04.215Ztest test_an ... ignored
35172026-04-01T02:25:04.215Ztest test_enable ... ignored
35182026-04-01T02:25:04.215Ztest test_ip_addresses ... ignored
35192026-04-01T02:25:04.215Ztest test_kr ... ignored
35202026-04-01T02:25:04.216Ztest test_mac ... ignored
35212026-04-01T02:25:04.216Z
35222026-04-01T02:25:04.216Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35232026-04-01T02:25:04.216Z
35242026-04-01T02:25:04.216Z Running unittests src/main.rs (target/debug/deps/tfportd-690e140b96e76dad)
35252026-04-01T02:25:04.216Z
35262026-04-01T02:25:04.216Zrunning 3 tests
35272026-04-01T02:25:04.218Ztest linklocal::test_parse_ipadm ... ok
35282026-04-01T02:25:04.218Ztest tfport::test_parse_tfport ... ok
35292026-04-01T02:25:04.218Ztest config::tests::test_updates ... ok
35302026-04-01T02:25:04.218Z
35312026-04-01T02:25:04.218Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35322026-04-01T02:25:04.218Z
35332026-04-01T02:25:04.218Z Running unittests src/main.rs (target/debug/deps/uplinkd-f4bbad621efe3ee3)
35342026-04-01T02:25:04.221Z
35352026-04-01T02:25:04.221Zrunning 0 tests
35362026-04-01T02:25:04.221Z
35372026-04-01T02:25:04.224Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35382026-04-01T02:25:04.224Z
35392026-04-01T02:25:04.224Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
35402026-04-01T02:25:04.227Z
35412026-04-01T02:25:04.227Zrunning 0 tests
35422026-04-01T02:25:04.227Z
35432026-04-01T02:25:04.227Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35442026-04-01T02:25:04.227Z
35452026-04-01T02:25:04.227Z Doc-tests aal
35462026-04-01T02:25:04.395Z
35472026-04-01T02:25:04.395Zrunning 0 tests
35482026-04-01T02:25:04.395Z
35492026-04-01T02:25:04.398Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35502026-04-01T02:25:04.398Z
35512026-04-01T02:25:04.411Z Doc-tests aal_macros
35522026-04-01T02:25:04.481Z
35532026-04-01T02:25:04.481Zrunning 0 tests
35542026-04-01T02:25:04.481Z
35552026-04-01T02:25:04.481Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35562026-04-01T02:25:04.481Z
35572026-04-01T02:25:04.492Z Doc-tests common
35582026-04-01T02:25:04.729Z
35592026-04-01T02:25:04.729Zrunning 0 tests
35602026-04-01T02:25:04.729Z
35612026-04-01T02:25:04.729Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35622026-04-01T02:25:04.729Z
35632026-04-01T02:25:04.749Z Doc-tests dpd_api
35642026-04-01T02:25:05.973Z
35652026-04-01T02:25:05.973Zrunning 2 tests
35662026-04-01T02:25:05.973Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
35672026-04-01T02:25:05.973Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
35682026-04-01T02:25:05.973Z
35692026-04-01T02:25:05.973Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
35702026-04-01T02:25:05.973Z
35712026-04-01T02:25:06.014Z Doc-tests dpd_client
35722026-04-01T02:25:07.399Z
35732026-04-01T02:25:07.399Zrunning 0 tests
35742026-04-01T02:25:07.399Z
35752026-04-01T02:25:07.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35762026-04-01T02:25:07.399Z
35772026-04-01T02:25:07.444Z Doc-tests dpd_types
35782026-04-01T02:25:07.779Z
35792026-04-01T02:25:07.779Zrunning 0 tests
35802026-04-01T02:25:07.779Z
35812026-04-01T02:25:07.779Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35822026-04-01T02:25:07.779Z
35832026-04-01T02:25:07.808Z Doc-tests packet
35842026-04-01T02:25:07.917Z
35852026-04-01T02:25:07.917Zrunning 0 tests
35862026-04-01T02:25:07.917Z
35872026-04-01T02:25:07.917Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35882026-04-01T02:25:07.917Z
35892026-04-01T02:25:07.932Z Doc-tests pcap
35902026-04-01T02:25:07.983Z
35912026-04-01T02:25:07.984Zrunning 0 tests
35922026-04-01T02:25:07.984Z
35932026-04-01T02:25:07.984Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35942026-04-01T02:25:07.984Z
35952026-04-01T02:25:08.030Zprocess exited: duration 616563 ms, exit code 0
 
35962026-04-01T02:25:08.036Zfound 0 output files