01M0JH4EYQ13V9S9SHWH45R5P1: clippy (helios)

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

Buildomat Job: 01M0JH4XST6GE8V7BVQCZV35JM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-21T16:06:47.914Zjob assigned to worker 01M0JH514EPSVXYWC29M4VG3D9 [factory aws, i-0d3c8a81ac73b4ddb] (queued for 45 s)
 
22026-08-21T16:06:54.552Zstarting task 0: "setup"
32026-08-21T16:06:54.558Z++ uname -s
42026-08-21T16:06:54.561Z+ kern=SunOS
52026-08-21T16:06:54.561Z+ build_user=build
62026-08-21T16:06:54.561Z+ build_uid=12345
72026-08-21T16:06:54.561Z+ work_dir=/work
82026-08-21T16:06:54.561Z+ input_dir=/input
92026-08-21T16:06:54.561Z+ [[ 0 == 12345 ]]
102026-08-21T16:06:54.561Z+ case "$kern" in
112026-08-21T16:06:54.561Z+ groupadd -g 12345 build
122026-08-21T16:06:54.561Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-21T16:06:56.566Z+ zfs create -o mountpoint=/work rpool/work
142026-08-21T16:06:56.639Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-21T16:06:56.642Z+ home_fs=zfs
162026-08-21T16:06:56.642Z+ [[ zfs == autofs ]]
172026-08-21T16:06:56.642Z+ mkdir -p /home/build
182026-08-21T16:06:56.642Z+ chown build:build /home/build /work
192026-08-21T16:06:58.643Z+ chmod 0700 /home/build /work
202026-08-21T16:06:58.646Zprocess exited: duration 4093 ms, exit code 0
 
212026-08-21T16:06:58.652Zstarting task 1: "rust-toolchain"
222026-08-21T16:06:58.656Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-21T16:06:58.656Z * rust toolchain channel = "1.97.1"
242026-08-21T16:06:58.656Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-21T16:06:58.656Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-21T16:06:58.656Z * rust toolchain profile = "default"
272026-08-21T16:06:58.656Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-21T16:06:58.659Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-21T16:06:58.659Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-21T16:06:58.749Zinfo: downloading installer
312026-08-21T16:07:00.116Zwarn: It looks like you have an existing rustup settings file at:
322026-08-21T16:07:00.116Zwarn: /home/build/.rustup/settings.toml
332026-08-21T16:07:00.116Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-21T16:07:00.116Zwarn: instead of the one inferred from the default host triple.
352026-08-21T16:07:00.129Zinfo: profile set to default
362026-08-21T16:07:00.129Zinfo: default host triple is x86_64-unknown-illumos
372026-08-21T16:07:00.132Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-21T16:07:00.293Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-21T16:07:00.298Zinfo: downloading 6 components
402026-08-21T16:07:15.615Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-21T16:07:15.615Z
422026-08-21T16:07:15.641Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-21T16:07:15.642Z
442026-08-21T16:07:15.642Z
452026-08-21T16:07:15.642ZRust is installed now. Great!
462026-08-21T16:07:15.642Z
472026-08-21T16:07:15.645ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-21T16:07:15.646Zenvironment variable. This has not been done automatically.
492026-08-21T16:07:15.646Z
502026-08-21T16:07:15.646ZTo configure your current shell, you need to source
512026-08-21T16:07:15.646Zthe corresponding env file under $HOME/.cargo.
522026-08-21T16:07:15.646Z
532026-08-21T16:07:15.646ZThis is usually done by running one of the following (note the leading DOT):
542026-08-21T16:07:15.646Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-21T16:07:15.646Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-21T16:07:15.646Zsource "~/.cargo/env.nu" # For nushell
572026-08-21T16:07:15.646Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-21T16:07:15.646Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-21T16:07:15.646Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-21T16:07:15.646Zwarn: no default linker (`cc`) was found in your PATH
612026-08-21T16:07:15.646Zwarn: many Rust crates require a system C toolchain to build
622026-08-21T16:07:15.728Z+ rustup --version
632026-08-21T16:07:15.736Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-21T16:07:15.739Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-21T16:07:15.757Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-21T16:07:15.760Z+ cargo --version
672026-08-21T16:07:15.776Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-21T16:07:15.780Z+ rustc --version
692026-08-21T16:07:15.796Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-21T16:07:15.800Zprocess exited: duration 17145 ms, exit code 0
 
712026-08-21T16:07:15.808Zstarting task 2: "authentication"
722026-08-21T16:07:15.824Zprocess exited: duration 16 ms, exit code 0
 
732026-08-21T16:07:15.831Zstarting task 3: "clone repository"
742026-08-21T16:07:15.835Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-21T16:07:15.841Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-21T16:07:15.869ZCloning into '/work/oxidecomputer/omicron'...
772026-08-21T16:07:27.316Z+ cd /work/oxidecomputer/omicron
782026-08-21T16:07:27.316Z+ git fetch origin 0430d3da4650be4937f7b68fcb43d42239d32e7f
792026-08-21T16:07:27.746ZFrom https://github.com/oxidecomputer/omicron
802026-08-21T16:07:27.746Z * branch 0430d3da4650be4937f7b68fcb43d42239d32e7f -> FETCH_HEAD
812026-08-21T16:07:27.756Z+ [[ -n ben/add-external-ip-pool-service-association-table ]]
822026-08-21T16:07:27.759Z++ git branch --show-current
832026-08-21T16:07:27.759Z+ current=main
842026-08-21T16:07:27.759Z+ [[ main != ben/add-external-ip-pool-service-association-table ]]
852026-08-21T16:07:27.760Z+ git branch -f ben/add-external-ip-pool-service-association-table 0430d3da4650be4937f7b68fcb43d42239d32e7f
862026-08-21T16:07:27.763Z+ git checkout -f ben/add-external-ip-pool-service-association-table
872026-08-21T16:07:28.012ZSwitched to branch 'ben/add-external-ip-pool-service-association-table'
882026-08-21T16:07:28.015Z+ git reset --hard 0430d3da4650be4937f7b68fcb43d42239d32e7f
892026-08-21T16:07:28.032ZHEAD is now at 0430d3da4 Merge branch 'main' into ben/add-external-ip-pool-service-association-table
902026-08-21T16:07:28.035Zprocess exited: duration 12201 ms, exit code 0
 
912026-08-21T16:07:28.041Zstarting task 4: "build"
922026-08-21T16:07:28.045Z+ source ./env.sh
932026-08-21T16:07:28.047Z++ OLD_SHELL_OPTS=ehxB
942026-08-21T16:07:28.047Z++ set -o xtrace
952026-08-21T16:07:28.047Z++++ dirname ./env.sh
962026-08-21T16:07:28.050Z+++ readlink -f .
972026-08-21T16:07:28.053Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-21T16:07:28.053Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-21T16:07:28.053Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-21T16:07:28.053Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-21T16:07:28.053Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-21T16:07:28.053Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-21T16:07:28.053Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-21T16:07:28.053Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-21T16:07:28.053Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-21T16:07:28.053Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-21T16:07:28.053Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-21T16:07:28.053Z++ case $OLD_SHELL_OPTS in
1092026-08-21T16:07:28.053Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-21T16:07:28.053Z+ source .github/buildomat/ci-env.sh
1112026-08-21T16:07:28.053Z++ export CARGO_TERM_COLOR=always
1122026-08-21T16:07:28.053Z++ CARGO_TERM_COLOR=always
1132026-08-21T16:07:28.053Z+++ uname -s
1142026-08-21T16:07:28.053Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-21T16:07:28.053Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-21T16:07:28.056Z+ cargo --version
1172026-08-21T16:07:28.063Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-21T16:07:28.067Z+ rustc --version
1192026-08-21T16:07:28.084Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-21T16:07:28.088Z+ banner prerequisites
1212026-08-21T16:07:28.091Z
1222026-08-21T16:07:28.091Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-21T16:07:28.091Z # # # # # # # # # # # # # # #
1242026-08-21T16:07:28.091Z # # # # ##### # # ##### # # # # # #### #
1252026-08-21T16:07:28.091Z ##### ##### # ##### # # # # # # # # #
1262026-08-21T16:07:28.091Z # # # # # # # # # # # # # # #
1272026-08-21T16:07:28.091Z # # # ###### # # ###### ### # #### # #### #
1282026-08-21T16:07:28.091Z
1292026-08-21T16:07:28.091Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-21T16:07:30.059Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-21T16:07:30.401Z Startup: Caching catalogs ... Done
1322026-08-21T16:07:32.309ZPlanning: Solver setup ... Done (1.801s)
1332026-08-21T16:07:32.366ZPlanning: Running solver ... Done (0.057s)
1342026-08-21T16:07:32.407ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-21T16:07:32.418ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-21T16:07:32.435ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-21T16:07:32.448ZPlanning: Package planning ... Done (0.013s)
1382026-08-21T16:07:32.452ZPlanning: Merging actions ... Done (0.001s)
1392026-08-21T16:07:32.608ZPlanning: Checking for conflicting actions ... Done (0.157s)
1402026-08-21T16:07:32.611ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-21T16:07:33.513ZPlanning: Evaluating mediators ... Done (0.905s)
1422026-08-21T16:07:33.517ZPlanning: Planning completed in 3.08 seconds
1432026-08-21T16:07:33.522Z Packages to install: 2
1442026-08-21T16:07:33.525Z Estimated space available: 156.01 GB
1452026-08-21T16:07:33.525ZEstimated space to be consumed: 73.56 MB
1462026-08-21T16:07:33.526Z Create boot environment: No
1472026-08-21T16:07:33.526ZCreate backup boot environment: No
1482026-08-21T16:07:33.526Z Rebuild boot archive: No
1492026-08-21T16:07:33.526Z
1502026-08-21T16:07:33.526ZChanged packages:
1512026-08-21T16:07:33.526Zhelios
1522026-08-21T16:07:33.526Z developer/build-essential
1532026-08-21T16:07:33.526Z None -> 11-3.0
1542026-08-21T16:07:33.526Z library/libxmlsec1
1552026-08-21T16:07:33.526Z None -> 1.2.35-3.0
1562026-08-21T16:07:33.547Z
1572026-08-21T16:07:33.547ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-21T16:07:33.624ZDownload: Completed 1.28 MB in 0.08 seconds (16.8M/s)
1592026-08-21T16:07:33.694Z Actions: 1/268 actions (Installing new actions)
1602026-08-21T16:07:33.732Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-21T16:07:33.762ZFinalize: Updating package state database ... Done (0.030s)
1622026-08-21T16:07:33.762ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-21T16:07:33.844ZFinalize: Updating image state ... Done (0.082s)
1642026-08-21T16:07:36.275ZFinalize: Creating fast lookup database ... Done (2.383s)
1652026-08-21T16:07:36.344ZFinalize: Reading search index ... Done (0.012s)
1662026-08-21T16:07:36.348ZFinalize: Updating search index ... Done (0.000s)
1672026-08-21T16:07:36.459ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-21T16:07:36.811ZPlanning: Evaluating mediator changes ... Done
1692026-08-21T16:07:36.914ZPlanning: Checking for conflicting actions ... Done
1702026-08-21T16:07:36.917ZPlanning: Consolidating action changes ... Done
1712026-08-21T16:07:37.069ZPlanning: Evaluating mediators ... Done
1722026-08-21T16:07:37.072ZPlanning: Planning completed in 0.26 seconds
1732026-08-21T16:07:37.092Z Mediators to change: 2
1742026-08-21T16:07:37.092Z Create boot environment: No
1752026-08-21T16:07:37.095ZCreate backup boot environment: No
1762026-08-21T16:07:37.131ZFinalize: Updating package state database ... Done
1772026-08-21T16:07:37.131ZFinalize: Updating package cache ... Done
1782026-08-21T16:07:37.179ZFinalize: Updating image state ... Done
1792026-08-21T16:07:39.113ZFinalize: Creating fast lookup database ... Done
1802026-08-21T16:07:39.173ZFinalize: Reading search index ... Done
1812026-08-21T16:07:39.176ZFinalize: Updating search index ... Done
1822026-08-21T16:07:39.249ZFinalize: Updating package cache ... Done
1832026-08-21T16:07:39.532ZPlanning: Evaluating mediator changes ... Done
1842026-08-21T16:07:39.636ZPlanning: Checking for conflicting actions ... Done
1852026-08-21T16:07:39.638ZPlanning: Consolidating action changes ... Done
1862026-08-21T16:07:39.791ZPlanning: Evaluating mediators ... Done
1872026-08-21T16:07:39.794ZPlanning: Planning completed in 0.26 seconds
1882026-08-21T16:07:39.814Z Mediators to change: 1
1892026-08-21T16:07:39.814Z Create boot environment: No
1902026-08-21T16:07:39.817ZCreate backup boot environment: No
1912026-08-21T16:07:39.872ZFinalize: Updating package state database ... Done
1922026-08-21T16:07:39.872ZFinalize: Updating package cache ... Done
1932026-08-21T16:07:39.902ZFinalize: Updating image state ... Done
1942026-08-21T16:07:41.820ZFinalize: Creating fast lookup database ... Done
1952026-08-21T16:07:41.882ZFinalize: Reading search index ... Done
1962026-08-21T16:07:41.886ZFinalize: Updating search index ... Done
1972026-08-21T16:07:41.951ZFinalize: Updating package cache ... Done
1982026-08-21T16:07:42.257ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-21T16:07:42.257Zapache system 2.4 system
2002026-08-21T16:07:42.257Zclang system 15 system
2012026-08-21T16:07:42.257Zcsh system system illumos
2022026-08-21T16:07:42.257Zctags system system illumos
2032026-08-21T16:07:42.257Zfile vendor vendor darwinsys
2042026-08-21T16:07:42.257Zfile system system illumos
2052026-08-21T16:07:42.257Zgcc vendor 14 vendor
2062026-08-21T16:07:42.257Zgcc system 13 system
2072026-08-21T16:07:42.257Zgcc system 10 system
2082026-08-21T16:07:42.257Zgo system 1.25 system
2092026-08-21T16:07:42.257Zllvm system 15 system
2102026-08-21T16:07:42.258Zmariadb system 11.4 system
2112026-08-21T16:07:42.258Zmta vendor vendor dma
2122026-08-21T16:07:42.258Zopenjdk system 17 system
2132026-08-21T16:07:42.258Zopenjdk system 11 system
2142026-08-21T16:07:42.258Zopenssl vendor 3 vendor
2152026-08-21T16:07:42.258Zperl system 5.40 system
2162026-08-21T16:07:42.258Zpostgresql system 18 system
2172026-08-21T16:07:42.258Zpostgresql system 17 system
2182026-08-21T16:07:42.258Zpython vendor 3 vendor
2192026-08-21T16:07:42.258Zpython system 2 system
2202026-08-21T16:07:42.258Zpython3 vendor 3.13 vendor
2212026-08-21T16:07:42.258Zruby system 3.4 system
2222026-08-21T16:07:42.258Zruby system 3.0 system
2232026-08-21T16:07:42.258Zwords vendor vendor american-english
2242026-08-21T16:07:42.258Zwords system system australian-english
2252026-08-21T16:07:42.258Zwords system system british-english
2262026-08-21T16:07:42.258Zwords system system canadian-english
2272026-08-21T16:07:42.258Zwords system system french
2282026-08-21T16:07:42.258Zwords system system italian
2292026-08-21T16:07:42.258Zwords system system ngerman
2302026-08-21T16:07:42.258Zwords system system ogerman
2312026-08-21T16:07:42.258Zwords system system spanish
2322026-08-21T16:07:42.506ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-21T16:07:42.506Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-21T16:07:42.964ZFMRI IFO
2352026-08-21T16:07:42.964Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-21T16:07:42.964Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-21T16:07:42.964Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-21T16:07:42.964Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-21T16:07:42.964Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-21T16:07:42.964Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-21T16:07:42.964Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-21T16:07:42.964Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-21T16:07:42.964Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-21T16:07:43.281Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-21T16:07:43.597Z Updating crates.io index
2462026-08-21T16:07:43.600Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-21T16:07:43.882Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-21T16:07:44.293Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-21T16:07:45.694Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-21T16:07:46.236Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-21T16:07:47.909Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-21T16:07:48.812Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-21T16:07:49.125Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-21T16:07:49.500Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-21T16:07:52.084Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-21T16:07:52.730Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-21T16:07:53.138Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-08-21T16:07:53.769Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-08-21T16:07:54.076Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-08-21T16:07:54.347Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-08-21T16:07:54.676Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-21T16:07:54.973Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-21T16:07:55.327Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2642026-08-21T16:07:55.860Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-08-21T16:07:56.258Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-21T16:07:56.715Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672026-08-21T16:07:57.010Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-08-21T16:07:57.537Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2692026-08-21T16:07:57.910Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-08-21T16:07:58.185Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-08-21T16:07:58.640Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-08-21T16:07:58.928Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-08-21T16:07:59.373Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-08-21T16:07:59.749Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-08-21T16:08:00.027Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-08-21T16:08:00.446Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-08-21T16:08:00.809Z Updating git repository `https://github.com/oxidecomputer/tough`
2782026-08-21T16:08:01.377Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-08-21T16:08:01.969Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-08-21T16:08:02.278Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-08-21T16:08:03.606Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-08-21T16:08:04.303Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-08-21T16:08:04.602Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-08-21T16:08:04.913Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-08-21T16:08:05.242Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-08-21T16:08:05.603Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-08-21T16:08:05.928Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2882026-08-21T16:08:08.871Z Downloading crates ...
2892026-08-21T16:08:08.925Z Downloaded clap_lex v1.0.0
2902026-08-21T16:08:08.932Z Downloaded cfg-if v1.0.4
2912026-08-21T16:08:08.941Z Downloaded fastrand v2.3.0
2922026-08-21T16:08:08.944Z Downloaded zmij v1.0.21
2932026-08-21T16:08:08.947Z Downloaded crypto-common v0.1.7
2942026-08-21T16:08:08.947Z Downloaded toml_datetime v0.6.11
2952026-08-21T16:08:08.950Z Downloaded cargo_toml v0.21.0
2962026-08-21T16:08:08.950Z Downloaded anstream v1.0.0
2972026-08-21T16:08:08.953Z Downloaded cargo_metadata v0.23.1
2982026-08-21T16:08:08.956Z Downloaded zerocopy v0.7.35
2992026-08-21T16:08:08.963Z Downloaded usdt v0.5.0
3002026-08-21T16:08:08.966Z Downloaded scroll v0.12.0
3012026-08-21T16:08:08.966Z Downloaded clap_derive v4.6.1
3022026-08-21T16:08:08.966Z Downloaded usdt-impl v0.5.0
3032026-08-21T16:08:08.970Z Downloaded heck v0.5.0
3042026-08-21T16:08:08.973Z Downloaded is_terminal_polyfill v1.70.2
3052026-08-21T16:08:08.973Z Downloaded proc-macro-error-attr v1.0.4
3062026-08-21T16:08:08.977Z Downloaded pretty-hex v0.4.1
3072026-08-21T16:08:08.979Z Downloaded anstyle-query v1.1.5
3082026-08-21T16:08:08.979Z Downloaded anstyle-parse v1.0.0
3092026-08-21T16:08:08.987Z Downloaded clap v4.6.1
3102026-08-21T16:08:08.991Z Downloaded dtrace-parser v0.2.0
3112026-08-21T16:08:08.994Z Downloaded itoa v1.0.17
3122026-08-21T16:08:08.997Z Downloaded cpufeatures v0.2.17
3132026-08-21T16:08:08.997Z Downloaded heck v0.4.1
3142026-08-21T16:08:08.999Z Downloaded memmap v0.7.0
3152026-08-21T16:08:08.999Z Downloaded block-buffer v0.10.4
3162026-08-21T16:08:09.000Z Downloaded usdt-macro v0.5.0
3172026-08-21T16:08:09.003Z Downloaded thread-id v4.2.2
3182026-08-21T16:08:09.006Z Downloaded smawk v0.3.2
3192026-08-21T16:08:09.006Z Downloaded dof v0.3.0
3202026-08-21T16:08:09.009Z Downloaded generic-array v0.14.7
3212026-08-21T16:08:09.012Z Downloaded equivalent v1.0.2
3222026-08-21T16:08:09.015Z Downloaded unicode-linebreak v0.1.5
3232026-08-21T16:08:09.017Z Downloaded camino-tempfile v1.4.1
3242026-08-21T16:08:09.023Z Downloaded errno v0.3.14
3252026-08-21T16:08:09.026Z Downloaded scroll_derive v0.12.1
3262026-08-21T16:08:09.032Z Downloaded macaddr v1.0.1
3272026-08-21T16:08:09.035Z Downloaded serde_spanned v0.6.9
3282026-08-21T16:08:09.035Z Downloaded terminal_size v0.4.3
3292026-08-21T16:08:09.035Z Downloaded fnv v1.0.7
3302026-08-21T16:08:09.039Z Downloaded utf8parse v0.2.2
3312026-08-21T16:08:09.044Z Downloaded swrite v0.1.0
3322026-08-21T16:08:09.046Z Downloaded tabled_derive v0.7.0
3332026-08-21T16:08:09.049Z Downloaded version_check v0.9.5
3342026-08-21T16:08:09.058Z Downloaded usdt-attr-macro v0.5.0
3352026-08-21T16:08:09.070Z Downloaded byteorder v1.5.0
3362026-08-21T16:08:09.073Z Downloaded plain v0.2.3
3372026-08-21T16:08:09.073Z Downloaded quote v1.0.45
3382026-08-21T16:08:09.073Z Downloaded anstyle v1.0.14
3392026-08-21T16:08:09.076Z Downloaded proc-macro-error v1.0.4
3402026-08-21T16:08:09.076Z Downloaded strsim v0.11.1
3412026-08-21T16:08:09.081Z Downloaded bytecount v0.6.9
3422026-08-21T16:08:09.084Z Downloaded serde_derive v1.0.228
3432026-08-21T16:08:09.084Z Downloaded once_cell v1.21.3
3442026-08-21T16:08:09.089Z Downloaded getrandom v0.3.4
3452026-08-21T16:08:09.092Z Downloaded cargo-platform v0.3.2
3462026-08-21T16:08:09.092Z Downloaded pest_meta v2.8.6
3472026-08-21T16:08:09.095Z Downloaded colorchoice v1.0.4
3482026-08-21T16:08:09.098Z Downloaded autocfg v1.5.0
3492026-08-21T16:08:09.101Z Downloaded toml_write v0.1.2
3502026-08-21T16:08:09.104Z Downloaded digest v0.10.7
3512026-08-21T16:08:09.107Z Downloaded serde_tokenstream v0.2.3
3522026-08-21T16:08:09.134Z Downloaded thiserror v1.0.69
3532026-08-21T16:08:09.134Z Downloaded thiserror-impl v2.0.18
3542026-08-21T16:08:09.134Z Downloaded thiserror-impl v1.0.69
3552026-08-21T16:08:09.134Z Downloaded thiserror v2.0.18
3562026-08-21T16:08:09.134Z Downloaded bitflags v2.11.0
3572026-08-21T16:08:09.134Z Downloaded camino v1.2.5
3582026-08-21T16:08:09.138Z Downloaded serde v1.0.228
3592026-08-21T16:08:09.138Z Downloaded proc-macro2 v1.0.106
3602026-08-21T16:08:09.138Z Downloaded pest_derive v2.8.6
3612026-08-21T16:08:09.141Z Downloaded pest_generator v2.8.6
3622026-08-21T16:08:09.143Z Downloaded semver v1.0.28
3632026-08-21T16:08:09.146Z Downloaded anyhow v1.0.104
3642026-08-21T16:08:09.150Z Downloaded fs-err v3.3.0
3652026-08-21T16:08:09.150Z Downloaded sha2 v0.10.9
3662026-08-21T16:08:09.150Z Downloaded tempfile v3.27.0
3672026-08-21T16:08:09.153Z Downloaded toml v0.8.23
3682026-08-21T16:08:09.158Z Downloaded zerocopy-derive v0.7.35
3692026-08-21T16:08:09.160Z Downloaded log v0.4.33
3702026-08-21T16:08:09.167Z Downloaded textwrap v0.16.2
3712026-08-21T16:08:09.170Z Downloaded ucd-trie v0.1.7
3722026-08-21T16:08:09.170Z Downloaded unicode-ident v1.0.24
3732026-08-21T16:08:09.173Z Downloaded papergrid v0.11.0
3742026-08-21T16:08:09.185Z Downloaded serde_core v1.0.228
3752026-08-21T16:08:09.190Z Downloaded toml_edit v0.22.27
3762026-08-21T16:08:09.206Z Downloaded typenum v1.20.1
3772026-08-21T16:08:09.208Z Downloaded memchr v2.8.0
3782026-08-21T16:08:09.217Z Downloaded indexmap v2.14.0
3792026-08-21T16:08:09.232Z Downloaded pest v2.8.6
3802026-08-21T16:08:09.244Z Downloaded clap_builder v4.6.0
3812026-08-21T16:08:09.275Z Downloaded hashbrown v0.17.0
3822026-08-21T16:08:09.287Z Downloaded goblin v0.8.2
3832026-08-21T16:08:09.293Z Downloaded serde_json v1.0.151
3842026-08-21T16:08:09.296Z Downloaded winnow v0.7.14
3852026-08-21T16:08:09.310Z Downloaded tabled v0.15.0
3862026-08-21T16:08:09.328Z Downloaded syn v1.0.109
3872026-08-21T16:08:09.333Z Downloaded unicode-width v0.1.14
3882026-08-21T16:08:09.336Z Downloaded unicode-width v0.2.0
3892026-08-21T16:08:09.340Z Downloaded syn v2.0.117
3902026-08-21T16:08:09.359Z Downloaded rustix v1.1.4
3912026-08-21T16:08:09.389Z Downloaded libc v0.2.185
3922026-08-21T16:08:09.450Z Compiling proc-macro2 v1.0.106
3932026-08-21T16:08:09.450Z Compiling quote v1.0.45
3942026-08-21T16:08:09.453Z Compiling unicode-ident v1.0.24
3952026-08-21T16:08:09.453Z Compiling serde_core v1.0.228
3962026-08-21T16:08:09.453Z Compiling libc v0.2.185
3972026-08-21T16:08:09.453Z Compiling version_check v0.9.5
3982026-08-21T16:08:09.453Z Compiling memchr v2.8.0
3992026-08-21T16:08:09.453Z Compiling serde v1.0.228
4002026-08-21T16:08:09.745Z Compiling zmij v1.0.21
4012026-08-21T16:08:09.982Z Compiling ucd-trie v0.1.7
4022026-08-21T16:08:10.010Z Compiling itoa v1.0.17
4032026-08-21T16:08:10.201Z Compiling thiserror v1.0.69
4042026-08-21T16:08:10.242Z Compiling pest v2.8.6
4052026-08-21T16:08:10.352Z Compiling byteorder v1.5.0
4062026-08-21T16:08:10.444Z Compiling rustix v1.1.4
4072026-08-21T16:08:10.596Z Compiling errno v0.3.14
4082026-08-21T16:08:10.656Z Compiling serde_json v1.0.151
4092026-08-21T16:08:10.746Z Compiling bitflags v2.11.0
4102026-08-21T16:08:10.842Z Compiling syn v2.0.117
4112026-08-21T16:08:10.910Z Compiling thread-id v4.2.2
4122026-08-21T16:08:10.958Z Compiling proc-macro-error-attr v1.0.4
4132026-08-21T16:08:10.991Z Compiling usdt-impl v0.5.0
4142026-08-21T16:08:11.116Z Compiling camino v1.2.5
4152026-08-21T16:08:11.157Z Compiling syn v1.0.109
4162026-08-21T16:08:11.305Z Compiling pest_meta v2.8.6
4172026-08-21T16:08:11.484Z Compiling proc-macro-error v1.0.4
4182026-08-21T16:08:11.500Z Compiling hashbrown v0.17.0
4192026-08-21T16:08:11.516Z Compiling equivalent v1.0.2
4202026-08-21T16:08:11.603Z Compiling utf8parse v0.2.2
4212026-08-21T16:08:11.662Z Compiling getrandom v0.3.4
4222026-08-21T16:08:11.715Z Compiling plain v0.2.3
4232026-08-21T16:08:11.871Z Compiling log v0.4.33
4242026-08-21T16:08:12.090Z Compiling indexmap v2.14.0
4252026-08-21T16:08:12.138Z Compiling terminal_size v0.4.3
4262026-08-21T16:08:12.286Z Compiling anstyle-parse v1.0.0
4272026-08-21T16:08:12.752Z Compiling toml_write v0.1.2
4282026-08-21T16:08:12.801Z Compiling pretty-hex v0.4.1
4292026-08-21T16:08:12.878Z Compiling is_terminal_polyfill v1.70.2
4302026-08-21T16:08:12.912Z Compiling anstyle-query v1.1.5
4312026-08-21T16:08:12.943Z Compiling anstyle v1.0.14
4322026-08-21T16:08:12.978Z Compiling winnow v0.7.14
4332026-08-21T16:08:12.983Z Compiling cfg-if v1.0.4
4342026-08-21T16:08:12.994Z Compiling thiserror v2.0.18
4352026-08-21T16:08:13.020Z Compiling autocfg v1.5.0
4362026-08-21T16:08:13.045Z Compiling colorchoice v1.0.4
4372026-08-21T16:08:13.137Z Compiling pest_generator v2.8.6
4382026-08-21T16:08:13.162Z Compiling anstream v1.0.0
4392026-08-21T16:08:13.431Z Compiling fs-err v3.3.0
4402026-08-21T16:08:13.453Z Compiling heck v0.5.0
4412026-08-21T16:08:13.468Z Compiling fnv v1.0.7
4422026-08-21T16:08:13.512Z Compiling once_cell v1.21.3
4432026-08-21T16:08:13.567Z Compiling unicode-width v0.1.14
4442026-08-21T16:08:13.679Z Compiling strsim v0.11.1
4452026-08-21T16:08:13.728Z Compiling heck v0.4.1
4462026-08-21T16:08:13.813Z Compiling fastrand v2.3.0
4472026-08-21T16:08:13.838Z Compiling clap_lex v1.0.0
4482026-08-21T16:08:13.918Z Compiling anyhow v1.0.104
4492026-08-21T16:08:13.946Z Compiling bytecount v0.6.9
4502026-08-21T16:08:14.027Z Compiling clap_builder v4.6.0
4512026-08-21T16:08:14.067Z Compiling papergrid v0.11.0
4522026-08-21T16:08:14.084Z Compiling tempfile v3.27.0
4532026-08-21T16:08:14.199Z Compiling cargo-platform v0.3.2
4542026-08-21T16:08:14.439Z Compiling semver v1.0.28
4552026-08-21T16:08:14.469Z Compiling memmap v0.7.0
4562026-08-21T16:08:14.486Z Compiling smawk v0.3.2
4572026-08-21T16:08:14.487Z Compiling unicode-linebreak v0.1.5
4582026-08-21T16:08:14.519Z Compiling tabled_derive v0.7.0
4592026-08-21T16:08:14.643Z Compiling unicode-width v0.2.0
4602026-08-21T16:08:14.728Z Compiling camino-tempfile v1.4.1
4612026-08-21T16:08:14.757Z Compiling serde_derive v1.0.228
4622026-08-21T16:08:14.774Z Compiling thiserror-impl v1.0.69
4632026-08-21T16:08:14.909Z Compiling zerocopy-derive v0.7.35
4642026-08-21T16:08:14.946Z Compiling pest_derive v2.8.6
4652026-08-21T16:08:14.993Z Compiling scroll_derive v0.12.1
4662026-08-21T16:08:15.418Z Compiling thiserror-impl v2.0.18
4672026-08-21T16:08:15.540Z Compiling clap_derive v4.6.1
4682026-08-21T16:08:15.540Z Compiling tabled v0.15.0
4692026-08-21T16:08:15.710Z Compiling scroll v0.12.0
4702026-08-21T16:08:15.799Z Compiling zerocopy v0.7.35
4712026-08-21T16:08:15.963Z Compiling goblin v0.8.2
4722026-08-21T16:08:16.143Z Compiling dtrace-parser v0.2.0
4732026-08-21T16:08:16.367Z Compiling textwrap v0.16.2
4742026-08-21T16:08:16.793Z Compiling swrite v0.1.0
4752026-08-21T16:08:17.169Z Compiling clap v4.6.1
4762026-08-21T16:08:17.857Z Compiling dof v0.3.0
4772026-08-21T16:08:17.857Z Compiling serde_spanned v0.6.9
4782026-08-21T16:08:17.860Z Compiling toml_datetime v0.6.11
4792026-08-21T16:08:17.860Z Compiling serde_tokenstream v0.2.3
4802026-08-21T16:08:17.860Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-08-21T16:08:17.934Z Compiling cargo_metadata v0.23.1
4822026-08-21T16:08:17.937Z Compiling macaddr v1.0.1
4832026-08-21T16:08:18.172Z Compiling toml_edit v0.22.27
4842026-08-21T16:08:18.665Z Compiling usdt-attr-macro v0.5.0
4852026-08-21T16:08:18.668Z Compiling usdt-macro v0.5.0
4862026-08-21T16:08:19.243Z Compiling usdt v0.5.0
4872026-08-21T16:08:19.456Z Compiling toml v0.8.23
4882026-08-21T16:08:19.778Z Compiling cargo_toml v0.21.0
4892026-08-21T16:08:21.019Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-21T16:08:23.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.92s
4912026-08-21T16:08:23.244Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-21T16:08:23.746Z Downloading crates ...
4932026-08-21T16:08:23.807Z Downloaded addr2line v0.25.1
4942026-08-21T16:08:23.811Z Downloaded blowfish v0.10.0
4952026-08-21T16:08:23.815Z Downloaded compact_str v0.8.1
4962026-08-21T16:08:23.815Z Downloaded argon2 v0.5.3
4972026-08-21T16:08:23.820Z Downloaded arrayvec v0.7.6
4982026-08-21T16:08:23.820Z Downloaded ahash v0.8.12
4992026-08-21T16:08:23.824Z Downloaded argon2 v0.6.0-rc.8
5002026-08-21T16:08:23.827Z Downloaded anstyle-parse v0.2.7
5012026-08-21T16:08:23.831Z Downloaded async-compression v0.4.41
5022026-08-21T16:08:23.834Z Downloaded async-recursion v1.1.1
5032026-08-21T16:08:23.834Z Downloaded atty v0.2.14
5042026-08-21T16:08:23.838Z Downloaded backoff v0.4.0
5052026-08-21T16:08:23.838Z Downloaded arrayref v0.3.9
5062026-08-21T16:08:23.838Z Downloaded array-init v0.0.4
5072026-08-21T16:08:23.838Z Downloaded fixedbitset v0.5.7
5082026-08-21T16:08:23.841Z Downloaded base64ct v1.8.3
5092026-08-21T16:08:23.841Z Downloaded bit-set v0.8.0
5102026-08-21T16:08:23.841Z Downloaded anstream v0.6.21
5112026-08-21T16:08:23.841Z Downloaded fd-lock v4.0.4
5122026-08-21T16:08:23.844Z Downloaded bit-vec v0.8.0
5132026-08-21T16:08:23.844Z Downloaded foldhash v0.1.5
5142026-08-21T16:08:23.844Z Downloaded foreign-types v0.5.0
5152026-08-21T16:08:23.844Z Downloaded foreign-types-shared v0.3.1
5162026-08-21T16:08:23.844Z Downloaded find-msvc-tools v0.1.9
5172026-08-21T16:08:23.848Z Downloaded arc-swap v1.8.2
5182026-08-21T16:08:23.848Z Downloaded bitfield-macros v0.19.4
5192026-08-21T16:08:23.848Z Downloaded bitfield-struct v0.6.2
5202026-08-21T16:08:23.851Z Downloaded bcs v0.1.6
5212026-08-21T16:08:23.851Z Downloaded bit-set v0.5.3
5222026-08-21T16:08:23.851Z Downloaded futures-core v0.3.32
5232026-08-21T16:08:23.851Z Downloaded async-stream v0.3.6
5242026-08-21T16:08:23.855Z Downloaded backtrace-ext v0.2.1
5252026-08-21T16:08:23.855Z Downloaded fatfs v0.3.6
5262026-08-21T16:08:23.855Z Downloaded atomic-waker v1.1.2
5272026-08-21T16:08:23.855Z Downloaded async-trait v0.1.89
5282026-08-21T16:08:23.858Z Downloaded foreign-types-macros v0.2.3
5292026-08-21T16:08:23.861Z Downloaded futures-task v0.3.32
5302026-08-21T16:08:23.861Z Downloaded funty v2.0.0
5312026-08-21T16:08:23.861Z Downloaded assert_matches v1.5.0
5322026-08-21T16:08:23.861Z Downloaded embedded-io v0.4.0
5332026-08-21T16:08:23.864Z Downloaded adler2 v2.0.1
5342026-08-21T16:08:23.864Z Downloaded futures-sink v0.3.32
5352026-08-21T16:08:23.864Z Downloaded ciborium-io v0.2.2
5362026-08-21T16:08:23.867Z Downloaded enum-as-inner v0.6.1
5372026-08-21T16:08:23.871Z Downloaded hash32 v0.2.1
5382026-08-21T16:08:23.871Z Downloaded atomicwrites v0.4.4
5392026-08-21T16:08:23.871Z Downloaded float-ord v0.3.2
5402026-08-21T16:08:23.871Z Downloaded hex-literal v1.1.0
5412026-08-21T16:08:23.871Z Downloaded ascii-canvas v3.0.0
5422026-08-21T16:08:23.871Z Downloaded async-stream-impl v0.3.6
5432026-08-21T16:08:23.871Z Downloaded compression-core v0.4.31
5442026-08-21T16:08:23.874Z Downloaded bb8 v0.8.6
5452026-08-21T16:08:23.877Z Downloaded castaway v0.2.4
5462026-08-21T16:08:23.877Z Downloaded ghash v0.6.0
5472026-08-21T16:08:23.877Z Downloaded cfg_aliases v0.1.1
5482026-08-21T16:08:23.877Z Downloaded block-buffer v0.12.1
5492026-08-21T16:08:23.881Z Downloaded ciborium-ll v0.2.2
5502026-08-21T16:08:23.881Z Downloaded futures-io v0.3.32
5512026-08-21T16:08:23.884Z Downloaded env_filter v2.0.0
5522026-08-21T16:08:23.884Z Downloaded cfg_aliases v0.2.1
5532026-08-21T16:08:23.887Z Downloaded base16ct v1.0.0
5542026-08-21T16:08:23.887Z Downloaded bcrypt-pbkdf v0.11.0
5552026-08-21T16:08:23.887Z Downloaded foreign-types v0.3.2
5562026-08-21T16:08:23.887Z Downloaded headers-core v0.3.0
5572026-08-21T16:08:23.887Z Downloaded hex v0.4.3
5582026-08-21T16:08:23.890Z Downloaded gethostname v0.5.0
5592026-08-21T16:08:23.890Z Downloaded http-body v1.0.1
5602026-08-21T16:08:23.890Z Downloaded embedded-io v0.6.1
5612026-08-21T16:08:23.890Z Downloaded hubpack_derive v0.1.1
5622026-08-21T16:08:23.893Z Downloaded hash32 v0.3.1
5632026-08-21T16:08:23.896Z Downloaded fxhash v0.2.1
5642026-08-21T16:08:23.899Z Downloaded http-range v0.1.5
5652026-08-21T16:08:23.899Z Downloaded foreign-types-shared v0.1.1
5662026-08-21T16:08:23.902Z Downloaded futures-macro v0.3.32
5672026-08-21T16:08:23.905Z Downloaded cobs v0.3.0
5682026-08-21T16:08:23.908Z Downloaded newline-converter v0.3.0
5692026-08-21T16:08:23.908Z Downloaded block-padding v0.4.2
5702026-08-21T16:08:23.911Z Downloaded home v0.5.12
5712026-08-21T16:08:23.915Z Downloaded globwalk v0.9.1
5722026-08-21T16:08:23.919Z Downloaded normalize-line-endings v0.3.0
5732026-08-21T16:08:23.922Z Downloaded form_urlencoded v1.2.2
5742026-08-21T16:08:23.922Z Downloaded hostname v0.4.2
5752026-08-21T16:08:23.926Z Downloaded float-cmp v0.10.0
5762026-08-21T16:08:23.926Z Downloaded hubpack v0.1.2
5772026-08-21T16:08:23.929Z Downloaded base16ct v0.2.0
5782026-08-21T16:08:23.929Z Downloaded num_threads v0.1.7
5792026-08-21T16:08:23.929Z Downloaded httpdate v1.0.3
5802026-08-21T16:08:23.929Z Downloaded nibble_vec v0.1.0
5812026-08-21T16:08:23.947Z Downloaded enum_dispatch v0.3.13
5822026-08-21T16:08:23.947Z Downloaded fallible-iterator v0.2.0
5832026-08-21T16:08:23.947Z Downloaded nodrop v0.1.14
5842026-08-21T16:08:23.947Z Downloaded bitfield v0.19.4
5852026-08-21T16:08:23.947Z Downloaded cmov v0.5.4
5862026-08-21T16:08:23.947Z Downloaded fs-err v2.11.0
5872026-08-21T16:08:23.947Z Downloaded env_logger v0.11.11
5882026-08-21T16:08:23.947Z Downloaded bit-vec v0.6.3
5892026-08-21T16:08:23.947Z Downloaded camino-tempfile-ext v0.3.3
5902026-08-21T16:08:23.947Z Downloaded erased-serde v0.3.31
5912026-08-21T16:08:23.947Z Downloaded foldhash v0.2.0
5922026-08-21T16:08:23.947Z Downloaded flate2 v1.1.9
5932026-08-21T16:08:23.947Z Downloaded aead v0.5.2
5942026-08-21T16:08:23.947Z Downloaded endian-type v0.1.2
5952026-08-21T16:08:23.947Z Downloaded bs58 v0.5.1
5962026-08-21T16:08:23.947Z Downloaded git-stub v1.0.0
5972026-08-21T16:08:23.947Z Downloaded parse-size v1.1.0
5982026-08-21T16:08:23.947Z Downloaded allocator-api2 v0.2.21
5992026-08-21T16:08:23.951Z Downloaded cbc v0.2.1
6002026-08-21T16:08:23.955Z Downloaded openssl-macros v0.1.1
6012026-08-21T16:08:23.955Z Downloaded precomputed-hash v0.1.1
6022026-08-21T16:08:23.958Z Downloaded quick-error v1.2.3
6032026-08-21T16:08:23.963Z Downloaded proc-macro-crate v1.3.1
6042026-08-21T16:08:23.963Z Downloaded psl-types v2.0.11
6052026-08-21T16:08:23.963Z Downloaded rand_pcg v0.10.2
6062026-08-21T16:08:23.966Z Downloaded ff v0.13.1
6072026-08-21T16:08:23.966Z Downloaded fixedbitset v0.4.2
6082026-08-21T16:08:23.973Z Downloaded hostname v0.3.1
6092026-08-21T16:08:23.976Z Downloaded cipher v0.4.4
6102026-08-21T16:08:23.979Z Downloaded chacha20 v0.9.1
6112026-08-21T16:08:23.979Z Downloaded ff v0.14.0
6122026-08-21T16:08:23.979Z Downloaded git-stub-vcs v0.1.0
6132026-08-21T16:08:23.982Z Downloaded byte-wrapper v0.1.0
6142026-08-21T16:08:23.982Z Downloaded fs_extra v1.3.0
6152026-08-21T16:08:23.982Z Downloaded cexpr v0.6.0
6162026-08-21T16:08:23.985Z Downloaded compression-codecs v0.4.37
6172026-08-21T16:08:23.988Z Downloaded num_enum v0.5.11
6182026-08-21T16:08:23.988Z Downloaded ena v0.14.4
6192026-08-21T16:08:23.991Z Downloaded globset v0.4.18
6202026-08-21T16:08:23.991Z Downloaded cassowary v0.3.0
6212026-08-21T16:08:23.991Z Downloaded filetime v0.2.27
6222026-08-21T16:08:23.994Z Downloaded rustc_version v0.4.1
6232026-08-21T16:08:23.997Z Downloaded semver v0.1.20
6242026-08-21T16:08:23.997Z Downloaded backon v1.6.0
6252026-08-21T16:08:24.001Z Downloaded http-body-util v0.1.3
6262026-08-21T16:08:24.004Z Downloaded num-integer v0.1.46
6272026-08-21T16:08:24.004Z Downloaded aead v0.6.1
6282026-08-21T16:08:24.004Z Downloaded chacha20 v0.10.0
6292026-08-21T16:08:24.007Z Downloaded console v0.15.11
6302026-08-21T16:08:24.007Z Downloaded ciborium v0.2.2
6312026-08-21T16:08:24.011Z Downloaded cipher v0.5.2
6322026-08-21T16:08:24.011Z Downloaded signature v2.2.0
6332026-08-21T16:08:24.011Z Downloaded signature v3.0.0
6342026-08-21T16:08:24.011Z Downloaded signal-hook-tokio v0.3.1
6352026-08-21T16:08:24.015Z Downloaded parse-display-derive v0.10.0
6362026-08-21T16:08:24.015Z Downloaded pbkdf2 v0.13.0
6372026-08-21T16:08:24.015Z Downloaded supports-hyperlinks v3.2.0
6382026-08-21T16:08:24.015Z Downloaded sync_wrapper v1.0.2
6392026-08-21T16:08:24.015Z Downloaded testing_table v0.3.0
6402026-08-21T16:08:24.015Z Downloaded stable_deref_trait v1.2.1
6412026-08-21T16:08:24.015Z Downloaded strum v0.27.2
6422026-08-21T16:08:24.019Z Downloaded flagset v0.4.7
6432026-08-21T16:08:24.022Z Downloaded port-file v0.1.0
6442026-08-21T16:08:24.022Z Downloaded futures-executor v0.3.32
6452026-08-21T16:08:24.022Z Downloaded glob v0.3.3
6462026-08-21T16:08:24.025Z Downloaded group v0.13.0
6472026-08-21T16:08:24.025Z Downloaded packed_struct v0.10.1
6482026-08-21T16:08:24.025Z Downloaded highway v1.3.0
6492026-08-21T16:08:24.025Z Downloaded phf_shared v0.11.3
6502026-08-21T16:08:24.028Z Downloaded progenitor-client v0.13.0
6512026-08-21T16:08:24.031Z Downloaded pin-project-internal v1.1.11
6522026-08-21T16:08:24.034Z Downloaded take_mut v0.2.2
6532026-08-21T16:08:24.034Z Downloaded untrusted v0.7.1
6542026-08-21T16:08:24.037Z Downloaded yoke-derive v0.8.1
6552026-08-21T16:08:24.037Z Downloaded console v0.16.2
6562026-08-21T16:08:24.040Z Downloaded tokio-macros v2.7.0
6572026-08-21T16:08:24.043Z Downloaded tower-service v0.3.3
6582026-08-21T16:08:24.043Z Downloaded rustversion v1.0.22
6592026-08-21T16:08:24.043Z Downloaded buf-list v1.1.2
6602026-08-21T16:08:24.046Z Downloaded blake2 v0.11.0-rc.6
6612026-08-21T16:08:24.046Z Downloaded tower-layer v0.3.3
6622026-08-21T16:08:24.046Z Downloaded usdt-macro v0.6.0
6632026-08-21T16:08:24.049Z Downloaded bzip2 v0.6.1
6642026-08-21T16:08:24.049Z Downloaded clang-sys v1.8.1
6652026-08-21T16:08:24.049Z Downloaded want v0.3.1
6662026-08-21T16:08:24.052Z Downloaded cancel-safe-futures v0.1.5
6672026-08-21T16:08:24.052Z Downloaded bzip2 v0.4.4
6682026-08-21T16:08:24.052Z Downloaded colored v2.2.0
6692026-08-21T16:08:24.055Z Downloaded futures-channel v0.3.32
6702026-08-21T16:08:24.055Z Downloaded group v0.14.0
6712026-08-21T16:08:24.055Z Downloaded bitflags v1.3.2
6722026-08-21T16:08:24.058Z Downloaded colored v3.1.1
6732026-08-21T16:08:24.058Z Downloaded async-bb8-diesel v0.2.1
6742026-08-21T16:08:24.061Z Downloaded half v1.8.3
6752026-08-21T16:08:24.061Z Downloaded rusty-fork v0.3.1
6762026-08-21T16:08:24.061Z Downloaded cmake v0.1.57
6772026-08-21T16:08:24.061Z Downloaded signal-hook-registry v1.4.8
6782026-08-21T16:08:24.064Z Downloaded shlex v1.3.0
6792026-08-21T16:08:24.064Z Downloaded zeroize_derive v1.5.0
6802026-08-21T16:08:24.064Z Downloaded const-oid v0.9.6
6812026-08-21T16:08:24.068Z Downloaded zone_cfg_derive v0.3.1
6822026-08-21T16:08:24.071Z Downloaded oxide-update-engine v0.1.2
6832026-08-21T16:08:24.075Z Downloaded darling_macro v0.20.11
6842026-08-21T16:08:24.075Z Downloaded hmac v0.13.0
6852026-08-21T16:08:24.078Z Downloaded generic-array v1.4.3
6862026-08-21T16:08:24.078Z Downloaded sec1 v0.8.1
6872026-08-21T16:08:24.078Z Downloaded futures v0.3.32
6882026-08-21T16:08:24.081Z Downloaded serdect v0.4.3
6892026-08-21T16:08:24.085Z Downloaded slog-term v2.9.2
6902026-08-21T16:08:24.085Z Downloaded slog-stdlog v4.1.1
6912026-08-21T16:08:24.136Z Downloaded quinn-udp v0.5.14
6922026-08-21T16:08:24.136Z Downloaded tokio-tungstenite v0.23.1
6932026-08-21T16:08:24.136Z Downloaded curve25519-dalek-derive v0.1.1
6942026-08-21T16:08:24.136Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6952026-08-21T16:08:24.136Z Downloaded stringprep v0.1.5
6962026-08-21T16:08:24.136Z Downloaded dirs-sys-next v0.1.2
6972026-08-21T16:08:24.136Z Downloaded peg v0.8.5
6982026-08-21T16:08:24.136Z Downloaded dof v0.4.0
6992026-08-21T16:08:24.136Z Downloaded httparse v1.10.1
7002026-08-21T16:08:24.136Z Downloaded dtrace-parser v0.3.0
7012026-08-21T16:08:24.136Z Downloaded hyper-tls v0.6.0
7022026-08-21T16:08:24.136Z Downloaded blake2 v0.10.6
7032026-08-21T16:08:24.136Z Downloaded schemars_derive v0.8.22
7042026-08-21T16:08:24.136Z Downloaded tls_codec v0.4.2
7052026-08-21T16:08:24.136Z Downloaded thread_local v1.1.9
7062026-08-21T16:08:24.136Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7072026-08-21T16:08:24.136Z Downloaded serde_cbor v0.11.2
7082026-08-21T16:08:24.136Z Downloaded serde_derive_internals v0.29.1
7092026-08-21T16:08:24.137Z Downloaded difflib v0.4.0
7102026-08-21T16:08:24.137Z Downloaded xshell v0.2.7
7112026-08-21T16:08:24.137Z Downloaded jiff-static v0.2.34
7122026-08-21T16:08:24.137Z Downloaded getrandom v0.2.17
7132026-08-21T16:08:24.137Z Downloaded indoc v1.0.9
7142026-08-21T16:08:24.137Z Downloaded usdt-impl v0.6.0
7152026-08-21T16:08:24.137Z Downloaded vergen-lib v0.1.6
7162026-08-21T16:08:24.140Z Downloaded instability v0.3.11
7172026-08-21T16:08:24.140Z Downloaded base64 v0.22.1
7182026-08-21T16:08:24.140Z Downloaded instant v0.1.13
7192026-08-21T16:08:24.140Z Downloaded is_ci v1.2.0
7202026-08-21T16:08:24.140Z Downloaded const-oid v0.10.2
7212026-08-21T16:08:24.140Z Downloaded new_debug_unreachable v1.0.6
7222026-08-21T16:08:24.140Z Downloaded num-iter v0.1.45
7232026-08-21T16:08:24.144Z Downloaded elliptic-curve v0.14.1
7242026-08-21T16:08:24.144Z Downloaded hmac v0.12.1
7252026-08-21T16:08:24.147Z Downloaded peg-runtime v0.8.5
7262026-08-21T16:08:24.147Z Downloaded potential_utf v0.1.4
7272026-08-21T16:08:24.150Z Downloaded illumos-nvpair-sys v0.2.0
7282026-08-21T16:08:24.150Z Downloaded wyz v0.5.1
7292026-08-21T16:08:24.150Z Downloaded maplit v1.0.2
7302026-08-21T16:08:24.153Z Downloaded omicron-zone-package v0.12.3
7312026-08-21T16:08:24.156Z Downloaded defmt-macros v1.0.1
7322026-08-21T16:08:24.156Z Downloaded kem v0.3.0
7332026-08-21T16:08:24.159Z Downloaded mime v0.3.17
7342026-08-21T16:08:24.162Z Downloaded openssl-probe v0.1.6
7352026-08-21T16:08:24.162Z Downloaded tokio-stream v0.1.18
7362026-08-21T16:08:24.165Z Downloaded openssl-probe v0.2.1
7372026-08-21T16:08:24.168Z Downloaded snafu-derive v0.8.9
7382026-08-21T16:08:24.168Z Downloaded debug-ignore v1.0.5
7392026-08-21T16:08:24.172Z Downloaded ed25519 v3.0.0
7402026-08-21T16:08:24.172Z Downloaded corncobs v0.1.4
7412026-08-21T16:08:24.173Z Downloaded progenitor-client v0.14.0
7422026-08-21T16:08:24.175Z Downloaded critical-section v1.2.0
7432026-08-21T16:08:24.176Z Downloaded ctr v0.10.1
7442026-08-21T16:08:24.179Z Downloaded rand_chacha v0.3.1
7452026-08-21T16:08:24.179Z Downloaded half v2.7.1
7462026-08-21T16:08:24.182Z Downloaded phf_shared v0.12.1
7472026-08-21T16:08:24.182Z Downloaded predicates-core v1.0.10
7482026-08-21T16:08:24.185Z Downloaded term v1.2.1
7492026-08-21T16:08:24.188Z Downloaded pkcs5 v0.8.1
7502026-08-21T16:08:24.191Z Downloaded chacha20poly1305 v0.10.1
7512026-08-21T16:08:24.195Z Downloaded deranged v0.5.8
7522026-08-21T16:08:24.198Z Downloaded der_derive v0.7.3
7532026-08-21T16:08:24.198Z Downloaded diesel-dtrace v0.5.0
7542026-08-21T16:08:24.202Z Downloaded ref-cast-impl v1.0.25
7552026-08-21T16:08:24.206Z Downloaded rfc6979 v0.4.0
7562026-08-21T16:08:24.206Z Downloaded cc v1.2.56
7572026-08-21T16:08:24.206Z Downloaded serde_bytes v0.11.19
7582026-08-21T16:08:24.206Z Downloaded unicode-properties v0.1.4
7592026-08-21T16:08:24.210Z Downloaded num_enum_derive v0.5.11
7602026-08-21T16:08:24.213Z Downloaded headers v0.4.1
7612026-08-21T16:08:24.216Z Downloaded multer v3.1.0
7622026-08-21T16:08:24.216Z Downloaded paste v1.0.15
7632026-08-21T16:08:24.219Z Downloaded secrecy v0.8.0
7642026-08-21T16:08:24.219Z Downloaded sha1 v0.11.0
7652026-08-21T16:08:24.219Z Downloaded flume v0.11.1
7662026-08-21T16:08:24.221Z Downloaded sigpipe v0.1.3
7672026-08-21T16:08:24.221Z Downloaded tagptr v0.2.0
7682026-08-21T16:08:24.224Z Downloaded heapless v0.8.0
7692026-08-21T16:08:24.224Z Downloaded ron v0.8.1
7702026-08-21T16:08:24.227Z Downloaded oxnet v0.1.6
7712026-08-21T16:08:24.230Z Downloaded pem v3.0.6
7722026-08-21T16:08:24.230Z Downloaded primefield v0.14.0
7732026-08-21T16:08:24.230Z Downloaded crossbeam-utils v0.8.21
7742026-08-21T16:08:24.233Z Downloaded darling v0.20.11
7752026-08-21T16:08:24.233Z Downloaded polyval v0.7.1
7762026-08-21T16:08:24.236Z Downloaded lru-slab v0.1.2
7772026-08-21T16:08:24.236Z Downloaded scroll_derive v0.13.1
7782026-08-21T16:08:24.236Z Downloaded shell-words v1.1.1
7792026-08-21T16:08:24.236Z Downloaded libefi-sys v0.1.0
7802026-08-21T16:08:24.236Z Downloaded libloading v0.8.9
7812026-08-21T16:08:24.239Z Downloaded progenitor-impl v0.14.0
7822026-08-21T16:08:24.239Z Downloaded prefix-trie v0.7.0
7832026-08-21T16:08:24.242Z Downloaded linear-map v1.2.0
7842026-08-21T16:08:24.242Z Downloaded tungstenite v0.21.0
7852026-08-21T16:08:24.242Z Downloaded tungstenite v0.23.0
7862026-08-21T16:08:24.245Z Downloaded vte v0.14.1
7872026-08-21T16:08:24.245Z Downloaded unsafe-libyaml v0.2.11
7882026-08-21T16:08:24.248Z Downloaded tap v1.0.1
7892026-08-21T16:08:24.248Z Downloaded thread-id v5.1.0
7902026-08-21T16:08:24.248Z Downloaded radium v0.7.0
7912026-08-21T16:08:24.248Z Downloaded ecdsa v0.17.0
7922026-08-21T16:08:24.251Z Downloaded ed25519 v2.2.3
7932026-08-21T16:08:24.251Z Downloaded thiserror-impl-no-std v2.0.2
7942026-08-21T16:08:24.251Z Downloaded try-lock v0.2.5
7952026-08-21T16:08:24.251Z Downloaded socket2 v0.5.10
7962026-08-21T16:08:24.254Z Downloaded base64 v0.21.7
7972026-08-21T16:08:24.257Z Downloaded chumsky v0.9.3
7982026-08-21T16:08:24.260Z Downloaded unarray v0.1.4
7992026-08-21T16:08:24.263Z Downloaded rand_seeder v0.4.0
8002026-08-21T16:08:24.263Z Downloaded trait-variant v0.1.2
8012026-08-21T16:08:24.263Z Downloaded universal-hash v0.5.1
8022026-08-21T16:08:24.266Z Downloaded wait-timeout v0.2.1
8032026-08-21T16:08:24.266Z Downloaded backtrace v0.3.76
8042026-08-21T16:08:24.269Z Downloaded ar_archive_writer v0.5.1
8052026-08-21T16:08:24.269Z Downloaded getrandom v0.4.3
8062026-08-21T16:08:24.272Z Downloaded wnaf v0.14.0
8072026-08-21T16:08:24.272Z Downloaded crc-catalog v2.4.0
8082026-08-21T16:08:24.272Z Downloaded crunchy v0.2.4
8092026-08-21T16:08:24.276Z Downloaded bytes v1.11.1
8102026-08-21T16:08:24.279Z Downloaded memmap2 v0.9.10
8112026-08-21T16:08:24.282Z Downloaded serde-hex v0.1.0
8122026-08-21T16:08:24.282Z Downloaded subprocess v0.2.15
8132026-08-21T16:08:24.285Z Downloaded slab v0.4.12
8142026-08-21T16:08:24.285Z Downloaded slog-dtrace v0.3.0
8152026-08-21T16:08:24.285Z Downloaded smallvec v0.6.14
8162026-08-21T16:08:24.288Z Downloaded static_assertions v1.1.0
8172026-08-21T16:08:24.288Z Downloaded support-bundle-viewer v0.1.2
8182026-08-21T16:08:24.288Z Downloaded xshell-macros v0.2.7
8192026-08-21T16:08:24.288Z Downloaded zerofrom v0.1.6
8202026-08-21T16:08:24.288Z Downloaded pkcs8 v0.11.0
8212026-08-21T16:08:24.295Z Downloaded p256 v0.14.0
8222026-08-21T16:08:24.295Z Downloaded pretty_assertions v1.4.1
8232026-08-21T16:08:24.298Z Downloaded hickory-resolver v0.25.2
8242026-08-21T16:08:24.298Z Downloaded heapless v0.7.17
8252026-08-21T16:08:24.301Z Downloaded primeorder v0.13.6
8262026-08-21T16:08:24.303Z Downloaded ident_case v1.0.1
8272026-08-21T16:08:24.313Z Downloaded schemars v1.2.1
8282026-08-21T16:08:24.323Z Downloaded bumpalo v3.20.2
8292026-08-21T16:08:24.326Z Downloaded cstr-argument v0.1.2
8302026-08-21T16:08:24.326Z Downloaded darling_macro v0.13.4
8312026-08-21T16:08:24.326Z Downloaded derive_builder_macro v0.20.2
8322026-08-21T16:08:24.327Z Downloaded lazy_static v1.5.0
8332026-08-21T16:08:24.327Z Downloaded spki v0.8.0
8342026-08-21T16:08:24.330Z Downloaded spki v0.7.3
8352026-08-21T16:08:24.331Z Downloaded strum_macros v0.24.3
8362026-08-21T16:08:24.331Z Downloaded dunce v1.0.5
8372026-08-21T16:08:24.331Z Downloaded lru v0.12.5
8382026-08-21T16:08:24.331Z Downloaded memoffset v0.9.1
8392026-08-21T16:08:24.334Z Downloaded aes v0.9.1
8402026-08-21T16:08:24.334Z Downloaded zerotrie v0.2.3
8412026-08-21T16:08:24.338Z Downloaded vsss-rs v3.3.4
8422026-08-21T16:08:24.341Z Downloaded oso-derive v0.27.3
8432026-08-21T16:08:24.341Z Downloaded synstructure v0.13.2
8442026-08-21T16:08:24.341Z Downloaded thiserror-no-std v2.0.2
8452026-08-21T16:08:24.341Z Downloaded packed_struct_codegen v0.10.1
8462026-08-21T16:08:24.344Z Downloaded path-slash v0.1.5
8472026-08-21T16:08:24.344Z Downloaded crc-any v2.5.0
8482026-08-21T16:08:24.344Z Downloaded phf v0.13.1
8492026-08-21T16:08:24.347Z Downloaded percent-encoding v2.3.2
8502026-08-21T16:08:24.350Z Downloaded predicates-tree v1.0.13
8512026-08-21T16:08:24.356Z Downloaded unicase v2.9.0
8522026-08-21T16:08:24.358Z Downloaded hickory-resolver v0.24.4
8532026-08-21T16:08:24.359Z Downloaded tokio-rustls v0.26.4
8542026-08-21T16:08:24.361Z Downloaded rand v0.8.6
8552026-08-21T16:08:24.364Z Downloaded rand_xorshift v0.4.0
8562026-08-21T16:08:24.364Z Downloaded rfc6979 v0.6.0
8572026-08-21T16:08:24.367Z Downloaded scopeguard v1.2.0
8582026-08-21T16:08:24.367Z Downloaded rtoolbox v0.0.3
8592026-08-21T16:08:24.370Z Downloaded rustc-demangle v0.1.27
8602026-08-21T16:08:24.370Z Downloaded ingot v0.2.1
8612026-08-21T16:08:24.373Z Downloaded rcgen v0.12.1
8622026-08-21T16:08:24.376Z Downloaded olpc-cjson v0.1.4
8632026-08-21T16:08:24.379Z Downloaded ingot-types v0.2.0
8642026-08-21T16:08:24.379Z Downloaded secrecy v0.10.3
8652026-08-21T16:08:24.381Z Downloaded lru-cache v0.1.2
8662026-08-21T16:08:24.382Z Downloaded serde_repr v0.1.20
8672026-08-21T16:08:24.382Z Downloaded serde_plain v1.0.2
8682026-08-21T16:08:24.386Z Downloaded constant_time_eq v0.4.2
8692026-08-21T16:08:24.390Z Downloaded expectorate v1.2.0
8702026-08-21T16:08:24.390Z Downloaded rustls-native-certs v0.8.3
8712026-08-21T16:08:24.390Z Downloaded signal-hook-mio v0.2.5
8722026-08-21T16:08:24.390Z Downloaded indicatif v0.18.4
8732026-08-21T16:08:24.393Z Downloaded cookie_store v0.22.1
8742026-08-21T16:08:24.393Z Downloaded nanorand v0.7.0
8752026-08-21T16:08:24.396Z Downloaded strum v0.26.3
8762026-08-21T16:08:24.396Z Downloaded sponge-cursor v0.1.0
8772026-08-21T16:08:24.396Z Downloaded tabwriter v1.4.1
8782026-08-21T16:08:24.399Z Downloaded ctutils v0.4.2
8792026-08-21T16:08:24.402Z Downloaded miette-derive v7.6.0
8802026-08-21T16:08:24.405Z Downloaded schemars v0.8.22
8812026-08-21T16:08:24.410Z Downloaded primeorder v0.14.0
8822026-08-21T16:08:24.413Z Downloaded digest v0.11.3
8832026-08-21T16:08:24.415Z Downloaded crucible-workspace-hack v0.1.0
8842026-08-21T16:08:24.418Z Downloaded toml v0.7.8
8852026-08-21T16:08:24.421Z Downloaded p521 v0.14.0
8862026-08-21T16:08:24.424Z Downloaded displaydoc v0.2.5
8872026-08-21T16:08:24.428Z Downloaded icu_collections v2.1.1
8882026-08-21T16:08:24.431Z Downloaded darling_core v0.20.11
8892026-08-21T16:08:24.431Z Downloaded toml v1.1.2+spec-1.1.0
8902026-08-21T16:08:24.434Z Downloaded hybrid-array v0.4.13
8912026-08-21T16:08:24.437Z Downloaded psm v0.1.30
8922026-08-21T16:08:24.437Z Downloaded impl-trait-for-tuples v0.2.3
8932026-08-21T16:08:24.439Z Downloaded russh-cryptovec v0.62.0
8942026-08-21T16:08:24.440Z Downloaded convert_case v0.4.0
8952026-08-21T16:08:24.440Z Downloaded libsw v3.5.0
8962026-08-21T16:08:24.442Z Downloaded nu-ansi-term v0.50.3
8972026-08-21T16:08:24.442Z Downloaded parking_lot_core v0.8.6
8982026-08-21T16:08:24.442Z Downloaded topological-sort v0.2.2
8992026-08-21T16:08:24.445Z Downloaded unit-prefix v0.5.2
9002026-08-21T16:08:24.445Z Downloaded universal-hash v0.6.1
9012026-08-21T16:08:24.445Z Downloaded untrusted v0.9.0
9022026-08-21T16:08:24.445Z Downloaded zerocopy-derive v0.8.55
9032026-08-21T16:08:24.450Z Downloaded ingot-macros v0.2.0
9042026-08-21T16:08:24.453Z Downloaded parking_lot_core v0.9.12
9052026-08-21T16:08:24.453Z Downloaded hickory-server v0.25.2
9062026-08-21T16:08:24.456Z Downloaded rand v0.9.2
9072026-08-21T16:08:24.459Z Downloaded unicode_categories v0.1.1
9082026-08-21T16:08:24.459Z Downloaded simd-adler32 v0.3.8
9092026-08-21T16:08:24.462Z Downloaded slog-json v2.6.1
9102026-08-21T16:08:24.462Z Downloaded dropshot-api-manager-types v0.8.0
9112026-08-21T16:08:24.462Z Downloaded vergen v9.1.0
9122026-08-21T16:08:24.465Z Downloaded zerocopy v0.6.6
9132026-08-21T16:08:24.465Z Downloaded inout v0.1.4
9142026-08-21T16:08:24.465Z Downloaded is-terminal v0.4.17
9152026-08-21T16:08:24.465Z Downloaded string_cache v0.8.9
9162026-08-21T16:08:24.467Z Downloaded darling v0.13.4
9172026-08-21T16:08:24.467Z Downloaded poly1305 v0.8.0
9182026-08-21T16:08:24.470Z Downloaded darling_macro v0.21.3
9192026-08-21T16:08:24.470Z Downloaded dirs-next v2.0.0
9202026-08-21T16:08:24.470Z Downloaded hashbrown v0.12.3
9212026-08-21T16:08:24.473Z Downloaded hashbrown v0.13.2
9222026-08-21T16:08:24.476Z Downloaded tls_codec_derive v0.4.2
9232026-08-21T16:08:24.476Z Downloaded unicode-xid v0.2.6
9242026-08-21T16:08:24.478Z Downloaded crc32fast v1.5.0
9252026-08-21T16:08:24.478Z Downloaded linked-hash-map v0.5.6
9262026-08-21T16:08:24.481Z Downloaded newtype_derive v0.1.6
9272026-08-21T16:08:24.481Z Downloaded num v0.4.3
9282026-08-21T16:08:24.481Z Downloaded pkcs1 v0.7.5
9292026-08-21T16:08:24.484Z Downloaded const_format_proc_macros v0.2.34
9302026-08-21T16:08:24.484Z Downloaded whoami v2.1.0
9312026-08-21T16:08:24.487Z Downloaded derive_more v2.1.1
9322026-08-21T16:08:24.492Z Downloaded derive-ex v0.1.8
9332026-08-21T16:08:24.495Z Downloaded convert_case v0.10.0
9342026-08-21T16:08:24.495Z Downloaded md-5 v0.10.6
9352026-08-21T16:08:24.498Z Downloaded powerfmt v0.2.0
9362026-08-21T16:08:24.498Z Downloaded const_format v0.2.35
9372026-08-21T16:08:24.501Z Downloaded progenitor-macro v0.14.0
9382026-08-21T16:08:24.504Z Downloaded rustyline v14.0.0
9392026-08-21T16:08:24.506Z Downloaded daft v0.1.7
9402026-08-21T16:08:24.509Z Downloaded iana-time-zone v0.1.65
9412026-08-21T16:08:24.514Z Downloaded lzss v0.8.2
9422026-08-21T16:08:24.517Z Downloaded recursive-proc-macro-impl v0.1.1
9432026-08-21T16:08:24.517Z Downloaded yoke v0.8.1
9442026-08-21T16:08:24.517Z Downloaded http v1.4.2
9452026-08-21T16:08:24.520Z Downloaded num-rational v0.4.2
9462026-08-21T16:08:24.520Z Downloaded zip v0.6.6
9472026-08-21T16:08:24.523Z Downloaded aes-gcm v0.11.0
9482026-08-21T16:08:24.525Z Downloaded sqlformat v0.3.5
9492026-08-21T16:08:24.528Z Downloaded samael v0.0.19
9502026-08-21T16:08:24.531Z Downloaded serde_spanned v1.1.1
9512026-08-21T16:08:24.533Z Downloaded indoc v2.0.7
9522026-08-21T16:08:24.533Z Downloaded poly1305 v0.9.0
9532026-08-21T16:08:24.538Z Downloaded steno v0.4.1
9542026-08-21T16:08:24.542Z Downloaded zopfli v0.8.3
9552026-08-21T16:08:24.545Z Downloaded sha1 v0.10.6
9562026-08-21T16:08:24.549Z Downloaded crc v3.4.0
9572026-08-21T16:08:24.552Z Downloaded humantime v2.3.0
9582026-08-21T16:08:24.560Z Downloaded structmeta-derive v0.3.0
9592026-08-21T16:08:24.560Z Downloaded termtree v0.5.1
9602026-08-21T16:08:24.560Z Downloaded ryu v1.0.23
9612026-08-21T16:08:24.563Z Downloaded tokio-test v0.4.5
9622026-08-21T16:08:24.566Z Downloaded pem-rfc7468 v1.0.0
9632026-08-21T16:08:24.567Z Downloaded drift v0.2.0
9642026-08-21T16:08:24.572Z Downloaded knus-derive v3.4.0
9652026-08-21T16:08:24.575Z Downloaded reedline v0.40.0
9662026-08-21T16:08:24.578Z Downloaded knus v3.4.0
9672026-08-21T16:08:24.581Z Downloaded unicode-truncate v1.1.0
9682026-08-21T16:08:24.581Z Downloaded sha2 v0.11.0
9692026-08-21T16:08:24.583Z Downloaded utf8_iter v1.0.4
9702026-08-21T16:08:24.583Z Downloaded r2d2 v0.8.10
9712026-08-21T16:08:24.583Z Downloaded similar v2.7.0
9722026-08-21T16:08:24.587Z Downloaded url v2.5.8
9732026-08-21T16:08:24.589Z Downloaded term v0.7.0
9742026-08-21T16:08:24.592Z Downloaded inout v0.2.2
9752026-08-21T16:08:24.592Z Downloaded illumos-nvpair v0.3.0
9762026-08-21T16:08:24.592Z Downloaded indent_write v2.2.0
9772026-08-21T16:08:24.592Z Downloaded managed v0.8.0
9782026-08-21T16:08:24.592Z Downloaded lalrpop-util v0.19.12
9792026-08-21T16:08:24.595Z Downloaded multimap v0.10.1
9802026-08-21T16:08:24.595Z Downloaded uuid v1.23.4
9812026-08-21T16:08:24.595Z Downloaded parse-display v0.10.0
9822026-08-21T16:08:24.598Z Downloaded rand_core v0.9.5
9832026-08-21T16:08:24.601Z Downloaded downcast-rs v2.0.2
9842026-08-21T16:08:24.606Z Downloaded progenitor v0.14.0
9852026-08-21T16:08:24.609Z Downloaded prettyplease v0.2.37
9862026-08-21T16:08:24.611Z Downloaded tracing-core v0.1.36
9872026-08-21T16:08:24.611Z Downloaded typify v0.6.2
9882026-08-21T16:08:24.614Z Downloaded slog-scope v4.4.1
9892026-08-21T16:08:24.614Z Downloaded rustls-webpki v0.103.13
9902026-08-21T16:08:24.617Z Downloaded rustc_version v0.1.7
9912026-08-21T16:08:24.617Z Downloaded ref-cast v1.0.25
9922026-08-21T16:08:24.620Z Downloaded num-bigint-dig v0.8.6
9932026-08-21T16:08:24.624Z Downloaded rand_chacha v0.9.0
9942026-08-21T16:08:24.627Z Downloaded sec1 v0.7.3
9952026-08-21T16:08:24.627Z Downloaded slog-async v2.8.0
9962026-08-21T16:08:24.631Z Downloaded darling_core v0.23.0
9972026-08-21T16:08:24.634Z Downloaded hashbrown v0.14.5
9982026-08-21T16:08:24.637Z Downloaded salsa20 v0.11.0
9992026-08-21T16:08:24.637Z Downloaded stacker v0.1.23
10002026-08-21T16:08:24.640Z Downloaded pkcs8 v0.10.2
10012026-08-21T16:08:24.640Z Downloaded parking_lot v0.11.2
10022026-08-21T16:08:24.643Z Downloaded same-file v1.0.6
10032026-08-21T16:08:24.643Z Downloaded proc-macro-crate v3.4.0
10042026-08-21T16:08:24.643Z Downloaded proc-macro-error-attr2 v2.0.0
10052026-08-21T16:08:24.643Z Downloaded strum_macros v0.26.4
10062026-08-21T16:08:24.647Z Downloaded termios v0.3.3
10072026-08-21T16:08:24.650Z Downloaded hashbrown v0.15.5
10082026-08-21T16:08:24.653Z Downloaded ecdsa v0.16.9
10092026-08-21T16:08:24.653Z Downloaded postgres-types v0.2.12
10102026-08-21T16:08:24.656Z Downloaded spin v0.9.8
10112026-08-21T16:08:24.659Z Downloaded zerovec-derive v0.11.2
10122026-08-21T16:08:24.661Z Downloaded libsw-core v0.3.2
10132026-08-21T16:08:24.662Z Downloaded num_enum v0.7.6
10142026-08-21T16:08:24.664Z Downloaded vergen-gitcl v1.0.8
10152026-08-21T16:08:24.665Z Downloaded sqlparser_derive v0.5.0
10162026-08-21T16:08:24.669Z Downloaded strsim v0.10.0
10172026-08-21T16:08:24.669Z Downloaded mio v1.2.0
10182026-08-21T16:08:24.673Z Downloaded num-bigint v0.4.6
10192026-08-21T16:08:24.674Z Downloaded data-encoding v2.10.0
10202026-08-21T16:08:24.674Z Downloaded delegate v0.13.5
10212026-08-21T16:08:24.677Z Downloaded hyper-staticfile v0.10.1
10222026-08-21T16:08:24.680Z Downloaded num-conv v0.2.0
10232026-08-21T16:08:24.680Z Downloaded toml_parser v1.1.2+spec-1.1.0
10242026-08-21T16:08:24.683Z Downloaded oxide-update-engine-display v0.1.2
10252026-08-21T16:08:24.683Z Downloaded void v1.0.2
10262026-08-21T16:08:24.683Z Downloaded time-core v0.1.8
10272026-08-21T16:08:24.686Z Downloaded document-features v0.2.12
10282026-08-21T16:08:24.689Z Downloaded tracing-attributes v0.1.31
10292026-08-21T16:08:24.691Z Downloaded walkdir v2.5.0
10302026-08-21T16:08:24.691Z Downloaded tower-http v0.6.8
10312026-08-21T16:08:24.696Z Downloaded pem-rfc7468 v0.7.0
10322026-08-21T16:08:24.699Z Downloaded reqwest v0.13.2
10332026-08-21T16:08:24.703Z Downloaded papergrid v0.18.0
10342026-08-21T16:08:24.706Z Downloaded zerofrom-derive v0.1.6
10352026-08-21T16:08:24.706Z Downloaded cpufeatures v0.3.0
10362026-08-21T16:08:24.706Z Downloaded idna_adapter v1.2.1
10372026-08-21T16:08:24.706Z Downloaded darling_core v0.13.4
10382026-08-21T16:08:24.709Z Downloaded kstat-rs v0.2.5
10392026-08-21T16:08:24.713Z Downloaded mime_guess v2.0.5
10402026-08-21T16:08:24.713Z Downloaded nonempty v0.12.0
10412026-08-21T16:08:24.716Z Downloaded daft-derive v0.1.7
10422026-08-21T16:08:24.719Z Downloaded scroll v0.13.0
10432026-08-21T16:08:24.721Z Downloaded aho-corasick v1.1.4
10442026-08-21T16:08:24.724Z Downloaded ignore v0.4.25
10452026-08-21T16:08:24.724Z Downloaded predicates v3.1.4
10462026-08-21T16:08:24.728Z Downloaded rand_core v0.6.4
10472026-08-21T16:08:24.728Z Downloaded hyper-rustls v0.27.7
10482026-08-21T16:08:24.731Z Downloaded serde_path_to_error v0.1.20
10492026-08-21T16:08:24.731Z Downloaded darling_core v0.21.3
10502026-08-21T16:08:24.734Z Downloaded icu_properties v2.1.2
10512026-08-21T16:08:24.734Z Downloaded elliptic-curve v0.13.8
10522026-08-21T16:08:24.736Z Downloaded hkdf v0.12.4
10532026-08-21T16:08:24.739Z Downloaded tokio-native-tls v0.3.1
10542026-08-21T16:08:24.739Z Downloaded miette v7.6.0
10552026-08-21T16:08:24.747Z Downloaded num-traits v0.2.19
10562026-08-21T16:08:24.750Z Downloaded ssh-key v0.7.0-rc.11
10572026-08-21T16:08:24.754Z Downloaded socket2 v0.6.3
10582026-08-21T16:08:24.757Z Downloaded subtle v2.6.1
10592026-08-21T16:08:24.757Z Downloaded waitgroup v0.1.2
10602026-08-21T16:08:24.757Z Downloaded digest-io v0.1.0
10612026-08-21T16:08:24.759Z Downloaded supports-color v3.0.2
10622026-08-21T16:08:24.759Z Downloaded tokio-tungstenite v0.21.0
10632026-08-21T16:08:24.759Z Downloaded diesel_table_macro_syntax v0.3.0
10642026-08-21T16:08:24.762Z Downloaded zstd v0.13.3
10652026-08-21T16:08:24.765Z Downloaded either v1.15.0
10662026-08-21T16:08:24.765Z Downloaded siphasher v1.0.2
10672026-08-21T16:08:24.765Z Downloaded tinyvec_macros v0.1.1
10682026-08-21T16:08:24.765Z Downloaded winnow v0.6.26
10692026-08-21T16:08:24.770Z Downloaded seq-macro v0.3.6
10702026-08-21T16:08:24.772Z Downloaded tower v0.5.3
10712026-08-21T16:08:24.776Z Downloaded time-macros v0.2.27
10722026-08-21T16:08:24.779Z Downloaded uzers v0.12.2
10732026-08-21T16:08:24.779Z Downloaded crossbeam-epoch v0.9.18
10742026-08-21T16:08:24.782Z Downloaded num-complex v0.4.6
10752026-08-21T16:08:24.782Z Downloaded md5 v0.8.0
10762026-08-21T16:08:24.784Z Downloaded rsa v0.10.0-rc.18
10772026-08-21T16:08:24.787Z Downloaded der v0.7.10
10782026-08-21T16:08:24.790Z Downloaded usdt-attr-macro v0.6.0
10792026-08-21T16:08:24.793Z Downloaded cpubits v0.1.1
10802026-08-21T16:08:24.793Z Downloaded schemars v0.9.0
10812026-08-21T16:08:24.800Z Downloaded twox-hash v2.1.2
10822026-08-21T16:08:24.802Z Downloaded progenitor v0.13.0
10832026-08-21T16:08:24.802Z Downloaded progenitor-macro v0.13.0
10842026-08-21T16:08:24.805Z Downloaded supports-unicode v3.0.0
10852026-08-21T16:08:24.805Z Downloaded tokio-postgres v0.7.16
10862026-08-21T16:08:24.808Z Downloaded smf v0.2.3
10872026-08-21T16:08:24.811Z Downloaded serde_with v1.14.0
10882026-08-21T16:08:24.813Z Downloaded test-strategy v0.4.5
10892026-08-21T16:08:24.816Z Downloaded postcard v1.1.3
10902026-08-21T16:08:24.816Z Downloaded maybe-uninit v2.0.0
10912026-08-21T16:08:24.816Z Downloaded serde_yaml v0.9.34+deprecated
10922026-08-21T16:08:24.819Z Downloaded tar v0.4.46
10932026-08-21T16:08:24.822Z Downloaded ssh-cipher v0.3.0
10942026-08-21T16:08:24.822Z Downloaded miniz_oxide v0.8.9
10952026-08-21T16:08:24.826Z Downloaded vergen-lib v9.1.0
10962026-08-21T16:08:24.826Z Downloaded writeable v0.6.2
10972026-08-21T16:08:24.829Z Downloaded xattr v1.6.1
10982026-08-21T16:08:24.829Z Downloaded phf v0.12.1
10992026-08-21T16:08:24.829Z Downloaded internet-checksum v0.2.1
11002026-08-21T16:08:24.829Z Downloaded slog-bunyan v2.5.0
11012026-08-21T16:08:24.832Z Downloaded des v0.9.0
11022026-08-21T16:08:24.834Z Downloaded portable-atomic v1.13.1
11032026-08-21T16:08:24.839Z Downloaded crossterm v0.28.1
11042026-08-21T16:08:24.842Z Downloaded oso v0.27.3
11052026-08-21T16:08:24.845Z Downloaded smallvec v1.15.1
11062026-08-21T16:08:24.848Z Downloaded derive_more v0.99.20
11072026-08-21T16:08:24.851Z Downloaded litemap v0.8.1
11082026-08-21T16:08:24.851Z Downloaded password-hash v0.5.0
11092026-08-21T16:08:24.851Z Downloaded keccak v0.1.6
11102026-08-21T16:08:24.854Z Downloaded blake3 v1.8.5
11112026-08-21T16:08:24.856Z Downloaded num-derive v0.4.2
11122026-08-21T16:08:24.859Z Downloaded owo-colors v4.3.0
11132026-08-21T16:08:24.859Z Downloaded diff v0.1.13
11142026-08-21T16:08:24.862Z Downloaded toml_writer v1.1.1+spec-1.1.0
11152026-08-21T16:08:24.862Z Downloaded phf_shared v0.13.1
11162026-08-21T16:08:24.862Z Downloaded russh-util v0.52.0
11172026-08-21T16:08:24.864Z Downloaded sapling-renderdag v0.1.0
11182026-08-21T16:08:24.864Z Downloaded dropshot-api-manager v0.8.0
11192026-08-21T16:08:24.867Z Downloaded hkdf v0.13.0
11202026-08-21T16:08:24.870Z Downloaded pkg-config v0.3.32
11212026-08-21T16:08:24.870Z Downloaded resolv-conf v0.7.6
11222026-08-21T16:08:24.870Z Downloaded indexmap v1.9.3
11232026-08-21T16:08:24.873Z Downloaded postgres-protocol v0.6.10
11242026-08-21T16:08:24.873Z Downloaded rpassword v7.5.4
11252026-08-21T16:08:24.876Z Downloaded aws-lc-rs v1.16.3
11262026-08-21T16:08:24.879Z Downloaded usdt v0.6.0
11272026-08-21T16:08:24.882Z Downloaded utf-8 v0.7.6
11282026-08-21T16:08:24.882Z Downloaded darling_macro v0.23.0
11292026-08-21T16:08:24.882Z Downloaded rsa v0.9.10
11302026-08-21T16:08:24.885Z Downloaded scrypt v0.12.0
11312026-08-21T16:08:24.885Z Downloaded structmeta v0.3.0
11322026-08-21T16:08:24.888Z Downloaded bitvec v1.0.1
11332026-08-21T16:08:24.895Z Downloaded futures-util v0.3.32
11342026-08-21T16:08:24.901Z Downloaded hashbrown v0.16.1
11352026-08-21T16:08:24.905Z Downloaded newtype-uuid-macros v0.1.0
11362026-08-21T16:08:24.908Z Downloaded pin-project v1.1.11
11372026-08-21T16:08:24.912Z Downloaded recursive v0.1.1
11382026-08-21T16:08:24.915Z Downloaded phc v0.6.1
11392026-08-21T16:08:24.915Z Downloaded dsl_auto_type v0.2.0
11402026-08-21T16:08:24.915Z Downloaded minimal-lexical v0.2.1
11412026-08-21T16:08:24.917Z Downloaded toml_edit v0.19.15
11422026-08-21T16:08:24.926Z Downloaded ed25519-dalek v3.0.0
11432026-08-21T16:08:24.929Z Downloaded itertools v0.12.1
11442026-08-21T16:08:24.933Z Downloaded scheduled-thread-pool v0.2.7
11452026-08-21T16:08:24.937Z Downloaded slog-envlogger v2.2.0
11462026-08-21T16:08:24.937Z Downloaded hyper-util v0.1.20
11472026-08-21T16:08:24.940Z Downloaded der v0.8.0
11482026-08-21T16:08:24.943Z Downloaded x509-cert v0.2.5
11492026-08-21T16:08:24.946Z Downloaded serde-big-array v0.5.1
11502026-08-21T16:08:24.946Z Downloaded serde_with_macros v1.5.2
11512026-08-21T16:08:24.946Z Downloaded serde_with_macros v3.21.0
11522026-08-21T16:08:24.949Z Downloaded crypto-common v0.2.2
11532026-08-21T16:08:24.949Z Downloaded tiny-keccak v2.0.2
11542026-08-21T16:08:24.949Z Downloaded typify-macro v0.6.2
11552026-08-21T16:08:24.949Z Downloaded native-tls v0.2.18
11562026-08-21T16:08:24.954Z Downloaded dyn-clone v1.0.20
11572026-08-21T16:08:24.954Z Downloaded password-hash v0.6.1
11582026-08-21T16:08:24.954Z Downloaded chrono v0.4.45
11592026-08-21T16:08:24.957Z Downloaded defmt-parser v1.0.0
11602026-08-21T16:08:24.957Z Downloaded match_cfg v0.1.0
11612026-08-21T16:08:24.957Z Downloaded crypto-primes v0.7.2
11622026-08-21T16:08:24.960Z Downloaded rawzip v0.4.4
11632026-08-21T16:08:24.963Z Downloaded derive-where v1.6.0
11642026-08-21T16:08:24.966Z Downloaded darling v0.23.0
11652026-08-21T16:08:24.970Z Downloaded unicode-normalization v0.1.25
11662026-08-21T16:08:24.973Z Downloaded proc-macro-error2 v2.0.1
11672026-08-21T16:08:24.973Z Downloaded peg-macros v0.8.5
11682026-08-21T16:08:24.973Z Downloaded rustc-hash v2.1.1
11692026-08-21T16:08:24.973Z Downloaded itertools v0.14.0
11702026-08-21T16:08:24.977Z Downloaded zstd-safe v7.2.4
11712026-08-21T16:08:24.980Z Downloaded csv-core v0.1.13
11722026-08-21T16:08:24.980Z Downloaded tokio-dtrace v0.1.1
11732026-08-21T16:08:24.984Z Downloaded strip-ansi-escapes v0.2.1
11742026-08-21T16:08:24.987Z Downloaded opaque-debug v0.3.1
11752026-08-21T16:08:24.987Z Downloaded serde_urlencoded v0.7.1
11762026-08-21T16:08:24.987Z Downloaded h2 v0.4.15
11772026-08-21T16:08:24.990Z Downloaded jobserver v0.1.34
11782026-08-21T16:08:24.993Z Downloaded lock_api v0.4.14
11792026-08-21T16:08:24.993Z Downloaded defmt v0.3.100
11802026-08-21T16:08:24.993Z Downloaded litrs v1.0.0
11812026-08-21T16:08:24.996Z Downloaded russh v0.62.4
11822026-08-21T16:08:24.999Z Downloaded ml-kem v0.3.2
11832026-08-21T16:08:25.003Z Downloaded crc8 v0.1.1
11842026-08-21T16:08:25.003Z Downloaded zone v0.3.1
11852026-08-21T16:08:25.003Z Downloaded ppv-lite86 v0.2.21
11862026-08-21T16:08:25.003Z Downloaded zeroize v1.9.0
11872026-08-21T16:08:25.003Z Downloaded display-error-chain v0.2.2
11882026-08-21T16:08:25.003Z Downloaded module-lattice v0.2.3
11892026-08-21T16:08:25.006Z Downloaded progenitor-impl v0.13.0
11902026-08-21T16:08:25.006Z Downloaded sync-ptr v0.1.4
11912026-08-21T16:08:25.006Z Downloaded ssh-encoding v0.3.0
11922026-08-21T16:08:25.057Z Downloaded p384 v0.13.1
11932026-08-21T16:08:25.064Z Downloaded nom v8.0.0
11942026-08-21T16:08:25.064Z Downloaded crypto-bigint v0.5.5
11952026-08-21T16:08:25.064Z Downloaded rustls-platform-verifier v0.6.2
11962026-08-21T16:08:25.064Z Downloaded derive_builder_core v0.20.2
11972026-08-21T16:08:25.064Z Downloaded ipnet v2.12.0
11982026-08-21T16:08:25.064Z Downloaded libscf-sys v1.2.0
11992026-08-21T16:08:25.064Z Downloaded darling v0.21.3
12002026-08-21T16:08:25.064Z Downloaded newtype-uuid v1.3.2
12012026-08-21T16:08:25.064Z Downloaded crossbeam-deque v0.8.6
12022026-08-21T16:08:25.064Z Downloaded idna v1.1.0
12032026-08-21T16:08:25.064Z Downloaded quick-xml v0.37.5
12042026-08-21T16:08:25.064Z Downloaded ed25519-dalek v2.2.0
12052026-08-21T16:08:25.064Z Downloaded keccak v0.2.0
12062026-08-21T16:08:25.065Z Downloaded rustls-pemfile v2.2.0
12072026-08-21T16:08:25.065Z Downloaded vergen-git2 v9.1.0
12082026-08-21T16:08:25.065Z Downloaded bindgen v0.71.1
12092026-08-21T16:08:25.065Z Downloaded oxide-tokio-rt v0.1.4
12102026-08-21T16:08:25.065Z Downloaded cookie v0.18.1
12112026-08-21T16:08:25.065Z Downloaded strum_macros v0.27.2
12122026-08-21T16:08:25.065Z Downloaded openssl-sys v0.9.117
12132026-08-21T16:08:25.065Z Downloaded tinystr v0.8.2
12142026-08-21T16:08:25.065Z Downloaded pin-project-lite v0.2.17
12152026-08-21T16:08:25.065Z Downloaded tui-tree-widget v0.23.1
12162026-08-21T16:08:25.065Z Downloaded progenitor-extras v0.2.0
12172026-08-21T16:08:25.069Z Downloaded tinyvec v1.10.0
12182026-08-21T16:08:25.072Z Downloaded num_enum_derive v0.7.6
12192026-08-21T16:08:25.072Z Downloaded toml_edit v0.23.10+spec-1.0.0
12202026-08-21T16:08:25.076Z Downloaded yansi v1.0.1
12212026-08-21T16:08:25.076Z Downloaded itertools v0.13.0
12222026-08-21T16:08:25.079Z Downloaded oxide-update-engine-types v0.1.2
12232026-08-21T16:08:25.082Z Downloaded yasna v0.5.2
12242026-08-21T16:08:25.082Z Downloaded petname v2.0.2
12252026-08-21T16:08:25.085Z Downloaded scuffle v0.1.0
12262026-08-21T16:08:25.088Z Downloaded icu_locale_core v2.1.1
12272026-08-21T16:08:25.091Z Downloaded parking_lot v0.12.5
12282026-08-21T16:08:25.091Z Downloaded derive_builder v0.20.2
12292026-08-21T16:08:25.094Z Downloaded ipnetwork v0.21.1
12302026-08-21T16:08:25.094Z Downloaded proptest v1.11.0
12312026-08-21T16:08:25.101Z Downloaded icu_properties_data v2.1.2
12322026-08-21T16:08:25.106Z Downloaded diesel_derives v2.3.7
12332026-08-21T16:08:25.109Z Downloaded icu_normalizer_data v2.1.1
12342026-08-21T16:08:25.112Z Downloaded whoami v1.6.1
12352026-08-21T16:08:25.112Z Downloaded defmt v1.0.1
12362026-08-21T16:08:25.115Z Downloaded git2 v0.20.4
12372026-08-21T16:08:25.119Z Downloaded icu_normalizer v2.1.1
12382026-08-21T16:08:25.122Z Downloaded dropshot_endpoint v0.17.1
12392026-08-21T16:08:25.125Z Downloaded rustls-pki-types v1.14.0
12402026-08-21T16:08:25.125Z Downloaded pkcs1 v0.8.0-rc.4
12412026-08-21T16:08:25.128Z Downloaded lalrpop v0.19.12
12422026-08-21T16:08:25.132Z Downloaded rand_core v0.10.0
12432026-08-21T16:08:25.135Z Downloaded slog v2.8.2
12442026-08-21T16:08:25.135Z Downloaded libbz2-rs-sys v0.2.2
12452026-08-21T16:08:25.138Z Downloaded rayon v1.11.0
12462026-08-21T16:08:25.141Z Downloaded jiff-core v0.1.0
12472026-08-21T16:08:25.144Z Downloaded serde_with v3.21.0
12482026-08-21T16:08:25.150Z Downloaded unicode-segmentation v1.12.0
12492026-08-21T16:08:25.154Z Downloaded p384 v0.14.0
12502026-08-21T16:08:25.158Z Downloaded signal-hook v0.3.18
12512026-08-21T16:08:25.158Z Downloaded publicsuffix v2.3.0
12522026-08-21T16:08:25.161Z Downloaded libm v0.2.16
12532026-08-21T16:08:25.164Z Downloaded icu_provider v2.1.1
12542026-08-21T16:08:25.167Z Downloaded crossterm v0.29.0
12552026-08-21T16:08:25.170Z Downloaded nom v7.1.3
12562026-08-21T16:08:25.173Z Downloaded zerovec v0.11.5
12572026-08-21T16:08:25.176Z Downloaded crossbeam-channel v0.5.15
12582026-08-21T16:08:25.179Z Downloaded quinn v0.11.11
12592026-08-21T16:08:25.182Z Downloaded snafu v0.8.9
12602026-08-21T16:08:25.186Z Downloaded time v0.3.47
12612026-08-21T16:08:25.189Z Downloaded regex v1.12.3
12622026-08-21T16:08:25.193Z Downloaded rayon-core v1.13.0
12632026-08-21T16:08:25.196Z Downloaded internal-russh-num-bigint v0.5.0
12642026-08-21T16:08:25.199Z Downloaded rand v0.10.1
12652026-08-21T16:08:25.202Z Downloaded zip v4.6.1
12662026-08-21T16:08:25.205Z Downloaded libxml v0.3.3
12672026-08-21T16:08:25.208Z Downloaded openssl v0.10.80
12682026-08-21T16:08:25.212Z Downloaded winnow v1.0.3
12692026-08-21T16:08:25.217Z Downloaded unicode-bidi v0.3.18
12702026-08-21T16:08:25.220Z Downloaded nix v0.27.1
12712026-08-21T16:08:25.226Z Downloaded quinn-proto v0.11.16
12722026-08-21T16:08:25.229Z Downloaded itertools v0.10.5
12732026-08-21T16:08:25.236Z Downloaded typed-path v0.9.3
12742026-08-21T16:08:25.240Z Downloaded qorb v0.4.1
12752026-08-21T16:08:25.249Z Downloaded polar-core v0.27.3
12762026-08-21T16:08:25.257Z Downloaded bstr v1.12.1
12772026-08-21T16:08:25.263Z Downloaded tokio-util v0.7.18
12782026-08-21T16:08:25.267Z Downloaded salty v0.3.0
12792026-08-21T16:08:25.271Z Downloaded goblin v0.10.5
12802026-08-21T16:08:25.275Z Downloaded derive_more-impl v2.1.1
12812026-08-21T16:08:25.283Z Downloaded tough v0.22.0
12822026-08-21T16:08:25.287Z Downloaded gimli v0.32.3
12832026-08-21T16:08:25.294Z Downloaded winnow v0.5.40
12842026-08-21T16:08:25.299Z Downloaded iri-string v0.7.10
12852026-08-21T16:08:25.306Z Downloaded sha3 v0.12.0
12862026-08-21T16:08:25.336Z Downloaded hyper v1.10.1
12872026-08-21T16:08:25.345Z Downloaded zlib-rs v0.6.2
12882026-08-21T16:08:25.351Z Downloaded vcpkg v0.2.15
12892026-08-21T16:08:25.373Z Downloaded reqwest v0.12.28
12902026-08-21T16:08:25.376Z Downloaded regex-syntax v0.6.29
12912026-08-21T16:08:25.380Z Downloaded object v0.37.3
12922026-08-21T16:08:25.386Z Downloaded itertools v0.15.0
12932026-08-21T16:08:25.389Z Downloaded object v0.30.4
12942026-08-21T16:08:25.395Z Downloaded iddqd v0.4.2
12952026-08-21T16:08:25.403Z Downloaded nix v0.28.0
12962026-08-21T16:08:25.409Z Downloaded zerocopy v0.8.55
12972026-08-21T16:08:25.420Z Downloaded curve25519-dalek v4.1.3
12982026-08-21T16:08:25.425Z Downloaded crypto-bigint v0.7.5
12992026-08-21T16:08:25.433Z Downloaded regress v0.11.1
13002026-08-21T16:08:25.438Z Downloaded moka v0.12.13
13012026-08-21T16:08:25.442Z Downloaded smoltcp v0.11.0
13022026-08-21T16:08:25.451Z Downloaded dropshot v0.17.1
13032026-08-21T16:08:25.461Z Downloaded hickory-proto v0.24.4
13042026-08-21T16:08:25.468Z Downloaded curve25519-dalek v5.0.0
13052026-08-21T16:08:25.473Z Downloaded diesel v2.3.7
13062026-08-21T16:08:25.484Z Downloaded rustix v0.38.44
13072026-08-21T16:08:25.496Z Downloaded rustls v0.23.41
13082026-08-21T16:08:25.503Z Downloaded hickory-proto v0.25.2
13092026-08-21T16:08:25.511Z Downloaded regex-syntax v0.8.10
13102026-08-21T16:08:25.515Z Downloaded ratatui v0.29.0
13112026-08-21T16:08:25.526Z Downloaded radix_trie v0.2.1
13122026-08-21T16:08:25.529Z Downloaded nix v0.31.2
13132026-08-21T16:08:25.535Z Downloaded regress v0.10.5
13142026-08-21T16:08:25.541Z Downloaded tabled v0.21.0
13152026-08-21T16:08:25.549Z Downloaded smoltcp v0.9.1
13162026-08-21T16:08:25.555Z Downloaded bzip2-sys v0.1.13+1.0.8
13172026-08-21T16:08:25.561Z Downloaded sled v0.34.7
13182026-08-21T16:08:25.567Z Downloaded zerocopy-derive v0.6.6
13192026-08-21T16:08:25.572Z Downloaded sqlparser v0.61.0
13202026-08-21T16:08:25.577Z Downloaded tracing v0.1.44
13212026-08-21T16:08:25.590Z Downloaded openapiv3 v2.2.0
13222026-08-21T16:08:25.596Z Downloaded chrono-tz v0.10.4
13232026-08-21T16:08:25.606Z Downloaded petgraph v0.6.5
13242026-08-21T16:08:25.618Z Downloaded typify-impl v0.6.2
13252026-08-21T16:08:25.631Z Downloaded petgraph v0.8.3
13262026-08-21T16:08:25.643Z Downloaded sha3 v0.10.8
13272026-08-21T16:08:25.646Z Downloaded csv v1.4.0
13282026-08-21T16:08:25.658Z Downloaded sha3 v0.11.0
13292026-08-21T16:08:25.662Z Downloaded tokio v1.52.1
13302026-08-21T16:08:25.718Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13312026-08-21T16:08:25.728Z Downloaded regex-automata v0.4.14
13322026-08-21T16:08:25.737Z Downloaded jiff v0.2.34
13332026-08-21T16:08:25.773Z Downloaded libz-sys v1.1.24
13342026-08-21T16:08:25.853Z Downloaded encoding_rs v0.8.35
13352026-08-21T16:08:25.874Z Downloaded ring v0.17.14
13362026-08-21T16:08:25.898Z Downloaded libgit2-sys v0.18.3+1.9.2
13372026-08-21T16:08:26.141Z Downloaded aws-lc-sys v0.40.0
13382026-08-21T16:08:26.397Z Compiling serde_core v1.0.228
13392026-08-21T16:08:26.397Z Compiling libc v0.2.185
13402026-08-21T16:08:26.403Z Compiling serde v1.0.228
13412026-08-21T16:08:26.403Z Compiling log v0.4.33
13422026-08-21T16:08:26.403Z Compiling smallvec v1.15.1
13432026-08-21T16:08:26.403Z Compiling shlex v1.3.0
13442026-08-21T16:08:26.404Z Compiling find-msvc-tools v0.1.9
13452026-08-21T16:08:26.536Z Compiling syn v2.0.117
13462026-08-21T16:08:26.741Z Compiling subtle v2.6.1
13472026-08-21T16:08:26.757Z Compiling scopeguard v1.2.0
13482026-08-21T16:08:26.757Z Compiling stable_deref_trait v1.2.1
13492026-08-21T16:08:26.891Z Compiling typenum v1.20.1
13502026-08-21T16:08:26.953Z Compiling zerocopy v0.8.55
13512026-08-21T16:08:26.955Z Compiling portable-atomic v1.13.1
13522026-08-21T16:08:27.008Z Compiling lock_api v0.4.14
13532026-08-21T16:08:27.038Z Compiling serde_json v1.0.151
13542026-08-21T16:08:27.235Z Compiling critical-section v1.2.0
13552026-08-21T16:08:27.252Z Compiling libm v0.2.16
13562026-08-21T16:08:27.336Z Compiling num-traits v0.2.19
13572026-08-21T16:08:27.366Z Compiling pkg-config v0.3.32
13582026-08-21T16:08:27.459Z Compiling errno v0.3.14
13592026-08-21T16:08:27.499Z Compiling jobserver v0.1.34
13602026-08-21T16:08:27.539Z Compiling getrandom v0.2.17
13612026-08-21T16:08:27.824Z Compiling cc v1.2.56
13622026-08-21T16:08:27.884Z Compiling rand_core v0.6.4
13632026-08-21T16:08:27.911Z Compiling generic-array v0.14.7
13642026-08-21T16:08:27.927Z Compiling pin-project-lite v0.2.17
13652026-08-21T16:08:28.023Z Compiling once_cell v1.21.3
13662026-08-21T16:08:28.038Z Compiling const-oid v0.9.6
13672026-08-21T16:08:28.095Z Compiling parking_lot_core v0.9.12
13682026-08-21T16:08:28.206Z Compiling getrandom v0.3.4
13692026-08-21T16:08:28.239Z Compiling signal-hook-registry v1.4.8
13702026-08-21T16:08:28.636Z Compiling futures-core v0.3.32
13712026-08-21T16:08:28.767Z Compiling bitflags v2.11.0
13722026-08-21T16:08:28.806Z Compiling writeable v0.6.2
13732026-08-21T16:08:28.853Z Compiling litemap v0.8.1
13742026-08-21T16:08:28.868Z Compiling percent-encoding v2.3.2
13752026-08-21T16:08:29.007Z Compiling semver v1.0.28
13762026-08-21T16:08:29.043Z Compiling parking_lot v0.12.5
13772026-08-21T16:08:29.057Z Compiling mio v1.2.0
13782026-08-21T16:08:29.158Z Compiling icu_normalizer_data v2.1.1
13792026-08-21T16:08:29.222Z Compiling icu_properties_data v2.1.2
13802026-08-21T16:08:29.334Z Compiling socket2 v0.6.3
13812026-08-21T16:08:29.395Z Compiling rustix v1.1.4
13822026-08-21T16:08:29.441Z Compiling getrandom v0.4.3
13832026-08-21T16:08:29.459Z Compiling rand_core v0.10.0
13842026-08-21T16:08:29.527Z Compiling synstructure v0.13.2
13852026-08-21T16:08:29.559Z Compiling futures-sink v0.3.32
13862026-08-21T16:08:29.622Z Compiling indexmap v2.14.0
13872026-08-21T16:08:29.673Z Compiling futures-channel v0.3.32
13882026-08-21T16:08:29.731Z Compiling slab v0.4.12
13892026-08-21T16:08:29.894Z Compiling utf8_iter v1.0.4
13902026-08-21T16:08:29.909Z Compiling futures-io v0.3.32
13912026-08-21T16:08:29.938Z Compiling futures-task v0.3.32
13922026-08-21T16:08:30.021Z Compiling form_urlencoded v1.2.2
13932026-08-21T16:08:30.040Z Compiling rustversion v1.0.22
13942026-08-21T16:08:30.057Z Compiling iana-time-zone v0.1.65
13952026-08-21T16:08:30.107Z Compiling base64ct v1.8.3
13962026-08-21T16:08:30.125Z Compiling cmake v0.1.57
13972026-08-21T16:08:30.193Z Compiling flagset v0.4.7
13982026-08-21T16:08:30.251Z Compiling dunce v1.0.5
13992026-08-21T16:08:30.278Z Compiling regex-syntax v0.8.10
14002026-08-21T16:08:30.320Z Compiling ident_case v1.0.1
14012026-08-21T16:08:30.345Z Compiling pem-rfc7468 v0.7.0
14022026-08-21T16:08:30.396Z Compiling fs_extra v1.3.0
14032026-08-21T16:08:30.441Z Compiling uuid v1.23.4
14042026-08-21T16:08:30.518Z Compiling rand_core v0.9.5
14052026-08-21T16:08:30.644Z Compiling base64 v0.22.1
14062026-08-21T16:08:30.662Z Compiling aws-lc-sys v0.40.0
14072026-08-21T16:08:30.803Z Compiling vcpkg v0.2.15
14082026-08-21T16:08:30.999Z Compiling syn v1.0.109
14092026-08-21T16:08:31.013Z Compiling serde_derive_internals v0.29.1
14102026-08-21T16:08:31.117Z Compiling rustc_version v0.4.1
14112026-08-21T16:08:31.137Z Compiling tracing-core v0.1.36
14122026-08-21T16:08:31.265Z Compiling serde_derive v1.0.228
14132026-08-21T16:08:31.305Z Compiling zeroize_derive v1.5.0
14142026-08-21T16:08:31.438Z Compiling zerofrom-derive v0.1.6
14152026-08-21T16:08:31.528Z Compiling zerocopy-derive v0.8.55
14162026-08-21T16:08:31.687Z Compiling yoke-derive v0.8.1
14172026-08-21T16:08:31.929Z Compiling zerovec-derive v0.11.2
14182026-08-21T16:08:32.000Z Compiling displaydoc v0.2.5
14192026-08-21T16:08:32.680Z Compiling tokio-macros v2.7.0
14202026-08-21T16:08:32.773Z Compiling futures-macro v0.3.32
14212026-08-21T16:08:32.864Z Compiling thiserror-impl v2.0.18
14222026-08-21T16:08:32.867Z Compiling zerofrom v0.1.6
14232026-08-21T16:08:33.008Z Compiling yoke v0.8.1
14242026-08-21T16:08:33.027Z Compiling der_derive v0.7.3
14252026-08-21T16:08:33.194Z Compiling zerovec v0.11.5
14262026-08-21T16:08:33.416Z Compiling zerotrie v0.2.3
14272026-08-21T16:08:33.561Z Compiling futures-util v0.3.32
14282026-08-21T16:08:33.693Z Compiling tinystr v0.8.2
14292026-08-21T16:08:33.715Z Compiling potential_utf v0.1.4
14302026-08-21T16:08:33.874Z Compiling icu_locale_core v2.1.1
14312026-08-21T16:08:33.892Z Compiling icu_collections v2.1.1
14322026-08-21T16:08:33.964Z Compiling openssl-sys v0.9.117
14332026-08-21T16:08:34.174Z Compiling thiserror v2.0.18
14342026-08-21T16:08:34.330Z Compiling tracing-attributes v0.1.31
14352026-08-21T16:08:34.369Z Compiling aws-lc-rs v1.16.3
14362026-08-21T16:08:34.477Z Compiling icu_provider v2.1.1
14372026-08-21T16:08:34.645Z Compiling schemars v0.8.22
14382026-08-21T16:08:34.729Z Compiling zeroize v1.9.0
14392026-08-21T16:08:34.744Z Compiling bytes v1.11.1
14402026-08-21T16:08:34.767Z Compiling icu_normalizer v2.1.1
14412026-08-21T16:08:34.839Z Compiling icu_properties v2.1.2
14422026-08-21T16:08:35.285Z Compiling tokio v1.52.1
14432026-08-21T16:08:35.338Z Compiling chrono v0.4.45
14442026-08-21T16:08:35.488Z Compiling crypto-common v0.1.7
14452026-08-21T16:08:35.608Z Compiling block-buffer v0.10.4
14462026-08-21T16:08:35.636Z Compiling der v0.7.10
14472026-08-21T16:08:35.782Z Compiling digest v0.10.7
14482026-08-21T16:08:35.801Z Compiling idna_adapter v1.2.1
14492026-08-21T16:08:35.919Z Compiling ppv-lite86 v0.2.21
14502026-08-21T16:08:35.941Z Compiling idna v1.1.0
14512026-08-21T16:08:36.036Z Compiling http v1.4.2
14522026-08-21T16:08:36.067Z Compiling cpufeatures v0.2.17
14532026-08-21T16:08:36.145Z Compiling simd-adler32 v0.3.8
14542026-08-21T16:08:36.240Z Compiling url v2.5.8
14552026-08-21T16:08:36.386Z Compiling rand_chacha v0.9.0
14562026-08-21T16:08:36.575Z Compiling spki v0.7.3
14572026-08-21T16:08:36.699Z Compiling dyn-clone v1.0.20
14582026-08-21T16:08:36.819Z Compiling pkcs8 v0.10.2
14592026-08-21T16:08:36.849Z Compiling http-body v1.0.1
14602026-08-21T16:08:36.931Z Compiling rand v0.9.2
14612026-08-21T16:08:37.004Z Compiling tracing v0.1.44
14622026-08-21T16:08:37.019Z Compiling rustls-pki-types v1.14.0
14632026-08-21T16:08:37.130Z Compiling schemars_derive v0.8.22
14642026-08-21T16:08:37.165Z Compiling spin v0.9.8
14652026-08-21T16:08:37.256Z Compiling tinyvec_macros v0.1.1
14662026-08-21T16:08:37.323Z Compiling cmov v0.5.4
14672026-08-21T16:08:37.365Z Compiling crc32fast v1.5.0
14682026-08-21T16:08:37.454Z Compiling adler2 v2.0.1
14692026-08-21T16:08:37.531Z Compiling httparse v1.10.1
14702026-08-21T16:08:37.585Z Compiling openssl-probe v0.2.1
14712026-08-21T16:08:37.664Z Compiling miniz_oxide v0.8.9
14722026-08-21T16:08:37.668Z Compiling ctutils v0.4.2
14732026-08-21T16:08:37.753Z Compiling tempfile v3.27.0
14742026-08-21T16:08:37.902Z Compiling tinyvec v1.10.0
14752026-08-21T16:08:37.918Z Compiling pest_generator v2.8.6
14762026-08-21T16:08:38.112Z Compiling sha2 v0.10.9
14772026-08-21T16:08:38.239Z Compiling terminal_size v0.4.3
14782026-08-21T16:08:38.254Z Compiling aho-corasick v1.1.4
14792026-08-21T16:08:38.372Z Compiling radium v0.7.0
14802026-08-21T16:08:38.582Z Compiling try-lock v0.2.5
14812026-08-21T16:08:38.615Z Compiling atomic-waker v1.1.2
14822026-08-21T16:08:38.686Z Compiling untrusted v0.7.1
14832026-08-21T16:08:38.733Z Compiling tower-layer v0.3.3
14842026-08-21T16:08:38.805Z Compiling tower-service v0.3.3
14852026-08-21T16:08:38.888Z Compiling want v0.3.1
14862026-08-21T16:08:38.921Z Compiling pest_derive v2.8.6
14872026-08-21T16:08:39.045Z Compiling tokio-util v0.7.18
14882026-08-21T16:08:39.347Z Compiling regex-automata v0.4.14
14892026-08-21T16:08:39.580Z Compiling hybrid-array v0.4.13
14902026-08-21T16:08:39.853Z Compiling h2 v0.4.15
14912026-08-21T16:08:39.853Z Compiling ipnet v2.12.0
14922026-08-21T16:08:40.039Z Compiling scroll_derive v0.13.1
14932026-08-21T16:08:40.318Z Compiling darling_core v0.20.11
14942026-08-21T16:08:40.339Z Compiling foreign-types-shared v0.1.1
14952026-08-21T16:08:40.424Z Compiling rustls v0.23.41
14962026-08-21T16:08:40.589Z Compiling httpdate v1.0.3
14972026-08-21T16:08:40.804Z Compiling maybe-uninit v2.0.0
14982026-08-21T16:08:40.818Z Compiling tap v1.0.1
14992026-08-21T16:08:40.832Z Compiling untrusted v0.9.0
15002026-08-21T16:08:40.922Z Compiling openssl v0.10.80
15012026-08-21T16:08:40.938Z Compiling wyz v0.5.1
15022026-08-21T16:08:40.952Z Compiling scroll v0.13.0
15032026-08-21T16:08:41.100Z Compiling foreign-types v0.3.2
15042026-08-21T16:08:41.154Z Compiling unicode-normalization v0.1.25
15052026-08-21T16:08:41.201Z Compiling rand_chacha v0.3.1
15062026-08-21T16:08:41.308Z Compiling signature v2.2.0
15072026-08-21T16:08:41.488Z Compiling hex v0.4.3
15082026-08-21T16:08:41.557Z Compiling thiserror-impl v1.0.69
15092026-08-21T16:08:41.590Z Compiling openssl-macros v0.1.1
15102026-08-21T16:08:41.749Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-08-21T16:08:41.975Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15122026-08-21T16:08:42.030Z Compiling num-integer v0.1.46
15132026-08-21T16:08:42.064Z Compiling wait-timeout v0.2.1
15142026-08-21T16:08:42.327Z Compiling ahash v0.8.12
15152026-08-21T16:08:42.346Z Compiling funty v2.0.0
15162026-08-21T16:08:42.360Z Compiling native-tls v0.2.18
15172026-08-21T16:08:42.529Z Compiling num-bigint-dig v0.8.6
15182026-08-21T16:08:42.544Z Compiling darling_macro v0.20.11
15192026-08-21T16:08:42.558Z Compiling powerfmt v0.2.0
15202026-08-21T16:08:42.706Z Compiling time-core v0.1.8
15212026-08-21T16:08:42.754Z Compiling num-conv v0.2.0
15222026-08-21T16:08:42.844Z Compiling packed_struct v0.10.1
15232026-08-21T16:08:42.859Z Compiling quick-error v1.2.3
15242026-08-21T16:08:42.881Z Compiling bit-vec v0.8.0
15252026-08-21T16:08:42.912Z Compiling hyper v1.10.1
15262026-08-21T16:08:42.960Z Compiling rusty-fork v0.3.1
15272026-08-21T16:08:43.013Z Compiling darling v0.20.11
15282026-08-21T16:08:43.094Z Compiling bit-set v0.8.0
15292026-08-21T16:08:43.109Z Compiling time-macros v0.2.27
15302026-08-21T16:08:43.124Z Compiling clap_builder v4.6.0
15312026-08-21T16:08:43.249Z Compiling thiserror v1.0.69
15322026-08-21T16:08:43.284Z Compiling deranged v0.5.8
15332026-08-21T16:08:43.340Z Compiling bitvec v1.0.1
15342026-08-21T16:08:43.922Z Compiling num-iter v0.1.45
15352026-08-21T16:08:44.037Z Compiling hyper-util v0.1.20
15362026-08-21T16:08:44.464Z Compiling rand v0.8.6
15372026-08-21T16:08:44.735Z Compiling goblin v0.10.5
15382026-08-21T16:08:44.978Z Compiling packed_struct_codegen v0.10.1
15392026-08-21T16:08:45.244Z Compiling lazy_static v1.5.0
15402026-08-21T16:08:45.335Z Compiling hmac v0.12.1
15412026-08-21T16:08:45.489Z Compiling toml_datetime v0.6.11
15422026-08-21T16:08:45.710Z Compiling serde_spanned v0.6.9
15432026-08-21T16:08:45.743Z Compiling clap_derive v4.6.1
15442026-08-21T16:08:45.849Z Compiling bitfield-macros v0.19.4
15452026-08-21T16:08:46.010Z Compiling zerocopy-derive v0.6.6
15462026-08-21T16:08:46.028Z Compiling rand_xorshift v0.4.0
15472026-08-21T16:08:46.187Z Compiling sync_wrapper v1.0.2
15482026-08-21T16:08:46.293Z Compiling indexmap v1.9.3
15492026-08-21T16:08:46.480Z Compiling crossbeam-utils v0.8.21
15502026-08-21T16:08:46.539Z Compiling nodrop v0.1.14
15512026-08-21T16:08:46.631Z Compiling siphasher v1.0.2
15522026-08-21T16:08:46.765Z Compiling paste v1.0.15
15532026-08-21T16:08:46.850Z Compiling unarray v0.1.4
15542026-08-21T16:08:46.886Z Compiling crc-catalog v2.4.0
15552026-08-21T16:08:46.961Z Compiling zlib-rs v0.6.2
15562026-08-21T16:08:46.979Z Compiling usdt-impl v0.6.0
15572026-08-21T16:08:47.071Z Compiling object v0.37.3
15582026-08-21T16:08:47.168Z Compiling num_threads v0.1.7
15592026-08-21T16:08:47.248Z Compiling time v0.3.47
15602026-08-21T16:08:47.264Z Compiling crc v3.4.0
15612026-08-21T16:08:47.377Z Compiling proptest v1.11.0
15622026-08-21T16:08:47.449Z Compiling dof v0.4.0
15632026-08-21T16:08:47.475Z Compiling clap v4.6.1
15642026-08-21T16:08:47.554Z Compiling zerocopy v0.6.6
15652026-08-21T16:08:47.891Z Compiling array-init v0.0.4
15662026-08-21T16:08:48.229Z Compiling bitfield v0.19.4
15672026-08-21T16:08:48.584Z Compiling tower v0.5.3
15682026-08-21T16:08:48.906Z Compiling smallvec v0.6.14
15692026-08-21T16:08:49.127Z Compiling derive_builder_core v0.20.2
15702026-08-21T16:08:49.320Z Compiling dtrace-parser v0.3.0
15712026-08-21T16:08:49.910Z Compiling flate2 v1.1.9
15722026-08-21T16:08:49.939Z Compiling ipnetwork v0.21.1
15732026-08-21T16:08:49.998Z Compiling pkcs1 v0.7.5
15742026-08-21T16:08:50.022Z Compiling http-body-util v0.1.3
15752026-08-21T16:08:50.114Z Compiling heapless v0.7.17
15762026-08-21T16:08:50.258Z Compiling scroll_derive v0.12.1
15772026-08-21T16:08:50.304Z Compiling structmeta-derive v0.3.0
15782026-08-21T16:08:50.319Z Compiling slog v2.8.2
15792026-08-21T16:08:50.347Z Compiling darling_core v0.23.0
15802026-08-21T16:08:50.376Z Compiling thread-id v5.1.0
15812026-08-21T16:08:50.458Z Compiling cookie v0.18.1
15822026-08-21T16:08:50.493Z Compiling env_filter v2.0.0
15832026-08-21T16:08:50.634Z Compiling unicode-properties v0.1.4
15842026-08-21T16:08:50.781Z Compiling iri-string v0.7.10
15852026-08-21T16:08:50.841Z Compiling zstd-safe v7.2.4
15862026-08-21T16:08:50.902Z Compiling anyhow v1.0.104
15872026-08-21T16:08:51.030Z Compiling ryu v1.0.23
15882026-08-21T16:08:51.200Z Compiling allocator-api2 v0.2.21
15892026-08-21T16:08:51.216Z Compiling gimli v0.32.3
15902026-08-21T16:08:51.349Z Compiling hashbrown v0.12.3
15912026-08-21T16:08:51.518Z Compiling unicode-bidi v0.3.18
15922026-08-21T16:08:51.857Z Compiling base64 v0.21.7
15932026-08-21T16:08:52.067Z Compiling signal-hook v0.3.18
15942026-08-21T16:08:52.175Z Compiling winnow v0.5.40
15952026-08-21T16:08:52.257Z Compiling ron v0.8.1
15962026-08-21T16:08:52.315Z Compiling tower-http v0.6.8
15972026-08-21T16:08:52.715Z Compiling stringprep v0.1.5
15982026-08-21T16:08:52.837Z Compiling darling_macro v0.23.0
15992026-08-21T16:08:53.163Z Compiling addr2line v0.25.1
16002026-08-21T16:08:53.195Z Compiling structmeta v0.3.0
16012026-08-21T16:08:53.399Z Compiling serde_urlencoded v0.7.1
16022026-08-21T16:08:53.486Z Compiling toml_edit v0.19.15
16032026-08-21T16:08:53.539Z Compiling scroll v0.12.0
16042026-08-21T16:08:53.554Z Compiling env_logger v0.11.11
16052026-08-21T16:08:53.722Z Compiling rsa v0.9.10
16062026-08-21T16:08:53.801Z Compiling oxnet v0.1.6
16072026-08-21T16:08:53.888Z Compiling derive_builder_macro v0.20.2
16082026-08-21T16:08:54.233Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16092026-08-21T16:08:54.255Z Compiling newtype-uuid v1.3.2
16102026-08-21T16:08:54.339Z Compiling hashbrown v0.13.2
16112026-08-21T16:08:54.355Z Compiling bzip2 v0.4.4
16122026-08-21T16:08:54.552Z Compiling serde-hex v0.1.0
16132026-08-21T16:08:54.571Z Compiling tokio-native-tls v0.3.1
16142026-08-21T16:08:54.819Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16152026-08-21T16:08:55.007Z Compiling camino v1.2.5
16162026-08-21T16:08:55.879Z Compiling bstr v1.12.1
16172026-08-21T16:08:56.117Z Compiling block-padding v0.4.2
16182026-08-21T16:08:56.262Z Compiling crypto-common v0.2.2
16192026-08-21T16:08:56.284Z Compiling block-buffer v0.12.1
16202026-08-21T16:08:56.486Z Compiling rustls-native-certs v0.8.3
16212026-08-21T16:08:56.517Z Compiling x509-cert v0.2.5
16222026-08-21T16:08:56.726Z Compiling md-5 v0.10.6
16232026-08-21T16:08:56.773Z Compiling serde_tokenstream v0.2.3
16242026-08-21T16:08:56.917Z Compiling erased-serde v0.3.31
16252026-08-21T16:08:57.114Z Compiling curve25519-dalek v4.1.3
16262026-08-21T16:08:57.411Z Compiling async-trait v0.1.89
16272026-08-21T16:08:57.447Z Compiling daft-derive v0.1.7
16282026-08-21T16:08:58.002Z Compiling pin-project-internal v1.1.11
16292026-08-21T16:08:58.025Z Compiling zerocopy-derive v0.7.35
16302026-08-21T16:08:58.152Z Compiling vergen-lib v9.1.0
16312026-08-21T16:08:58.167Z Compiling hash32 v0.2.1
16322026-08-21T16:08:58.274Z Compiling memoffset v0.9.1
16332026-08-21T16:08:58.329Z Compiling encoding_rs v0.8.35
16342026-08-21T16:08:58.357Z Compiling mime v0.3.17
16352026-08-21T16:08:58.402Z Compiling litrs v1.0.0
16362026-08-21T16:08:58.458Z Compiling rustc-demangle v0.1.27
16372026-08-21T16:08:58.605Z Compiling cfg_aliases v0.2.1
16382026-08-21T16:08:58.680Z Compiling owo-colors v4.3.0
16392026-08-21T16:08:58.777Z Compiling fallible-iterator v0.2.0
16402026-08-21T16:08:58.837Z Compiling psl-types v2.0.11
16412026-08-21T16:08:58.872Z Compiling crc-any v2.5.0
16422026-08-21T16:08:58.893Z Compiling rustix v0.38.44
16432026-08-21T16:08:58.955Z Compiling ref-cast v1.0.25
16442026-08-21T16:08:58.981Z Compiling smoltcp v0.9.1
16452026-08-21T16:08:59.071Z Compiling pin-project v1.1.11
16462026-08-21T16:08:59.085Z Compiling postgres-protocol v0.6.10
16472026-08-21T16:08:59.098Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16482026-08-21T16:08:59.212Z Compiling publicsuffix v2.3.0
16492026-08-21T16:08:59.286Z Compiling document-features v0.2.12
16502026-08-21T16:08:59.313Z Compiling zerocopy v0.7.35
16512026-08-21T16:08:59.330Z Compiling nix v0.31.2
16522026-08-21T16:08:59.372Z Compiling backtrace v0.3.76
16532026-08-21T16:08:59.714Z Compiling daft v0.1.7
16542026-08-21T16:08:59.856Z Compiling inout v0.2.2
16552026-08-21T16:08:59.860Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16562026-08-21T16:08:59.983Z Compiling toml v0.7.8
16572026-08-21T16:09:00.031Z Compiling object v0.30.4
16582026-08-21T16:09:00.150Z Compiling hyper-tls v0.6.0
16592026-08-21T16:09:00.164Z Compiling zip v0.6.6
16602026-08-21T16:09:00.226Z Compiling derive_builder v0.20.2
16612026-08-21T16:09:00.366Z Compiling goblin v0.8.2
16622026-08-21T16:09:00.567Z Compiling derive-ex v0.1.8
16632026-08-21T16:09:00.722Z Compiling darling v0.23.0
16642026-08-21T16:09:00.892Z Compiling phf_shared v0.13.1
16652026-08-21T16:09:01.024Z Compiling regex v1.12.3
16662026-08-21T16:09:01.094Z Compiling hubpack_derive v0.1.1
16672026-08-21T16:09:01.131Z Compiling futures-executor v0.3.32
16682026-08-21T16:09:01.385Z Compiling curve25519-dalek-derive v0.1.1
16692026-08-21T16:09:01.442Z Compiling ref-cast-impl v1.0.25
16702026-08-21T16:09:01.535Z Compiling strum_macros v0.27.2
16712026-08-21T16:09:02.030Z Compiling snafu-derive v0.8.9
16722026-08-21T16:09:02.055Z Compiling vergen v9.1.0
16732026-08-21T16:09:02.233Z Compiling cargo-platform v0.3.2
16742026-08-21T16:09:02.236Z Compiling ff v0.13.1
16752026-08-21T16:09:02.378Z Compiling fs-err v3.3.0
16762026-08-21T16:09:02.521Z Compiling foldhash v0.1.5
16772026-08-21T16:09:02.566Z Compiling either v1.15.0
16782026-08-21T16:09:02.698Z Compiling base16ct v0.2.0
16792026-08-21T16:09:02.791Z Compiling bumpalo v3.20.2
16802026-08-21T16:09:02.877Z Compiling same-file v1.0.6
16812026-08-21T16:09:02.880Z Compiling libbz2-rs-sys v0.2.2
16822026-08-21T16:09:03.038Z Compiling jiff-core v0.1.0
16832026-08-21T16:09:03.056Z Compiling is_ci v1.2.0
16842026-08-21T16:09:03.195Z Compiling managed v0.8.0
16852026-08-21T16:09:03.407Z Compiling bitflags v1.3.2
16862026-08-21T16:09:03.488Z Compiling unicode-segmentation v1.12.0
16872026-08-21T16:09:03.531Z Compiling path-slash v0.1.5
16882026-08-21T16:09:03.567Z Compiling foldhash v0.2.0
16892026-08-21T16:09:03.671Z Compiling textwrap v0.16.2
16902026-08-21T16:09:03.797Z Compiling jiff v0.2.34
16912026-08-21T16:09:03.811Z Compiling hashbrown v0.16.1
16922026-08-21T16:09:03.879Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16932026-08-21T16:09:03.935Z Compiling snafu v0.8.9
16942026-08-21T16:09:04.101Z Compiling strum v0.27.2
16952026-08-21T16:09:04.231Z Compiling bzip2 v0.6.1
16962026-08-21T16:09:04.340Z Compiling supports-color v3.0.2
16972026-08-21T16:09:04.393Z Compiling walkdir v2.5.0
16982026-08-21T16:09:04.437Z Compiling zopfli v0.8.3
16992026-08-21T16:09:04.449Z Compiling sec1 v0.7.3
17002026-08-21T16:09:04.700Z Compiling hashbrown v0.15.5
17012026-08-21T16:09:04.832Z Compiling dof v0.3.0
17022026-08-21T16:09:04.925Z Compiling cargo_metadata v0.23.1
17032026-08-21T16:09:05.092Z Compiling group v0.13.0
17042026-08-21T16:09:05.269Z Compiling test-strategy v0.4.5
17052026-08-21T16:09:05.400Z Compiling hubpack v0.1.2
17062026-08-21T16:09:05.558Z Compiling futures v0.3.32
17072026-08-21T16:09:05.616Z Compiling phf v0.13.1
17082026-08-21T16:09:05.645Z Compiling signal-hook-mio v0.2.5
17092026-08-21T16:09:05.766Z Compiling serde_with_macros v3.21.0
17102026-08-21T16:09:05.780Z Compiling cookie_store v0.22.1
17112026-08-21T16:09:06.420Z Compiling zstd v0.13.3
17122026-08-21T16:09:06.623Z Compiling reqwest v0.12.28
17132026-08-21T16:09:06.687Z Compiling cipher v0.5.2
17142026-08-21T16:09:06.721Z Compiling backtrace-ext v0.2.1
17152026-08-21T16:09:06.967Z Compiling postgres-types v0.2.12
17162026-08-21T16:09:07.332Z Compiling usdt-attr-macro v0.6.0
17172026-08-21T16:09:07.534Z Compiling usdt-macro v0.6.0
17182026-08-21T16:09:07.763Z Compiling globset v0.4.18
17192026-08-21T16:09:08.124Z Compiling phf_shared v0.11.3
17202026-08-21T16:09:08.145Z Compiling hkdf v0.12.4
17212026-08-21T16:09:08.162Z Compiling dtrace-parser v0.2.0
17222026-08-21T16:09:08.287Z Compiling byte-wrapper v0.1.0
17232026-08-21T16:09:08.307Z Compiling olpc-cjson v0.1.4
17242026-08-21T16:09:08.322Z Compiling ed25519 v2.2.3
17252026-08-21T16:09:08.332Z Compiling crypto-bigint v0.5.5
17262026-08-21T16:09:08.440Z Compiling serde-big-array v0.5.1
17272026-08-21T16:09:08.461Z Compiling serde_plain v1.0.2
17282026-08-21T16:09:08.587Z Compiling async-recursion v1.1.1
17292026-08-21T16:09:08.614Z Compiling enum-as-inner v0.6.1
17302026-08-21T16:09:08.658Z Compiling serde_repr v0.1.20
17312026-08-21T16:09:08.900Z Compiling strum_macros v0.26.4
17322026-08-21T16:09:09.119Z Compiling miette-derive v7.6.0
17332026-08-21T16:09:09.183Z Compiling pem v3.0.6
17342026-08-21T16:09:09.209Z Compiling float-cmp v0.10.0
17352026-08-21T16:09:09.241Z Compiling memmap2 v0.9.10
17362026-08-21T16:09:09.357Z Compiling thread-id v4.2.2
17372026-08-21T16:09:09.442Z Compiling const-oid v0.10.2
17382026-08-21T16:09:09.475Z Compiling whoami v2.1.0
17392026-08-21T16:09:09.501Z Compiling difflib v0.4.0
17402026-08-21T16:09:09.655Z Compiling supports-unicode v3.0.0
17412026-08-21T16:09:09.802Z Compiling new_debug_unreachable v1.0.6
17422026-08-21T16:09:09.821Z Compiling fixedbitset v0.4.2
17432026-08-21T16:09:09.879Z Compiling static_assertions v1.1.0
17442026-08-21T16:09:09.960Z Compiling predicates-core v1.0.10
17452026-08-21T16:09:10.049Z Compiling cpufeatures v0.3.0
17462026-08-21T16:09:10.059Z Compiling supports-hyperlinks v3.2.0
17472026-08-21T16:09:10.121Z Compiling data-encoding v2.10.0
17482026-08-21T16:09:10.137Z Compiling fixedbitset v0.5.7
17492026-08-21T16:09:10.217Z Compiling keccak v0.1.6
17502026-08-21T16:09:10.259Z Compiling precomputed-hash v0.1.1
17512026-08-21T16:09:10.349Z Compiling winnow v1.0.3
17522026-08-21T16:09:10.406Z Compiling normalize-line-endings v0.3.0
17532026-08-21T16:09:10.434Z Compiling typed-path v0.9.3
17542026-08-21T16:09:10.450Z Compiling toml_edit v0.22.27
17552026-08-21T16:09:10.502Z Compiling predicates v3.1.4
17562026-08-21T16:09:10.652Z Compiling strum v0.26.3
17572026-08-21T16:09:10.786Z Compiling hickory-proto v0.25.2
17582026-08-21T16:09:10.805Z Compiling sha3 v0.10.8
17592026-08-21T16:09:10.954Z Compiling petgraph v0.8.3
17602026-08-21T16:09:11.125Z Compiling string_cache v0.8.9
17612026-08-21T16:09:11.257Z Compiling toml_parser v1.1.2+spec-1.1.0
17622026-08-21T16:09:11.352Z Compiling miette v7.6.0
17632026-08-21T16:09:11.403Z Compiling chacha20 v0.10.0
17642026-08-21T16:09:11.641Z Compiling petgraph v0.6.5
17652026-08-21T16:09:11.780Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17662026-08-21T16:09:11.911Z Compiling tokio-postgres v0.7.16
17672026-08-21T16:09:12.522Z Compiling digest v0.11.3
17682026-08-21T16:09:12.756Z Compiling usdt-impl v0.5.0
17692026-08-21T16:09:12.969Z Compiling usdt v0.6.0
17702026-08-21T16:09:13.161Z Compiling elliptic-curve v0.13.8
17712026-08-21T16:09:13.213Z Compiling ed25519-dalek v2.2.0
17722026-08-21T16:09:13.236Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17732026-08-21T16:09:13.343Z Compiling crossterm v0.28.1
17742026-08-21T16:09:13.734Z Compiling serde_with v3.21.0
17752026-08-21T16:09:14.148Z Compiling zip v4.6.1
17762026-08-21T16:09:14.622Z Compiling iddqd v0.4.2
17772026-08-21T16:09:14.997Z Compiling heck v0.4.1
17782026-08-21T16:09:15.071Z Compiling similar v2.7.0
17792026-08-21T16:09:15.135Z Compiling itertools v0.15.0
17802026-08-21T16:09:15.243Z Compiling itertools v0.13.0
17812026-08-21T16:09:15.247Z Compiling crossbeam-epoch v0.9.18
17822026-08-21T16:09:15.478Z Compiling tokio-stream v0.1.18
17832026-08-21T16:09:15.498Z Compiling buf-list v1.1.2
17842026-08-21T16:09:15.561Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17852026-08-21T16:09:15.765Z Compiling openapiv3 v2.2.0
17862026-08-21T16:09:15.861Z Compiling lalrpop-util v0.19.12
17872026-08-21T16:09:15.877Z Compiling peg-runtime v0.8.5
17882026-08-21T16:09:15.917Z Compiling thread_local v1.1.9
17892026-08-21T16:09:15.917Z Compiling slog-async v2.8.0
17902026-08-21T16:09:16.047Z Compiling crossbeam-channel v0.5.15
17912026-08-21T16:09:16.148Z Compiling is-terminal v0.4.17
17922026-08-21T16:09:16.165Z Compiling filetime v0.2.27
17932026-08-21T16:09:16.242Z Compiling term v1.2.1
17942026-08-21T16:09:16.256Z Compiling xattr v1.6.1
17952026-08-21T16:09:16.338Z Compiling take_mut v0.2.2
17962026-08-21T16:09:16.420Z Compiling tar v0.4.46
17972026-08-21T16:09:16.454Z Compiling camino-tempfile v1.4.1
17982026-08-21T16:09:16.671Z Compiling slog-term v2.9.2
17992026-08-21T16:09:22.524Z Compiling rustls-webpki v0.103.13
18002026-08-21T16:09:25.205Z Compiling tokio-rustls v0.26.4
18012026-08-21T16:09:25.206Z Compiling rustls-platform-verifier v0.6.2
18022026-08-21T16:09:25.207Z Compiling tough v0.22.0
18032026-08-21T16:09:25.452Z Compiling hyper-rustls v0.27.7
18042026-08-21T16:09:25.603Z Compiling reqwest v0.13.2
18052026-08-21T16:09:27.777Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18062026-08-21T16:09:27.992Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18072026-08-21T16:09:30.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
18082026-08-21T16:09:31.052Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18092026-08-21T16:09:31.104ZAug 21 16:09:29.419 INFO Starting download, target: Clickhouse
18102026-08-21T16:09:31.104ZAug 21 16:09:29.419 INFO Starting download, target: Cockroach
18112026-08-21T16:09:31.104ZAug 21 16:09:29.419 INFO Starting download, target: Console
18122026-08-21T16:09:31.110ZAug 21 16:09:29.419 INFO Starting download, target: DendriteStub
18132026-08-21T16:09:31.110ZAug 21 16:09:29.419 INFO Starting download, target: MaghemiteMgd
18142026-08-21T16:09:31.110ZAug 21 16:09:29.419 INFO Starting download, target: MaghemiteDdmd
18152026-08-21T16:09:31.110ZAug 21 16:09:29.419 INFO Starting download, target: TransceiverControl
18162026-08-21T16:09:31.110ZAug 21 16:09:29.419 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18172026-08-21T16:09:31.110ZAug 21 16:09:29.419 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18182026-08-21T16:09:31.110ZAug 21 16:09:29.419 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18192026-08-21T16:09:31.111ZAug 21 16:09:29.420 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18202026-08-21T16:09:31.111ZAug 21 16:09:29.420 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18212026-08-21T16:09:31.111ZAug 21 16:09:29.420 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18222026-08-21T16:09:31.111ZAug 21 16:09:29.420 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18232026-08-21T16:09:32.085ZAug 21 16:09:30.378 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18242026-08-21T16:09:32.308ZAug 21 16:09:30.617 INFO Download complete, target: TransceiverControl
18252026-08-21T16:09:32.867ZAug 21 16:09:31.150 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18262026-08-21T16:09:33.100ZAug 21 16:09:31.416 INFO Download complete, target: Console
18272026-08-21T16:09:33.504ZAug 21 16:09:31.810 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18282026-08-21T16:09:33.879ZAug 21 16:09:32.194 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18292026-08-21T16:09:34.047ZAug 21 16:09:32.346 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18302026-08-21T16:09:34.218ZAug 21 16:09:32.528 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18312026-08-21T16:09:34.759ZAug 21 16:09:33.073 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18322026-08-21T16:09:34.759ZAug 21 16:09:33.073 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18332026-08-21T16:09:35.866ZAug 21 16:09:34.180 INFO Download complete, target: MaghemiteDdmd
18342026-08-21T16:09:36.641ZAug 21 16:09:34.952 INFO Download complete, target: DendriteStub
18352026-08-21T16:09:36.869ZAug 21 16:09:35.173 INFO Download complete, target: MaghemiteMgd
18362026-08-21T16:09:39.500ZAug 21 16:09:37.814 INFO Checking that binary works, target: Cockroach
18372026-08-21T16:09:39.621ZAug 21 16:09:37.931 INFO Download complete, target: Cockroach
18382026-08-21T16:09:40.426ZAug 21 16:09:38.742 INFO Checking that binary works, target: Clickhouse
18392026-08-21T16:09:40.539ZAug 21 16:09:38.855 INFO Download complete, target: Clickhouse
18402026-08-21T16:09:40.555ZAll builder prerequisites installed successfully, and PATH looks valid
18412026-08-21T16:09:40.558Z
18422026-08-21T16:09:40.558Zreal 2:12.461253921
18432026-08-21T16:09:40.558Zuser 7:16.069758564
18442026-08-21T16:09:40.558Zsys 1:25.555975901
18452026-08-21T16:09:40.558Ztrap 0.254507819
18462026-08-21T16:09:40.558Ztflt 0.586404872
18472026-08-21T16:09:40.558Zdflt 0.908011343
18482026-08-21T16:09:40.558Zkflt 0.026784136
18492026-08-21T16:09:40.558Zlock 27:10.551178423
18502026-08-21T16:09:40.558Zslp 22:05.861379784
18512026-08-21T16:09:40.558Zlat 48.733536750
18522026-08-21T16:09:40.558Zstop 2:36.547017607
18532026-08-21T16:09:40.558Z+ banner clippy
18542026-08-21T16:09:40.558Z
18552026-08-21T16:09:40.558Z #### # # ##### ##### # #
18562026-08-21T16:09:40.558Z # # # # # # # # # #
18572026-08-21T16:09:40.558Z # # # # # # # #
18582026-08-21T16:09:40.558Z # # # ##### ##### #
18592026-08-21T16:09:40.558Z # # # # # # #
18602026-08-21T16:09:40.558Z #### ###### # # # #
18612026-08-21T16:09:40.558Z
18622026-08-21T16:09:40.558Z+ export CARGO_INCREMENTAL=0
18632026-08-21T16:09:40.558Z+ CARGO_INCREMENTAL=0
18642026-08-21T16:09:40.558Z+ ptime -m cargo xtask clippy
18652026-08-21T16:09:41.028Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18662026-08-21T16:09:41.311Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18672026-08-21T16:09:43.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18682026-08-21T16:09:43.159Z Running `target/debug/xtask clippy`
18692026-08-21T16:09:43.185Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18702026-08-21T16:09:43.748Z Downloading crates ...
18712026-08-21T16:09:43.918Z Downloaded constant_time_eq v0.3.1
18722026-08-21T16:09:43.921Z Downloaded cast v0.3.0
18732026-08-21T16:09:43.921Z Downloaded anes v0.1.6
18742026-08-21T16:09:43.921Z Downloaded assert-json-diff v2.0.2
18752026-08-21T16:09:43.921Z Downloaded async-lock v3.4.2
18762026-08-21T16:09:43.927Z Downloaded blake2b_simd v1.0.4
18772026-08-21T16:09:43.928Z Downloaded async-object-pool v0.2.0
18782026-08-21T16:09:43.928Z Downloaded approx v0.5.1
18792026-08-21T16:09:43.928Z Downloaded concurrent-queue v2.5.0
18802026-08-21T16:09:43.931Z Downloaded criterion-plot v0.6.0
18812026-08-21T16:09:43.932Z Downloaded assert_cmd v2.1.2
18822026-08-21T16:09:43.932Z Downloaded datatest-stable v0.3.3
18832026-08-21T16:09:43.932Z Downloaded cfg-expr v0.20.6
18842026-08-21T16:09:43.932Z Downloaded criterion v0.7.0
18852026-08-21T16:09:43.936Z Downloaded event-listener-strategy v0.5.4
18862026-08-21T16:09:43.936Z Downloaded hex-literal v0.4.1
18872026-08-21T16:09:43.936Z Downloaded escape8259 v0.5.3
18882026-08-21T16:09:43.936Z Downloaded futures-timer v3.0.3
18892026-08-21T16:09:43.943Z Downloaded guppy-workspace-hack v0.1.0
18902026-08-21T16:09:43.943Z Downloaded event-listener v5.4.1
18912026-08-21T16:09:43.943Z Downloaded hickory-client v0.25.2
18922026-08-21T16:09:43.943Z Downloaded fancy-regex v0.14.0
18932026-08-21T16:09:43.943Z Downloaded guppy v0.17.25
18942026-08-21T16:09:43.948Z Downloaded httptest v0.16.4
18952026-08-21T16:09:43.948Z Downloaded knuffel v3.2.0
18962026-08-21T16:09:43.948Z Downloaded linkme v0.3.35
18972026-08-21T16:09:43.963Z Downloaded knuffel-derive v3.2.0
18982026-08-21T16:09:43.963Z Downloaded libtest-mimic v0.8.1
18992026-08-21T16:09:43.963Z Downloaded linkme-impl v0.3.35
19002026-08-21T16:09:43.963Z Downloaded miette-derive v5.10.0
19012026-08-21T16:09:43.963Z Downloaded nested v0.1.1
19022026-08-21T16:09:43.963Z Downloaded plotters-backend v0.3.7
19032026-08-21T16:09:43.963Z Downloaded plotters-svg v0.3.7
19042026-08-21T16:09:43.963Z Downloaded oorandom v11.1.5
19052026-08-21T16:09:43.967Z Downloaded pathdiff v0.2.3
19062026-08-21T16:09:43.968Z Downloaded parking v2.2.1
19072026-08-21T16:09:43.968Z Downloaded partial-io v0.5.4
19082026-08-21T16:09:43.968Z Downloaded path-tree v0.8.3
19092026-08-21T16:09:43.968Z Downloaded owo-colors v3.5.0
19102026-08-21T16:09:43.968Z Downloaded relative-path v1.9.3
19112026-08-21T16:09:43.968Z Downloaded similar-asserts v1.7.0
19122026-08-21T16:09:43.968Z Downloaded miette v5.10.0
19132026-08-21T16:09:43.968Z Downloaded rust-argon2 v2.1.0
19142026-08-21T16:09:43.968Z Downloaded serde_regex v1.1.0
19152026-08-21T16:09:43.968Z Downloaded rand_distr v0.5.1
19162026-08-21T16:09:43.968Z Downloaded supports-unicode v2.1.0
19172026-08-21T16:09:43.968Z Downloaded supports-color v2.1.0
19182026-08-21T16:09:43.968Z Downloaded supports-hyperlinks v2.1.0
19192026-08-21T16:09:43.968Z Downloaded terminal_size v0.1.17
19202026-08-21T16:09:43.968Z Downloaded rstest_macros v0.25.0
19212026-08-21T16:09:43.969Z Downloaded stringmetrics v2.2.2
19222026-08-21T16:09:43.973Z Downloaded target-triple v1.0.0
19232026-08-21T16:09:43.973Z Downloaded target-spec v3.5.7
19242026-08-21T16:09:43.973Z Downloaded rstest v0.25.0
19252026-08-21T16:09:43.973Z Downloaded target-lexicon v0.13.3
19262026-08-21T16:09:43.977Z Downloaded tinytemplate v1.2.1
19272026-08-21T16:09:43.980Z Downloaded termcolor v1.4.1
19282026-08-21T16:09:43.983Z Downloaded trybuild v1.0.116
19292026-08-21T16:09:43.983Z Downloaded textwrap v0.15.2
19302026-08-21T16:09:43.987Z Downloaded plotters v0.3.7
19312026-08-21T16:09:44.104Z Downloaded httpmock v0.8.3
19322026-08-21T16:09:45.895Z Checking cfg-if v1.0.4
19332026-08-21T16:09:46.264Z Checking serde_core v1.0.228
19342026-08-21T16:09:46.264Z Checking libc v0.2.185
19352026-08-21T16:09:46.338Z Checking memchr v2.8.0
19362026-08-21T16:09:46.384Z Checking smallvec v1.15.1
19372026-08-21T16:09:46.422Z Checking itoa v1.0.17
19382026-08-21T16:09:46.460Z Checking subtle v2.6.1
19392026-08-21T16:09:46.535Z Checking rand_core v0.10.0
19402026-08-21T16:09:46.547Z Checking log v0.4.33
19412026-08-21T16:09:46.593Z Checking libm v0.2.16
19422026-08-21T16:09:46.648Z Checking typenum v1.20.1
19432026-08-21T16:09:46.691Z Checking scopeguard v1.2.0
19442026-08-21T16:09:46.731Z Checking zmij v1.0.21
19452026-08-21T16:09:46.771Z Checking stable_deref_trait v1.2.1
19462026-08-21T16:09:46.808Z Checking errno v0.3.14
19472026-08-21T16:09:46.820Z Checking getrandom v0.4.3
19482026-08-21T16:09:46.881Z Checking lock_api v0.4.14
19492026-08-21T16:09:46.924Z Checking zerofrom v0.1.6
19502026-08-21T16:09:46.969Z Checking percent-encoding v2.3.2
19512026-08-21T16:09:47.009Z Checking writeable v0.6.2
19522026-08-21T16:09:47.049Z Checking litemap v0.8.1
19532026-08-21T16:09:47.090Z Checking yoke v0.8.1
19542026-08-21T16:09:47.130Z Checking icu_normalizer_data v2.1.1
19552026-08-21T16:09:47.171Z Checking icu_properties_data v2.1.2
19562026-08-21T16:09:47.211Z Checking form_urlencoded v1.2.2
19572026-08-21T16:09:47.251Z Checking utf8_iter v1.0.4
19582026-08-21T16:09:47.293Z Checking pin-project-lite v0.2.17
19592026-08-21T16:09:47.329Z Checking zerovec v0.11.5
19602026-08-21T16:09:47.334Z Checking num-traits v0.2.19
19612026-08-21T16:09:47.334Z Checking zerotrie v0.2.3
19622026-08-21T16:09:47.439Z Checking zerocopy v0.8.55
19632026-08-21T16:09:47.483Z Checking parking_lot_core v0.9.12
19642026-08-21T16:09:47.487Z Checking portable-atomic v1.13.1
19652026-08-21T16:09:47.562Z Checking critical-section v1.2.0
19662026-08-21T16:09:47.671Z Checking signal-hook-registry v1.4.8
19672026-08-21T16:09:47.716Z Checking parking_lot v0.12.5
19682026-08-21T16:09:47.768Z Checking mio v1.2.0
19692026-08-21T16:09:47.796Z Checking tinystr v0.8.2
19702026-08-21T16:09:47.835Z Checking serde v1.0.228
19712026-08-21T16:09:47.872Z Checking bitflags v2.11.0
19722026-08-21T16:09:47.910Z Checking serde_json v1.0.151
19732026-08-21T16:09:47.949Z Checking potential_utf v0.1.4
19742026-08-21T16:09:47.952Z Checking once_cell v1.21.3
19752026-08-21T16:09:48.024Z Checking icu_locale_core v2.1.1
19762026-08-21T16:09:48.078Z Checking socket2 v0.6.3
19772026-08-21T16:09:48.123Z Checking icu_collections v2.1.1
19782026-08-21T16:09:48.160Z Checking iana-time-zone v0.1.65
19792026-08-21T16:09:48.210Z Checking uuid v1.23.4
19802026-08-21T16:09:48.263Z Checking zeroize v1.9.0
19812026-08-21T16:09:48.302Z Checking bytes v1.11.1
19822026-08-21T16:09:48.354Z Checking chrono v0.4.45
19832026-08-21T16:09:48.465Z Checking semver v1.0.28
19842026-08-21T16:09:48.510Z Checking thiserror v2.0.18
19852026-08-21T16:09:48.574Z Checking dyn-clone v1.0.20
19862026-08-21T16:09:48.619Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19872026-08-21T16:09:48.623Z Checking icu_provider v2.1.1
19882026-08-21T16:09:48.697Z Checking futures-core v0.3.32
19892026-08-21T16:09:48.735Z Checking getrandom v0.3.4
19902026-08-21T16:09:48.739Z Checking rustix v1.1.4
19912026-08-21T16:09:48.808Z Checking tokio v1.52.1
19922026-08-21T16:09:48.848Z Checking equivalent v1.0.2
19932026-08-21T16:09:48.889Z Checking icu_normalizer v2.1.1
19942026-08-21T16:09:48.931Z Checking icu_properties v2.1.2
19952026-08-21T16:09:49.004Z Checking getrandom v0.2.17
19962026-08-21T16:09:49.053Z Checking cmov v0.5.4
19972026-08-21T16:09:49.185Z Checking rand_core v0.6.4
19982026-08-21T16:09:49.224Z Checking futures-sink v0.3.32
19992026-08-21T16:09:49.260Z Checking byteorder v1.5.0
20002026-08-21T16:09:49.297Z Checking ctutils v0.4.2
20012026-08-21T16:09:49.354Z Checking futures-channel v0.3.32
20022026-08-21T16:09:49.394Z Checking slab v0.4.12
20032026-08-21T16:09:49.491Z Checking futures-io v0.3.32
20042026-08-21T16:09:49.533Z Checking hybrid-array v0.4.13
20052026-08-21T16:09:49.577Z Checking futures-task v0.3.32
20062026-08-21T16:09:49.581Z Checking hashbrown v0.17.0
20072026-08-21T16:09:49.650Z Checking generic-array v0.14.7
20082026-08-21T16:09:49.654Z Checking thiserror v1.0.69
20092026-08-21T16:09:49.758Z Checking idna_adapter v1.2.1
20102026-08-21T16:09:49.798Z Checking futures-util v0.3.32
20112026-08-21T16:09:49.837Z Checking regex-syntax v0.8.10
20122026-08-21T16:09:49.970Z Checking idna v1.1.0
20132026-08-21T16:09:50.063Z Checking indexmap v2.14.0
20142026-08-21T16:09:50.127Z Checking fnv v1.0.7
20152026-08-21T16:09:50.178Z Checking url v2.5.8
20162026-08-21T16:09:50.219Z Checking ppv-lite86 v0.2.21
20172026-08-21T16:09:50.256Z Checking base64ct v1.8.3
20182026-08-21T16:09:50.304Z Checking crypto-common v0.2.2
20192026-08-21T16:09:50.512Z Checking const-oid v0.9.6
20202026-08-21T16:09:50.556Z Checking crypto-common v0.1.7
20212026-08-21T16:09:50.633Z Checking block-buffer v0.12.1
20222026-08-21T16:09:50.673Z Checking schemars v0.8.22
20232026-08-21T16:09:50.710Z Checking base64 v0.22.1
20242026-08-21T16:09:50.826Z Checking block-buffer v0.10.4
20252026-08-21T16:09:50.931Z Checking utf8parse v0.2.2
20262026-08-21T16:09:50.974Z Checking anstyle v1.0.14
20272026-08-21T16:09:51.014Z Checking http v1.4.2
20282026-08-21T16:09:51.063Z Checking tracing-core v0.1.36
20292026-08-21T16:09:51.129Z Checking rand_core v0.9.5
20302026-08-21T16:09:51.184Z Checking anstyle-query v1.1.5
20312026-08-21T16:09:51.224Z Checking digest v0.10.7
20322026-08-21T16:09:51.307Z Checking colorchoice v1.0.4
20332026-08-21T16:09:51.349Z Checking is_terminal_polyfill v1.70.2
20342026-08-21T16:09:51.352Z Checking terminal_size v0.4.3
20352026-08-21T16:09:51.422Z Checking tracing v0.1.44
20362026-08-21T16:09:51.461Z Checking const-oid v0.10.2
20372026-08-21T16:09:51.464Z Checking anstyle-parse v1.0.0
20382026-08-21T16:09:51.534Z Checking erased-serde v0.3.31
20392026-08-21T16:09:51.571Z Checking rand_chacha v0.9.0
20402026-08-21T16:09:51.610Z Checking ipnet v2.12.0
20412026-08-21T16:09:51.649Z Checking aho-corasick v1.1.4
20422026-08-21T16:09:51.688Z Checking anstream v1.0.0
20432026-08-21T16:09:51.691Z Checking crossbeam-utils v0.8.21
20442026-08-21T16:09:51.760Z Checking strsim v0.11.1
20452026-08-21T16:09:51.802Z Checking rand v0.9.2
20462026-08-21T16:09:51.896Z Checking clap_lex v1.0.0
20472026-08-21T16:09:51.936Z Checking unicode-ident v1.0.24
20482026-08-21T16:09:51.973Z Checking allocator-api2 v0.2.21
20492026-08-21T16:09:51.977Z Checking slog v2.8.2
20502026-08-21T16:09:52.048Z Checking tokio-util v0.7.18
20512026-08-21T16:09:52.089Z Checking clap_builder v4.6.0
20522026-08-21T16:09:52.093Z Checking proc-macro2 v1.0.106
20532026-08-21T16:09:52.093Z Checking powerfmt v0.2.0
20542026-08-21T16:09:52.280Z Checking digest v0.11.3
20552026-08-21T16:09:52.324Z Checking fastrand v2.3.0
20562026-08-21T16:09:52.330Z Checking deranged v0.5.8
20572026-08-21T16:09:52.357Z Checking num_threads v0.1.7
20582026-08-21T16:09:52.428Z Checking regex-automata v0.4.14
20592026-08-21T16:09:52.485Z Checking quote v1.0.45
20602026-08-21T16:09:52.488Z Checking num-conv v0.2.0
20612026-08-21T16:09:52.564Z Checking time-core v0.1.8
20622026-08-21T16:09:52.570Z Checking cpufeatures v0.3.0
20632026-08-21T16:09:52.669Z Checking httparse v1.10.1
20642026-08-21T16:09:52.672Z Checking anyhow v1.0.104
20652026-08-21T16:09:52.740Z Checking syn v2.0.117
20662026-08-21T16:09:52.744Z Checking cpufeatures v0.2.17
20672026-08-21T16:09:52.774Z Checking tempfile v3.27.0
20682026-08-21T16:09:52.898Z Checking ipnetwork v0.21.1
20692026-08-21T16:09:52.938Z Checking rustls-pki-types v1.14.0
20702026-08-21T16:09:52.942Z Checking aws-lc-sys v0.40.0
20712026-08-21T16:09:53.012Z Checking untrusted v0.7.1
20722026-08-21T16:09:53.147Z Checking http-body v1.0.1
20732026-08-21T16:09:53.184Z Checking atomic-waker v1.1.2
20742026-08-21T16:09:53.260Z Checking httpdate v1.0.3
20752026-08-21T16:09:53.303Z Checking time v0.3.47
20762026-08-21T16:09:53.343Z Checking try-lock v0.2.5
20772026-08-21T16:09:53.355Z Checking clap v4.6.1
20782026-08-21T16:09:53.355Z Checking h2 v0.4.15
20792026-08-21T16:09:53.451Z Checking hex v0.4.3
20802026-08-21T16:09:53.566Z Checking want v0.3.1
20812026-08-21T16:09:53.577Z Checking aws-lc-rs v1.16.3
20822026-08-21T16:09:53.577Z Checking tower-layer v0.3.3
20832026-08-21T16:09:53.635Z Checking tower-service v0.3.3
20842026-08-21T16:09:53.700Z Checking simd-adler32 v0.3.8
20852026-08-21T16:09:53.738Z Checking ryu v1.0.23
20862026-08-21T16:09:53.775Z Checking untrusted v0.9.0
20872026-08-21T16:09:53.899Z Checking spin v0.9.8
20882026-08-21T16:09:53.904Z Checking adler2 v2.0.1
20892026-08-21T16:09:53.972Z Checking unicode-width v0.2.0
20902026-08-21T16:09:54.073Z Checking miniz_oxide v0.8.9
20912026-08-21T16:09:54.113Z Checking pem-rfc7468 v0.7.0
20922026-08-21T16:09:54.238Z Checking flagset v0.4.7
20932026-08-21T16:09:54.284Z Checking mime v0.3.17
20942026-08-21T16:09:54.303Z Checking block-padding v0.4.2
20952026-08-21T16:09:54.421Z Checking rustls-webpki v0.103.13
20962026-08-21T16:09:54.466Z Checking der v0.7.10
20972026-08-21T16:09:54.471Z Checking pretty-hex v0.4.1
20982026-08-21T16:09:54.471Z Checking http-body-util v0.1.3
20992026-08-21T16:09:54.584Z Checking inout v0.2.2
21002026-08-21T16:09:54.584Z Checking oxnet v0.1.6
21012026-08-21T16:09:54.660Z Checking camino v1.2.5
21022026-08-21T16:09:54.765Z Checking plain v0.2.3
21032026-08-21T16:09:54.805Z Checking openssl-probe v0.2.1
21042026-08-21T16:09:54.858Z Checking rustls v0.23.41
21052026-08-21T16:09:54.900Z Checking ucd-trie v0.1.7
21062026-08-21T16:09:54.903Z Checking cipher v0.5.2
21072026-08-21T16:09:54.975Z Checking regex v1.12.3
21082026-08-21T16:09:55.012Z Checking serde_urlencoded v0.7.1
21092026-08-21T16:09:55.017Z Checking rand_chacha v0.3.1
21102026-08-21T16:09:55.083Z Checking pest v2.8.6
21112026-08-21T16:09:55.203Z Checking encoding_rs v0.8.35
21122026-08-21T16:09:55.243Z Checking spki v0.7.3
21132026-08-21T16:09:55.282Z Checking rand v0.8.6
21142026-08-21T16:09:55.285Z Checking futures-executor v0.3.32
21152026-08-21T16:09:55.319Z Checking crc32fast v1.5.0
21162026-08-21T16:09:55.442Z Checking either v1.15.0
21172026-08-21T16:09:55.504Z Checking futures v0.3.32
21182026-08-21T16:09:55.542Z Checking sync_wrapper v1.0.2
21192026-08-21T16:09:55.614Z Checking pkcs8 v0.10.2
21202026-08-21T16:09:55.664Z Checking iri-string v0.7.10
21212026-08-21T16:09:55.703Z Checking tower v0.5.3
21222026-08-21T16:09:55.803Z Checking foldhash v0.2.0
21232026-08-21T16:09:55.843Z Checking openapiv3 v2.2.0
21242026-08-21T16:09:55.989Z Checking hashbrown v0.16.1
21252026-08-21T16:09:56.114Z Checking static_assertions v1.1.0
21262026-08-21T16:09:56.167Z Checking bit-vec v0.8.0
21272026-08-21T16:09:56.205Z Checking zlib-rs v0.6.2
21282026-08-21T16:09:56.209Z Checking hyper v1.10.1
21292026-08-21T16:09:56.278Z Checking sha2 v0.10.9
21302026-08-21T16:09:56.391Z Checking bit-set v0.8.0
21312026-08-21T16:09:56.522Z Checking wait-timeout v0.2.1
21322026-08-21T16:09:56.571Z Checking rustls-native-certs v0.8.3
21332026-08-21T16:09:56.610Z Checking lazy_static v1.5.0
21342026-08-21T16:09:56.680Z Checking hubpack v0.1.2
21352026-08-21T16:09:56.719Z Checking tower-http v0.6.8
21362026-08-21T16:09:56.758Z Checking quick-error v1.2.3
21372026-08-21T16:09:56.761Z Checking psl-types v2.0.11
21382026-08-21T16:09:56.876Z Checking tinyvec_macros v0.1.1
21392026-08-21T16:09:56.919Z Checking rusty-fork v0.3.1
21402026-08-21T16:09:56.955Z Checking publicsuffix v2.3.0
21412026-08-21T16:09:56.995Z Checking tinyvec v1.10.0
21422026-08-21T16:09:57.032Z Checking cookie v0.18.1
21432026-08-21T16:09:57.113Z Checking rand_xorshift v0.4.0
21442026-08-21T16:09:57.153Z Checking unarray v0.1.4
21452026-08-21T16:09:57.157Z Checking tokio-rustls v0.26.4
21462026-08-21T16:09:57.188Z Checking flate2 v1.1.9
21472026-08-21T16:09:57.191Z Checking rustls-platform-verifier v0.6.2
21482026-08-21T16:09:57.295Z Checking signature v2.2.0
21492026-08-21T16:09:57.330Z Checking hyper-util v0.1.20
21502026-08-21T16:09:57.333Z Checking cookie_store v0.22.1
21512026-08-21T16:09:57.333Z Checking proptest v1.11.0
21522026-08-21T16:09:57.439Z Checking num-integer v0.1.46
21532026-08-21T16:09:57.443Z Checking strum v0.26.3
21542026-08-21T16:09:57.443Z Checking scroll v0.13.0
21552026-08-21T16:09:57.547Z Checking ahash v0.8.12
21562026-08-21T16:09:57.550Z Checking memmap2 v0.9.10
21572026-08-21T16:09:57.622Z Checking unicode-width v0.1.14
21582026-08-21T16:09:57.675Z Checking dtrace-parser v0.3.0
21592026-08-21T16:09:57.715Z Checking toml_datetime v0.6.11
21602026-08-21T16:09:57.761Z Checking goblin v0.10.5
21612026-08-21T16:09:57.802Z Checking serde_spanned v0.6.9
21622026-08-21T16:09:57.806Z Checking thread-id v5.1.0
21632026-08-21T16:09:57.895Z Checking data-encoding v2.10.0
21642026-08-21T16:09:57.934Z Checking bstr v1.12.1
21652026-08-21T16:09:57.973Z Checking hmac v0.12.1
21662026-08-21T16:09:57.976Z Checking base64 v0.21.7
21672026-08-21T16:09:57.976Z Checking x509-cert v0.2.5
21682026-08-21T16:09:58.180Z Checking crossbeam-epoch v0.9.18
21692026-08-21T16:09:58.191Z Checking memoffset v0.9.1
21702026-08-21T16:09:58.269Z Checking num-iter v0.1.45
21712026-08-21T16:09:58.308Z Checking scroll v0.12.0
21722026-08-21T16:09:58.350Z Checking zerocopy v0.7.35
21732026-08-21T16:09:58.393Z Checking rustix v0.38.44
21742026-08-21T16:09:58.433Z Checking env_filter v2.0.0
21752026-08-21T16:09:58.566Z Checking goblin v0.8.2
21762026-08-21T16:09:58.609Z Checking smawk v0.3.2
21772026-08-21T16:09:58.651Z Checking hyper-rustls v0.27.7
21782026-08-21T16:09:58.732Z Checking unicode-linebreak v0.1.5
21792026-08-21T16:09:58.772Z Checking tap v1.0.1
21802026-08-21T16:09:58.863Z Checking unicode-segmentation v1.12.0
21812026-08-21T16:09:58.906Z Checking reqwest v0.13.2
21822026-08-21T16:09:58.910Z Checking wyz v0.5.1
21832026-08-21T16:09:58.977Z Checking env_logger v0.11.11
21842026-08-21T16:09:59.141Z Checking num-bigint-dig v0.8.6
21852026-08-21T16:09:59.184Z Checking newtype-uuid v1.3.2
21862026-08-21T16:09:59.228Z Checking nix v0.31.2
21872026-08-21T16:09:59.232Z Checking dtrace-parser v0.2.0
21882026-08-21T16:09:59.232Z Checking pkcs1 v0.7.5
21892026-08-21T16:09:59.413Z Checking daft v0.1.7
21902026-08-21T16:09:59.525Z Checking ff v0.13.1
21912026-08-21T16:09:59.565Z Checking radium v0.7.0
21922026-08-21T16:09:59.687Z Checking thread-id v4.2.2
21932026-08-21T16:09:59.691Z Checking winnow v1.0.3
21942026-08-21T16:09:59.766Z Checking base16ct v0.2.0
21952026-08-21T16:09:59.807Z Checking funty v2.0.0
21962026-08-21T16:09:59.811Z Checking same-file v1.0.6
21972026-08-21T16:09:59.924Z Checking crc-catalog v2.4.0
21982026-08-21T16:09:59.966Z Checking rsa v0.9.10
21992026-08-21T16:10:00.005Z Checking walkdir v2.5.0
22002026-08-21T16:10:00.044Z Checking crc v3.4.0
22012026-08-21T16:10:00.084Z Checking dof v0.4.0
22022026-08-21T16:10:00.145Z Checking bitvec v1.0.1
22032026-08-21T16:10:00.192Z Checking sec1 v0.7.3
22042026-08-21T16:10:00.245Z Checking group v0.13.0
22052026-08-21T16:10:00.421Z Checking hkdf v0.12.4
22062026-08-21T16:10:00.461Z Checking dof v0.3.0
22072026-08-21T16:10:00.465Z Checking unicode-normalization v0.1.25
22082026-08-21T16:10:00.465Z Checking crypto-bigint v0.5.5
22092026-08-21T16:10:00.465Z Checking zerocopy v0.6.6
22102026-08-21T16:10:00.607Z Checking maybe-uninit v2.0.0
22112026-08-21T16:10:00.611Z Checking is_ci v1.2.0
22122026-08-21T16:10:00.710Z Checking winnow v0.5.40
22132026-08-21T16:10:00.750Z Checking usdt-impl v0.6.0
22142026-08-21T16:10:00.789Z Checking usdt-impl v0.5.0
22152026-08-21T16:10:00.793Z Checking gimli v0.32.3
22162026-08-21T16:10:00.861Z Checking foreign-types-shared v0.1.1
22172026-08-21T16:10:00.976Z Checking foldhash v0.1.5
22182026-08-21T16:10:01.016Z Checking nodrop v0.1.14
22192026-08-21T16:10:01.055Z Checking usdt v0.6.0
22202026-08-21T16:10:01.093Z Checking foreign-types v0.3.2
22212026-08-21T16:10:01.135Z Checking array-init v0.0.4
22222026-08-21T16:10:01.138Z Checking hashbrown v0.15.5
22232026-08-21T16:10:01.210Z Checking smallvec v0.6.14
22242026-08-21T16:10:01.248Z Checking serde_with v3.21.0
22252026-08-21T16:10:01.423Z Checking bitfield v0.19.4
22262026-08-21T16:10:01.463Z Checking bzip2-sys v0.1.13+1.0.8
22272026-08-21T16:10:01.467Z Checking packed_struct v0.10.1
22282026-08-21T16:10:01.467Z Checking elliptic-curve v0.13.8
22292026-08-21T16:10:01.584Z Checking openssl-sys v0.9.117
22302026-08-21T16:10:01.662Z Checking object v0.37.3
22312026-08-21T16:10:01.736Z Checking hashbrown v0.12.3
22322026-08-21T16:10:01.850Z Checking rustc-demangle v0.1.27
22332026-08-21T16:10:01.890Z Checking toml_edit v0.19.15
22342026-08-21T16:10:01.997Z Checking bitflags v1.3.2
22352026-08-21T16:10:02.100Z Checking siphasher v1.0.2
22362026-08-21T16:10:02.104Z Checking keccak v0.1.6
22372026-08-21T16:10:02.176Z Checking indexmap v1.9.3
22382026-08-21T16:10:02.289Z Checking openssl v0.10.80
22392026-08-21T16:10:02.334Z Checking sha3 v0.10.8
22402026-08-21T16:10:02.402Z Checking addr2line v0.25.1
22412026-08-21T16:10:02.510Z Checking bzip2 v0.4.4
22422026-08-21T16:10:02.576Z Checking serde-hex v0.1.0
22432026-08-21T16:10:02.616Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22442026-08-21T16:10:02.693Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22452026-08-21T16:10:02.732Z Checking toml_parser v1.1.2+spec-1.1.0
22462026-08-21T16:10:02.769Z Checking ron v0.8.1
22472026-08-21T16:10:02.877Z Checking hashbrown v0.13.2
22482026-08-21T16:10:02.924Z Checking toml v0.7.8
22492026-08-21T16:10:03.085Z Checking itertools v0.15.0
22502026-08-21T16:10:03.264Z Checking itertools v0.13.0
22512026-08-21T16:10:03.337Z Checking signal-hook v0.3.18
22522026-08-21T16:10:03.343Z Checking crc-any v2.5.0
22532026-08-21T16:10:03.526Z Checking managed v0.8.0
22542026-08-21T16:10:03.565Z Checking object v0.30.4
22552026-08-21T16:10:03.741Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22562026-08-21T16:10:03.932Z Checking zip v0.6.6
22572026-08-21T16:10:03.982Z Checking backtrace v0.3.76
22582026-08-21T16:10:04.086Z Checking globset v0.4.18
22592026-08-21T16:10:04.196Z Checking chacha20 v0.10.0
22602026-08-21T16:10:04.285Z Checking curve25519-dalek v4.1.3
22612026-08-21T16:10:04.323Z Checking backtrace-ext v0.2.1
22622026-08-21T16:10:04.326Z Checking winnow v0.7.14
22632026-08-21T16:10:04.326Z Checking path-slash v0.1.5
22642026-08-21T16:10:04.432Z Checking toml_write v0.1.2
22652026-08-21T16:10:04.470Z Checking native-tls v0.2.18
22662026-08-21T16:10:04.508Z Checking signal-hook-mio v0.2.5
22672026-08-21T16:10:04.549Z Checking textwrap v0.16.2
22682026-08-21T16:10:04.629Z Checking ed25519 v2.2.3
22692026-08-21T16:10:04.665Z Checking ref-cast v1.0.25
22702026-08-21T16:10:04.720Z Checking pin-project v1.1.11
22712026-08-21T16:10:04.786Z Checking jiff-core v0.1.0
22722026-08-21T16:10:04.825Z Checking tokio-native-tls v0.3.1
22732026-08-21T16:10:04.862Z Checking pem v3.0.6
22742026-08-21T16:10:04.866Z Checking zstd-sys v2.0.16+zstd.1.5.7
22752026-08-21T16:10:05.011Z Checking owo-colors v4.3.0
22762026-08-21T16:10:05.052Z Checking fixedbitset v0.5.7
22772026-08-21T16:10:05.056Z Checking zstd-safe v7.2.4
22782026-08-21T16:10:05.125Z Checking ed25519-dalek v2.2.0
22792026-08-21T16:10:05.276Z Checking petgraph v0.8.3
22802026-08-21T16:10:05.316Z Checking hyper-tls v0.6.0
22812026-08-21T16:10:05.385Z Checking snafu v0.8.9
22822026-08-21T16:10:05.490Z Checking jiff v0.2.34
22832026-08-21T16:10:05.530Z Checking crossterm v0.28.1
22842026-08-21T16:10:05.569Z Checking toml_edit v0.22.27
22852026-08-21T16:10:05.606Z Checking supports-color v3.0.2
22862026-08-21T16:10:05.643Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22872026-08-21T16:10:05.680Z Checking similar v2.7.0
22882026-08-21T16:10:05.683Z Checking fs-err v3.3.0
22892026-08-21T16:10:05.754Z Checking hash32 v0.2.1
22902026-08-21T16:10:05.939Z Checking serde-big-array v0.5.1
22912026-08-21T16:10:06.036Z Checking serde_plain v1.0.2
22922026-08-21T16:10:06.085Z Checking predicates-core v1.0.10
22932026-08-21T16:10:06.124Z Checking libbz2-rs-sys v0.2.2
22942026-08-21T16:10:06.208Z Checking unicode-properties v0.1.4
22952026-08-21T16:10:06.248Z Checking bumpalo v3.20.2
22962026-08-21T16:10:06.251Z Checking typed-path v0.9.3
22972026-08-21T16:10:06.424Z Checking unicode-bidi v0.3.18
22982026-08-21T16:10:06.476Z Checking zopfli v0.8.3
22992026-08-21T16:10:06.546Z Checking bzip2 v0.6.1
23002026-08-21T16:10:06.621Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23012026-08-21T16:10:06.699Z Checking heapless v0.7.17
23022026-08-21T16:10:06.743Z Checking reqwest v0.12.28
23032026-08-21T16:10:06.781Z Checking stringprep v0.1.5
23042026-08-21T16:10:06.833Z Checking zstd v0.13.3
23052026-08-21T16:10:06.902Z Checking hickory-proto v0.25.2
23062026-08-21T16:10:06.966Z Checking byte-wrapper v0.1.0
23072026-08-21T16:10:07.007Z Checking md-5 v0.10.6
23082026-08-21T16:10:07.054Z Checking float-cmp v0.10.0
23092026-08-21T16:10:07.093Z Checking normalize-line-endings v0.3.0
23102026-08-21T16:10:07.135Z Checking supports-unicode v3.0.0
23112026-08-21T16:10:07.178Z Checking supports-hyperlinks v3.2.0
23122026-08-21T16:10:07.219Z Checking difflib v0.4.0
23132026-08-21T16:10:07.222Z Checking fallible-iterator v0.2.0
23142026-08-21T16:10:07.222Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23152026-08-21T16:10:07.327Z Checking smoltcp v0.9.1
23162026-08-21T16:10:07.331Z Checking miette v7.6.0
23172026-08-21T16:10:07.400Z Checking zip v4.6.1
23182026-08-21T16:10:07.440Z Checking predicates v3.1.4
23192026-08-21T16:10:07.511Z Checking iddqd v0.4.2
23202026-08-21T16:10:07.586Z Checking postgres-protocol v0.6.10
23212026-08-21T16:10:07.769Z Checking phf_shared v0.13.1
23222026-08-21T16:10:07.853Z Checking phf_shared v0.11.3
23232026-08-21T16:10:07.894Z Checking olpc-cjson v0.1.4
23242026-08-21T16:10:07.931Z Checking tokio-stream v0.1.18
23252026-08-21T16:10:07.973Z Checking strum v0.27.2
23262026-08-21T16:10:08.012Z Checking precomputed-hash v0.1.1
23272026-08-21T16:10:08.016Z Checking lalrpop-util v0.19.12
23282026-08-21T16:10:08.086Z Checking fixedbitset v0.4.2
23292026-08-21T16:10:08.090Z Checking new_debug_unreachable v1.0.6
23302026-08-21T16:10:08.158Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23312026-08-21T16:10:08.162Z Checking tough v0.22.0
23322026-08-21T16:10:08.239Z Checking string_cache v0.8.9
23332026-08-21T16:10:08.245Z Checking phf v0.13.1
23342026-08-21T16:10:08.306Z Checking petgraph v0.6.5
23352026-08-21T16:10:08.343Z Checking postgres-types v0.2.12
23362026-08-21T16:10:08.431Z Checking buf-list v1.1.2
23372026-08-21T16:10:08.472Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23382026-08-21T16:10:08.475Z Checking whoami v2.1.0
23392026-08-21T16:10:08.649Z Checking peg-runtime v0.8.5
23402026-08-21T16:10:08.734Z Checking tokio-postgres v0.7.16
23412026-08-21T16:10:08.776Z Checking is-terminal v0.4.17
23422026-08-21T16:10:08.827Z Checking crossbeam-channel v0.5.15
23432026-08-21T16:10:08.827Z Checking thread_local v1.1.9
23442026-08-21T16:10:08.898Z Checking take_mut v0.2.2
23452026-08-21T16:10:09.033Z Checking term v1.2.1
23462026-08-21T16:10:09.073Z Compiling newtype-uuid-macros v0.1.0
23472026-08-21T16:10:09.187Z Checking slog-async v2.8.0
23482026-08-21T16:10:09.285Z Checking slog-term v2.9.2
23492026-08-21T16:10:09.395Z Checking match_cfg v0.1.0
23502026-08-21T16:10:09.497Z Checking hostname v0.3.1
23512026-08-21T16:10:09.576Z Checking slog-json v2.6.1
23522026-08-21T16:10:09.614Z Compiling multer v3.1.0
23532026-08-21T16:10:09.652Z Compiling async-stream-impl v0.3.6
23542026-08-21T16:10:09.700Z Compiling dropshot v0.17.1
23552026-08-21T16:10:09.764Z Checking slog-bunyan v2.5.0
23562026-08-21T16:10:09.868Z Checking debug-ignore v1.0.5
23572026-08-21T16:10:09.910Z Compiling dropshot_endpoint v0.17.1
23582026-08-21T16:10:09.984Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23592026-08-21T16:10:10.023Z Checking serde_path_to_error v0.1.20
23602026-08-21T16:10:10.027Z Checking progenitor-client v0.14.0
23612026-08-21T16:10:10.056Z Checking sha1 v0.11.0
23622026-08-21T16:10:10.207Z Checking serde_spanned v1.1.1
23632026-08-21T16:10:10.251Z Checking toml_datetime v1.1.1+spec-1.1.0
23642026-08-21T16:10:10.308Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23652026-08-21T16:10:10.311Z Checking toml_writer v1.1.1+spec-1.1.0
23662026-08-21T16:10:10.386Z Checking compression-core v0.4.31
23672026-08-21T16:10:10.389Z Checking async-stream v0.3.6
23682026-08-21T16:10:10.534Z Checking waitgroup v0.1.2
23692026-08-21T16:10:10.538Z Checking compression-codecs v0.4.37
23702026-08-21T16:10:10.610Z Checking toml v1.1.2+spec-1.1.0
23712026-08-21T16:10:10.614Z Checking rustls-pemfile v2.2.0
23722026-08-21T16:10:10.687Z Checking hostname v0.4.2
23732026-08-21T16:10:10.725Z Checking atomicwrites v0.4.4
23742026-08-21T16:10:10.759Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23752026-08-21T16:10:10.797Z Compiling parse-display-derive v0.10.0
23762026-08-21T16:10:10.801Z Checking async-compression v0.4.41
23772026-08-21T16:10:10.871Z Checking macaddr v1.0.1
23782026-08-21T16:10:10.874Z Checking regress v0.10.5
23792026-08-21T16:10:10.944Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23802026-08-21T16:10:10.947Z Checking instant v0.1.13
23812026-08-21T16:10:11.079Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-08-21T16:10:11.119Z Checking itertools v0.14.0
23832026-08-21T16:10:11.123Z Checking backoff v0.4.0
23842026-08-21T16:10:11.199Z Checking backon v1.6.0
23852026-08-21T16:10:11.339Z Checking humantime v2.3.0
23862026-08-21T16:10:11.379Z Compiling convert_case v0.4.0
23872026-08-21T16:10:11.383Z Checking half v2.7.1
23882026-08-21T16:10:11.452Z Checking progenitor-extras v0.2.0
23892026-08-21T16:10:11.569Z Checking ciborium-io v0.2.2
23902026-08-21T16:10:11.692Z Checking heck v0.5.0
23912026-08-21T16:10:11.733Z Checking ciborium-ll v0.2.2
23922026-08-21T16:10:11.806Z Checking secrecy v0.10.3
23932026-08-21T16:10:11.809Z Compiling derive_more v0.99.20
23942026-08-21T16:10:11.877Z Checking indent_write v2.2.0
23952026-08-21T16:10:11.958Z Checking camino-tempfile v1.4.1
23962026-08-21T16:10:11.997Z Checking ciborium v0.2.2
23972026-08-21T16:10:12.034Z Compiling crucible-workspace-hack v0.1.0
23982026-08-21T16:10:12.151Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23992026-08-21T16:10:12.242Z Compiling regress v0.11.1
24002026-08-21T16:10:12.365Z Checking inout v0.1.4
24012026-08-21T16:10:12.426Z Checking universal-hash v0.5.1
24022026-08-21T16:10:12.465Z Compiling thiserror-impl-no-std v2.0.2
24032026-08-21T16:10:12.502Z Checking opaque-debug v0.3.1
24042026-08-21T16:10:12.541Z Checking parse-display v0.10.0
24052026-08-21T16:10:12.544Z Checking cipher v0.4.4
24062026-08-21T16:10:12.614Z Checking blake2 v0.10.6
24072026-08-21T16:10:12.618Z Checking poly1305 v0.8.0
24082026-08-21T16:10:12.718Z Checking aead v0.5.2
24092026-08-21T16:10:12.803Z Checking chacha20 v0.9.1
24102026-08-21T16:10:12.895Z Checking password-hash v0.5.0
24112026-08-21T16:10:12.934Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24122026-08-21T16:10:12.938Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24132026-08-21T16:10:13.027Z Checking chacha20poly1305 v0.10.1
24142026-08-21T16:10:13.147Z Checking argon2 v0.5.3
24152026-08-21T16:10:13.189Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24162026-08-21T16:10:13.362Z Compiling unsafe-libyaml v0.2.11
24172026-08-21T16:10:13.454Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24182026-08-21T16:10:13.522Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24192026-08-21T16:10:13.627Z Checking thiserror-no-std v2.0.2
24202026-08-21T16:10:13.696Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24212026-08-21T16:10:13.749Z Checking vsss-rs v3.3.4
24222026-08-21T16:10:13.790Z Checking swrite v0.1.0
24232026-08-21T16:10:13.913Z Compiling typify-impl v0.6.2
24242026-08-21T16:10:14.150Z Compiling serde_yaml v0.9.34+deprecated
24252026-08-21T16:10:14.419Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24262026-08-21T16:10:14.877Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24272026-08-21T16:10:15.149Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24282026-08-21T16:10:15.188Z Checking crossbeam-deque v0.8.6
24292026-08-21T16:10:15.279Z Compiling rayon-core v1.13.0
24302026-08-21T16:10:15.398Z Compiling num-derive v0.4.2
24312026-08-21T16:10:15.471Z Compiling toml_datetime v0.7.5+spec-1.1.0
24322026-08-21T16:10:15.630Z Compiling proc-macro-error v1.0.4
24332026-08-21T16:10:15.746Z Compiling toml_edit v0.23.10+spec-1.0.0
24342026-08-21T16:10:15.915Z Checking rayon v1.11.0
24352026-08-21T16:10:15.954Z Checking tabwriter v1.4.1
24362026-08-21T16:10:15.991Z Checking glob v0.3.3
24372026-08-21T16:10:16.039Z Compiling heapless v0.8.0
24382026-08-21T16:10:16.128Z Checking hash32 v0.3.1
24392026-08-21T16:10:16.196Z Compiling ingot-macros v0.2.0
24402026-08-21T16:10:16.287Z Compiling smoltcp v0.11.0
24412026-08-21T16:10:16.324Z Compiling proc-macro-crate v3.4.0
24422026-08-21T16:10:16.588Z Checking colored v3.1.1
24432026-08-21T16:10:16.692Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24442026-08-21T16:10:16.909Z Checking toml v0.8.23
24452026-08-21T16:10:16.946Z Compiling num_enum_derive v0.7.6
24462026-08-21T16:10:17.022Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24472026-08-21T16:10:17.061Z Checking cobs v0.3.0
24482026-08-21T16:10:17.237Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24492026-08-21T16:10:17.276Z Checking postcard v1.1.3
24502026-08-21T16:10:17.445Z Checking rand v0.10.1
24512026-08-21T16:10:17.529Z Compiling proc-macro-crate v1.3.1
24522026-08-21T16:10:17.604Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24532026-08-21T16:10:17.842Z Checking sigpipe v0.1.3
24542026-08-21T16:10:17.956Z Compiling foreign-types-macros v0.2.3
24552026-08-21T16:10:17.995Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24562026-08-21T16:10:18.031Z Checking foreign-types-shared v0.3.1
24572026-08-21T16:10:18.068Z Checking num_enum v0.7.6
24582026-08-21T16:10:18.151Z Compiling num_enum_derive v0.5.11
24592026-08-21T16:10:18.377Z Compiling usdt-attr-macro v0.5.0
24602026-08-21T16:10:18.415Z Compiling typify-macro v0.6.2
24612026-08-21T16:10:18.452Z Compiling usdt-macro v0.5.0
24622026-08-21T16:10:18.511Z Checking memmap v0.7.0
24632026-08-21T16:10:18.564Z Checking foreign-types v0.5.0
24642026-08-21T16:10:18.673Z Checking cstr-argument v0.1.2
24652026-08-21T16:10:18.710Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24662026-08-21T16:10:18.826Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24672026-08-21T16:10:19.015Z Checking ingot-types v0.2.0
24682026-08-21T16:10:19.160Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24692026-08-21T16:10:19.197Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24702026-08-21T16:10:19.201Z Checking usdt v0.5.0
24712026-08-21T16:10:19.201Z Checking num_enum v0.5.11
24722026-08-21T16:10:19.302Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24732026-08-21T16:10:19.338Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24742026-08-21T16:10:19.373Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24752026-08-21T16:10:19.444Z Checking ingot v0.2.1
24762026-08-21T16:10:19.481Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24772026-08-21T16:10:19.520Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24782026-08-21T16:10:19.524Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24792026-08-21T16:10:19.594Z Compiling zone_cfg_derive v0.3.1
24802026-08-21T16:10:19.668Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24812026-08-21T16:10:19.753Z Checking itertools v0.12.1
24822026-08-21T16:10:19.861Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24832026-08-21T16:10:20.076Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24842026-08-21T16:10:20.161Z Compiling typify v0.6.2
24852026-08-21T16:10:20.262Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24862026-08-21T16:10:20.300Z Checking smf v0.2.3
24872026-08-21T16:10:20.338Z Compiling progenitor-impl v0.14.0
24882026-08-21T16:10:20.434Z Checking whoami v1.6.1
24892026-08-21T16:10:20.503Z Compiling derive-where v1.6.0
24902026-08-21T16:10:20.554Z Checking tokio-dtrace v0.1.1
24912026-08-21T16:10:20.633Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24922026-08-21T16:10:20.771Z Checking oxide-tokio-rt v0.1.4
24932026-08-21T16:10:20.810Z Checking zone v0.3.1
24942026-08-21T16:10:20.975Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24952026-08-21T16:10:21.069Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24962026-08-21T16:10:21.146Z Checking console v0.15.11
24972026-08-21T16:10:21.200Z Checking newline-converter v0.3.0
24982026-08-21T16:10:21.295Z Checking bytecount v0.6.9
24992026-08-21T16:10:21.341Z Checking num-rational v0.4.2
25002026-08-21T16:10:21.432Z Checking num-complex v0.4.6
25012026-08-21T16:10:21.471Z Checking expectorate v1.2.0
25022026-08-21T16:10:21.671Z Compiling cancel-safe-futures v0.1.5
25032026-08-21T16:10:21.710Z Checking float-ord v0.3.2
25042026-08-21T16:10:21.848Z Checking linear-map v1.2.0
25052026-08-21T16:10:21.887Z Checking num v0.4.3
25062026-08-21T16:10:21.891Z Checking oxide-update-engine-types v0.1.2
25072026-08-21T16:10:22.032Z Checking gethostname v0.5.0
25082026-08-21T16:10:22.068Z Compiling prettyplease v0.2.37
25092026-08-21T16:10:22.152Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25102026-08-21T16:10:22.334Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25112026-08-21T16:10:22.373Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25122026-08-21T16:10:22.558Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25132026-08-21T16:10:22.599Z Checking resolv-conf v0.7.6
25142026-08-21T16:10:22.636Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25152026-08-21T16:10:22.797Z Checking papergrid v0.11.0
25162026-08-21T16:10:22.836Z Compiling tabled_derive v0.7.0
25172026-08-21T16:10:22.872Z Checking oxide-update-engine v0.1.2
25182026-08-21T16:10:23.006Z Compiling progenitor-macro v0.14.0
25192026-08-21T16:10:23.329Z Compiling convert_case v0.10.0
25202026-08-21T16:10:23.410Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25212026-08-21T16:10:23.459Z Compiling slog-dtrace v0.3.0
25222026-08-21T16:10:23.697Z Compiling derive_more-impl v2.1.1
25232026-08-21T16:10:23.809Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25242026-08-21T16:10:23.847Z Checking tabled v0.15.0
25252026-08-21T16:10:24.228Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25262026-08-21T16:10:24.488Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25272026-08-21T16:10:24.561Z Checking derive_more v2.1.1
25282026-08-21T16:10:24.669Z Checking crossterm v0.29.0
25292026-08-21T16:10:24.941Z Checking linked-hash-map v0.5.6
25302026-08-21T16:10:25.157Z Checking lru-cache v0.1.2
25312026-08-21T16:10:25.347Z Checking hickory-proto v0.24.4
25322026-08-21T16:10:25.383Z Checking fd-lock v4.0.4
25332026-08-21T16:10:25.946Z Checking vte v0.14.1
25342026-08-21T16:10:26.301Z Checking strip-ansi-escapes v0.2.1
25352026-08-21T16:10:27.010Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-08-21T16:10:27.194Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25372026-08-21T16:10:27.543Z Checking termtree v0.5.1
25382026-08-21T16:10:27.667Z Checking nu-ansi-term v0.50.3
25392026-08-21T16:10:27.909Z Checking reedline v0.40.0
25402026-08-21T16:10:27.948Z Checking progenitor v0.14.0
25412026-08-21T16:10:28.004Z Checking hickory-resolver v0.24.4
25422026-08-21T16:10:28.150Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25432026-08-21T16:10:28.260Z Compiling minimal-lexical v0.2.1
25442026-08-21T16:10:28.545Z Compiling nom v7.1.3
25452026-08-21T16:10:28.803Z Checking qorb v0.4.1
25462026-08-21T16:10:29.087Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25472026-08-21T16:10:29.753Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25482026-08-21T16:10:29.874Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25492026-08-21T16:10:29.912Z Checking display-error-chain v0.2.2
25502026-08-21T16:10:30.019Z Compiling unicode-xid v0.2.6
25512026-08-21T16:10:30.059Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25522026-08-21T16:10:30.063Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25532026-08-21T16:10:30.177Z Compiling ar_archive_writer v0.5.1
25542026-08-21T16:10:30.433Z Checking csv-core v0.1.13
25552026-08-21T16:10:30.526Z Compiling stacker v0.1.23
25562026-08-21T16:10:30.645Z Checking csv v1.4.0
25572026-08-21T16:10:30.731Z Checking highway v1.3.0
25582026-08-21T16:10:30.770Z Compiling semver v0.1.20
25592026-08-21T16:10:30.815Z Compiling cfg_aliases v0.1.1
25602026-08-21T16:10:30.927Z Compiling nix v0.28.0
25612026-08-21T16:10:30.987Z Compiling rustc_version v0.1.7
25622026-08-21T16:10:31.026Z Compiling psm v0.1.30
25632026-08-21T16:10:31.098Z Checking nibble_vec v0.1.0
25642026-08-21T16:10:31.144Z Checking endian-type v0.1.2
25652026-08-21T16:10:31.241Z Compiling newtype_derive v0.1.6
25662026-08-21T16:10:31.279Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25672026-08-21T16:10:31.317Z Checking radix_trie v0.2.1
25682026-08-21T16:10:31.403Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25692026-08-21T16:10:31.459Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25702026-08-21T16:10:31.571Z Checking phf_shared v0.12.1
25712026-08-21T16:10:31.748Z Compiling recursive-proc-macro-impl v0.1.1
25722026-08-21T16:10:31.819Z Compiling chrono-tz v0.10.4
25732026-08-21T16:10:31.859Z Checking phf v0.12.1
25742026-08-21T16:10:32.046Z Compiling const_format_proc_macros v0.2.34
25752026-08-21T16:10:32.046Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25762026-08-21T16:10:32.153Z Compiling peg-macros v0.8.5
25772026-08-21T16:10:32.157Z Checking winnow v0.6.26
25782026-08-21T16:10:32.225Z Checking recursive v0.1.1
25792026-08-21T16:10:32.351Z Compiling sqlparser_derive v0.5.0
25802026-08-21T16:10:32.634Z Checking unicode_categories v0.1.1
25812026-08-21T16:10:32.637Z Checking home v0.5.12
25822026-08-21T16:10:32.924Z Checking const_format v0.2.35
25832026-08-21T16:10:32.962Z Checking rustyline v14.0.0
25842026-08-21T16:10:33.128Z Checking sqlparser v0.61.0
25852026-08-21T16:10:33.367Z Checking sqlformat v0.3.5
25862026-08-21T16:10:33.515Z Checking peg v0.8.5
25872026-08-21T16:10:33.621Z Checking bcs v0.1.6
25882026-08-21T16:10:33.677Z Checking nom v8.0.0
25892026-08-21T16:10:33.835Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25902026-08-21T16:10:33.893Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25912026-08-21T16:10:33.938Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25922026-08-21T16:10:34.116Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25932026-08-21T16:10:34.220Z Checking steno v0.4.1
25942026-08-21T16:10:34.441Z Checking sha1 v0.10.6
25952026-08-21T16:10:34.645Z Checking filetime v0.2.27
25962026-08-21T16:10:34.684Z Checking xattr v1.6.1
25972026-08-21T16:10:34.800Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25982026-08-21T16:10:34.849Z Checking subprocess v0.2.15
25992026-08-21T16:10:34.853Z Checking tar v0.4.46
26002026-08-21T16:10:35.013Z Checking headers-core v0.3.0
26012026-08-21T16:10:35.154Z Checking headers v0.4.1
26022026-08-21T16:10:35.158Z Checking yasna v0.5.2
26032026-08-21T16:10:35.243Z Checking port-file v0.1.0
26042026-08-21T16:10:35.289Z Checking dropshot-api-manager-types v0.8.0
26052026-08-21T16:10:35.494Z Checking tagptr v0.2.0
26062026-08-21T16:10:35.618Z Checking rcgen v0.12.1
26072026-08-21T16:10:35.656Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26082026-08-21T16:10:35.660Z Checking utf-8 v0.7.6
26092026-08-21T16:10:35.727Z Checking moka v0.12.13
26102026-08-21T16:10:35.859Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26112026-08-21T16:10:35.962Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26122026-08-21T16:10:36.031Z Compiling libefi-sys v0.1.0
26132026-08-21T16:10:36.293Z Compiling bitfield-struct v0.6.2
26142026-08-21T16:10:36.404Z Checking hickory-resolver v0.25.2
26152026-08-21T16:10:36.479Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26162026-08-21T16:10:36.632Z Checking tungstenite v0.21.0
26172026-08-21T16:10:36.669Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26182026-08-21T16:10:36.851Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26192026-08-21T16:10:36.980Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26202026-08-21T16:10:37.103Z Checking tokio-tungstenite v0.21.0
26212026-08-21T16:10:37.150Z Compiling xshell-macros v0.2.7
26222026-08-21T16:10:37.188Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26232026-08-21T16:10:37.224Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26242026-08-21T16:10:37.259Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26252026-08-21T16:10:37.391Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26262026-08-21T16:10:37.429Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26272026-08-21T16:10:37.525Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26282026-08-21T16:10:37.559Z Checking xshell v0.2.7
26292026-08-21T16:10:37.670Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26302026-08-21T16:10:37.859Z Checking half v1.8.3
26312026-08-21T16:10:37.941Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26322026-08-21T16:10:38.085Z Checking serde_cbor v0.11.2
26332026-08-21T16:10:38.376Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26342026-08-21T16:10:38.386Z Checking libscf-sys v1.2.0
26352026-08-21T16:10:38.486Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26362026-08-21T16:10:38.548Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26372026-08-21T16:10:38.589Z Checking papergrid v0.18.0
26382026-08-21T16:10:38.624Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26392026-08-21T16:10:38.784Z Checking maplit v1.0.2
26402026-08-21T16:10:38.897Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26412026-08-21T16:10:39.029Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26422026-08-21T16:10:39.157Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26432026-08-21T16:10:39.387Z Checking tabled v0.21.0
26442026-08-21T16:10:39.446Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26452026-08-21T16:10:39.651Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26462026-08-21T16:10:39.690Z Checking crc8 v0.1.1
26472026-08-21T16:10:39.726Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26482026-08-21T16:10:39.822Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26492026-08-21T16:10:39.864Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26502026-08-21T16:10:39.980Z Checking unicase v2.9.0
26512026-08-21T16:10:40.144Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26522026-08-21T16:10:40.182Z Checking fxhash v0.2.1
26532026-08-21T16:10:40.253Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26542026-08-21T16:10:40.342Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26552026-08-21T16:10:40.590Z Checking sha2 v0.11.0
26562026-08-21T16:10:40.746Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26572026-08-21T16:10:40.822Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26582026-08-21T16:10:41.142Z Compiling darling_core v0.21.3
26592026-08-21T16:10:41.267Z Compiling vergen-lib v0.1.6
26602026-08-21T16:10:41.312Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26612026-08-21T16:10:41.348Z Compiling diesel_derives v2.3.7
26622026-08-21T16:10:41.599Z Checking scheduled-thread-pool v0.2.7
26632026-08-21T16:10:41.687Z Compiling vergen-gitcl v1.0.8
26642026-08-21T16:10:41.780Z Compiling diesel_table_macro_syntax v0.3.0
26652026-08-21T16:10:41.954Z Checking r2d2 v0.8.10
26662026-08-21T16:10:42.055Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26672026-08-21T16:10:42.160Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26682026-08-21T16:10:42.197Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-08-21T16:10:42.413Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26702026-08-21T16:10:42.620Z Checking downcast-rs v2.0.2
26712026-08-21T16:10:42.743Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-08-21T16:10:43.124Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-08-21T16:10:43.185Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26742026-08-21T16:10:43.302Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26752026-08-21T16:10:43.339Z Checking kstat-rs v0.2.5
26762026-08-21T16:10:43.377Z Compiling proc-macro-error-attr2 v2.0.0
26772026-08-21T16:10:43.557Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26782026-08-21T16:10:43.739Z Compiling darling_macro v0.21.3
26792026-08-21T16:10:43.812Z Compiling proc-macro-error2 v2.0.1
26802026-08-21T16:10:43.894Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26812026-08-21T16:10:44.157Z Compiling knus-derive v3.4.0
26822026-08-21T16:10:44.195Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26832026-08-21T16:10:44.262Z Compiling darling v0.21.3
26842026-08-21T16:10:44.384Z Compiling dsl_auto_type v0.2.0
26852026-08-21T16:10:45.187Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26862026-08-21T16:10:45.523Z Compiling dirs-sys-next v0.1.2
26872026-08-21T16:10:45.569Z Compiling salty v0.3.0
26882026-08-21T16:10:45.621Z Compiling parking_lot_core v0.8.6
26892026-08-21T16:10:45.723Z Compiling crunchy v0.2.4
26902026-08-21T16:10:45.865Z Compiling dirs-next v2.0.0
26912026-08-21T16:10:45.937Z Compiling clang-sys v1.8.1
26922026-08-21T16:10:45.983Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26932026-08-21T16:10:46.019Z Compiling git-stub v1.0.0
26942026-08-21T16:10:46.100Z Compiling tiny-keccak v2.0.2
26952026-08-21T16:10:46.348Z Compiling git-stub-vcs v0.1.0
26962026-08-21T16:10:46.462Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26972026-08-21T16:10:46.566Z Compiling term v0.7.0
26982026-08-21T16:10:46.758Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26992026-08-21T16:10:46.832Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27002026-08-21T16:10:46.871Z Compiling bit-vec v0.6.3
27012026-08-21T16:10:47.096Z Compiling bit-set v0.5.3
27022026-08-21T16:10:47.137Z Compiling ascii-canvas v3.0.0
27032026-08-21T16:10:47.168Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27042026-08-21T16:10:47.171Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27052026-08-21T16:10:47.283Z Checking parking_lot v0.11.2
27062026-08-21T16:10:47.507Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27072026-08-21T16:10:47.510Z Checking rfc6979 v0.4.0
27082026-08-21T16:10:47.669Z Checking prefix-trie v0.7.0
27092026-08-21T16:10:47.705Z Compiling hashbrown v0.14.5
27102026-08-21T16:10:47.848Z Compiling itertools v0.10.5
27112026-08-21T16:10:47.947Z Compiling ena v0.14.4
27122026-08-21T16:10:48.027Z Compiling libloading v0.8.9
27132026-08-21T16:10:48.189Z Compiling regex-syntax v0.6.29
27142026-08-21T16:10:48.270Z Compiling bindgen v0.71.1
27152026-08-21T16:10:48.307Z Compiling diff v0.1.13
27162026-08-21T16:10:48.600Z Compiling chumsky v0.9.3
27172026-08-21T16:10:48.724Z Checking hickory-server v0.25.2
27182026-08-21T16:10:48.931Z Compiling ecdsa v0.16.9
27192026-08-21T16:10:49.799Z Compiling lalrpop v0.19.12
27202026-08-21T16:10:49.835Z Checking sled v0.34.7
27212026-08-21T16:10:49.999Z Compiling cexpr v0.6.0
27222026-08-21T16:10:50.004Z Checking primeorder v0.13.6
27232026-08-21T16:10:50.243Z Checking nanorand v0.7.0
27242026-08-21T16:10:50.282Z Checking diesel v2.3.7
27252026-08-21T16:10:50.473Z Compiling rustc-hash v2.1.1
27262026-08-21T16:10:50.640Z Compiling p384 v0.13.1
27272026-08-21T16:10:50.686Z Checking flume v0.11.1
27282026-08-21T16:10:51.043Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27292026-08-21T16:10:51.205Z Compiling knus v3.4.0
27302026-08-21T16:10:51.413Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27312026-08-21T16:10:51.755Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27322026-08-21T16:10:51.892Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27332026-08-21T16:10:52.117Z Compiling libxml v0.3.3
27342026-08-21T16:10:52.120Z Checking assert_matches v1.5.0
27352026-08-21T16:10:52.186Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27362026-08-21T16:10:52.304Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27372026-08-21T16:10:52.467Z Compiling strum_macros v0.24.3
27382026-08-21T16:10:52.503Z Compiling indoc v1.0.9
27392026-08-21T16:10:53.160Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27402026-08-21T16:10:53.380Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27412026-08-21T16:10:53.709Z Checking quick-xml v0.37.5
27422026-08-21T16:10:53.754Z Checking derive_builder v0.20.2
27432026-08-21T16:10:53.802Z Compiling oso-derive v0.27.3
27442026-08-21T16:10:53.897Z Compiling impl-trait-for-tuples v0.2.3
27452026-08-21T16:10:54.320Z Compiling trait-variant v0.1.2
27462026-08-21T16:10:54.592Z Checking openssl-probe v0.1.6
27472026-08-21T16:10:54.784Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27482026-08-21T16:10:54.879Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27492026-08-21T16:10:55.360Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27502026-08-21T16:10:55.427Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27512026-08-21T16:10:55.564Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27522026-08-21T16:10:55.654Z Checking corncobs v0.1.4
27532026-08-21T16:10:55.701Z Checking predicates-tree v1.0.13
27542026-08-21T16:10:55.836Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27552026-08-21T16:10:55.872Z Compiling progenitor-impl v0.13.0
27562026-08-21T16:10:55.908Z Checking secrecy v0.8.0
27572026-08-21T16:10:56.066Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27582026-08-21T16:10:56.654Z Checking progenitor-client v0.13.0
27592026-08-21T16:10:56.937Z Checking anstyle-parse v0.2.7
27602026-08-21T16:10:56.993Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27612026-08-21T16:10:57.063Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27622026-08-21T16:10:57.132Z Checking anstream v0.6.21
27632026-08-21T16:10:57.287Z Checking bb8 v0.8.6
27642026-08-21T16:10:57.638Z Compiling mime_guess v2.0.5
27652026-08-21T16:10:57.680Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27662026-08-21T16:10:57.909Z Checking ignore v0.4.25
27672026-08-21T16:10:58.204Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27682026-08-21T16:10:58.354Z Checking http-range v0.1.5
27692026-08-21T16:10:58.390Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27702026-08-21T16:10:58.515Z Checking globwalk v0.9.1
27712026-08-21T16:10:58.561Z Compiling progenitor-macro v0.13.0
27722026-08-21T16:10:58.830Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27732026-08-21T16:10:59.204Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27742026-08-21T16:10:59.241Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27752026-08-21T16:10:59.870Z Checking digest-io v0.1.0
27762026-08-21T16:11:00.042Z Checking rawzip v0.4.4
27772026-08-21T16:11:00.360Z Checking nonempty v0.12.0
27782026-08-21T16:11:00.516Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27792026-08-21T16:11:00.556Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27802026-08-21T16:11:00.959Z Checking camino-tempfile-ext v0.3.3
27812026-08-21T16:11:01.194Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27822026-08-21T16:11:01.302Z Checking hyper-staticfile v0.10.1
27832026-08-21T16:11:01.635Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-08-21T16:11:01.866Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27852026-08-21T16:11:01.972Z Checking signal-hook-tokio v0.3.1
27862026-08-21T16:11:02.139Z Compiling illumos-nvpair-sys v0.2.0
27872026-08-21T16:11:02.411Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27882026-08-21T16:11:02.531Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27892026-08-21T16:11:02.620Z Checking scuffle v0.1.0
27902026-08-21T16:11:02.873Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27912026-08-21T16:11:02.961Z Checking illumos-nvpair v0.3.0
27922026-08-21T16:11:03.153Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27932026-08-21T16:11:03.232Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27942026-08-21T16:11:03.332Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27952026-08-21T16:11:03.644Z Checking progenitor v0.13.0
27962026-08-21T16:11:03.648Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27972026-08-21T16:11:03.648Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-08-21T16:11:03.739Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27992026-08-21T16:11:03.867Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28002026-08-21T16:11:04.116Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28012026-08-21T16:11:04.313Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28022026-08-21T16:11:04.353Z Checking async-bb8-diesel v0.2.1
28032026-08-21T16:11:04.779Z Checking diesel-dtrace v0.5.0
28042026-08-21T16:11:04.835Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28052026-08-21T16:11:05.065Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28062026-08-21T16:11:05.312Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28072026-08-21T16:11:05.431Z Checking tungstenite v0.23.0
28082026-08-21T16:11:05.597Z Checking rand_seeder v0.4.0
28092026-08-21T16:11:05.770Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28102026-08-21T16:11:05.807Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28112026-08-21T16:11:05.882Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28122026-08-21T16:11:07.425Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28132026-08-21T16:11:07.660Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28142026-08-21T16:11:07.791Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28152026-08-21T16:11:07.946Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28162026-08-21T16:11:08.477Z Checking tokio-tungstenite v0.23.1
28172026-08-21T16:11:08.720Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28182026-08-21T16:11:08.780Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28192026-08-21T16:11:09.008Z Checking void v1.0.2
28202026-08-21T16:11:09.174Z Checking lzss v0.8.2
28212026-08-21T16:11:09.213Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28222026-08-21T16:11:09.249Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28232026-08-21T16:11:09.402Z Checking nix v0.27.1
28242026-08-21T16:11:09.439Z Checking serde_bytes v0.11.19
28252026-08-21T16:11:09.474Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28262026-08-21T16:11:09.952Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28272026-08-21T16:11:10.221Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28282026-08-21T16:11:10.611Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28292026-08-21T16:11:10.876Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28302026-08-21T16:11:11.207Z Checking yansi v1.0.1
28312026-08-21T16:11:11.247Z Checking cpubits v0.1.1
28322026-08-21T16:11:11.358Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28332026-08-21T16:11:11.394Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28342026-08-21T16:11:11.500Z Checking pretty_assertions v1.4.1
28352026-08-21T16:11:11.641Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28362026-08-21T16:11:11.677Z Checking pem-rfc7468 v1.0.0
28372026-08-21T16:11:11.876Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28382026-08-21T16:11:12.153Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28392026-08-21T16:11:12.386Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28402026-08-21T16:11:12.529Z Checking hmac v0.13.0
28412026-08-21T16:11:12.737Z Checking universal-hash v0.6.1
28422026-08-21T16:11:12.911Z Compiling libz-sys v1.1.24
28432026-08-21T16:11:13.199Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28442026-08-21T16:11:13.323Z Compiling instability v0.3.11
28452026-08-21T16:11:13.464Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28462026-08-21T16:11:13.593Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28472026-08-21T16:11:13.630Z Checking castaway v0.2.4
28482026-08-21T16:11:13.702Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28492026-08-21T16:11:13.778Z Compiling indoc v2.0.7
28502026-08-21T16:11:13.869Z Checking compact_str v0.8.1
28512026-08-21T16:11:14.405Z Checking polyval v0.7.1
28522026-08-21T16:11:14.536Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28532026-08-21T16:11:14.616Z Checking der v0.8.0
28542026-08-21T16:11:15.003Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28552026-08-21T16:11:15.064Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28562026-08-21T16:11:15.181Z Checking unicode-truncate v1.1.0
28572026-08-21T16:11:15.251Z Checking lru v0.12.5
28582026-08-21T16:11:15.289Z Compiling libgit2-sys v0.18.3+1.9.2
28592026-08-21T16:11:15.358Z Checking arc-swap v1.8.2
28602026-08-21T16:11:15.439Z Checking cassowary v0.3.0
28612026-08-21T16:11:15.606Z Checking ghash v0.6.0
28622026-08-21T16:11:15.646Z Checking slog-scope v4.4.1
28632026-08-21T16:11:15.680Z Checking ratatui v0.29.0
28642026-08-21T16:11:15.809Z Checking pbkdf2 v0.13.0
28652026-08-21T16:11:15.900Z Checking crypto-bigint v0.7.5
28662026-08-21T16:11:15.955Z Checking aes v0.9.1
28672026-08-21T16:11:16.381Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28682026-08-21T16:11:17.046Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28692026-08-21T16:11:17.298Z Checking ctr v0.10.1
28702026-08-21T16:11:17.516Z Checking aead v0.6.1
28712026-08-21T16:11:17.657Z Checking cargo-platform v0.3.2
28722026-08-21T16:11:17.696Z Checking aes-gcm v0.11.0
28732026-08-21T16:11:17.875Z Checking cargo_metadata v0.23.1
28742026-08-21T16:11:17.913Z Checking slog-stdlog v4.1.1
28752026-08-21T16:11:18.071Z Checking spki v0.8.0
28762026-08-21T16:11:18.184Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28772026-08-21T16:11:18.285Z Checking colored v2.2.0
28782026-08-21T16:11:18.516Z Checking salsa20 v0.11.0
28792026-08-21T16:11:18.661Z Checking console v0.16.2
28802026-08-21T16:11:18.699Z Compiling vergen-git2 v9.1.0
28812026-08-21T16:11:18.918Z Checking unit-prefix v0.5.2
28822026-08-21T16:11:19.002Z Checking plotters-backend v0.3.7
28832026-08-21T16:11:19.080Z Checking indicatif v0.18.4
28842026-08-21T16:11:19.235Z Checking plotters-svg v0.3.7
28852026-08-21T16:11:19.461Z Checking scrypt v0.12.0
28862026-08-21T16:11:19.497Z Checking slog-envlogger v2.2.0
28872026-08-21T16:11:19.598Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28882026-08-21T16:11:19.662Z Checking cbc v0.2.1
28892026-08-21T16:11:19.698Z Checking libsw-core v0.3.2
28902026-08-21T16:11:19.821Z Checking cast v0.3.0
28912026-08-21T16:11:19.859Z Checking pkcs5 v0.8.1
28922026-08-21T16:11:19.896Z Checking libsw v3.5.0
28932026-08-21T16:11:20.010Z Checking criterion-plot v0.6.0
28942026-08-21T16:11:20.132Z Checking plotters v0.3.7
28952026-08-21T16:11:20.189Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28962026-08-21T16:11:20.288Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28972026-08-21T16:11:20.514Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28982026-08-21T16:11:20.743Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28992026-08-21T16:11:20.912Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29002026-08-21T16:11:20.969Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29012026-08-21T16:11:21.138Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29022026-08-21T16:11:21.195Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29032026-08-21T16:11:21.199Z Checking tinytemplate v1.2.1
29042026-08-21T16:11:21.366Z Checking shell-words v1.1.1
29052026-08-21T16:11:21.448Z Checking anes v0.1.6
29062026-08-21T16:11:21.533Z Checking oorandom v11.1.5
29072026-08-21T16:11:21.678Z Checking criterion v0.7.0
29082026-08-21T16:11:21.810Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29092026-08-21T16:11:22.119Z Checking pkcs8 v0.11.0
29102026-08-21T16:11:22.355Z Checking oxide-update-engine-display v0.1.2
29112026-08-21T16:11:22.698Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29122026-08-21T16:11:22.939Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29132026-08-21T16:11:23.744Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29142026-08-21T16:11:24.588Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29152026-08-21T16:11:25.165Z Checking tokio-test v0.4.5
29162026-08-21T16:11:25.410Z Checking ff v0.14.0
29172026-08-21T16:11:25.584Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29182026-08-21T16:11:25.815Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29192026-08-21T16:11:26.211Z Checking twox-hash v2.1.2
29202026-08-21T16:11:26.265Z Compiling petname v2.0.2
29212026-08-21T16:11:26.537Z Checking atty v0.2.14
29222026-08-21T16:11:26.668Z Checking arrayvec v0.7.6
29232026-08-21T16:11:26.825Z Checking constant_time_eq v0.4.2
29242026-08-21T16:11:26.892Z Checking arrayref v0.3.9
29252026-08-21T16:11:27.085Z Checking group v0.14.0
29262026-08-21T16:11:27.160Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29272026-08-21T16:11:27.273Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29282026-08-21T16:11:27.364Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29292026-08-21T16:11:28.031Z Checking fatfs v0.3.6
29302026-08-21T16:11:28.330Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29312026-08-21T16:11:28.374Z Checking signature v3.0.0
29322026-08-21T16:11:28.508Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29332026-08-21T16:11:28.544Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29342026-08-21T16:11:28.580Z Compiling seq-macro v0.3.6
29352026-08-21T16:11:29.103Z Checking base16ct v1.0.0
29362026-08-21T16:11:29.269Z Checking sec1 v0.8.1
29372026-08-21T16:11:29.567Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29382026-08-21T16:11:29.828Z Checking hkdf v0.13.0
29392026-08-21T16:11:29.866Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29402026-08-21T16:11:29.917Z Checking concurrent-queue v2.5.0
29412026-08-21T16:11:29.995Z Checking sapling-renderdag v0.1.0
29422026-08-21T16:11:30.055Z Checking sync-ptr v0.1.4
29432026-08-21T16:11:30.132Z Checking parking v2.2.1
29442026-08-21T16:11:30.201Z Checking elliptic-curve v0.14.1
29452026-08-21T16:11:30.260Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29462026-08-21T16:11:30.295Z Checking event-listener v5.4.1
29472026-08-21T16:11:30.548Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29482026-08-21T16:11:30.626Z Checking rtoolbox v0.0.3
29492026-08-21T16:11:30.734Z Compiling samael v0.0.19
29502026-08-21T16:11:30.805Z Checking rpassword v7.5.4
29512026-08-21T16:11:30.851Z Checking event-listener-strategy v0.5.4
29522026-08-21T16:11:30.994Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29532026-08-21T16:11:31.030Z Checking wnaf v0.14.0
29542026-08-21T16:11:31.229Z Checking primefield v0.14.0
29552026-08-21T16:11:31.468Z Checking rfc6979 v0.6.0
29562026-08-21T16:11:31.662Z Checking tui-tree-widget v0.23.1
29572026-08-21T16:11:31.876Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29582026-08-21T16:11:31.988Z Compiling blake3 v1.8.5
29592026-08-21T16:11:32.373Z Checking futures-timer v3.0.3
29602026-08-21T16:11:32.874Z Checking ecdsa v0.17.0
29612026-08-21T16:11:33.092Z Checking primeorder v0.14.0
29622026-08-21T16:11:33.303Z Checking async-lock v3.4.2
29632026-08-21T16:11:33.486Z Compiling curve25519-dalek v5.0.0
29642026-08-21T16:11:33.523Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29652026-08-21T16:11:33.712Z Checking async-object-pool v0.2.0
29662026-08-21T16:11:34.176Z Checking ssh-encoding v0.3.0
29672026-08-21T16:11:34.429Z Checking serde_regex v1.1.0
29682026-08-21T16:11:34.621Z Checking assert-json-diff v2.0.2
29692026-08-21T16:11:34.827Z Checking path-tree v0.8.3
29702026-08-21T16:11:35.051Z Checking keccak v0.2.0
29712026-08-21T16:11:35.246Z Checking topological-sort v0.2.2
29722026-08-21T16:11:35.417Z Checking stringmetrics v2.2.2
29732026-08-21T16:11:35.604Z Compiling strsim v0.10.0
29742026-08-21T16:11:35.891Z Compiling darling_core v0.13.4
29752026-08-21T16:11:35.939Z Checking httpmock v0.8.3
29762026-08-21T16:11:35.976Z Checking omicron-zone-package v0.12.3
29772026-08-21T16:11:36.903Z Checking ed25519 v3.0.0
29782026-08-21T16:11:37.082Z Checking pkcs1 v0.8.0-rc.4
29792026-08-21T16:11:37.141Z Checking crypto-primes v0.7.2
29802026-08-21T16:11:37.323Z Checking poly1305 v0.9.0
29812026-08-21T16:11:37.629Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29822026-08-21T16:11:37.784Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29832026-08-21T16:11:38.060Z Checking blowfish v0.10.0
29842026-08-21T16:11:38.117Z Checking blake2 v0.11.0-rc.6
29852026-08-21T16:11:38.172Z Compiling target-lexicon v0.13.3
29862026-08-21T16:11:38.245Z Checking bcrypt-pbkdf v0.11.0
29872026-08-21T16:11:38.411Z Checking argon2 v0.6.0-rc.8
29882026-08-21T16:11:38.445Z Checking rsa v0.10.0-rc.18
29892026-08-21T16:11:38.480Z Compiling darling_macro v0.13.4
29902026-08-21T16:11:38.736Z Checking ssh-cipher v0.3.0
29912026-08-21T16:11:38.772Z Checking ed25519-dalek v3.0.0
29922026-08-21T16:11:38.970Z Checking sha3 v0.11.0
29932026-08-21T16:11:39.007Z Checking p384 v0.14.0
29942026-08-21T16:11:39.010Z Checking p256 v0.14.0
29952026-08-21T16:11:39.078Z Checking p521 v0.14.0
29962026-08-21T16:11:39.343Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29972026-08-21T16:11:39.608Z Checking kem v0.3.0
29982026-08-21T16:11:39.762Z Checking module-lattice v0.2.3
29992026-08-21T16:11:39.810Z Checking socket2 v0.5.10
30002026-08-21T16:11:40.016Z Checking hex-literal v0.4.1
30012026-08-21T16:11:40.086Z Checking sponge-cursor v0.1.0
30022026-08-21T16:11:40.145Z Compiling guppy-workspace-hack v0.1.0
30032026-08-21T16:11:40.245Z Checking sha3 v0.12.0
30042026-08-21T16:11:40.405Z Checking ml-kem v0.3.2
30052026-08-21T16:11:40.478Z Compiling darling v0.13.4
30062026-08-21T16:11:40.857Z Checking russh-cryptovec v0.62.0
30072026-08-21T16:11:40.996Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30082026-08-21T16:11:41.093Z Checking internal-russh-num-bigint v0.5.0
30092026-08-21T16:11:41.228Z Checking num-bigint v0.4.6
30102026-08-21T16:11:41.715Z Checking russh-util v0.52.0
30112026-08-21T16:11:41.877Z Checking generic-array v1.4.3
30122026-08-21T16:11:42.081Z Checking ssh-key v0.7.0-rc.11
30132026-08-21T16:11:42.118Z Compiling enum_dispatch v0.3.13
30142026-08-21T16:11:42.193Z Compiling delegate v0.13.5
30152026-08-21T16:11:42.304Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30162026-08-21T16:11:42.739Z Compiling target-spec v3.5.7
30172026-08-21T16:11:42.978Z Checking md5 v0.8.0
30182026-08-21T16:11:43.057Z Checking hex-literal v1.1.0
30192026-08-21T16:11:43.138Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30202026-08-21T16:11:43.211Z Checking russh v0.62.4
30212026-08-21T16:11:43.308Z Compiling git2 v0.20.4
30222026-08-21T16:11:43.394Z Checking cfg-expr v0.20.6
30232026-08-21T16:11:43.792Z Compiling serde_with_macros v1.5.2
30242026-08-21T16:11:43.935Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30252026-08-21T16:11:44.293Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30262026-08-21T16:11:44.512Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30272026-08-21T16:11:44.658Z Checking internet-checksum v0.2.1
30282026-08-21T16:11:44.746Z Compiling serde_with v1.14.0
30292026-08-21T16:11:45.312Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30302026-08-21T16:11:46.388Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30312026-08-21T16:11:46.428Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30322026-08-21T16:11:46.524Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30332026-08-21T16:11:46.583Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30342026-08-21T16:11:46.636Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30352026-08-21T16:11:46.796Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30362026-08-21T16:11:46.876Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30372026-08-21T16:11:46.937Z Checking httptest v0.16.4
30382026-08-21T16:11:47.099Z Checking pathdiff v0.2.3
30392026-08-21T16:11:47.139Z Checking nested v0.1.1
30402026-08-21T16:11:47.244Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30412026-08-21T16:11:47.310Z Checking guppy v0.17.25
30422026-08-21T16:11:47.347Z Compiling polar-core v0.27.3
30432026-08-21T16:11:47.382Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30442026-08-21T16:11:47.648Z Checking similar-asserts v1.7.0
30452026-08-21T16:11:47.728Z Compiling target-triple v1.0.0
30462026-08-21T16:11:47.827Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30472026-08-21T16:11:48.118Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30482026-08-21T16:11:48.254Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30492026-08-21T16:11:48.492Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30502026-08-21T16:11:48.684Z Checking hickory-client v0.25.2
30512026-08-21T16:11:48.993Z Checking supports-hyperlinks v2.1.0
30522026-08-21T16:11:49.102Z Checking supports-color v2.1.0
30532026-08-21T16:11:49.141Z Checking supports-unicode v2.1.0
30542026-08-21T16:11:49.267Z Checking textwrap v0.15.2
30552026-08-21T16:11:49.304Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30562026-08-21T16:11:49.504Z Checking terminal_size v0.1.17
30572026-08-21T16:11:49.542Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30582026-08-21T16:11:49.578Z Compiling miette-derive v5.10.0
30592026-08-21T16:11:49.644Z Compiling fs-err v2.11.0
30602026-08-21T16:11:49.883Z Checking owo-colors v3.5.0
30612026-08-21T16:11:49.981Z Checking escape8259 v0.5.3
30622026-08-21T16:11:50.151Z Compiling assert_cmd v2.1.2
30632026-08-21T16:11:50.426Z Checking libtest-mimic v0.8.1
30642026-08-21T16:11:50.514Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30652026-08-21T16:11:50.712Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30662026-08-21T16:11:50.759Z Checking miette v5.10.0
30672026-08-21T16:11:51.289Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30682026-08-21T16:11:51.430Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30692026-08-21T16:11:51.964Z Checking blake2b_simd v1.0.4
30702026-08-21T16:11:52.187Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30712026-08-21T16:11:52.331Z Checking oso v0.27.3
30722026-08-21T16:11:52.398Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30732026-08-21T16:11:52.619Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30742026-08-21T16:11:52.657Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30752026-08-21T16:11:52.844Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30762026-08-21T16:11:52.884Z Compiling knuffel-derive v3.2.0
30772026-08-21T16:11:53.233Z Checking fancy-regex v0.14.0
30782026-08-21T16:11:53.468Z Checking serde_tokenstream v0.2.3
30792026-08-21T16:11:53.627Z Checking approx v0.5.1
30802026-08-21T16:11:53.722Z Checking uzers v0.12.2
30812026-08-21T16:11:53.793Z Compiling rstest_macros v0.25.0
30822026-08-21T16:11:53.965Z Checking constant_time_eq v0.3.1
30832026-08-21T16:11:54.003Z Compiling linkme-impl v0.3.35
30842026-08-21T16:11:54.007Z Checking termcolor v1.4.1
30852026-08-21T16:11:54.091Z Checking rust-argon2 v2.1.0
30862026-08-21T16:11:54.282Z Checking trybuild v1.0.116
30872026-08-21T16:11:54.380Z Checking knuffel v3.2.0
30882026-08-21T16:11:54.417Z Checking datatest-stable v0.3.3
30892026-08-21T16:11:54.716Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30902026-08-21T16:11:54.719Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30912026-08-21T16:11:54.990Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30922026-08-21T16:11:55.027Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30932026-08-21T16:11:55.030Z Checking support-bundle-viewer v0.1.2
30942026-08-21T16:11:55.106Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30952026-08-21T16:11:55.142Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30962026-08-21T16:11:55.322Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30972026-08-21T16:11:55.358Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30982026-08-21T16:11:55.394Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30992026-08-21T16:11:55.544Z Checking drift v0.2.0
31002026-08-21T16:11:55.585Z Checking rand_distr v0.5.1
31012026-08-21T16:11:55.770Z Checking multimap v0.10.1
31022026-08-21T16:11:55.859Z Compiling relative-path v1.9.3
31032026-08-21T16:11:55.926Z Compiling linkme v0.3.35
31042026-08-21T16:11:55.980Z Checking parse-size v1.1.0
31052026-08-21T16:11:56.022Z Checking dropshot-api-manager v0.8.0
31062026-08-21T16:11:56.135Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31072026-08-21T16:11:56.472Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31082026-08-21T16:11:57.282Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31092026-08-21T16:11:57.716Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31102026-08-21T16:11:58.083Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31112026-08-21T16:11:58.208Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31122026-08-21T16:11:58.302Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31132026-08-21T16:11:58.305Z Checking cargo_toml v0.21.0
31142026-08-21T16:11:58.779Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31152026-08-21T16:11:58.935Z Checking partial-io v0.5.4
31162026-08-21T16:11:59.012Z Checking termios v0.3.3
31172026-08-21T16:11:59.173Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31182026-08-21T16:11:59.611Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31192026-08-21T16:11:59.722Z Checking rstest v0.25.0
31202026-08-21T16:12:01.308Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31212026-08-21T16:12:05.037Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31222026-08-21T16:12:05.522Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31232026-08-21T16:12:06.503Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31242026-08-21T16:12:10.871Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31252026-08-21T16:12:11.785Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31262026-08-21T16:12:13.713Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31272026-08-21T16:12:18.850Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31282026-08-21T16:12:21.879Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31292026-08-21T16:12:23.971Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31302026-08-21T16:12:26.690Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31312026-08-21T16:12:29.287Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31322026-08-21T16:12:30.719Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31332026-08-21T16:12:31.450Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31342026-08-21T16:12:35.495Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31352026-08-21T16:12:40.326Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31362026-08-21T16:13:02.128Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31372026-08-21T16:13:53.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 10s
31382026-08-21T16:13:53.494Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31392026-08-21T16:13:53.494Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31402026-08-21T16:13:54.149Z
31412026-08-21T16:13:54.149Zreal 4:13.588825614
31422026-08-21T16:13:54.149Zuser 21:55.119359638
31432026-08-21T16:13:54.149Zsys 5:11.965405773
31442026-08-21T16:13:54.149Ztrap 0.534485364
31452026-08-21T16:13:54.149Ztflt 0.496964521
31462026-08-21T16:13:54.149Zdflt 0.565383261
31472026-08-21T16:13:54.149Zkflt 0.005330000
31482026-08-21T16:13:54.149Zlock 1:05:50.277865656
31492026-08-21T16:13:54.149Zslp 59:06.980304972
31502026-08-21T16:13:54.149Zlat 1:50.252712276
31512026-08-21T16:13:54.149Zstop 14:37.251933555
31522026-08-21T16:13:54.152Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31532026-08-21T16:13:54.152Z+ ptime -m cargo doc --workspace --no-deps
31542026-08-21T16:13:54.995Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31552026-08-21T16:13:54.995Z |
31562026-08-21T16:13:54.996Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
31572026-08-21T16:13:54.996Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
31582026-08-21T16:13:56.080Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31592026-08-21T16:13:56.320Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31602026-08-21T16:13:56.366Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31612026-08-21T16:13:56.429Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31622026-08-21T16:13:56.490Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31632026-08-21T16:13:56.595Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31642026-08-21T16:13:56.689Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31652026-08-21T16:13:56.689Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31662026-08-21T16:13:56.689Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31672026-08-21T16:13:56.703Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31682026-08-21T16:13:56.854Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31692026-08-21T16:13:56.896Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31702026-08-21T16:13:56.921Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31712026-08-21T16:13:57.006Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31722026-08-21T16:13:57.032Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31732026-08-21T16:13:57.035Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31742026-08-21T16:13:57.075Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31752026-08-21T16:13:57.098Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-08-21T16:13:57.121Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31772026-08-21T16:13:57.168Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31782026-08-21T16:13:57.264Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31792026-08-21T16:13:57.463Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31802026-08-21T16:13:57.607Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31812026-08-21T16:13:57.676Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-08-21T16:13:57.701Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31832026-08-21T16:13:57.725Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-08-21T16:13:57.916Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31852026-08-21T16:13:57.940Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31862026-08-21T16:13:58.075Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31872026-08-21T16:13:58.164Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31882026-08-21T16:13:58.202Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31892026-08-21T16:13:58.227Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31902026-08-21T16:13:58.350Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31912026-08-21T16:13:58.572Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31922026-08-21T16:13:58.596Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31932026-08-21T16:13:58.618Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31942026-08-21T16:13:58.759Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31952026-08-21T16:13:58.812Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31962026-08-21T16:13:58.840Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31972026-08-21T16:13:59.026Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31982026-08-21T16:13:59.137Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31992026-08-21T16:13:59.308Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32002026-08-21T16:13:59.362Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32012026-08-21T16:13:59.388Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32022026-08-21T16:13:59.392Z Checking scuffle v0.1.0
32032026-08-21T16:13:59.587Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32042026-08-21T16:13:59.619Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32052026-08-21T16:13:59.717Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32062026-08-21T16:13:59.849Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32072026-08-21T16:13:59.876Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32082026-08-21T16:13:59.942Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32092026-08-21T16:13:59.973Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32102026-08-21T16:13:59.998Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32112026-08-21T16:14:00.042Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32122026-08-21T16:14:00.071Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32132026-08-21T16:14:00.432Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32142026-08-21T16:14:00.743Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32152026-08-21T16:14:00.977Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32162026-08-21T16:14:01.204Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32172026-08-21T16:14:01.500Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32182026-08-21T16:14:01.529Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32192026-08-21T16:14:01.532Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32202026-08-21T16:14:01.700Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32212026-08-21T16:14:01.801Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32222026-08-21T16:14:01.825Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32232026-08-21T16:14:01.848Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32242026-08-21T16:14:01.943Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32252026-08-21T16:14:01.978Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32262026-08-21T16:14:02.397Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32272026-08-21T16:14:02.932Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32282026-08-21T16:14:02.957Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32292026-08-21T16:14:03.052Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32302026-08-21T16:14:03.117Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32312026-08-21T16:14:03.244Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32322026-08-21T16:14:03.330Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32332026-08-21T16:14:03.409Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32342026-08-21T16:14:03.464Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32352026-08-21T16:14:03.489Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32362026-08-21T16:14:03.511Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32372026-08-21T16:14:03.657Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32382026-08-21T16:14:03.681Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32392026-08-21T16:14:03.705Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32402026-08-21T16:14:03.706Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32412026-08-21T16:14:04.059Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32422026-08-21T16:14:04.062Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32432026-08-21T16:14:04.107Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32442026-08-21T16:14:04.107Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32452026-08-21T16:14:04.111Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32462026-08-21T16:14:04.304Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32472026-08-21T16:14:04.381Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32482026-08-21T16:14:04.405Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32492026-08-21T16:14:04.451Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32502026-08-21T16:14:04.475Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32512026-08-21T16:14:04.507Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32522026-08-21T16:14:04.622Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32532026-08-21T16:14:04.646Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32542026-08-21T16:14:04.667Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32552026-08-21T16:14:04.713Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32562026-08-21T16:14:04.736Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32572026-08-21T16:14:04.840Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32582026-08-21T16:14:04.862Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32592026-08-21T16:14:04.927Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32602026-08-21T16:14:05.032Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32612026-08-21T16:14:05.056Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32622026-08-21T16:14:05.281Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32632026-08-21T16:14:05.305Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32642026-08-21T16:14:05.330Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32652026-08-21T16:14:05.857Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32662026-08-21T16:14:05.981Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32672026-08-21T16:14:06.257Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32682026-08-21T16:14:07.029Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32692026-08-21T16:14:07.227Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32702026-08-21T16:14:07.854Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32712026-08-21T16:14:08.078Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32722026-08-21T16:14:08.160Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32732026-08-21T16:14:09.052Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32742026-08-21T16:14:09.908Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32752026-08-21T16:14:09.980Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32762026-08-21T16:14:10.438Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32772026-08-21T16:14:10.713Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32782026-08-21T16:14:10.776Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32792026-08-21T16:14:10.863Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32802026-08-21T16:14:11.200Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32812026-08-21T16:14:11.843Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32822026-08-21T16:14:11.932Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32832026-08-21T16:14:11.982Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32842026-08-21T16:14:12.182Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32852026-08-21T16:14:12.449Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32862026-08-21T16:14:12.522Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32872026-08-21T16:14:12.605Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32882026-08-21T16:14:13.040Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32892026-08-21T16:14:13.143Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32902026-08-21T16:14:13.465Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32912026-08-21T16:14:13.739Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32922026-08-21T16:14:13.917Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32932026-08-21T16:14:14.420Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32942026-08-21T16:14:14.560Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32952026-08-21T16:14:14.778Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32962026-08-21T16:14:15.429Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32972026-08-21T16:14:15.629Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32982026-08-21T16:14:15.867Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32992026-08-21T16:14:16.275Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33002026-08-21T16:14:16.308Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33012026-08-21T16:14:17.007Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33022026-08-21T16:14:17.036Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33032026-08-21T16:14:17.136Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33042026-08-21T16:14:17.603Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33052026-08-21T16:14:17.632Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33062026-08-21T16:14:18.166Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33072026-08-21T16:14:18.427Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33082026-08-21T16:14:19.415Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33092026-08-21T16:14:19.542Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33102026-08-21T16:14:19.793Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-08-21T16:14:19.908Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33122026-08-21T16:14:20.229Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33132026-08-21T16:14:22.072Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33142026-08-21T16:14:24.214Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33152026-08-21T16:14:24.310Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33162026-08-21T16:14:25.726Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33172026-08-21T16:14:26.836Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33182026-08-21T16:14:27.053Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33192026-08-21T16:14:27.601Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33202026-08-21T16:14:27.738Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33212026-08-21T16:14:28.060Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33222026-08-21T16:14:28.591Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33232026-08-21T16:14:30.066Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-08-21T16:14:30.409Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33252026-08-21T16:14:31.151Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33262026-08-21T16:14:31.330Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33272026-08-21T16:14:31.710Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33282026-08-21T16:14:31.867Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33292026-08-21T16:14:31.979Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33302026-08-21T16:14:32.413Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33312026-08-21T16:14:32.597Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33322026-08-21T16:14:32.741Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33332026-08-21T16:14:32.784Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33342026-08-21T16:14:33.021Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33352026-08-21T16:14:33.208Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33362026-08-21T16:14:33.288Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33372026-08-21T16:14:33.584Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33382026-08-21T16:14:33.787Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33392026-08-21T16:14:34.429Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33402026-08-21T16:14:34.455Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33412026-08-21T16:14:34.792Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33422026-08-21T16:14:35.107Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33432026-08-21T16:14:35.177Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33442026-08-21T16:14:35.528Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33452026-08-21T16:14:36.650Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33462026-08-21T16:14:37.415Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33472026-08-21T16:14:37.635Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33482026-08-21T16:14:39.595Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33492026-08-21T16:14:41.072Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33502026-08-21T16:14:41.557Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33512026-08-21T16:14:42.829Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33522026-08-21T16:14:43.825Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33532026-08-21T16:14:45.802Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33542026-08-21T16:14:46.288Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33552026-08-21T16:14:47.025Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33562026-08-21T16:14:48.584Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33572026-08-21T16:14:49.448Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33582026-08-21T16:14:50.781Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33592026-08-21T16:14:52.018Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33602026-08-21T16:14:52.074Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33612026-08-21T16:14:52.939Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33622026-08-21T16:14:55.547Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33632026-08-21T16:14:58.525Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33642026-08-21T16:14:59.162Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33652026-08-21T16:14:59.999Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33662026-08-21T16:15:00.856Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33672026-08-21T16:15:01.669Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33682026-08-21T16:15:02.438Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33692026-08-21T16:15:03.247Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33702026-08-21T16:15:04.011Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33712026-08-21T16:15:05.813Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33722026-08-21T16:15:06.853Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33732026-08-21T16:15:07.313Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33742026-08-21T16:15:08.026Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33752026-08-21T16:15:09.205Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33762026-08-21T16:15:09.820Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33772026-08-21T16:15:10.714Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33782026-08-21T16:15:14.663Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33792026-08-21T16:15:15.219Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33802026-08-21T16:15:16.327Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33812026-08-21T16:15:17.150Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33822026-08-21T16:15:18.294Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33832026-08-21T16:15:19.086Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33842026-08-21T16:15:20.871Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33852026-08-21T16:15:21.820Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33862026-08-21T16:15:22.855Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33872026-08-21T16:15:24.040Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33882026-08-21T16:15:25.004Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33892026-08-21T16:15:27.961Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33902026-08-21T16:15:28.659Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33912026-08-21T16:15:29.131Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33922026-08-21T16:15:31.865Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33932026-08-21T16:15:32.706Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33942026-08-21T16:15:34.000Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33952026-08-21T16:15:35.696Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33962026-08-21T16:15:37.246Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33972026-08-21T16:15:38.912Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33982026-08-21T16:15:40.634Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33992026-08-21T16:15:42.179Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34002026-08-21T16:15:46.871Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34012026-08-21T16:15:47.007Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34022026-08-21T16:15:48.407Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34032026-08-21T16:15:48.990Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34042026-08-21T16:15:50.715Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34052026-08-21T16:15:52.512Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34062026-08-21T16:15:54.435Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34072026-08-21T16:15:56.380Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34082026-08-21T16:15:58.163Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34092026-08-21T16:15:59.888Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34102026-08-21T16:16:01.909Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34112026-08-21T16:16:03.491Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34122026-08-21T16:16:05.246Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34132026-08-21T16:16:07.038Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34142026-08-21T16:16:08.808Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34152026-08-21T16:16:10.520Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34162026-08-21T16:16:12.240Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34172026-08-21T16:16:13.892Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34182026-08-21T16:16:15.863Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34192026-08-21T16:16:17.442Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34202026-08-21T16:16:19.249Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34212026-08-21T16:16:21.188Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34222026-08-21T16:16:22.944Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34232026-08-21T16:16:26.709Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34242026-08-21T16:16:28.429Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34252026-08-21T16:16:30.497Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34262026-08-21T16:16:33.675Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34272026-08-21T16:16:34.111Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34282026-08-21T16:16:37.733Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34292026-08-21T16:16:38.325Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34302026-08-21T16:16:41.067Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34312026-08-21T16:16:43.403Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34322026-08-21T16:16:45.733Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34332026-08-21T16:16:47.966Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34342026-08-21T16:16:51.111Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34352026-08-21T16:16:52.661Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34362026-08-21T16:16:55.385Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34372026-08-21T16:16:57.572Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34382026-08-21T16:17:00.544Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34392026-08-21T16:17:02.997Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34402026-08-21T16:17:04.834Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34412026-08-21T16:17:07.285Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34422026-08-21T16:17:09.809Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34432026-08-21T16:17:12.477Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34442026-08-21T16:17:14.964Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34452026-08-21T16:17:17.428Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34462026-08-21T16:17:19.849Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34472026-08-21T16:17:22.328Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34482026-08-21T16:17:24.812Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34492026-08-21T16:17:27.117Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34502026-08-21T16:17:29.833Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34512026-08-21T16:17:32.269Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34522026-08-21T16:17:34.876Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34532026-08-21T16:17:37.346Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34542026-08-21T16:17:39.890Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34552026-08-21T16:17:42.386Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34562026-08-21T16:17:44.897Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34572026-08-21T16:17:47.522Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34582026-08-21T16:17:49.958Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34592026-08-21T16:17:52.527Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34602026-08-21T16:17:55.071Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34612026-08-21T16:17:57.667Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34622026-08-21T16:18:00.230Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34632026-08-21T16:18:02.847Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34642026-08-21T16:18:05.187Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34652026-08-21T16:18:07.795Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34662026-08-21T16:18:10.468Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34672026-08-21T16:18:13.059Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34682026-08-21T16:18:15.595Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34692026-08-21T16:18:18.177Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34702026-08-21T16:18:20.626Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34712026-08-21T16:18:23.333Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34722026-08-21T16:18:25.925Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34732026-08-21T16:18:28.587Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34742026-08-21T16:18:31.103Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34752026-08-21T16:18:33.645Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34762026-08-21T16:18:36.262Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34772026-08-21T16:18:38.642Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34782026-08-21T16:18:42.186Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34792026-08-21T16:18:44.280Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34802026-08-21T16:18:46.891Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34812026-08-21T16:18:49.961Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34822026-08-21T16:18:52.681Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34832026-08-21T16:18:55.256Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34842026-08-21T16:18:57.833Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34852026-08-21T16:19:00.597Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34862026-08-21T16:19:03.351Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34872026-08-21T16:19:06.622Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34882026-08-21T16:19:09.152Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34892026-08-21T16:19:13.230Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34902026-08-21T16:19:19.937Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34912026-08-21T16:19:20.207Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34922026-08-21T16:19:23.774Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34932026-08-21T16:19:27.452Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34942026-08-21T16:19:32.111Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34952026-08-21T16:19:35.130Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34962026-08-21T16:19:39.095Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34972026-08-21T16:19:42.838Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34982026-08-21T16:19:46.614Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34992026-08-21T16:19:50.536Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35002026-08-21T16:19:54.342Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35012026-08-21T16:19:58.191Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35022026-08-21T16:20:02.117Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35032026-08-21T16:20:05.867Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35042026-08-21T16:20:09.782Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35052026-08-21T16:20:14.678Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35062026-08-21T16:20:17.307Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35072026-08-21T16:20:21.202Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35082026-08-21T16:20:27.196Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35092026-08-21T16:20:28.895Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35102026-08-21T16:20:32.733Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35112026-08-21T16:20:36.620Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35122026-08-21T16:20:40.709Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35132026-08-21T16:20:44.334Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35142026-08-21T16:21:14.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 20s
35152026-08-21T16:21:14.990Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35162026-08-21T16:21:14.990Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35172026-08-21T16:21:15.158Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
35182026-08-21T16:21:15.266Z
35192026-08-21T16:21:15.266Zreal 7:21.028393846
35202026-08-21T16:21:15.266Zuser 20:09.038031294
35212026-08-21T16:21:15.266Zsys 4:16.688584963
35222026-08-21T16:21:15.266Ztrap 0.295325168
35232026-08-21T16:21:15.266Ztflt 0.051627276
35242026-08-21T16:21:15.267Zdflt 0.034482273
35252026-08-21T16:21:15.267Zkflt 0.000028440
35262026-08-21T16:21:15.269Zlock 6:59:03.858500722
35272026-08-21T16:21:15.270Zslp 2:27:46.333938814
35282026-08-21T16:21:15.270Zlat 34.791268467
35292026-08-21T16:21:15.270Zstop 2:12.614427709
35302026-08-21T16:21:15.270Zprocess exited: duration 827223 ms, exit code 0
 
35312026-08-21T16:21:15.276Zfound 0 output files