01KYQR5K24PA4MTQPHMEAZ2QM7: clippy (helios)

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

Buildomat Job: 01KYQR6WB4RC4HHQ2BJNGAJ9PA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-29T20:15:00.985Zjob assigned to worker 01KYQR70Y2VGYY8ACM00W52QND [factory aws, i-022ae47ecaf94120c] (queued for 46 s)
 
22026-07-29T20:15:07.700Zstarting task 0: "setup"
32026-07-29T20:15:07.704Z++ uname -s
42026-07-29T20:15:07.707Z+ kern=SunOS
52026-07-29T20:15:07.707Z+ build_user=build
62026-07-29T20:15:07.707Z+ build_uid=12345
72026-07-29T20:15:07.707Z+ work_dir=/work
82026-07-29T20:15:07.707Z+ input_dir=/input
92026-07-29T20:15:07.707Z+ [[ 0 == 12345 ]]
102026-07-29T20:15:07.707Z+ case "$kern" in
112026-07-29T20:15:07.707Z+ groupadd -g 12345 build
122026-07-29T20:15:07.721Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-29T20:15:09.753Z+ zfs create -o mountpoint=/work rpool/work
142026-07-29T20:15:09.793Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-29T20:15:09.804Z+ home_fs=zfs
162026-07-29T20:15:09.804Z+ [[ zfs == autofs ]]
172026-07-29T20:15:09.804Z+ mkdir -p /home/build
182026-07-29T20:15:09.804Z+ chown build:build /home/build /work
192026-07-29T20:15:11.792Z+ chmod 0700 /home/build /work
202026-07-29T20:15:11.795Zprocess exited: duration 4097 ms, exit code 0
 
212026-07-29T20:15:11.801Zstarting task 1: "rust-toolchain"
222026-07-29T20:15:11.805Z * rust toolchain channel = "1.97.1"
232026-07-29T20:15:11.805Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-07-29T20:15:11.805Z * rust toolchain profile = "default"
252026-07-29T20:15:11.806Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-29T20:15:11.806Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-29T20:15:11.806Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-29T20:15:11.809Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-29T20:15:11.809Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-29T20:15:11.913Zinfo: downloading installer
312026-07-29T20:15:13.199Zwarn: It looks like you have an existing rustup settings file at:
322026-07-29T20:15:13.199Zwarn: /home/build/.rustup/settings.toml
332026-07-29T20:15:13.199Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-29T20:15:13.199Zwarn: instead of the one inferred from the default host triple.
352026-07-29T20:15:13.212Zinfo: profile set to default
362026-07-29T20:15:13.212Zinfo: default host triple is x86_64-unknown-illumos
372026-07-29T20:15:13.215Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-29T20:15:13.356Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-29T20:15:13.359Zinfo: downloading 6 components
402026-07-29T20:15:27.601Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-29T20:15:27.601Z
422026-07-29T20:15:27.633Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-29T20:15:27.633Z
442026-07-29T20:15:27.633Z
452026-07-29T20:15:27.633ZRust is installed now. Great!
462026-07-29T20:15:27.633Z
472026-07-29T20:15:27.634ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-29T20:15:27.634Zenvironment variable. This has not been done automatically.
492026-07-29T20:15:27.634Z
502026-07-29T20:15:27.634ZTo configure your current shell, you need to source
512026-07-29T20:15:27.634Zthe corresponding env file under $HOME/.cargo.
522026-07-29T20:15:27.634Z
532026-07-29T20:15:27.634ZThis is usually done by running one of the following (note the leading DOT):
542026-07-29T20:15:27.634Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-29T20:15:27.634Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-29T20:15:27.634Zsource "~/.cargo/env.nu" # For nushell
572026-07-29T20:15:27.634Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-29T20:15:27.634Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-29T20:15:27.634Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-29T20:15:27.637Zwarn: no default linker (`cc`) was found in your PATH
612026-07-29T20:15:27.637Zwarn: many Rust crates require a system C toolchain to build
622026-07-29T20:15:27.726Z+ rustup --version
632026-07-29T20:15:27.735Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-29T20:15:27.738Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-29T20:15:27.756Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-29T20:15:27.759Z+ cargo --version
672026-07-29T20:15:27.773Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-29T20:15:27.776Z+ rustc --version
692026-07-29T20:15:27.795Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-29T20:15:27.798Zprocess exited: duration 15996 ms, exit code 0
 
712026-07-29T20:15:27.804Zstarting task 2: "authentication"
722026-07-29T20:15:27.820Zprocess exited: duration 15 ms, exit code 0
 
732026-07-29T20:15:27.826Zstarting task 3: "clone repository"
742026-07-29T20:15:27.829Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-29T20:15:27.832Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-29T20:15:27.861ZCloning into '/work/oxidecomputer/omicron'...
772026-07-29T20:15:37.859Z+ cd /work/oxidecomputer/omicron
782026-07-29T20:15:37.859Z+ git fetch origin a7c28c9ee2f5bf8583e2053ad7b5a1fa71ac7033
792026-07-29T20:15:38.150ZFrom https://github.com/oxidecomputer/omicron
802026-07-29T20:15:38.150Z * branch a7c28c9ee2f5bf8583e2053ad7b5a1fa71ac7033 -> FETCH_HEAD
812026-07-29T20:15:38.159Z+ [[ -n iliana/tufaceous-v2/20.wicket ]]
822026-07-29T20:15:38.163Z++ git branch --show-current
832026-07-29T20:15:38.163Z+ current=main
842026-07-29T20:15:38.163Z+ [[ main != iliana/tufaceous-v2/20.wicket ]]
852026-07-29T20:15:38.163Z+ git branch -f iliana/tufaceous-v2/20.wicket a7c28c9ee2f5bf8583e2053ad7b5a1fa71ac7033
862026-07-29T20:15:38.166Z+ git checkout -f iliana/tufaceous-v2/20.wicket
872026-07-29T20:15:38.417ZSwitched to branch 'iliana/tufaceous-v2/20.wicket'
882026-07-29T20:15:38.421Z+ git reset --hard a7c28c9ee2f5bf8583e2053ad7b5a1fa71ac7033
892026-07-29T20:15:38.427ZHEAD is now at a7c28c9ee get_rot_rkth returns RotKeyTableHash
902026-07-29T20:15:38.430Zprocess exited: duration 10602 ms, exit code 0
 
912026-07-29T20:15:38.436Zstarting task 4: "build"
922026-07-29T20:15:38.441Z+ source ./env.sh
932026-07-29T20:15:38.444Z++ OLD_SHELL_OPTS=ehxB
942026-07-29T20:15:38.444Z++ set -o xtrace
952026-07-29T20:15:38.444Z++++ dirname ./env.sh
962026-07-29T20:15:38.447Z+++ readlink -f .
972026-07-29T20:15:38.447Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-29T20:15:38.448Z++ 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-07-29T20:15:38.448Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-29T20:15:38.448Z++ 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-07-29T20:15:38.448Z++ 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-07-29T20:15:38.448Z++ 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-07-29T20:15:38.448Z++ 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-07-29T20:15:38.448Z++ 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-07-29T20:15:38.448Z++ 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-07-29T20:15:38.448Z++ 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-07-29T20:15:38.448Z++ 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-07-29T20:15:38.448Z++ case $OLD_SHELL_OPTS in
1092026-07-29T20:15:38.448Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-29T20:15:38.448Z+ source .github/buildomat/ci-env.sh
1112026-07-29T20:15:38.448Z++ export CARGO_TERM_COLOR=always
1122026-07-29T20:15:38.448Z++ CARGO_TERM_COLOR=always
1132026-07-29T20:15:38.449Z+++ uname -s
1142026-07-29T20:15:38.452Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-29T20:15:38.452Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-29T20:15:38.452Z+ cargo --version
1172026-07-29T20:15:38.459Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-07-29T20:15:38.462Z+ rustc --version
1192026-07-29T20:15:38.481Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-07-29T20:15:38.484Z+ banner prerequisites
1212026-07-29T20:15:38.489Z
1222026-07-29T20:15:38.489Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-29T20:15:38.489Z # # # # # # # # # # # # # # #
1242026-07-29T20:15:38.489Z # # # # ##### # # ##### # # # # # #### #
1252026-07-29T20:15:38.489Z ##### ##### # ##### # # # # # # # # #
1262026-07-29T20:15:38.489Z # # # # # # # # # # # # # # #
1272026-07-29T20:15:38.489Z # # # ###### # # ###### ### # #### # #### #
1282026-07-29T20:15:38.489Z
1292026-07-29T20:15:38.489Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-29T20:15:40.119Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-29T20:15:40.352Z Startup: Caching catalogs ... Done
1322026-07-29T20:15:41.537ZPlanning: Solver setup ... Done (1.104s)
1332026-07-29T20:15:41.581ZPlanning: Running solver ... Done (0.044s)
1342026-07-29T20:15:41.611ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-29T20:15:41.623ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-29T20:15:41.646ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-29T20:15:41.659ZPlanning: Package planning ... Done (0.014s)
1382026-07-29T20:15:41.664ZPlanning: Merging actions ... Done (0.001s)
1392026-07-29T20:15:41.864ZPlanning: Checking for conflicting actions ... Done (0.203s)
1402026-07-29T20:15:41.868ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-29T20:15:42.644ZPlanning: Evaluating mediators ... Done (0.779s)
1422026-07-29T20:15:42.647ZPlanning: Planning completed in 2.27 seconds
1432026-07-29T20:15:42.653Z Packages to install: 2
1442026-07-29T20:15:42.657Z Estimated space available: 156.02 GB
1452026-07-29T20:15:42.657ZEstimated space to be consumed: 55.05 MB
1462026-07-29T20:15:42.657Z Create boot environment: No
1472026-07-29T20:15:42.657ZCreate backup boot environment: No
1482026-07-29T20:15:42.657Z Rebuild boot archive: No
1492026-07-29T20:15:42.657Z
1502026-07-29T20:15:42.657ZChanged packages:
1512026-07-29T20:15:42.657Zhelios
1522026-07-29T20:15:42.657Z developer/build-essential
1532026-07-29T20:15:42.657Z None -> 11-3.0
1542026-07-29T20:15:42.657Z library/libxmlsec1
1552026-07-29T20:15:42.657Z None -> 1.2.35-3.0
1562026-07-29T20:15:42.679Z
1572026-07-29T20:15:42.679ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-29T20:15:42.745ZDownload: Completed 1.28 MB in 0.07 seconds (19.1M/s)
1592026-07-29T20:15:42.798Z Actions: 1/268 actions (Installing new actions)
1602026-07-29T20:15:42.836Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-29T20:15:42.859ZFinalize: Updating package state database ... Done (0.023s)
1622026-07-29T20:15:42.863ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-29T20:15:42.916ZFinalize: Updating image state ... Done (0.057s)
1642026-07-29T20:15:45.320ZFinalize: Creating fast lookup database ... Done (2.366s)
1652026-07-29T20:15:45.386ZFinalize: Reading search index ... Done (0.012s)
1662026-07-29T20:15:45.406ZFinalize: Updating search index ... Done (0.000s)
1672026-07-29T20:15:45.468ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-29T20:15:45.809ZPlanning: Evaluating mediator changes ... Done
1692026-07-29T20:15:45.913ZPlanning: Checking for conflicting actions ... Done
1702026-07-29T20:15:45.917ZPlanning: Consolidating action changes ... Done
1712026-07-29T20:15:46.069ZPlanning: Evaluating mediators ... Done
1722026-07-29T20:15:46.073ZPlanning: Planning completed in 0.26 seconds
1732026-07-29T20:15:46.091Z Mediators to change: 2
1742026-07-29T20:15:46.091Z Create boot environment: No
1752026-07-29T20:15:46.092ZCreate backup boot environment: No
1762026-07-29T20:15:46.130ZFinalize: Updating package state database ... Done
1772026-07-29T20:15:46.130ZFinalize: Updating package cache ... Done
1782026-07-29T20:15:46.162ZFinalize: Updating image state ... Done
1792026-07-29T20:15:48.081ZFinalize: Creating fast lookup database ... Done
1802026-07-29T20:15:48.140ZFinalize: Reading search index ... Done
1812026-07-29T20:15:48.144ZFinalize: Updating search index ... Done
1822026-07-29T20:15:48.201ZFinalize: Updating package cache ... Done
1832026-07-29T20:15:48.486ZPlanning: Evaluating mediator changes ... Done
1842026-07-29T20:15:48.590ZPlanning: Checking for conflicting actions ... Done
1852026-07-29T20:15:48.594ZPlanning: Consolidating action changes ... Done
1862026-07-29T20:15:48.747ZPlanning: Evaluating mediators ... Done
1872026-07-29T20:15:48.750ZPlanning: Planning completed in 0.26 seconds
1882026-07-29T20:15:48.769Z Mediators to change: 1
1892026-07-29T20:15:48.769Z Create boot environment: No
1902026-07-29T20:15:48.770ZCreate backup boot environment: No
1912026-07-29T20:15:48.811ZFinalize: Updating package state database ... Done
1922026-07-29T20:15:48.811ZFinalize: Updating package cache ... Done
1932026-07-29T20:15:48.844ZFinalize: Updating image state ... Done
1942026-07-29T20:15:50.775ZFinalize: Creating fast lookup database ... Done
1952026-07-29T20:15:50.841ZFinalize: Reading search index ... Done
1962026-07-29T20:15:50.844ZFinalize: Updating search index ... Done
1972026-07-29T20:15:50.898ZFinalize: Updating package cache ... Done
1982026-07-29T20:15:51.206ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-29T20:15:51.206Zapache system 2.4 system
2002026-07-29T20:15:51.206Zclang system 15 system
2012026-07-29T20:15:51.206Zcsh system system illumos
2022026-07-29T20:15:51.206Zctags system system illumos
2032026-07-29T20:15:51.206Zfile vendor vendor darwinsys
2042026-07-29T20:15:51.206Zfile system system illumos
2052026-07-29T20:15:51.206Zgcc vendor 14 vendor
2062026-07-29T20:15:51.206Zgcc system 13 system
2072026-07-29T20:15:51.206Zgcc system 10 system
2082026-07-29T20:15:51.206Zgo system 1.25 system
2092026-07-29T20:15:51.206Zllvm system 15 system
2102026-07-29T20:15:51.206Zmariadb system 11.4 system
2112026-07-29T20:15:51.207Zmta vendor vendor dma
2122026-07-29T20:15:51.208Zopenjdk system 17 system
2132026-07-29T20:15:51.208Zopenjdk system 11 system
2142026-07-29T20:15:51.208Zopenssl vendor 3 vendor
2152026-07-29T20:15:51.208Zperl system 5.40 system
2162026-07-29T20:15:51.208Zpostgresql system 18 system
2172026-07-29T20:15:51.208Zpostgresql system 17 system
2182026-07-29T20:15:51.208Zpython vendor 3 vendor
2192026-07-29T20:15:51.208Zpython system 2 system
2202026-07-29T20:15:51.208Zpython3 vendor 3.13 vendor
2212026-07-29T20:15:51.208Zruby system 3.4 system
2222026-07-29T20:15:51.208Zruby system 3.0 system
2232026-07-29T20:15:51.208Zwords vendor vendor american-english
2242026-07-29T20:15:51.208Zwords system system australian-english
2252026-07-29T20:15:51.208Zwords system system british-english
2262026-07-29T20:15:51.208Zwords system system canadian-english
2272026-07-29T20:15:51.208Zwords system system french
2282026-07-29T20:15:51.208Zwords system system italian
2292026-07-29T20:15:51.208Zwords system system ngerman
2302026-07-29T20:15:51.208Zwords system system ogerman
2312026-07-29T20:15:51.208Zwords system system spanish
2322026-07-29T20:15:51.457ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-29T20:15:51.457Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-29T20:15:51.847ZFMRI IFO
2352026-07-29T20:15:51.847Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-29T20:15:51.847Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-29T20:15:51.847Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-29T20:15:51.847Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-29T20:15:51.847Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-29T20:15:51.847Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-29T20:15:51.847Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-29T20:15:51.847Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-29T20:15:51.847Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-29T20:15:52.152Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-29T20:15:52.446Z Updating crates.io index
2462026-07-29T20:15:52.449Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-29T20:15:52.688Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-29T20:15:53.002Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-29T20:15:53.361Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-07-29T20:15:54.284Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-07-29T20:15:54.804Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-07-29T20:15:57.976Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-07-29T20:15:58.793Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-07-29T20:15:59.267Z Updating git repository `https://github.com/oxidecomputer/lldp`
2552026-07-29T20:15:59.648Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562026-07-29T20:16:01.382Z Updating git repository `https://github.com/oxidecomputer/clickward`
2572026-07-29T20:16:01.661Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-07-29T20:16:02.061Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2592026-07-29T20:16:02.335Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-07-29T20:16:02.785Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2612026-07-29T20:16:03.379Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2622026-07-29T20:16:03.624Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2632026-07-29T20:16:03.851Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2642026-07-29T20:16:04.132Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2652026-07-29T20:16:04.438Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662026-07-29T20:16:04.836Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2672026-07-29T20:16:05.064Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2682026-07-29T20:16:05.367Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2692026-07-29T20:16:05.776Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2702026-07-29T20:16:06.077Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-07-29T20:16:06.318Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-07-29T20:16:06.705Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-07-29T20:16:06.960Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-07-29T20:16:07.502Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-07-29T20:16:07.737Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-07-29T20:16:08.070Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-07-29T20:16:08.356Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-07-29T20:16:08.711Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-07-29T20:16:09.112Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-07-29T20:16:09.411Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-07-29T20:16:09.673Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-07-29T20:16:09.971Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-07-29T20:16:10.256Z Updating git repository `https://github.com/oxidecomputer/tough`
2842026-07-29T20:16:10.760Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-07-29T20:16:11.010Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-07-29T20:16:11.285Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-07-29T20:16:11.519Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-07-29T20:16:14.799Z Downloading crates ...
2892026-07-29T20:16:14.850Z Downloaded memmap v0.7.0
2902026-07-29T20:16:14.855Z Downloaded is_terminal_polyfill v1.70.2
2912026-07-29T20:16:14.858Z Downloaded anstream v1.0.0
2922026-07-29T20:16:14.858Z Downloaded anstyle-query v1.1.5
2932026-07-29T20:16:14.858Z Downloaded pretty-hex v0.4.1
2942026-07-29T20:16:14.861Z Downloaded anstyle v1.0.14
2952026-07-29T20:16:14.862Z Downloaded anstyle-parse v1.0.0
2962026-07-29T20:16:14.862Z Downloaded cfg-if v1.0.4
2972026-07-29T20:16:14.865Z Downloaded autocfg v1.5.0
2982026-07-29T20:16:14.866Z Downloaded pest_generator v2.8.6
2992026-07-29T20:16:14.869Z Downloaded zmij v1.0.21
3002026-07-29T20:16:14.869Z Downloaded zerocopy-derive v0.7.35
3012026-07-29T20:16:14.878Z Downloaded clap_lex v1.0.0
3022026-07-29T20:16:14.881Z Downloaded colorchoice v1.0.4
3032026-07-29T20:16:14.881Z Downloaded toml_write v0.1.2
3042026-07-29T20:16:14.881Z Downloaded zerocopy v0.7.35
3052026-07-29T20:16:14.887Z Downloaded equivalent v1.0.2
3062026-07-29T20:16:14.891Z Downloaded itoa v1.0.17
3072026-07-29T20:16:14.891Z Downloaded cargo-platform v0.3.2
3082026-07-29T20:16:14.894Z Downloaded byteorder v1.5.0
3092026-07-29T20:16:14.897Z Downloaded cargo_metadata v0.23.1
3102026-07-29T20:16:14.897Z Downloaded serde_tokenstream v0.2.3
3112026-07-29T20:16:14.900Z Downloaded fnv v1.0.7
3122026-07-29T20:16:14.903Z Downloaded dtrace-parser v0.2.0
3132026-07-29T20:16:14.903Z Downloaded toml v0.8.23
3142026-07-29T20:16:14.908Z Downloaded cpufeatures v0.2.17
3152026-07-29T20:16:14.908Z Downloaded block-buffer v0.10.4
3162026-07-29T20:16:14.908Z Downloaded generic-array v0.14.7
3172026-07-29T20:16:14.911Z Downloaded macaddr v1.0.1
3182026-07-29T20:16:14.911Z Downloaded errno v0.3.14
3192026-07-29T20:16:14.914Z Downloaded crypto-common v0.1.7
3202026-07-29T20:16:14.914Z Downloaded dof v0.3.0
3212026-07-29T20:16:14.914Z Downloaded heck v0.4.1
3222026-07-29T20:16:14.914Z Downloaded heck v0.5.0
3232026-07-29T20:16:14.918Z Downloaded thread-id v4.2.2
3242026-07-29T20:16:14.921Z Downloaded serde_spanned v0.6.9
3252026-07-29T20:16:14.923Z Downloaded clap_derive v4.6.1
3262026-07-29T20:16:14.926Z Downloaded bitflags v2.11.0
3272026-07-29T20:16:14.931Z Downloaded anyhow v1.0.102
3282026-07-29T20:16:14.935Z Downloaded usdt-macro v0.5.0
3292026-07-29T20:16:14.938Z Downloaded fastrand v2.3.0
3302026-07-29T20:16:14.941Z Downloaded toml_datetime v0.6.11
3312026-07-29T20:16:14.941Z Downloaded plain v0.2.3
3322026-07-29T20:16:14.944Z Downloaded scroll_derive v0.12.1
3332026-07-29T20:16:14.948Z Downloaded terminal_size v0.4.3
3342026-07-29T20:16:14.951Z Downloaded tabled_derive v0.7.0
3352026-07-29T20:16:14.955Z Downloaded unicode-linebreak v0.1.5
3362026-07-29T20:16:14.958Z Downloaded utf8parse v0.2.2
3372026-07-29T20:16:14.962Z Downloaded usdt-attr-macro v0.5.0
3382026-07-29T20:16:14.968Z Downloaded version_check v0.9.5
3392026-07-29T20:16:14.971Z Downloaded usdt v0.5.0
3402026-07-29T20:16:14.971Z Downloaded smawk v0.3.2
3412026-07-29T20:16:14.975Z Downloaded swrite v0.1.0
3422026-07-29T20:16:14.975Z Downloaded bytecount v0.6.9
3432026-07-29T20:16:14.975Z Downloaded cargo_toml v0.21.0
3442026-07-29T20:16:14.978Z Downloaded unicode-ident v1.0.24
3452026-07-29T20:16:14.981Z Downloaded camino v1.2.2
3462026-07-29T20:16:14.985Z Downloaded clap v4.6.1
3472026-07-29T20:16:14.988Z Downloaded textwrap v0.16.2
3482026-07-29T20:16:14.991Z Downloaded camino-tempfile v1.4.1
3492026-07-29T20:16:14.991Z Downloaded proc-macro-error v1.0.4
3502026-07-29T20:16:14.991Z Downloaded proc-macro-error-attr v1.0.4
3512026-07-29T20:16:14.991Z Downloaded thiserror v1.0.69
3522026-07-29T20:16:14.995Z Downloaded thiserror-impl v2.0.18
3532026-07-29T20:16:14.995Z Downloaded sha2 v0.10.9
3542026-07-29T20:16:14.998Z Downloaded fs-err v3.3.0
3552026-07-29T20:16:14.998Z Downloaded thiserror-impl v1.0.69
3562026-07-29T20:16:14.998Z Downloaded usdt-impl v0.5.0
3572026-07-29T20:16:14.998Z Downloaded thiserror v2.0.18
3582026-07-29T20:16:15.002Z Downloaded scroll v0.12.0
3592026-07-29T20:16:15.005Z Downloaded strsim v0.11.1
3602026-07-29T20:16:15.008Z Downloaded once_cell v1.21.3
3612026-07-29T20:16:15.011Z Downloaded digest v0.10.7
3622026-07-29T20:16:15.014Z Downloaded getrandom v0.4.1
3632026-07-29T20:16:15.017Z Downloaded proc-macro2 v1.0.106
3642026-07-29T20:16:15.020Z Downloaded pest_derive v2.8.6
3652026-07-29T20:16:15.020Z Downloaded quote v1.0.45
3662026-07-29T20:16:15.026Z Downloaded semver v1.0.28
3672026-07-29T20:16:15.045Z Downloaded serde_derive v1.0.228
3682026-07-29T20:16:15.048Z Downloaded tempfile v3.25.0
3692026-07-29T20:16:15.052Z Downloaded papergrid v0.11.0
3702026-07-29T20:16:15.059Z Downloaded log v0.4.29
3712026-07-29T20:16:15.062Z Downloaded ucd-trie v0.1.7
3722026-07-29T20:16:15.076Z Downloaded toml_edit v0.22.27
3732026-07-29T20:16:15.079Z Downloaded pest_meta v2.8.6
3742026-07-29T20:16:15.079Z Downloaded serde_core v1.0.228
3752026-07-29T20:16:15.082Z Downloaded indexmap v2.14.0
3762026-07-29T20:16:15.086Z Downloaded memchr v2.8.0
3772026-07-29T20:16:15.089Z Downloaded serde v1.0.228
3782026-07-29T20:16:15.095Z Downloaded goblin v0.8.2
3792026-07-29T20:16:15.100Z Downloaded typenum v1.20.1
3802026-07-29T20:16:15.104Z Downloaded hashbrown v0.17.0
3812026-07-29T20:16:15.108Z Downloaded pest v2.8.6
3822026-07-29T20:16:15.180Z Downloaded clap_builder v4.6.0
3832026-07-29T20:16:15.180Z Downloaded serde_json v1.0.151
3842026-07-29T20:16:15.180Z Downloaded winnow v0.7.14
3852026-07-29T20:16:15.180Z Downloaded tabled v0.15.0
3862026-07-29T20:16:15.183Z Downloaded syn v1.0.109
3872026-07-29T20:16:15.194Z Downloaded unicode-width v0.2.0
3882026-07-29T20:16:15.197Z Downloaded unicode-width v0.1.14
3892026-07-29T20:16:15.200Z Downloaded syn v2.0.117
3902026-07-29T20:16:15.219Z Downloaded rustix v1.1.3
3912026-07-29T20:16:15.242Z Downloaded libc v0.2.185
3922026-07-29T20:16:15.304Z Compiling proc-macro2 v1.0.106
3932026-07-29T20:16:15.304Z Compiling quote v1.0.45
3942026-07-29T20:16:15.304Z Compiling unicode-ident v1.0.24
3952026-07-29T20:16:15.304Z Compiling serde_core v1.0.228
3962026-07-29T20:16:15.307Z Compiling libc v0.2.185
3972026-07-29T20:16:15.307Z Compiling version_check v0.9.5
3982026-07-29T20:16:15.483Z Compiling memchr v2.8.0
3992026-07-29T20:16:15.487Z Compiling serde v1.0.228
4002026-07-29T20:16:15.637Z Compiling zmij v1.0.21
4012026-07-29T20:16:15.855Z Compiling itoa v1.0.17
4022026-07-29T20:16:16.094Z Compiling thiserror v1.0.69
4032026-07-29T20:16:16.291Z Compiling ucd-trie v0.1.7
4042026-07-29T20:16:16.555Z Compiling pest v2.8.6
4052026-07-29T20:16:16.573Z Compiling rustix v1.1.3
4062026-07-29T20:16:16.590Z Compiling byteorder v1.5.0
4072026-07-29T20:16:16.642Z Compiling errno v0.3.14
4082026-07-29T20:16:16.670Z Compiling bitflags v2.11.0
4092026-07-29T20:16:16.814Z Compiling serde_json v1.0.151
4102026-07-29T20:16:16.996Z Compiling thread-id v4.2.2
4112026-07-29T20:16:17.048Z Compiling proc-macro-error-attr v1.0.4
4122026-07-29T20:16:17.082Z Compiling syn v2.0.117
4132026-07-29T20:16:17.146Z Compiling usdt-impl v0.5.0
4142026-07-29T20:16:17.176Z Compiling syn v1.0.109
4152026-07-29T20:16:17.230Z Compiling camino v1.2.2
4162026-07-29T20:16:17.495Z Compiling proc-macro-error v1.0.4
4172026-07-29T20:16:17.531Z Compiling plain v0.2.3
4182026-07-29T20:16:17.598Z Compiling pest_meta v2.8.6
4192026-07-29T20:16:17.631Z Compiling hashbrown v0.17.0
4202026-07-29T20:16:17.680Z Compiling utf8parse v0.2.2
4212026-07-29T20:16:17.773Z Compiling log v0.4.29
4222026-07-29T20:16:17.792Z Compiling equivalent v1.0.2
4232026-07-29T20:16:17.886Z Compiling getrandom v0.4.1
4242026-07-29T20:16:17.955Z Compiling terminal_size v0.4.3
4252026-07-29T20:16:18.206Z Compiling indexmap v2.14.0
4262026-07-29T20:16:18.219Z Compiling anstyle-parse v1.0.0
4272026-07-29T20:16:18.811Z Compiling toml_write v0.1.2
4282026-07-29T20:16:18.825Z Compiling is_terminal_polyfill v1.70.2
4292026-07-29T20:16:18.842Z Compiling pretty-hex v0.4.1
4302026-07-29T20:16:18.924Z Compiling thiserror v2.0.18
4312026-07-29T20:16:18.979Z Compiling anstyle-query v1.1.5
4322026-07-29T20:16:19.006Z Compiling autocfg v1.5.0
4332026-07-29T20:16:19.082Z Compiling winnow v0.7.14
4342026-07-29T20:16:19.107Z Compiling colorchoice v1.0.4
4352026-07-29T20:16:19.165Z Compiling anstyle v1.0.14
4362026-07-29T20:16:19.183Z Compiling cfg-if v1.0.4
4372026-07-29T20:16:19.291Z Compiling pest_generator v2.8.6
4382026-07-29T20:16:19.387Z Compiling anstream v1.0.0
4392026-07-29T20:16:19.446Z Compiling fs-err v3.3.0
4402026-07-29T20:16:19.494Z Compiling heck v0.4.1
4412026-07-29T20:16:19.643Z Compiling heck v0.5.0
4422026-07-29T20:16:19.683Z Compiling unicode-width v0.1.14
4432026-07-29T20:16:19.722Z Compiling once_cell v1.21.3
4442026-07-29T20:16:19.773Z Compiling strsim v0.11.1
4452026-07-29T20:16:19.886Z Compiling fastrand v2.3.0
4462026-07-29T20:16:19.973Z Compiling clap_lex v1.0.0
4472026-07-29T20:16:19.999Z Compiling anyhow v1.0.102
4482026-07-29T20:16:19.999Z Compiling bytecount v0.6.9
4492026-07-29T20:16:20.148Z Compiling fnv v1.0.7
4502026-07-29T20:16:20.239Z Compiling clap_builder v4.6.0
4512026-07-29T20:16:20.240Z Compiling tempfile v3.25.0
4522026-07-29T20:16:20.301Z Compiling papergrid v0.11.0
4532026-07-29T20:16:20.347Z Compiling cargo-platform v0.3.2
4542026-07-29T20:16:20.375Z Compiling tabled_derive v0.7.0
4552026-07-29T20:16:20.570Z Compiling semver v1.0.28
4562026-07-29T20:16:20.656Z Compiling memmap v0.7.0
4572026-07-29T20:16:20.656Z Compiling smawk v0.3.2
4582026-07-29T20:16:20.656Z Compiling unicode-linebreak v0.1.5
4592026-07-29T20:16:20.688Z Compiling unicode-width v0.2.0
4602026-07-29T20:16:20.810Z Compiling camino-tempfile v1.4.1
4612026-07-29T20:16:20.929Z Compiling serde_derive v1.0.228
4622026-07-29T20:16:20.983Z Compiling thiserror-impl v1.0.69
4632026-07-29T20:16:21.051Z Compiling zerocopy-derive v0.7.35
4642026-07-29T20:16:21.100Z Compiling pest_derive v2.8.6
4652026-07-29T20:16:21.210Z Compiling scroll_derive v0.12.1
4662026-07-29T20:16:21.329Z Compiling thiserror-impl v2.0.18
4672026-07-29T20:16:21.530Z Compiling clap_derive v4.6.1
4682026-07-29T20:16:21.683Z Compiling tabled v0.15.0
4692026-07-29T20:16:21.802Z Compiling scroll v0.12.0
4702026-07-29T20:16:21.920Z Compiling zerocopy v0.7.35
4712026-07-29T20:16:22.056Z Compiling goblin v0.8.2
4722026-07-29T20:16:22.323Z Compiling dtrace-parser v0.2.0
4732026-07-29T20:16:22.471Z Compiling textwrap v0.16.2
4742026-07-29T20:16:22.748Z Compiling swrite v0.1.0
4752026-07-29T20:16:23.258Z Compiling clap v4.6.1
4762026-07-29T20:16:23.863Z Compiling dof v0.3.0
4772026-07-29T20:16:23.863Z Compiling serde_tokenstream v0.2.3
4782026-07-29T20:16:23.880Z Compiling toml_datetime v0.6.11
4792026-07-29T20:16:23.887Z Compiling serde_spanned v0.6.9
4802026-07-29T20:16:23.887Z Compiling cargo_metadata v0.23.1
4812026-07-29T20:16:23.942Z Compiling macaddr v1.0.1
4822026-07-29T20:16:23.959Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-07-29T20:16:24.060Z Compiling toml_edit v0.22.27
4842026-07-29T20:16:24.632Z Compiling usdt-attr-macro v0.5.0
4852026-07-29T20:16:24.675Z Compiling usdt-macro v0.5.0
4862026-07-29T20:16:25.188Z Compiling usdt v0.5.0
4872026-07-29T20:16:25.369Z Compiling toml v0.8.23
4882026-07-29T20:16:25.693Z Compiling cargo_toml v0.21.0
4892026-07-29T20:16:26.971Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-07-29T20:16:28.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.00s
4912026-07-29T20:16:29.187Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-07-29T20:16:29.695Z Downloading crates ...
4932026-07-29T20:16:29.755Z Downloaded bitfield-struct v0.6.2
4942026-07-29T20:16:29.758Z Downloaded aead v0.6.1
4952026-07-29T20:16:29.758Z Downloaded base64ct v1.8.3
4962026-07-29T20:16:29.758Z Downloaded atomic-waker v1.1.2
4972026-07-29T20:16:29.762Z Downloaded adler2 v2.0.1
4982026-07-29T20:16:29.762Z Downloaded compression-core v0.4.31
4992026-07-29T20:16:29.770Z Downloaded cc v1.2.56
5002026-07-29T20:16:29.776Z Downloaded fallible-iterator v0.2.0
5012026-07-29T20:16:29.779Z Downloaded fatfs v0.3.6
5022026-07-29T20:16:29.779Z Downloaded convert_case v0.4.0
5032026-07-29T20:16:29.779Z Downloaded atty v0.2.14
5042026-07-29T20:16:29.782Z Downloaded ascii-canvas v3.0.0
5052026-07-29T20:16:29.782Z Downloaded find-msvc-tools v0.1.9
5062026-07-29T20:16:29.785Z Downloaded fd-lock v4.0.4
5072026-07-29T20:16:29.785Z Downloaded foldhash v0.2.0
5082026-07-29T20:16:29.785Z Downloaded getrandom v0.2.17
5092026-07-29T20:16:29.790Z Downloaded array-init v0.0.4
5102026-07-29T20:16:29.795Z Downloaded form_urlencoded v1.2.2
5112026-07-29T20:16:29.795Z Downloaded funty v2.0.0
5122026-07-29T20:16:29.795Z Downloaded fixedbitset v0.4.2
5132026-07-29T20:16:29.798Z Downloaded bit-set v0.5.3
5142026-07-29T20:16:29.798Z Downloaded blake3 v1.8.5
5152026-07-29T20:16:29.800Z Downloaded chrono v0.4.45
5162026-07-29T20:16:29.804Z Downloaded foreign-types-shared v0.3.1
5172026-07-29T20:16:29.807Z Downloaded foreign-types v0.3.2
5182026-07-29T20:16:29.807Z Downloaded bb8 v0.8.6
5192026-07-29T20:16:29.807Z Downloaded async-stream v0.3.6
5202026-07-29T20:16:29.807Z Downloaded async-stream-impl v0.3.6
5212026-07-29T20:16:29.807Z Downloaded float-cmp v0.10.0
5222026-07-29T20:16:29.810Z Downloaded expectorate v1.2.0
5232026-07-29T20:16:29.810Z Downloaded allocator-api2 v0.2.21
5242026-07-29T20:16:29.814Z Downloaded atomicwrites v0.4.4
5252026-07-29T20:16:29.814Z Downloaded fs_extra v1.3.0
5262026-07-29T20:16:29.817Z Downloaded foldhash v0.1.5
5272026-07-29T20:16:29.817Z Downloaded fxhash v0.2.1
5282026-07-29T20:16:29.820Z Downloaded hex-literal v1.1.0
5292026-07-29T20:16:29.820Z Downloaded futures-task v0.3.32
5302026-07-29T20:16:29.820Z Downloaded foreign-types-shared v0.1.1
5312026-07-29T20:16:29.820Z Downloaded futures-core v0.3.32
5322026-07-29T20:16:29.820Z Downloaded endian-type v0.1.2
5332026-07-29T20:16:29.825Z Downloaded hex v0.4.3
5342026-07-29T20:16:29.825Z Downloaded fixedbitset v0.5.7
5352026-07-29T20:16:29.828Z Downloaded aead v0.5.2
5362026-07-29T20:16:29.828Z Downloaded arrayref v0.3.9
5372026-07-29T20:16:29.828Z Downloaded ff v0.14.0
5382026-07-29T20:16:29.828Z Downloaded filetime v0.2.27
5392026-07-29T20:16:29.828Z Downloaded flagset v0.4.7
5402026-07-29T20:16:29.831Z Downloaded ghash v0.6.0
5412026-07-29T20:16:29.831Z Downloaded foreign-types v0.5.0
5422026-07-29T20:16:29.833Z Downloaded http-range v0.1.5
5432026-07-29T20:16:29.836Z Downloaded async-recursion v1.1.1
5442026-07-29T20:16:29.836Z Downloaded assert_matches v1.5.0
5452026-07-29T20:16:29.836Z Downloaded futures-channel v0.3.32
5462026-07-29T20:16:29.836Z Downloaded erased-serde v0.3.31
5472026-07-29T20:16:29.841Z Downloaded env_logger v0.11.9
5482026-07-29T20:16:29.841Z Downloaded futures-io v0.3.32
5492026-07-29T20:16:29.844Z Downloaded ciborium-ll v0.2.2
5502026-07-29T20:16:29.844Z Downloaded anstyle-parse v0.2.7
5512026-07-29T20:16:29.849Z Downloaded hostname v0.3.1
5522026-07-29T20:16:29.849Z Downloaded hyper-tls v0.6.0
5532026-07-29T20:16:29.849Z Downloaded opaque-debug v0.3.1
5542026-07-29T20:16:29.853Z Downloaded enum_dispatch v0.3.13
5552026-07-29T20:16:29.853Z Downloaded fs-err v2.11.0
5562026-07-29T20:16:29.862Z Downloaded block-buffer v0.12.1
5572026-07-29T20:16:29.862Z Downloaded foreign-types-macros v0.2.3
5582026-07-29T20:16:29.862Z Downloaded cfg_aliases v0.1.1
5592026-07-29T20:16:29.862Z Downloaded bcrypt-pbkdf v0.11.0
5602026-07-29T20:16:29.862Z Downloaded bitfield-macros v0.19.4
5612026-07-29T20:16:29.862Z Downloaded hash32 v0.2.1
5622026-07-29T20:16:29.865Z Downloaded httpdate v1.0.3
5632026-07-29T20:16:29.865Z Downloaded env_filter v1.0.0
5642026-07-29T20:16:29.865Z Downloaded bit-set v0.8.0
5652026-07-29T20:16:29.865Z Downloaded float-ord v0.3.2
5662026-07-29T20:16:29.865Z Downloaded num-iter v0.1.45
5672026-07-29T20:16:29.865Z Downloaded block-padding v0.4.2
5682026-07-29T20:16:29.865Z Downloaded hubpack v0.1.2
5692026-07-29T20:16:29.869Z Downloaded futures-macro v0.3.32
5702026-07-29T20:16:29.872Z Downloaded hostname v0.4.2
5712026-07-29T20:16:29.872Z Downloaded git-stub v1.0.0
5722026-07-29T20:16:29.872Z Downloaded globwalk v0.9.1
5732026-07-29T20:16:29.872Z Downloaded hash32 v0.3.1
5742026-07-29T20:16:29.875Z Downloaded enum-as-inner v0.6.1
5752026-07-29T20:16:29.879Z Downloaded headers-core v0.3.0
5762026-07-29T20:16:29.882Z Downloaded openssl-probe v0.2.1
5772026-07-29T20:16:29.887Z Downloaded bcs v0.1.6
5782026-07-29T20:16:29.887Z Downloaded bit-vec v0.6.3
5792026-07-29T20:16:29.891Z Downloaded openssl-probe v0.1.6
5802026-07-29T20:16:29.891Z Downloaded parse-size v1.1.0
5812026-07-29T20:16:29.891Z Downloaded home v0.5.12
5822026-07-29T20:16:29.891Z Downloaded argon2 v0.5.3
5832026-07-29T20:16:29.896Z Downloaded base16ct v1.0.0
5842026-07-29T20:16:29.896Z Downloaded bitfield v0.19.4
5852026-07-29T20:16:29.898Z Downloaded camino-tempfile-ext v0.3.3
5862026-07-29T20:16:29.901Z Downloaded cmov v0.5.4
5872026-07-29T20:16:29.901Z Downloaded backoff v0.4.0
5882026-07-29T20:16:29.901Z Downloaded cassowary v0.3.0
5892026-07-29T20:16:29.901Z Downloaded anstream v0.6.21
5902026-07-29T20:16:29.901Z Downloaded byte-wrapper v0.1.0
5912026-07-29T20:16:29.901Z Downloaded cipher v0.5.2
5922026-07-29T20:16:29.905Z Downloaded hubpack_derive v0.1.1
5932026-07-29T20:16:29.905Z Downloaded backon v1.6.0
5942026-07-29T20:16:29.905Z Downloaded packed_struct_codegen v0.10.1
5952026-07-29T20:16:29.905Z Downloaded percent-encoding v2.3.2
5962026-07-29T20:16:29.905Z Downloaded peg-runtime v0.8.5
5972026-07-29T20:16:29.905Z Downloaded phf_shared v0.11.3
5982026-07-29T20:16:29.908Z Downloaded futures-sink v0.3.32
5992026-07-29T20:16:29.908Z Downloaded gethostname v0.5.0
6002026-07-29T20:16:29.908Z Downloaded highway v1.3.0
6012026-07-29T20:16:29.908Z Downloaded proc-macro-crate v1.3.1
6022026-07-29T20:16:29.911Z Downloaded base16ct v0.2.0
6032026-07-29T20:16:29.911Z Downloaded git-stub-vcs v0.1.0
6042026-07-29T20:16:29.911Z Downloaded group v0.14.0
6052026-07-29T20:16:29.915Z Downloaded potential_utf v0.1.4
6062026-07-29T20:16:29.915Z Downloaded bs58 v0.5.1
6072026-07-29T20:16:29.918Z Downloaded progenitor-client v0.14.0
6082026-07-29T20:16:29.918Z Downloaded progenitor-macro v0.13.0
6092026-07-29T20:16:29.921Z Downloaded cipher v0.4.4
6102026-07-29T20:16:29.924Z Downloaded scheduled-thread-pool v0.2.7
6112026-07-29T20:16:29.927Z Downloaded constant_time_eq v0.4.2
6122026-07-29T20:16:29.956Z Downloaded const_format_proc_macros v0.2.34
6132026-07-29T20:16:29.956Z Downloaded globset v0.4.18
6142026-07-29T20:16:29.956Z Downloaded ff v0.13.1
6152026-07-29T20:16:29.956Z Downloaded futures-executor v0.3.32
6162026-07-29T20:16:29.956Z Downloaded http-body-util v0.1.3
6172026-07-29T20:16:29.956Z Downloaded hyper-staticfile v0.10.1
6182026-07-29T20:16:29.956Z Downloaded http-body v1.0.1
6192026-07-29T20:16:29.956Z Downloaded cbc v0.2.1
6202026-07-29T20:16:29.956Z Downloaded nu-ansi-term v0.50.3
6212026-07-29T20:16:29.956Z Downloaded buf-list v1.1.2
6222026-07-29T20:16:29.956Z Downloaded humantime v2.3.0
6232026-07-29T20:16:29.956Z Downloaded num_enum v0.7.6
6242026-07-29T20:16:29.956Z Downloaded glob v0.3.3
6252026-07-29T20:16:29.956Z Downloaded group v0.13.0
6262026-07-29T20:16:29.957Z Downloaded cexpr v0.6.0
6272026-07-29T20:16:29.957Z Downloaded colored v2.2.0
6282026-07-29T20:16:29.957Z Downloaded serde_bytes v0.11.19
6292026-07-29T20:16:29.957Z Downloaded semver v0.1.20
6302026-07-29T20:16:29.957Z Downloaded shell-words v1.1.1
6312026-07-29T20:16:29.957Z Downloaded siphasher v1.0.2
6322026-07-29T20:16:29.957Z Downloaded serde_urlencoded v0.7.1
6332026-07-29T20:16:29.961Z Downloaded httparse v1.10.1
6342026-07-29T20:16:29.961Z Downloaded primeorder v0.14.0
6352026-07-29T20:16:29.962Z Downloaded arrayvec v0.7.6
6362026-07-29T20:16:29.962Z Downloaded sigpipe v0.1.3
6372026-07-29T20:16:29.962Z Downloaded slog-bunyan v2.5.0
6382026-07-29T20:16:29.965Z Downloaded flume v0.11.1
6392026-07-29T20:16:29.965Z Downloaded sponge-cursor v0.1.0
6402026-07-29T20:16:29.965Z Downloaded getrandom v0.3.4
6412026-07-29T20:16:29.969Z Downloaded cfg_aliases v0.2.1
6422026-07-29T20:16:29.969Z Downloaded cobs v0.3.0
6432026-07-29T20:16:29.969Z Downloaded path-slash v0.1.5
6442026-07-29T20:16:29.973Z Downloaded ciborium v0.2.2
6452026-07-29T20:16:29.973Z Downloaded ciborium-io v0.2.2
6462026-07-29T20:16:29.973Z Downloaded parking_lot_core v0.8.6
6472026-07-29T20:16:29.976Z Downloaded phc v0.6.1
6482026-07-29T20:16:29.976Z Downloaded pin-project-lite v0.2.17
6492026-07-29T20:16:29.981Z Downloaded strum v0.26.3
6502026-07-29T20:16:29.981Z Downloaded chacha20 v0.9.1
6512026-07-29T20:16:29.981Z Downloaded bit-vec v0.8.0
6522026-07-29T20:16:29.981Z Downloaded testing_table v0.3.0
6532026-07-29T20:16:29.984Z Downloaded thiserror-impl-no-std v2.0.2
6542026-07-29T20:16:29.985Z Downloaded blake2 v0.11.0-rc.6
6552026-07-29T20:16:29.985Z Downloaded clang-sys v1.8.1
6562026-07-29T20:16:29.985Z Downloaded bzip2 v0.4.4
6572026-07-29T20:16:29.985Z Downloaded oxide-update-engine-display v0.1.2
6582026-07-29T20:16:29.988Z Downloaded blowfish v0.10.0
6592026-07-29T20:16:29.988Z Downloaded bzip2 v0.6.1
6602026-07-29T20:16:29.988Z Downloaded predicates v3.1.4
6612026-07-29T20:16:29.988Z Downloaded cancel-safe-futures v0.1.5
6622026-07-29T20:16:29.991Z Downloaded console v0.16.2
6632026-07-29T20:16:29.991Z Downloaded const-oid v0.9.6
6642026-07-29T20:16:29.997Z Downloaded r2d2 v0.8.10
6652026-07-29T20:16:29.997Z Downloaded recursive-proc-macro-impl v0.1.1
6662026-07-29T20:16:29.998Z Downloaded argon2 v0.6.0-rc.8
6672026-07-29T20:16:29.998Z Downloaded blake2 v0.10.6
6682026-07-29T20:16:29.998Z Downloaded rand_seeder v0.4.0
6692026-07-29T20:16:29.998Z Downloaded num-conv v0.2.0
6702026-07-29T20:16:29.998Z Downloaded topological-sort v0.2.2
6712026-07-29T20:16:30.002Z Downloaded rustls-native-certs v0.8.3
6722026-07-29T20:16:30.009Z Downloaded castaway v0.2.4
6732026-07-29T20:16:30.009Z Downloaded unarray v0.1.4
6742026-07-29T20:16:30.009Z Downloaded usdt v0.6.0
6752026-07-29T20:16:30.010Z Downloaded half v1.8.3
6762026-07-29T20:16:30.015Z Downloaded hybrid-array v0.4.13
6772026-07-29T20:16:30.015Z Downloaded sec1 v0.7.3
6782026-07-29T20:16:30.015Z Downloaded yoke-derive v0.8.1
6792026-07-29T20:16:30.015Z Downloaded wait-timeout v0.2.1
6802026-07-29T20:16:30.015Z Downloaded wnaf v0.14.0
6812026-07-29T20:16:30.019Z Downloaded serde_path_to_error v0.1.20
6822026-07-29T20:16:30.022Z Downloaded waitgroup v0.1.2
6832026-07-29T20:16:30.022Z Downloaded poly1305 v0.8.0
6842026-07-29T20:16:30.022Z Downloaded poly1305 v0.9.0
6852026-07-29T20:16:30.025Z Downloaded zeroize_derive v1.5.0
6862026-07-29T20:16:30.025Z Downloaded generic-array v1.4.3
6872026-07-29T20:16:30.028Z Downloaded hyper-rustls v0.27.7
6882026-07-29T20:16:30.031Z Downloaded strum_macros v0.27.2
6892026-07-29T20:16:30.034Z Downloaded debug-ignore v1.0.5
6902026-07-29T20:16:30.034Z Downloaded crunchy v0.2.4
6912026-07-29T20:16:30.037Z Downloaded signal-hook-registry v1.4.8
6922026-07-29T20:16:30.040Z Downloaded slog-scope v4.4.1
6932026-07-29T20:16:30.040Z Downloaded tagptr v0.2.0
6942026-07-29T20:16:30.040Z Downloaded rtoolbox v0.0.3
6952026-07-29T20:16:30.043Z Downloaded cpubits v0.1.1
6962026-07-29T20:16:30.043Z Downloaded document-features v0.2.12
6972026-07-29T20:16:30.043Z Downloaded static_assertions v1.1.0
6982026-07-29T20:16:30.045Z Downloaded defmt-parser v1.0.0
6992026-07-29T20:16:30.045Z Downloaded dof v0.4.0
7002026-07-29T20:16:30.048Z Downloaded async-bb8-diesel v0.2.1
7012026-07-29T20:16:30.049Z Downloaded toml_writer v1.1.1+spec-1.1.0
7022026-07-29T20:16:30.051Z Downloaded async-trait v0.1.89
7032026-07-29T20:16:30.051Z Downloaded dtrace-parser v0.3.0
7042026-07-29T20:16:30.054Z Downloaded hmac v0.13.0
7052026-07-29T20:16:30.055Z Downloaded ahash v0.8.12
7062026-07-29T20:16:30.058Z Downloaded tiny-keccak v2.0.2
7072026-07-29T20:16:30.060Z Downloaded hmac v0.12.1
7082026-07-29T20:16:30.060Z Downloaded const-oid v0.10.2
7092026-07-29T20:16:30.063Z Downloaded difflib v0.4.0
7102026-07-29T20:16:30.066Z Downloaded indent_write v2.2.0
7112026-07-29T20:16:30.069Z Downloaded bytes v1.11.1
7122026-07-29T20:16:30.072Z Downloaded const_format v0.2.35
7132026-07-29T20:16:30.072Z Downloaded arc-swap v1.8.2
7142026-07-29T20:16:30.080Z Downloaded tinystr v0.8.2
7152026-07-29T20:16:30.080Z Downloaded libscf-sys v1.1.0
7162026-07-29T20:16:30.080Z Downloaded chacha20 v0.10.0
7172026-07-29T20:16:30.080Z Downloaded unicase v2.9.0
7182026-07-29T20:16:30.080Z Downloaded mime v0.3.17
7192026-07-29T20:16:30.083Z Downloaded lru-slab v0.1.2
7202026-07-29T20:16:30.083Z Downloaded corncobs v0.1.4
7212026-07-29T20:16:30.086Z Downloaded rustls-pemfile v2.2.0
7222026-07-29T20:16:30.086Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7232026-07-29T20:16:30.086Z Downloaded cmake v0.1.57
7242026-07-29T20:16:30.086Z Downloaded compression-codecs v0.4.37
7252026-07-29T20:16:30.090Z Downloaded futures v0.3.32
7262026-07-29T20:16:30.098Z Downloaded match_cfg v0.1.0
7272026-07-29T20:16:30.098Z Downloaded maybe-uninit v2.0.0
7282026-07-29T20:16:30.098Z Downloaded pkcs5 v0.8.1
7292026-07-29T20:16:30.098Z Downloaded sha2 v0.11.0
7302026-07-29T20:16:30.098Z Downloaded smallvec v1.15.1
7312026-07-29T20:16:30.101Z Downloaded sqlformat v0.3.5
7322026-07-29T20:16:30.101Z Downloaded half v2.7.1
7332026-07-29T20:16:30.101Z Downloaded darling_macro v0.20.11
7342026-07-29T20:16:30.101Z Downloaded bitflags v1.3.2
7352026-07-29T20:16:30.105Z Downloaded password-hash v0.6.1
7362026-07-29T20:16:30.108Z Downloaded jiff-static v0.2.34
7372026-07-29T20:16:30.108Z Downloaded oso-derive v0.27.3
7382026-07-29T20:16:30.108Z Downloaded headers v0.4.1
7392026-07-29T20:16:30.115Z Downloaded console v0.15.11
7402026-07-29T20:16:30.118Z Downloaded critical-section v1.2.0
7412026-07-29T20:16:30.118Z Downloaded ctr v0.10.1
7422026-07-29T20:16:30.121Z Downloaded ctutils v0.4.2
7432026-07-29T20:16:30.121Z Downloaded compact_str v0.8.1
7442026-07-29T20:16:30.124Z Downloaded proc-macro-error-attr2 v2.0.0
7452026-07-29T20:16:30.124Z Downloaded chacha20poly1305 v0.10.1
7462026-07-29T20:16:30.127Z Downloaded precomputed-hash v0.1.1
7472026-07-29T20:16:30.130Z Downloaded progenitor-macro v0.14.0
7482026-07-29T20:16:30.130Z Downloaded der_derive v0.7.3
7492026-07-29T20:16:30.130Z Downloaded ref-cast v1.0.25
7502026-07-29T20:16:30.134Z Downloaded radium v0.7.0
7512026-07-29T20:16:30.141Z Downloaded digest v0.11.3
7522026-07-29T20:16:30.143Z Downloaded is-terminal v0.4.17
7532026-07-29T20:16:30.144Z Downloaded term v1.2.1
7542026-07-29T20:16:30.150Z Downloaded tokio-stream v0.1.18
7552026-07-29T20:16:30.153Z Downloaded vergen-lib v0.1.6
7562026-07-29T20:16:30.153Z Downloaded libefi-sys v0.1.0
7572026-07-29T20:16:30.153Z Downloaded linear-map v1.2.0
7582026-07-29T20:16:30.155Z Downloaded rustc-hash v2.1.1
7592026-07-29T20:16:30.155Z Downloaded russh-util v0.52.0
7602026-07-29T20:16:30.158Z Downloaded either v1.15.0
7612026-07-29T20:16:30.161Z Downloaded inout v0.1.4
7622026-07-29T20:16:30.161Z Downloaded sha1 v0.11.0
7632026-07-29T20:16:30.161Z Downloaded signature v2.2.0
7642026-07-29T20:16:30.161Z Downloaded signature v3.0.0
7652026-07-29T20:16:30.164Z Downloaded supports-color v3.0.2
7662026-07-29T20:16:30.164Z Downloaded serde_repr v0.1.20
7672026-07-29T20:16:30.168Z Downloaded serde_spanned v1.1.1
7682026-07-29T20:16:30.168Z Downloaded heapless v0.7.17
7692026-07-29T20:16:30.173Z Downloaded pretty_assertions v1.4.1
7702026-07-29T20:16:30.173Z Downloaded newtype-uuid v1.3.2
7712026-07-29T20:16:30.173Z Downloaded colored v3.1.1
7722026-07-29T20:16:30.176Z Downloaded darling v0.20.11
7732026-07-29T20:16:30.176Z Downloaded mime_guess v2.0.5
7742026-07-29T20:16:30.176Z Downloaded tracing-attributes v0.1.31
7752026-07-29T20:16:30.179Z Downloaded heapless v0.8.0
7762026-07-29T20:16:30.179Z Downloaded num_enum v0.5.11
7772026-07-29T20:16:30.183Z Downloaded oxnet v0.1.6
7782026-07-29T20:16:30.186Z Downloaded pkcs8 v0.10.2
7792026-07-29T20:16:30.186Z Downloaded password-hash v0.5.0
7802026-07-29T20:16:30.189Z Downloaded ron v0.8.1
7812026-07-29T20:16:30.193Z Downloaded tokio-macros v2.7.0
7822026-07-29T20:16:30.193Z Downloaded try-lock v0.2.5
7832026-07-29T20:16:30.193Z Downloaded pem v3.0.6
7842026-07-29T20:16:30.196Z Downloaded flate2 v1.1.9
7852026-07-29T20:16:30.199Z Downloaded strsim v0.10.0
7862026-07-29T20:16:30.200Z Downloaded base64 v0.22.1
7872026-07-29T20:16:30.203Z Downloaded base64 v0.21.7
7882026-07-29T20:16:30.206Z Downloaded crossbeam-utils v0.8.21
7892026-07-29T20:16:30.209Z Downloaded num-derive v0.4.2
7902026-07-29T20:16:30.209Z Downloaded secrecy v0.8.0
7912026-07-29T20:16:30.213Z Downloaded progenitor-client v0.13.0
7922026-07-29T20:16:30.213Z Downloaded ecdsa v0.17.0
7932026-07-29T20:16:30.213Z Downloaded iana-time-zone v0.1.65
7942026-07-29T20:16:30.217Z Downloaded rand_core v0.10.0
7952026-07-29T20:16:30.217Z Downloaded phf v0.12.1
7962026-07-29T20:16:30.220Z Downloaded postgres-protocol v0.6.10
7972026-07-29T20:16:30.220Z Downloaded tower-layer v0.3.3
7982026-07-29T20:16:30.221Z Downloaded unit-prefix v0.5.2
7992026-07-29T20:16:30.221Z Downloaded usdt-macro v0.6.0
8002026-07-29T20:16:30.221Z Downloaded unicode-properties v0.1.4
8012026-07-29T20:16:30.225Z Downloaded cstr-argument v0.1.2
8022026-07-29T20:16:30.228Z Downloaded derive_builder v0.20.2
8032026-07-29T20:16:30.231Z Downloaded resolv-conf v0.7.6
8042026-07-29T20:16:30.235Z Downloaded rpassword v7.5.4
8052026-07-29T20:16:30.235Z Downloaded tinyvec v1.10.0
8062026-07-29T20:16:30.235Z Downloaded shlex v1.3.0
8072026-07-29T20:16:30.235Z Downloaded untrusted v0.7.1
8082026-07-29T20:16:30.239Z Downloaded zerofrom v0.1.6
8092026-07-29T20:16:30.242Z Downloaded crc-catalog v2.4.0
8102026-07-29T20:16:30.242Z Downloaded crucible-workspace-hack v0.1.0
8112026-07-29T20:16:30.246Z Downloaded derive_builder_macro v0.20.2
8122026-07-29T20:16:30.246Z Downloaded digest-io v0.1.0
8132026-07-29T20:16:30.246Z Downloaded downcast-rs v2.0.2
8142026-07-29T20:16:30.246Z Downloaded rustversion v1.0.22
8152026-07-29T20:16:30.249Z Downloaded serde-hex v0.1.0
8162026-07-29T20:16:30.249Z Downloaded slog-term v2.9.2
8172026-07-29T20:16:30.252Z Downloaded darling_macro v0.13.4
8182026-07-29T20:16:30.258Z Downloaded psm v0.1.30
8192026-07-29T20:16:30.263Z Downloaded scroll v0.13.0
8202026-07-29T20:16:30.266Z Downloaded socket2 v0.6.3
8212026-07-29T20:16:30.266Z Downloaded unicode-bidi v0.3.18
8222026-07-29T20:16:30.269Z Downloaded dunce v1.0.5
8232026-07-29T20:16:30.269Z Downloaded ssh-encoding v0.3.0
8242026-07-29T20:16:30.269Z Downloaded ssh-cipher v0.3.0
8252026-07-29T20:16:30.269Z Downloaded async-compression v0.4.41
8262026-07-29T20:16:30.272Z Downloaded tracing-core v0.1.36
8272026-07-29T20:16:30.276Z Downloaded pkcs8 v0.11.0
8282026-07-29T20:16:30.276Z Downloaded ar_archive_writer v0.5.1
8292026-07-29T20:16:30.279Z Downloaded embedded-io v0.4.0
8302026-07-29T20:16:30.279Z Downloaded idna_adapter v1.2.1
8312026-07-29T20:16:30.279Z Downloaded illumos-nvpair v0.3.0
8322026-07-29T20:16:30.279Z Downloaded serde_yaml v0.9.34+deprecated
8332026-07-29T20:16:30.282Z Downloaded strum_macros v0.24.3
8342026-07-29T20:16:30.282Z Downloaded tokio-native-tls v0.3.1
8352026-07-29T20:16:30.282Z Downloaded synstructure v0.13.2
8362026-07-29T20:16:30.283Z Downloaded instant v0.1.13
8372026-07-29T20:16:30.288Z Downloaded internet-checksum v0.2.1
8382026-07-29T20:16:30.288Z Downloaded linked-hash-map v0.5.6
8392026-07-29T20:16:30.292Z Downloaded lalrpop-util v0.19.12
8402026-07-29T20:16:30.292Z Downloaded ignore v0.4.25
8412026-07-29T20:16:30.296Z Downloaded normalize-line-endings v0.3.0
8422026-07-29T20:16:30.296Z Downloaded hickory-resolver v0.25.2
8432026-07-29T20:16:30.299Z Downloaded num-derive v0.3.3
8442026-07-29T20:16:30.304Z Downloaded usdt-impl v0.6.0
8452026-07-29T20:16:30.308Z Downloaded writeable v0.6.2
8462026-07-29T20:16:30.308Z Downloaded indexmap v1.9.3
8472026-07-29T20:16:30.308Z Downloaded vergen-git2 v9.1.0
8482026-07-29T20:16:30.312Z Downloaded zstd-safe v7.2.4
8492026-07-29T20:16:30.315Z Downloaded quinn-udp v0.5.14
8502026-07-29T20:16:30.318Z Downloaded subprocess v0.2.15
8512026-07-29T20:16:30.318Z Downloaded crossbeam-deque v0.8.6
8522026-07-29T20:16:30.328Z Downloaded salsa20 v0.11.0
8532026-07-29T20:16:30.332Z Downloaded displaydoc v0.2.5
8542026-07-29T20:16:30.332Z Downloaded ed25519 v3.0.0
8552026-07-29T20:16:30.336Z Downloaded diesel-dtrace v0.5.0
8562026-07-29T20:16:30.336Z Downloaded oxide-update-engine-types v0.1.2
8572026-07-29T20:16:30.339Z Downloaded rand_chacha v0.3.1
8582026-07-29T20:16:30.339Z Downloaded scopeguard v1.2.0
8592026-07-29T20:16:30.339Z Downloaded slog-dtrace v0.3.0
8602026-07-29T20:16:30.343Z Downloaded rfc6979 v0.4.0
8612026-07-29T20:16:30.343Z Downloaded rfc6979 v0.6.0
8622026-07-29T20:16:30.346Z Downloaded vte v0.14.1
8632026-07-29T20:16:30.346Z Downloaded hickory-server v0.25.2
8642026-07-29T20:16:30.350Z Downloaded prefix-trie v0.7.0
8652026-07-29T20:16:30.350Z Downloaded progenitor-impl v0.14.0
8662026-07-29T20:16:30.355Z Downloaded tls_codec v0.4.2
8672026-07-29T20:16:30.355Z Downloaded keccak v0.2.0
8682026-07-29T20:16:30.355Z Downloaded samael v0.0.19
8692026-07-29T20:16:30.359Z Downloaded schemars v0.8.22
8702026-07-29T20:16:30.362Z Downloaded hickory-resolver v0.24.4
8712026-07-29T20:16:30.365Z Downloaded libsw-core v0.3.2
8722026-07-29T20:16:30.365Z Downloaded sha1 v0.10.6
8732026-07-29T20:16:30.370Z Downloaded signal-hook-mio v0.2.5
8742026-07-29T20:16:30.370Z Downloaded signal-hook-tokio v0.3.1
8752026-07-29T20:16:30.370Z Downloaded tokio-tungstenite v0.23.1
8762026-07-29T20:16:30.370Z Downloaded twox-hash v2.1.2
8772026-07-29T20:16:30.370Z Downloaded hashbrown v0.13.2
8782026-07-29T20:16:30.379Z Downloaded parking_lot v0.12.5
8792026-07-29T20:16:30.379Z Downloaded zip v0.6.6
8802026-07-29T20:16:30.379Z Downloaded strip-ansi-escapes v0.2.1
8812026-07-29T20:16:30.380Z Downloaded tabwriter v1.4.1
8822026-07-29T20:16:30.390Z Downloaded multimap v0.10.1
8832026-07-29T20:16:30.390Z Downloaded libloading v0.8.9
8842026-07-29T20:16:30.390Z Downloaded unicode-truncate v1.1.0
8852026-07-29T20:16:30.390Z Downloaded unicode-xid v0.2.6
8862026-07-29T20:16:30.390Z Downloaded tokio-test v0.4.5
8872026-07-29T20:16:30.390Z Downloaded bumpalo v3.20.2
8882026-07-29T20:16:30.390Z Downloaded untrusted v0.9.0
8892026-07-29T20:16:30.390Z Downloaded darling_core v0.20.11
8902026-07-29T20:16:30.390Z Downloaded num-integer v0.1.46
8912026-07-29T20:16:30.390Z Downloaded peg v0.8.5
8922026-07-29T20:16:30.391Z Downloaded spin v0.9.8
8932026-07-29T20:16:30.391Z Downloaded cookie_store v0.22.1
8942026-07-29T20:16:30.397Z Downloaded nanorand v0.7.0
8952026-07-29T20:16:30.397Z Downloaded darling v0.13.4
8962026-07-29T20:16:30.397Z Downloaded vergen v9.1.0
8972026-07-29T20:16:30.397Z Downloaded parse-display-derive v0.10.0
8982026-07-29T20:16:30.397Z Downloaded pkg-config v0.3.32
8992026-07-29T20:16:30.400Z Downloaded ppv-lite86 v0.2.21
9002026-07-29T20:16:30.400Z Downloaded steno v0.4.1
9012026-07-29T20:16:30.400Z Downloaded rand v0.9.2
9022026-07-29T20:16:30.403Z Downloaded hashbrown v0.12.3
9032026-07-29T20:16:30.403Z Downloaded darling_macro v0.23.0
9042026-07-29T20:16:30.407Z Downloaded deranged v0.5.8
9052026-07-29T20:16:30.410Z Downloaded primefield v0.14.0
9062026-07-29T20:16:30.410Z Downloaded proc-macro-error2 v2.0.1
9072026-07-29T20:16:30.410Z Downloaded zone_cfg_derive v0.3.1
9082026-07-29T20:16:30.410Z Downloaded crc8 v0.1.1
9092026-07-29T20:16:30.414Z Downloaded embedded-io v0.6.1
9102026-07-29T20:16:30.417Z Downloaded test-strategy v0.4.5
9112026-07-29T20:16:30.423Z Downloaded http v1.4.2
9122026-07-29T20:16:30.427Z Downloaded ingot-macros v0.2.0
9132026-07-29T20:16:30.431Z Downloaded rusty-fork v0.3.1
9142026-07-29T20:16:30.434Z Downloaded take_mut v0.2.2
9152026-07-29T20:16:30.434Z Downloaded illumos-nvpair-sys v0.2.0
9162026-07-29T20:16:30.434Z Downloaded is_ci v1.2.0
9172026-07-29T20:16:30.434Z Downloaded zerocopy-derive v0.8.40
9182026-07-29T20:16:30.438Z Downloaded inout v0.2.2
9192026-07-29T20:16:30.438Z Downloaded memmap2 v0.9.10
9202026-07-29T20:16:30.441Z Downloaded icu_collections v2.1.1
9212026-07-29T20:16:30.441Z Downloaded thread_local v1.1.9
9222026-07-29T20:16:30.444Z Downloaded ml-kem v0.3.2
9232026-07-29T20:16:30.444Z Downloaded smallvec v0.6.14
9242026-07-29T20:16:30.444Z Downloaded toml v0.7.8
9252026-07-29T20:16:30.449Z Downloaded string_cache v0.8.9
9262026-07-29T20:16:30.449Z Downloaded kstat-rs v0.2.4
9272026-07-29T20:16:30.449Z Downloaded new_debug_unreachable v1.0.6
9282026-07-29T20:16:30.449Z Downloaded nibble_vec v0.1.0
9292026-07-29T20:16:30.449Z Downloaded snafu v0.8.9
9302026-07-29T20:16:30.452Z Downloaded num_enum_derive v0.5.11
9312026-07-29T20:16:30.459Z Downloaded zeroize v1.9.0
9322026-07-29T20:16:30.459Z Downloaded xshell v0.2.7
9332026-07-29T20:16:30.463Z Downloaded aes-gcm v0.11.0
9342026-07-29T20:16:30.463Z Downloaded rand_pcg v0.10.2
9352026-07-29T20:16:30.463Z Downloaded derive_more v2.1.1
9362026-07-29T20:16:30.467Z Downloaded convert_case v0.10.0
9372026-07-29T20:16:30.471Z Downloaded rand v0.10.1
9382026-07-29T20:16:30.471Z Downloaded vsss-rs v3.3.4
9392026-07-29T20:16:30.474Z Downloaded schemars v0.9.0
9402026-07-29T20:16:30.477Z Downloaded parse-display v0.10.0
9412026-07-29T20:16:30.482Z Downloaded psl-types v2.0.11
9422026-07-29T20:16:30.482Z Downloaded secrecy v0.10.3
9432026-07-29T20:16:30.482Z Downloaded sapling-renderdag v0.1.0
9442026-07-29T20:16:30.485Z Downloaded url v2.5.8
9452026-07-29T20:16:30.489Z Downloaded minimal-lexical v0.2.1
9462026-07-29T20:16:30.496Z Downloaded defmt-macros v1.0.1
9472026-07-29T20:16:30.499Z Downloaded derive-ex v0.1.8
9482026-07-29T20:16:30.499Z Downloaded schemars_derive v0.8.22
9492026-07-29T20:16:30.500Z Downloaded serde_cbor v0.11.2
9502026-07-29T20:16:30.505Z Downloaded aes v0.9.1
9512026-07-29T20:16:30.505Z Downloaded ed25519 v2.2.3
9522026-07-29T20:16:30.505Z Downloaded strum v0.27.2
9532026-07-29T20:16:30.508Z Downloaded sync-ptr v0.1.4
9542026-07-29T20:16:30.508Z Downloaded trait-variant v0.1.2
9552026-07-29T20:16:30.508Z Downloaded serde_plain v1.0.2
9562026-07-29T20:16:30.508Z Downloaded stable_deref_trait v1.2.1
9572026-07-29T20:16:30.512Z Downloaded tar v0.4.46
9582026-07-29T20:16:30.512Z Downloaded tokio-rustls v0.26.4
9592026-07-29T20:16:30.515Z Downloaded md5 v0.8.0
9602026-07-29T20:16:30.515Z Downloaded tls_codec_derive v0.4.2
9612026-07-29T20:16:30.518Z Downloaded xshell-macros v0.2.7
9622026-07-29T20:16:30.520Z Downloaded curve25519-dalek-derive v0.1.1
9632026-07-29T20:16:30.520Z Downloaded utf8_iter v1.0.4
9642026-07-29T20:16:30.527Z Downloaded stringprep v0.1.5
9652026-07-29T20:16:30.529Z Downloaded num_enum_derive v0.7.6
9662026-07-29T20:16:30.529Z Downloaded lock_api v0.4.14
9672026-07-29T20:16:30.529Z Downloaded module-lattice v0.2.3
9682026-07-29T20:16:30.536Z Downloaded omicron-zone-package v0.12.3
9692026-07-29T20:16:30.536Z Downloaded oso v0.27.3
9702026-07-29T20:16:30.539Z Downloaded papergrid v0.17.0
9712026-07-29T20:16:30.542Z Downloaded derive_more-impl v2.1.1
9722026-07-29T20:16:30.546Z Downloaded darling_core v0.21.3
9732026-07-29T20:16:30.550Z Downloaded rand_core v0.9.5
9742026-07-29T20:16:30.550Z Downloaded whoami v2.1.0
9752026-07-29T20:16:30.550Z Downloaded pin-project v1.1.11
9762026-07-29T20:16:30.554Z Downloaded paste v1.0.15
9772026-07-29T20:16:30.557Z Downloaded yoke v0.8.1
9782026-07-29T20:16:30.557Z Downloaded lazy_static v1.5.0
9792026-07-29T20:16:30.561Z Downloaded nodrop v0.1.14
9802026-07-29T20:16:30.562Z Downloaded maplit v1.0.2
9812026-07-29T20:16:30.562Z Downloaded md-5 v0.10.6
9822026-07-29T20:16:30.570Z Downloaded pbkdf2 v0.13.0
9832026-07-29T20:16:30.570Z Downloaded managed v0.8.0
9842026-07-29T20:16:30.575Z Downloaded openssl-macros v0.1.1
9852026-07-29T20:16:30.576Z Downloaded darling_core v0.23.0
9862026-07-29T20:16:30.576Z Downloaded serdect v0.4.3
9872026-07-29T20:16:30.576Z Downloaded icu_locale_core v2.1.1
9882026-07-29T20:16:30.579Z Downloaded display-error-chain v0.2.2
9892026-07-29T20:16:30.579Z Downloaded instability v0.3.11
9902026-07-29T20:16:30.579Z Downloaded hashbrown v0.16.1
9912026-07-29T20:16:30.582Z Downloaded typed-path v0.9.3
9922026-07-29T20:16:30.585Z Downloaded spki v0.7.3
9932026-07-29T20:16:30.585Z Downloaded phf_shared v0.13.1
9942026-07-29T20:16:30.585Z Downloaded diff v0.1.13
9952026-07-29T20:16:30.588Z Downloaded nom v8.0.0
9962026-07-29T20:16:30.593Z Downloaded zip v4.6.1
9972026-07-29T20:16:30.593Z Downloaded num-bigint v0.4.6
9982026-07-29T20:16:30.596Z Downloaded signal-hook v0.3.18
9992026-07-29T20:16:30.596Z Downloaded slog-async v2.8.0
10002026-07-29T20:16:30.600Z Downloaded socket2 v0.5.10
10012026-07-29T20:16:30.600Z Downloaded termios v0.3.3
10022026-07-29T20:16:30.600Z Downloaded universal-hash v0.6.1
10032026-07-29T20:16:30.600Z Downloaded recursive v0.1.1
10042026-07-29T20:16:30.600Z Downloaded rustc_version v0.4.1
10052026-07-29T20:16:30.600Z Downloaded uzers v0.12.2
10062026-07-29T20:16:30.603Z Downloaded h2 v0.4.15
10072026-07-29T20:16:30.606Z Downloaded futures-util v0.3.32
10082026-07-29T20:16:30.611Z Downloaded defmt v1.0.1
10092026-07-29T20:16:30.614Z Downloaded openssl-sys v0.9.115
10102026-07-29T20:16:30.619Z Downloaded postgres-types v0.2.12
10112026-07-29T20:16:30.622Z Downloaded litrs v1.0.0
10122026-07-29T20:16:30.622Z Downloaded daft v0.1.7
10132026-07-29T20:16:30.622Z Downloaded tinyvec_macros v0.1.1
10142026-07-29T20:16:30.625Z Downloaded zone v0.3.1
10152026-07-29T20:16:30.625Z Downloaded sync_wrapper v1.0.2
10162026-07-29T20:16:30.625Z Downloaded tower-service v0.3.3
10172026-07-29T20:16:30.629Z Downloaded impl-trait-for-tuples v0.2.3
10182026-07-29T20:16:30.636Z Downloaded reedline v0.40.0
10192026-07-29T20:16:30.639Z Downloaded crc-any v2.5.0
10202026-07-29T20:16:30.642Z Downloaded ed25519-dalek v3.0.0
10212026-07-29T20:16:30.643Z Downloaded darling v0.21.3
10222026-07-29T20:16:30.688Z Downloaded des v0.9.0
10232026-07-29T20:16:30.688Z Downloaded dropshot_endpoint v0.17.1
10242026-07-29T20:16:30.688Z Downloaded dsl_auto_type v0.2.0
10252026-07-29T20:16:30.688Z Downloaded sqlparser_derive v0.5.0
10262026-07-29T20:16:30.688Z Downloaded universal-hash v0.5.1
10272026-07-29T20:16:30.688Z Downloaded xattr v1.6.1
10282026-07-29T20:16:30.688Z Downloaded nom v7.1.3
10292026-07-29T20:16:30.688Z Downloaded rayon-core v1.13.0
10302026-07-29T20:16:30.688Z Downloaded cpufeatures v0.3.0
10312026-07-29T20:16:30.688Z Downloaded ident_case v1.0.1
10322026-07-29T20:16:30.688Z Downloaded internal-russh-num-bigint v0.5.0
10332026-07-29T20:16:30.688Z Downloaded drift v0.2.0
10342026-07-29T20:16:30.688Z Downloaded hkdf v0.12.4
10352026-07-29T20:16:30.688Z Downloaded hashbrown v0.15.5
10362026-07-29T20:16:30.688Z Downloaded toml_parser v1.1.2+spec-1.1.0
10372026-07-29T20:16:30.688Z Downloaded num-complex v0.4.6
10382026-07-29T20:16:30.688Z Downloaded pem-rfc7468 v1.0.0
10392026-07-29T20:16:30.688Z Downloaded dirs-next v2.0.0
10402026-07-29T20:16:30.688Z Downloaded dropshot-api-manager-types v0.7.2
10412026-07-29T20:16:30.688Z Downloaded port-file v0.1.0
10422026-07-29T20:16:30.688Z Downloaded progenitor v0.14.0
10432026-07-29T20:16:30.688Z Downloaded kem v0.3.0
10442026-07-29T20:16:30.690Z Downloaded dyn-clone v1.0.20
10452026-07-29T20:16:30.690Z Downloaded num_threads v0.1.7
10462026-07-29T20:16:30.690Z Downloaded aho-corasick v1.1.4
10472026-07-29T20:16:30.690Z Downloaded rand_core v0.6.4
10482026-07-29T20:16:30.690Z Downloaded memoffset v0.9.1
10492026-07-29T20:16:30.690Z Downloaded newtype_derive v0.1.6
10502026-07-29T20:16:30.690Z Downloaded zerocopy v0.6.6
10512026-07-29T20:16:30.690Z Downloaded seq-macro v0.3.6
10522026-07-29T20:16:30.690Z Downloaded term v0.7.0
10532026-07-29T20:16:30.690Z Downloaded cookie v0.18.1
10542026-07-29T20:16:30.690Z Downloaded crossbeam-epoch v0.9.18
10552026-07-29T20:16:30.690Z Downloaded slab v0.4.12
10562026-07-29T20:16:30.697Z Downloaded crc32fast v1.5.0
10572026-07-29T20:16:30.697Z Downloaded postcard v1.1.3
10582026-07-29T20:16:30.697Z Downloaded slog-stdlog v4.1.1
10592026-07-29T20:16:30.697Z Downloaded aws-lc-rs v1.16.3
10602026-07-29T20:16:30.705Z Downloaded scroll_derive v0.13.1
10612026-07-29T20:16:30.705Z Downloaded darling_macro v0.21.3
10622026-07-29T20:16:30.705Z Downloaded support-bundle-viewer v0.1.2
10632026-07-29T20:16:30.705Z Downloaded num-traits v0.2.19
10642026-07-29T20:16:30.705Z Downloaded bindgen v0.71.1
10652026-07-29T20:16:30.708Z Downloaded rand v0.8.6
10662026-07-29T20:16:30.708Z Downloaded tokio-util v0.7.18
10672026-07-29T20:16:30.711Z Downloaded ryu v1.0.23
10682026-07-29T20:16:30.714Z Downloaded termtree v0.5.1
10692026-07-29T20:16:30.714Z Downloaded time-macros v0.2.27
10702026-07-29T20:16:30.714Z Downloaded defmt v0.3.100
10712026-07-29T20:16:30.718Z Downloaded unicode-normalization v0.1.25
10722026-07-29T20:16:30.723Z Downloaded qorb v0.4.1
10732026-07-29T20:16:30.726Z Downloaded icu_normalizer_data v2.1.1
10742026-07-29T20:16:30.732Z Downloaded spki v0.8.0
10752026-07-29T20:16:30.736Z Downloaded progenitor-extras v0.2.0
10762026-07-29T20:16:30.740Z Downloaded crypto-common v0.2.2
10772026-07-29T20:16:30.741Z Downloaded pkcs1 v0.8.0-rc.4
10782026-07-29T20:16:30.741Z Downloaded vergen-gitcl v1.0.8
10792026-07-29T20:16:30.741Z Downloaded vergen-lib v9.1.0
10802026-07-29T20:16:30.745Z Downloaded predicates-tree v1.0.13
10812026-07-29T20:16:30.752Z Downloaded litemap v0.8.1
10822026-07-29T20:16:30.758Z Downloaded unicode-segmentation v1.12.0
10832026-07-29T20:16:30.768Z Downloaded data-encoding v2.10.0
10842026-07-29T20:16:30.768Z Downloaded nonempty v0.12.0
10852026-07-29T20:16:30.768Z Downloaded polyval v0.7.1
10862026-07-29T20:16:30.768Z Downloaded lzss v0.8.2
10872026-07-29T20:16:30.768Z Downloaded num v0.4.3
10882026-07-29T20:16:30.768Z Downloaded rand_chacha v0.9.0
10892026-07-29T20:16:30.768Z Downloaded snafu-derive v0.8.9
10902026-07-29T20:16:30.773Z Downloaded rustc_version v0.1.7
10912026-07-29T20:16:30.773Z Downloaded slog v2.8.2
10922026-07-29T20:16:30.773Z Downloaded want v0.3.1
10932026-07-29T20:16:30.773Z Downloaded tap v1.0.1
10942026-07-29T20:16:30.778Z Downloaded scrypt v0.12.0
10952026-07-29T20:16:30.778Z Downloaded libsw v3.5.0
10962026-07-29T20:16:30.778Z Downloaded num-rational v0.4.2
10972026-07-29T20:16:30.783Z Downloaded diesel_table_macro_syntax v0.3.0
10982026-07-29T20:16:30.783Z Downloaded newline-converter v0.3.0
10992026-07-29T20:16:30.783Z Downloaded newtype-uuid-macros v0.1.0
11002026-07-29T20:16:30.783Z Downloaded multer v3.1.0
11012026-07-29T20:16:30.783Z Downloaded iri-string v0.7.10
11022026-07-29T20:16:30.786Z Downloaded rawzip v0.4.4
11032026-07-29T20:16:30.789Z Downloaded slog-json v2.6.1
11042026-07-29T20:16:30.789Z Downloaded strum_macros v0.26.4
11052026-07-29T20:16:30.792Z Downloaded zstd v0.13.3
11062026-07-29T20:16:30.797Z Downloaded indoc v1.0.9
11072026-07-29T20:16:30.797Z Downloaded lru v0.12.5
11082026-07-29T20:16:30.797Z Downloaded powerfmt v0.2.0
11092026-07-29T20:16:30.797Z Downloaded darling v0.23.0
11102026-07-29T20:16:30.802Z Downloaded walkdir v2.5.0
11112026-07-29T20:16:30.803Z Downloaded predicates-core v1.0.10
11122026-07-29T20:16:30.803Z Downloaded time-core v0.1.8
11132026-07-29T20:16:30.803Z Downloaded serde_with_macros v1.5.2
11142026-07-29T20:16:30.803Z Downloaded ecdsa v0.16.9
11152026-07-29T20:16:30.807Z Downloaded tokio-dtrace v0.1.1
11162026-07-29T20:16:30.807Z Downloaded rustls-webpki v0.103.13
11172026-07-29T20:16:30.811Z Downloaded hyper v1.10.1
11182026-07-29T20:16:30.814Z Downloaded toml v1.1.2+spec-1.1.0
11192026-07-29T20:16:30.814Z Downloaded jiff-core v0.1.0
11202026-07-29T20:16:30.820Z Downloaded derive-where v1.6.0
11212026-07-29T20:16:30.820Z Downloaded wyz v0.5.1
11222026-07-29T20:16:30.820Z Downloaded elliptic-curve v0.13.8
11232026-07-29T20:16:30.823Z Downloaded usdt-attr-macro v0.6.0
11242026-07-29T20:16:30.823Z Downloaded thread-id v5.1.0
11252026-07-29T20:16:30.832Z Downloaded native-tls v0.2.18
11262026-07-29T20:16:30.842Z Downloaded olpc-cjson v0.1.4
11272026-07-29T20:16:30.846Z Downloaded phf_shared v0.12.1
11282026-07-29T20:16:30.848Z Downloaded quick-error v1.2.3
11292026-07-29T20:16:30.848Z Downloaded serde-big-array v0.5.1
11302026-07-29T20:16:30.853Z Downloaded smf v0.2.3
11312026-07-29T20:16:30.857Z Downloaded structmeta v0.3.0
11322026-07-29T20:16:30.860Z Downloaded structmeta-derive v0.3.0
11332026-07-29T20:16:30.885Z Downloaded csv-core v0.1.13
11342026-07-29T20:16:30.885Z Downloaded indicatif v0.18.4
11352026-07-29T20:16:30.888Z Downloaded ipnetwork v0.21.1
11362026-07-29T20:16:30.888Z Downloaded parking_lot v0.11.2
11372026-07-29T20:16:30.893Z Downloaded phf v0.13.1
11382026-07-29T20:16:30.893Z Downloaded thiserror-no-std v2.0.2
11392026-07-29T20:16:30.894Z Downloaded tui-tree-widget v0.23.1
11402026-07-29T20:16:30.898Z Downloaded uuid v1.23.4
11412026-07-29T20:16:30.898Z Downloaded crc v3.4.0
11422026-07-29T20:16:30.898Z Downloaded hkdf v0.13.0
11432026-07-29T20:16:30.898Z Downloaded ingot v0.2.1
11442026-07-29T20:16:30.901Z Downloaded russh-cryptovec v0.62.0
11452026-07-29T20:16:30.901Z Downloaded derive_builder_core v0.20.2
11462026-07-29T20:16:30.901Z Downloaded icu_provider v2.1.1
11472026-07-29T20:16:30.901Z Downloaded p384 v0.14.0
11482026-07-29T20:16:30.904Z Downloaded serde_derive_internals v0.29.1
11492026-07-29T20:16:30.904Z Downloaded void v1.0.2
11502026-07-29T20:16:30.912Z Downloaded utf-8 v0.7.6
11512026-07-29T20:16:30.912Z Downloaded rand_xorshift v0.4.0
11522026-07-29T20:16:30.913Z Downloaded icu_normalizer v2.1.1
11532026-07-29T20:16:30.916Z Downloaded keccak v0.1.6
11542026-07-29T20:16:30.916Z Downloaded dirs-sys-next v0.1.2
11552026-07-29T20:16:30.916Z Downloaded lru-cache v0.1.2
11562026-07-29T20:16:30.921Z Downloaded parking_lot_core v0.9.12
11572026-07-29T20:16:30.921Z Downloaded peg-macros v0.8.5
11582026-07-29T20:16:30.924Z Downloaded pkcs1 v0.7.5
11592026-07-29T20:16:30.938Z Downloaded jobserver v0.1.34
11602026-07-29T20:16:30.938Z Downloaded subtle v2.6.1
11612026-07-29T20:16:30.952Z Downloaded proc-macro-crate v3.4.0
11622026-07-29T20:16:30.953Z Downloaded same-file v1.0.6
11632026-07-29T20:16:30.953Z Downloaded zerofrom-derive v0.1.6
11642026-07-29T20:16:30.953Z Downloaded slog-envlogger v2.2.0
11652026-07-29T20:16:30.953Z Downloaded rustls-platform-verifier v0.6.2
11662026-07-29T20:16:30.975Z Downloaded ingot-types v0.2.0
11672026-07-29T20:16:30.975Z Downloaded owo-colors v4.3.0
11682026-07-29T20:16:30.975Z Downloaded yansi v1.0.1
11692026-07-29T20:16:30.975Z Downloaded typify v0.6.2
11702026-07-29T20:16:30.988Z Downloaded oxide-tokio-rt v0.1.4
11712026-07-29T20:16:30.988Z Downloaded stacker v0.1.23
11722026-07-29T20:16:30.988Z Downloaded tungstenite v0.23.0
11732026-07-29T20:16:30.988Z Downloaded progenitor v0.13.0
11742026-07-29T20:16:30.988Z Downloaded tabled_derive v0.11.0
11752026-07-29T20:16:30.988Z Downloaded darling_core v0.13.4
11762026-07-29T20:16:30.988Z Downloaded serde_with_macros v3.21.0
11772026-07-29T20:16:30.988Z Downloaded indoc v2.0.7
11782026-07-29T20:16:30.988Z Downloaded simd-adler32 v0.3.8
11792026-07-29T20:16:30.988Z Downloaded ena v0.14.4
11802026-07-29T20:16:30.988Z Downloaded oxide-update-engine v0.1.2
11812026-07-29T20:16:30.988Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11822026-07-29T20:16:30.988Z Downloaded itertools v0.10.5
11832026-07-29T20:16:30.988Z Downloaded libbz2-rs-sys v0.2.2
11842026-07-29T20:16:30.992Z Downloaded typify-macro v0.6.2
11852026-07-29T20:16:30.992Z Downloaded rustls-pki-types v1.14.0
11862026-07-29T20:16:30.992Z Downloaded primeorder v0.13.6
11872026-07-29T20:16:30.992Z Downloaded ipnet v2.11.0
11882026-07-29T20:16:30.992Z Downloaded quick-xml v0.37.5
11892026-07-29T20:16:30.992Z Downloaded tokio-tungstenite v0.21.0
11902026-07-29T20:16:30.992Z Downloaded p384 v0.13.1
11912026-07-29T20:16:31.009Z Downloaded p521 v0.14.0
11922026-07-29T20:16:31.010Z Downloaded packed_struct v0.10.1
11932026-07-29T20:16:31.017Z Downloaded prettyplease v0.2.37
11942026-07-29T20:16:31.017Z Downloaded pin-project-internal v1.1.11
11952026-07-29T20:16:31.017Z Downloaded ref-cast-impl v1.0.25
11962026-07-29T20:16:31.017Z Downloaded yasna v0.5.2
11972026-07-29T20:16:31.017Z Downloaded crypto-primes v0.7.2
11982026-07-29T20:16:31.017Z Downloaded delegate v0.13.5
11992026-07-29T20:16:31.017Z Downloaded daft-derive v0.1.7
12002026-07-29T20:16:31.029Z Downloaded iddqd v0.4.2
12012026-07-29T20:16:31.029Z Downloaded sec1 v0.8.1
12022026-07-29T20:16:31.029Z Downloaded tungstenite v0.21.0
12032026-07-29T20:16:31.036Z Downloaded zerovec-derive v0.11.2
12042026-07-29T20:16:31.036Z Downloaded winnow v0.6.26
12052026-07-29T20:16:31.036Z Downloaded libxml v0.3.3
12062026-07-29T20:16:31.046Z Downloaded tower-http v0.6.8
12072026-07-29T20:16:31.046Z Downloaded whoami v1.6.1
12082026-07-29T20:16:31.047Z Downloaded pem-rfc7468 v0.7.0
12092026-07-29T20:16:31.052Z Downloaded winnow v1.0.3
12102026-07-29T20:16:31.053Z Downloaded git2 v0.20.4
12112026-07-29T20:16:31.056Z Downloaded progenitor-impl v0.13.0
12122026-07-29T20:16:31.056Z Downloaded zopfli v0.8.3
12132026-07-29T20:16:31.056Z Downloaded rcgen v0.12.1
12142026-07-29T20:16:31.061Z Downloaded icu_properties v2.1.2
12152026-07-29T20:16:31.061Z Downloaded zerotrie v0.2.3
12162026-07-29T20:16:31.066Z Downloaded diesel_derives v2.3.7
12172026-07-29T20:16:31.077Z Downloaded itertools v0.14.0
12182026-07-29T20:16:31.080Z Downloaded unsafe-libyaml v0.2.11
12192026-07-29T20:16:31.084Z Downloaded similar v2.7.0
12202026-07-29T20:16:31.099Z Downloaded zlib-rs v0.6.2
12212026-07-29T20:16:31.102Z Downloaded miniz_oxide v0.8.9
12222026-07-29T20:16:31.102Z Downloaded tower v0.5.3
12232026-07-29T20:16:31.102Z Downloaded derive_more v0.99.20
12242026-07-29T20:16:31.102Z Downloaded tokio-postgres v0.7.16
12252026-07-29T20:16:31.106Z Downloaded winnow v0.5.40
12262026-07-29T20:16:31.110Z Downloaded crossbeam-channel v0.5.15
12272026-07-29T20:16:31.120Z Downloaded tabled v0.20.0
12282026-07-29T20:16:31.126Z Downloaded icu_properties_data v2.1.2
12292026-07-29T20:16:31.129Z Downloaded schemars v1.2.1
12302026-07-29T20:16:31.138Z Downloaded regex v1.12.3
12312026-07-29T20:16:31.144Z Downloaded p256 v0.14.0
12322026-07-29T20:16:31.147Z Downloaded reqwest v0.13.2
12332026-07-29T20:16:31.151Z Downloaded der v0.7.10
12342026-07-29T20:16:31.151Z Downloaded publicsuffix v2.3.0
12352026-07-29T20:16:31.155Z Downloaded toml_edit v0.23.10+spec-1.0.0
12362026-07-29T20:16:31.155Z Downloaded idna v1.1.0
12372026-07-29T20:16:31.161Z Downloaded quinn v0.11.9
12382026-07-29T20:16:31.161Z Downloaded object v0.30.4
12392026-07-29T20:16:31.165Z Downloaded elliptic-curve v0.14.1
12402026-07-29T20:16:31.165Z Downloaded rayon v1.11.0
12412026-07-29T20:16:31.169Z Downloaded crossterm v0.28.1
12422026-07-29T20:16:31.173Z Downloaded crypto-bigint v0.5.5
12432026-07-29T20:16:31.177Z Downloaded ed25519-dalek v2.2.0
12442026-07-29T20:16:31.180Z Downloaded bitvec v1.0.1
12452026-07-29T20:16:31.192Z Downloaded rsa v0.9.10
12462026-07-29T20:16:31.204Z Downloaded hyper-util v0.1.20
12472026-07-29T20:16:31.204Z Downloaded x509-cert v0.2.5
12482026-07-29T20:16:31.204Z Downloaded goblin v0.10.5
12492026-07-29T20:16:31.211Z Downloaded rustyline v14.0.0
12502026-07-29T20:16:31.211Z Downloaded unicode_categories v0.1.1
12512026-07-29T20:16:31.213Z Downloaded russh v0.62.4
12522026-07-29T20:16:31.213Z Downloaded tough v0.22.0
12532026-07-29T20:16:31.219Z Downloaded serde_with v1.14.0
12542026-07-29T20:16:31.219Z Downloaded petname v2.0.2
12552026-07-29T20:16:31.219Z Downloaded reqwest v0.12.28
12562026-07-29T20:16:31.223Z Downloaded zerovec v0.11.5
12572026-07-29T20:16:31.224Z Downloaded sha3 v0.12.0
12582026-07-29T20:16:31.224Z Downloaded toml_edit v0.19.15
12592026-07-29T20:16:31.232Z Downloaded portable-atomic v1.13.1
12602026-07-29T20:16:31.243Z Downloaded itertools v0.15.0
12612026-07-29T20:16:31.246Z Downloaded regex-syntax v0.6.29
12622026-07-29T20:16:31.250Z Downloaded itertools v0.12.1
12632026-07-29T20:16:31.253Z Downloaded rsa v0.10.0-rc.18
12642026-07-29T20:16:31.257Z Downloaded itertools v0.13.0
12652026-07-29T20:16:31.260Z Downloaded crossterm v0.29.0
12662026-07-29T20:16:31.267Z Downloaded der v0.8.0
12672026-07-29T20:16:31.271Z Downloaded num-bigint-dig v0.8.6
12682026-07-29T20:16:31.271Z Downloaded mio v1.2.0
12692026-07-29T20:16:31.275Z Downloaded time v0.3.47
12702026-07-29T20:16:31.284Z Downloaded salty v0.3.0
12712026-07-29T20:16:31.287Z Downloaded dropshot-api-manager v0.7.2
12722026-07-29T20:16:31.303Z Downloaded proptest v1.10.0
12732026-07-29T20:16:31.308Z Downloaded serde_with v3.21.0
12742026-07-29T20:16:31.312Z Downloaded quinn-proto v0.11.16
12752026-07-29T20:16:31.389Z Downloaded nix v0.27.1
12762026-07-29T20:16:31.395Z Downloaded bstr v1.12.1
12772026-07-29T20:16:31.395Z Downloaded regex-syntax v0.8.10
12782026-07-29T20:16:31.396Z Downloaded vcpkg v0.2.15
12792026-07-29T20:16:31.396Z Downloaded rustls v0.23.41
12802026-07-29T20:16:31.396Z Downloaded ssh-key v0.7.0-rc.11
12812026-07-29T20:16:31.396Z Downloaded libm v0.2.16
12822026-07-29T20:16:31.396Z Downloaded radix_trie v0.2.1
12832026-07-29T20:16:31.396Z Downloaded hickory-proto v0.24.4
12842026-07-29T20:16:31.400Z Downloaded zerocopy v0.8.40
12852026-07-29T20:16:31.403Z Downloaded polar-core v0.27.3
12862026-07-29T20:16:31.408Z Downloaded openssl v0.10.79
12872026-07-29T20:16:31.413Z Downloaded hickory-proto v0.25.2
12882026-07-29T20:16:31.429Z Downloaded smoltcp v0.11.0
12892026-07-29T20:16:31.433Z Downloaded moka v0.12.13
12902026-07-29T20:16:31.433Z Downloaded smoltcp v0.9.1
12912026-07-29T20:16:31.439Z Downloaded nix v0.31.2
12922026-07-29T20:16:31.445Z Downloaded nix v0.28.0
12932026-07-29T20:16:31.450Z Downloaded regress v0.10.5
12942026-07-29T20:16:31.455Z Downloaded rustix v0.38.44
12952026-07-29T20:16:31.469Z Downloaded curve25519-dalek v4.1.3
12962026-07-29T20:16:31.472Z Downloaded lalrpop v0.19.12
12972026-07-29T20:16:31.478Z Downloaded object v0.37.3
12982026-07-29T20:16:31.484Z Downloaded openapiv3 v2.2.0
12992026-07-29T20:16:31.503Z Downloaded curve25519-dalek v5.0.0
13002026-07-29T20:16:31.508Z Downloaded dropshot v0.17.1
13012026-07-29T20:16:31.527Z Downloaded tracing v0.1.44
13022026-07-29T20:16:31.538Z Downloaded crypto-bigint v0.7.5
13032026-07-29T20:16:31.584Z Downloaded regress v0.11.1
13042026-07-29T20:16:31.589Z Downloaded ratatui v0.29.0
13052026-07-29T20:16:31.602Z Downloaded jiff v0.2.34
13062026-07-29T20:16:31.612Z Downloaded sqlparser v0.61.0
13072026-07-29T20:16:31.623Z Downloaded regex-automata v0.4.14
13082026-07-29T20:16:31.645Z Downloaded typify-impl v0.6.2
13092026-07-29T20:16:31.653Z Downloaded zerocopy-derive v0.6.6
13102026-07-29T20:16:31.669Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13112026-07-29T20:16:31.680Z Downloaded diesel v2.3.7
13122026-07-29T20:16:31.695Z Downloaded csv v1.4.0
13132026-07-29T20:16:31.706Z Downloaded sled v0.34.7
13142026-07-29T20:16:31.715Z Downloaded sha3 v0.10.8
13152026-07-29T20:16:31.722Z Downloaded bzip2-sys v0.1.13+1.0.8
13162026-07-29T20:16:31.739Z Downloaded encoding_rs v0.8.35
13172026-07-29T20:16:31.752Z Downloaded sha3 v0.11.0
13182026-07-29T20:16:31.780Z Downloaded chrono-tz v0.10.4
13192026-07-29T20:16:31.791Z Downloaded libgit2-sys v0.18.3+1.9.2
13202026-07-29T20:16:31.823Z Downloaded petgraph v0.6.5
13212026-07-29T20:16:31.834Z Downloaded petgraph v0.8.3
13222026-07-29T20:16:31.848Z Downloaded libz-sys v1.1.24
13232026-07-29T20:16:31.861Z Downloaded tokio v1.52.1
13242026-07-29T20:16:31.925Z Downloaded ring v0.17.14
13252026-07-29T20:16:32.472Z Downloaded aws-lc-sys v0.40.0
13262026-07-29T20:16:32.739Z Compiling libc v0.2.185
13272026-07-29T20:16:32.743Z Compiling serde_core v1.0.228
13282026-07-29T20:16:32.743Z Compiling serde v1.0.228
13292026-07-29T20:16:32.744Z Compiling log v0.4.29
13302026-07-29T20:16:32.744Z Compiling smallvec v1.15.1
13312026-07-29T20:16:32.890Z Compiling find-msvc-tools v0.1.9
13322026-07-29T20:16:32.894Z Compiling shlex v1.3.0
13332026-07-29T20:16:32.897Z Compiling syn v2.0.117
13342026-07-29T20:16:33.086Z Compiling subtle v2.6.1
13352026-07-29T20:16:33.086Z Compiling scopeguard v1.2.0
13362026-07-29T20:16:33.091Z Compiling stable_deref_trait v1.2.1
13372026-07-29T20:16:33.193Z Compiling lock_api v0.4.14
13382026-07-29T20:16:33.196Z Compiling typenum v1.20.1
13392026-07-29T20:16:33.218Z Compiling zerocopy v0.8.40
13402026-07-29T20:16:33.221Z Compiling portable-atomic v1.13.1
13412026-07-29T20:16:33.256Z Compiling serde_json v1.0.151
13422026-07-29T20:16:33.407Z Compiling critical-section v1.2.0
13432026-07-29T20:16:33.472Z Compiling libm v0.2.16
13442026-07-29T20:16:33.511Z Compiling num-traits v0.2.19
13452026-07-29T20:16:33.643Z Compiling pkg-config v0.3.32
13462026-07-29T20:16:33.689Z Compiling jobserver v0.1.34
13472026-07-29T20:16:33.702Z Compiling errno v0.3.14
13482026-07-29T20:16:33.753Z Compiling getrandom v0.2.17
13492026-07-29T20:16:33.972Z Compiling cc v1.2.56
13502026-07-29T20:16:33.989Z Compiling rand_core v0.6.4
13512026-07-29T20:16:34.168Z Compiling once_cell v1.21.3
13522026-07-29T20:16:34.222Z Compiling generic-array v0.14.7
13532026-07-29T20:16:34.254Z Compiling parking_lot_core v0.9.12
13542026-07-29T20:16:34.268Z Compiling pin-project-lite v0.2.17
13552026-07-29T20:16:34.366Z Compiling const-oid v0.9.6
13562026-07-29T20:16:34.385Z Compiling getrandom v0.4.1
13572026-07-29T20:16:34.453Z Compiling rand_core v0.10.0
13582026-07-29T20:16:34.783Z Compiling signal-hook-registry v1.4.8
13592026-07-29T20:16:34.911Z Compiling writeable v0.6.2
13602026-07-29T20:16:34.954Z Compiling bitflags v2.11.0
13612026-07-29T20:16:35.065Z Compiling percent-encoding v2.3.2
13622026-07-29T20:16:35.080Z Compiling litemap v0.8.1
13632026-07-29T20:16:35.100Z Compiling futures-core v0.3.32
13642026-07-29T20:16:35.179Z Compiling semver v1.0.28
13652026-07-29T20:16:35.221Z Compiling parking_lot v0.12.5
13662026-07-29T20:16:35.246Z Compiling mio v1.2.0
13672026-07-29T20:16:35.249Z Compiling icu_normalizer_data v2.1.1
13682026-07-29T20:16:35.274Z Compiling icu_properties_data v2.1.2
13692026-07-29T20:16:35.470Z Compiling socket2 v0.6.3
13702026-07-29T20:16:35.495Z Compiling getrandom v0.3.4
13712026-07-29T20:16:35.553Z Compiling futures-sink v0.3.32
13722026-07-29T20:16:35.583Z Compiling synstructure v0.13.2
13732026-07-29T20:16:35.625Z Compiling indexmap v2.14.0
13742026-07-29T20:16:35.660Z Compiling futures-channel v0.3.32
13752026-07-29T20:16:35.699Z Compiling utf8_iter v1.0.4
13762026-07-29T20:16:35.847Z Compiling slab v0.4.12
13772026-07-29T20:16:35.910Z Compiling rustix v1.1.3
13782026-07-29T20:16:35.930Z Compiling futures-task v0.3.32
13792026-07-29T20:16:36.083Z Compiling futures-io v0.3.32
13802026-07-29T20:16:36.151Z Compiling form_urlencoded v1.2.2
13812026-07-29T20:16:36.207Z Compiling rustversion v1.0.22
13822026-07-29T20:16:36.236Z Compiling base64ct v1.8.3
13832026-07-29T20:16:36.250Z Compiling iana-time-zone v0.1.65
13842026-07-29T20:16:36.323Z Compiling cmake v0.1.57
13852026-07-29T20:16:36.379Z Compiling regex-syntax v0.8.10
13862026-07-29T20:16:36.393Z Compiling dunce v1.0.5
13872026-07-29T20:16:36.449Z Compiling fs_extra v1.3.0
13882026-07-29T20:16:36.483Z Compiling pem-rfc7468 v0.7.0
13892026-07-29T20:16:36.540Z Compiling ident_case v1.0.1
13902026-07-29T20:16:36.675Z Compiling flagset v0.4.7
13912026-07-29T20:16:36.719Z Compiling rand_core v0.9.5
13922026-07-29T20:16:36.723Z Compiling aws-lc-sys v0.40.0
13932026-07-29T20:16:36.778Z Compiling uuid v1.23.4
13942026-07-29T20:16:36.808Z Compiling base64 v0.22.1
13952026-07-29T20:16:37.005Z Compiling syn v1.0.109
13962026-07-29T20:16:37.130Z Compiling vcpkg v0.2.15
13972026-07-29T20:16:37.174Z Compiling serde_derive_internals v0.29.1
13982026-07-29T20:16:37.347Z Compiling serde_derive v1.0.228
13992026-07-29T20:16:37.362Z Compiling zeroize_derive v1.5.0
14002026-07-29T20:16:37.471Z Compiling zerocopy-derive v0.8.40
14012026-07-29T20:16:37.691Z Compiling zerofrom-derive v0.1.6
14022026-07-29T20:16:37.857Z Compiling yoke-derive v0.8.1
14032026-07-29T20:16:38.009Z Compiling zeroize v1.9.0
14042026-07-29T20:16:38.080Z Compiling zerovec-derive v0.11.2
14052026-07-29T20:16:38.221Z Compiling displaydoc v0.2.5
14062026-07-29T20:16:39.002Z Compiling tokio-macros v2.7.0
14072026-07-29T20:16:39.063Z Compiling futures-macro v0.3.32
14082026-07-29T20:16:39.137Z Compiling zerofrom v0.1.6
14092026-07-29T20:16:39.227Z Compiling der_derive v0.7.3
14102026-07-29T20:16:39.263Z Compiling yoke v0.8.1
14112026-07-29T20:16:39.323Z Compiling crypto-common v0.1.7
14122026-07-29T20:16:39.454Z Compiling zerovec v0.11.5
14132026-07-29T20:16:39.473Z Compiling zerotrie v0.2.3
14142026-07-29T20:16:39.729Z Compiling block-buffer v0.10.4
14152026-07-29T20:16:39.769Z Compiling thiserror-impl v2.0.18
14162026-07-29T20:16:39.879Z Compiling digest v0.10.7
14172026-07-29T20:16:39.897Z Compiling tinystr v0.8.2
14182026-07-29T20:16:39.959Z Compiling potential_utf v0.1.4
14192026-07-29T20:16:40.095Z Compiling icu_locale_core v2.1.1
14202026-07-29T20:16:40.120Z Compiling icu_collections v2.1.1
14212026-07-29T20:16:40.123Z Compiling futures-util v0.3.32
14222026-07-29T20:16:40.190Z Compiling der v0.7.10
14232026-07-29T20:16:40.587Z Compiling openssl-sys v0.9.115
14242026-07-29T20:16:40.877Z Compiling bytes v1.11.1
14252026-07-29T20:16:41.015Z Compiling icu_provider v2.1.1
14262026-07-29T20:16:41.095Z Compiling chrono v0.4.45
14272026-07-29T20:16:41.156Z Compiling thiserror v2.0.18
14282026-07-29T20:16:41.265Z Compiling icu_properties v2.1.2
14292026-07-29T20:16:41.308Z Compiling icu_normalizer v2.1.1
14302026-07-29T20:16:41.427Z Compiling tokio v1.52.1
14312026-07-29T20:16:41.512Z Compiling http v1.4.2
14322026-07-29T20:16:41.847Z Compiling ppv-lite86 v0.2.21
14332026-07-29T20:16:41.982Z Compiling spki v0.7.3
14342026-07-29T20:16:42.173Z Compiling idna_adapter v1.2.1
14352026-07-29T20:16:42.188Z Compiling rand_chacha v0.9.0
14362026-07-29T20:16:42.313Z Compiling idna v1.1.0
14372026-07-29T20:16:42.377Z Compiling tracing-attributes v0.1.31
14382026-07-29T20:16:42.420Z Compiling rustc_version v0.4.1
14392026-07-29T20:16:42.477Z Compiling tracing-core v0.1.36
14402026-07-29T20:16:42.504Z Compiling cpufeatures v0.2.17
14412026-07-29T20:16:42.578Z Compiling aws-lc-rs v1.16.3
14422026-07-29T20:16:42.729Z Compiling url v2.5.8
14432026-07-29T20:16:42.852Z Compiling dyn-clone v1.0.20
14442026-07-29T20:16:42.883Z Compiling schemars v0.8.22
14452026-07-29T20:16:42.945Z Compiling rand v0.9.2
14462026-07-29T20:16:42.983Z Compiling http-body v1.0.1
14472026-07-29T20:16:42.999Z Compiling pkcs8 v0.10.2
14482026-07-29T20:16:43.129Z Compiling rustls-pki-types v1.14.0
14492026-07-29T20:16:43.246Z Compiling schemars_derive v0.8.22
14502026-07-29T20:16:43.485Z Compiling spin v0.9.8
14512026-07-29T20:16:43.557Z Compiling tinyvec_macros v0.1.1
14522026-07-29T20:16:43.627Z Compiling openssl-probe v0.2.1
14532026-07-29T20:16:43.641Z Compiling tracing v0.1.44
14542026-07-29T20:16:43.670Z Compiling crc32fast v1.5.0
14552026-07-29T20:16:43.689Z Compiling cmov v0.5.4
14562026-07-29T20:16:43.796Z Compiling httparse v1.10.1
14572026-07-29T20:16:43.889Z Compiling ctutils v0.4.2
14582026-07-29T20:16:43.904Z Compiling tempfile v3.25.0
14592026-07-29T20:16:43.967Z Compiling tinyvec v1.10.0
14602026-07-29T20:16:44.117Z Compiling pest_generator v2.8.6
14612026-07-29T20:16:44.175Z Compiling sha2 v0.10.9
14622026-07-29T20:16:44.252Z Compiling aho-corasick v1.1.4
14632026-07-29T20:16:44.303Z Compiling try-lock v0.2.5
14642026-07-29T20:16:44.413Z Compiling radium v0.7.0
14652026-07-29T20:16:44.652Z Compiling atomic-waker v1.1.2
14662026-07-29T20:16:44.774Z Compiling untrusted v0.7.1
14672026-07-29T20:16:44.777Z Compiling tower-service v0.3.3
14682026-07-29T20:16:44.879Z Compiling tower-layer v0.3.3
14692026-07-29T20:16:44.894Z Compiling pest_derive v2.8.6
14702026-07-29T20:16:45.035Z Compiling regex-automata v0.4.14
14712026-07-29T20:16:45.320Z Compiling tokio-util v0.7.18
14722026-07-29T20:16:45.474Z Compiling want v0.3.1
14732026-07-29T20:16:45.686Z Compiling hybrid-array v0.4.13
14742026-07-29T20:16:45.935Z Compiling ipnet v2.11.0
14752026-07-29T20:16:46.089Z Compiling h2 v0.4.15
14762026-07-29T20:16:46.348Z Compiling scroll_derive v0.13.1
14772026-07-29T20:16:46.421Z Compiling darling_core v0.20.11
14782026-07-29T20:16:46.488Z Compiling untrusted v0.9.0
14792026-07-29T20:16:46.611Z Compiling foreign-types-shared v0.1.1
14802026-07-29T20:16:46.699Z Compiling maybe-uninit v2.0.0
14812026-07-29T20:16:46.956Z Compiling rustls v0.23.41
14822026-07-29T20:16:47.019Z Compiling simd-adler32 v0.3.8
14832026-07-29T20:16:47.123Z Compiling tap v1.0.1
14842026-07-29T20:16:47.137Z Compiling httpdate v1.0.3
14852026-07-29T20:16:47.224Z Compiling openssl v0.10.79
14862026-07-29T20:16:47.239Z Compiling wyz v0.5.1
14872026-07-29T20:16:47.261Z Compiling scroll v0.13.0
14882026-07-29T20:16:47.401Z Compiling foreign-types v0.3.2
14892026-07-29T20:16:47.464Z Compiling unicode-normalization v0.1.25
14902026-07-29T20:16:47.523Z Compiling rand_chacha v0.3.1
14912026-07-29T20:16:47.616Z Compiling hex v0.4.3
14922026-07-29T20:16:47.867Z Compiling signature v2.2.0
14932026-07-29T20:16:47.882Z Compiling terminal_size v0.4.3
14942026-07-29T20:16:47.903Z Compiling thiserror-impl v1.0.69
14952026-07-29T20:16:48.014Z Compiling openssl-macros v0.1.1
14962026-07-29T20:16:48.044Z Compiling bzip2-sys v0.1.13+1.0.8
14972026-07-29T20:16:48.275Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-07-29T20:16:48.314Z Compiling num-integer v0.1.46
14992026-07-29T20:16:48.400Z Compiling wait-timeout v0.2.1
15002026-07-29T20:16:48.624Z Compiling ahash v0.8.12
15012026-07-29T20:16:48.649Z Compiling quick-error v1.2.3
15022026-07-29T20:16:48.663Z Compiling time-core v0.1.8
15032026-07-29T20:16:48.666Z Compiling darling_macro v0.20.11
15042026-07-29T20:16:48.755Z Compiling bit-vec v0.8.0
15052026-07-29T20:16:48.805Z Compiling adler2 v2.0.1
15062026-07-29T20:16:48.819Z Compiling num-conv v0.2.0
15072026-07-29T20:16:48.933Z Compiling num-bigint-dig v0.8.6
15082026-07-29T20:16:48.947Z Compiling powerfmt v0.2.0
15092026-07-29T20:16:48.978Z Compiling packed_struct v0.10.1
15102026-07-29T20:16:49.090Z Compiling native-tls v0.2.18
15112026-07-29T20:16:49.108Z Compiling funty v2.0.0
15122026-07-29T20:16:49.139Z Compiling thiserror v1.0.69
15132026-07-29T20:16:49.152Z Compiling hyper v1.10.1
15142026-07-29T20:16:49.155Z Compiling darling v0.20.11
15152026-07-29T20:16:49.230Z Compiling deranged v0.5.8
15162026-07-29T20:16:49.243Z Compiling clap_builder v4.6.0
15172026-07-29T20:16:49.247Z Compiling time-macros v0.2.27
15182026-07-29T20:16:49.295Z Compiling bit-set v0.8.0
15192026-07-29T20:16:49.456Z Compiling bitvec v1.0.1
15202026-07-29T20:16:49.660Z Compiling miniz_oxide v0.8.9
15212026-07-29T20:16:50.185Z Compiling rusty-fork v0.3.1
15222026-07-29T20:16:50.201Z Compiling hyper-util v0.1.20
15232026-07-29T20:16:50.260Z Compiling num-iter v0.1.45
15242026-07-29T20:16:50.683Z Compiling rand v0.8.6
15252026-07-29T20:16:50.865Z Compiling goblin v0.10.5
15262026-07-29T20:16:51.320Z Compiling packed_struct_codegen v0.10.1
15272026-07-29T20:16:51.471Z Compiling lazy_static v1.5.0
15282026-07-29T20:16:51.565Z Compiling serde_spanned v0.6.9
15292026-07-29T20:16:51.709Z Compiling toml_datetime v0.6.11
15302026-07-29T20:16:51.915Z Compiling hmac v0.12.1
15312026-07-29T20:16:51.960Z Compiling bitfield-macros v0.19.4
15322026-07-29T20:16:52.068Z Compiling zerocopy-derive v0.6.6
15332026-07-29T20:16:52.198Z Compiling clap_derive v4.6.1
15342026-07-29T20:16:52.364Z Compiling anstyle-parse v0.2.7
15352026-07-29T20:16:52.543Z Compiling rand_xorshift v0.4.0
15362026-07-29T20:16:52.649Z Compiling sync_wrapper v1.0.2
15372026-07-29T20:16:52.708Z Compiling indexmap v1.9.3
15382026-07-29T20:16:52.754Z Compiling crc-catalog v2.4.0
15392026-07-29T20:16:52.846Z Compiling paste v1.0.15
15402026-07-29T20:16:52.876Z Compiling usdt-impl v0.6.0
15412026-07-29T20:16:52.894Z Compiling nodrop v0.1.14
15422026-07-29T20:16:52.984Z Compiling zlib-rs v0.6.2
15432026-07-29T20:16:53.072Z Compiling num_threads v0.1.7
15442026-07-29T20:16:53.104Z Compiling siphasher v1.0.2
15452026-07-29T20:16:53.169Z Compiling unarray v0.1.4
15462026-07-29T20:16:53.279Z Compiling crossbeam-utils v0.8.21
15472026-07-29T20:16:53.294Z Compiling proptest v1.10.0
15482026-07-29T20:16:53.321Z Compiling time v0.3.47
15492026-07-29T20:16:53.572Z Compiling dof v0.4.0
15502026-07-29T20:16:53.910Z Compiling clap v4.6.1
15512026-07-29T20:16:54.062Z Compiling array-init v0.0.4
15522026-07-29T20:16:54.410Z Compiling zerocopy v0.6.6
15532026-07-29T20:16:54.703Z Compiling crc v3.4.0
15542026-07-29T20:16:54.724Z Compiling tower v0.5.3
15552026-07-29T20:16:54.825Z Compiling bitfield v0.19.4
15562026-07-29T20:16:55.076Z Compiling anstream v0.6.21
15572026-07-29T20:16:55.188Z Compiling smallvec v0.6.14
15582026-07-29T20:16:55.458Z Compiling derive_builder_core v0.20.2
15592026-07-29T20:16:55.601Z Compiling dtrace-parser v0.3.0
15602026-07-29T20:16:56.159Z Compiling flate2 v1.1.9
15612026-07-29T20:16:56.336Z Compiling ipnetwork v0.21.1
15622026-07-29T20:16:56.350Z Compiling pkcs1 v0.7.5
15632026-07-29T20:16:56.394Z Compiling http-body-util v0.1.3
15642026-07-29T20:16:56.558Z Compiling heapless v0.7.17
15652026-07-29T20:16:56.639Z Compiling scroll_derive v0.12.1
15662026-07-29T20:16:56.718Z Compiling structmeta-derive v0.3.0
15672026-07-29T20:16:56.733Z Compiling slog v2.8.2
15682026-07-29T20:16:56.736Z Compiling darling_core v0.23.0
15692026-07-29T20:16:56.792Z Compiling thread-id v5.1.0
15702026-07-29T20:16:56.878Z Compiling cookie v0.18.1
15712026-07-29T20:16:56.914Z Compiling env_filter v1.0.0
15722026-07-29T20:16:57.056Z Compiling anyhow v1.0.102
15732026-07-29T20:16:57.202Z Compiling base64 v0.21.7
15742026-07-29T20:16:57.295Z Compiling allocator-api2 v0.2.21
15752026-07-29T20:16:57.356Z Compiling winnow v0.5.40
15762026-07-29T20:16:57.511Z Compiling unicode-properties v0.1.4
15772026-07-29T20:16:57.616Z Compiling ryu v1.0.23
15782026-07-29T20:16:57.715Z Compiling iri-string v0.7.10
15792026-07-29T20:16:57.764Z Compiling zstd-safe v7.2.4
15802026-07-29T20:16:57.805Z Compiling signal-hook v0.3.18
15812026-07-29T20:16:57.955Z Compiling hashbrown v0.12.3
15822026-07-29T20:16:57.977Z Compiling unicode-bidi v0.3.18
15832026-07-29T20:16:58.485Z Compiling stringprep v0.1.5
15842026-07-29T20:16:58.760Z Compiling toml_edit v0.19.15
15852026-07-29T20:16:58.822Z Compiling tower-http v0.6.8
15862026-07-29T20:16:58.916Z Compiling structmeta v0.3.0
15872026-07-29T20:16:59.126Z Compiling serde_urlencoded v0.7.1
15882026-07-29T20:16:59.202Z Compiling ron v0.8.1
15892026-07-29T20:16:59.214Z Compiling darling_macro v0.23.0
15902026-07-29T20:16:59.369Z Compiling scroll v0.12.0
15912026-07-29T20:16:59.461Z Compiling env_logger v0.11.9
15922026-07-29T20:16:59.814Z Compiling rsa v0.9.10
15932026-07-29T20:16:59.889Z Compiling oxnet v0.1.6
15942026-07-29T20:17:00.123Z Compiling derive_builder_macro v0.20.2
15952026-07-29T20:17:00.266Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15962026-07-29T20:17:00.300Z Compiling hashbrown v0.13.2
15972026-07-29T20:17:00.560Z Compiling newtype-uuid v1.3.2
15982026-07-29T20:17:00.585Z Compiling bzip2 v0.4.4
15992026-07-29T20:17:00.774Z Compiling serde-hex v0.1.0
16002026-07-29T20:17:00.788Z Compiling tokio-native-tls v0.3.1
16012026-07-29T20:17:00.893Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16022026-07-29T20:17:01.373Z Compiling camino v1.2.2
16032026-07-29T20:17:01.511Z Compiling bstr v1.12.1
16042026-07-29T20:17:01.604Z Compiling block-padding v0.4.2
16052026-07-29T20:17:01.763Z Compiling block-buffer v0.12.1
16062026-07-29T20:17:01.776Z Compiling crypto-common v0.2.2
16072026-07-29T20:17:01.965Z Compiling rustls-native-certs v0.8.3
16082026-07-29T20:17:02.160Z Compiling curve25519-dalek v4.1.3
16092026-07-29T20:17:02.259Z Compiling x509-cert v0.2.5
16102026-07-29T20:17:02.487Z Compiling serde_tokenstream v0.2.3
16112026-07-29T20:17:02.547Z Compiling erased-serde v0.3.31
16122026-07-29T20:17:02.797Z Compiling md-5 v0.10.6
16132026-07-29T20:17:02.837Z Compiling daft-derive v0.1.7
16142026-07-29T20:17:02.958Z Compiling zerocopy-derive v0.7.35
16152026-07-29T20:17:03.056Z Compiling pin-project-internal v1.1.11
16162026-07-29T20:17:03.507Z Compiling async-trait v0.1.89
16172026-07-29T20:17:03.553Z Compiling vergen-lib v9.1.0
16182026-07-29T20:17:03.729Z Compiling hash32 v0.2.1
16192026-07-29T20:17:03.814Z Compiling memoffset v0.9.1
16202026-07-29T20:17:03.830Z Compiling encoding_rs v0.8.35
16212026-07-29T20:17:03.915Z Compiling rustix v0.38.44
16222026-07-29T20:17:04.002Z Compiling litrs v1.0.0
16232026-07-29T20:17:04.108Z Compiling fallible-iterator v0.2.0
16242026-07-29T20:17:04.131Z Compiling psl-types v2.0.11
16252026-07-29T20:17:04.246Z Compiling smoltcp v0.9.1
16262026-07-29T20:17:04.260Z Compiling cfg_aliases v0.2.1
16272026-07-29T20:17:04.336Z Compiling ref-cast v1.0.25
16282026-07-29T20:17:04.416Z Compiling crc-any v2.5.0
16292026-07-29T20:17:04.499Z Compiling mime v0.3.17
16302026-07-29T20:17:04.513Z Compiling document-features v0.2.12
16312026-07-29T20:17:04.595Z Compiling postgres-protocol v0.6.10
16322026-07-29T20:17:04.638Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16332026-07-29T20:17:04.669Z Compiling nix v0.31.2
16342026-07-29T20:17:04.832Z Compiling publicsuffix v2.3.0
16352026-07-29T20:17:04.860Z Compiling pin-project v1.1.11
16362026-07-29T20:17:05.026Z Compiling zerocopy v0.7.35
16372026-07-29T20:17:05.068Z Compiling daft v0.1.7
16382026-07-29T20:17:05.196Z Compiling inout v0.2.2
16392026-07-29T20:17:05.305Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16402026-07-29T20:17:05.334Z Compiling hyper-tls v0.6.0
16412026-07-29T20:17:05.366Z Compiling zip v0.6.6
16422026-07-29T20:17:05.452Z Compiling object v0.30.4
16432026-07-29T20:17:05.456Z Compiling derive_builder v0.20.2
16442026-07-29T20:17:05.581Z Compiling toml v0.7.8
16452026-07-29T20:17:05.591Z Compiling darling v0.23.0
16462026-07-29T20:17:05.655Z Compiling goblin v0.8.2
16472026-07-29T20:17:05.945Z Compiling derive-ex v0.1.8
16482026-07-29T20:17:06.165Z Compiling phf_shared v0.13.1
16492026-07-29T20:17:06.180Z Compiling regex v1.12.3
16502026-07-29T20:17:06.399Z Compiling hubpack_derive v0.1.1
16512026-07-29T20:17:06.402Z Compiling futures-executor v0.3.32
16522026-07-29T20:17:06.596Z Compiling snafu-derive v0.8.9
16532026-07-29T20:17:06.669Z Compiling strum_macros v0.27.2
16542026-07-29T20:17:06.853Z Compiling curve25519-dalek-derive v0.1.1
16552026-07-29T20:17:07.489Z Compiling ref-cast-impl v1.0.25
16562026-07-29T20:17:07.588Z Compiling vergen v9.1.0
16572026-07-29T20:17:07.767Z Compiling cargo-platform v0.3.2
16582026-07-29T20:17:08.031Z Compiling ff v0.13.1
16592026-07-29T20:17:08.045Z Compiling fs-err v3.3.0
16602026-07-29T20:17:08.194Z Compiling managed v0.8.0
16612026-07-29T20:17:08.231Z Compiling bitflags v1.3.2
16622026-07-29T20:17:08.300Z Compiling unicode-segmentation v1.12.0
16632026-07-29T20:17:08.314Z Compiling jiff-core v0.1.0
16642026-07-29T20:17:08.378Z Compiling libbz2-rs-sys v0.2.2
16652026-07-29T20:17:08.477Z Compiling base16ct v0.2.0
16662026-07-29T20:17:08.585Z Compiling bumpalo v3.20.2
16672026-07-29T20:17:08.651Z Compiling foldhash v0.2.0
16682026-07-29T20:17:08.676Z Compiling path-slash v0.1.5
16692026-07-29T20:17:08.802Z Compiling foldhash v0.1.5
16702026-07-29T20:17:08.829Z Compiling same-file v1.0.6
16712026-07-29T20:17:08.865Z Compiling object v0.37.3
16722026-07-29T20:17:08.969Z Compiling walkdir v2.5.0
16732026-07-29T20:17:08.992Z Compiling hashbrown v0.15.5
16742026-07-29T20:17:09.035Z Compiling jiff v0.2.34
16752026-07-29T20:17:09.117Z Compiling hashbrown v0.16.1
16762026-07-29T20:17:09.168Z Compiling bzip2 v0.6.1
16772026-07-29T20:17:09.271Z Compiling zopfli v0.8.3
16782026-07-29T20:17:09.371Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16792026-07-29T20:17:09.385Z Compiling sec1 v0.7.3
16802026-07-29T20:17:09.533Z Compiling strum v0.27.2
16812026-07-29T20:17:09.654Z Compiling snafu v0.8.9
16822026-07-29T20:17:09.801Z Compiling group v0.13.0
16832026-07-29T20:17:09.977Z Compiling cargo_metadata v0.23.1
16842026-07-29T20:17:09.999Z Compiling dof v0.3.0
16852026-07-29T20:17:10.030Z Compiling test-strategy v0.4.5
16862026-07-29T20:17:10.692Z Compiling hubpack v0.1.2
16872026-07-29T20:17:10.739Z Compiling futures v0.3.32
16882026-07-29T20:17:10.820Z Compiling phf v0.13.1
16892026-07-29T20:17:10.941Z Compiling signal-hook-mio v0.2.5
16902026-07-29T20:17:11.063Z Compiling cookie_store v0.22.1
16912026-07-29T20:17:11.320Z Compiling zstd v0.13.3
16922026-07-29T20:17:11.354Z Compiling serde_with_macros v3.21.0
16932026-07-29T20:17:11.521Z Compiling reqwest v0.12.28
16942026-07-29T20:17:11.582Z Compiling cipher v0.5.2
16952026-07-29T20:17:11.828Z Compiling postgres-types v0.2.12
16962026-07-29T20:17:12.373Z Compiling usdt-macro v0.6.0
16972026-07-29T20:17:12.496Z Compiling usdt-attr-macro v0.6.0
16982026-07-29T20:17:12.570Z Compiling globset v0.4.18
16992026-07-29T20:17:12.969Z Compiling phf_shared v0.11.3
17002026-07-29T20:17:13.143Z Compiling hkdf v0.12.4
17012026-07-29T20:17:13.177Z Compiling dtrace-parser v0.2.0
17022026-07-29T20:17:13.311Z Compiling ed25519 v2.2.3
17032026-07-29T20:17:13.330Z Compiling byte-wrapper v0.1.0
17042026-07-29T20:17:13.330Z Compiling olpc-cjson v0.1.4
17052026-07-29T20:17:13.469Z Compiling serde_plain v1.0.2
17062026-07-29T20:17:13.480Z Compiling serde-big-array v0.5.1
17072026-07-29T20:17:13.623Z Compiling crypto-bigint v0.5.5
17082026-07-29T20:17:13.632Z Compiling async-recursion v1.1.1
17092026-07-29T20:17:13.662Z Compiling serde_repr v0.1.20
17102026-07-29T20:17:13.672Z Compiling enum-as-inner v0.6.1
17112026-07-29T20:17:13.888Z Compiling strum_macros v0.26.4
17122026-07-29T20:17:14.135Z Compiling pem v3.0.6
17132026-07-29T20:17:14.157Z Compiling float-cmp v0.10.0
17142026-07-29T20:17:14.191Z Compiling thread-id v4.2.2
17152026-07-29T20:17:14.264Z Compiling memmap2 v0.9.10
17162026-07-29T20:17:14.282Z Compiling winnow v1.0.3
17172026-07-29T20:17:14.304Z Compiling data-encoding v2.10.0
17182026-07-29T20:17:14.448Z Compiling fixedbitset v0.5.7
17192026-07-29T20:17:14.474Z Compiling new_debug_unreachable v1.0.6
17202026-07-29T20:17:14.544Z Compiling precomputed-hash v0.1.1
17212026-07-29T20:17:14.625Z Compiling cpufeatures v0.3.0
17222026-07-29T20:17:14.641Z Compiling fixedbitset v0.4.2
17232026-07-29T20:17:14.703Z Compiling const-oid v0.10.2
17242026-07-29T20:17:14.738Z Compiling typed-path v0.9.3
17252026-07-29T20:17:14.855Z Compiling predicates-core v1.0.10
17262026-07-29T20:17:14.905Z Compiling whoami v2.1.0
17272026-07-29T20:17:14.999Z Compiling either v1.15.0
17282026-07-29T20:17:15.032Z Compiling keccak v0.1.6
17292026-07-29T20:17:15.206Z Compiling static_assertions v1.1.0
17302026-07-29T20:17:15.245Z Compiling normalize-line-endings v0.3.0
17312026-07-29T20:17:15.271Z Compiling difflib v0.4.0
17322026-07-29T20:17:15.287Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17332026-07-29T20:17:15.339Z Compiling sha3 v0.10.8
17342026-07-29T20:17:15.609Z Compiling strum v0.26.3
17352026-07-29T20:17:15.696Z Compiling predicates v3.1.4
17362026-07-29T20:17:15.739Z Compiling itertools v0.13.0
17372026-07-29T20:17:15.755Z Compiling tokio-postgres v0.7.16
17382026-07-29T20:17:15.786Z Compiling digest v0.11.3
17392026-07-29T20:17:15.806Z Compiling petgraph v0.6.5
17402026-07-29T20:17:15.960Z Compiling toml_edit v0.22.27
17412026-07-29T20:17:16.047Z Compiling chacha20 v0.10.0
17422026-07-29T20:17:16.357Z Compiling petgraph v0.8.3
17432026-07-29T20:17:16.421Z Compiling string_cache v0.8.9
17442026-07-29T20:17:16.643Z Compiling hickory-proto v0.25.2
17452026-07-29T20:17:17.024Z Compiling toml_parser v1.1.2+spec-1.1.0
17462026-07-29T20:17:17.326Z Compiling elliptic-curve v0.13.8
17472026-07-29T20:17:17.649Z Compiling usdt v0.6.0
17482026-07-29T20:17:17.715Z Compiling usdt-impl v0.5.0
17492026-07-29T20:17:17.918Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17502026-07-29T20:17:18.014Z Compiling ed25519-dalek v2.2.0
17512026-07-29T20:17:18.101Z Compiling crossterm v0.28.1
17522026-07-29T20:17:18.292Z Compiling serde_with v3.21.0
17532026-07-29T20:17:18.528Z Compiling zip v4.6.1
17542026-07-29T20:17:19.039Z Compiling iddqd v0.4.2
17552026-07-29T20:17:19.441Z Compiling similar v2.7.0
17562026-07-29T20:17:19.741Z Compiling heck v0.4.1
17572026-07-29T20:17:19.968Z Compiling crossbeam-epoch v0.9.18
17582026-07-29T20:17:19.972Z Compiling tokio-stream v0.1.18
17592026-07-29T20:17:20.055Z Compiling buf-list v1.1.2
17602026-07-29T20:17:20.269Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-07-29T20:17:20.285Z Compiling openapiv3 v2.2.0
17622026-07-29T20:17:20.288Z Compiling peg-runtime v0.8.5
17632026-07-29T20:17:20.327Z Compiling lalrpop-util v0.19.12
17642026-07-29T20:17:20.421Z Compiling thread_local v1.1.9
17652026-07-29T20:17:20.520Z Compiling slog-async v2.8.0
17662026-07-29T20:17:20.559Z Compiling crossbeam-channel v0.5.15
17672026-07-29T20:17:20.575Z Compiling filetime v0.2.27
17682026-07-29T20:17:20.673Z Compiling is-terminal v0.4.17
17692026-07-29T20:17:20.748Z Compiling term v1.2.1
17702026-07-29T20:17:20.773Z Compiling take_mut v0.2.2
17712026-07-29T20:17:20.835Z Compiling xattr v1.6.1
17722026-07-29T20:17:20.910Z Compiling camino-tempfile v1.4.1
17732026-07-29T20:17:21.039Z Compiling slog-term v2.9.2
17742026-07-29T20:17:21.042Z Compiling tar v0.4.46
17752026-07-29T20:17:28.120Z Compiling rustls-webpki v0.103.13
17762026-07-29T20:17:30.795Z Compiling tokio-rustls v0.26.4
17772026-07-29T20:17:30.795Z Compiling rustls-platform-verifier v0.6.2
17782026-07-29T20:17:30.798Z Compiling tough v0.22.0
17792026-07-29T20:17:31.009Z Compiling hyper-rustls v0.27.7
17802026-07-29T20:17:31.206Z Compiling reqwest v0.13.2
17812026-07-29T20:17:33.420Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17822026-07-29T20:17:33.631Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17832026-07-29T20:17:36.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17842026-07-29T20:17:36.658Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17852026-07-29T20:17:36.714ZJul 29 20:17:35.316 INFO Starting download, target: Cockroach
17862026-07-29T20:17:36.714ZJul 29 20:17:35.317 INFO Starting download, target: Clickhouse
17872026-07-29T20:17:36.717ZJul 29 20:17:35.317 INFO Starting download, target: Console
17882026-07-29T20:17:36.717ZJul 29 20:17:35.317 INFO Starting download, target: DendriteStub
17892026-07-29T20:17:36.717ZJul 29 20:17:35.317 INFO Starting download, target: MaghemiteMgd
17902026-07-29T20:17:36.718ZJul 29 20:17:35.317 INFO Starting download, target: MaghemiteDdmd
17912026-07-29T20:17:36.718ZJul 29 20:17:35.317 INFO Starting download, target: TransceiverControl
17922026-07-29T20:17:36.718ZJul 29 20:17:35.317 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17932026-07-29T20:17:36.718ZJul 29 20:17:35.317 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17942026-07-29T20:17:36.718ZJul 29 20:17:35.317 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17952026-07-29T20:17:36.718ZJul 29 20:17:35.317 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17962026-07-29T20:17:36.718ZJul 29 20:17:35.317 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17972026-07-29T20:17:36.718ZJul 29 20:17:35.317 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17982026-07-29T20:17:36.718ZJul 29 20:17:35.317 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17992026-07-29T20:17:37.195ZJul 29 20:17:35.776 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18002026-07-29T20:17:37.398ZJul 29 20:17:35.986 INFO Download complete, target: TransceiverControl
18012026-07-29T20:17:38.660ZJul 29 20:17:37.235 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18022026-07-29T20:17:38.896ZJul 29 20:17:37.484 INFO Download complete, target: Console
18032026-07-29T20:17:39.317ZJul 29 20:17:37.913 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18042026-07-29T20:17:39.359ZJul 29 20:17:37.930 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18052026-07-29T20:17:39.384ZJul 29 20:17:37.985 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18062026-07-29T20:17:39.448ZJul 29 20:17:38.036 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18072026-07-29T20:17:40.141ZJul 29 20:17:38.742 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18082026-07-29T20:17:40.141ZJul 29 20:17:38.742 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18092026-07-29T20:17:41.412ZJul 29 20:17:40.015 INFO Download complete, target: MaghemiteDdmd
18102026-07-29T20:17:41.939ZJul 29 20:17:40.542 INFO Download complete, target: DendriteStub
18112026-07-29T20:17:41.958ZJul 29 20:17:40.561 INFO Download complete, target: MaghemiteMgd
18122026-07-29T20:17:44.793ZJul 29 20:17:43.393 INFO Checking that binary works, target: Cockroach
18132026-07-29T20:17:44.905ZJul 29 20:17:43.507 INFO Download complete, target: Cockroach
18142026-07-29T20:17:46.174ZJul 29 20:17:44.777 INFO Checking that binary works, target: Clickhouse
18152026-07-29T20:17:46.304ZJul 29 20:17:44.907 INFO Download complete, target: Clickhouse
18162026-07-29T20:17:46.347ZAll builder prerequisites installed successfully, and PATH looks valid
18172026-07-29T20:17:46.352Z
18182026-07-29T20:17:46.352Zreal 2:07.859289809
18192026-07-29T20:17:46.352Zuser 7:05.106430541
18202026-07-29T20:17:46.352Zsys 1:24.482875835
18212026-07-29T20:17:46.352Ztrap 0.232350280
18222026-07-29T20:17:46.352Ztflt 1.325272967
18232026-07-29T20:17:46.352Zdflt 2.247514675
18242026-07-29T20:17:46.352Zkflt 0.026634758
18252026-07-29T20:17:46.352Zlock 26:35.995693523
18262026-07-29T20:17:46.352Zslp 21:34.082991729
18272026-07-29T20:17:46.352Zlat 45.363926306
18282026-07-29T20:17:46.352Zstop 2:41.623680970
18292026-07-29T20:17:46.352Z+ banner clippy
18302026-07-29T20:17:46.352Z
18312026-07-29T20:17:46.352Z #### # # ##### ##### # #
18322026-07-29T20:17:46.352Z # # # # # # # # # #
18332026-07-29T20:17:46.352Z # # # # # # # #
18342026-07-29T20:17:46.353Z # # # ##### ##### #
18352026-07-29T20:17:46.353Z # # # # # # #
18362026-07-29T20:17:46.353Z #### ###### # # # #
18372026-07-29T20:17:46.353Z
18382026-07-29T20:17:46.353Z+ export CARGO_INCREMENTAL=0
18392026-07-29T20:17:46.353Z+ CARGO_INCREMENTAL=0
18402026-07-29T20:17:46.353Z+ ptime -m cargo xtask clippy
18412026-07-29T20:17:46.819Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18422026-07-29T20:17:47.103Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18432026-07-29T20:17:48.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
18442026-07-29T20:17:48.951Z Running `target/debug/xtask clippy`
18452026-07-29T20:17:48.974Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18462026-07-29T20:17:49.539Z Downloading crates ...
18472026-07-29T20:17:49.710Z Downloaded backtrace v0.3.76
18482026-07-29T20:17:49.713Z Downloaded backtrace-ext v0.2.1
18492026-07-29T20:17:49.713Z Downloaded constant_time_eq v0.3.1
18502026-07-29T20:17:49.716Z Downloaded cast v0.3.0
18512026-07-29T20:17:49.716Z Downloaded async-object-pool v0.2.0
18522026-07-29T20:17:49.716Z Downloaded assert-json-diff v2.0.2
18532026-07-29T20:17:49.716Z Downloaded cfg-expr v0.20.6
18542026-07-29T20:17:49.719Z Downloaded approx v0.5.1
18552026-07-29T20:17:49.719Z Downloaded concurrent-queue v2.5.0
18562026-07-29T20:17:49.719Z Downloaded criterion-plot v0.6.0
18572026-07-29T20:17:49.725Z Downloaded blake2b_simd v1.0.4
18582026-07-29T20:17:49.725Z Downloaded async-lock v3.4.2
18592026-07-29T20:17:49.725Z Downloaded datatest-stable v0.3.3
18602026-07-29T20:17:49.728Z Downloaded addr2line v0.25.1
18612026-07-29T20:17:49.728Z Downloaded event-listener-strategy v0.5.4
18622026-07-29T20:17:49.728Z Downloaded escape8259 v0.5.3
18632026-07-29T20:17:49.728Z Downloaded anes v0.1.6
18642026-07-29T20:17:49.728Z Downloaded guppy-workspace-hack v0.1.0
18652026-07-29T20:17:49.728Z Downloaded futures-timer v3.0.3
18662026-07-29T20:17:49.728Z Downloaded chumsky v0.9.3
18672026-07-29T20:17:49.731Z Downloaded event-listener v5.4.1
18682026-07-29T20:17:49.731Z Downloaded hex-literal v0.4.1
18692026-07-29T20:17:49.731Z Downloaded criterion v0.7.0
18702026-07-29T20:17:49.734Z Downloaded hickory-client v0.25.2
18712026-07-29T20:17:49.737Z Downloaded linkme-impl v0.3.35
18722026-07-29T20:17:49.738Z Downloaded miette-derive v5.10.0
18732026-07-29T20:17:49.738Z Downloaded httptest v0.16.4
18742026-07-29T20:17:49.741Z Downloaded nested v0.1.1
18752026-07-29T20:17:49.741Z Downloaded parking v2.2.1
18762026-07-29T20:17:49.741Z Downloaded pathdiff v0.2.3
18772026-07-29T20:17:49.741Z Downloaded assert_cmd v2.1.2
18782026-07-29T20:17:49.741Z Downloaded linkme v0.3.35
18792026-07-29T20:17:49.744Z Downloaded knuffel-derive v3.2.0
18802026-07-29T20:17:49.744Z Downloaded oorandom v11.1.5
18812026-07-29T20:17:49.744Z Downloaded plotters-backend v0.3.7
18822026-07-29T20:17:49.744Z Downloaded libtest-mimic v0.8.1
18832026-07-29T20:17:49.748Z Downloaded fancy-regex v0.14.0
18842026-07-29T20:17:49.748Z Downloaded plotters-svg v0.3.7
18852026-07-29T20:17:49.748Z Downloaded owo-colors v3.5.0
18862026-07-29T20:17:49.753Z Downloaded serde_regex v1.1.0
18872026-07-29T20:17:49.757Z Downloaded similar-asserts v1.7.0
18882026-07-29T20:17:49.757Z Downloaded knuffel v3.2.0
18892026-07-29T20:17:49.757Z Downloaded partial-io v0.5.4
18902026-07-29T20:17:49.761Z Downloaded path-tree v0.8.3
18912026-07-29T20:17:49.765Z Downloaded supports-color v2.1.0
18922026-07-29T20:17:49.769Z Downloaded supports-hyperlinks v2.1.0
18932026-07-29T20:17:49.773Z Downloaded supports-unicode v2.1.0
18942026-07-29T20:17:49.773Z Downloaded terminal_size v0.1.17
18952026-07-29T20:17:49.773Z Downloaded rust-argon2 v2.1.0
18962026-07-29T20:17:49.776Z Downloaded rustc-demangle v0.1.27
18972026-07-29T20:17:49.776Z Downloaded target-triple v1.0.0
18982026-07-29T20:17:49.779Z Downloaded guppy v0.17.25
18992026-07-29T20:17:49.782Z Downloaded relative-path v1.9.3
19002026-07-29T20:17:49.785Z Downloaded stringmetrics v2.2.2
19012026-07-29T20:17:49.785Z Downloaded termcolor v1.4.1
19022026-07-29T20:17:49.789Z Downloaded miette v5.10.0
19032026-07-29T20:17:49.798Z Downloaded target-lexicon v0.13.3
19042026-07-29T20:17:49.801Z Downloaded target-spec v3.5.7
19052026-07-29T20:17:49.801Z Downloaded rstest v0.25.0
19062026-07-29T20:17:49.804Z Downloaded gimli v0.32.3
19072026-07-29T20:17:49.808Z Downloaded rand_distr v0.5.1
19082026-07-29T20:17:49.811Z Downloaded tinytemplate v1.2.1
19092026-07-29T20:17:49.811Z Downloaded hashbrown v0.14.5
19102026-07-29T20:17:49.816Z Downloaded trybuild v1.0.116
19112026-07-29T20:17:49.820Z Downloaded rstest_macros v0.25.0
19122026-07-29T20:17:49.820Z Downloaded textwrap v0.15.2
19132026-07-29T20:17:49.820Z Downloaded plotters v0.3.7
19142026-07-29T20:17:49.931Z Downloaded httpmock v0.8.3
19152026-07-29T20:17:51.682Z Checking cfg-if v1.0.4
19162026-07-29T20:17:52.053Z Checking libc v0.2.185
19172026-07-29T20:17:52.056Z Checking serde_core v1.0.228
19182026-07-29T20:17:52.132Z Checking memchr v2.8.0
19192026-07-29T20:17:52.176Z Checking smallvec v1.15.1
19202026-07-29T20:17:52.209Z Checking zeroize v1.9.0
19212026-07-29T20:17:52.248Z Checking rand_core v0.10.0
19222026-07-29T20:17:52.285Z Checking itoa v1.0.17
19232026-07-29T20:17:52.288Z Checking subtle v2.6.1
19242026-07-29T20:17:52.377Z Checking log v0.4.29
19252026-07-29T20:17:52.417Z Checking libm v0.2.16
19262026-07-29T20:17:52.467Z Checking typenum v1.20.1
19272026-07-29T20:17:52.509Z Checking getrandom v0.4.1
19282026-07-29T20:17:52.509Z Checking errno v0.3.14
19292026-07-29T20:17:52.585Z Checking scopeguard v1.2.0
19302026-07-29T20:17:52.626Z Checking zmij v1.0.21
19312026-07-29T20:17:52.661Z Checking stable_deref_trait v1.2.1
19322026-07-29T20:17:52.704Z Checking zerofrom v0.1.6
19332026-07-29T20:17:52.743Z Checking lock_api v0.4.14
19342026-07-29T20:17:52.786Z Checking percent-encoding v2.3.2
19352026-07-29T20:17:52.822Z Checking litemap v0.8.1
19362026-07-29T20:17:52.859Z Checking yoke v0.8.1
19372026-07-29T20:17:52.893Z Checking writeable v0.6.2
19382026-07-29T20:17:52.950Z Checking icu_normalizer_data v2.1.1
19392026-07-29T20:17:52.990Z Checking icu_properties_data v2.1.2
19402026-07-29T20:17:53.031Z Checking form_urlencoded v1.2.2
19412026-07-29T20:17:53.069Z Checking zerovec v0.11.5
19422026-07-29T20:17:53.069Z Checking zerotrie v0.2.3
19432026-07-29T20:17:53.141Z Checking num-traits v0.2.19
19442026-07-29T20:17:53.143Z Checking utf8_iter v1.0.4
19452026-07-29T20:17:53.214Z Checking pin-project-lite v0.2.17
19462026-07-29T20:17:53.254Z Checking zerocopy v0.8.40
19472026-07-29T20:17:53.296Z Checking parking_lot_core v0.9.12
19482026-07-29T20:17:53.340Z Checking portable-atomic v1.13.1
19492026-07-29T20:17:53.376Z Checking critical-section v1.2.0
19502026-07-29T20:17:53.419Z Checking signal-hook-registry v1.4.8
19512026-07-29T20:17:53.503Z Checking parking_lot v0.12.5
19522026-07-29T20:17:53.544Z Checking tinystr v0.8.2
19532026-07-29T20:17:53.544Z Checking potential_utf v0.1.4
19542026-07-29T20:17:53.611Z Checking serde v1.0.228
19552026-07-29T20:17:53.616Z Checking serde_json v1.0.151
19562026-07-29T20:17:53.681Z Checking bitflags v2.11.0
19572026-07-29T20:17:53.722Z Checking mio v1.2.0
19582026-07-29T20:17:53.764Z Checking icu_collections v2.1.1
19592026-07-29T20:17:53.767Z Checking icu_locale_core v2.1.1
19602026-07-29T20:17:53.836Z Checking once_cell v1.21.3
19612026-07-29T20:17:53.883Z Checking iana-time-zone v0.1.65
19622026-07-29T20:17:54.022Z Checking socket2 v0.6.3
19632026-07-29T20:17:54.064Z Checking bytes v1.11.1
19642026-07-29T20:17:54.068Z Checking chrono v0.4.45
19652026-07-29T20:17:54.141Z Checking uuid v1.23.4
19662026-07-29T20:17:54.192Z Checking semver v1.0.28
19672026-07-29T20:17:54.293Z Checking thiserror v2.0.18
19682026-07-29T20:17:54.351Z Checking dyn-clone v1.0.20
19692026-07-29T20:17:54.395Z Checking icu_provider v2.1.1
19702026-07-29T20:17:54.469Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19712026-07-29T20:17:54.469Z Checking futures-core v0.3.32
19722026-07-29T20:17:54.512Z Checking equivalent v1.0.2
19732026-07-29T20:17:54.517Z Checking getrandom v0.2.17
19742026-07-29T20:17:54.583Z Checking tokio v1.52.1
19752026-07-29T20:17:54.624Z Checking rustix v1.1.3
19762026-07-29T20:17:54.629Z Checking cmov v0.5.4
19772026-07-29T20:17:54.694Z Checking icu_normalizer v2.1.1
19782026-07-29T20:17:54.734Z Checking icu_properties v2.1.2
19792026-07-29T20:17:54.819Z Checking rand_core v0.6.4
19802026-07-29T20:17:54.868Z Checking ctutils v0.4.2
19812026-07-29T20:17:54.971Z Checking futures-sink v0.3.32
19822026-07-29T20:17:55.023Z Checking byteorder v1.5.0
19832026-07-29T20:17:55.023Z Checking futures-task v0.3.32
19842026-07-29T20:17:55.098Z Checking futures-channel v0.3.32
19852026-07-29T20:17:55.101Z Checking hybrid-array v0.4.13
19862026-07-29T20:17:55.220Z Checking futures-io v0.3.32
19872026-07-29T20:17:55.256Z Checking slab v0.4.12
19882026-07-29T20:17:55.324Z Checking getrandom v0.3.4
19892026-07-29T20:17:55.364Z Checking generic-array v0.14.7
19902026-07-29T20:17:55.445Z Checking futures-util v0.3.32
19912026-07-29T20:17:55.483Z Checking hashbrown v0.17.0
19922026-07-29T20:17:55.519Z Checking thiserror v1.0.69
19932026-07-29T20:17:55.578Z Checking idna_adapter v1.2.1
19942026-07-29T20:17:55.640Z Checking fnv v1.0.7
19952026-07-29T20:17:55.723Z Checking idna v1.1.0
19962026-07-29T20:17:55.762Z Checking regex-syntax v0.8.10
19972026-07-29T20:17:55.829Z Checking base64ct v1.8.3
19982026-07-29T20:17:55.903Z Checking crypto-common v0.2.2
19992026-07-29T20:17:55.970Z Checking indexmap v2.14.0
20002026-07-29T20:17:55.974Z Checking ppv-lite86 v0.2.21
20012026-07-29T20:17:56.041Z Checking url v2.5.8
20022026-07-29T20:17:56.090Z Checking const-oid v0.9.6
20032026-07-29T20:17:56.321Z Checking crypto-common v0.1.7
20042026-07-29T20:17:56.478Z Checking block-buffer v0.12.1
20052026-07-29T20:17:56.516Z Checking schemars v0.8.22
20062026-07-29T20:17:56.554Z Checking block-buffer v0.10.4
20072026-07-29T20:17:56.591Z Checking base64 v0.22.1
20082026-07-29T20:17:56.664Z Checking utf8parse v0.2.2
20092026-07-29T20:17:56.721Z Checking anstyle v1.0.14
20102026-07-29T20:17:56.795Z Checking http v1.4.2
20112026-07-29T20:17:56.833Z Checking digest v0.10.7
20122026-07-29T20:17:56.868Z Checking tracing-core v0.1.36
20132026-07-29T20:17:56.926Z Checking colorchoice v1.0.4
20142026-07-29T20:17:57.049Z Checking anstyle-query v1.1.5
20152026-07-29T20:17:57.052Z Checking is_terminal_polyfill v1.70.2
20162026-07-29T20:17:57.121Z Checking rand_core v0.9.5
20172026-07-29T20:17:57.172Z Checking anstyle-parse v1.0.0
20182026-07-29T20:17:57.212Z Checking tracing v0.1.44
20192026-07-29T20:17:57.216Z Checking terminal_size v0.4.3
20202026-07-29T20:17:57.246Z Checking const-oid v0.10.2
20212026-07-29T20:17:57.338Z Checking ipnet v2.11.0
20222026-07-29T20:17:57.356Z Checking anstream v1.0.0
20232026-07-29T20:17:57.395Z Checking aho-corasick v1.1.4
20242026-07-29T20:17:57.400Z Checking clap_lex v1.0.0
20252026-07-29T20:17:57.467Z Checking strsim v0.11.1
20262026-07-29T20:17:57.470Z Checking rand_chacha v0.9.0
20272026-07-29T20:17:57.470Z Checking crossbeam-utils v0.8.21
20282026-07-29T20:17:57.574Z Checking erased-serde v0.3.31
20292026-07-29T20:17:57.612Z Checking powerfmt v0.2.0
20302026-07-29T20:17:57.615Z Checking unicode-ident v1.0.24
20312026-07-29T20:17:57.688Z Checking clap_builder v4.6.0
20322026-07-29T20:17:57.725Z Checking rand v0.9.2
20332026-07-29T20:17:57.766Z Checking tokio-util v0.7.18
20342026-07-29T20:17:57.804Z Checking deranged v0.5.8
20352026-07-29T20:17:57.808Z Checking proc-macro2 v1.0.106
20362026-07-29T20:17:57.894Z Checking num_threads v0.1.7
20372026-07-29T20:17:57.979Z Checking slog v2.8.2
20382026-07-29T20:17:58.016Z Checking time-core v0.1.8
20392026-07-29T20:17:58.090Z Checking regex-automata v0.4.14
20402026-07-29T20:17:58.173Z Checking num-conv v0.2.0
20412026-07-29T20:17:58.212Z Checking quote v1.0.45
20422026-07-29T20:17:58.215Z Checking digest v0.11.3
20432026-07-29T20:17:58.289Z Checking httparse v1.10.1
20442026-07-29T20:17:58.327Z Checking anyhow v1.0.102
20452026-07-29T20:17:58.398Z Checking cpufeatures v0.3.0
20462026-07-29T20:17:58.435Z Checking fastrand v2.3.0
20472026-07-29T20:17:58.473Z Checking allocator-api2 v0.2.21
20482026-07-29T20:17:58.507Z Checking syn v2.0.117
20492026-07-29T20:17:58.545Z Checking cpufeatures v0.2.17
20502026-07-29T20:17:58.549Z Checking aws-lc-sys v0.40.0
20512026-07-29T20:17:58.636Z Checking rustls-pki-types v1.14.0
20522026-07-29T20:17:58.674Z Checking untrusted v0.7.1
20532026-07-29T20:17:58.749Z Checking time v0.3.47
20542026-07-29T20:17:58.787Z Checking tempfile v3.25.0
20552026-07-29T20:17:58.823Z Checking http-body v1.0.1
20562026-07-29T20:17:58.928Z Checking clap v4.6.1
20572026-07-29T20:17:58.968Z Checking ipnetwork v0.21.1
20582026-07-29T20:17:59.006Z Checking atomic-waker v1.1.2
20592026-07-29T20:17:59.009Z Checking hex v0.4.3
20602026-07-29T20:17:59.077Z Checking try-lock v0.2.5
20612026-07-29T20:17:59.114Z Checking aws-lc-rs v1.16.3
20622026-07-29T20:17:59.150Z Checking httpdate v1.0.3
20632026-07-29T20:17:59.203Z Checking want v0.3.1
20642026-07-29T20:17:59.206Z Checking h2 v0.4.15
20652026-07-29T20:17:59.283Z Checking tower-layer v0.3.3
20662026-07-29T20:17:59.322Z Checking tower-service v0.3.3
20672026-07-29T20:17:59.358Z Checking untrusted v0.9.0
20682026-07-29T20:17:59.437Z Checking ryu v1.0.23
20692026-07-29T20:17:59.476Z Checking pem-rfc7468 v0.7.0
20702026-07-29T20:17:59.511Z Checking spin v0.9.8
20712026-07-29T20:17:59.601Z Checking flagset v0.4.7
20722026-07-29T20:17:59.657Z Checking mime v0.3.17
20732026-07-29T20:17:59.715Z Checking simd-adler32 v0.3.8
20742026-07-29T20:17:59.753Z Checking der v0.7.10
20752026-07-29T20:17:59.858Z Checking adler2 v2.0.1
20762026-07-29T20:17:59.898Z Checking http-body-util v0.1.3
20772026-07-29T20:17:59.935Z Checking block-padding v0.4.2
20782026-07-29T20:17:59.939Z Checking pretty-hex v0.4.1
20792026-07-29T20:18:00.008Z Checking rustls-webpki v0.103.13
20802026-07-29T20:18:00.011Z Checking miniz_oxide v0.8.9
20812026-07-29T20:18:00.144Z Checking oxnet v0.1.6
20822026-07-29T20:18:00.147Z Checking inout v0.2.2
20832026-07-29T20:18:00.147Z Checking camino v1.2.2
20842026-07-29T20:18:00.351Z Checking plain v0.2.3
20852026-07-29T20:18:00.389Z Checking openssl-probe v0.2.1
20862026-07-29T20:18:00.426Z Checking regex v1.12.3
20872026-07-29T20:18:00.482Z Checking serde_urlencoded v0.7.1
20882026-07-29T20:18:00.523Z Checking rand_chacha v0.3.1
20892026-07-29T20:18:00.555Z Checking encoding_rs v0.8.35
20902026-07-29T20:18:00.555Z Checking ucd-trie v0.1.7
20912026-07-29T20:18:00.625Z Checking rustls v0.23.41
20922026-07-29T20:18:00.708Z Checking spki v0.7.3
20932026-07-29T20:18:00.746Z Checking pest v2.8.6
20942026-07-29T20:18:00.749Z Checking rand v0.8.6
20952026-07-29T20:18:00.780Z Checking cipher v0.5.2
20962026-07-29T20:18:00.849Z Checking futures-executor v0.3.32
20972026-07-29T20:18:00.896Z Checking crc32fast v1.5.0
20982026-07-29T20:18:01.026Z Checking futures v0.3.32
20992026-07-29T20:18:01.068Z Checking sync_wrapper v1.0.2
21002026-07-29T20:18:01.104Z Checking either v1.15.0
21012026-07-29T20:18:01.142Z Checking pkcs8 v0.10.2
21022026-07-29T20:18:01.198Z Checking tower v0.5.3
21032026-07-29T20:18:01.320Z Checking iri-string v0.7.10
21042026-07-29T20:18:01.324Z Checking foldhash v0.2.0
21052026-07-29T20:18:01.324Z Checking zlib-rs v0.6.2
21062026-07-29T20:18:01.532Z Checking static_assertions v1.1.0
21072026-07-29T20:18:01.574Z Checking hashbrown v0.16.1
21082026-07-29T20:18:01.627Z Checking sha2 v0.10.9
21092026-07-29T20:18:01.665Z Checking openapiv3 v2.2.0
21102026-07-29T20:18:01.843Z Checking bit-vec v0.8.0
21112026-07-29T20:18:01.923Z Checking lazy_static v1.5.0
21122026-07-29T20:18:02.040Z Checking hubpack v0.1.2
21132026-07-29T20:18:02.080Z Checking bit-set v0.8.0
21142026-07-29T20:18:02.083Z Checking hyper v1.10.1
21152026-07-29T20:18:02.151Z Checking wait-timeout v0.2.1
21162026-07-29T20:18:02.230Z Checking tinyvec_macros v0.1.1
21172026-07-29T20:18:02.269Z Checking rustls-native-certs v0.8.3
21182026-07-29T20:18:02.272Z Checking flate2 v1.1.9
21192026-07-29T20:18:02.341Z Checking tinyvec v1.10.0
21202026-07-29T20:18:02.341Z Checking strum v0.26.3
21212026-07-29T20:18:02.409Z Checking tower-http v0.6.8
21222026-07-29T20:18:02.446Z Checking quick-error v1.2.3
21232026-07-29T20:18:02.508Z Checking psl-types v2.0.11
21242026-07-29T20:18:02.572Z Checking rusty-fork v0.3.1
21252026-07-29T20:18:02.616Z Checking cookie v0.18.1
21262026-07-29T20:18:02.653Z Checking publicsuffix v2.3.0
21272026-07-29T20:18:02.690Z Checking rand_xorshift v0.4.0
21282026-07-29T20:18:02.727Z Checking signature v2.2.0
21292026-07-29T20:18:02.772Z Checking num-integer v0.1.46
21302026-07-29T20:18:02.833Z Checking unarray v0.1.4
21312026-07-29T20:18:02.836Z Checking scroll v0.13.0
21322026-07-29T20:18:02.904Z Checking cookie_store v0.22.1
21332026-07-29T20:18:02.907Z Checking tokio-rustls v0.26.4
21342026-07-29T20:18:02.907Z Checking rustls-platform-verifier v0.6.2
21352026-07-29T20:18:03.007Z Checking anstyle-parse v0.2.7
21362026-07-29T20:18:03.010Z Checking proptest v1.10.0
21372026-07-29T20:18:03.078Z Checking ahash v0.8.12
21382026-07-29T20:18:03.084Z Checking hyper-util v0.1.20
21392026-07-29T20:18:03.147Z Checking goblin v0.10.5
21402026-07-29T20:18:03.151Z Checking toml_datetime v0.6.11
21412026-07-29T20:18:03.219Z Checking serde_spanned v0.6.9
21422026-07-29T20:18:03.223Z Checking memmap2 v0.9.10
21432026-07-29T20:18:03.289Z Checking base64 v0.21.7
21442026-07-29T20:18:03.292Z Checking anstream v0.6.21
21452026-07-29T20:18:03.369Z Checking dtrace-parser v0.3.0
21462026-07-29T20:18:03.408Z Checking bstr v1.12.1
21472026-07-29T20:18:03.446Z Checking thread-id v5.1.0
21482026-07-29T20:18:03.545Z Checking data-encoding v2.10.0
21492026-07-29T20:18:03.548Z Checking x509-cert v0.2.5
21502026-07-29T20:18:03.618Z Checking hmac v0.12.1
21512026-07-29T20:18:03.655Z Checking num-iter v0.1.45
21522026-07-29T20:18:03.777Z Checking crossbeam-epoch v0.9.18
21532026-07-29T20:18:03.816Z Checking memoffset v0.9.1
21542026-07-29T20:18:03.819Z Checking scroll v0.12.0
21552026-07-29T20:18:03.890Z Checking env_filter v1.0.0
21562026-07-29T20:18:03.924Z Checking tap v1.0.1
21572026-07-29T20:18:04.027Z Checking num-bigint-dig v0.8.6
21582026-07-29T20:18:04.064Z Checking env_logger v0.11.9
21592026-07-29T20:18:04.067Z Checking wyz v0.5.1
21602026-07-29T20:18:04.134Z Checking goblin v0.8.2
21612026-07-29T20:18:04.210Z Checking pkcs1 v0.7.5
21622026-07-29T20:18:04.294Z Checking zerocopy v0.7.35
21632026-07-29T20:18:04.316Z Checking rustix v0.38.44
21642026-07-29T20:18:04.355Z Checking hyper-rustls v0.27.7
21652026-07-29T20:18:04.439Z Checking radium v0.7.0
21662026-07-29T20:18:04.586Z Checking reqwest v0.13.2
21672026-07-29T20:18:04.635Z Checking same-file v1.0.6
21682026-07-29T20:18:04.783Z Checking funty v2.0.0
21692026-07-29T20:18:04.787Z Checking crc-catalog v2.4.0
21702026-07-29T20:18:04.854Z Checking newtype-uuid v1.3.2
21712026-07-29T20:18:04.893Z Checking unicode-segmentation v1.12.0
21722026-07-29T20:18:04.934Z Checking crc v3.4.0
21732026-07-29T20:18:05.086Z Checking daft v0.1.7
21742026-07-29T20:18:05.123Z Checking rsa v0.9.10
21752026-07-29T20:18:05.126Z Checking bitvec v1.0.1
21762026-07-29T20:18:05.195Z Checking walkdir v2.5.0
21772026-07-29T20:18:05.231Z Checking nix v0.31.2
21782026-07-29T20:18:05.353Z Checking unicode-normalization v0.1.25
21792026-07-29T20:18:05.392Z Checking dtrace-parser v0.2.0
21802026-07-29T20:18:05.430Z Checking dof v0.4.0
21812026-07-29T20:18:05.469Z Checking zerocopy v0.6.6
21822026-07-29T20:18:05.621Z Checking ff v0.13.1
21832026-07-29T20:18:05.659Z Checking maybe-uninit v2.0.0
21842026-07-29T20:18:05.754Z Checking thread-id v4.2.2
21852026-07-29T20:18:05.793Z Checking base16ct v0.2.0
21862026-07-29T20:18:05.796Z Checking winnow v0.5.40
21872026-07-29T20:18:05.796Z Checking foreign-types-shared v0.1.1
21882026-07-29T20:18:05.893Z Checking nodrop v0.1.14
21892026-07-29T20:18:05.934Z Checking foreign-types v0.3.2
21902026-07-29T20:18:05.971Z Checking sec1 v0.7.3
21912026-07-29T20:18:06.010Z Checking array-init v0.0.4
21922026-07-29T20:18:06.047Z Checking dof v0.3.0
21932026-07-29T20:18:06.051Z Checking group v0.13.0
21942026-07-29T20:18:06.118Z Checking usdt-impl v0.6.0
21952026-07-29T20:18:06.197Z Checking smallvec v0.6.14
21962026-07-29T20:18:06.235Z Checking hkdf v0.12.4
21972026-07-29T20:18:06.329Z Checking serde_with v3.21.0
21982026-07-29T20:18:06.391Z Checking usdt-impl v0.5.0
21992026-07-29T20:18:06.431Z Checking crypto-bigint v0.5.5
22002026-07-29T20:18:06.434Z Checking usdt v0.6.0
22012026-07-29T20:18:06.434Z Checking bitfield v0.19.4
22022026-07-29T20:18:06.533Z Checking bzip2-sys v0.1.13+1.0.8
22032026-07-29T20:18:06.536Z Checking packed_struct v0.10.1
22042026-07-29T20:18:06.646Z Checking openssl-sys v0.9.115
22052026-07-29T20:18:06.692Z Checking hashbrown v0.12.3
22062026-07-29T20:18:06.730Z Checking winnow v0.7.14
22072026-07-29T20:18:06.767Z Checking foldhash v0.1.5
22082026-07-29T20:18:06.931Z Checking keccak v0.1.6
22092026-07-29T20:18:07.030Z Checking toml_edit v0.19.15
22102026-07-29T20:18:07.069Z Checking openssl v0.10.79
22112026-07-29T20:18:07.115Z Checking indexmap v1.9.3
22122026-07-29T20:18:07.155Z Checking sha3 v0.10.8
22132026-07-29T20:18:07.349Z Checking elliptic-curve v0.13.8
22142026-07-29T20:18:07.387Z Checking hashbrown v0.15.5
22152026-07-29T20:18:07.455Z Checking bzip2 v0.4.4
22162026-07-29T20:18:07.625Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22172026-07-29T20:18:07.663Z Checking serde-hex v0.1.0
22182026-07-29T20:18:07.705Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22192026-07-29T20:18:07.837Z Checking ron v0.8.1
22202026-07-29T20:18:07.875Z Checking hashbrown v0.13.2
22212026-07-29T20:18:07.912Z Checking itertools v0.13.0
22222026-07-29T20:18:07.947Z Checking bitflags v1.3.2
22232026-07-29T20:18:08.044Z Checking winnow v1.0.3
22242026-07-29T20:18:08.081Z Checking toml v0.7.8
22252026-07-29T20:18:08.311Z Checking siphasher v1.0.2
22262026-07-29T20:18:08.358Z Checking crc-any v2.5.0
22272026-07-29T20:18:08.396Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22282026-07-29T20:18:08.435Z Checking toml_parser v1.1.2+spec-1.1.0
22292026-07-29T20:18:08.491Z Checking object v0.30.4
22302026-07-29T20:18:08.555Z Checking zip v0.6.6
22312026-07-29T20:18:08.592Z Checking globset v0.4.18
22322026-07-29T20:18:08.783Z Checking signal-hook v0.3.18
22332026-07-29T20:18:08.863Z Checking managed v0.8.0
22342026-07-29T20:18:08.903Z Checking toml_write v0.1.2
22352026-07-29T20:18:08.943Z Checking path-slash v0.1.5
22362026-07-29T20:18:08.999Z Checking chacha20 v0.10.0
22372026-07-29T20:18:09.057Z Checking native-tls v0.2.18
22382026-07-29T20:18:09.095Z Checking curve25519-dalek v4.1.3
22392026-07-29T20:18:09.100Z Checking toml_edit v0.22.27
22402026-07-29T20:18:09.100Z Checking pin-project v1.1.11
22412026-07-29T20:18:09.200Z Checking object v0.37.3
22422026-07-29T20:18:09.252Z Checking jiff-core v0.1.0
22432026-07-29T20:18:09.291Z Checking tokio-native-tls v0.3.1
22442026-07-29T20:18:09.295Z Checking signal-hook-mio v0.2.5
22452026-07-29T20:18:09.423Z Checking ed25519 v2.2.3
22462026-07-29T20:18:09.511Z Checking pem v3.0.6
22472026-07-29T20:18:09.637Z Checking ref-cast v1.0.25
22482026-07-29T20:18:09.695Z Checking zstd-sys v2.0.16+zstd.1.5.7
22492026-07-29T20:18:09.766Z Checking hyper-tls v0.6.0
22502026-07-29T20:18:09.837Z Checking zstd-safe v7.2.4
22512026-07-29T20:18:09.879Z Checking ed25519-dalek v2.2.0
22522026-07-29T20:18:09.963Z Checking jiff v0.2.34
22532026-07-29T20:18:09.966Z Checking snafu v0.8.9
22542026-07-29T20:18:10.035Z Checking serde_plain v1.0.2
22552026-07-29T20:18:10.134Z Checking typed-path v0.9.3
22562026-07-29T20:18:10.207Z Checking fixedbitset v0.5.7
22572026-07-29T20:18:10.261Z Checking bumpalo v3.20.2
22582026-07-29T20:18:10.264Z Checking libbz2-rs-sys v0.2.2
22592026-07-29T20:18:10.429Z Checking petgraph v0.8.3
22602026-07-29T20:18:10.495Z Checking zopfli v0.8.3
22612026-07-29T20:18:10.570Z Checking zstd v0.13.3
22622026-07-29T20:18:10.629Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22632026-07-29T20:18:10.711Z Checking bzip2 v0.6.1
22642026-07-29T20:18:10.787Z Checking reqwest v0.12.28
22652026-07-29T20:18:10.846Z Checking crossterm v0.28.1
22662026-07-29T20:18:10.896Z Checking similar v2.7.0
22672026-07-29T20:18:10.937Z Checking fs-err v3.3.0
22682026-07-29T20:18:11.266Z Checking hash32 v0.2.1
22692026-07-29T20:18:11.304Z Checking serde-big-array v0.5.1
22702026-07-29T20:18:11.464Z Checking unicode-properties v0.1.4
22712026-07-29T20:18:11.467Z Checking predicates-core v1.0.10
22722026-07-29T20:18:11.535Z Checking unicode-bidi v0.3.18
22732026-07-29T20:18:11.574Z Checking heapless v0.7.17
22742026-07-29T20:18:11.577Z Checking olpc-cjson v0.1.4
22752026-07-29T20:18:11.645Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22762026-07-29T20:18:11.714Z Checking hickory-proto v0.25.2
22772026-07-29T20:18:11.720Z Checking byte-wrapper v0.1.0
22782026-07-29T20:18:11.757Z Checking md-5 v0.10.6
22792026-07-29T20:18:11.854Z Checking stringprep v0.1.5
22802026-07-29T20:18:11.859Z Checking zip v4.6.1
22812026-07-29T20:18:11.926Z Checking float-cmp v0.10.0
22822026-07-29T20:18:11.964Z Checking normalize-line-endings v0.3.0
22832026-07-29T20:18:12.007Z Checking fallible-iterator v0.2.0
22842026-07-29T20:18:12.046Z Checking difflib v0.4.0
22852026-07-29T20:18:12.050Z Checking smoltcp v0.9.1
22862026-07-29T20:18:12.050Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22872026-07-29T20:18:12.084Z Checking tough v0.22.0
22882026-07-29T20:18:12.121Z Checking iddqd v0.4.2
22892026-07-29T20:18:12.247Z Checking predicates v3.1.4
22902026-07-29T20:18:12.298Z Checking postgres-protocol v0.6.10
22912026-07-29T20:18:12.476Z Checking phf_shared v0.11.3
22922026-07-29T20:18:12.567Z Checking phf_shared v0.13.1
22932026-07-29T20:18:12.634Z Checking tokio-stream v0.1.18
22942026-07-29T20:18:12.672Z Checking buf-list v1.1.2
22952026-07-29T20:18:12.708Z Checking strum v0.27.2
22962026-07-29T20:18:12.746Z Checking new_debug_unreachable v1.0.6
22972026-07-29T20:18:12.790Z Checking lalrpop-util v0.19.12
22982026-07-29T20:18:12.844Z Checking fixedbitset v0.4.2
22992026-07-29T20:18:12.846Z Checking precomputed-hash v0.1.1
23002026-07-29T20:18:12.915Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23012026-07-29T20:18:12.976Z Checking phf v0.13.1
23022026-07-29T20:18:13.014Z Checking string_cache v0.8.9
23032026-07-29T20:18:13.051Z Checking petgraph v0.6.5
23042026-07-29T20:18:13.054Z Checking postgres-types v0.2.12
23052026-07-29T20:18:13.123Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23062026-07-29T20:18:13.159Z Checking peg-runtime v0.8.5
23072026-07-29T20:18:13.206Z Checking whoami v2.1.0
23082026-07-29T20:18:13.410Z Checking is-terminal v0.4.17
23092026-07-29T20:18:13.452Z Checking tokio-postgres v0.7.16
23102026-07-29T20:18:13.456Z Checking crossbeam-channel v0.5.15
23112026-07-29T20:18:13.456Z Checking thread_local v1.1.9
23122026-07-29T20:18:13.559Z Checking term v1.2.1
23132026-07-29T20:18:13.685Z Checking take_mut v0.2.2
23142026-07-29T20:18:13.812Z Checking slog-term v2.9.2
23152026-07-29T20:18:13.848Z Compiling newtype-uuid-macros v0.1.0
23162026-07-29T20:18:13.883Z Checking slog-async v2.8.0
23172026-07-29T20:18:14.085Z Checking match_cfg v0.1.0
23182026-07-29T20:18:14.124Z Checking slog-json v2.6.1
23192026-07-29T20:18:14.184Z Checking hostname v0.3.1
23202026-07-29T20:18:14.238Z Compiling multer v3.1.0
23212026-07-29T20:18:14.304Z Compiling async-stream-impl v0.3.6
23222026-07-29T20:18:14.307Z Checking slog-bunyan v2.5.0
23232026-07-29T20:18:14.338Z Compiling dropshot v0.17.1
23242026-07-29T20:18:14.438Z Compiling dropshot_endpoint v0.17.1
23252026-07-29T20:18:14.510Z Checking debug-ignore v1.0.5
23262026-07-29T20:18:14.557Z Checking progenitor-client v0.14.0
23272026-07-29T20:18:14.631Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23282026-07-29T20:18:14.667Z Checking sha1 v0.11.0
23292026-07-29T20:18:14.701Z Checking serde_path_to_error v0.1.20
23302026-07-29T20:18:14.739Z Checking serde_spanned v1.1.1
23312026-07-29T20:18:14.812Z Checking toml_datetime v1.1.1+spec-1.1.0
23322026-07-29T20:18:14.876Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23332026-07-29T20:18:14.915Z Checking toml_writer v1.1.1+spec-1.1.0
23342026-07-29T20:18:14.948Z Checking compression-core v0.4.31
23352026-07-29T20:18:14.994Z Checking async-stream v0.3.6
23362026-07-29T20:18:15.082Z Checking waitgroup v0.1.2
23372026-07-29T20:18:15.120Z Checking compression-codecs v0.4.37
23382026-07-29T20:18:15.123Z Checking toml v1.1.2+spec-1.1.0
23392026-07-29T20:18:15.191Z Checking rustls-pemfile v2.2.0
23402026-07-29T20:18:15.262Z Checking hostname v0.4.2
23412026-07-29T20:18:15.299Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23422026-07-29T20:18:15.302Z Checking atomicwrites v0.4.4
23432026-07-29T20:18:15.370Z Checking async-compression v0.4.41
23442026-07-29T20:18:15.374Z Checking itertools v0.14.0
23452026-07-29T20:18:15.445Z Compiling parse-display-derive v0.10.0
23462026-07-29T20:18:15.483Z Checking macaddr v1.0.1
23472026-07-29T20:18:15.487Z Checking regress v0.10.5
23482026-07-29T20:18:15.551Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23492026-07-29T20:18:15.675Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23502026-07-29T20:18:15.713Z Checking instant v0.1.13
23512026-07-29T20:18:15.750Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23522026-07-29T20:18:15.753Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23532026-07-29T20:18:15.827Z Checking backoff v0.4.0
23542026-07-29T20:18:16.005Z Checking backon v1.6.0
23552026-07-29T20:18:16.041Z Checking humantime v2.3.0
23562026-07-29T20:18:16.109Z Checking unicode-width v0.2.0
23572026-07-29T20:18:16.201Z Checking progenitor-extras v0.2.0
23582026-07-29T20:18:16.204Z Compiling convert_case v0.4.0
23592026-07-29T20:18:16.272Z Checking heck v0.5.0
23602026-07-29T20:18:16.379Z Checking half v2.7.1
23612026-07-29T20:18:16.448Z Checking ciborium-io v0.2.2
23622026-07-29T20:18:16.485Z Checking secrecy v0.10.3
23632026-07-29T20:18:16.489Z Checking indent_write v2.2.0
23642026-07-29T20:18:16.567Z Checking camino-tempfile v1.4.1
23652026-07-29T20:18:16.632Z Compiling regress v0.11.1
23662026-07-29T20:18:16.670Z Compiling derive_more v0.99.20
23672026-07-29T20:18:16.705Z Compiling crucible-workspace-hack v0.1.0
23682026-07-29T20:18:16.708Z Checking ciborium-ll v0.2.2
23692026-07-29T20:18:16.774Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-07-29T20:18:16.944Z Checking ciborium v0.2.2
23712026-07-29T20:18:16.979Z Checking inout v0.1.4
23722026-07-29T20:18:17.109Z Checking universal-hash v0.5.1
23732026-07-29T20:18:17.181Z Checking parse-display v0.10.0
23742026-07-29T20:18:17.184Z Checking cipher v0.4.4
23752026-07-29T20:18:17.294Z Compiling thiserror-impl-no-std v2.0.2
23762026-07-29T20:18:17.384Z Checking opaque-debug v0.3.1
23772026-07-29T20:18:17.387Z Checking blake2 v0.10.6
23782026-07-29T20:18:17.457Z Checking chacha20 v0.9.1
23792026-07-29T20:18:17.491Z Checking poly1305 v0.8.0
23802026-07-29T20:18:17.671Z Checking aead v0.5.2
23812026-07-29T20:18:17.708Z Checking password-hash v0.5.0
23822026-07-29T20:18:17.777Z Compiling unsafe-libyaml v0.2.11
23832026-07-29T20:18:17.841Z Checking chacha20poly1305 v0.10.1
23842026-07-29T20:18:17.955Z Checking argon2 v0.5.3
23852026-07-29T20:18:17.993Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23862026-07-29T20:18:18.195Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-07-29T20:18:18.322Z Compiling typify-impl v0.6.2
23882026-07-29T20:18:18.427Z Compiling serde_yaml v0.9.34+deprecated
23892026-07-29T20:18:18.464Z Checking thiserror-no-std v2.0.2
23902026-07-29T20:18:18.551Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-07-29T20:18:18.589Z Checking vsss-rs v3.3.4
23922026-07-29T20:18:18.862Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23932026-07-29T20:18:19.126Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23942026-07-29T20:18:19.229Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23952026-07-29T20:18:19.718Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-07-29T20:18:19.785Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23972026-07-29T20:18:19.834Z Checking crossbeam-deque v0.8.6
23982026-07-29T20:18:19.870Z Checking swrite v0.1.0
23992026-07-29T20:18:19.959Z Compiling rayon-core v1.13.0
24002026-07-29T20:18:19.996Z Compiling toml_datetime v0.7.5+spec-1.1.0
24012026-07-29T20:18:20.080Z Compiling proc-macro-error v1.0.4
24022026-07-29T20:18:20.080Z Checking tabwriter v1.4.1
24032026-07-29T20:18:20.247Z Compiling toml_edit v0.23.10+spec-1.0.0
24042026-07-29T20:18:20.289Z Checking toml v0.8.23
24052026-07-29T20:18:20.364Z Checking glob v0.3.3
24062026-07-29T20:18:20.559Z Checking rayon v1.11.0
24072026-07-29T20:18:20.596Z Compiling itertools v0.15.0
24082026-07-29T20:18:20.633Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24092026-07-29T20:18:20.666Z Compiling heapless v0.8.0
24102026-07-29T20:18:20.755Z Checking colored v3.1.1
24112026-07-29T20:18:20.881Z Compiling proc-macro-crate v3.4.0
24122026-07-29T20:18:21.007Z Checking hash32 v0.3.1
24132026-07-29T20:18:21.160Z Compiling smoltcp v0.11.0
24142026-07-29T20:18:21.197Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24152026-07-29T20:18:21.472Z Compiling num_enum_derive v0.7.6
24162026-07-29T20:18:21.518Z Checking cobs v0.3.0
24172026-07-29T20:18:21.601Z Compiling usdt-attr-macro v0.5.0
24182026-07-29T20:18:21.693Z Compiling usdt-macro v0.5.0
24192026-07-29T20:18:21.735Z Checking memmap v0.7.0
24202026-07-29T20:18:21.858Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24212026-07-29T20:18:21.902Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24222026-07-29T20:18:21.959Z Compiling ingot-macros v0.2.0
24232026-07-29T20:18:22.151Z Checking postcard v1.1.3
24242026-07-29T20:18:22.425Z Checking rand v0.10.1
24252026-07-29T20:18:22.462Z Checking usdt v0.5.0
24262026-07-29T20:18:22.497Z Compiling proc-macro-crate v1.3.1
24272026-07-29T20:18:22.536Z Checking num_enum v0.7.6
24282026-07-29T20:18:22.658Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24292026-07-29T20:18:22.695Z Checking sigpipe v0.1.3
24302026-07-29T20:18:22.788Z Compiling typify-macro v0.6.2
24312026-07-29T20:18:22.826Z Compiling foreign-types-macros v0.2.3
24322026-07-29T20:18:22.893Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24332026-07-29T20:18:22.927Z Checking foreign-types-shared v0.3.1
24342026-07-29T20:18:22.962Z Compiling num_enum_derive v0.5.11
24352026-07-29T20:18:23.181Z Checking cstr-argument v0.1.2
24362026-07-29T20:18:23.270Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24372026-07-29T20:18:23.319Z Compiling num-derive v0.4.2
24382026-07-29T20:18:23.401Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24392026-07-29T20:18:23.427Z Checking foreign-types v0.5.0
24402026-07-29T20:18:23.533Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24412026-07-29T20:18:23.723Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24422026-07-29T20:18:23.807Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24432026-07-29T20:18:23.843Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24442026-07-29T20:18:23.880Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24452026-07-29T20:18:24.001Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24462026-07-29T20:18:24.005Z Checking num_enum v0.5.11
24472026-07-29T20:18:24.070Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24482026-07-29T20:18:24.146Z Compiling zone_cfg_derive v0.3.1
24492026-07-29T20:18:24.183Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24502026-07-29T20:18:24.253Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24512026-07-29T20:18:24.382Z Checking itertools v0.12.1
24522026-07-29T20:18:24.435Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24532026-07-29T20:18:24.471Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24542026-07-29T20:18:24.519Z Compiling typify v0.6.2
24552026-07-29T20:18:24.685Z Compiling progenitor-impl v0.14.0
24562026-07-29T20:18:24.760Z Checking ingot-types v0.2.0
24572026-07-29T20:18:24.831Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24582026-07-29T20:18:24.934Z Checking smf v0.2.3
24592026-07-29T20:18:25.005Z Checking whoami v1.6.1
24602026-07-29T20:18:25.104Z Compiling derive-where v1.6.0
24612026-07-29T20:18:25.148Z Checking ingot v0.2.1
24622026-07-29T20:18:25.190Z Checking tokio-dtrace v0.1.1
24632026-07-29T20:18:25.228Z Checking console v0.15.11
24642026-07-29T20:18:25.397Z Checking zone v0.3.1
24652026-07-29T20:18:25.435Z Checking oxide-tokio-rt v0.1.4
24662026-07-29T20:18:25.526Z Checking newline-converter v0.3.0
24672026-07-29T20:18:25.630Z Checking bytecount v0.6.9
24682026-07-29T20:18:25.667Z Checking expectorate v1.2.0
24692026-07-29T20:18:25.701Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24702026-07-29T20:18:25.759Z Checking unicode-width v0.1.14
24712026-07-29T20:18:25.795Z Checking num-rational v0.4.2
24722026-07-29T20:18:25.828Z Checking num-complex v0.4.6
24732026-07-29T20:18:26.033Z Checking float-ord v0.3.2
24742026-07-29T20:18:26.089Z Compiling cancel-safe-futures v0.1.5
24752026-07-29T20:18:26.170Z Checking linear-map v1.2.0
24762026-07-29T20:18:26.199Z Checking num v0.4.3
24772026-07-29T20:18:26.300Z Checking gethostname v0.5.0
24782026-07-29T20:18:26.463Z Compiling prettyplease v0.2.37
24792026-07-29T20:18:26.466Z Checking oxide-update-engine-types v0.1.2
24802026-07-29T20:18:26.569Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24812026-07-29T20:18:26.744Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24822026-07-29T20:18:26.843Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24832026-07-29T20:18:26.975Z Checking resolv-conf v0.7.6
24842026-07-29T20:18:27.024Z Compiling owo-colors v4.3.0
24852026-07-29T20:18:27.191Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24862026-07-29T20:18:27.356Z Compiling progenitor-macro v0.14.0
24872026-07-29T20:18:27.435Z Checking oxide-update-engine v0.1.2
24882026-07-29T20:18:27.629Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24892026-07-29T20:18:27.877Z Checking smawk v0.3.2
24902026-07-29T20:18:27.914Z Checking unicode-linebreak v0.1.5
24912026-07-29T20:18:28.011Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24922026-07-29T20:18:28.048Z Checking papergrid v0.11.0
24932026-07-29T20:18:28.083Z Compiling tabled_derive v0.7.0
24942026-07-29T20:18:28.149Z Compiling convert_case v0.10.0
24952026-07-29T20:18:28.484Z Compiling slog-dtrace v0.3.0
24962026-07-29T20:18:28.605Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24972026-07-29T20:18:28.681Z Compiling derive_more-impl v2.1.1
24982026-07-29T20:18:28.949Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24992026-07-29T20:18:29.016Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25002026-07-29T20:18:29.052Z Checking tabled v0.15.0
25012026-07-29T20:18:29.087Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25022026-07-29T20:18:29.515Z Checking derive_more v2.1.1
25032026-07-29T20:18:29.689Z Checking crossterm v0.29.0
25042026-07-29T20:18:29.800Z Checking linked-hash-map v0.5.6
25052026-07-29T20:18:30.007Z Checking lru-cache v0.1.2
25062026-07-29T20:18:30.306Z Checking hickory-proto v0.24.4
25072026-07-29T20:18:30.345Z Checking fd-lock v4.0.4
25082026-07-29T20:18:30.792Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25092026-07-29T20:18:30.958Z Checking vte v0.14.1
25102026-07-29T20:18:31.206Z Checking display-error-chain v0.2.2
25112026-07-29T20:18:31.348Z Checking strip-ansi-escapes v0.2.1
25122026-07-29T20:18:31.560Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25132026-07-29T20:18:31.686Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25142026-07-29T20:18:32.321Z Checking progenitor v0.14.0
25152026-07-29T20:18:32.457Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25162026-07-29T20:18:32.607Z Checking nu-ansi-term v0.50.3
25172026-07-29T20:18:32.763Z Checking termtree v0.5.1
25182026-07-29T20:18:32.844Z Checking reedline v0.40.0
25192026-07-29T20:18:33.032Z Checking hickory-resolver v0.24.4
25202026-07-29T20:18:33.090Z Checking textwrap v0.16.2
25212026-07-29T20:18:33.314Z Compiling minimal-lexical v0.2.1
25222026-07-29T20:18:33.496Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-07-29T20:18:33.595Z Compiling nom v7.1.3
25242026-07-29T20:18:33.788Z Checking qorb v0.4.1
25252026-07-29T20:18:33.884Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-07-29T20:18:34.006Z Compiling unicode-xid v0.2.6
25272026-07-29T20:18:34.042Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282026-07-29T20:18:34.692Z Compiling ar_archive_writer v0.5.1
25292026-07-29T20:18:34.800Z Checking csv-core v0.1.13
25302026-07-29T20:18:34.842Z Compiling stacker v0.1.23
25312026-07-29T20:18:34.931Z Checking highway v1.3.0
25322026-07-29T20:18:35.004Z Checking csv v1.4.0
25332026-07-29T20:18:35.040Z Compiling semver v0.1.20
25342026-07-29T20:18:35.124Z Compiling cfg_aliases v0.1.1
25352026-07-29T20:18:35.232Z Compiling nix v0.28.0
25362026-07-29T20:18:35.235Z Checking nibble_vec v0.1.0
25372026-07-29T20:18:35.305Z Compiling rustc_version v0.1.7
25382026-07-29T20:18:35.351Z Checking endian-type v0.1.2
25392026-07-29T20:18:35.393Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25402026-07-29T20:18:35.429Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25412026-07-29T20:18:35.507Z Checking radix_trie v0.2.1
25422026-07-29T20:18:35.550Z Compiling psm v0.1.30
25432026-07-29T20:18:35.641Z Compiling newtype_derive v0.1.6
25442026-07-29T20:18:35.665Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25452026-07-29T20:18:35.743Z Checking phf_shared v0.12.1
25462026-07-29T20:18:35.798Z Compiling recursive-proc-macro-impl v0.1.1
25472026-07-29T20:18:35.901Z Compiling chrono-tz v0.10.4
25482026-07-29T20:18:35.936Z Checking phf v0.12.1
25492026-07-29T20:18:36.255Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25502026-07-29T20:18:36.260Z Compiling const_format_proc_macros v0.2.34
25512026-07-29T20:18:36.260Z Compiling peg-macros v0.8.5
25522026-07-29T20:18:36.357Z Checking nom v8.0.0
25532026-07-29T20:18:36.573Z Checking recursive v0.1.1
25542026-07-29T20:18:36.699Z Checking winnow v0.6.26
25552026-07-29T20:18:36.863Z Compiling sqlparser_derive v0.5.0
25562026-07-29T20:18:36.965Z Checking unicode_categories v0.1.1
25572026-07-29T20:18:37.154Z Checking home v0.5.12
25582026-07-29T20:18:37.191Z Checking const_format v0.2.35
25592026-07-29T20:18:37.289Z Checking rustyline v14.0.0
25602026-07-29T20:18:37.675Z Checking sqlparser v0.61.0
25612026-07-29T20:18:37.744Z Checking peg v0.8.5
25622026-07-29T20:18:37.841Z Checking bcs v0.1.6
25632026-07-29T20:18:37.881Z Checking sqlformat v0.3.5
25642026-07-29T20:18:38.004Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25652026-07-29T20:18:38.095Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25662026-07-29T20:18:38.130Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25672026-07-29T20:18:38.310Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25682026-07-29T20:18:38.347Z Checking steno v0.4.1
25692026-07-29T20:18:38.350Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25702026-07-29T20:18:38.625Z Checking sha1 v0.10.6
25712026-07-29T20:18:38.815Z Checking filetime v0.2.27
25722026-07-29T20:18:38.982Z Checking xattr v1.6.1
25732026-07-29T20:18:39.148Z Checking tar v0.4.46
25742026-07-29T20:18:39.304Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25752026-07-29T20:18:39.386Z Checking subprocess v0.2.15
25762026-07-29T20:18:39.510Z Checking headers-core v0.3.0
25772026-07-29T20:18:39.575Z Checking yasna v0.5.2
25782026-07-29T20:18:39.647Z Checking headers v0.4.1
25792026-07-29T20:18:39.695Z Checking port-file v0.1.0
25802026-07-29T20:18:39.909Z Checking tagptr v0.2.0
25812026-07-29T20:18:39.982Z Checking rcgen v0.12.1
25822026-07-29T20:18:40.076Z Checking moka v0.12.13
25832026-07-29T20:18:40.119Z Checking dropshot-api-manager-types v0.7.2
25842026-07-29T20:18:40.123Z Checking utf-8 v0.7.6
25852026-07-29T20:18:40.316Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25862026-07-29T20:18:40.347Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25872026-07-29T20:18:40.381Z Checking tungstenite v0.21.0
25882026-07-29T20:18:40.486Z Compiling libefi-sys v0.1.0
25892026-07-29T20:18:40.740Z Checking hickory-resolver v0.25.2
25902026-07-29T20:18:40.855Z Checking tokio-tungstenite v0.21.0
25912026-07-29T20:18:40.897Z Compiling bitfield-struct v0.6.2
25922026-07-29T20:18:41.155Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25932026-07-29T20:18:41.420Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25942026-07-29T20:18:41.513Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25952026-07-29T20:18:41.563Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25962026-07-29T20:18:41.833Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25972026-07-29T20:18:41.869Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25982026-07-29T20:18:41.935Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25992026-07-29T20:18:41.987Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26002026-07-29T20:18:42.045Z Compiling xshell-macros v0.2.7
26012026-07-29T20:18:42.081Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26022026-07-29T20:18:42.199Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26032026-07-29T20:18:42.411Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26042026-07-29T20:18:42.450Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26052026-07-29T20:18:42.512Z Checking xshell v0.2.7
26062026-07-29T20:18:42.705Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26072026-07-29T20:18:42.736Z Checking half v1.8.3
26082026-07-29T20:18:42.741Z Compiling num-derive v0.3.3
26092026-07-29T20:18:42.825Z Compiling proc-macro-error-attr2 v2.0.0
26102026-07-29T20:18:42.956Z Checking serde_cbor v0.11.2
26112026-07-29T20:18:43.185Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26122026-07-29T20:18:43.239Z Compiling proc-macro-error2 v2.0.1
26132026-07-29T20:18:43.276Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26142026-07-29T20:18:43.359Z Checking papergrid v0.17.0
26152026-07-29T20:18:43.587Z Compiling tabled_derive v0.11.0
26162026-07-29T20:18:43.664Z Checking libscf-sys v1.1.0
26172026-07-29T20:18:43.826Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26182026-07-29T20:18:44.061Z Checking testing_table v0.3.0
26192026-07-29T20:18:44.096Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26202026-07-29T20:18:44.160Z Checking maplit v1.0.2
26212026-07-29T20:18:44.197Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26222026-07-29T20:18:44.270Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26232026-07-29T20:18:44.307Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26242026-07-29T20:18:44.564Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26252026-07-29T20:18:44.734Z Checking tabled v0.20.0
26262026-07-29T20:18:44.866Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26272026-07-29T20:18:44.986Z Checking crc8 v0.1.1
26282026-07-29T20:18:45.008Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26292026-07-29T20:18:45.109Z Checking unicase v2.9.0
26302026-07-29T20:18:45.301Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26312026-07-29T20:18:45.489Z Checking fxhash v0.2.1
26322026-07-29T20:18:45.635Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26332026-07-29T20:18:45.664Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26342026-07-29T20:18:45.923Z Compiling darling_core v0.21.3
26352026-07-29T20:18:45.956Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26362026-07-29T20:18:46.064Z Compiling vergen-lib v0.1.6
26372026-07-29T20:18:46.229Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26382026-07-29T20:18:46.290Z Compiling diesel_derives v2.3.7
26392026-07-29T20:18:46.457Z Checking scheduled-thread-pool v0.2.7
26402026-07-29T20:18:46.582Z Compiling vergen-gitcl v1.0.8
26412026-07-29T20:18:46.612Z Compiling diesel_table_macro_syntax v0.3.0
26422026-07-29T20:18:46.643Z Checking r2d2 v0.8.10
26432026-07-29T20:18:46.893Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26442026-07-29T20:18:46.904Z Checking downcast-rs v2.0.2
26452026-07-29T20:18:46.952Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26462026-07-29T20:18:47.029Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26472026-07-29T20:18:47.269Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26482026-07-29T20:18:47.512Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26492026-07-29T20:18:47.590Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26502026-07-29T20:18:47.760Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26512026-07-29T20:18:47.792Z Checking kstat-rs v0.2.4
26522026-07-29T20:18:47.817Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26532026-07-29T20:18:47.969Z Checking arc-swap v1.8.2
26542026-07-29T20:18:48.050Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26552026-07-29T20:18:48.230Z Checking slog-scope v4.4.1
26562026-07-29T20:18:48.501Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26572026-07-29T20:18:48.507Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26582026-07-29T20:18:48.507Z Compiling darling_macro v0.21.3
26592026-07-29T20:18:48.707Z Compiling dirs-sys-next v0.1.2
26602026-07-29T20:18:48.740Z Compiling parking_lot_core v0.8.6
26612026-07-29T20:18:48.995Z Compiling darling v0.21.3
26622026-07-29T20:18:49.031Z Compiling crunchy v0.2.4
26632026-07-29T20:18:49.119Z Compiling dsl_auto_type v0.2.0
26642026-07-29T20:18:49.143Z Compiling dirs-next v2.0.0
26652026-07-29T20:18:49.299Z Checking slog-stdlog v4.1.1
26662026-07-29T20:18:49.364Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26672026-07-29T20:18:49.549Z Compiling clang-sys v1.8.1
26682026-07-29T20:18:49.565Z Compiling git-stub v1.0.0
26692026-07-29T20:18:49.565Z Compiling tiny-keccak v2.0.2
26702026-07-29T20:18:49.732Z Compiling git-stub-vcs v0.1.0
26712026-07-29T20:18:49.805Z Checking slog-envlogger v2.2.0
26722026-07-29T20:18:49.919Z Compiling term v0.7.0
26732026-07-29T20:18:50.017Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26742026-07-29T20:18:50.139Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26752026-07-29T20:18:50.204Z Compiling bit-vec v0.6.3
26762026-07-29T20:18:50.377Z Checking parking_lot v0.11.2
26772026-07-29T20:18:50.463Z Compiling bit-set v0.5.3
26782026-07-29T20:18:50.503Z Compiling ascii-canvas v3.0.0
26792026-07-29T20:18:50.540Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26802026-07-29T20:18:50.572Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26812026-07-29T20:18:50.641Z Checking prefix-trie v0.7.0
26822026-07-29T20:18:50.766Z Compiling itertools v0.10.5
26832026-07-29T20:18:50.882Z Compiling ena v0.14.4
26842026-07-29T20:18:50.990Z Compiling libloading v0.8.9
26852026-07-29T20:18:51.033Z Compiling regex-syntax v0.6.29
26862026-07-29T20:18:51.065Z Compiling diff v0.1.13
26872026-07-29T20:18:51.115Z Compiling bindgen v0.71.1
26882026-07-29T20:18:51.429Z Checking hickory-server v0.25.2
26892026-07-29T20:18:51.503Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26902026-07-29T20:18:51.585Z Checking sled v0.34.7
26912026-07-29T20:18:51.891Z Compiling cexpr v0.6.0
26922026-07-29T20:18:52.091Z Checking nanorand v0.7.0
26932026-07-29T20:18:52.326Z Compiling salty v0.3.0
26942026-07-29T20:18:52.563Z Compiling lalrpop v0.19.12
26952026-07-29T20:18:52.594Z Compiling rustc-hash v2.1.1
26962026-07-29T20:18:52.763Z Checking flume v0.11.1
26972026-07-29T20:18:52.820Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26982026-07-29T20:18:53.028Z Compiling libxml v0.3.3
26992026-07-29T20:18:53.326Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27002026-07-29T20:18:53.428Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27012026-07-29T20:18:53.780Z Compiling strum_macros v0.24.3
27022026-07-29T20:18:53.914Z Compiling indoc v1.0.9
27032026-07-29T20:18:54.370Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27042026-07-29T20:18:54.588Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27052026-07-29T20:18:54.684Z Compiling progenitor-impl v0.13.0
27062026-07-29T20:18:54.829Z Checking quick-xml v0.37.5
27072026-07-29T20:18:54.950Z Checking derive_builder v0.20.2
27082026-07-29T20:18:54.982Z Checking diesel v2.3.7
27092026-07-29T20:18:55.090Z Compiling oso-derive v0.27.3
27102026-07-29T20:18:55.123Z Compiling trait-variant v0.1.2
27112026-07-29T20:18:55.619Z Compiling impl-trait-for-tuples v0.2.3
27122026-07-29T20:18:55.689Z Checking openssl-probe v0.1.6
27132026-07-29T20:18:55.721Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27142026-07-29T20:18:55.876Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27152026-07-29T20:18:56.545Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27162026-07-29T20:18:57.355Z Compiling progenitor-macro v0.13.0
27172026-07-29T20:18:57.364Z Checking progenitor-client v0.13.0
27182026-07-29T20:18:57.580Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27192026-07-29T20:18:57.647Z Checking rfc6979 v0.4.0
27202026-07-29T20:18:57.800Z Checking assert_matches v1.5.0
27212026-07-29T20:18:57.968Z Checking ecdsa v0.16.9
27222026-07-29T20:18:58.129Z Checking primeorder v0.13.6
27232026-07-29T20:18:58.285Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27242026-07-29T20:18:58.414Z Checking p384 v0.13.1
27252026-07-29T20:18:58.483Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27262026-07-29T20:18:58.865Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27272026-07-29T20:18:59.087Z Checking predicates-tree v1.0.13
27282026-07-29T20:18:59.128Z Checking bb8 v0.8.6
27292026-07-29T20:18:59.234Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27302026-07-29T20:18:59.312Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27312026-07-29T20:18:59.569Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27322026-07-29T20:18:59.676Z Compiling mime_guess v2.0.5
27332026-07-29T20:18:59.787Z Checking http-range v0.1.5
27342026-07-29T20:19:00.160Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27352026-07-29T20:19:00.284Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27362026-07-29T20:19:00.574Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27372026-07-29T20:19:00.619Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27382026-07-29T20:19:00.802Z Checking atty v0.2.14
27392026-07-29T20:19:00.858Z Checking corncobs v0.1.4
27402026-07-29T20:19:00.933Z Checking nonempty v0.12.0
27412026-07-29T20:19:01.027Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27422026-07-29T20:19:01.175Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27432026-07-29T20:19:01.573Z Checking ignore v0.4.25
27442026-07-29T20:19:01.673Z Checking secrecy v0.8.0
27452026-07-29T20:19:02.011Z Checking globwalk v0.9.1
27462026-07-29T20:19:02.268Z Checking hyper-staticfile v0.10.1
27472026-07-29T20:19:02.304Z Checking progenitor v0.13.0
27482026-07-29T20:19:02.433Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27492026-07-29T20:19:02.477Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27502026-07-29T20:19:02.558Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27512026-07-29T20:19:02.763Z Compiling fs-err v2.11.0
27522026-07-29T20:19:02.992Z Compiling illumos-nvpair-sys v0.2.0
27532026-07-29T20:19:03.148Z Checking camino-tempfile-ext v0.3.3
27542026-07-29T20:19:03.186Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27552026-07-29T20:19:03.264Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-07-29T20:19:03.388Z Checking signal-hook-tokio v0.3.1
27572026-07-29T20:19:03.542Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27582026-07-29T20:19:04.180Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27592026-07-29T20:19:04.209Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27602026-07-29T20:19:04.578Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27612026-07-29T20:19:05.001Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27622026-07-29T20:19:05.358Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27632026-07-29T20:19:05.495Z Checking parse-size v1.1.0
27642026-07-29T20:19:05.643Z Checking illumos-nvpair v0.3.0
27652026-07-29T20:19:05.744Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27662026-07-29T20:19:05.837Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27672026-07-29T20:19:05.944Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27682026-07-29T20:19:06.295Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27692026-07-29T20:19:06.384Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27702026-07-29T20:19:06.593Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27712026-07-29T20:19:06.631Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27722026-07-29T20:19:06.773Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27732026-07-29T20:19:06.811Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27742026-07-29T20:19:07.144Z Checking tungstenite v0.23.0
27752026-07-29T20:19:07.210Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27762026-07-29T20:19:07.243Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27772026-07-29T20:19:07.597Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27782026-07-29T20:19:08.699Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27792026-07-29T20:19:09.075Z Checking async-bb8-diesel v0.2.1
27802026-07-29T20:19:09.212Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27812026-07-29T20:19:09.470Z Checking diesel-dtrace v0.5.0
27822026-07-29T20:19:09.610Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27832026-07-29T20:19:09.738Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27842026-07-29T20:19:10.359Z Checking tokio-tungstenite v0.23.1
27852026-07-29T20:19:10.633Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27862026-07-29T20:19:10.659Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27872026-07-29T20:19:10.709Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27882026-07-29T20:19:10.957Z Checking rand_seeder v0.4.0
27892026-07-29T20:19:11.057Z Checking void v1.0.2
27902026-07-29T20:19:11.130Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27912026-07-29T20:19:11.200Z Checking lzss v0.8.2
27922026-07-29T20:19:11.354Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27932026-07-29T20:19:11.403Z Checking nix v0.27.1
27942026-07-29T20:19:11.437Z Checking serde_bytes v0.11.19
27952026-07-29T20:19:11.622Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27962026-07-29T20:19:11.636Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27972026-07-29T20:19:11.658Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27982026-07-29T20:19:11.961Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27992026-07-29T20:19:12.067Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28002026-07-29T20:19:12.297Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28012026-07-29T20:19:12.676Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28022026-07-29T20:19:12.814Z Checking is_ci v1.2.0
28032026-07-29T20:19:12.894Z Checking cpubits v0.1.1
28042026-07-29T20:19:12.947Z Checking yansi v1.0.1
28052026-07-29T20:19:13.004Z Checking sha2 v0.11.0
28062026-07-29T20:19:13.238Z Checking pretty_assertions v1.4.1
28072026-07-29T20:19:13.490Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28082026-07-29T20:19:13.501Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28092026-07-29T20:19:13.643Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
28102026-07-29T20:19:13.779Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28112026-07-29T20:19:14.659Z Checking pem-rfc7468 v1.0.0
28122026-07-29T20:19:14.861Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28132026-07-29T20:19:15.145Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28142026-07-29T20:19:15.373Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28152026-07-29T20:19:15.462Z Checking hmac v0.13.0
28162026-07-29T20:19:15.615Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28172026-07-29T20:19:15.648Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28182026-07-29T20:19:15.677Z Checking universal-hash v0.6.1
28192026-07-29T20:19:15.839Z Compiling libz-sys v1.1.24
28202026-07-29T20:19:15.959Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28212026-07-29T20:19:16.196Z Compiling instability v0.3.11
28222026-07-29T20:19:16.272Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28232026-07-29T20:19:16.418Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28242026-07-29T20:19:16.443Z Checking castaway v0.2.4
28252026-07-29T20:19:16.477Z Compiling indoc v2.0.7
28262026-07-29T20:19:16.596Z Checking compact_str v0.8.1
28272026-07-29T20:19:17.014Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28282026-07-29T20:19:17.296Z Checking polyval v0.7.1
28292026-07-29T20:19:17.438Z Checking der v0.8.0
28302026-07-29T20:19:17.507Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28312026-07-29T20:19:17.727Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28322026-07-29T20:19:17.770Z Checking unicode-truncate v1.1.0
28332026-07-29T20:19:17.950Z Checking lru v0.12.5
28342026-07-29T20:19:17.976Z Compiling libgit2-sys v0.18.3+1.9.2
28352026-07-29T20:19:18.029Z Checking cassowary v0.3.0
28362026-07-29T20:19:18.224Z Checking ghash v0.6.0
28372026-07-29T20:19:18.268Z Checking ratatui v0.29.0
28382026-07-29T20:19:18.379Z Checking pbkdf2 v0.13.0
28392026-07-29T20:19:18.457Z Checking aes v0.9.1
28402026-07-29T20:19:18.524Z Checking crypto-bigint v0.7.5
28412026-07-29T20:19:18.870Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28422026-07-29T20:19:19.608Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28432026-07-29T20:19:19.860Z Checking ctr v0.10.1
28442026-07-29T20:19:20.073Z Checking aead v0.6.1
28452026-07-29T20:19:20.114Z Checking cargo-platform v0.3.2
28462026-07-29T20:19:20.244Z Checking aes-gcm v0.11.0
28472026-07-29T20:19:20.325Z Checking cargo_metadata v0.23.1
28482026-07-29T20:19:20.446Z Checking spki v0.8.0
28492026-07-29T20:19:20.644Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28502026-07-29T20:19:20.733Z Checking supports-color v3.0.2
28512026-07-29T20:19:20.894Z Checking console v0.16.2
28522026-07-29T20:19:21.103Z Checking salsa20 v0.11.0
28532026-07-29T20:19:21.256Z Compiling vergen-git2 v9.1.0
28542026-07-29T20:19:21.277Z Checking unit-prefix v0.5.2
28552026-07-29T20:19:21.457Z Checking plotters-backend v0.3.7
28562026-07-29T20:19:21.539Z Checking indicatif v0.18.4
28572026-07-29T20:19:21.695Z Checking plotters-svg v0.3.7
28582026-07-29T20:19:25.529Z Checking scrypt v0.12.0
28592026-07-29T20:19:25.653Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28602026-07-29T20:19:25.653Z Checking cbc v0.2.1
28612026-07-29T20:19:25.653Z Checking libsw-core v0.3.2
28622026-07-29T20:19:25.655Z Checking cast v0.3.0
28632026-07-29T20:19:25.655Z Checking pkcs5 v0.8.1
28642026-07-29T20:19:25.655Z Checking libsw v3.5.0
28652026-07-29T20:19:25.655Z Checking criterion-plot v0.6.0
28662026-07-29T20:19:25.655Z Checking plotters v0.3.7
28672026-07-29T20:19:25.655Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28682026-07-29T20:19:25.655Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28692026-07-29T20:19:25.655Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28702026-07-29T20:19:25.655Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28712026-07-29T20:19:25.655Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28722026-07-29T20:19:25.655Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28732026-07-29T20:19:25.655Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28742026-07-29T20:19:25.655Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28752026-07-29T20:19:25.655Z Checking colored v2.2.0
28762026-07-29T20:19:25.655Z Checking tinytemplate v1.2.1
28772026-07-29T20:19:25.655Z Checking shell-words v1.1.1
28782026-07-29T20:19:25.655Z Checking anes v0.1.6
28792026-07-29T20:19:25.655Z Checking oorandom v11.1.5
28802026-07-29T20:19:25.655Z Checking criterion v0.7.0
28812026-07-29T20:19:25.655Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28822026-07-29T20:19:25.655Z Checking pkcs8 v0.11.0
28832026-07-29T20:19:25.655Z Checking oxide-update-engine-display v0.1.2
28842026-07-29T20:19:25.655Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28852026-07-29T20:19:25.655Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28862026-07-29T20:19:25.874Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28872026-07-29T20:19:26.210Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28882026-07-29T20:19:26.469Z Checking tokio-test v0.4.5
28892026-07-29T20:19:26.706Z Checking ff v0.14.0
28902026-07-29T20:19:26.877Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28912026-07-29T20:19:27.104Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28922026-07-29T20:19:27.507Z Checking twox-hash v2.1.2
28932026-07-29T20:19:27.835Z Checking arrayvec v0.7.6
28942026-07-29T20:19:28.057Z Checking constant_time_eq v0.4.2
28952026-07-29T20:19:28.229Z Checking arrayref v0.3.9
28962026-07-29T20:19:28.382Z Checking group v0.14.0
28972026-07-29T20:19:28.570Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28982026-07-29T20:19:28.774Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28992026-07-29T20:19:29.543Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29002026-07-29T20:19:29.668Z Checking fatfs v0.3.6
29012026-07-29T20:19:30.155Z Checking signature v3.0.0
29022026-07-29T20:19:30.340Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29032026-07-29T20:19:30.542Z Checking base16ct v1.0.0
29042026-07-29T20:19:30.727Z Compiling seq-macro v0.3.6
29052026-07-29T20:19:30.763Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29062026-07-29T20:19:30.801Z Checking sec1 v0.8.1
29072026-07-29T20:19:30.934Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29082026-07-29T20:19:31.026Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29092026-07-29T20:19:31.248Z Checking hkdf v0.13.0
29102026-07-29T20:19:31.430Z Compiling petname v2.0.2
29112026-07-29T20:19:31.671Z Checking elliptic-curve v0.14.1
29122026-07-29T20:19:32.104Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29132026-07-29T20:19:32.884Z Checking concurrent-queue v2.5.0
29142026-07-29T20:19:32.884Z Checking rtoolbox v0.0.3
29152026-07-29T20:19:32.884Z Checking parking v2.2.1
29162026-07-29T20:19:32.884Z Checking rpassword v7.5.4
29172026-07-29T20:19:32.884Z Checking event-listener v5.4.1
29182026-07-29T20:19:32.945Z Checking wnaf v0.14.0
29192026-07-29T20:19:32.945Z Compiling samael v0.0.19
29202026-07-29T20:19:32.963Z Checking primefield v0.14.0
29212026-07-29T20:19:33.027Z Checking rfc6979 v0.6.0
29222026-07-29T20:19:33.172Z Checking tui-tree-widget v0.23.1
29232026-07-29T20:19:33.205Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29242026-07-29T20:19:33.387Z Checking sapling-renderdag v0.1.0
29252026-07-29T20:19:33.421Z Compiling blake3 v1.8.5
29262026-07-29T20:19:33.664Z Checking sync-ptr v0.1.4
29272026-07-29T20:19:33.819Z Checking ecdsa v0.17.0
29282026-07-29T20:19:34.269Z Checking primeorder v0.14.0
29292026-07-29T20:19:34.318Z Checking event-listener-strategy v0.5.4
29302026-07-29T20:19:34.481Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29312026-07-29T20:19:34.648Z Compiling curve25519-dalek v5.0.0
29322026-07-29T20:19:34.699Z Checking futures-timer v3.0.3
29332026-07-29T20:19:34.955Z Checking async-lock v3.4.2
29342026-07-29T20:19:35.352Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29352026-07-29T20:19:35.388Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29362026-07-29T20:19:35.456Z Checking ssh-encoding v0.3.0
29372026-07-29T20:19:35.703Z Checking keccak v0.2.0
29382026-07-29T20:19:35.891Z Compiling strsim v0.10.0
29392026-07-29T20:19:36.233Z Checking topological-sort v0.2.2
29402026-07-29T20:19:36.299Z Compiling darling_core v0.13.4
29412026-07-29T20:19:36.399Z Checking omicron-zone-package v0.12.3
29422026-07-29T20:19:37.315Z Checking async-object-pool v0.2.0
29432026-07-29T20:19:38.073Z Checking ed25519 v3.0.0
29442026-07-29T20:19:38.171Z Checking crypto-primes v0.7.2
29452026-07-29T20:19:38.303Z Checking pkcs1 v0.8.0-rc.4
29462026-07-29T20:19:38.337Z Checking poly1305 v0.9.0
29472026-07-29T20:19:38.537Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29482026-07-29T20:19:38.628Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29492026-07-29T20:19:38.966Z Checking blowfish v0.10.0
29502026-07-29T20:19:39.137Z Checking serde_regex v1.1.0
29512026-07-29T20:19:39.171Z Checking blake2 v0.11.0-rc.6
29522026-07-29T20:19:39.276Z Checking assert-json-diff v2.0.2
29532026-07-29T20:19:39.324Z Checking path-tree v0.8.3
29542026-07-29T20:19:39.457Z Checking gimli v0.32.3
29552026-07-29T20:19:39.494Z Compiling target-lexicon v0.13.3
29562026-07-29T20:19:39.538Z Checking stringmetrics v2.2.2
29572026-07-29T20:19:39.716Z Checking httpmock v0.8.3
29582026-07-29T20:19:40.056Z Checking argon2 v0.6.0-rc.8
29592026-07-29T20:19:40.387Z Checking bcrypt-pbkdf v0.11.0
29602026-07-29T20:19:40.422Z Checking rsa v0.10.0-rc.18
29612026-07-29T20:19:40.577Z Checking ssh-cipher v0.3.0
29622026-07-29T20:19:40.826Z Checking ed25519-dalek v3.0.0
29632026-07-29T20:19:40.933Z Compiling darling_macro v0.13.4
29642026-07-29T20:19:41.014Z Checking addr2line v0.25.1
29652026-07-29T20:19:41.309Z Checking sha3 v0.11.0
29662026-07-29T20:19:41.456Z Checking p521 v0.14.0
29672026-07-29T20:19:41.700Z Checking p384 v0.14.0
29682026-07-29T20:19:41.929Z Checking p256 v0.14.0
29692026-07-29T20:19:42.685Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29702026-07-29T20:19:42.949Z Checking kem v0.3.0
29712026-07-29T20:19:42.983Z Checking module-lattice v0.2.3
29722026-07-29T20:19:43.097Z Checking hex-literal v0.4.1
29732026-07-29T20:19:43.223Z Compiling guppy-workspace-hack v0.1.0
29742026-07-29T20:19:43.227Z Checking rustc-demangle v0.1.27
29752026-07-29T20:19:43.464Z Checking sponge-cursor v0.1.0
29762026-07-29T20:19:43.498Z Checking backtrace v0.3.76
29772026-07-29T20:19:43.625Z Checking sha3 v0.12.0
29782026-07-29T20:19:43.705Z Checking ml-kem v0.3.2
29792026-07-29T20:19:43.825Z Compiling darling v0.13.4
29802026-07-29T20:19:43.943Z Checking russh-cryptovec v0.62.0
29812026-07-29T20:19:44.120Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29822026-07-29T20:19:44.154Z Checking internal-russh-num-bigint v0.5.0
29832026-07-29T20:19:44.339Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
29842026-07-29T20:19:44.424Z Checking ssh-key v0.7.0-rc.11
29852026-07-29T20:19:44.490Z Checking num-bigint v0.4.6
29862026-07-29T20:19:44.523Z Checking russh-util v0.52.0
29872026-07-29T20:19:44.677Z Checking generic-array v1.4.3
29882026-07-29T20:19:45.030Z Compiling enum_dispatch v0.3.13
29892026-07-29T20:19:45.258Z Compiling delegate v0.13.5
29902026-07-29T20:19:45.333Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29912026-07-29T20:19:45.468Z Checking hex-literal v1.1.0
29922026-07-29T20:19:45.568Z Compiling git2 v0.20.4
29932026-07-29T20:19:45.707Z Checking md5 v0.8.0
29942026-07-29T20:19:45.759Z Compiling target-spec v3.5.7
29952026-07-29T20:19:45.789Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29962026-07-29T20:19:46.103Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
29972026-07-29T20:19:46.202Z Checking cfg-expr v0.20.6
29982026-07-29T20:19:46.236Z Checking russh v0.62.4
29992026-07-29T20:19:46.477Z Compiling serde_with_macros v1.5.2
30002026-07-29T20:19:46.657Z Checking backtrace-ext v0.2.1
30012026-07-29T20:19:46.909Z Checking supports-color v2.1.0
30022026-07-29T20:19:47.075Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
30032026-07-29T20:19:47.353Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30042026-07-29T20:19:47.389Z Checking textwrap v0.15.2
30052026-07-29T20:19:47.629Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30062026-07-29T20:19:48.284Z Checking supports-unicode v2.1.0
30072026-07-29T20:19:48.436Z Checking supports-hyperlinks v2.1.0
30082026-07-29T20:19:48.497Z Checking hashbrown v0.14.5
30092026-07-29T20:19:48.586Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30102026-07-29T20:19:48.711Z Checking digest-io v0.1.0
30112026-07-29T20:19:48.796Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30122026-07-29T20:19:48.872Z Checking socket2 v0.5.10
30132026-07-29T20:19:48.907Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30142026-07-29T20:19:49.016Z Checking terminal_size v0.1.17
30152026-07-29T20:19:49.050Z Compiling miette-derive v5.10.0
30162026-07-29T20:19:49.150Z Checking rawzip v0.4.4
30172026-07-29T20:19:49.185Z Checking internet-checksum v0.2.1
30182026-07-29T20:19:49.337Z Checking owo-colors v3.5.0
30192026-07-29T20:19:49.613Z Checking chumsky v0.9.3
30202026-07-29T20:19:49.648Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
30212026-07-29T20:19:49.896Z Compiling serde_with v1.14.0
30222026-07-29T20:19:49.931Z Compiling polar-core v0.27.3
30232026-07-29T20:19:50.189Z Checking miette v5.10.0
30242026-07-29T20:19:50.887Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-07-29T20:19:50.925Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30262026-07-29T20:19:50.961Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30272026-07-29T20:19:51.032Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30282026-07-29T20:19:51.333Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30292026-07-29T20:19:51.498Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30302026-07-29T20:19:51.548Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30312026-07-29T20:19:51.738Z Compiling knuffel-derive v3.2.0
30322026-07-29T20:19:51.803Z Checking httptest v0.16.4
30332026-07-29T20:19:51.945Z Checking pathdiff v0.2.3
30342026-07-29T20:19:52.085Z Checking nested v0.1.1
30352026-07-29T20:19:52.206Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30362026-07-29T20:19:52.263Z Checking guppy v0.17.25
30372026-07-29T20:19:52.424Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30382026-07-29T20:19:52.667Z Checking similar-asserts v1.7.0
30392026-07-29T20:19:52.863Z Compiling target-triple v1.0.0
30402026-07-29T20:19:53.240Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30412026-07-29T20:19:53.274Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30422026-07-29T20:19:53.290Z Checking knuffel v3.2.0
30432026-07-29T20:19:53.844Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30442026-07-29T20:19:53.915Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30452026-07-29T20:19:53.969Z Checking hickory-client v0.25.2
30462026-07-29T20:19:54.272Z Checking escape8259 v0.5.3
30472026-07-29T20:19:54.435Z Compiling assert_cmd v2.1.2
30482026-07-29T20:19:54.513Z Checking libtest-mimic v0.8.1
30492026-07-29T20:19:54.956Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30502026-07-29T20:19:54.991Z Checking oso v0.27.3
30512026-07-29T20:19:55.011Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30522026-07-29T20:19:55.085Z Checking blake2b_simd v1.0.4
30532026-07-29T20:19:55.498Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30542026-07-29T20:19:55.704Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30552026-07-29T20:19:55.739Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30562026-07-29T20:19:55.864Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30572026-07-29T20:19:55.953Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30582026-07-29T20:19:55.974Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30592026-07-29T20:19:56.118Z Checking fancy-regex v0.14.0
30602026-07-29T20:19:56.169Z Checking serde_tokenstream v0.2.3
30612026-07-29T20:19:56.283Z Checking approx v0.5.1
30622026-07-29T20:19:56.385Z Compiling rstest_macros v0.25.0
30632026-07-29T20:19:56.421Z Checking uzers v0.12.2
30642026-07-29T20:19:56.452Z Checking termcolor v1.4.1
30652026-07-29T20:19:56.523Z Checking constant_time_eq v0.3.1
30662026-07-29T20:19:56.649Z Compiling linkme-impl v0.3.35
30672026-07-29T20:19:56.694Z Checking rust-argon2 v2.1.0
30682026-07-29T20:19:56.759Z Checking trybuild v1.0.116
30692026-07-29T20:19:56.811Z Checking datatest-stable v0.3.3
30702026-07-29T20:19:57.113Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30712026-07-29T20:19:57.273Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30722026-07-29T20:19:57.371Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30732026-07-29T20:19:57.462Z Checking support-bundle-viewer v0.1.2
30742026-07-29T20:19:57.504Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30752026-07-29T20:19:57.756Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30762026-07-29T20:19:57.971Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30772026-07-29T20:19:58.190Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30782026-07-29T20:19:58.231Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30792026-07-29T20:19:58.412Z Checking drift v0.2.0
30802026-07-29T20:19:58.454Z Checking rand_distr v0.5.1
30812026-07-29T20:19:58.506Z Checking multimap v0.10.1
30822026-07-29T20:19:58.716Z Compiling linkme v0.3.35
30832026-07-29T20:19:58.795Z Compiling relative-path v1.9.3
30842026-07-29T20:19:58.887Z Checking dropshot-api-manager v0.7.2
30852026-07-29T20:20:00.027Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30862026-07-29T20:20:00.438Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30872026-07-29T20:20:00.561Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30882026-07-29T20:20:00.637Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30892026-07-29T20:20:00.853Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30902026-07-29T20:20:01.157Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30912026-07-29T20:20:01.194Z Checking cargo_toml v0.21.0
30922026-07-29T20:20:01.350Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30932026-07-29T20:20:01.431Z Checking partial-io v0.5.4
30942026-07-29T20:20:01.683Z Checking termios v0.3.3
30952026-07-29T20:20:01.843Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30962026-07-29T20:20:02.090Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30972026-07-29T20:20:02.666Z Checking rstest v0.25.0
30982026-07-29T20:20:02.785Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30992026-07-29T20:20:07.424Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31002026-07-29T20:20:08.947Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31012026-07-29T20:20:08.996Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31022026-07-29T20:20:14.802Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31032026-07-29T20:20:15.475Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31042026-07-29T20:20:17.734Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31052026-07-29T20:20:20.964Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31062026-07-29T20:20:25.287Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31072026-07-29T20:20:29.514Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31082026-07-29T20:20:30.899Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31092026-07-29T20:20:31.080Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31102026-07-29T20:20:31.927Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31112026-07-29T20:20:33.426Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31122026-07-29T20:20:42.797Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31132026-07-29T20:21:01.465Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31142026-07-29T20:21:54.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 05s
31152026-07-29T20:21:54.308Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31162026-07-29T20:21:54.308Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31172026-07-29T20:21:54.936Z
31182026-07-29T20:21:54.936Zreal 4:08.581686393
31192026-07-29T20:21:54.936Zuser 21:25.270803868
31202026-07-29T20:21:54.936Zsys 5:03.554011985
31212026-07-29T20:21:54.936Ztrap 0.507944799
31222026-07-29T20:21:54.936Ztflt 2.007301518
31232026-07-29T20:21:54.936Zdflt 1.310453456
31242026-07-29T20:21:54.936Zkflt 0.004561214
31252026-07-29T20:21:54.936Zlock 1:04:35.771849344
31262026-07-29T20:21:54.936Zslp 58:11.256752504
31272026-07-29T20:21:54.936Zlat 1:47.350054606
31282026-07-29T20:21:54.936Zstop 13:44.027880786
31292026-07-29T20:21:54.940Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31302026-07-29T20:21:54.940Z+ ptime -m cargo doc --workspace --no-deps
31312026-07-29T20:21:55.792Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31322026-07-29T20:21:55.793Z |
31332026-07-29T20:21:55.793Z = 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)`
31342026-07-29T20:21:55.793Z = 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>
31352026-07-29T20:21:56.848Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31362026-07-29T20:21:57.091Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31372026-07-29T20:21:57.136Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31382026-07-29T20:21:57.199Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31392026-07-29T20:21:57.259Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31402026-07-29T20:21:57.358Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31412026-07-29T20:21:57.389Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31422026-07-29T20:21:57.389Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31432026-07-29T20:21:57.438Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31442026-07-29T20:21:57.469Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31452026-07-29T20:21:57.614Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31462026-07-29T20:21:57.667Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31472026-07-29T20:21:57.691Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31482026-07-29T20:21:57.769Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31492026-07-29T20:21:57.792Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31502026-07-29T20:21:57.815Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31512026-07-29T20:21:57.818Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31522026-07-29T20:21:57.859Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31532026-07-29T20:21:57.881Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31542026-07-29T20:21:57.959Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31552026-07-29T20:21:58.004Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31562026-07-29T20:21:58.254Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31572026-07-29T20:21:58.382Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31582026-07-29T20:21:58.407Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31592026-07-29T20:21:58.432Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31602026-07-29T20:21:58.484Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31612026-07-29T20:21:58.603Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31622026-07-29T20:21:58.626Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31632026-07-29T20:21:58.766Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31642026-07-29T20:21:58.869Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31652026-07-29T20:21:58.987Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31662026-07-29T20:21:59.011Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31672026-07-29T20:21:59.091Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31682026-07-29T20:21:59.173Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31692026-07-29T20:21:59.363Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31702026-07-29T20:21:59.412Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31712026-07-29T20:21:59.455Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31722026-07-29T20:21:59.559Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31732026-07-29T20:21:59.583Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31742026-07-29T20:21:59.675Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31752026-07-29T20:21:59.828Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31762026-07-29T20:21:59.996Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31772026-07-29T20:22:00.019Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31782026-07-29T20:22:00.044Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31792026-07-29T20:22:00.124Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31802026-07-29T20:22:00.246Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31812026-07-29T20:22:00.273Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31822026-07-29T20:22:00.339Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31832026-07-29T20:22:00.368Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31842026-07-29T20:22:00.471Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31852026-07-29T20:22:00.525Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31862026-07-29T20:22:00.599Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31872026-07-29T20:22:00.620Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31882026-07-29T20:22:00.691Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31892026-07-29T20:22:00.718Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31902026-07-29T20:22:00.792Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31912026-07-29T20:22:00.816Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31922026-07-29T20:22:00.965Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31932026-07-29T20:22:00.965Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31942026-07-29T20:22:01.011Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31952026-07-29T20:22:01.033Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31962026-07-29T20:22:01.037Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31972026-07-29T20:22:01.470Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31982026-07-29T20:22:01.659Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31992026-07-29T20:22:01.839Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32002026-07-29T20:22:02.133Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32012026-07-29T20:22:02.162Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32022026-07-29T20:22:02.591Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32032026-07-29T20:22:02.638Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32042026-07-29T20:22:02.663Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32052026-07-29T20:22:02.733Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32062026-07-29T20:22:02.908Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32072026-07-29T20:22:02.933Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32082026-07-29T20:22:02.955Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32092026-07-29T20:22:03.062Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32102026-07-29T20:22:03.347Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32112026-07-29T20:22:03.487Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32122026-07-29T20:22:04.090Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32132026-07-29T20:22:04.183Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32142026-07-29T20:22:04.186Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32152026-07-29T20:22:04.402Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32162026-07-29T20:22:04.486Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32172026-07-29T20:22:04.573Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32182026-07-29T20:22:04.658Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32192026-07-29T20:22:04.765Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32202026-07-29T20:22:04.895Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32212026-07-29T20:22:04.920Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32222026-07-29T20:22:04.924Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32232026-07-29T20:22:05.117Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32242026-07-29T20:22:05.139Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32252026-07-29T20:22:05.162Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32262026-07-29T20:22:05.228Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32272026-07-29T20:22:05.250Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32282026-07-29T20:22:05.295Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32292026-07-29T20:22:05.446Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32302026-07-29T20:22:05.466Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32312026-07-29T20:22:05.509Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32322026-07-29T20:22:05.529Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32332026-07-29T20:22:05.534Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32342026-07-29T20:22:05.573Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32352026-07-29T20:22:05.655Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32362026-07-29T20:22:05.677Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32372026-07-29T20:22:05.765Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32382026-07-29T20:22:05.848Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32392026-07-29T20:22:05.872Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32402026-07-29T20:22:06.114Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32412026-07-29T20:22:06.162Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32422026-07-29T20:22:06.166Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32432026-07-29T20:22:06.737Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32442026-07-29T20:22:06.904Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32452026-07-29T20:22:07.187Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32462026-07-29T20:22:07.952Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32472026-07-29T20:22:08.146Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32482026-07-29T20:22:08.456Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32492026-07-29T20:22:08.900Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32502026-07-29T20:22:08.956Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32512026-07-29T20:22:09.229Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32522026-07-29T20:22:09.862Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32532026-07-29T20:22:09.886Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32542026-07-29T20:22:10.701Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32552026-07-29T20:22:10.837Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32562026-07-29T20:22:11.172Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32572026-07-29T20:22:11.211Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32582026-07-29T20:22:11.893Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32592026-07-29T20:22:12.260Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32602026-07-29T20:22:12.635Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32612026-07-29T20:22:12.719Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32622026-07-29T20:22:12.992Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32632026-07-29T20:22:13.034Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32642026-07-29T20:22:13.490Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32652026-07-29T20:22:13.569Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32662026-07-29T20:22:13.653Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32672026-07-29T20:22:13.915Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32682026-07-29T20:22:14.209Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32692026-07-29T20:22:14.343Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32702026-07-29T20:22:14.941Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32712026-07-29T20:22:15.193Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32722026-07-29T20:22:15.622Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32732026-07-29T20:22:15.667Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32742026-07-29T20:22:16.038Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32752026-07-29T20:22:16.063Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32762026-07-29T20:22:16.678Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32772026-07-29T20:22:17.433Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32782026-07-29T20:22:17.510Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32792026-07-29T20:22:17.733Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32802026-07-29T20:22:17.965Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32812026-07-29T20:22:18.028Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32822026-07-29T20:22:18.566Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32832026-07-29T20:22:18.699Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32842026-07-29T20:22:19.779Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32852026-07-29T20:22:20.302Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32862026-07-29T20:22:20.957Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32872026-07-29T20:22:21.669Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32882026-07-29T20:22:21.691Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32892026-07-29T20:22:22.083Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32902026-07-29T20:22:23.045Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32912026-07-29T20:22:25.516Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32922026-07-29T20:22:26.589Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32932026-07-29T20:22:26.985Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32942026-07-29T20:22:27.511Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32952026-07-29T20:22:28.749Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32962026-07-29T20:22:29.692Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32972026-07-29T20:22:29.902Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32982026-07-29T20:22:30.061Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32992026-07-29T20:22:30.440Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33002026-07-29T20:22:30.669Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33012026-07-29T20:22:30.877Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33022026-07-29T20:22:31.115Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33032026-07-29T20:22:31.270Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33042026-07-29T20:22:31.295Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33052026-07-29T20:22:31.330Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33062026-07-29T20:22:31.721Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33072026-07-29T20:22:31.910Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33082026-07-29T20:22:32.229Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33092026-07-29T20:22:32.691Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33102026-07-29T20:22:32.915Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33112026-07-29T20:22:33.074Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33122026-07-29T20:22:33.099Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33132026-07-29T20:22:33.436Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33142026-07-29T20:22:33.793Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33152026-07-29T20:22:34.873Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33162026-07-29T20:22:35.574Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33172026-07-29T20:22:35.991Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33182026-07-29T20:22:37.844Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33192026-07-29T20:22:39.193Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33202026-07-29T20:22:39.626Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33212026-07-29T20:22:40.233Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33222026-07-29T20:22:42.430Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33232026-07-29T20:22:43.431Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33242026-07-29T20:22:44.524Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33252026-07-29T20:22:44.981Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33262026-07-29T20:22:45.858Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33272026-07-29T20:22:47.929Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33282026-07-29T20:22:48.601Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33292026-07-29T20:22:49.565Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33302026-07-29T20:22:50.773Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33312026-07-29T20:22:50.856Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33322026-07-29T20:22:51.997Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33332026-07-29T20:22:54.051Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33342026-07-29T20:22:57.129Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33352026-07-29T20:22:57.720Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33362026-07-29T20:22:58.490Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33372026-07-29T20:22:59.335Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33382026-07-29T20:23:00.267Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33392026-07-29T20:23:01.027Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33402026-07-29T20:23:01.807Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33412026-07-29T20:23:03.508Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33422026-07-29T20:23:03.706Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33432026-07-29T20:23:04.465Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33442026-07-29T20:23:05.132Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33452026-07-29T20:23:05.616Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33462026-07-29T20:23:06.510Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33472026-07-29T20:23:07.239Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33482026-07-29T20:23:11.266Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33492026-07-29T20:23:11.901Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33502026-07-29T20:23:13.133Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33512026-07-29T20:23:13.643Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33522026-07-29T20:23:14.437Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33532026-07-29T20:23:15.420Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33542026-07-29T20:23:16.987Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33552026-07-29T20:23:19.038Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33562026-07-29T20:23:19.861Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33572026-07-29T20:23:20.896Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33582026-07-29T20:23:22.244Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33592026-07-29T20:23:23.557Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33602026-07-29T20:23:25.933Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33612026-07-29T20:23:26.731Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33622026-07-29T20:23:28.559Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33632026-07-29T20:23:29.126Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33642026-07-29T20:23:30.865Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33652026-07-29T20:23:32.354Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33662026-07-29T20:23:33.831Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33672026-07-29T20:23:35.427Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33682026-07-29T20:23:37.145Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33692026-07-29T20:23:38.707Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33702026-07-29T20:23:40.283Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33712026-07-29T20:23:44.859Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33722026-07-29T20:23:45.318Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33732026-07-29T20:23:46.221Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33742026-07-29T20:23:47.032Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33752026-07-29T20:23:48.691Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33762026-07-29T20:23:50.475Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33772026-07-29T20:23:52.276Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33782026-07-29T20:23:54.174Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33792026-07-29T20:23:55.972Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33802026-07-29T20:23:57.663Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33812026-07-29T20:23:59.662Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33822026-07-29T20:24:01.147Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33832026-07-29T20:24:02.888Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33842026-07-29T20:24:04.648Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33852026-07-29T20:24:06.314Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33862026-07-29T20:24:09.300Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33872026-07-29T20:24:15.684Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33882026-07-29T20:24:15.752Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33892026-07-29T20:24:15.752Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33902026-07-29T20:24:16.193Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33912026-07-29T20:24:18.266Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33922026-07-29T20:24:21.859Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33932026-07-29T20:24:24.171Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33942026-07-29T20:24:25.901Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33952026-07-29T20:24:28.099Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33962026-07-29T20:24:29.820Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33972026-07-29T20:24:33.134Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33982026-07-29T20:24:33.939Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33992026-07-29T20:24:36.159Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34002026-07-29T20:24:38.382Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34012026-07-29T20:24:40.145Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34022026-07-29T20:24:42.832Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34032026-07-29T20:24:45.740Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34042026-07-29T20:24:47.201Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34052026-07-29T20:24:49.912Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34062026-07-29T20:24:51.976Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34072026-07-29T20:24:54.891Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34082026-07-29T20:24:57.019Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34092026-07-29T20:24:59.676Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34102026-07-29T20:25:01.601Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34112026-07-29T20:25:04.037Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34122026-07-29T20:25:06.358Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34132026-07-29T20:25:08.824Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34142026-07-29T20:25:11.242Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34152026-07-29T20:25:13.566Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34162026-07-29T20:25:15.880Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34172026-07-29T20:25:18.453Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34182026-07-29T20:25:20.911Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34192026-07-29T20:25:23.289Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34202026-07-29T20:25:25.640Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34212026-07-29T20:25:28.132Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34222026-07-29T20:25:35.201Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34232026-07-29T20:25:35.406Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34242026-07-29T20:25:35.483Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34252026-07-29T20:25:37.766Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34262026-07-29T20:25:40.263Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34272026-07-29T20:25:42.711Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34282026-07-29T20:25:45.151Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34292026-07-29T20:25:47.615Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34302026-07-29T20:25:49.948Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34312026-07-29T20:25:52.565Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34322026-07-29T20:25:54.996Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34332026-07-29T20:25:57.504Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34342026-07-29T20:26:00.469Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34352026-07-29T20:26:02.744Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34362026-07-29T20:26:05.352Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34372026-07-29T20:26:07.739Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34382026-07-29T20:26:10.683Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34392026-07-29T20:26:13.261Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34402026-07-29T20:26:15.557Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34412026-07-29T20:26:18.108Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34422026-07-29T20:26:20.745Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34432026-07-29T20:26:23.119Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34442026-07-29T20:26:25.834Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34452026-07-29T20:26:28.368Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34462026-07-29T20:26:30.946Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34472026-07-29T20:26:33.313Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34482026-07-29T20:26:35.960Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34492026-07-29T20:26:38.649Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34502026-07-29T20:26:41.205Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34512026-07-29T20:26:44.144Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34522026-07-29T20:26:46.779Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34532026-07-29T20:26:49.266Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34542026-07-29T20:26:51.866Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34552026-07-29T20:26:54.487Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34562026-07-29T20:26:57.192Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34572026-07-29T20:27:00.355Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34582026-07-29T20:27:02.736Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34592026-07-29T20:27:05.440Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34602026-07-29T20:27:13.255Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34612026-07-29T20:27:13.519Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34622026-07-29T20:27:16.703Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34632026-07-29T20:27:20.143Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34642026-07-29T20:27:23.703Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34652026-07-29T20:27:28.627Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34662026-07-29T20:27:31.429Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34672026-07-29T20:27:35.056Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34682026-07-29T20:27:38.756Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34692026-07-29T20:27:42.549Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34702026-07-29T20:27:46.277Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34712026-07-29T20:27:50.038Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34722026-07-29T20:27:53.858Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34732026-07-29T20:27:57.699Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34742026-07-29T20:28:01.321Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34752026-07-29T20:28:05.080Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34762026-07-29T20:28:08.868Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34772026-07-29T20:28:12.571Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34782026-07-29T20:28:16.329Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34792026-07-29T20:28:20.113Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34802026-07-29T20:28:23.909Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34812026-07-29T20:28:27.624Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34822026-07-29T20:28:31.406Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34832026-07-29T20:28:35.187Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34842026-07-29T20:29:04.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 09s
34852026-07-29T20:29:04.972Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34862026-07-29T20:29:04.972Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34872026-07-29T20:29:05.115Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files
34882026-07-29T20:29:05.221Z
34892026-07-29T20:29:05.221Zreal 7:10.196519510
34902026-07-29T20:29:05.221Zuser 19:36.364980550
34912026-07-29T20:29:05.225Zsys 4:11.693044905
34922026-07-29T20:29:05.225Ztrap 0.278569321
34932026-07-29T20:29:05.225Ztflt 0.009279079
34942026-07-29T20:29:05.225Zdflt 0.179731000
34952026-07-29T20:29:05.225Zkflt 0.000021940
34962026-07-29T20:29:05.225Zlock 6:49:02.581930471
34972026-07-29T20:29:05.225Zslp 2:24:20.902338458
34982026-07-29T20:29:05.225Zlat 36.056940483
34992026-07-29T20:29:05.225Zstop 1:58.690594057
35002026-07-29T20:29:05.225Zprocess exited: duration 806780 ms, exit code 0
 
35012026-07-29T20:29:05.232Zfound 0 output files