01KZS89E5ZG5CA7HHYETS4BE8R: clippy (helios)

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

Buildomat Job: 01KZS89YP5W9A2GEFHJ1QTZ57R

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-11T20:31:18.316Zjob assigned to worker 01KZS8A5T7W9BZS0JN17JYDE3B [factory aws, i-0308857c4076bd79d] (queued for 49 s)
 
22026-08-11T20:31:24.630Zstarting task 0: "setup"
32026-08-11T20:31:24.636Z++ uname -s
42026-08-11T20:31:24.639Z+ kern=SunOS
52026-08-11T20:31:24.639Z+ build_user=build
62026-08-11T20:31:24.639Z+ build_uid=12345
72026-08-11T20:31:24.639Z+ work_dir=/work
82026-08-11T20:31:24.639Z+ input_dir=/input
92026-08-11T20:31:24.639Z+ [[ 0 == 12345 ]]
102026-08-11T20:31:24.639Z+ case "$kern" in
112026-08-11T20:31:24.639Z+ groupadd -g 12345 build
122026-08-11T20:31:24.651Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-11T20:31:26.656Z+ zfs create -o mountpoint=/work rpool/work
142026-08-11T20:31:26.714Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-11T20:31:26.718Z+ home_fs=zfs
162026-08-11T20:31:26.718Z+ [[ zfs == autofs ]]
172026-08-11T20:31:26.718Z+ mkdir -p /home/build
182026-08-11T20:31:26.719Z+ chown build:build /home/build /work
192026-08-11T20:31:28.718Z+ chmod 0700 /home/build /work
202026-08-11T20:31:28.722Zprocess exited: duration 4089 ms, exit code 0
 
212026-08-11T20:31:28.729Zstarting task 1: "rust-toolchain"
222026-08-11T20:31:28.732Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-11T20:31:28.732Z * rust toolchain channel = "1.97.1"
242026-08-11T20:31:28.733Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-11T20:31:28.733Z * rust toolchain profile = "default"
262026-08-11T20:31:28.733Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-11T20:31:28.733Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-11T20:31:28.736Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-11T20:31:28.736Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-11T20:31:28.813Zinfo: downloading installer
312026-08-11T20:31:30.203Zwarn: It looks like you have an existing rustup settings file at:
322026-08-11T20:31:30.203Zwarn: /home/build/.rustup/settings.toml
332026-08-11T20:31:30.203Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-11T20:31:30.207Zwarn: instead of the one inferred from the default host triple.
352026-08-11T20:31:30.216Zinfo: profile set to default
362026-08-11T20:31:30.216Zinfo: default host triple is x86_64-unknown-illumos
372026-08-11T20:31:30.219Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-11T20:31:30.355Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-11T20:31:30.358Zinfo: downloading 6 components
402026-08-11T20:31:46.795Z
412026-08-11T20:31:46.795Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-11T20:31:46.822Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-11T20:31:46.823Z
442026-08-11T20:31:46.823Z
452026-08-11T20:31:46.823ZRust is installed now. Great!
462026-08-11T20:31:46.823Z
472026-08-11T20:31:46.823ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-11T20:31:46.823Zenvironment variable. This has not been done automatically.
492026-08-11T20:31:46.823Z
502026-08-11T20:31:46.823ZTo configure your current shell, you need to source
512026-08-11T20:31:46.823Zthe corresponding env file under $HOME/.cargo.
522026-08-11T20:31:46.823Z
532026-08-11T20:31:46.823ZThis is usually done by running one of the following (note the leading DOT):
542026-08-11T20:31:46.826Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-11T20:31:46.826Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-11T20:31:46.826Zsource "~/.cargo/env.nu" # For nushell
572026-08-11T20:31:46.826Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-11T20:31:46.826Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-11T20:31:46.826Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-11T20:31:46.826Zwarn: no default linker (`cc`) was found in your PATH
612026-08-11T20:31:46.826Zwarn: many Rust crates require a system C toolchain to build
622026-08-11T20:31:46.908Z+ rustup --version
632026-08-11T20:31:46.917Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-11T20:31:46.920Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-11T20:31:46.938Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-11T20:31:46.941Z+ cargo --version
672026-08-11T20:31:46.955Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-11T20:31:46.959Z+ rustc --version
692026-08-11T20:31:46.977Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-11T20:31:46.980Zprocess exited: duration 18250 ms, exit code 0
 
712026-08-11T20:31:46.986Zstarting task 2: "authentication"
722026-08-11T20:31:47.003Zprocess exited: duration 16 ms, exit code 0
 
732026-08-11T20:31:47.009Zstarting task 3: "clone repository"
742026-08-11T20:31:47.012Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-11T20:31:47.015Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-11T20:31:47.047ZCloning into '/work/oxidecomputer/omicron'...
772026-08-11T20:31:58.724Z+ cd /work/oxidecomputer/omicron
782026-08-11T20:31:58.724Z+ git fetch origin e9029c0146e19998c2433b4cdfc1f1c2c8307564
792026-08-11T20:31:59.058ZFrom https://github.com/oxidecomputer/omicron
802026-08-11T20:31:59.058Z * branch e9029c0146e19998c2433b4cdfc1f1c2c8307564 -> FETCH_HEAD
812026-08-11T20:31:59.069Z+ [[ -n sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup ]]
822026-08-11T20:31:59.071Z++ git branch --show-current
832026-08-11T20:31:59.072Z+ current=main
842026-08-11T20:31:59.072Z+ [[ main != sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup ]]
852026-08-11T20:31:59.072Z+ git branch -f sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup e9029c0146e19998c2433b4cdfc1f1c2c8307564
862026-08-11T20:31:59.075Z+ git checkout -f sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup
872026-08-11T20:31:59.327ZSwitched to branch 'sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup'
882026-08-11T20:31:59.331Z+ git reset --hard e9029c0146e19998c2433b4cdfc1f1c2c8307564
892026-08-11T20:31:59.345ZHEAD is now at e9029c014 [spr] initial version
902026-08-11T20:31:59.348Zprocess exited: duration 12337 ms, exit code 0
 
912026-08-11T20:31:59.354Zstarting task 4: "build"
922026-08-11T20:31:59.358Z+ source ./env.sh
932026-08-11T20:31:59.358Z++ OLD_SHELL_OPTS=ehxB
942026-08-11T20:31:59.360Z++ set -o xtrace
952026-08-11T20:31:59.360Z++++ dirname ./env.sh
962026-08-11T20:31:59.363Z+++ readlink -f .
972026-08-11T20:31:59.366Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-11T20:31:59.366Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-11T20:31:59.366Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-11T20:31:59.366Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-11T20:31:59.367Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-11T20:31:59.367Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-11T20:31:59.367Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-11T20:31:59.367Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-11T20:31:59.367Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-11T20:31:59.367Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-11T20:31:59.367Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-11T20:31:59.367Z++ case $OLD_SHELL_OPTS in
1092026-08-11T20:31:59.367Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-11T20:31:59.367Z+ source .github/buildomat/ci-env.sh
1112026-08-11T20:31:59.367Z++ export CARGO_TERM_COLOR=always
1122026-08-11T20:31:59.367Z++ CARGO_TERM_COLOR=always
1132026-08-11T20:31:59.367Z+++ uname -s
1142026-08-11T20:31:59.367Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-11T20:31:59.367Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-11T20:31:59.370Z+ cargo --version
1172026-08-11T20:31:59.376Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-11T20:31:59.379Z+ rustc --version
1192026-08-11T20:31:59.398Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-11T20:31:59.402Z+ banner prerequisites
1212026-08-11T20:31:59.405Z
1222026-08-11T20:31:59.405Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-11T20:31:59.405Z # # # # # # # # # # # # # # #
1242026-08-11T20:31:59.405Z # # # # ##### # # ##### # # # # # #### #
1252026-08-11T20:31:59.405Z ##### ##### # ##### # # # # # # # # #
1262026-08-11T20:31:59.405Z # # # # # # # # # # # # # # #
1272026-08-11T20:31:59.405Z # # # ###### # # ###### ### # #### # #### #
1282026-08-11T20:31:59.405Z
1292026-08-11T20:31:59.405Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-11T20:32:01.185Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-11T20:32:01.493Z Startup: Caching catalogs ... Done
1322026-08-11T20:32:03.193ZPlanning: Solver setup ... Done (1.599s)
1332026-08-11T20:32:03.246ZPlanning: Running solver ... Done (0.053s)
1342026-08-11T20:32:03.284ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-11T20:32:03.294ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-11T20:32:03.311ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-11T20:32:03.324ZPlanning: Package planning ... Done (0.013s)
1382026-08-11T20:32:03.328ZPlanning: Merging actions ... Done (0.002s)
1392026-08-11T20:32:03.513ZPlanning: Checking for conflicting actions ... Done (0.187s)
1402026-08-11T20:32:03.516ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-11T20:32:04.187ZPlanning: Evaluating mediators ... Done (0.673s)
1422026-08-11T20:32:04.191ZPlanning: Planning completed in 2.66 seconds
1432026-08-11T20:32:04.195Z Packages to install: 2
1442026-08-11T20:32:04.195Z Estimated space available: 156.01 GB
1452026-08-11T20:32:04.198ZEstimated space to be consumed: 67.95 MB
1462026-08-11T20:32:04.198Z Create boot environment: No
1472026-08-11T20:32:04.198ZCreate backup boot environment: No
1482026-08-11T20:32:04.198Z Rebuild boot archive: No
1492026-08-11T20:32:04.198Z
1502026-08-11T20:32:04.198ZChanged packages:
1512026-08-11T20:32:04.198Zhelios
1522026-08-11T20:32:04.198Z developer/build-essential
1532026-08-11T20:32:04.198Z None -> 11-3.0
1542026-08-11T20:32:04.198Z library/libxmlsec1
1552026-08-11T20:32:04.198Z None -> 1.2.35-3.0
1562026-08-11T20:32:04.219Z
1572026-08-11T20:32:04.219ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-11T20:32:04.287ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1592026-08-11T20:32:04.352Z Actions: 1/268 actions (Installing new actions)
1602026-08-11T20:32:04.389Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-11T20:32:04.419ZFinalize: Updating package state database ... Done (0.030s)
1622026-08-11T20:32:04.422ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-11T20:32:04.492ZFinalize: Updating image state ... Done (0.073s)
1642026-08-11T20:32:06.938ZFinalize: Creating fast lookup database ... Done (2.399s)
1652026-08-11T20:32:07.008ZFinalize: Reading search index ... Done (0.013s)
1662026-08-11T20:32:07.011ZFinalize: Updating search index ... Done (0.000s)
1672026-08-11T20:32:07.083ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-11T20:32:07.446ZPlanning: Evaluating mediator changes ... Done
1692026-08-11T20:32:07.551ZPlanning: Checking for conflicting actions ... Done
1702026-08-11T20:32:07.554ZPlanning: Consolidating action changes ... Done
1712026-08-11T20:32:07.707ZPlanning: Evaluating mediators ... Done
1722026-08-11T20:32:07.710ZPlanning: Planning completed in 0.26 seconds
1732026-08-11T20:32:07.730Z Mediators to change: 2
1742026-08-11T20:32:07.730Z Create boot environment: No
1752026-08-11T20:32:07.733ZCreate backup boot environment: No
1762026-08-11T20:32:07.770ZFinalize: Updating package state database ... Done
1772026-08-11T20:32:07.773ZFinalize: Updating package cache ... Done
1782026-08-11T20:32:07.813ZFinalize: Updating image state ... Done
1792026-08-11T20:32:09.768ZFinalize: Creating fast lookup database ... Done
1802026-08-11T20:32:09.827ZFinalize: Reading search index ... Done
1812026-08-11T20:32:09.831ZFinalize: Updating search index ... Done
1822026-08-11T20:32:09.882ZFinalize: Updating package cache ... Done
1832026-08-11T20:32:10.167ZPlanning: Evaluating mediator changes ... Done
1842026-08-11T20:32:10.274ZPlanning: Checking for conflicting actions ... Done
1852026-08-11T20:32:10.278ZPlanning: Consolidating action changes ... Done
1862026-08-11T20:32:10.431ZPlanning: Evaluating mediators ... Done
1872026-08-11T20:32:10.434ZPlanning: Planning completed in 0.27 seconds
1882026-08-11T20:32:10.454Z Mediators to change: 1
1892026-08-11T20:32:10.454Z Create boot environment: No
1902026-08-11T20:32:10.457ZCreate backup boot environment: No
1912026-08-11T20:32:10.493ZFinalize: Updating package state database ... Done
1922026-08-11T20:32:10.493ZFinalize: Updating package cache ... Done
1932026-08-11T20:32:10.538ZFinalize: Updating image state ... Done
1942026-08-11T20:32:12.505ZFinalize: Creating fast lookup database ... Done
1952026-08-11T20:32:12.569ZFinalize: Reading search index ... Done
1962026-08-11T20:32:12.573ZFinalize: Updating search index ... Done
1972026-08-11T20:32:12.627ZFinalize: Updating package cache ... Done
1982026-08-11T20:32:12.943ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-11T20:32:12.943Zapache system 2.4 system
2002026-08-11T20:32:12.943Zclang system 15 system
2012026-08-11T20:32:12.943Zcsh system system illumos
2022026-08-11T20:32:12.943Zctags system system illumos
2032026-08-11T20:32:12.943Zfile vendor vendor darwinsys
2042026-08-11T20:32:12.943Zfile system system illumos
2052026-08-11T20:32:12.943Zgcc vendor 14 vendor
2062026-08-11T20:32:12.943Zgcc system 13 system
2072026-08-11T20:32:12.943Zgcc system 10 system
2082026-08-11T20:32:12.943Zgo system 1.25 system
2092026-08-11T20:32:12.943Zllvm system 15 system
2102026-08-11T20:32:12.943Zmariadb system 11.4 system
2112026-08-11T20:32:12.943Zmta vendor vendor dma
2122026-08-11T20:32:12.943Zopenjdk system 17 system
2132026-08-11T20:32:12.943Zopenjdk system 11 system
2142026-08-11T20:32:12.943Zopenssl vendor 3 vendor
2152026-08-11T20:32:12.943Zperl system 5.40 system
2162026-08-11T20:32:12.943Zpostgresql system 18 system
2172026-08-11T20:32:12.944Zpostgresql system 17 system
2182026-08-11T20:32:12.944Zpython vendor 3 vendor
2192026-08-11T20:32:12.944Zpython system 2 system
2202026-08-11T20:32:12.944Zpython3 vendor 3.13 vendor
2212026-08-11T20:32:12.944Zruby system 3.4 system
2222026-08-11T20:32:12.944Zruby system 3.0 system
2232026-08-11T20:32:12.944Zwords vendor vendor american-english
2242026-08-11T20:32:12.944Zwords system system australian-english
2252026-08-11T20:32:12.944Zwords system system british-english
2262026-08-11T20:32:12.944Zwords system system canadian-english
2272026-08-11T20:32:12.944Zwords system system french
2282026-08-11T20:32:12.944Zwords system system italian
2292026-08-11T20:32:12.944Zwords system system ngerman
2302026-08-11T20:32:12.944Zwords system system ogerman
2312026-08-11T20:32:12.944Zwords system system spanish
2322026-08-11T20:32:13.192ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-11T20:32:13.193Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-11T20:32:13.635ZFMRI IFO
2352026-08-11T20:32:13.635Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-11T20:32:13.635Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-11T20:32:13.635Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-11T20:32:13.635Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-11T20:32:13.635Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-11T20:32:13.636Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-11T20:32:13.636Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-11T20:32:13.636Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-11T20:32:13.636Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-11T20:32:13.961Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-11T20:32:14.252Z Updating crates.io index
2462026-08-11T20:32:14.259Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-11T20:32:14.513Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-11T20:32:14.936Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-11T20:32:16.045Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-11T20:32:16.582Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-11T20:32:18.622Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-11T20:32:19.486Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-11T20:32:19.768Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-11T20:32:20.136Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-11T20:32:21.400Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-11T20:32:21.741Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-11T20:32:22.284Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-08-11T20:32:22.881Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-08-11T20:32:23.161Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-08-11T20:32:23.549Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-08-11T20:32:23.833Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-11T20:32:24.100Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-11T20:32:24.405Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-08-11T20:32:24.800Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2652026-08-11T20:32:25.320Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-08-11T20:32:25.696Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-11T20:32:26.178Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-08-11T20:32:26.496Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-08-11T20:32:27.066Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2702026-08-11T20:32:27.426Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-08-11T20:32:27.674Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-08-11T20:32:28.120Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-08-11T20:32:28.391Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2742026-08-11T20:32:28.789Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-08-11T20:32:29.119Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-08-11T20:32:29.437Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-08-11T20:32:29.714Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-08-11T20:32:30.086Z Updating git repository `https://github.com/oxidecomputer/tough`
2792026-08-11T20:32:30.603Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-08-11T20:32:31.266Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-08-11T20:32:31.521Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2822026-08-11T20:32:31.977Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-11T20:32:32.313Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-11T20:32:32.963Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-11T20:32:33.263Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-11T20:32:33.550Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-11T20:32:33.859Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-11T20:32:34.120Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-08-11T20:32:36.945Z Downloading crates ...
2902026-08-11T20:32:36.997Z Downloaded clap_derive v4.6.1
2912026-08-11T20:32:37.001Z Downloaded crypto-common v0.1.7
2922026-08-11T20:32:37.004Z Downloaded cpufeatures v0.2.17
2932026-08-11T20:32:37.004Z Downloaded colorchoice v1.0.4
2942026-08-11T20:32:37.004Z Downloaded clap_lex v1.0.0
2952026-08-11T20:32:37.010Z Downloaded anstream v1.0.0
2962026-08-11T20:32:37.017Z Downloaded zmij v1.0.21
2972026-08-11T20:32:37.020Z Downloaded anstyle-parse v1.0.0
2982026-08-11T20:32:37.020Z Downloaded once_cell v1.21.3
2992026-08-11T20:32:37.023Z Downloaded block-buffer v0.10.4
3002026-08-11T20:32:37.023Z Downloaded cfg-if v1.0.4
3012026-08-11T20:32:37.026Z Downloaded zerocopy-derive v0.7.35
3022026-08-11T20:32:37.026Z Downloaded errno v0.3.14
3032026-08-11T20:32:37.029Z Downloaded dof v0.3.0
3042026-08-11T20:32:37.029Z Downloaded fastrand v2.3.0
3052026-08-11T20:32:37.029Z Downloaded cargo-platform v0.3.2
3062026-08-11T20:32:37.035Z Downloaded heck v0.5.0
3072026-08-11T20:32:37.038Z Downloaded generic-array v0.14.7
3082026-08-11T20:32:37.038Z Downloaded zerocopy v0.7.35
3092026-08-11T20:32:37.045Z Downloaded dtrace-parser v0.2.0
3102026-08-11T20:32:37.048Z Downloaded equivalent v1.0.2
3112026-08-11T20:32:37.048Z Downloaded macaddr v1.0.1
3122026-08-11T20:32:37.057Z Downloaded usdt v0.5.0
3132026-08-11T20:32:37.060Z Downloaded is_terminal_polyfill v1.70.2
3142026-08-11T20:32:37.063Z Downloaded heck v0.4.1
3152026-08-11T20:32:37.063Z Downloaded memmap v0.7.0
3162026-08-11T20:32:37.065Z Downloaded scroll_derive v0.12.1
3172026-08-11T20:32:37.065Z Downloaded toml_datetime v0.6.11
3182026-08-11T20:32:37.069Z Downloaded strsim v0.11.1
3192026-08-11T20:32:37.080Z Downloaded toml_write v0.1.2
3202026-08-11T20:32:37.084Z Downloaded fnv v1.0.7
3212026-08-11T20:32:37.084Z Downloaded usdt-attr-macro v0.5.0
3222026-08-11T20:32:37.084Z Downloaded anstyle-query v1.1.5
3232026-08-11T20:32:37.084Z Downloaded serde_spanned v0.6.9
3242026-08-11T20:32:37.087Z Downloaded anstyle v1.0.14
3252026-08-11T20:32:37.090Z Downloaded bytecount v0.6.9
3262026-08-11T20:32:37.090Z Downloaded camino-tempfile v1.4.1
3272026-08-11T20:32:37.093Z Downloaded clap v4.6.1
3282026-08-11T20:32:37.097Z Downloaded fs-err v3.3.0
3292026-08-11T20:32:37.099Z Downloaded pest_generator v2.8.6
3302026-08-11T20:32:37.099Z Downloaded tabled_derive v0.7.0
3312026-08-11T20:32:37.099Z Downloaded thread-id v4.2.2
3322026-08-11T20:32:37.103Z Downloaded utf8parse v0.2.2
3332026-08-11T20:32:37.106Z Downloaded smawk v0.3.2
3342026-08-11T20:32:37.108Z Downloaded plain v0.2.3
3352026-08-11T20:32:37.111Z Downloaded swrite v0.1.0
3362026-08-11T20:32:37.118Z Downloaded version_check v0.9.5
3372026-08-11T20:32:37.125Z Downloaded pretty-hex v0.4.1
3382026-08-11T20:32:37.127Z Downloaded unicode-linebreak v0.1.5
3392026-08-11T20:32:37.127Z Downloaded proc-macro-error-attr v1.0.4
3402026-08-11T20:32:37.130Z Downloaded usdt-macro v0.5.0
3412026-08-11T20:32:37.133Z Downloaded thiserror-impl v1.0.69
3422026-08-11T20:32:37.136Z Downloaded autocfg v1.5.0
3432026-08-11T20:32:37.136Z Downloaded itoa v1.0.17
3442026-08-11T20:32:37.139Z Downloaded cargo_metadata v0.23.1
3452026-08-11T20:32:37.149Z Downloaded byteorder v1.5.0
3462026-08-11T20:32:37.152Z Downloaded thiserror v2.0.18
3472026-08-11T20:32:37.155Z Downloaded anyhow v1.0.102
3482026-08-11T20:32:37.158Z Downloaded pest_derive v2.8.6
3492026-08-11T20:32:37.161Z Downloaded cargo_toml v0.21.0
3502026-08-11T20:32:37.161Z Downloaded papergrid v0.11.0
3512026-08-11T20:32:37.165Z Downloaded thiserror v1.0.69
3522026-08-11T20:32:37.168Z Downloaded digest v0.10.7
3532026-08-11T20:32:37.171Z Downloaded scroll v0.12.0
3542026-08-11T20:32:37.171Z Downloaded thiserror-impl v2.0.18
3552026-08-11T20:32:37.171Z Downloaded serde_tokenstream v0.2.3
3562026-08-11T20:32:37.174Z Downloaded proc-macro-error v1.0.4
3572026-08-11T20:32:37.177Z Downloaded quote v1.0.45
3582026-08-11T20:32:37.179Z Downloaded usdt-impl v0.5.0
3592026-08-11T20:32:37.183Z Downloaded bitflags v2.11.0
3602026-08-11T20:32:37.195Z Downloaded semver v1.0.28
3612026-08-11T20:32:37.206Z Downloaded camino v1.2.2
3622026-08-11T20:32:37.211Z Downloaded sha2 v0.10.9
3632026-08-11T20:32:37.214Z Downloaded terminal_size v0.4.3
3642026-08-11T20:32:37.214Z Downloaded toml v0.8.23
3652026-08-11T20:32:37.219Z Downloaded ucd-trie v0.1.7
3662026-08-11T20:32:37.227Z Downloaded log v0.4.29
3672026-08-11T20:32:37.230Z Downloaded getrandom v0.4.1
3682026-08-11T20:32:37.233Z Downloaded tempfile v3.25.0
3692026-08-11T20:32:37.243Z Downloaded textwrap v0.16.2
3702026-08-11T20:32:37.246Z Downloaded unicode-ident v1.0.24
3712026-08-11T20:32:37.252Z Downloaded serde_core v1.0.228
3722026-08-11T20:32:37.254Z Downloaded pest_meta v2.8.6
3732026-08-11T20:32:37.257Z Downloaded toml_edit v0.22.27
3742026-08-11T20:32:37.262Z Downloaded serde_derive v1.0.228
3752026-08-11T20:32:37.272Z Downloaded proc-macro2 v1.0.106
3762026-08-11T20:32:37.280Z Downloaded memchr v2.8.0
3772026-08-11T20:32:37.301Z Downloaded serde v1.0.228
3782026-08-11T20:32:37.309Z Downloaded typenum v1.20.1
3792026-08-11T20:32:37.320Z Downloaded indexmap v2.14.0
3802026-08-11T20:32:37.333Z Downloaded clap_builder v4.6.0
3812026-08-11T20:32:37.341Z Downloaded pest v2.8.6
3822026-08-11T20:32:37.344Z Downloaded hashbrown v0.17.0
3832026-08-11T20:32:37.374Z Downloaded serde_json v1.0.151
3842026-08-11T20:32:37.377Z Downloaded goblin v0.8.2
3852026-08-11T20:32:37.382Z Downloaded winnow v0.7.14
3862026-08-11T20:32:37.392Z Downloaded tabled v0.15.0
3872026-08-11T20:32:37.411Z Downloaded syn v1.0.109
3882026-08-11T20:32:37.427Z Downloaded unicode-width v0.2.0
3892026-08-11T20:32:37.430Z Downloaded unicode-width v0.1.14
3902026-08-11T20:32:37.433Z Downloaded syn v2.0.117
3912026-08-11T20:32:37.463Z Downloaded rustix v1.1.3
3922026-08-11T20:32:37.484Z Downloaded libc v0.2.185
3932026-08-11T20:32:37.546Z Compiling proc-macro2 v1.0.106
3942026-08-11T20:32:37.546Z Compiling quote v1.0.45
3952026-08-11T20:32:37.549Z Compiling unicode-ident v1.0.24
3962026-08-11T20:32:37.549Z Compiling serde_core v1.0.228
3972026-08-11T20:32:37.549Z Compiling libc v0.2.185
3982026-08-11T20:32:37.549Z Compiling version_check v0.9.5
3992026-08-11T20:32:37.550Z Compiling memchr v2.8.0
4002026-08-11T20:32:37.550Z Compiling serde v1.0.228
4012026-08-11T20:32:37.878Z Compiling zmij v1.0.21
4022026-08-11T20:32:38.128Z Compiling thiserror v1.0.69
4032026-08-11T20:32:38.173Z Compiling itoa v1.0.17
4042026-08-11T20:32:38.372Z Compiling ucd-trie v0.1.7
4052026-08-11T20:32:38.388Z Compiling byteorder v1.5.0
4062026-08-11T20:32:38.517Z Compiling pest v2.8.6
4072026-08-11T20:32:38.581Z Compiling rustix v1.1.3
4082026-08-11T20:32:38.615Z Compiling errno v0.3.14
4092026-08-11T20:32:38.631Z Compiling bitflags v2.11.0
4102026-08-11T20:32:38.785Z Compiling serde_json v1.0.151
4112026-08-11T20:32:39.017Z Compiling thread-id v4.2.2
4122026-08-11T20:32:39.059Z Compiling syn v2.0.117
4132026-08-11T20:32:39.096Z Compiling proc-macro-error-attr v1.0.4
4142026-08-11T20:32:39.146Z Compiling usdt-impl v0.5.0
4152026-08-11T20:32:39.202Z Compiling syn v1.0.109
4162026-08-11T20:32:39.266Z Compiling camino v1.2.2
4172026-08-11T20:32:39.511Z Compiling proc-macro-error v1.0.4
4182026-08-11T20:32:39.542Z Compiling pest_meta v2.8.6
4192026-08-11T20:32:39.624Z Compiling equivalent v1.0.2
4202026-08-11T20:32:39.691Z Compiling hashbrown v0.17.0
4212026-08-11T20:32:39.716Z Compiling log v0.4.29
4222026-08-11T20:32:39.754Z Compiling plain v0.2.3
4232026-08-11T20:32:39.867Z Compiling utf8parse v0.2.2
4242026-08-11T20:32:39.902Z Compiling getrandom v0.4.1
4252026-08-11T20:32:40.069Z Compiling terminal_size v0.4.3
4262026-08-11T20:32:40.244Z Compiling indexmap v2.14.0
4272026-08-11T20:32:40.263Z Compiling anstyle-parse v1.0.0
4282026-08-11T20:32:40.854Z Compiling toml_write v0.1.2
4292026-08-11T20:32:40.854Z Compiling anstyle-query v1.1.5
4302026-08-11T20:32:40.886Z Compiling winnow v0.7.14
4312026-08-11T20:32:40.980Z Compiling is_terminal_polyfill v1.70.2
4322026-08-11T20:32:41.000Z Compiling pretty-hex v0.4.1
4332026-08-11T20:32:41.058Z Compiling anstyle v1.0.14
4342026-08-11T20:32:41.083Z Compiling cfg-if v1.0.4
4352026-08-11T20:32:41.138Z Compiling thiserror v2.0.18
4362026-08-11T20:32:41.141Z Compiling autocfg v1.5.0
4372026-08-11T20:32:41.169Z Compiling colorchoice v1.0.4
4382026-08-11T20:32:41.274Z Compiling pest_generator v2.8.6
4392026-08-11T20:32:41.291Z Compiling anstream v1.0.0
4402026-08-11T20:32:41.490Z Compiling heck v0.4.1
4412026-08-11T20:32:41.598Z Compiling fs-err v3.3.0
4422026-08-11T20:32:41.724Z Compiling strsim v0.11.1
4432026-08-11T20:32:41.789Z Compiling once_cell v1.21.3
4442026-08-11T20:32:41.854Z Compiling anyhow v1.0.102
4452026-08-11T20:32:41.908Z Compiling heck v0.5.0
4462026-08-11T20:32:41.957Z Compiling fastrand v2.3.0
4472026-08-11T20:32:41.980Z Compiling clap_lex v1.0.0
4482026-08-11T20:32:42.024Z Compiling fnv v1.0.7
4492026-08-11T20:32:42.105Z Compiling bytecount v0.6.9
4502026-08-11T20:32:42.151Z Compiling unicode-width v0.1.14
4512026-08-11T20:32:42.192Z Compiling tempfile v3.25.0
4522026-08-11T20:32:42.247Z Compiling clap_builder v4.6.0
4532026-08-11T20:32:42.377Z Compiling papergrid v0.11.0
4542026-08-11T20:32:42.442Z Compiling cargo-platform v0.3.2
4552026-08-11T20:32:42.442Z Compiling semver v1.0.28
4562026-08-11T20:32:42.469Z Compiling memmap v0.7.0
4572026-08-11T20:32:42.493Z Compiling tabled_derive v0.7.0
4582026-08-11T20:32:42.543Z Compiling smawk v0.3.2
4592026-08-11T20:32:42.676Z Compiling unicode-width v0.2.0
4602026-08-11T20:32:42.735Z Compiling unicode-linebreak v0.1.5
4612026-08-11T20:32:42.824Z Compiling camino-tempfile v1.4.1
4622026-08-11T20:32:42.920Z Compiling textwrap v0.16.2
4632026-08-11T20:32:42.935Z Compiling serde_derive v1.0.228
4642026-08-11T20:32:42.952Z Compiling thiserror-impl v1.0.69
4652026-08-11T20:32:42.992Z Compiling zerocopy-derive v0.7.35
4662026-08-11T20:32:43.037Z Compiling pest_derive v2.8.6
4672026-08-11T20:32:43.372Z Compiling scroll_derive v0.12.1
4682026-08-11T20:32:43.442Z Compiling thiserror-impl v2.0.18
4692026-08-11T20:32:43.483Z Compiling clap_derive v4.6.1
4702026-08-11T20:32:43.759Z Compiling tabled v0.15.0
4712026-08-11T20:32:43.864Z Compiling zerocopy v0.7.35
4722026-08-11T20:32:44.046Z Compiling scroll v0.12.0
4732026-08-11T20:32:44.306Z Compiling dtrace-parser v0.2.0
4742026-08-11T20:32:44.323Z Compiling goblin v0.8.2
4752026-08-11T20:32:44.717Z Compiling swrite v0.1.0
4762026-08-11T20:32:45.232Z Compiling clap v4.6.1
4772026-08-11T20:32:45.891Z Compiling toml_datetime v0.6.11
4782026-08-11T20:32:45.891Z Compiling serde_spanned v0.6.9
4792026-08-11T20:32:45.891Z Compiling cargo_metadata v0.23.1
4802026-08-11T20:32:45.894Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-08-11T20:32:45.894Z Compiling macaddr v1.0.1
4822026-08-11T20:32:45.969Z Compiling dof v0.3.0
4832026-08-11T20:32:45.972Z Compiling serde_tokenstream v0.2.3
4842026-08-11T20:32:46.062Z Compiling toml_edit v0.22.27
4852026-08-11T20:32:46.695Z Compiling usdt-macro v0.5.0
4862026-08-11T20:32:46.729Z Compiling usdt-attr-macro v0.5.0
4872026-08-11T20:32:47.338Z Compiling usdt v0.5.0
4882026-08-11T20:32:47.394Z Compiling toml v0.8.23
4892026-08-11T20:32:47.731Z Compiling cargo_toml v0.21.0
4902026-08-11T20:32:49.012Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-08-11T20:32:51.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.24s
4922026-08-11T20:32:51.246Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-08-11T20:32:51.761Z Downloading crates ...
4942026-08-11T20:32:51.807Z Downloaded anstream v0.6.21
4952026-08-11T20:32:51.811Z Downloaded adler2 v2.0.1
4962026-08-11T20:32:51.815Z Downloaded aead v0.5.2
4972026-08-11T20:32:51.818Z Downloaded async-stream-impl v0.3.6
4982026-08-11T20:32:51.821Z Downloaded ahash v0.8.12
4992026-08-11T20:32:51.824Z Downloaded atomicwrites v0.4.4
5002026-08-11T20:32:51.824Z Downloaded atty v0.2.14
5012026-08-11T20:32:51.827Z Downloaded aead v0.6.1
5022026-08-11T20:32:51.830Z Downloaded anstyle-parse v0.2.7
5032026-08-11T20:32:51.831Z Downloaded bitfield-macros v0.19.4
5042026-08-11T20:32:51.831Z Downloaded allocator-api2 v0.2.21
5052026-08-11T20:32:51.833Z Downloaded assert_matches v1.5.0
5062026-08-11T20:32:51.837Z Downloaded async-stream v0.3.6
5072026-08-11T20:32:51.840Z Downloaded array-init v0.0.4
5082026-08-11T20:32:51.843Z Downloaded base16ct v1.0.0
5092026-08-11T20:32:51.846Z Downloaded base16ct v0.2.0
5102026-08-11T20:32:51.848Z Downloaded convert_case v0.4.0
5112026-08-11T20:32:51.848Z Downloaded ascii-canvas v3.0.0
5122026-08-11T20:32:51.852Z Downloaded backoff v0.4.0
5132026-08-11T20:32:51.852Z Downloaded bit-vec v0.6.3
5142026-08-11T20:32:51.852Z Downloaded ff v0.14.0
5152026-08-11T20:32:51.855Z Downloaded getrandom v0.3.4
5162026-08-11T20:32:51.857Z Downloaded arrayref v0.3.9
5172026-08-11T20:32:51.857Z Downloaded bit-set v0.8.0
5182026-08-11T20:32:51.860Z Downloaded futures-macro v0.3.32
5192026-08-11T20:32:51.860Z Downloaded atomic-waker v1.1.2
5202026-08-11T20:32:51.863Z Downloaded http-body-util v0.1.3
5212026-08-11T20:32:51.866Z Downloaded arrayvec v0.7.6
5222026-08-11T20:32:51.869Z Downloaded fxhash v0.2.1
5232026-08-11T20:32:51.872Z Downloaded futures-core v0.3.32
5242026-08-11T20:32:51.872Z Downloaded futures-io v0.3.32
5252026-08-11T20:32:51.876Z Downloaded flagset v0.4.7
5262026-08-11T20:32:51.879Z Downloaded foreign-types v0.3.2
5272026-08-11T20:32:51.882Z Downloaded bb8 v0.8.6
5282026-08-11T20:32:51.882Z Downloaded group v0.13.0
5292026-08-11T20:32:51.885Z Downloaded ciborium-io v0.2.2
5302026-08-11T20:32:51.888Z Downloaded form_urlencoded v1.2.2
5312026-08-11T20:32:51.891Z Downloaded futures-sink v0.3.32
5322026-08-11T20:32:51.891Z Downloaded gethostname v0.5.0
5332026-08-11T20:32:51.894Z Downloaded bit-set v0.5.3
5342026-08-11T20:32:51.897Z Downloaded async-trait v0.1.89
5352026-08-11T20:32:51.900Z Downloaded futures-task v0.3.32
5362026-08-11T20:32:51.900Z Downloaded home v0.5.12
5372026-08-11T20:32:51.900Z Downloaded http-body v1.0.1
5382026-08-11T20:32:51.903Z Downloaded bcrypt-pbkdf v0.11.0
5392026-08-11T20:32:51.906Z Downloaded fd-lock v4.0.4
5402026-08-11T20:32:51.906Z Downloaded ghash v0.6.0
5412026-08-11T20:32:51.909Z Downloaded httparse v1.10.1
5422026-08-11T20:32:51.909Z Downloaded foldhash v0.1.5
5432026-08-11T20:32:51.909Z Downloaded foldhash v0.2.0
5442026-08-11T20:32:51.909Z Downloaded futures-executor v0.3.32
5452026-08-11T20:32:51.912Z Downloaded block-padding v0.4.2
5462026-08-11T20:32:51.915Z Downloaded foreign-types-macros v0.2.3
5472026-08-11T20:32:51.916Z Downloaded git-stub v1.0.0
5482026-08-11T20:32:51.916Z Downloaded foreign-types v0.5.0
5492026-08-11T20:32:51.916Z Downloaded httpdate v1.0.3
5502026-08-11T20:32:51.919Z Downloaded bitfield-struct v0.6.2
5512026-08-11T20:32:51.919Z Downloaded ciborium-ll v0.2.2
5522026-08-11T20:32:51.921Z Downloaded float-ord v0.3.2
5532026-08-11T20:32:51.922Z Downloaded foreign-types-shared v0.3.1
5542026-08-11T20:32:51.922Z Downloaded foreign-types-shared v0.1.1
5552026-08-11T20:32:51.924Z Downloaded funty v2.0.0
5562026-08-11T20:32:51.928Z Downloaded fixedbitset v0.4.2
5572026-08-11T20:32:51.931Z Downloaded float-cmp v0.10.0
5582026-08-11T20:32:51.934Z Downloaded bitflags v1.3.2
5592026-08-11T20:32:51.938Z Downloaded hyper-tls v0.6.0
5602026-08-11T20:32:51.938Z Downloaded http-range v0.1.5
5612026-08-11T20:32:51.941Z Downloaded async-bb8-diesel v0.2.1
5622026-08-11T20:32:51.944Z Downloaded async-recursion v1.1.1
5632026-08-11T20:32:51.944Z Downloaded find-msvc-tools v0.1.9
5642026-08-11T20:32:51.946Z Downloaded ff v0.13.1
5652026-08-11T20:32:51.947Z Downloaded fs-err v2.11.0
5662026-08-11T20:32:51.947Z Downloaded humantime v2.3.0
5672026-08-11T20:32:51.947Z Downloaded fallible-iterator v0.2.0
5682026-08-11T20:32:51.950Z Downloaded castaway v0.2.4
5692026-08-11T20:32:51.950Z Downloaded glob v0.3.3
5702026-08-11T20:32:51.950Z Downloaded fixedbitset v0.5.7
5712026-08-11T20:32:51.950Z Downloaded cfg_aliases v0.1.1
5722026-08-11T20:32:51.950Z Downloaded cfg_aliases v0.2.1
5732026-08-11T20:32:51.953Z Downloaded env_filter v1.0.0
5742026-08-11T20:32:51.955Z Downloaded block-buffer v0.12.1
5752026-08-11T20:32:51.958Z Downloaded num-conv v0.2.0
5762026-08-11T20:32:51.958Z Downloaded hex v0.4.3
5772026-08-11T20:32:51.958Z Downloaded hubpack_derive v0.1.1
5782026-08-11T20:32:51.961Z Downloaded hex-literal v1.1.0
5792026-08-11T20:32:51.965Z Downloaded futures v0.3.32
5802026-08-11T20:32:51.968Z Downloaded headers v0.4.1
5812026-08-11T20:32:51.971Z Downloaded bcs v0.1.6
5822026-08-11T20:32:51.974Z Downloaded futures-util v0.3.32
5832026-08-11T20:32:51.977Z Downloaded hash32 v0.2.1
5842026-08-11T20:32:51.980Z Downloaded hash32 v0.3.1
5852026-08-11T20:32:51.980Z Downloaded bit-vec v0.8.0
5862026-08-11T20:32:51.980Z Downloaded headers-core v0.3.0
5872026-08-11T20:32:51.980Z Downloaded hostname v0.4.2
5882026-08-11T20:32:51.983Z Downloaded num_enum_derive v0.5.11
5892026-08-11T20:32:51.983Z Downloaded predicates-core v1.0.10
5902026-08-11T20:32:51.983Z Downloaded proc-macro-crate v1.3.1
5912026-08-11T20:32:51.983Z Downloaded openssl-probe v0.2.1
5922026-08-11T20:32:51.983Z Downloaded password-hash v0.6.1
5932026-08-11T20:32:51.983Z Downloaded progenitor-macro v0.14.0
5942026-08-11T20:32:51.986Z Downloaded group v0.14.0
5952026-08-11T20:32:51.986Z Downloaded globset v0.4.18
5962026-08-11T20:32:51.986Z Downloaded globwalk v0.9.1
5972026-08-11T20:32:51.989Z Downloaded phf_shared v0.13.1
5982026-08-11T20:32:51.989Z Downloaded pin-project-internal v1.1.11
5992026-08-11T20:32:51.989Z Downloaded fs_extra v1.3.0
6002026-08-11T20:32:51.989Z Downloaded hubpack v0.1.2
6012026-08-11T20:32:51.992Z Downloaded powerfmt v0.2.0
6022026-08-11T20:32:51.997Z Downloaded base64ct v1.8.3
6032026-08-11T20:32:52.000Z Downloaded bitfield v0.19.4
6042026-08-11T20:32:52.000Z Downloaded ref-cast v1.0.25
6052026-08-11T20:32:52.000Z Downloaded bs58 v0.5.1
6062026-08-11T20:32:52.003Z Downloaded argon2 v0.6.0-rc.8
6072026-08-11T20:32:52.003Z Downloaded russh-cryptovec v0.62.0
6082026-08-11T20:32:52.003Z Downloaded futures-channel v0.3.32
6092026-08-11T20:32:52.006Z Downloaded buf-list v1.1.2
6102026-08-11T20:32:52.006Z Downloaded argon2 v0.5.3
6112026-08-11T20:32:52.013Z Downloaded cmov v0.5.4
6122026-08-11T20:32:52.016Z Downloaded byte-wrapper v0.1.0
6132026-08-11T20:32:52.019Z Downloaded camino-tempfile-ext v0.3.3
6142026-08-11T20:32:52.019Z Downloaded filetime v0.2.27
6152026-08-11T20:32:52.019Z Downloaded hyper-staticfile v0.10.1
6162026-08-11T20:32:52.023Z Downloaded const_format_proc_macros v0.2.34
6172026-08-11T20:32:52.023Z Downloaded cassowary v0.3.0
6182026-08-11T20:32:52.023Z Downloaded compression-codecs v0.4.37
6192026-08-11T20:32:52.026Z Downloaded git-stub-vcs v0.1.0
6202026-08-11T20:32:52.029Z Downloaded rand_xorshift v0.4.0
6212026-08-11T20:32:52.032Z Downloaded backon v1.6.0
6222026-08-11T20:32:52.032Z Downloaded chacha20 v0.9.1
6232026-08-11T20:32:52.035Z Downloaded constant_time_eq v0.4.2
6242026-08-11T20:32:52.038Z Downloaded serde_bytes v0.11.19
6252026-08-11T20:32:52.044Z Downloaded cobs v0.3.0
6262026-08-11T20:32:52.047Z Downloaded cipher v0.4.4
6272026-08-11T20:32:52.047Z Downloaded cmake v0.1.57
6282026-08-11T20:32:52.047Z Downloaded compression-core v0.4.31
6292026-08-11T20:32:52.047Z Downloaded hostname v0.3.1
6302026-08-11T20:32:52.047Z Downloaded progenitor-extras v0.2.0
6312026-08-11T20:32:52.047Z Downloaded blowfish v0.10.0
6322026-08-11T20:32:52.050Z Downloaded cexpr v0.6.0
6332026-08-11T20:32:52.050Z Downloaded signal-hook-tokio v0.3.1
6342026-08-11T20:32:52.050Z Downloaded slog-bunyan v2.5.0
6352026-08-11T20:32:52.050Z Downloaded sponge-cursor v0.1.0
6362026-08-11T20:32:52.053Z Downloaded rfc6979 v0.4.0
6372026-08-11T20:32:52.053Z Downloaded strip-ansi-escapes v0.2.1
6382026-08-11T20:32:52.053Z Downloaded strum v0.26.3
6392026-08-11T20:32:52.056Z Downloaded sync-ptr v0.1.4
6402026-08-11T20:32:52.056Z Downloaded testing_table v0.3.0
6412026-08-11T20:32:52.056Z Downloaded take_mut v0.2.2
6422026-08-11T20:32:52.056Z Downloaded semver v0.1.20
6432026-08-11T20:32:52.060Z Downloaded hyper-rustls v0.27.7
6442026-08-11T20:32:52.063Z Downloaded chacha20 v0.10.0
6452026-08-11T20:32:52.063Z Downloaded getrandom v0.2.17
6462026-08-11T20:32:52.067Z Downloaded num-rational v0.4.2
6472026-08-11T20:32:52.070Z Downloaded rand_core v0.9.5
6482026-08-11T20:32:52.070Z Downloaded rpassword v7.5.4
6492026-08-11T20:32:52.073Z Downloaded tower-layer v0.3.3
6502026-08-11T20:32:52.076Z Downloaded try-lock v0.2.5
6512026-08-11T20:32:52.076Z Downloaded password-hash v0.5.0
6522026-08-11T20:32:52.076Z Downloaded pem v3.0.6
6532026-08-11T20:32:52.079Z Downloaded unarray v0.1.4
6542026-08-11T20:32:52.079Z Downloaded usdt-macro v0.6.0
6552026-08-11T20:32:52.084Z Downloaded hybrid-array v0.4.13
6562026-08-11T20:32:52.087Z Downloaded rustversion v1.0.22
6572026-08-11T20:32:52.087Z Downloaded half v2.7.1
6582026-08-11T20:32:52.087Z Downloaded icu_properties v2.1.2
6592026-08-11T20:32:52.090Z Downloaded tokio-macros v2.7.0
6602026-08-11T20:32:52.093Z Downloaded hmac v0.13.0
6612026-08-11T20:32:52.093Z Downloaded iana-time-zone v0.1.65
6622026-08-11T20:32:52.096Z Downloaded bzip2 v0.4.4
6632026-08-11T20:32:52.096Z Downloaded clang-sys v1.8.1
6642026-08-11T20:32:52.099Z Downloaded const-oid v0.9.6
6652026-08-11T20:32:52.102Z Downloaded colored v3.1.1
6662026-08-11T20:32:52.104Z Downloaded cipher v0.5.2
6672026-08-11T20:32:52.104Z Downloaded colored v2.2.0
6682026-08-11T20:32:52.104Z Downloaded console v0.15.11
6692026-08-11T20:32:52.107Z Downloaded highway v1.3.0
6702026-08-11T20:32:52.107Z Downloaded progenitor v0.13.0
6712026-08-11T20:32:52.107Z Downloaded ciborium v0.2.2
6722026-08-11T20:32:52.110Z Downloaded usdt-attr-macro v0.6.0
6732026-08-11T20:32:52.110Z Downloaded half v1.8.3
6742026-08-11T20:32:52.110Z Downloaded usdt v0.6.0
6752026-08-11T20:32:52.116Z Downloaded trait-variant v0.1.2
6762026-08-11T20:32:52.119Z Downloaded blake2 v0.11.0-rc.6
6772026-08-11T20:32:52.119Z Downloaded bzip2 v0.6.1
6782026-08-11T20:32:52.122Z Downloaded xshell-macros v0.2.7
6792026-08-11T20:32:52.122Z Downloaded zeroize_derive v1.5.0
6802026-08-11T20:32:52.124Z Downloaded poly1305 v0.9.0
6812026-08-11T20:32:52.127Z Downloaded want v0.3.1
6822026-08-11T20:32:52.128Z Downloaded signal-hook-registry v1.4.8
6832026-08-11T20:32:52.128Z Downloaded slab v0.4.12
6842026-08-11T20:32:52.128Z Downloaded slog-scope v4.4.1
6852026-08-11T20:32:52.130Z Downloaded smallvec v0.6.14
6862026-08-11T20:32:52.130Z Downloaded cpubits v0.1.1
6872026-08-11T20:32:52.133Z Downloaded console v0.16.2
6882026-08-11T20:32:52.133Z Downloaded strum v0.27.2
6892026-08-11T20:32:52.133Z Downloaded strum_macros v0.24.3
6902026-08-11T20:32:52.133Z Downloaded rustls-native-certs v0.8.3
6912026-08-11T20:32:52.136Z Downloaded crucible-workspace-hack v0.1.0
6922026-08-11T20:32:52.140Z Downloaded hmac v0.12.1
6932026-08-11T20:32:52.143Z Downloaded darling_macro v0.21.3
6942026-08-11T20:32:52.143Z Downloaded darling_macro v0.20.11
6952026-08-11T20:32:52.150Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6962026-08-11T20:32:52.153Z Downloaded defmt-parser v1.0.0
6972026-08-11T20:32:52.153Z Downloaded cbc v0.2.1
6982026-08-11T20:32:52.156Z Downloaded difflib v0.4.0
6992026-08-11T20:32:52.156Z Downloaded inout v0.1.4
7002026-08-11T20:32:52.156Z Downloaded inout v0.2.2
7012026-08-11T20:32:52.158Z Downloaded blake2 v0.10.6
7022026-08-11T20:32:52.161Z Downloaded parking_lot_core v0.9.12
7032026-08-11T20:32:52.161Z Downloaded toml_writer v1.1.1+spec-1.1.0
7042026-08-11T20:32:52.164Z Downloaded phf v0.12.1
7052026-08-11T20:32:52.167Z Downloaded ssh-encoding v0.3.0
7062026-08-11T20:32:52.170Z Downloaded static_assertions v1.1.0
7072026-08-11T20:32:52.170Z Downloaded tagptr v0.2.0
7082026-08-11T20:32:52.170Z Downloaded thread_local v1.1.9
7092026-08-11T20:32:52.170Z Downloaded dirs-sys-next v0.1.2
7102026-08-11T20:32:52.170Z Downloaded generic-array v1.4.3
7112026-08-11T20:32:52.173Z Downloaded dof v0.4.0
7122026-08-11T20:32:52.173Z Downloaded dropshot-api-manager-types v0.7.2
7132026-08-11T20:32:52.176Z Downloaded schemars_derive v0.8.22
7142026-08-11T20:32:52.176Z Downloaded usdt-impl v0.6.0
7152026-08-11T20:32:52.179Z Downloaded whoami v1.6.1
7162026-08-11T20:32:52.179Z Downloaded wyz v0.5.1
7172026-08-11T20:32:52.179Z Downloaded is_ci v1.2.0
7182026-08-11T20:32:52.182Z Downloaded illumos-nvpair v0.3.0
7192026-08-11T20:32:52.182Z Downloaded jiff-static v0.2.34
7202026-08-11T20:32:52.182Z Downloaded const-oid v0.10.2
7212026-08-11T20:32:52.185Z Downloaded cancel-safe-futures v0.1.5
7222026-08-11T20:32:52.188Z Downloaded serde_cbor v0.11.2
7232026-08-11T20:32:52.191Z Downloaded zerovec-derive v0.11.2
7242026-08-11T20:32:52.194Z Downloaded embedded-io v0.6.1
7252026-08-11T20:32:52.194Z Downloaded keccak v0.1.6
7262026-08-11T20:32:52.197Z Downloaded embedded-io v0.4.0
7272026-08-11T20:32:52.197Z Downloaded indoc v1.0.9
7282026-08-11T20:32:52.200Z Downloaded md-5 v0.10.6
7292026-08-11T20:32:52.200Z Downloaded spin v0.9.8
7302026-08-11T20:32:52.200Z Downloaded managed v0.8.0
7312026-08-11T20:32:52.203Z Downloaded critical-section v1.2.0
7322026-08-11T20:32:52.206Z Downloaded lru v0.12.5
7332026-08-11T20:32:52.207Z Downloaded base64 v0.22.1
7342026-08-11T20:32:52.209Z Downloaded base64 v0.21.7
7352026-08-11T20:32:52.209Z Downloaded new_debug_unreachable v1.0.6
7362026-08-11T20:32:52.212Z Downloaded newline-converter v0.3.0
7372026-08-11T20:32:52.212Z Downloaded opaque-debug v0.3.1
7382026-08-11T20:32:52.212Z Downloaded olpc-cjson v0.1.4
7392026-08-11T20:32:52.218Z Downloaded mime v0.3.17
7402026-08-11T20:32:52.221Z Downloaded nodrop v0.1.14
7412026-08-11T20:32:52.221Z Downloaded fatfs v0.3.6
7422026-08-11T20:32:52.224Z Downloaded icu_normalizer_data v2.1.1
7432026-08-11T20:32:52.224Z Downloaded sha2 v0.11.0
7442026-08-11T20:32:52.227Z Downloaded corncobs v0.1.4
7452026-08-11T20:32:52.228Z Downloaded ctr v0.10.1
7462026-08-11T20:32:52.233Z Downloaded ctutils v0.4.2
7472026-08-11T20:32:52.233Z Downloaded der_derive v0.7.3
7482026-08-11T20:32:52.236Z Downloaded proc-macro-crate v3.4.0
7492026-08-11T20:32:52.236Z Downloaded progenitor-client v0.14.0
7502026-08-11T20:32:52.239Z Downloaded arc-swap v1.8.2
7512026-08-11T20:32:52.239Z Downloaded rand_pcg v0.10.2
7522026-08-11T20:32:52.242Z Downloaded heapless v0.8.0
7532026-08-11T20:32:52.245Z Downloaded flate2 v1.1.9
7542026-08-11T20:32:52.248Z Downloaded oso v0.27.3
7552026-08-11T20:32:52.248Z Downloaded pin-project v1.1.11
7562026-08-11T20:32:52.253Z Downloaded flume v0.11.1
7572026-08-11T20:32:52.256Z Downloaded time-macros v0.2.27
7582026-08-11T20:32:52.259Z Downloaded heapless v0.7.17
7592026-08-11T20:32:52.259Z Downloaded path-slash v0.1.5
7602026-08-11T20:32:52.259Z Downloaded tokio-rustls v0.26.4
7612026-08-11T20:32:52.261Z Downloaded ref-cast-impl v1.0.25
7622026-08-11T20:32:52.261Z Downloaded rfc6979 v0.6.0
7632026-08-11T20:32:52.261Z Downloaded scopeguard v1.2.0
7642026-08-11T20:32:52.262Z Downloaded predicates-tree v1.0.13
7652026-08-11T20:32:52.262Z Downloaded psl-types v2.0.11
7662026-08-11T20:32:52.264Z Downloaded quick-error v1.2.3
7672026-08-11T20:32:52.264Z Downloaded radium v0.7.0
7682026-08-11T20:32:52.264Z Downloaded icu_normalizer v2.1.1
7692026-08-11T20:32:52.264Z Downloaded compact_str v0.8.1
7702026-08-11T20:32:52.269Z Downloaded tls_codec v0.4.2
7712026-08-11T20:32:52.273Z Downloaded bytes v1.11.1
7722026-08-11T20:32:52.273Z Downloaded chacha20poly1305 v0.10.1
7732026-08-11T20:32:52.276Z Downloaded jobserver v0.1.34
7742026-08-11T20:32:52.276Z Downloaded libsw-core v0.3.2
7752026-08-11T20:32:52.276Z Downloaded serde_repr v0.1.20
7762026-08-11T20:32:52.278Z Downloaded keccak v0.2.0
7772026-08-11T20:32:52.281Z Downloaded linked-hash-map v0.5.6
7782026-08-11T20:32:52.284Z Downloaded secrecy v0.8.0
7792026-08-11T20:32:52.287Z Downloaded async-compression v0.4.41
7802026-08-11T20:32:52.290Z Downloaded tokio-test v0.4.5
7812026-08-11T20:32:52.295Z Downloaded const_format v0.2.35
7822026-08-11T20:32:52.298Z Downloaded num-integer v0.1.46
7832026-08-11T20:32:52.298Z Downloaded hickory-resolver v0.24.4
7842026-08-11T20:32:52.301Z Downloaded sha1 v0.11.0
7852026-08-11T20:32:52.301Z Downloaded siphasher v1.0.2
7862026-08-11T20:32:52.309Z Downloaded crossbeam-utils v0.8.21
7872026-08-11T20:32:52.312Z Downloaded darling v0.20.11
7882026-08-11T20:32:52.318Z Downloaded packed_struct v0.10.1
7892026-08-11T20:32:52.321Z Downloaded topological-sort v0.2.2
7902026-08-11T20:32:52.321Z Downloaded derive_builder v0.20.2
7912026-08-11T20:32:52.324Z Downloaded sqlparser_derive v0.5.0
7922026-08-11T20:32:52.324Z Downloaded strsim v0.10.0
7932026-08-11T20:32:52.327Z Downloaded supports-color v3.0.2
7942026-08-11T20:32:52.327Z Downloaded tabwriter v1.4.1
7952026-08-11T20:32:52.327Z Downloaded utf-8 v0.7.6
7962026-08-11T20:32:52.327Z Downloaded ecdsa v0.17.0
7972026-08-11T20:32:52.327Z Downloaded icu_locale_core v2.1.1
7982026-08-11T20:32:52.330Z Downloaded tabled_derive v0.11.0
7992026-08-11T20:32:52.333Z Downloaded icu_collections v2.1.1
8002026-08-11T20:32:52.336Z Downloaded rayon-core v1.13.0
8012026-08-11T20:32:52.336Z Downloaded openssl-sys v0.9.117
8022026-08-11T20:32:52.338Z Downloaded rand_seeder v0.4.0
8032026-08-11T20:32:52.338Z Downloaded oxnet v0.1.6
8042026-08-11T20:32:52.341Z Downloaded paste v1.0.15
8052026-08-11T20:32:52.342Z Downloaded resolv-conf v0.7.6
8062026-08-11T20:32:52.342Z Downloaded papergrid v0.17.0
8072026-08-11T20:32:52.345Z Downloaded pbkdf2 v0.13.0
8082026-08-11T20:32:52.345Z Downloaded phf v0.13.1
8092026-08-11T20:32:52.348Z Downloaded debug-ignore v1.0.5
8102026-08-11T20:32:52.348Z Downloaded predicates v3.1.4
8112026-08-11T20:32:52.348Z Downloaded unicode-truncate v1.1.0
8122026-08-11T20:32:52.348Z Downloaded universal-hash v0.6.1
8132026-08-11T20:32:52.351Z Downloaded ar_archive_writer v0.5.1
8142026-08-11T20:32:52.351Z Downloaded defmt v0.3.100
8152026-08-11T20:32:52.354Z Downloaded digest-io v0.1.0
8162026-08-11T20:32:52.358Z Downloaded num_enum v0.7.6
8172026-08-11T20:32:52.361Z Downloaded shlex v1.3.0
8182026-08-11T20:32:52.364Z Downloaded wnaf v0.14.0
8192026-08-11T20:32:52.367Z Downloaded slog-dtrace v0.3.0
8202026-08-11T20:32:52.367Z Downloaded slog-term v2.9.2
8212026-08-11T20:32:52.370Z Downloaded stacker v0.1.23
8222026-08-11T20:32:52.370Z Downloaded crc-catalog v2.4.0
8232026-08-11T20:32:52.370Z Downloaded libscf-sys v1.2.0
8242026-08-11T20:32:52.370Z Downloaded vte v0.14.1
8252026-08-11T20:32:52.373Z Downloaded bumpalo v3.20.2
8262026-08-11T20:32:52.373Z Downloaded cc v1.2.56
8272026-08-11T20:32:52.376Z Downloaded quinn v0.11.11
8282026-08-11T20:32:52.378Z Downloaded expectorate v1.2.0
8292026-08-11T20:32:52.378Z Downloaded rusty-fork v0.3.1
8302026-08-11T20:32:52.381Z Downloaded serde-hex v0.1.0
8312026-08-11T20:32:52.384Z Downloaded derive_builder_macro v0.20.2
8322026-08-11T20:32:52.387Z Downloaded serde_with_macros v1.5.2
8332026-08-11T20:32:52.387Z Downloaded spki v0.7.3
8342026-08-11T20:32:52.390Z Downloaded parking_lot v0.12.5
8352026-08-11T20:32:52.390Z Downloaded postgres-types v0.2.12
8362026-08-11T20:32:52.393Z Downloaded tui-tree-widget v0.23.1
8372026-08-11T20:32:52.396Z Downloaded openssl-probe v0.1.6
8382026-08-11T20:32:52.396Z Downloaded wait-timeout v0.2.1
8392026-08-11T20:32:52.396Z Downloaded num-iter v0.1.45
8402026-08-11T20:32:52.402Z Downloaded schemars v1.2.1
8412026-08-11T20:32:52.410Z Downloaded unsafe-libyaml v0.2.11
8422026-08-11T20:32:52.413Z Downloaded hickory-resolver v0.25.2
8432026-08-11T20:32:52.417Z Downloaded yoke v0.8.1
8442026-08-11T20:32:52.417Z Downloaded snafu v0.8.9
8452026-08-11T20:32:52.420Z Downloaded p384 v0.14.0
8462026-08-11T20:32:52.420Z Downloaded zstd v0.13.3
8472026-08-11T20:32:52.423Z Downloaded pin-project-lite v0.2.17
8482026-08-11T20:32:52.423Z Downloaded pkcs1 v0.8.0-rc.4
8492026-08-11T20:32:52.426Z Downloaded tokio-dtrace v0.1.1
8502026-08-11T20:32:52.426Z Downloaded lru-slab v0.1.2
8512026-08-11T20:32:52.426Z Downloaded lru-cache v0.1.2
8522026-08-11T20:32:52.426Z Downloaded lzss v0.8.2
8532026-08-11T20:32:53.442Z Downloaded crossbeam-deque v0.8.6
8542026-08-11T20:32:53.442Z Downloaded http v1.4.2
8552026-08-11T20:32:53.442Z Downloaded newtype_derive v0.1.6
8562026-08-11T20:32:53.447Z Downloaded yansi v1.0.1
8572026-08-11T20:32:53.447Z Downloaded zip v0.6.6
8582026-08-11T20:32:53.447Z Downloaded num-derive v0.4.2
8592026-08-11T20:32:53.447Z Downloaded digest v0.11.3
8602026-08-11T20:32:53.447Z Downloaded ena v0.14.4
8612026-08-11T20:32:53.447Z Downloaded elliptic-curve v0.14.1
8622026-08-11T20:32:53.447Z Downloaded ml-kem v0.3.2
8632026-08-11T20:32:53.447Z Downloaded smallvec v1.15.1
8642026-08-11T20:32:53.447Z Downloaded zeroize v1.9.0
8652026-08-11T20:32:53.447Z Downloaded instability v0.3.11
8662026-08-11T20:32:53.447Z Downloaded russh-util v0.52.0
8672026-08-11T20:32:53.447Z Downloaded libefi-sys v0.1.0
8682026-08-11T20:32:53.447Z Downloaded secrecy v0.10.3
8692026-08-11T20:32:53.447Z Downloaded sha1 v0.10.6
8702026-08-11T20:32:53.447Z Downloaded convert_case v0.10.0
8712026-08-11T20:32:53.447Z Downloaded data-encoding v2.10.0
8722026-08-11T20:32:53.447Z Downloaded ipnetwork v0.21.1
8732026-08-11T20:32:53.447Z Downloaded libsw v3.5.0
8742026-08-11T20:32:53.447Z Downloaded nanorand v0.7.0
8752026-08-11T20:32:53.447Z Downloaded aes v0.9.1
8762026-08-11T20:32:53.447Z Downloaded darling v0.13.4
8772026-08-11T20:32:53.447Z Downloaded hyper-util v0.1.20
8782026-08-11T20:32:53.447Z Downloaded diesel-dtrace v0.5.0
8792026-08-11T20:32:53.447Z Downloaded precomputed-hash v0.1.1
8802026-08-11T20:32:53.447Z Downloaded omicron-zone-package v0.12.3
8812026-08-11T20:32:53.447Z Downloaded twox-hash v2.1.2
8822026-08-11T20:32:53.448Z Downloaded vergen v9.1.0
8832026-08-11T20:32:53.448Z Downloaded recursive v0.1.1
8842026-08-11T20:32:53.448Z Downloaded thread-id v5.1.0
8852026-08-11T20:32:53.448Z Downloaded tinyvec_macros v0.1.1
8862026-08-11T20:32:53.448Z Downloaded rustls-webpki v0.103.13
8872026-08-11T20:32:53.448Z Downloaded darling_core v0.20.11
8882026-08-11T20:32:53.448Z Downloaded hickory-server v0.25.2
8892026-08-11T20:32:53.448Z Downloaded yasna v0.5.2
8902026-08-11T20:32:53.448Z Downloaded strum_macros v0.27.2
8912026-08-11T20:32:53.448Z Downloaded ron v0.8.1
8922026-08-11T20:32:53.448Z Downloaded ed25519 v3.0.0
8932026-08-11T20:32:53.448Z Downloaded ipnet v2.11.0
8942026-08-11T20:32:53.448Z Downloaded indoc v2.0.7
8952026-08-11T20:32:53.448Z Downloaded crossbeam-epoch v0.9.18
8962026-08-11T20:32:53.448Z Downloaded scroll_derive v0.13.1
8972026-08-11T20:32:53.448Z Downloaded serde_urlencoded v0.7.1
8982026-08-11T20:32:53.448Z Downloaded shell-words v1.1.1
8992026-08-11T20:32:53.448Z Downloaded nu-ansi-term v0.50.3
9002026-08-11T20:32:53.448Z Downloaded port-file v0.1.0
9012026-08-11T20:32:53.448Z Downloaded pkcs1 v0.7.5
9022026-08-11T20:32:53.448Z Downloaded module-lattice v0.2.3
9032026-08-11T20:32:53.448Z Downloaded cstr-argument v0.1.2
9042026-08-11T20:32:53.448Z Downloaded crypto-common v0.2.2
9052026-08-11T20:32:53.448Z Downloaded sync_wrapper v1.0.2
9062026-08-11T20:32:53.448Z Downloaded pretty_assertions v1.4.1
9072026-08-11T20:32:53.448Z Downloaded signal-hook v0.3.18
9082026-08-11T20:32:53.449Z Downloaded env_logger v0.11.9
9092026-08-11T20:32:53.449Z Downloaded rtoolbox v0.0.3
9102026-08-11T20:32:53.449Z Downloaded toml_parser v1.1.2+spec-1.1.0
9112026-08-11T20:32:53.449Z Downloaded darling_macro v0.23.0
9122026-08-11T20:32:53.449Z Downloaded unicode_categories v0.1.1
9132026-08-11T20:32:53.449Z Downloaded darling_macro v0.13.4
9142026-08-11T20:32:53.449Z Downloaded document-features v0.2.12
9152026-08-11T20:32:53.449Z Downloaded sec1 v0.8.1
9162026-08-11T20:32:53.449Z Downloaded hashbrown v0.12.3
9172026-08-11T20:32:53.449Z Downloaded parse-size v1.1.0
9182026-08-11T20:32:53.449Z Downloaded pem-rfc7468 v0.7.0
9192026-08-11T20:32:53.449Z Downloaded unit-prefix v0.5.2
9202026-08-11T20:32:53.449Z Downloaded schemars v0.9.0
9212026-08-11T20:32:53.449Z Downloaded toml v0.7.8
9222026-08-11T20:32:53.449Z Downloaded zerofrom-derive v0.1.6
9232026-08-11T20:32:53.449Z Downloaded zone v0.3.1
9242026-08-11T20:32:53.449Z Downloaded string_cache v0.8.9
9252026-08-11T20:32:53.449Z Downloaded salsa20 v0.11.0
9262026-08-11T20:32:53.449Z Downloaded progenitor-client v0.13.0
9272026-08-11T20:32:53.449Z Downloaded rand_core v0.10.0
9282026-08-11T20:32:53.449Z Downloaded progenitor v0.14.0
9292026-08-11T20:32:53.449Z Downloaded endian-type v0.1.2
9302026-08-11T20:32:53.449Z Downloaded schemars v0.8.22
9312026-08-11T20:32:53.449Z Downloaded derive_more v2.1.1
9322026-08-11T20:32:53.449Z Downloaded tinyvec v1.10.0
9332026-08-11T20:32:53.449Z Downloaded signal-hook-mio v0.2.5
9342026-08-11T20:32:53.449Z Downloaded smf v0.2.3
9352026-08-11T20:32:53.450Z Downloaded hkdf v0.13.0
9362026-08-11T20:32:53.450Z Downloaded illumos-nvpair-sys v0.2.0
9372026-08-11T20:32:53.450Z Downloaded hashbrown v0.15.5
9382026-08-11T20:32:53.450Z Downloaded quinn-udp v0.5.14
9392026-08-11T20:32:53.450Z Downloaded serde_with v1.14.0
9402026-08-11T20:32:53.450Z Downloaded kem v0.3.0
9412026-08-11T20:32:53.450Z Downloaded match_cfg v0.1.0
9422026-08-11T20:32:53.450Z Downloaded openssl-macros v0.1.1
9432026-08-11T20:32:53.450Z Downloaded peg-runtime v0.8.5
9442026-08-11T20:32:53.450Z Downloaded support-bundle-viewer v0.1.2
9452026-08-11T20:32:53.450Z Downloaded termtree v0.5.1
9462026-08-11T20:32:53.450Z Downloaded derive-ex v0.1.8
9472026-08-11T20:32:53.450Z Downloaded dropshot_endpoint v0.17.1
9482026-08-11T20:32:53.450Z Downloaded indicatif v0.18.4
9492026-08-11T20:32:53.450Z Downloaded seq-macro v0.3.6
9502026-08-11T20:32:53.450Z Downloaded serde_plain v1.0.2
9512026-08-11T20:32:53.450Z Downloaded signature v3.0.0
9522026-08-11T20:32:53.450Z Downloaded structmeta v0.3.0
9532026-08-11T20:32:53.450Z Downloaded vergen-gitcl v1.0.8
9542026-08-11T20:32:53.450Z Downloaded whoami v2.1.0
9552026-08-11T20:32:53.450Z Downloaded memoffset v0.9.1
9562026-08-11T20:32:53.456Z Downloaded num-traits v0.2.19
9572026-08-11T20:32:53.456Z Downloaded hashbrown v0.13.2
9582026-08-11T20:32:53.456Z Downloaded recursive-proc-macro-impl v0.1.1
9592026-08-11T20:32:53.457Z Downloaded mime_guess v2.0.5
9602026-08-11T20:32:53.457Z Downloaded oxide-tokio-rt v0.1.4
9612026-08-11T20:32:53.457Z Downloaded time-core v0.1.8
9622026-08-11T20:32:53.457Z Downloaded tracing-attributes v0.1.31
9632026-08-11T20:32:53.457Z Downloaded waitgroup v0.1.2
9642026-08-11T20:32:53.457Z Downloaded xattr v1.6.1
9652026-08-11T20:32:53.457Z Downloaded ignore v0.4.25
9662026-08-11T20:32:53.457Z Downloaded ed25519 v2.2.3
9672026-08-11T20:32:53.457Z Downloaded parse-display-derive v0.10.0
9682026-08-11T20:32:53.457Z Downloaded progenitor-impl v0.13.0
9692026-08-11T20:32:53.457Z Downloaded utf8_iter v1.0.4
9702026-08-11T20:32:53.457Z Downloaded ingot v0.2.1
9712026-08-11T20:32:53.457Z Downloaded lazy_static v1.5.0
9722026-08-11T20:32:53.457Z Downloaded zerocopy v0.6.6
9732026-08-11T20:32:53.457Z Downloaded pem-rfc7468 v1.0.0
9742026-08-11T20:32:53.457Z Downloaded pkg-config v0.3.32
9752026-08-11T20:32:53.457Z Downloaded downcast-rs v2.0.2
9762026-08-11T20:32:53.457Z Downloaded kstat-rs v0.2.5
9772026-08-11T20:32:53.457Z Downloaded scroll v0.13.0
9782026-08-11T20:32:53.457Z Downloaded hashbrown v0.16.1
9792026-08-11T20:32:53.457Z Downloaded newtype-uuid v1.3.2
9802026-08-11T20:32:53.457Z Downloaded indent_write v2.2.0
9812026-08-11T20:32:53.457Z Downloaded slog-async v2.8.0
9822026-08-11T20:32:53.457Z Downloaded darling v0.21.3
9832026-08-11T20:32:53.457Z Downloaded des v0.9.0
9842026-08-11T20:32:53.458Z Downloaded diff v0.1.13
9852026-08-11T20:32:53.458Z Downloaded dtrace-parser v0.3.0
9862026-08-11T20:32:53.458Z Downloaded is-terminal v0.4.17
9872026-08-11T20:32:53.458Z Downloaded num_enum_derive v0.7.6
9882026-08-11T20:32:53.458Z Downloaded parking_lot v0.11.2
9892026-08-11T20:32:53.458Z Downloaded pkcs5 v0.8.1
9902026-08-11T20:32:53.458Z Downloaded primefield v0.14.0
9912026-08-11T20:32:53.458Z Downloaded rand v0.10.1
9922026-08-11T20:32:53.458Z Downloaded vergen-git2 v9.1.0
9932026-08-11T20:32:53.458Z Downloaded reedline v0.40.0
9942026-08-11T20:32:53.458Z Downloaded primeorder v0.13.6
9952026-08-11T20:32:53.458Z Downloaded litemap v0.8.1
9962026-08-11T20:32:53.458Z Downloaded maybe-uninit v2.0.0
9972026-08-11T20:32:53.458Z Downloaded percent-encoding v2.3.2
9982026-08-11T20:32:53.458Z Downloaded nonempty v0.12.0
9992026-08-11T20:32:53.458Z Downloaded normalize-line-endings v0.3.0
10002026-08-11T20:32:53.458Z Downloaded rustc_version v0.1.7
10012026-08-11T20:32:53.458Z Downloaded subtle v2.6.1
10022026-08-11T20:32:53.458Z Downloaded zerocopy-derive v0.8.40
10032026-08-11T20:32:53.458Z Downloaded prefix-trie v0.7.0
10042026-08-11T20:32:53.458Z Downloaded unicode-normalization v0.1.25
10052026-08-11T20:32:53.458Z Downloaded cookie v0.18.1
10062026-08-11T20:32:53.458Z Downloaded crc32fast v1.5.0
10072026-08-11T20:32:53.458Z Downloaded tracing-core v0.1.36
10082026-08-11T20:32:53.458Z Downloaded tungstenite v0.21.0
10092026-08-11T20:32:53.458Z Downloaded serdect v0.4.3
10102026-08-11T20:32:53.458Z Downloaded synstructure v0.13.2
10112026-08-11T20:32:53.459Z Downloaded tokio-tungstenite v0.21.0
10122026-08-11T20:32:53.459Z Downloaded curve25519-dalek-derive v0.1.1
10132026-08-11T20:32:53.459Z Downloaded phf_shared v0.12.1
10142026-08-11T20:32:53.459Z Downloaded tap v1.0.1
10152026-08-11T20:32:53.459Z Downloaded derive_more-impl v2.1.1
10162026-08-11T20:32:53.459Z Downloaded aho-corasick v1.1.4
10172026-08-11T20:32:53.459Z Downloaded either v1.15.0
10182026-08-11T20:32:53.459Z Downloaded erased-serde v0.3.31
10192026-08-11T20:32:53.459Z Downloaded poly1305 v0.8.0
10202026-08-11T20:32:53.459Z Downloaded socket2 v0.5.10
10212026-08-11T20:32:53.459Z Downloaded unicode-xid v0.2.6
10222026-08-11T20:32:53.459Z Downloaded universal-hash v0.5.1
10232026-08-11T20:32:53.459Z Downloaded zerofrom v0.1.6
10242026-08-11T20:32:53.459Z Downloaded aes-gcm v0.11.0
10252026-08-11T20:32:53.459Z Downloaded mio v1.2.0
10262026-08-11T20:32:53.459Z Downloaded parking_lot_core v0.8.6
10272026-08-11T20:32:53.459Z Downloaded term v1.2.1
10282026-08-11T20:32:53.459Z Downloaded icu_provider v2.1.1
10292026-08-11T20:32:53.459Z Downloaded rand_core v0.6.4
10302026-08-11T20:32:53.459Z Downloaded impl-trait-for-tuples v0.2.3
10312026-08-11T20:32:53.459Z Downloaded libloading v0.8.9
10322026-08-11T20:32:53.459Z Downloaded libbz2-rs-sys v0.2.2
10332026-08-11T20:32:53.459Z Downloaded num-bigint v0.4.6
10342026-08-11T20:32:53.459Z Downloaded tower-http v0.6.8
10352026-08-11T20:32:53.459Z Downloaded sec1 v0.7.3
10362026-08-11T20:32:53.459Z Downloaded ed25519-dalek v3.0.0
10372026-08-11T20:32:53.459Z Downloaded lalrpop-util v0.19.12
10382026-08-11T20:32:53.459Z Downloaded md5 v0.8.0
10392026-08-11T20:32:53.459Z Downloaded rustls-pki-types v1.14.0
10402026-08-11T20:32:53.460Z Downloaded h2 v0.4.15
10412026-08-11T20:32:53.460Z Downloaded slog-stdlog v4.1.1
10422026-08-11T20:32:53.460Z Downloaded toml v1.1.2+spec-1.1.0
10432026-08-11T20:32:53.460Z Downloaded vergen-lib v9.1.0
10442026-08-11T20:32:53.460Z Downloaded oxide-update-engine-display v0.1.2
10452026-08-11T20:32:53.460Z Downloaded crc8 v0.1.1
10462026-08-11T20:32:53.460Z Downloaded p256 v0.14.0
10472026-08-11T20:32:53.460Z Downloaded crc-any v2.5.0
10482026-08-11T20:32:53.460Z Downloaded darling_core v0.21.3
10492026-08-11T20:32:53.460Z Downloaded rcgen v0.12.1
10502026-08-11T20:32:53.460Z Downloaded spki v0.8.0
10512026-08-11T20:32:53.460Z Downloaded defmt v1.0.1
10522026-08-11T20:32:53.460Z Downloaded potential_utf v0.1.4
10532026-08-11T20:32:53.460Z Downloaded postgres-protocol v0.6.10
10542026-08-11T20:32:53.460Z Downloaded dirs-next v2.0.0
10552026-08-11T20:32:53.460Z Downloaded ident_case v1.0.1
10562026-08-11T20:32:53.466Z Downloaded hyper v1.10.1
10572026-08-11T20:32:53.466Z Downloaded displaydoc v0.2.5
10582026-08-11T20:32:53.466Z Downloaded ingot-macros v0.2.0
10592026-08-11T20:32:53.466Z Downloaded rustls-pemfile v2.2.0
10602026-08-11T20:32:53.466Z Downloaded vsss-rs v3.3.4
10612026-08-11T20:32:53.466Z Downloaded dyn-clone v1.0.20
10622026-08-11T20:32:53.466Z Downloaded slog v2.8.2
10632026-08-11T20:32:53.466Z Downloaded hkdf v0.12.4
10642026-08-11T20:32:53.466Z Downloaded tokio-util v0.7.18
10652026-08-11T20:32:53.466Z Downloaded cookie_store v0.22.1
10662026-08-11T20:32:53.466Z Downloaded stringprep v0.1.5
10672026-08-11T20:32:53.466Z Downloaded unicase v2.9.0
10682026-08-11T20:32:53.466Z Downloaded rustc_version v0.4.1
10692026-08-11T20:32:53.466Z Downloaded thiserror-impl-no-std v2.0.2
10702026-08-11T20:32:53.466Z Downloaded dunce v1.0.5
10712026-08-11T20:32:53.466Z Downloaded linear-map v1.2.0
10722026-08-11T20:32:53.466Z Downloaded maplit v1.0.2
10732026-08-11T20:32:53.466Z Downloaded multer v3.1.0
10742026-08-11T20:32:53.467Z Downloaded serde_spanned v1.1.1
10752026-08-11T20:32:53.467Z Downloaded untrusted v0.7.1
10762026-08-11T20:32:53.467Z Downloaded untrusted v0.9.0
10772026-08-11T20:32:53.467Z Downloaded phf_shared v0.11.3
10782026-08-11T20:32:53.467Z Downloaded rustc-hash v2.1.1
10792026-08-11T20:32:53.467Z Downloaded same-file v1.0.6
10802026-08-11T20:32:53.467Z Downloaded num_enum v0.5.11
10812026-08-11T20:32:53.467Z Downloaded salty v0.3.0
10822026-08-11T20:32:53.467Z Downloaded native-tls v0.2.18
10832026-08-11T20:32:53.467Z Downloaded url v2.5.8
10842026-08-11T20:32:53.467Z Downloaded darling_core v0.13.4
10852026-08-11T20:32:53.467Z Downloaded writeable v0.6.2
10862026-08-11T20:32:53.467Z Downloaded daft-derive v0.1.7
10872026-08-11T20:32:53.467Z Downloaded term v0.7.0
10882026-08-11T20:32:53.467Z Downloaded oxide-update-engine v0.1.2
10892026-08-11T20:32:53.467Z Downloaded ppv-lite86 v0.2.21
10902026-08-11T20:32:53.467Z Downloaded diesel_table_macro_syntax v0.3.0
10912026-08-11T20:32:53.467Z Downloaded instant v0.1.13
10922026-08-11T20:32:53.467Z Downloaded oso-derive v0.27.3
10932026-08-11T20:32:53.467Z Downloaded sapling-renderdag v0.1.0
10942026-08-11T20:32:53.467Z Downloaded stable_deref_trait v1.2.1
10952026-08-11T20:32:53.467Z Downloaded socket2 v0.6.3
10962026-08-11T20:32:53.467Z Downloaded tungstenite v0.23.0
10972026-08-11T20:32:53.467Z Downloaded typify v0.6.2
10982026-08-11T20:32:53.467Z Downloaded thiserror-no-std v2.0.2
10992026-08-11T20:32:53.467Z Downloaded derive_builder_core v0.20.2
11002026-08-11T20:32:53.468Z Downloaded multimap v0.10.1
11012026-08-11T20:32:53.468Z Downloaded packed_struct_codegen v0.10.1
11022026-08-11T20:32:53.468Z Downloaded yoke-derive v0.8.1
11032026-08-11T20:32:53.468Z Downloaded zone_cfg_derive v0.3.1
11042026-08-11T20:32:53.468Z Downloaded rsa v0.9.10
11052026-08-11T20:32:53.468Z Downloaded idna_adapter v1.2.1
11062026-08-11T20:32:53.468Z Downloaded strum_macros v0.26.4
11072026-08-11T20:32:53.468Z Downloaded owo-colors v4.3.0
11082026-08-11T20:32:53.468Z Downloaded defmt-macros v1.0.1
11092026-08-11T20:32:53.468Z Downloaded dropshot-api-manager v0.7.2
11102026-08-11T20:32:53.468Z Downloaded scrypt v0.12.0
11112026-08-11T20:32:53.468Z Downloaded steno v0.4.1
11122026-08-11T20:32:53.468Z Downloaded toml_edit v0.23.10+spec-1.0.0
11132026-08-11T20:32:53.468Z Downloaded progenitor-impl v0.14.0
11142026-08-11T20:32:53.468Z Downloaded typed-path v0.9.3
11152026-08-11T20:32:53.468Z Downloaded pkcs8 v0.10.2
11162026-08-11T20:32:53.468Z Downloaded slog-envlogger v2.2.0
11172026-08-11T20:32:53.468Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11182026-08-11T20:32:53.468Z Downloaded r2d2 v0.8.10
11192026-08-11T20:32:53.468Z Downloaded crossterm v0.28.1
11202026-08-11T20:32:53.468Z Downloaded idna v1.1.0
11212026-08-11T20:32:53.468Z Downloaded tokio-postgres v0.7.16
11222026-08-11T20:32:53.468Z Downloaded pkcs8 v0.11.0
11232026-08-11T20:32:53.468Z Downloaded polyval v0.7.1
11242026-08-11T20:32:53.468Z Downloaded rustls-platform-verifier v0.6.2
11252026-08-11T20:32:53.468Z Downloaded darling v0.23.0
11262026-08-11T20:32:53.468Z Downloaded tower-service v0.3.3
11272026-08-11T20:32:53.468Z Downloaded cpufeatures v0.3.0
11282026-08-11T20:32:53.469Z Downloaded termios v0.3.3
11292026-08-11T20:32:53.469Z Downloaded rand v0.8.6
11302026-08-11T20:32:53.469Z Downloaded miniz_oxide v0.8.9
11312026-08-11T20:32:53.469Z Downloaded darling_core v0.23.0
11322026-08-11T20:32:53.469Z Downloaded deranged v0.5.8
11332026-08-11T20:32:53.469Z Downloaded postcard v1.1.3
11342026-08-11T20:32:53.469Z Downloaded ingot-types v0.2.0
11352026-08-11T20:32:53.469Z Downloaded newtype-uuid-macros v0.1.0
11362026-08-11T20:32:53.469Z Downloaded tokio-native-tls v0.3.1
11372026-08-11T20:32:53.469Z Downloaded rsa v0.10.0-rc.18
11382026-08-11T20:32:53.469Z Downloaded simd-adler32 v0.3.8
11392026-08-11T20:32:53.469Z Downloaded ecdsa v0.16.9
11402026-08-11T20:32:53.469Z Downloaded progenitor-macro v0.13.0
11412026-08-11T20:32:53.469Z Downloaded structmeta-derive v0.3.0
11422026-08-11T20:32:53.469Z Downloaded internet-checksum v0.2.1
11432026-08-11T20:32:53.469Z Downloaded nibble_vec v0.1.0
11442026-08-11T20:32:53.469Z Downloaded crunchy v0.2.4
11452026-08-11T20:32:53.469Z Downloaded signature v2.2.0
11462026-08-11T20:32:53.469Z Downloaded sigpipe v0.1.3
11472026-08-11T20:32:53.469Z Downloaded crc v3.4.0
11482026-08-11T20:32:53.469Z Downloaded git2 v0.20.4
11492026-08-11T20:32:53.469Z Downloaded proptest v1.11.0
11502026-08-11T20:32:53.469Z Downloaded scuffle v0.1.0
11512026-08-11T20:32:53.469Z Downloaded portable-atomic v1.13.1
11522026-08-11T20:32:53.469Z Downloaded slog-json v2.6.1
11532026-08-11T20:32:53.469Z Downloaded scheduled-thread-pool v0.2.7
11542026-08-11T20:32:53.469Z Downloaded tiny-keccak v2.0.2
11552026-08-11T20:32:53.469Z Downloaded serde_with_macros v3.21.0
11562026-08-11T20:32:53.494Z Downloaded zstd-safe v7.2.4
11572026-08-11T20:32:53.494Z Downloaded peg-macros v0.8.5
11582026-08-11T20:32:53.494Z Downloaded proc-macro-error2 v2.0.1
11592026-08-11T20:32:53.494Z Downloaded serde_path_to_error v0.1.20
11602026-08-11T20:32:53.494Z Downloaded proc-macro-error-attr2 v2.0.0
11612026-08-11T20:32:53.494Z Downloaded typify-macro v0.6.2
11622026-08-11T20:32:53.494Z Downloaded lock_api v0.4.14
11632026-08-11T20:32:53.494Z Downloaded enum-as-inner v0.6.1
11642026-08-11T20:32:53.494Z Downloaded x509-cert v0.2.5
11652026-08-11T20:32:53.494Z Downloaded tar v0.4.46
11662026-08-11T20:32:53.494Z Downloaded rand v0.9.2
11672026-08-11T20:32:53.494Z Downloaded itertools v0.14.0
11682026-08-11T20:32:53.494Z Downloaded rand_chacha v0.3.1
11692026-08-11T20:32:53.494Z Downloaded num_threads v0.1.7
11702026-08-11T20:32:53.494Z Downloaded serde-big-array v0.5.1
11712026-08-11T20:32:53.494Z Downloaded tinystr v0.8.2
11722026-08-11T20:32:53.494Z Downloaded peg v0.8.5
11732026-08-11T20:32:53.494Z Downloaded display-error-chain v0.2.2
11742026-08-11T20:32:53.494Z Downloaded tokio-stream v0.1.18
11752026-08-11T20:32:53.494Z Downloaded void v1.0.2
11762026-08-11T20:32:53.494Z Downloaded parse-display v0.10.0
11772026-08-11T20:32:53.495Z Downloaded jiff-core v0.1.0
11782026-08-11T20:32:53.495Z Downloaded enum_dispatch v0.3.13
11792026-08-11T20:32:53.495Z Downloaded elliptic-curve v0.13.8
11802026-08-11T20:32:53.495Z Downloaded memmap2 v0.9.10
11812026-08-11T20:32:53.495Z Downloaded primeorder v0.14.0
11822026-08-11T20:32:53.495Z Downloaded psm v0.1.30
11832026-08-11T20:32:53.495Z Downloaded goblin v0.10.5
11842026-08-11T20:32:53.495Z Downloaded dsl_auto_type v0.2.0
11852026-08-11T20:32:53.495Z Downloaded csv-core v0.1.13
11862026-08-11T20:32:53.495Z Downloaded snafu-derive v0.8.9
11872026-08-11T20:32:53.495Z Downloaded sqlformat v0.3.5
11882026-08-11T20:32:53.495Z Downloaded blake3 v1.8.5
11892026-08-11T20:32:53.495Z Downloaded crossbeam-channel v0.5.15
11902026-08-11T20:32:53.495Z Downloaded nom v7.1.3
11912026-08-11T20:32:53.495Z Downloaded prettyplease v0.2.37
11922026-08-11T20:32:53.495Z Downloaded serde_yaml v0.9.34+deprecated
11932026-08-11T20:32:53.495Z Downloaded publicsuffix v2.3.0
11942026-08-11T20:32:53.495Z Downloaded serde_with v3.21.0
11952026-08-11T20:32:53.495Z Downloaded serde_derive_internals v0.29.1
11962026-08-11T20:32:53.495Z Downloaded crypto-primes v0.7.2
11972026-08-11T20:32:53.495Z Downloaded daft v0.1.7
11982026-08-11T20:32:53.495Z Downloaded tls_codec_derive v0.4.2
11992026-08-11T20:32:53.495Z Downloaded num v0.4.3
12002026-08-11T20:32:53.495Z Downloaded tokio-tungstenite v0.23.1
12012026-08-11T20:32:53.495Z Downloaded icu_properties_data v2.1.2
12022026-08-11T20:32:53.496Z Downloaded unicode-properties v0.1.4
12032026-08-11T20:32:53.496Z Downloaded xshell v0.2.7
12042026-08-11T20:32:53.496Z Downloaded uzers v0.12.2
12052026-08-11T20:32:53.496Z Downloaded aws-lc-rs v1.16.3
12062026-08-11T20:32:53.496Z Downloaded russh v0.62.4
12072026-08-11T20:32:53.496Z Downloaded rand_chacha v0.9.0
12082026-08-11T20:32:53.496Z Downloaded phc v0.6.1
12092026-08-11T20:32:53.496Z Downloaded zip v4.6.1
12102026-08-11T20:32:53.496Z Downloaded vergen-lib v0.1.6
12112026-08-11T20:32:53.496Z Downloaded litrs v1.0.0
12122026-08-11T20:32:53.496Z Downloaded itertools v0.10.5
12132026-08-11T20:32:53.496Z Downloaded uuid v1.23.4
12142026-08-11T20:32:53.496Z Downloaded test-strategy v0.4.5
12152026-08-11T20:32:53.496Z Downloaded p521 v0.14.0
12162026-08-11T20:32:53.496Z Downloaded quinn-proto v0.11.16
12172026-08-11T20:32:53.496Z Downloaded ssh-cipher v0.3.0
12182026-08-11T20:32:53.496Z Downloaded bitvec v1.0.1
12192026-08-11T20:32:53.496Z Downloaded delegate v0.13.5
12202026-08-11T20:32:53.496Z Downloaded ryu v1.0.23
12212026-08-11T20:32:53.496Z Downloaded derive-where v1.6.0
12222026-08-11T20:32:53.496Z Downloaded indexmap v1.9.3
12232026-08-11T20:32:53.496Z Downloaded nom v8.0.0
12242026-08-11T20:32:53.496Z Downloaded derive_more v0.99.20
12252026-08-11T20:32:53.496Z Downloaded walkdir v2.5.0
12262026-08-11T20:32:53.496Z Downloaded subprocess v0.2.15
12272026-08-11T20:32:53.496Z Downloaded zerotrie v0.2.3
12282026-08-11T20:32:53.496Z Downloaded ssh-key v0.7.0-rc.11
12292026-08-11T20:32:53.496Z Downloaded drift v0.2.0
12302026-08-11T20:32:53.497Z Downloaded num-complex v0.4.6
12312026-08-11T20:32:53.497Z Downloaded der v0.7.10
12322026-08-11T20:32:53.497Z Downloaded ed25519-dalek v2.2.0
12332026-08-11T20:32:53.497Z Downloaded similar v2.7.0
12342026-08-11T20:32:53.497Z Downloaded unicode-bidi v0.3.18
12352026-08-11T20:32:53.497Z Downloaded qorb v0.4.1
12362026-08-11T20:32:53.497Z Downloaded samael v0.0.19
12372026-08-11T20:32:53.497Z Downloaded minimal-lexical v0.2.1
12382026-08-11T20:32:53.497Z Downloaded crypto-bigint v0.5.5
12392026-08-11T20:32:53.497Z Downloaded oxide-update-engine-types v0.1.2
12402026-08-11T20:32:53.497Z Downloaded winnow v0.5.40
12412026-08-11T20:32:53.497Z Downloaded tough v0.22.0
12422026-08-11T20:32:53.497Z Downloaded zopfli v0.8.3
12432026-08-11T20:32:53.497Z Downloaded libm v0.2.16
12442026-08-11T20:32:53.497Z Downloaded zerovec v0.11.5
12452026-08-11T20:32:53.497Z Downloaded tower v0.5.3
12462026-08-11T20:32:53.497Z Downloaded diesel_derives v2.3.7
12472026-08-11T20:32:53.497Z Downloaded zlib-rs v0.6.2
12482026-08-11T20:32:53.497Z Downloaded bindgen v0.71.1
12492026-08-11T20:32:53.497Z Downloaded num-bigint-dig v0.8.6
12502026-08-11T20:32:53.497Z Downloaded rustyline v14.0.0
12512026-08-11T20:32:53.497Z Downloaded petname v2.0.2
12522026-08-11T20:32:53.497Z Downloaded time v0.3.47
12532026-08-11T20:32:53.497Z Downloaded chrono v0.4.45
12542026-08-11T20:32:53.497Z Downloaded internal-russh-num-bigint v0.5.0
12552026-08-11T20:32:53.497Z Downloaded reqwest v0.13.2
12562026-08-11T20:32:53.513Z Downloaded winnow v1.0.3
12572026-08-11T20:32:53.513Z Downloaded toml_edit v0.19.15
12582026-08-11T20:32:53.513Z Downloaded itertools v0.15.0
12592026-08-11T20:32:53.513Z Downloaded regex v1.12.3
12602026-08-11T20:32:53.513Z Downloaded der v0.8.0
12612026-08-11T20:32:53.513Z Downloaded libxml v0.3.3
12622026-08-11T20:32:53.513Z Downloaded tabled v0.20.0
12632026-08-11T20:32:53.513Z Downloaded unicode-segmentation v1.12.0
12642026-08-11T20:32:53.513Z Downloaded polar-core v0.27.3
12652026-08-11T20:32:53.513Z Downloaded iddqd v0.4.2
12662026-08-11T20:32:53.513Z Downloaded p384 v0.13.1
12672026-08-11T20:32:53.513Z Downloaded iri-string v0.7.10
12682026-08-11T20:32:53.513Z Downloaded radix_trie v0.2.1
12692026-08-11T20:32:53.518Z Downloaded rawzip v0.4.4
12702026-08-11T20:32:53.518Z Downloaded hickory-proto v0.24.4
12712026-08-11T20:32:53.518Z Downloaded itertools v0.13.0
12722026-08-11T20:32:53.524Z Downloaded zerocopy v0.8.40
12732026-08-11T20:32:53.533Z Downloaded vcpkg v0.2.15
12742026-08-11T20:32:53.549Z Downloaded crypto-bigint v0.7.5
12752026-08-11T20:32:53.557Z Downloaded quick-xml v0.37.5
12762026-08-11T20:32:53.561Z Downloaded sha3 v0.12.0
12772026-08-11T20:32:53.565Z Downloaded hickory-proto v0.25.2
12782026-08-11T20:32:53.573Z Downloaded crossterm v0.29.0
12792026-08-11T20:32:53.576Z Downloaded nix v0.27.1
12802026-08-11T20:32:53.600Z Downloaded lalrpop v0.19.12
12812026-08-11T20:32:53.607Z Downloaded curve25519-dalek v5.0.0
12822026-08-11T20:32:53.607Z Downloaded dropshot v0.17.1
12832026-08-11T20:32:53.607Z Downloaded moka v0.12.13
12842026-08-11T20:32:53.614Z Downloaded reqwest v0.12.28
12852026-08-11T20:32:53.624Z Downloaded winnow v0.6.26
12862026-08-11T20:32:53.624Z Downloaded object v0.30.4
12872026-08-11T20:32:53.628Z Downloaded regress v0.10.5
12882026-08-11T20:32:53.628Z Downloaded smoltcp v0.11.0
12892026-08-11T20:32:53.635Z Downloaded itertools v0.12.1
12902026-08-11T20:32:53.640Z Downloaded rayon v1.11.0
12912026-08-11T20:32:53.644Z Downloaded object v0.37.3
12922026-08-11T20:32:53.650Z Downloaded bstr v1.12.1
12932026-08-11T20:32:53.655Z Downloaded sled v0.34.7
12942026-08-11T20:32:53.672Z Downloaded openapiv3 v2.2.0
12952026-08-11T20:32:53.695Z Downloaded nix v0.28.0
12962026-08-11T20:32:53.702Z Downloaded zerocopy-derive v0.6.6
12972026-08-11T20:32:53.708Z Downloaded tracing v0.1.44
12982026-08-11T20:32:53.727Z Downloaded nix v0.31.2
12992026-08-11T20:32:53.732Z Downloaded regress v0.11.1
13002026-08-11T20:32:53.735Z Downloaded ratatui v0.29.0
13012026-08-11T20:32:53.744Z Downloaded petgraph v0.6.5
13022026-08-11T20:32:53.757Z Downloaded regex-syntax v0.6.29
13032026-08-11T20:32:53.760Z Downloaded smoltcp v0.9.1
13042026-08-11T20:32:53.771Z Downloaded regex-syntax v0.8.10
13052026-08-11T20:32:53.779Z Downloaded openssl v0.10.80
13062026-08-11T20:32:53.814Z Downloaded csv v1.4.0
13072026-08-11T20:32:53.821Z Downloaded libz-sys v1.1.24
13082026-08-11T20:32:53.852Z Downloaded tokio v1.52.1
13092026-08-11T20:32:53.864Z Downloaded ring v0.17.14
13102026-08-11T20:32:53.885Z Downloaded curve25519-dalek v4.1.3
13112026-08-11T20:32:53.904Z Downloaded sqlparser v0.61.0
13122026-08-11T20:32:53.924Z Downloaded rustls v0.23.41
13132026-08-11T20:32:53.947Z Downloaded typify-impl v0.6.2
13142026-08-11T20:32:53.952Z Downloaded rustix v0.38.44
13152026-08-11T20:32:53.975Z Downloaded diesel v2.3.7
13162026-08-11T20:32:54.027Z Downloaded bzip2-sys v0.1.13+1.0.8
13172026-08-11T20:32:54.030Z Downloaded sha3 v0.11.0
13182026-08-11T20:32:54.092Z Downloaded jiff v0.2.34
13192026-08-11T20:32:54.102Z Downloaded chrono-tz v0.10.4
13202026-08-11T20:32:54.113Z Downloaded regex-automata v0.4.14
13212026-08-11T20:32:54.125Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13222026-08-11T20:32:54.142Z Downloaded sha3 v0.10.8
13232026-08-11T20:32:54.153Z Downloaded petgraph v0.8.3
13242026-08-11T20:32:54.259Z Downloaded encoding_rs v0.8.35
13252026-08-11T20:32:54.362Z Downloaded libgit2-sys v0.18.3+1.9.2
13262026-08-11T20:32:54.932Z Downloaded aws-lc-sys v0.40.0
13272026-08-11T20:32:55.189Z Compiling libc v0.2.185
13282026-08-11T20:32:55.189Z Compiling serde_core v1.0.228
13292026-08-11T20:32:55.189Z Compiling serde v1.0.228
13302026-08-11T20:32:55.193Z Compiling log v0.4.29
13312026-08-11T20:32:55.194Z Compiling smallvec v1.15.1
13322026-08-11T20:32:55.337Z Compiling find-msvc-tools v0.1.9
13332026-08-11T20:32:55.340Z Compiling shlex v1.3.0
13342026-08-11T20:32:55.344Z Compiling syn v2.0.117
13352026-08-11T20:32:55.535Z Compiling subtle v2.6.1
13362026-08-11T20:32:55.549Z Compiling scopeguard v1.2.0
13372026-08-11T20:32:55.563Z Compiling typenum v1.20.1
13382026-08-11T20:32:55.626Z Compiling lock_api v0.4.14
13392026-08-11T20:32:55.637Z Compiling stable_deref_trait v1.2.1
13402026-08-11T20:32:55.652Z Compiling zerocopy v0.8.40
13412026-08-11T20:32:55.695Z Compiling portable-atomic v1.13.1
13422026-08-11T20:32:55.709Z Compiling serde_json v1.0.151
13432026-08-11T20:32:55.842Z Compiling critical-section v1.2.0
13442026-08-11T20:32:55.918Z Compiling libm v0.2.16
13452026-08-11T20:32:55.958Z Compiling num-traits v0.2.19
13462026-08-11T20:32:56.066Z Compiling pkg-config v0.3.32
13472026-08-11T20:32:56.127Z Compiling jobserver v0.1.34
13482026-08-11T20:32:56.151Z Compiling errno v0.3.14
13492026-08-11T20:32:56.203Z Compiling getrandom v0.2.17
13502026-08-11T20:32:56.335Z Compiling cc v1.2.56
13512026-08-11T20:32:56.427Z Compiling rand_core v0.6.4
13522026-08-11T20:32:56.592Z Compiling generic-array v0.14.7
13532026-08-11T20:32:56.648Z Compiling once_cell v1.21.3
13542026-08-11T20:32:56.694Z Compiling parking_lot_core v0.9.12
13552026-08-11T20:32:56.720Z Compiling getrandom v0.4.1
13562026-08-11T20:32:56.782Z Compiling const-oid v0.9.6
13572026-08-11T20:32:56.857Z Compiling pin-project-lite v0.2.17
13582026-08-11T20:32:56.960Z Compiling rand_core v0.10.0
13592026-08-11T20:32:57.283Z Compiling signal-hook-registry v1.4.8
13602026-08-11T20:32:57.349Z Compiling bitflags v2.11.0
13612026-08-11T20:32:57.490Z Compiling futures-core v0.3.32
13622026-08-11T20:32:57.512Z Compiling percent-encoding v2.3.2
13632026-08-11T20:32:57.550Z Compiling litemap v0.8.1
13642026-08-11T20:32:57.574Z Compiling writeable v0.6.2
13652026-08-11T20:32:57.745Z Compiling semver v1.0.28
13662026-08-11T20:32:57.782Z Compiling parking_lot v0.12.5
13672026-08-11T20:32:57.811Z Compiling mio v1.2.0
13682026-08-11T20:32:57.825Z Compiling icu_properties_data v2.1.2
13692026-08-11T20:32:57.881Z Compiling icu_normalizer_data v2.1.1
13702026-08-11T20:32:57.964Z Compiling socket2 v0.6.3
13712026-08-11T20:32:58.062Z Compiling getrandom v0.3.4
13722026-08-11T20:32:58.154Z Compiling synstructure v0.13.2
13732026-08-11T20:32:58.169Z Compiling futures-sink v0.3.32
13742026-08-11T20:32:58.172Z Compiling indexmap v2.14.0
13752026-08-11T20:32:58.281Z Compiling futures-channel v0.3.32
13762026-08-11T20:32:58.296Z Compiling futures-task v0.3.32
13772026-08-11T20:32:58.366Z Compiling futures-io v0.3.32
13782026-08-11T20:32:58.476Z Compiling slab v0.4.12
13792026-08-11T20:32:58.522Z Compiling utf8_iter v1.0.4
13802026-08-11T20:32:58.537Z Compiling rustix v1.1.3
13812026-08-11T20:32:58.550Z Compiling form_urlencoded v1.2.2
13822026-08-11T20:32:58.667Z Compiling rustversion v1.0.22
13832026-08-11T20:32:58.682Z Compiling base64ct v1.8.3
13842026-08-11T20:32:58.729Z Compiling iana-time-zone v0.1.65
13852026-08-11T20:32:58.758Z Compiling cmake v0.1.57
13862026-08-11T20:32:58.851Z Compiling fs_extra v1.3.0
13872026-08-11T20:32:58.935Z Compiling pem-rfc7468 v0.7.0
13882026-08-11T20:32:58.964Z Compiling regex-syntax v0.8.10
13892026-08-11T20:32:58.980Z Compiling flagset v0.4.7
13902026-08-11T20:32:59.112Z Compiling ident_case v1.0.1
13912026-08-11T20:32:59.129Z Compiling dunce v1.0.5
13922026-08-11T20:32:59.160Z Compiling rand_core v0.9.5
13932026-08-11T20:32:59.229Z Compiling aws-lc-sys v0.40.0
13942026-08-11T20:32:59.241Z Compiling uuid v1.23.4
13952026-08-11T20:32:59.244Z Compiling base64 v0.22.1
13962026-08-11T20:32:59.445Z Compiling vcpkg v0.2.15
13972026-08-11T20:32:59.570Z Compiling syn v1.0.109
13982026-08-11T20:32:59.648Z Compiling serde_derive_internals v0.29.1
13992026-08-11T20:32:59.936Z Compiling rustc_version v0.4.1
14002026-08-11T20:32:59.951Z Compiling serde_derive v1.0.228
14012026-08-11T20:32:59.966Z Compiling zeroize_derive v1.5.0
14022026-08-11T20:33:00.222Z Compiling zerocopy-derive v0.8.40
14032026-08-11T20:33:00.271Z Compiling zerofrom-derive v0.1.6
14042026-08-11T20:33:00.286Z Compiling yoke-derive v0.8.1
14052026-08-11T20:33:00.573Z Compiling zerovec-derive v0.11.2
14062026-08-11T20:33:00.642Z Compiling zeroize v1.9.0
14072026-08-11T20:33:00.856Z Compiling displaydoc v0.2.5
14082026-08-11T20:33:01.495Z Compiling tokio-macros v2.7.0
14092026-08-11T20:33:01.609Z Compiling futures-macro v0.3.32
14102026-08-11T20:33:01.703Z Compiling thiserror-impl v2.0.18
14112026-08-11T20:33:01.721Z Compiling zerofrom v0.1.6
14122026-08-11T20:33:01.846Z Compiling yoke v0.8.1
14132026-08-11T20:33:01.958Z Compiling block-buffer v0.10.4
14142026-08-11T20:33:02.031Z Compiling zerovec v0.11.5
14152026-08-11T20:33:02.129Z Compiling zerotrie v0.2.3
14162026-08-11T20:33:02.219Z Compiling crypto-common v0.1.7
14172026-08-11T20:33:02.375Z Compiling digest v0.10.7
14182026-08-11T20:33:02.414Z Compiling futures-util v0.3.32
14192026-08-11T20:33:02.429Z Compiling der_derive v0.7.3
14202026-08-11T20:33:02.541Z Compiling tinystr v0.8.2
14212026-08-11T20:33:02.699Z Compiling potential_utf v0.1.4
14222026-08-11T20:33:02.774Z Compiling icu_locale_core v2.1.1
14232026-08-11T20:33:02.860Z Compiling icu_collections v2.1.1
14242026-08-11T20:33:03.061Z Compiling thiserror v2.0.18
14252026-08-11T20:33:03.174Z Compiling openssl-sys v0.9.117
14262026-08-11T20:33:03.343Z Compiling tracing-attributes v0.1.31
14272026-08-11T20:33:03.480Z Compiling bytes v1.11.1
14282026-08-11T20:33:03.531Z Compiling icu_provider v2.1.1
14292026-08-11T20:33:03.646Z Compiling chrono v0.4.45
14302026-08-11T20:33:03.708Z Compiling der v0.7.10
14312026-08-11T20:33:03.827Z Compiling icu_properties v2.1.2
14322026-08-11T20:33:04.104Z Compiling tokio v1.52.1
14332026-08-11T20:33:04.667Z Compiling icu_normalizer v2.1.1
14342026-08-11T20:33:04.768Z Compiling ppv-lite86 v0.2.21
14352026-08-11T20:33:04.783Z Compiling spki v0.7.3
14362026-08-11T20:33:04.904Z Compiling http v1.4.2
14372026-08-11T20:33:04.920Z Compiling tracing-core v0.1.36
14382026-08-11T20:33:04.985Z Compiling aws-lc-rs v1.16.3
14392026-08-11T20:33:05.007Z Compiling idna_adapter v1.2.1
14402026-08-11T20:33:05.090Z Compiling rand_chacha v0.9.0
14412026-08-11T20:33:05.132Z Compiling idna v1.1.0
14422026-08-11T20:33:05.194Z Compiling dyn-clone v1.0.20
14432026-08-11T20:33:05.260Z Compiling schemars v0.8.22
14442026-08-11T20:33:05.330Z Compiling cpufeatures v0.2.17
14452026-08-11T20:33:05.404Z Compiling url v2.5.8
14462026-08-11T20:33:05.452Z Compiling rand v0.9.2
14472026-08-11T20:33:05.484Z Compiling tracing v0.1.44
14482026-08-11T20:33:05.749Z Compiling http-body v1.0.1
14492026-08-11T20:33:05.770Z Compiling pkcs8 v0.10.2
14502026-08-11T20:33:05.797Z Compiling rustls-pki-types v1.14.0
14512026-08-11T20:33:05.881Z Compiling schemars_derive v0.8.22
14522026-08-11T20:33:06.016Z Compiling spin v0.9.8
14532026-08-11T20:33:06.170Z Compiling crc32fast v1.5.0
14542026-08-11T20:33:06.189Z Compiling httparse v1.10.1
14552026-08-11T20:33:06.220Z Compiling tinyvec_macros v0.1.1
14562026-08-11T20:33:06.234Z Compiling cmov v0.5.4
14572026-08-11T20:33:06.286Z Compiling openssl-probe v0.2.1
14582026-08-11T20:33:06.437Z Compiling ctutils v0.4.2
14592026-08-11T20:33:06.455Z Compiling tinyvec v1.10.0
14602026-08-11T20:33:06.469Z Compiling tempfile v3.25.0
14612026-08-11T20:33:06.556Z Compiling pest_generator v2.8.6
14622026-08-11T20:33:06.678Z Compiling sha2 v0.10.9
14632026-08-11T20:33:06.788Z Compiling aho-corasick v1.1.4
14642026-08-11T20:33:06.818Z Compiling atomic-waker v1.1.2
14652026-08-11T20:33:06.942Z Compiling tower-service v0.3.3
14662026-08-11T20:33:07.038Z Compiling untrusted v0.7.1
14672026-08-11T20:33:07.161Z Compiling radium v0.7.0
14682026-08-11T20:33:07.220Z Compiling tower-layer v0.3.3
14692026-08-11T20:33:07.382Z Compiling try-lock v0.2.5
14702026-08-11T20:33:07.426Z Compiling pest_derive v2.8.6
14712026-08-11T20:33:07.487Z Compiling want v0.3.1
14722026-08-11T20:33:07.710Z Compiling regex-automata v0.4.14
14732026-08-11T20:33:07.909Z Compiling tokio-util v0.7.18
14742026-08-11T20:33:07.959Z Compiling hybrid-array v0.4.13
14752026-08-11T20:33:08.628Z Compiling h2 v0.4.15
14762026-08-11T20:33:08.708Z Compiling ipnet v2.11.0
14772026-08-11T20:33:08.727Z Compiling scroll_derive v0.13.1
14782026-08-11T20:33:08.935Z Compiling darling_core v0.20.11
14792026-08-11T20:33:09.198Z Compiling untrusted v0.9.0
14802026-08-11T20:33:09.319Z Compiling openssl v0.10.80
14812026-08-11T20:33:09.518Z Compiling maybe-uninit v2.0.0
14822026-08-11T20:33:09.544Z Compiling httpdate v1.0.3
14832026-08-11T20:33:09.722Z Compiling tap v1.0.1
14842026-08-11T20:33:09.771Z Compiling simd-adler32 v0.3.8
14852026-08-11T20:33:09.775Z Compiling rustls v0.23.41
14862026-08-11T20:33:09.799Z Compiling foreign-types-shared v0.1.1
14872026-08-11T20:33:09.815Z Compiling wyz v0.5.1
14882026-08-11T20:33:09.885Z Compiling foreign-types v0.3.2
14892026-08-11T20:33:09.975Z Compiling scroll v0.13.0
14902026-08-11T20:33:10.003Z Compiling unicode-normalization v0.1.25
14912026-08-11T20:33:10.181Z Compiling rand_chacha v0.3.1
14922026-08-11T20:33:10.252Z Compiling hex v0.4.3
14932026-08-11T20:33:10.412Z Compiling signature v2.2.0
14942026-08-11T20:33:10.453Z Compiling terminal_size v0.4.3
14952026-08-11T20:33:10.509Z Compiling openssl-macros v0.1.1
14962026-08-11T20:33:10.592Z Compiling thiserror-impl v1.0.69
14972026-08-11T20:33:10.596Z Compiling bzip2-sys v0.1.13+1.0.8
14982026-08-11T20:33:10.875Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14992026-08-11T20:33:10.894Z Compiling num-integer v0.1.46
15002026-08-11T20:33:10.937Z Compiling wait-timeout v0.2.1
15012026-08-11T20:33:11.167Z Compiling darling_macro v0.20.11
15022026-08-11T20:33:11.194Z Compiling ahash v0.8.12
15032026-08-11T20:33:11.208Z Compiling num-conv v0.2.0
15042026-08-11T20:33:11.245Z Compiling packed_struct v0.10.1
15052026-08-11T20:33:11.337Z Compiling adler2 v2.0.1
15062026-08-11T20:33:11.398Z Compiling native-tls v0.2.18
15072026-08-11T20:33:11.471Z Compiling powerfmt v0.2.0
15082026-08-11T20:33:11.484Z Compiling num-bigint-dig v0.8.6
15092026-08-11T20:33:11.597Z Compiling time-core v0.1.8
15102026-08-11T20:33:11.647Z Compiling quick-error v1.2.3
15112026-08-11T20:33:11.667Z Compiling bit-vec v0.8.0
15122026-08-11T20:33:11.674Z Compiling funty v2.0.0
15132026-08-11T20:33:11.738Z Compiling hyper v1.10.1
15142026-08-11T20:33:11.751Z Compiling time-macros v0.2.27
15152026-08-11T20:33:11.768Z Compiling rusty-fork v0.3.1
15162026-08-11T20:33:11.811Z Compiling thiserror v1.0.69
15172026-08-11T20:33:11.906Z Compiling bit-set v0.8.0
15182026-08-11T20:33:11.941Z Compiling darling v0.20.11
15192026-08-11T20:33:12.016Z Compiling bitvec v1.0.1
15202026-08-11T20:33:12.059Z Compiling deranged v0.5.8
15212026-08-11T20:33:12.113Z Compiling miniz_oxide v0.8.9
15222026-08-11T20:33:12.698Z Compiling clap_builder v4.6.0
15232026-08-11T20:33:12.768Z Compiling num-iter v0.1.45
15242026-08-11T20:33:12.886Z Compiling hyper-util v0.1.20
15252026-08-11T20:33:13.381Z Compiling rand v0.8.6
15262026-08-11T20:33:13.458Z Compiling goblin v0.10.5
15272026-08-11T20:33:13.902Z Compiling packed_struct_codegen v0.10.1
15282026-08-11T20:33:14.182Z Compiling lazy_static v1.5.0
15292026-08-11T20:33:14.275Z Compiling toml_datetime v0.6.11
15302026-08-11T20:33:14.538Z Compiling serde_spanned v0.6.9
15312026-08-11T20:33:14.606Z Compiling hmac v0.12.1
15322026-08-11T20:33:14.680Z Compiling bitfield-macros v0.19.4
15332026-08-11T20:33:14.762Z Compiling clap_derive v4.6.1
15342026-08-11T20:33:14.945Z Compiling zerocopy-derive v0.6.6
15352026-08-11T20:33:15.370Z Compiling anstyle-parse v0.2.7
15362026-08-11T20:33:15.555Z Compiling rand_xorshift v0.4.0
15372026-08-11T20:33:15.673Z Compiling sync_wrapper v1.0.2
15382026-08-11T20:33:15.719Z Compiling indexmap v1.9.3
15392026-08-11T20:33:15.732Z Compiling paste v1.0.15
15402026-08-11T20:33:15.759Z Compiling num_threads v0.1.7
15412026-08-11T20:33:15.780Z Compiling zlib-rs v0.6.2
15422026-08-11T20:33:15.858Z Compiling crc-catalog v2.4.0
15432026-08-11T20:33:15.900Z Compiling unarray v0.1.4
15442026-08-11T20:33:15.950Z Compiling nodrop v0.1.14
15452026-08-11T20:33:15.992Z Compiling usdt-impl v0.6.0
15462026-08-11T20:33:16.009Z Compiling siphasher v1.0.2
15472026-08-11T20:33:16.039Z Compiling crossbeam-utils v0.8.21
15482026-08-11T20:33:16.202Z Compiling dof v0.4.0
15492026-08-11T20:33:16.217Z Compiling array-init v0.0.4
15502026-08-11T20:33:16.389Z Compiling proptest v1.11.0
15512026-08-11T20:33:16.484Z Compiling clap v4.6.1
15522026-08-11T20:33:16.548Z Compiling crc v3.4.0
15532026-08-11T20:33:16.584Z Compiling time v0.3.47
15542026-08-11T20:33:16.741Z Compiling tower v0.5.3
15552026-08-11T20:33:17.209Z Compiling zerocopy v0.6.6
15562026-08-11T20:33:17.327Z Compiling anstream v0.6.21
15572026-08-11T20:33:17.522Z Compiling bitfield v0.19.4
15582026-08-11T20:33:17.959Z Compiling smallvec v0.6.14
15592026-08-11T20:33:18.241Z Compiling derive_builder_core v0.20.2
15602026-08-11T20:33:18.384Z Compiling dtrace-parser v0.3.0
15612026-08-11T20:33:18.828Z Compiling flate2 v1.1.9
15622026-08-11T20:33:18.943Z Compiling ipnetwork v0.21.1
15632026-08-11T20:33:18.998Z Compiling pkcs1 v0.7.5
15642026-08-11T20:33:19.076Z Compiling http-body-util v0.1.3
15652026-08-11T20:33:19.110Z Compiling heapless v0.7.17
15662026-08-11T20:33:19.228Z Compiling scroll_derive v0.12.1
15672026-08-11T20:33:19.319Z Compiling structmeta-derive v0.3.0
15682026-08-11T20:33:19.331Z Compiling slog v2.8.2
15692026-08-11T20:33:19.349Z Compiling darling_core v0.23.0
15702026-08-11T20:33:19.378Z Compiling thread-id v5.1.0
15712026-08-11T20:33:19.460Z Compiling cookie v0.18.1
15722026-08-11T20:33:19.512Z Compiling env_filter v1.0.0
15732026-08-11T20:33:19.645Z Compiling iri-string v0.7.10
15742026-08-11T20:33:19.802Z Compiling base64 v0.21.7
15752026-08-11T20:33:19.888Z Compiling zstd-safe v7.2.4
15762026-08-11T20:33:20.086Z Compiling allocator-api2 v0.2.21
15772026-08-11T20:33:20.119Z Compiling unicode-properties v0.1.4
15782026-08-11T20:33:20.334Z Compiling unicode-bidi v0.3.18
15792026-08-11T20:33:20.389Z Compiling winnow v0.5.40
15802026-08-11T20:33:20.419Z Compiling hashbrown v0.12.3
15812026-08-11T20:33:20.867Z Compiling ryu v1.0.23
15822026-08-11T20:33:20.883Z Compiling signal-hook v0.3.18
15832026-08-11T20:33:21.048Z Compiling anyhow v1.0.102
15842026-08-11T20:33:21.092Z Compiling serde_urlencoded v0.7.1
15852026-08-11T20:33:21.338Z Compiling tower-http v0.6.8
15862026-08-11T20:33:21.517Z Compiling stringprep v0.1.5
15872026-08-11T20:33:21.556Z Compiling structmeta v0.3.0
15882026-08-11T20:33:21.725Z Compiling toml_edit v0.19.15
15892026-08-11T20:33:21.785Z Compiling ron v0.8.1
15902026-08-11T20:33:21.800Z Compiling scroll v0.12.0
15912026-08-11T20:33:21.833Z Compiling darling_macro v0.23.0
15922026-08-11T20:33:21.948Z Compiling env_logger v0.11.9
15932026-08-11T20:33:22.325Z Compiling rsa v0.9.10
15942026-08-11T20:33:22.362Z Compiling oxnet v0.1.6
15952026-08-11T20:33:22.746Z Compiling derive_builder_macro v0.20.2
15962026-08-11T20:33:22.831Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15972026-08-11T20:33:22.882Z Compiling newtype-uuid v1.3.2
15982026-08-11T20:33:23.223Z Compiling hashbrown v0.13.2
15992026-08-11T20:33:23.226Z Compiling bzip2 v0.4.4
16002026-08-11T20:33:23.253Z Compiling serde-hex v0.1.0
16012026-08-11T20:33:23.455Z Compiling tokio-native-tls v0.3.1
16022026-08-11T20:33:23.630Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16032026-08-11T20:33:23.725Z Compiling camino v1.2.2
16042026-08-11T20:33:24.323Z Compiling bstr v1.12.1
16052026-08-11T20:33:24.390Z Compiling crypto-common v0.2.2
16062026-08-11T20:33:24.605Z Compiling block-padding v0.4.2
16072026-08-11T20:33:24.771Z Compiling block-buffer v0.12.1
16082026-08-11T20:33:24.955Z Compiling rustls-native-certs v0.8.3
16092026-08-11T20:33:24.967Z Compiling x509-cert v0.2.5
16102026-08-11T20:33:24.981Z Compiling erased-serde v0.3.31
16112026-08-11T20:33:25.243Z Compiling serde_tokenstream v0.2.3
16122026-08-11T20:33:25.422Z Compiling md-5 v0.10.6
16132026-08-11T20:33:25.467Z Compiling curve25519-dalek v4.1.3
16142026-08-11T20:33:25.558Z Compiling daft-derive v0.1.7
16152026-08-11T20:33:25.590Z Compiling pin-project-internal v1.1.11
16162026-08-11T20:33:25.796Z Compiling async-trait v0.1.89
16172026-08-11T20:33:26.105Z Compiling zerocopy-derive v0.7.35
16182026-08-11T20:33:26.277Z Compiling vergen-lib v9.1.0
16192026-08-11T20:33:26.456Z Compiling hash32 v0.2.1
16202026-08-11T20:33:26.564Z Compiling memoffset v0.9.1
16212026-08-11T20:33:26.652Z Compiling encoding_rs v0.8.35
16222026-08-11T20:33:26.692Z Compiling litrs v1.0.0
16232026-08-11T20:33:26.764Z Compiling crc-any v2.5.0
16242026-08-11T20:33:26.802Z Compiling rustix v0.38.44
16252026-08-11T20:33:26.965Z Compiling mime v0.3.17
16262026-08-11T20:33:26.988Z Compiling ref-cast v1.0.25
16272026-08-11T20:33:27.147Z Compiling smoltcp v0.9.1
16282026-08-11T20:33:27.201Z Compiling cfg_aliases v0.2.1
16292026-08-11T20:33:27.220Z Compiling fallible-iterator v0.2.0
16302026-08-11T20:33:27.277Z Compiling psl-types v2.0.11
16312026-08-11T20:33:27.321Z Compiling nix v0.31.2
16322026-08-11T20:33:27.335Z Compiling document-features v0.2.12
16332026-08-11T20:33:27.396Z Compiling publicsuffix v2.3.0
16342026-08-11T20:33:27.489Z Compiling postgres-protocol v0.6.10
16352026-08-11T20:33:27.502Z Compiling zerocopy v0.7.35
16362026-08-11T20:33:27.523Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16372026-08-11T20:33:27.678Z Compiling pin-project v1.1.11
16382026-08-11T20:33:27.804Z Compiling daft v0.1.7
16392026-08-11T20:33:28.086Z Compiling inout v0.2.2
16402026-08-11T20:33:28.091Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16412026-08-11T20:33:28.104Z Compiling object v0.30.4
16422026-08-11T20:33:28.168Z Compiling hyper-tls v0.6.0
16432026-08-11T20:33:28.174Z Compiling zip v0.6.6
16442026-08-11T20:33:28.242Z Compiling derive_builder v0.20.2
16452026-08-11T20:33:28.355Z Compiling toml v0.7.8
16462026-08-11T20:33:28.385Z Compiling darling v0.23.0
16472026-08-11T20:33:28.488Z Compiling goblin v0.8.2
16482026-08-11T20:33:28.566Z Compiling derive-ex v0.1.8
16492026-08-11T20:33:28.979Z Compiling phf_shared v0.13.1
16502026-08-11T20:33:29.087Z Compiling regex v1.12.3
16512026-08-11T20:33:29.210Z Compiling hubpack_derive v0.1.1
16522026-08-11T20:33:29.234Z Compiling futures-executor v0.3.32
16532026-08-11T20:33:29.493Z Compiling snafu-derive v0.8.9
16542026-08-11T20:33:29.508Z Compiling strum_macros v0.27.2
16552026-08-11T20:33:29.661Z Compiling curve25519-dalek-derive v0.1.1
16562026-08-11T20:33:30.248Z Compiling ref-cast-impl v1.0.25
16572026-08-11T20:33:30.302Z Compiling vergen v9.1.0
16582026-08-11T20:33:30.470Z Compiling cargo-platform v0.3.2
16592026-08-11T20:33:30.742Z Compiling ff v0.13.1
16602026-08-11T20:33:30.771Z Compiling fs-err v3.3.0
16612026-08-11T20:33:30.884Z Compiling foldhash v0.2.0
16622026-08-11T20:33:30.917Z Compiling base16ct v0.2.0
16632026-08-11T20:33:30.951Z Compiling object v0.37.3
16642026-08-11T20:33:31.087Z Compiling foldhash v0.1.5
16652026-08-11T20:33:31.103Z Compiling libbz2-rs-sys v0.2.2
16662026-08-11T20:33:31.216Z Compiling bitflags v1.3.2
16672026-08-11T20:33:31.267Z Compiling same-file v1.0.6
16682026-08-11T20:33:31.294Z Compiling managed v0.8.0
16692026-08-11T20:33:31.364Z Compiling either v1.15.0
16702026-08-11T20:33:31.420Z Compiling jiff-core v0.1.0
16712026-08-11T20:33:31.434Z Compiling unicode-segmentation v1.12.0
16722026-08-11T20:33:31.505Z Compiling path-slash v0.1.5
16732026-08-11T20:33:31.571Z Compiling bumpalo v3.20.2
16742026-08-11T20:33:31.638Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16752026-08-11T20:33:31.777Z Compiling zopfli v0.8.3
16762026-08-11T20:33:31.818Z Compiling bzip2 v0.6.1
16772026-08-11T20:33:31.914Z Compiling strum v0.27.2
16782026-08-11T20:33:32.028Z Compiling snafu v0.8.9
16792026-08-11T20:33:32.042Z Compiling walkdir v2.5.0
16802026-08-11T20:33:32.357Z Compiling jiff v0.2.34
16812026-08-11T20:33:32.410Z Compiling hashbrown v0.15.5
16822026-08-11T20:33:32.420Z Compiling sec1 v0.7.3
16832026-08-11T20:33:32.499Z Compiling hashbrown v0.16.1
16842026-08-11T20:33:32.735Z Compiling group v0.13.0
16852026-08-11T20:33:32.873Z Compiling dof v0.3.0
16862026-08-11T20:33:32.915Z Compiling cargo_metadata v0.23.1
16872026-08-11T20:33:33.092Z Compiling test-strategy v0.4.5
16882026-08-11T20:33:33.119Z Compiling hubpack v0.1.2
16892026-08-11T20:33:33.342Z Compiling futures v0.3.32
16902026-08-11T20:33:33.425Z Compiling phf v0.13.1
16912026-08-11T20:33:33.597Z Compiling signal-hook-mio v0.2.5
16922026-08-11T20:33:33.715Z Compiling cookie_store v0.22.1
16932026-08-11T20:33:33.971Z Compiling zstd v0.13.3
16942026-08-11T20:33:34.241Z Compiling serde_with_macros v3.21.0
16952026-08-11T20:33:34.282Z Compiling reqwest v0.12.28
16962026-08-11T20:33:34.388Z Compiling cipher v0.5.2
16972026-08-11T20:33:34.561Z Compiling postgres-types v0.2.12
16982026-08-11T20:33:35.173Z Compiling usdt-attr-macro v0.6.0
16992026-08-11T20:33:35.353Z Compiling usdt-macro v0.6.0
17002026-08-11T20:33:35.874Z Compiling globset v0.4.18
17012026-08-11T20:33:35.938Z Compiling phf_shared v0.11.3
17022026-08-11T20:33:35.950Z Compiling hkdf v0.12.4
17032026-08-11T20:33:35.989Z Compiling dtrace-parser v0.2.0
17042026-08-11T20:33:36.113Z Compiling ed25519 v2.2.3
17052026-08-11T20:33:36.128Z Compiling byte-wrapper v0.1.0
17062026-08-11T20:33:36.128Z Compiling olpc-cjson v0.1.4
17072026-08-11T20:33:36.311Z Compiling serde-big-array v0.5.1
17082026-08-11T20:33:36.447Z Compiling serde_plain v1.0.2
17092026-08-11T20:33:36.474Z Compiling crypto-bigint v0.5.5
17102026-08-11T20:33:36.541Z Compiling enum-as-inner v0.6.1
17112026-08-11T20:33:36.639Z Compiling strum_macros v0.26.4
17122026-08-11T20:33:36.703Z Compiling serde_repr v0.1.20
17132026-08-11T20:33:36.722Z Compiling async-recursion v1.1.1
17142026-08-11T20:33:37.024Z Compiling pem v3.0.6
17152026-08-11T20:33:37.099Z Compiling float-cmp v0.10.0
17162026-08-11T20:33:37.195Z Compiling memmap2 v0.9.10
17172026-08-11T20:33:37.222Z Compiling thread-id v4.2.2
17182026-08-11T20:33:37.310Z Compiling precomputed-hash v0.1.1
17192026-08-11T20:33:37.330Z Compiling data-encoding v2.10.0
17202026-08-11T20:33:37.372Z Compiling fixedbitset v0.5.7
17212026-08-11T20:33:37.397Z Compiling fixedbitset v0.4.2
17222026-08-11T20:33:37.411Z Compiling new_debug_unreachable v1.0.6
17232026-08-11T20:33:37.484Z Compiling cpufeatures v0.3.0
17242026-08-11T20:33:37.561Z Compiling predicates-core v1.0.10
17252026-08-11T20:33:37.664Z Compiling keccak v0.1.6
17262026-08-11T20:33:37.727Z Compiling whoami v2.1.0
17272026-08-11T20:33:37.749Z Compiling const-oid v0.10.2
17282026-08-11T20:33:37.955Z Compiling normalize-line-endings v0.3.0
17292026-08-11T20:33:38.056Z Compiling winnow v1.0.3
17302026-08-11T20:33:38.068Z Compiling typed-path v0.9.3
17312026-08-11T20:33:38.086Z Compiling difflib v0.4.0
17322026-08-11T20:33:38.097Z Compiling static_assertions v1.1.0
17332026-08-11T20:33:38.174Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17342026-08-11T20:33:38.401Z Compiling toml_parser v1.1.2+spec-1.1.0
17352026-08-11T20:33:38.453Z Compiling predicates v3.1.4
17362026-08-11T20:33:38.465Z Compiling strum v0.26.3
17372026-08-11T20:33:38.593Z Compiling tokio-postgres v0.7.16
17382026-08-11T20:33:38.606Z Compiling digest v0.11.3
17392026-08-11T20:33:38.638Z Compiling sha3 v0.10.8
17402026-08-11T20:33:38.820Z Compiling hickory-proto v0.25.2
17412026-08-11T20:33:39.036Z Compiling petgraph v0.8.3
17422026-08-11T20:33:39.053Z Compiling chacha20 v0.10.0
17432026-08-11T20:33:39.100Z Compiling petgraph v0.6.5
17442026-08-11T20:33:39.355Z Compiling string_cache v0.8.9
17452026-08-11T20:33:39.413Z Compiling elliptic-curve v0.13.8
17462026-08-11T20:33:39.563Z Compiling toml_edit v0.22.27
17472026-08-11T20:33:39.809Z Compiling usdt v0.6.0
17482026-08-11T20:33:40.080Z Compiling usdt-impl v0.5.0
17492026-08-11T20:33:40.549Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17502026-08-11T20:33:40.650Z Compiling ed25519-dalek v2.2.0
17512026-08-11T20:33:40.810Z Compiling crossterm v0.28.1
17522026-08-11T20:33:40.942Z Compiling serde_with v3.21.0
17532026-08-11T20:33:41.167Z Compiling zip v4.6.1
17542026-08-11T20:33:42.059Z Compiling iddqd v0.4.2
17552026-08-11T20:33:42.425Z Compiling heck v0.4.1
17562026-08-11T20:33:42.501Z Compiling similar v2.7.0
17572026-08-11T20:33:42.649Z Compiling itertools v0.13.0
17582026-08-11T20:33:42.723Z Compiling itertools v0.15.0
17592026-08-11T20:33:42.762Z Compiling crossbeam-epoch v0.9.18
17602026-08-11T20:33:43.102Z Compiling tokio-stream v0.1.18
17612026-08-11T20:33:43.361Z Compiling buf-list v1.1.2
17622026-08-11T20:33:43.382Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-08-11T20:33:43.529Z Compiling openapiv3 v2.2.0
17642026-08-11T20:33:43.614Z Compiling lalrpop-util v0.19.12
17652026-08-11T20:33:43.625Z Compiling peg-runtime v0.8.5
17662026-08-11T20:33:43.676Z Compiling thread_local v1.1.9
17672026-08-11T20:33:43.743Z Compiling slog-async v2.8.0
17682026-08-11T20:33:43.896Z Compiling crossbeam-channel v0.5.15
17692026-08-11T20:33:43.917Z Compiling is-terminal v0.4.17
17702026-08-11T20:33:43.926Z Compiling filetime v0.2.27
17712026-08-11T20:33:44.009Z Compiling term v1.2.1
17722026-08-11T20:33:44.035Z Compiling xattr v1.6.1
17732026-08-11T20:33:44.068Z Compiling take_mut v0.2.2
17742026-08-11T20:33:44.101Z Compiling camino-tempfile v1.4.1
17752026-08-11T20:33:44.180Z Compiling tar v0.4.46
17762026-08-11T20:33:44.312Z Compiling slog-term v2.9.2
17772026-08-11T20:33:50.529Z Compiling rustls-webpki v0.103.13
17782026-08-11T20:33:53.229Z Compiling tokio-rustls v0.26.4
17792026-08-11T20:33:53.229Z Compiling rustls-platform-verifier v0.6.2
17802026-08-11T20:33:53.241Z Compiling tough v0.22.0
17812026-08-11T20:33:53.431Z Compiling hyper-rustls v0.27.7
17822026-08-11T20:33:53.638Z Compiling reqwest v0.13.2
17832026-08-11T20:33:55.860Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-08-11T20:33:56.069Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-08-11T20:34:02.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17862026-08-11T20:34:02.284Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17872026-08-11T20:34:02.284ZAug 11 20:33:57.896 INFO Starting download, target: Clickhouse
17882026-08-11T20:34:02.284ZAug 11 20:33:57.896 INFO Starting download, target: Cockroach
17892026-08-11T20:34:02.286ZAug 11 20:33:57.896 INFO Starting download, target: Console
17902026-08-11T20:34:02.286ZAug 11 20:33:57.896 INFO Starting download, target: DendriteStub
17912026-08-11T20:34:02.287ZAug 11 20:33:57.896 INFO Starting download, target: MaghemiteMgd
17922026-08-11T20:34:02.287ZAug 11 20:33:57.896 INFO Starting download, target: MaghemiteDdmd
17932026-08-11T20:34:02.287ZAug 11 20:33:57.897 INFO Starting download, target: TransceiverControl
17942026-08-11T20:34:02.287ZAug 11 20:33:57.897 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17952026-08-11T20:34:02.287ZAug 11 20:33:57.897 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17962026-08-11T20:34:02.287ZAug 11 20:33:57.897 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17972026-08-11T20:34:02.287ZAug 11 20:33:57.897 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17982026-08-11T20:34:02.287ZAug 11 20:33:57.897 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17992026-08-11T20:34:02.287ZAug 11 20:33:57.897 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18002026-08-11T20:34:02.287ZAug 11 20:33:57.897 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18012026-08-11T20:34:02.305ZAug 11 20:33:59.669 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18022026-08-11T20:34:02.305ZAug 11 20:33:59.683 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18032026-08-11T20:34:02.305ZAug 11 20:33:59.921 INFO Download complete, target: Console
18042026-08-11T20:34:07.582ZAug 11 20:34:06.262 INFO Checking that binary works, target: Clickhouse
18052026-08-11T20:34:07.689ZAug 11 20:34:06.369 INFO Download complete, target: Clickhouse
18062026-08-11T20:34:27.809ZAug 11 20:34:26.484 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18072026-08-11T20:34:28.162ZAug 11 20:34:26.694 INFO Download complete, target: TransceiverControl
18082026-08-11T20:34:36.551ZAug 11 20:34:35.112 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18092026-08-11T20:34:36.649ZAug 11 20:34:35.267 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18102026-08-11T20:34:37.587ZAug 11 20:34:36.264 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18112026-08-11T20:34:37.810ZAug 11 20:34:36.478 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18122026-08-11T20:34:37.810ZAug 11 20:34:36.478 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18132026-08-11T20:34:38.368ZAug 11 20:34:37.045 INFO Download complete, target: MaghemiteDdmd
18142026-08-11T20:34:39.027ZAug 11 20:34:37.706 INFO Download complete, target: DendriteStub
18152026-08-11T20:34:40.077ZAug 11 20:34:38.757 INFO Download complete, target: MaghemiteMgd
18162026-08-11T20:34:42.423ZAug 11 20:34:41.102 INFO Checking that binary works, target: Cockroach
18172026-08-11T20:34:42.536ZAug 11 20:34:41.216 INFO Download complete, target: Cockroach
18182026-08-11T20:34:42.552ZAll builder prerequisites installed successfully, and PATH looks valid
18192026-08-11T20:34:42.556Z
18202026-08-11T20:34:42.556Zreal 2:43.147745502
18212026-08-11T20:34:42.556Zuser 7:11.010529728
18222026-08-11T20:34:42.556Zsys 1:25.295335938
18232026-08-11T20:34:42.556Ztrap 0.225666271
18242026-08-11T20:34:42.556Ztflt 0.569404639
18252026-08-11T20:34:42.556Zdflt 0.900048462
18262026-08-11T20:34:42.556Zkflt 0.025490896
18272026-08-11T20:34:42.556Zlock 34:29.074682121
18282026-08-11T20:34:42.556Zslp 22:48.195651333
18292026-08-11T20:34:42.556Zlat 47.417743126
18302026-08-11T20:34:42.556Zstop 2:39.471331549
18312026-08-11T20:34:42.556Z+ banner clippy
18322026-08-11T20:34:42.556Z
18332026-08-11T20:34:42.556Z #### # # ##### ##### # #
18342026-08-11T20:34:42.556Z # # # # # # # # # #
18352026-08-11T20:34:42.556Z # # # # # # # #
18362026-08-11T20:34:42.556Z # # # ##### ##### #
18372026-08-11T20:34:42.556Z # # # # # # #
18382026-08-11T20:34:42.556Z #### ###### # # # #
18392026-08-11T20:34:42.556Z
18402026-08-11T20:34:42.556Z+ export CARGO_INCREMENTAL=0
18412026-08-11T20:34:42.556Z+ CARGO_INCREMENTAL=0
18422026-08-11T20:34:42.556Z+ ptime -m cargo xtask clippy
18432026-08-11T20:34:43.028Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18442026-08-11T20:34:43.311Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18452026-08-11T20:34:45.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18462026-08-11T20:34:45.193Z Running `target/debug/xtask clippy`
18472026-08-11T20:34:45.220Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18482026-08-11T20:34:45.790Z Downloading crates ...
18492026-08-11T20:34:45.964Z Downloaded cfg-expr v0.20.6
18502026-08-11T20:34:45.968Z Downloaded anes v0.1.6
18512026-08-11T20:34:45.968Z Downloaded concurrent-queue v2.5.0
18522026-08-11T20:34:45.969Z Downloaded cast v0.3.0
18532026-08-11T20:34:45.969Z Downloaded addr2line v0.25.1
18542026-08-11T20:34:45.972Z Downloaded assert-json-diff v2.0.2
18552026-08-11T20:34:45.972Z Downloaded approx v0.5.1
18562026-08-11T20:34:45.972Z Downloaded async-object-pool v0.2.0
18572026-08-11T20:34:45.972Z Downloaded constant_time_eq v0.3.1
18582026-08-11T20:34:45.972Z Downloaded assert_cmd v2.1.2
18592026-08-11T20:34:45.976Z Downloaded backtrace v0.3.76
18602026-08-11T20:34:45.976Z Downloaded criterion-plot v0.6.0
18612026-08-11T20:34:45.979Z Downloaded blake2b_simd v1.0.4
18622026-08-11T20:34:45.979Z Downloaded async-lock v3.4.2
18632026-08-11T20:34:45.979Z Downloaded chumsky v0.9.3
18642026-08-11T20:34:45.982Z Downloaded backtrace-ext v0.2.1
18652026-08-11T20:34:45.982Z Downloaded criterion v0.7.0
18662026-08-11T20:34:45.985Z Downloaded datatest-stable v0.3.3
18672026-08-11T20:34:45.986Z Downloaded event-listener v5.4.1
18682026-08-11T20:34:45.989Z Downloaded escape8259 v0.5.3
18692026-08-11T20:34:45.989Z Downloaded event-listener-strategy v0.5.4
18702026-08-11T20:34:45.989Z Downloaded fancy-regex v0.14.0
18712026-08-11T20:34:45.992Z Downloaded futures-timer v3.0.3
18722026-08-11T20:34:45.992Z Downloaded guppy-workspace-hack v0.1.0
18732026-08-11T20:34:45.992Z Downloaded guppy v0.17.25
18742026-08-11T20:34:45.995Z Downloaded hex-literal v0.4.1
18752026-08-11T20:34:45.995Z Downloaded httptest v0.16.4
18762026-08-11T20:34:45.996Z Downloaded linkme-impl v0.3.35
18772026-08-11T20:34:45.999Z Downloaded hickory-client v0.25.2
18782026-08-11T20:34:45.999Z Downloaded nested v0.1.1
18792026-08-11T20:34:45.999Z Downloaded linkme v0.3.35
18802026-08-11T20:34:46.003Z Downloaded knuffel-derive v3.2.0
18812026-08-11T20:34:46.003Z Downloaded libtest-mimic v0.8.1
18822026-08-11T20:34:46.003Z Downloaded miette-derive v5.10.0
18832026-08-11T20:34:46.003Z Downloaded plotters-backend v0.3.7
18842026-08-11T20:34:46.006Z Downloaded partial-io v0.5.4
18852026-08-11T20:34:46.006Z Downloaded oorandom v11.1.5
18862026-08-11T20:34:46.006Z Downloaded pathdiff v0.2.3
18872026-08-11T20:34:46.006Z Downloaded knuffel v3.2.0
18882026-08-11T20:34:46.006Z Downloaded parking v2.2.1
18892026-08-11T20:34:46.009Z Downloaded path-tree v0.8.3
18902026-08-11T20:34:46.009Z Downloaded owo-colors v3.5.0
18912026-08-11T20:34:46.009Z Downloaded plotters-svg v0.3.7
18922026-08-11T20:34:46.009Z Downloaded hashbrown v0.14.5
18932026-08-11T20:34:46.014Z Downloaded relative-path v1.9.3
18942026-08-11T20:34:46.014Z Downloaded miette v5.10.0
18952026-08-11T20:34:46.017Z Downloaded rustc-demangle v0.1.27
18962026-08-11T20:34:46.017Z Downloaded rust-argon2 v2.1.0
18972026-08-11T20:34:46.017Z Downloaded serde_regex v1.1.0
18982026-08-11T20:34:46.017Z Downloaded similar-asserts v1.7.0
18992026-08-11T20:34:46.017Z Downloaded supports-color v2.1.0
19002026-08-11T20:34:46.020Z Downloaded supports-hyperlinks v2.1.0
19012026-08-11T20:34:46.020Z Downloaded supports-unicode v2.1.0
19022026-08-11T20:34:46.020Z Downloaded rstest v0.25.0
19032026-08-11T20:34:46.023Z Downloaded stringmetrics v2.2.2
19042026-08-11T20:34:46.023Z Downloaded rand_distr v0.5.1
19052026-08-11T20:34:46.027Z Downloaded target-triple v1.0.0
19062026-08-11T20:34:46.027Z Downloaded rstest_macros v0.25.0
19072026-08-11T20:34:46.027Z Downloaded terminal_size v0.1.17
19082026-08-11T20:34:46.030Z Downloaded target-spec v3.5.7
19092026-08-11T20:34:46.030Z Downloaded target-lexicon v0.13.3
19102026-08-11T20:34:46.030Z Downloaded tinytemplate v1.2.1
19112026-08-11T20:34:46.030Z Downloaded gimli v0.32.3
19122026-08-11T20:34:46.035Z Downloaded termcolor v1.4.1
19132026-08-11T20:34:46.039Z Downloaded textwrap v0.15.2
19142026-08-11T20:34:46.039Z Downloaded plotters v0.3.7
19152026-08-11T20:34:46.042Z Downloaded trybuild v1.0.116
19162026-08-11T20:34:46.114Z Downloaded httpmock v0.8.3
19172026-08-11T20:34:47.882Z Checking cfg-if v1.0.4
19182026-08-11T20:34:48.255Z Checking libc v0.2.185
19192026-08-11T20:34:48.258Z Checking serde_core v1.0.228
19202026-08-11T20:34:48.315Z Checking memchr v2.8.0
19212026-08-11T20:34:48.352Z Checking smallvec v1.15.1
19222026-08-11T20:34:48.391Z Checking zeroize v1.9.0
19232026-08-11T20:34:48.423Z Checking rand_core v0.10.0
19242026-08-11T20:34:48.455Z Checking itoa v1.0.17
19252026-08-11T20:34:48.488Z Checking subtle v2.6.1
19262026-08-11T20:34:48.572Z Checking log v0.4.29
19272026-08-11T20:34:48.575Z Checking libm v0.2.16
19282026-08-11T20:34:48.643Z Checking typenum v1.20.1
19292026-08-11T20:34:48.681Z Checking getrandom v0.4.1
19302026-08-11T20:34:48.681Z Checking errno v0.3.14
19312026-08-11T20:34:48.744Z Checking scopeguard v1.2.0
19322026-08-11T20:34:48.777Z Checking zmij v1.0.21
19332026-08-11T20:34:48.777Z Checking stable_deref_trait v1.2.1
19342026-08-11T20:34:48.852Z Checking zerofrom v0.1.6
19352026-08-11T20:34:48.886Z Checking lock_api v0.4.14
19362026-08-11T20:34:48.920Z Checking percent-encoding v2.3.2
19372026-08-11T20:34:48.924Z Checking writeable v0.6.2
19382026-08-11T20:34:48.992Z Checking yoke v0.8.1
19392026-08-11T20:34:49.023Z Checking litemap v0.8.1
19402026-08-11T20:34:49.107Z Checking icu_properties_data v2.1.2
19412026-08-11T20:34:49.107Z Checking icu_normalizer_data v2.1.1
19422026-08-11T20:34:49.170Z Checking form_urlencoded v1.2.2
19432026-08-11T20:34:49.202Z Checking zerovec v0.11.5
19442026-08-11T20:34:49.233Z Checking zerotrie v0.2.3
19452026-08-11T20:34:49.236Z Checking utf8_iter v1.0.4
19462026-08-11T20:34:49.296Z Checking pin-project-lite v0.2.17
19472026-08-11T20:34:49.330Z Checking num-traits v0.2.19
19482026-08-11T20:34:49.363Z Checking zerocopy v0.8.40
19492026-08-11T20:34:49.403Z Checking parking_lot_core v0.9.12
19502026-08-11T20:34:49.438Z Checking portable-atomic v1.13.1
19512026-08-11T20:34:49.472Z Checking critical-section v1.2.0
19522026-08-11T20:34:49.512Z Checking signal-hook-registry v1.4.8
19532026-08-11T20:34:49.600Z Checking mio v1.2.0
19542026-08-11T20:34:49.653Z Checking parking_lot v0.12.5
19552026-08-11T20:34:49.666Z Checking tinystr v0.8.2
19562026-08-11T20:34:49.710Z Checking potential_utf v0.1.4
19572026-08-11T20:34:49.823Z Checking serde v1.0.228
19582026-08-11T20:34:49.856Z Checking serde_json v1.0.151
19592026-08-11T20:34:49.887Z Checking bitflags v2.11.0
19602026-08-11T20:34:49.891Z Checking icu_locale_core v2.1.1
19612026-08-11T20:34:49.913Z Checking icu_collections v2.1.1
19622026-08-11T20:34:49.916Z Checking once_cell v1.21.3
19632026-08-11T20:34:50.008Z Checking iana-time-zone v0.1.65
19642026-08-11T20:34:50.077Z Checking socket2 v0.6.3
19652026-08-11T20:34:50.140Z Checking uuid v1.23.4
19662026-08-11T20:34:50.185Z Checking semver v1.0.28
19672026-08-11T20:34:50.239Z Checking bytes v1.11.1
19682026-08-11T20:34:50.273Z Checking chrono v0.4.45
19692026-08-11T20:34:50.346Z Checking thiserror v2.0.18
19702026-08-11T20:34:50.427Z Checking dyn-clone v1.0.20
19712026-08-11T20:34:50.482Z Checking icu_provider v2.1.1
19722026-08-11T20:34:50.523Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19732026-08-11T20:34:50.523Z Checking futures-core v0.3.32
19742026-08-11T20:34:50.523Z Checking equivalent v1.0.2
19752026-08-11T20:34:50.611Z Checking rustix v1.1.3
19762026-08-11T20:34:50.655Z Checking getrandom v0.2.17
19772026-08-11T20:34:50.687Z Checking cmov v0.5.4
19782026-08-11T20:34:50.718Z Checking tokio v1.52.1
19792026-08-11T20:34:50.750Z Checking icu_normalizer v2.1.1
19802026-08-11T20:34:50.793Z Checking icu_properties v2.1.2
19812026-08-11T20:34:50.872Z Checking rand_core v0.6.4
19822026-08-11T20:34:50.904Z Checking ctutils v0.4.2
19832026-08-11T20:34:51.067Z Checking byteorder v1.5.0
19842026-08-11T20:34:51.070Z Checking futures-sink v0.3.32
19852026-08-11T20:34:51.133Z Checking hybrid-array v0.4.13
19862026-08-11T20:34:51.165Z Checking getrandom v0.3.4
19872026-08-11T20:34:51.216Z Checking futures-channel v0.3.32
19882026-08-11T20:34:51.288Z Checking futures-io v0.3.32
19892026-08-11T20:34:51.335Z Checking futures-task v0.3.32
19902026-08-11T20:34:51.425Z Checking slab v0.4.12
19912026-08-11T20:34:51.457Z Checking generic-array v0.14.7
19922026-08-11T20:34:51.521Z Checking hashbrown v0.17.0
19932026-08-11T20:34:51.532Z Checking thiserror v1.0.69
19942026-08-11T20:34:51.601Z Checking futures-util v0.3.32
19952026-08-11T20:34:51.635Z Checking regex-syntax v0.8.10
19962026-08-11T20:34:51.636Z Checking idna_adapter v1.2.1
19972026-08-11T20:34:51.803Z Checking idna v1.1.0
19982026-08-11T20:34:51.894Z Checking fnv v1.0.7
19992026-08-11T20:34:51.926Z Checking crypto-common v0.2.2
20002026-08-11T20:34:51.972Z Checking indexmap v2.14.0
20012026-08-11T20:34:52.016Z Checking base64ct v1.8.3
20022026-08-11T20:34:52.071Z Checking url v2.5.8
20032026-08-11T20:34:52.154Z Checking ppv-lite86 v0.2.21
20042026-08-11T20:34:52.267Z Checking const-oid v0.9.6
20052026-08-11T20:34:52.468Z Checking crypto-common v0.1.7
20062026-08-11T20:34:52.534Z Checking schemars v0.8.22
20072026-08-11T20:34:52.565Z Checking block-buffer v0.12.1
20082026-08-11T20:34:52.570Z Checking block-buffer v0.10.4
20092026-08-11T20:34:52.624Z Checking base64 v0.22.1
20102026-08-11T20:34:52.746Z Checking utf8parse v0.2.2
20112026-08-11T20:34:52.780Z Checking anstyle v1.0.14
20122026-08-11T20:34:52.870Z Checking http v1.4.2
20132026-08-11T20:34:52.901Z Checking tracing-core v0.1.36
20142026-08-11T20:34:52.950Z Checking colorchoice v1.0.4
20152026-08-11T20:34:52.980Z Checking digest v0.10.7
20162026-08-11T20:34:52.984Z Checking anstyle-query v1.1.5
20172026-08-11T20:34:53.069Z Checking is_terminal_polyfill v1.70.2
20182026-08-11T20:34:53.123Z Checking rand_core v0.9.5
20192026-08-11T20:34:53.184Z Checking anstyle-parse v1.0.0
20202026-08-11T20:34:53.219Z Checking terminal_size v0.4.3
20212026-08-11T20:34:53.224Z Checking const-oid v0.10.2
20222026-08-11T20:34:53.278Z Checking tracing v0.1.44
20232026-08-11T20:34:53.315Z Checking rand_chacha v0.9.0
20242026-08-11T20:34:53.353Z Checking ipnet v2.11.0
20252026-08-11T20:34:53.389Z Checking anstream v1.0.0
20262026-08-11T20:34:53.440Z Checking aho-corasick v1.1.4
20272026-08-11T20:34:53.472Z Checking strsim v0.11.1
20282026-08-11T20:34:53.514Z Checking clap_lex v1.0.0
20292026-08-11T20:34:53.518Z Checking crossbeam-utils v0.8.21
20302026-08-11T20:34:53.575Z Checking rand v0.9.2
20312026-08-11T20:34:53.612Z Checking erased-serde v0.3.31
20322026-08-11T20:34:53.650Z Checking powerfmt v0.2.0
20332026-08-11T20:34:53.678Z Checking unicode-ident v1.0.24
20342026-08-11T20:34:53.708Z Checking clap_builder v4.6.0
20352026-08-11T20:34:53.808Z Checking proc-macro2 v1.0.106
20362026-08-11T20:34:53.840Z Checking deranged v0.5.8
20372026-08-11T20:34:53.908Z Checking num_threads v0.1.7
20382026-08-11T20:34:53.983Z Checking tokio-util v0.7.18
20392026-08-11T20:34:54.016Z Checking fastrand v2.3.0
20402026-08-11T20:34:54.020Z Checking slog v2.8.2
20412026-08-11T20:34:54.081Z Checking num-conv v0.2.0
20422026-08-11T20:34:54.135Z Checking regex-automata v0.4.14
20432026-08-11T20:34:54.138Z Checking time-core v0.1.8
20442026-08-11T20:34:54.216Z Checking quote v1.0.45
20452026-08-11T20:34:54.220Z Checking digest v0.11.3
20462026-08-11T20:34:54.330Z Checking httparse v1.10.1
20472026-08-11T20:34:54.336Z Checking anyhow v1.0.102
20482026-08-11T20:34:54.404Z Checking allocator-api2 v0.2.21
20492026-08-11T20:34:54.445Z Checking cpufeatures v0.3.0
20502026-08-11T20:34:54.537Z Checking syn v2.0.117
20512026-08-11T20:34:54.569Z Checking cpufeatures v0.2.17
20522026-08-11T20:34:54.573Z Checking tempfile v3.25.0
20532026-08-11T20:34:54.631Z Checking ipnetwork v0.21.1
20542026-08-11T20:34:54.704Z Checking aws-lc-sys v0.40.0
20552026-08-11T20:34:54.713Z Checking rustls-pki-types v1.14.0
20562026-08-11T20:34:54.779Z Checking time v0.3.47
20572026-08-11T20:34:54.815Z Checking untrusted v0.7.1
20582026-08-11T20:34:54.860Z Checking http-body v1.0.1
20592026-08-11T20:34:54.951Z Checking atomic-waker v1.1.2
20602026-08-11T20:34:54.983Z Checking clap v4.6.1
20612026-08-11T20:34:55.014Z Checking hex v0.4.3
20622026-08-11T20:34:55.018Z Checking try-lock v0.2.5
20632026-08-11T20:34:55.075Z Checking httpdate v1.0.3
20642026-08-11T20:34:55.107Z Checking h2 v0.4.15
20652026-08-11T20:34:55.163Z Checking want v0.3.1
20662026-08-11T20:34:55.196Z Checking aws-lc-rs v1.16.3
20672026-08-11T20:34:55.238Z Checking untrusted v0.9.0
20682026-08-11T20:34:55.269Z Checking ryu v1.0.23
20692026-08-11T20:34:55.309Z Checking tower-layer v0.3.3
20702026-08-11T20:34:55.365Z Checking tower-service v0.3.3
20712026-08-11T20:34:55.424Z Checking pem-rfc7468 v0.7.0
20722026-08-11T20:34:55.477Z Checking spin v0.9.8
20732026-08-11T20:34:55.480Z Checking flagset v0.4.7
20742026-08-11T20:34:55.608Z Checking simd-adler32 v0.3.8
20752026-08-11T20:34:55.655Z Checking der v0.7.10
20762026-08-11T20:34:55.686Z Checking mime v0.3.17
20772026-08-11T20:34:55.801Z Checking adler2 v2.0.1
20782026-08-11T20:34:55.883Z Checking http-body-util v0.1.3
20792026-08-11T20:34:55.931Z Checking miniz_oxide v0.8.9
20802026-08-11T20:34:55.935Z Checking oxnet v0.1.6
20812026-08-11T20:34:56.001Z Checking block-padding v0.4.2
20822026-08-11T20:34:56.045Z Checking rustls-webpki v0.103.13
20832026-08-11T20:34:56.120Z Checking camino v1.2.2
20842026-08-11T20:34:56.156Z Checking pretty-hex v0.4.1
20852026-08-11T20:34:56.237Z Checking inout v0.2.2
20862026-08-11T20:34:56.310Z Checking openssl-probe v0.2.1
20872026-08-11T20:34:56.373Z Checking plain v0.2.3
20882026-08-11T20:34:56.426Z Checking regex v1.12.3
20892026-08-11T20:34:56.429Z Checking serde_urlencoded v0.7.1
20902026-08-11T20:34:56.429Z Checking rand_chacha v0.3.1
20912026-08-11T20:34:56.528Z Checking encoding_rs v0.8.35
20922026-08-11T20:34:56.537Z Checking rustls v0.23.41
20932026-08-11T20:34:56.545Z Checking ucd-trie v0.1.7
20942026-08-11T20:34:56.684Z Checking spki v0.7.3
20952026-08-11T20:34:56.717Z Checking rand v0.8.6
20962026-08-11T20:34:56.721Z Checking cipher v0.5.2
20972026-08-11T20:34:56.778Z Checking pest v2.8.6
20982026-08-11T20:34:56.823Z Checking futures-executor v0.3.32
20992026-08-11T20:34:56.865Z Checking crc32fast v1.5.0
21002026-08-11T20:34:56.998Z Checking futures v0.3.32
21012026-08-11T20:34:57.029Z Checking either v1.15.0
21022026-08-11T20:34:57.035Z Checking sync_wrapper v1.0.2
21032026-08-11T20:34:57.098Z Checking pkcs8 v0.10.2
21042026-08-11T20:34:57.184Z Checking tower v0.5.3
21052026-08-11T20:34:57.241Z Checking iri-string v0.7.10
21062026-08-11T20:34:57.274Z Checking bit-vec v0.8.0
21072026-08-11T20:34:57.277Z Checking static_assertions v1.1.0
21082026-08-11T20:34:57.396Z Checking zlib-rs v0.6.2
21092026-08-11T20:34:57.480Z Checking foldhash v0.2.0
21102026-08-11T20:34:57.510Z Checking bit-set v0.8.0
21112026-08-11T20:34:57.590Z Checking sha2 v0.10.9
21122026-08-11T20:34:57.654Z Checking hashbrown v0.16.1
21132026-08-11T20:34:57.686Z Checking openapiv3 v2.2.0
21142026-08-11T20:34:57.862Z Checking wait-timeout v0.2.1
21152026-08-11T20:34:57.890Z Checking lazy_static v1.5.0
21162026-08-11T20:34:57.936Z Checking hyper v1.10.1
21172026-08-11T20:34:57.999Z Checking hubpack v0.1.2
21182026-08-11T20:34:58.004Z Checking tinyvec_macros v0.1.1
21192026-08-11T20:34:58.118Z Checking quick-error v1.2.3
21202026-08-11T20:34:58.170Z Checking tinyvec v1.10.0
21212026-08-11T20:34:58.206Z Checking rustls-native-certs v0.8.3
21222026-08-11T20:34:58.241Z Checking rusty-fork v0.3.1
21232026-08-11T20:34:58.282Z Checking tower-http v0.6.8
21242026-08-11T20:34:58.315Z Checking flate2 v1.1.9
21252026-08-11T20:34:58.362Z Checking rand_xorshift v0.4.0
21262026-08-11T20:34:58.447Z Checking strum v0.26.3
21272026-08-11T20:34:58.506Z Checking psl-types v2.0.11
21282026-08-11T20:34:58.539Z Checking unarray v0.1.4
21292026-08-11T20:34:58.581Z Checking cookie v0.18.1
21302026-08-11T20:34:58.614Z Checking signature v2.2.0
21312026-08-11T20:34:58.646Z Checking num-integer v0.1.46
21322026-08-11T20:34:58.651Z Checking publicsuffix v2.3.0
21332026-08-11T20:34:58.705Z Checking proptest v1.11.0
21342026-08-11T20:34:58.765Z Checking scroll v0.13.0
21352026-08-11T20:34:58.817Z Checking tokio-rustls v0.26.4
21362026-08-11T20:34:58.850Z Checking rustls-platform-verifier v0.6.2
21372026-08-11T20:34:58.854Z Checking cookie_store v0.22.1
21382026-08-11T20:34:58.911Z Checking anstyle-parse v0.2.7
21392026-08-11T20:34:58.943Z Checking hyper-util v0.1.20
21402026-08-11T20:34:59.008Z Checking ahash v0.8.12
21412026-08-11T20:34:59.011Z Checking goblin v0.10.5
21422026-08-11T20:34:59.069Z Checking serde_spanned v0.6.9
21432026-08-11T20:34:59.078Z Checking toml_datetime v0.6.11
21442026-08-11T20:34:59.127Z Checking memmap2 v0.9.10
21452026-08-11T20:34:59.216Z Checking base64 v0.21.7
21462026-08-11T20:34:59.250Z Checking anstream v0.6.21
21472026-08-11T20:34:59.253Z Checking dtrace-parser v0.3.0
21482026-08-11T20:34:59.311Z Checking bstr v1.12.1
21492026-08-11T20:34:59.315Z Checking thread-id v5.1.0
21502026-08-11T20:34:59.445Z Checking data-encoding v2.10.0
21512026-08-11T20:34:59.476Z Checking x509-cert v0.2.5
21522026-08-11T20:34:59.480Z Checking hmac v0.12.1
21532026-08-11T20:34:59.535Z Checking num-iter v0.1.45
21542026-08-11T20:34:59.633Z Checking crossbeam-epoch v0.9.18
21552026-08-11T20:34:59.671Z Checking memoffset v0.9.1
21562026-08-11T20:34:59.720Z Checking scroll v0.12.0
21572026-08-11T20:34:59.751Z Checking env_filter v1.0.0
21582026-08-11T20:34:59.782Z Checking tap v1.0.1
21592026-08-11T20:34:59.882Z Checking num-bigint-dig v0.8.6
21602026-08-11T20:34:59.910Z Checking wyz v0.5.1
21612026-08-11T20:34:59.914Z Checking env_logger v0.11.9
21622026-08-11T20:34:59.973Z Checking goblin v0.8.2
21632026-08-11T20:35:00.109Z Checking pkcs1 v0.7.5
21642026-08-11T20:35:00.152Z Checking zerocopy v0.7.35
21652026-08-11T20:35:00.185Z Checking rustix v0.38.44
21662026-08-11T20:35:00.216Z Checking hyper-rustls v0.27.7
21672026-08-11T20:35:00.338Z Checking radium v0.7.0
21682026-08-11T20:35:00.479Z Checking reqwest v0.13.2
21692026-08-11T20:35:00.525Z Checking newtype-uuid v1.3.2
21702026-08-11T20:35:00.557Z Checking crc-catalog v2.4.0
21712026-08-11T20:35:00.663Z Checking same-file v1.0.6
21722026-08-11T20:35:00.696Z Checking funty v2.0.0
21732026-08-11T20:35:00.728Z Checking unicode-segmentation v1.12.0
21742026-08-11T20:35:00.760Z Checking daft v0.1.7
21752026-08-11T20:35:00.811Z Checking walkdir v2.5.0
21762026-08-11T20:35:00.990Z Checking rsa v0.9.10
21772026-08-11T20:35:00.995Z Checking crc v3.4.0
21782026-08-11T20:35:01.053Z Checking bitvec v1.0.1
21792026-08-11T20:35:01.057Z Checking nix v0.31.2
21802026-08-11T20:35:01.111Z Checking unicode-normalization v0.1.25
21812026-08-11T20:35:01.212Z Checking dtrace-parser v0.2.0
21822026-08-11T20:35:01.312Z Checking zerocopy v0.6.6
21832026-08-11T20:35:01.387Z Checking dof v0.4.0
21842026-08-11T20:35:01.470Z Checking ff v0.13.1
21852026-08-11T20:35:01.502Z Checking maybe-uninit v2.0.0
21862026-08-11T20:35:01.540Z Checking thread-id v4.2.2
21872026-08-11T20:35:01.590Z Checking winnow v0.5.40
21882026-08-11T20:35:01.623Z Checking nodrop v0.1.14
21892026-08-11T20:35:01.669Z Checking foreign-types-shared v0.1.1
21902026-08-11T20:35:01.693Z Checking base16ct v0.2.0
21912026-08-11T20:35:01.739Z Checking array-init v0.0.4
21922026-08-11T20:35:01.763Z Checking foreign-types v0.3.2
21932026-08-11T20:35:01.829Z Checking sec1 v0.7.3
21942026-08-11T20:35:01.896Z Checking group v0.13.0
21952026-08-11T20:35:01.900Z Checking dof v0.3.0
21962026-08-11T20:35:02.027Z Checking smallvec v0.6.14
21972026-08-11T20:35:02.032Z Checking usdt-impl v0.6.0
21982026-08-11T20:35:02.089Z Checking hkdf v0.12.4
21992026-08-11T20:35:02.115Z Checking serde_with v3.21.0
22002026-08-11T20:35:02.189Z Checking usdt-impl v0.5.0
22012026-08-11T20:35:02.244Z Checking crypto-bigint v0.5.5
22022026-08-11T20:35:02.276Z Checking bitfield v0.19.4
22032026-08-11T20:35:02.308Z Checking bzip2-sys v0.1.13+1.0.8
22042026-08-11T20:35:02.338Z Checking usdt v0.6.0
22052026-08-11T20:35:02.386Z Checking packed_struct v0.10.1
22062026-08-11T20:35:02.419Z Checking openssl-sys v0.9.117
22072026-08-11T20:35:02.492Z Checking foldhash v0.1.5
22082026-08-11T20:35:02.527Z Checking hashbrown v0.12.3
22092026-08-11T20:35:02.560Z Checking keccak v0.1.6
22102026-08-11T20:35:02.679Z Checking winnow v0.7.14
22112026-08-11T20:35:02.757Z Checking sha3 v0.10.8
22122026-08-11T20:35:02.791Z Checking toml_edit v0.19.15
22132026-08-11T20:35:02.848Z Checking openssl v0.10.80
22142026-08-11T20:35:02.951Z Checking indexmap v1.9.3
22152026-08-11T20:35:02.983Z Checking hashbrown v0.15.5
22162026-08-11T20:35:03.166Z Checking elliptic-curve v0.13.8
22172026-08-11T20:35:03.279Z Checking bzip2 v0.4.4
22182026-08-11T20:35:03.464Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22192026-08-11T20:35:03.497Z Checking serde-hex v0.1.0
22202026-08-11T20:35:03.500Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22212026-08-11T20:35:03.557Z Checking ron v0.8.1
22222026-08-11T20:35:03.622Z Checking hashbrown v0.13.2
22232026-08-11T20:35:03.674Z Checking itertools v0.13.0
22242026-08-11T20:35:03.859Z Checking toml v0.7.8
22252026-08-11T20:35:03.893Z Checking winnow v1.0.3
22262026-08-11T20:35:04.064Z Checking crc-any v2.5.0
22272026-08-11T20:35:04.106Z Checking bitflags v1.3.2
22282026-08-11T20:35:04.200Z Checking siphasher v1.0.2
22292026-08-11T20:35:04.226Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22302026-08-11T20:35:04.233Z Checking toml_parser v1.1.2+spec-1.1.0
22312026-08-11T20:35:04.259Z Checking object v0.30.4
22322026-08-11T20:35:04.373Z Checking zip v0.6.6
22332026-08-11T20:35:04.407Z Checking globset v0.4.18
22342026-08-11T20:35:04.608Z Checking signal-hook v0.3.18
22352026-08-11T20:35:04.696Z Checking toml_write v0.1.2
22362026-08-11T20:35:04.724Z Checking managed v0.8.0
22372026-08-11T20:35:04.754Z Checking path-slash v0.1.5
22382026-08-11T20:35:04.820Z Checking chacha20 v0.10.0
22392026-08-11T20:35:04.852Z Checking native-tls v0.2.18
22402026-08-11T20:35:04.884Z Checking toml_edit v0.22.27
22412026-08-11T20:35:04.888Z Checking curve25519-dalek v4.1.3
22422026-08-11T20:35:04.945Z Checking pin-project v1.1.11
22432026-08-11T20:35:05.049Z Checking object v0.37.3
22442026-08-11T20:35:05.052Z Checking jiff-core v0.1.0
22452026-08-11T20:35:05.113Z Checking tokio-native-tls v0.3.1
22462026-08-11T20:35:05.117Z Checking signal-hook-mio v0.2.5
22472026-08-11T20:35:05.272Z Checking ed25519 v2.2.3
22482026-08-11T20:35:05.304Z Checking pem v3.0.6
22492026-08-11T20:35:05.483Z Checking ref-cast v1.0.25
22502026-08-11T20:35:05.486Z Checking zstd-sys v2.0.16+zstd.1.5.7
22512026-08-11T20:35:05.617Z Checking hyper-tls v0.6.0
22522026-08-11T20:35:05.647Z Checking zstd-safe v7.2.4
22532026-08-11T20:35:05.694Z Checking ed25519-dalek v2.2.0
22542026-08-11T20:35:05.785Z Checking jiff v0.2.34
22552026-08-11T20:35:05.817Z Checking snafu v0.8.9
22562026-08-11T20:35:05.848Z Checking serde_plain v1.0.2
22572026-08-11T20:35:05.948Z Checking bumpalo v3.20.2
22582026-08-11T20:35:05.996Z Checking typed-path v0.9.3
22592026-08-11T20:35:06.028Z Checking libbz2-rs-sys v0.2.2
22602026-08-11T20:35:06.076Z Checking fixedbitset v0.5.7
22612026-08-11T20:35:06.171Z Checking zopfli v0.8.3
22622026-08-11T20:35:06.299Z Checking petgraph v0.8.3
22632026-08-11T20:35:06.390Z Checking zstd v0.13.3
22642026-08-11T20:35:06.445Z Checking bzip2 v0.6.1
22652026-08-11T20:35:06.496Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22662026-08-11T20:35:06.530Z Checking reqwest v0.12.28
22672026-08-11T20:35:06.593Z Checking crossterm v0.28.1
22682026-08-11T20:35:06.635Z Checking similar v2.7.0
22692026-08-11T20:35:06.805Z Checking fs-err v3.3.0
22702026-08-11T20:35:07.043Z Checking hash32 v0.2.1
22712026-08-11T20:35:07.127Z Checking serde-big-array v0.5.1
22722026-08-11T20:35:07.223Z Checking unicode-properties v0.1.4
22732026-08-11T20:35:07.273Z Checking unicode-bidi v0.3.18
22742026-08-11T20:35:07.305Z Checking predicates-core v1.0.10
22752026-08-11T20:35:07.344Z Checking heapless v0.7.17
22762026-08-11T20:35:07.386Z Checking olpc-cjson v0.1.4
22772026-08-11T20:35:07.430Z Checking hickory-proto v0.25.2
22782026-08-11T20:35:07.463Z Checking byte-wrapper v0.1.0
22792026-08-11T20:35:07.499Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22802026-08-11T20:35:07.542Z Checking md-5 v0.10.6
22812026-08-11T20:35:07.591Z Checking stringprep v0.1.5
22822026-08-11T20:35:07.694Z Checking float-cmp v0.10.0
22832026-08-11T20:35:07.725Z Checking normalize-line-endings v0.3.0
22842026-08-11T20:35:07.729Z Checking zip v4.6.1
22852026-08-11T20:35:07.785Z Checking fallible-iterator v0.2.0
22862026-08-11T20:35:07.789Z Checking difflib v0.4.0
22872026-08-11T20:35:07.845Z Checking smoltcp v0.9.1
22882026-08-11T20:35:07.873Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22892026-08-11T20:35:07.876Z Checking tough v0.22.0
22902026-08-11T20:35:07.934Z Checking iddqd v0.4.2
22912026-08-11T20:35:08.007Z Checking predicates v3.1.4
22922026-08-11T20:35:08.078Z Checking postgres-protocol v0.6.10
22932026-08-11T20:35:08.326Z Checking phf_shared v0.13.1
22942026-08-11T20:35:08.362Z Checking phf_shared v0.11.3
22952026-08-11T20:35:08.425Z Checking tokio-stream v0.1.18
22962026-08-11T20:35:08.465Z Checking buf-list v1.1.2
22972026-08-11T20:35:08.500Z Checking strum v0.27.2
22982026-08-11T20:35:08.529Z Checking lalrpop-util v0.19.12
22992026-08-11T20:35:08.560Z Checking precomputed-hash v0.1.1
23002026-08-11T20:35:08.632Z Checking fixedbitset v0.4.2
23012026-08-11T20:35:08.668Z Checking new_debug_unreachable v1.0.6
23022026-08-11T20:35:08.672Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23032026-08-11T20:35:08.728Z Checking phf v0.13.1
23042026-08-11T20:35:08.762Z Checking string_cache v0.8.9
23052026-08-11T20:35:08.805Z Checking petgraph v0.6.5
23062026-08-11T20:35:08.838Z Checking postgres-types v0.2.12
23072026-08-11T20:35:08.889Z Checking itertools v0.15.0
23082026-08-11T20:35:08.921Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23092026-08-11T20:35:08.952Z Checking whoami v2.1.0
23102026-08-11T20:35:09.167Z Checking peg-runtime v0.8.5
23112026-08-11T20:35:09.172Z Checking tokio-postgres v0.7.16
23122026-08-11T20:35:09.338Z Checking is-terminal v0.4.17
23132026-08-11T20:35:09.370Z Checking crossbeam-channel v0.5.15
23142026-08-11T20:35:09.454Z Checking thread_local v1.1.9
23152026-08-11T20:35:09.646Z Checking term v1.2.1
23162026-08-11T20:35:09.723Z Checking take_mut v0.2.2
23172026-08-11T20:35:09.848Z Checking slog-async v2.8.0
23182026-08-11T20:35:09.894Z Checking slog-term v2.9.2
23192026-08-11T20:35:09.967Z Compiling newtype-uuid-macros v0.1.0
23202026-08-11T20:35:10.000Z Checking match_cfg v0.1.0
23212026-08-11T20:35:10.044Z Checking slog-json v2.6.1
23222026-08-11T20:35:10.077Z Compiling multer v3.1.0
23232026-08-11T20:35:10.106Z Checking hostname v0.3.1
23242026-08-11T20:35:10.168Z Compiling async-stream-impl v0.3.6
23252026-08-11T20:35:10.223Z Compiling dropshot v0.17.1
23262026-08-11T20:35:10.228Z Checking slog-bunyan v2.5.0
23272026-08-11T20:35:10.312Z Compiling dropshot_endpoint v0.17.1
23282026-08-11T20:35:10.356Z Checking debug-ignore v1.0.5
23292026-08-11T20:35:10.386Z Checking progenitor-client v0.14.0
23302026-08-11T20:35:10.491Z Checking sha1 v0.11.0
23312026-08-11T20:35:10.495Z Checking serde_spanned v1.1.1
23322026-08-11T20:35:10.552Z Checking serde_path_to_error v0.1.20
23332026-08-11T20:35:10.631Z Checking toml_datetime v1.1.1+spec-1.1.0
23342026-08-11T20:35:10.677Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23352026-08-11T20:35:10.708Z Checking toml_writer v1.1.1+spec-1.1.0
23362026-08-11T20:35:10.750Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23372026-08-11T20:35:10.782Z Checking compression-core v0.4.31
23382026-08-11T20:35:10.844Z Checking async-stream v0.3.6
23392026-08-11T20:35:10.906Z Checking toml v1.1.2+spec-1.1.0
23402026-08-11T20:35:10.940Z Checking compression-codecs v0.4.37
23412026-08-11T20:35:11.008Z Checking waitgroup v0.1.2
23422026-08-11T20:35:11.080Z Checking rustls-pemfile v2.2.0
23432026-08-11T20:35:11.134Z Checking hostname v0.4.2
23442026-08-11T20:35:11.145Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23452026-08-11T20:35:11.149Z Checking async-compression v0.4.41
23462026-08-11T20:35:11.149Z Checking atomicwrites v0.4.4
23472026-08-11T20:35:11.234Z Checking itertools v0.14.0
23482026-08-11T20:35:11.263Z Compiling parse-display-derive v0.10.0
23492026-08-11T20:35:11.295Z Checking macaddr v1.0.1
23502026-08-11T20:35:11.300Z Checking regress v0.10.5
23512026-08-11T20:35:11.355Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23522026-08-11T20:35:11.437Z Checking instant v0.1.13
23532026-08-11T20:35:11.496Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23542026-08-11T20:35:11.499Z Checking backon v1.6.0
23552026-08-11T20:35:11.558Z Checking backoff v0.4.0
23562026-08-11T20:35:11.709Z Checking humantime v2.3.0
23572026-08-11T20:35:11.746Z Checking progenitor-extras v0.2.0
23582026-08-11T20:35:11.779Z Checking unicode-width v0.2.0
23592026-08-11T20:35:11.812Z Compiling convert_case v0.4.0
23602026-08-11T20:35:11.907Z Checking half v2.7.1
23612026-08-11T20:35:11.989Z Checking ciborium-io v0.2.2
23622026-08-11T20:35:12.045Z Checking heck v0.5.0
23632026-08-11T20:35:12.105Z Checking secrecy v0.10.3
23642026-08-11T20:35:12.186Z Checking ciborium-ll v0.2.2
23652026-08-11T20:35:12.189Z Checking camino-tempfile v1.4.1
23662026-08-11T20:35:12.246Z Compiling derive_more v0.99.20
23672026-08-11T20:35:12.250Z Checking indent_write v2.2.0
23682026-08-11T20:35:12.308Z Compiling regress v0.11.1
23692026-08-11T20:35:12.382Z Checking ciborium v0.2.2
23702026-08-11T20:35:12.414Z Compiling crucible-workspace-hack v0.1.0
23712026-08-11T20:35:12.444Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23722026-08-11T20:35:12.743Z Checking inout v0.1.4
23732026-08-11T20:35:12.777Z Checking universal-hash v0.5.1
23742026-08-11T20:35:12.837Z Compiling thiserror-impl-no-std v2.0.2
23752026-08-11T20:35:12.898Z Checking cipher v0.4.4
23762026-08-11T20:35:12.951Z Checking opaque-debug v0.3.1
23772026-08-11T20:35:12.981Z Checking parse-display v0.10.0
23782026-08-11T20:35:13.041Z Checking poly1305 v0.8.0
23792026-08-11T20:35:13.117Z Checking chacha20 v0.9.1
23802026-08-11T20:35:13.152Z Checking blake2 v0.10.6
23812026-08-11T20:35:13.326Z Checking aead v0.5.2
23822026-08-11T20:35:13.358Z Checking password-hash v0.5.0
23832026-08-11T20:35:13.450Z Compiling unsafe-libyaml v0.2.11
23842026-08-11T20:35:13.499Z Checking chacha20poly1305 v0.10.1
23852026-08-11T20:35:13.609Z Checking argon2 v0.5.3
23862026-08-11T20:35:13.677Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23872026-08-11T20:35:13.991Z Compiling typify-impl v0.6.2
23882026-08-11T20:35:14.060Z Checking thiserror-no-std v2.0.2
23892026-08-11T20:35:14.099Z Compiling serde_yaml v0.9.34+deprecated
23902026-08-11T20:35:14.143Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23912026-08-11T20:35:14.176Z Checking vsss-rs v3.3.4
23922026-08-11T20:35:14.237Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23932026-08-11T20:35:14.550Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23942026-08-11T20:35:14.802Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23952026-08-11T20:35:14.900Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23962026-08-11T20:35:15.332Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23972026-08-11T20:35:15.528Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23982026-08-11T20:35:15.589Z Checking swrite v0.1.0
23992026-08-11T20:35:15.608Z Checking crossbeam-deque v0.8.6
24002026-08-11T20:35:15.648Z Compiling rayon-core v1.13.0
24012026-08-11T20:35:15.693Z Compiling num-derive v0.4.2
24022026-08-11T20:35:15.761Z Compiling toml_datetime v0.7.5+spec-1.1.0
24032026-08-11T20:35:15.808Z Compiling proc-macro-error v1.0.4
24042026-08-11T20:35:16.033Z Compiling toml_edit v0.23.10+spec-1.0.0
24052026-08-11T20:35:16.142Z Checking tabwriter v1.4.1
24062026-08-11T20:35:16.317Z Checking rayon v1.11.0
24072026-08-11T20:35:16.334Z Checking glob v0.3.3
24082026-08-11T20:35:16.515Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24092026-08-11T20:35:16.536Z Compiling heapless v0.8.0
24102026-08-11T20:35:16.570Z Compiling proc-macro-crate v3.4.0
24112026-08-11T20:35:16.638Z Checking toml v0.8.23
24122026-08-11T20:35:16.650Z Checking hash32 v0.3.1
24132026-08-11T20:35:16.797Z Compiling ingot-macros v0.2.0
24142026-08-11T20:35:16.989Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24152026-08-11T20:35:17.053Z Compiling smoltcp v0.11.0
24162026-08-11T20:35:17.068Z Checking colored v3.1.1
24172026-08-11T20:35:17.121Z Compiling num_enum_derive v0.7.6
24182026-08-11T20:35:17.289Z Checking cobs v0.3.0
24192026-08-11T20:35:17.431Z Compiling usdt-attr-macro v0.5.0
24202026-08-11T20:35:17.471Z Compiling usdt-macro v0.5.0
24212026-08-11T20:35:17.645Z Checking memmap v0.7.0
24222026-08-11T20:35:17.690Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24232026-08-11T20:35:17.725Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24242026-08-11T20:35:17.974Z Checking postcard v1.1.3
24252026-08-11T20:35:18.190Z Checking num_enum v0.7.6
24262026-08-11T20:35:18.220Z Checking rand v0.10.1
24272026-08-11T20:35:18.246Z Checking usdt v0.5.0
24282026-08-11T20:35:18.299Z Compiling proc-macro-crate v1.3.1
24292026-08-11T20:35:18.328Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24302026-08-11T20:35:18.486Z Checking sigpipe v0.1.3
24312026-08-11T20:35:18.540Z Compiling typify-macro v0.6.2
24322026-08-11T20:35:18.582Z Compiling foreign-types-macros v0.2.3
24332026-08-11T20:35:18.639Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24342026-08-11T20:35:18.801Z Checking foreign-types-shared v0.3.1
24352026-08-11T20:35:18.809Z Compiling num_enum_derive v0.5.11
24362026-08-11T20:35:19.021Z Checking cstr-argument v0.1.2
24372026-08-11T20:35:19.050Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24382026-08-11T20:35:19.079Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24392026-08-11T20:35:19.169Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24402026-08-11T20:35:19.205Z Checking foreign-types v0.5.0
24412026-08-11T20:35:19.294Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24422026-08-11T20:35:19.410Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24432026-08-11T20:35:19.490Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24442026-08-11T20:35:19.522Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24452026-08-11T20:35:19.566Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24462026-08-11T20:35:19.605Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24472026-08-11T20:35:19.686Z Checking ingot-types v0.2.0
24482026-08-11T20:35:19.725Z Compiling zone_cfg_derive v0.3.1
24492026-08-11T20:35:19.737Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24502026-08-11T20:35:19.865Z Checking num_enum v0.5.11
24512026-08-11T20:35:19.939Z Checking itertools v0.12.1
24522026-08-11T20:35:19.984Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24532026-08-11T20:35:20.016Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24542026-08-11T20:35:20.065Z Checking ingot v0.2.1
24552026-08-11T20:35:20.263Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24562026-08-11T20:35:20.307Z Compiling typify v0.6.2
24572026-08-11T20:35:20.425Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24582026-08-11T20:35:20.444Z Compiling progenitor-impl v0.14.0
24592026-08-11T20:35:20.449Z Checking smf v0.2.3
24602026-08-11T20:35:20.516Z Checking whoami v1.6.1
24612026-08-11T20:35:20.663Z Compiling derive-where v1.6.0
24622026-08-11T20:35:20.722Z Checking tokio-dtrace v0.1.1
24632026-08-11T20:35:20.757Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24642026-08-11T20:35:20.929Z Checking oxide-tokio-rt v0.1.4
24652026-08-11T20:35:20.974Z Checking zone v0.3.1
24662026-08-11T20:35:21.125Z Checking console v0.15.11
24672026-08-11T20:35:21.354Z Checking newline-converter v0.3.0
24682026-08-11T20:35:21.406Z Checking bytecount v0.6.9
24692026-08-11T20:35:21.437Z Checking unicode-width v0.1.14
24702026-08-11T20:35:21.489Z Checking expectorate v1.2.0
24712026-08-11T20:35:21.536Z Checking num-rational v0.4.2
24722026-08-11T20:35:21.645Z Checking num-complex v0.4.6
24732026-08-11T20:35:21.696Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24742026-08-11T20:35:21.725Z Checking float-ord v0.3.2
24752026-08-11T20:35:21.827Z Compiling cancel-safe-futures v0.1.5
24762026-08-11T20:35:21.858Z Checking linear-map v1.2.0
24772026-08-11T20:35:21.954Z Checking oxide-update-engine-types v0.1.2
24782026-08-11T20:35:21.998Z Checking num v0.4.3
24792026-08-11T20:35:22.048Z Checking gethostname v0.5.0
24802026-08-11T20:35:22.108Z Compiling prettyplease v0.2.37
24812026-08-11T20:35:22.192Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24822026-08-11T20:35:22.375Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24832026-08-11T20:35:22.581Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24842026-08-11T20:35:22.614Z Compiling owo-colors v4.3.0
24852026-08-11T20:35:22.619Z Checking resolv-conf v0.7.6
24862026-08-11T20:35:22.814Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24872026-08-11T20:35:22.843Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24882026-08-11T20:35:22.871Z Checking oxide-update-engine v0.1.2
24892026-08-11T20:35:22.871Z Checking smawk v0.3.2
24902026-08-11T20:35:23.055Z Checking unicode-linebreak v0.1.5
24912026-08-11T20:35:23.063Z Compiling progenitor-macro v0.14.0
24922026-08-11T20:35:23.300Z Checking papergrid v0.11.0
24932026-08-11T20:35:23.323Z Compiling tabled_derive v0.7.0
24942026-08-11T20:35:23.628Z Compiling convert_case v0.10.0
24952026-08-11T20:35:23.950Z Compiling slog-dtrace v0.3.0
24962026-08-11T20:35:23.980Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24972026-08-11T20:35:24.008Z Compiling derive_more-impl v2.1.1
24982026-08-11T20:35:24.247Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24992026-08-11T20:35:24.279Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25002026-08-11T20:35:24.351Z Checking tabled v0.15.0
25012026-08-11T20:35:24.720Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25022026-08-11T20:35:24.849Z Checking derive_more v2.1.1
25032026-08-11T20:35:24.973Z Checking crossterm v0.29.0
25042026-08-11T20:35:25.166Z Checking linked-hash-map v0.5.6
25052026-08-11T20:35:25.401Z Checking lru-cache v0.1.2
25062026-08-11T20:35:25.647Z Checking hickory-proto v0.24.4
25072026-08-11T20:35:25.751Z Checking fd-lock v4.0.4
25082026-08-11T20:35:26.232Z Checking vte v0.14.1
25092026-08-11T20:35:26.600Z Checking display-error-chain v0.2.2
25102026-08-11T20:35:26.699Z Checking strip-ansi-escapes v0.2.1
25112026-08-11T20:35:26.844Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25122026-08-11T20:35:26.969Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25132026-08-11T20:35:26.999Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25142026-08-11T20:35:27.992Z Checking termtree v0.5.1
25152026-08-11T20:35:28.094Z Checking progenitor v0.14.0
25162026-08-11T20:35:28.151Z Checking nu-ansi-term v0.50.3
25172026-08-11T20:35:28.261Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25182026-08-11T20:35:28.417Z Checking reedline v0.40.0
25192026-08-11T20:35:28.469Z Checking hickory-resolver v0.24.4
25202026-08-11T20:35:28.512Z Checking textwrap v0.16.2
25212026-08-11T20:35:28.748Z Compiling minimal-lexical v0.2.1
25222026-08-11T20:35:29.177Z Compiling nom v7.1.3
25232026-08-11T20:35:29.229Z Checking qorb v0.4.1
25242026-08-11T20:35:29.429Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25252026-08-11T20:35:29.600Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25262026-08-11T20:35:29.701Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25272026-08-11T20:35:30.114Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-08-11T20:35:30.445Z Compiling unicode-xid v0.2.6
25292026-08-11T20:35:30.481Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25302026-08-11T20:35:30.602Z Compiling ar_archive_writer v0.5.1
25312026-08-11T20:35:30.626Z Checking csv-core v0.1.13
25322026-08-11T20:35:30.706Z Compiling stacker v0.1.23
25332026-08-11T20:35:30.711Z Compiling semver v0.1.20
25342026-08-11T20:35:30.822Z Checking csv v1.4.0
25352026-08-11T20:35:30.960Z Checking highway v1.3.0
25362026-08-11T20:35:31.019Z Compiling cfg_aliases v0.1.1
25372026-08-11T20:35:31.133Z Compiling nix v0.28.0
25382026-08-11T20:35:31.176Z Compiling rustc_version v0.1.7
25392026-08-11T20:35:31.229Z Checking nibble_vec v0.1.0
25402026-08-11T20:35:31.242Z Checking endian-type v0.1.2
25412026-08-11T20:35:31.242Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25422026-08-11T20:35:31.363Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25432026-08-11T20:35:31.401Z Checking radix_trie v0.2.1
25442026-08-11T20:35:31.423Z Compiling newtype_derive v0.1.6
25452026-08-11T20:35:31.449Z Compiling psm v0.1.30
25462026-08-11T20:35:31.535Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-08-11T20:35:31.619Z Checking phf_shared v0.12.1
25482026-08-11T20:35:31.647Z Compiling recursive-proc-macro-impl v0.1.1
25492026-08-11T20:35:31.771Z Compiling chrono-tz v0.10.4
25502026-08-11T20:35:31.803Z Checking phf v0.12.1
25512026-08-11T20:35:32.115Z Compiling const_format_proc_macros v0.2.34
25522026-08-11T20:35:32.126Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25532026-08-11T20:35:32.126Z Compiling peg-macros v0.8.5
25542026-08-11T20:35:32.240Z Checking winnow v0.6.26
25552026-08-11T20:35:32.382Z Compiling sqlparser_derive v0.5.0
25562026-08-11T20:35:32.397Z Checking recursive v0.1.1
25572026-08-11T20:35:32.680Z Checking unicode_categories v0.1.1
25582026-08-11T20:35:32.716Z Checking home v0.5.12
25592026-08-11T20:35:32.963Z Checking const_format v0.2.35
25602026-08-11T20:35:33.006Z Checking rustyline v14.0.0
25612026-08-11T20:35:33.038Z Checking sqlparser v0.61.0
25622026-08-11T20:35:33.323Z Checking bcs v0.1.6
25632026-08-11T20:35:33.409Z Checking sqlformat v0.3.5
25642026-08-11T20:35:33.545Z Checking peg v0.8.5
25652026-08-11T20:35:33.615Z Checking nom v8.0.0
25662026-08-11T20:35:33.647Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25672026-08-11T20:35:33.792Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25682026-08-11T20:35:33.869Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25692026-08-11T20:35:33.899Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25702026-08-11T20:35:33.966Z Checking steno v0.4.1
25712026-08-11T20:35:34.280Z Checking sha1 v0.10.6
25722026-08-11T20:35:34.482Z Checking filetime v0.2.27
25732026-08-11T20:35:34.646Z Checking xattr v1.6.1
25742026-08-11T20:35:34.819Z Checking tar v0.4.46
25752026-08-11T20:35:34.903Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25762026-08-11T20:35:34.997Z Checking subprocess v0.2.15
25772026-08-11T20:35:35.086Z Checking headers-core v0.3.0
25782026-08-11T20:35:35.209Z Checking yasna v0.5.2
25792026-08-11T20:35:35.284Z Checking headers v0.4.1
25802026-08-11T20:35:35.314Z Checking port-file v0.1.0
25812026-08-11T20:35:35.510Z Checking tagptr v0.2.0
25822026-08-11T20:35:35.562Z Checking dropshot-api-manager-types v0.7.2
25832026-08-11T20:35:35.617Z Checking rcgen v0.12.1
25842026-08-11T20:35:35.669Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25852026-08-11T20:35:35.692Z Checking moka v0.12.13
25862026-08-11T20:35:35.738Z Checking utf-8 v0.7.6
25872026-08-11T20:35:35.760Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25882026-08-11T20:35:35.886Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25892026-08-11T20:35:35.926Z Checking tungstenite v0.21.0
25902026-08-11T20:35:35.951Z Compiling libefi-sys v0.1.0
25912026-08-11T20:35:36.360Z Checking hickory-resolver v0.25.2
25922026-08-11T20:35:36.389Z Checking tokio-tungstenite v0.21.0
25932026-08-11T20:35:36.418Z Compiling bitfield-struct v0.6.2
25942026-08-11T20:35:36.701Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25952026-08-11T20:35:36.952Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25962026-08-11T20:35:37.075Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25972026-08-11T20:35:37.112Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25982026-08-11T20:35:37.324Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25992026-08-11T20:35:37.357Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26002026-08-11T20:35:37.361Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26012026-08-11T20:35:37.426Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26022026-08-11T20:35:37.527Z Compiling xshell-macros v0.2.7
26032026-08-11T20:35:37.617Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26042026-08-11T20:35:37.682Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26052026-08-11T20:35:37.928Z Checking xshell v0.2.7
26062026-08-11T20:35:38.085Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26072026-08-11T20:35:38.141Z Checking half v1.8.3
26082026-08-11T20:35:38.194Z Checking libscf-sys v1.2.0
26092026-08-11T20:35:38.267Z Compiling proc-macro-error-attr2 v2.0.0
26102026-08-11T20:35:38.505Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26112026-08-11T20:35:38.611Z Checking serde_cbor v0.11.2
26122026-08-11T20:35:38.630Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26132026-08-11T20:35:38.717Z Compiling proc-macro-error2 v2.0.1
26142026-08-11T20:35:38.755Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26152026-08-11T20:35:38.775Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26162026-08-11T20:35:38.808Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26172026-08-11T20:35:38.978Z Checking papergrid v0.17.0
26182026-08-11T20:35:39.062Z Compiling tabled_derive v0.11.0
26192026-08-11T20:35:39.359Z Checking testing_table v0.3.0
26202026-08-11T20:35:39.468Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26212026-08-11T20:35:39.601Z Checking maplit v1.0.2
26222026-08-11T20:35:39.680Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26232026-08-11T20:35:39.709Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26242026-08-11T20:35:39.740Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26252026-08-11T20:35:39.815Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26262026-08-11T20:35:39.931Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26272026-08-11T20:35:40.223Z Checking crc8 v0.1.1
26282026-08-11T20:35:40.263Z Checking tabled v0.20.0
26292026-08-11T20:35:40.301Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26302026-08-11T20:35:40.344Z Checking unicase v2.9.0
26312026-08-11T20:35:40.517Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26322026-08-11T20:35:40.556Z Checking fxhash v0.2.1
26332026-08-11T20:35:40.577Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26342026-08-11T20:35:40.712Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26352026-08-11T20:35:41.401Z Checking sha2 v0.11.0
26362026-08-11T20:35:41.414Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26372026-08-11T20:35:41.631Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26382026-08-11T20:35:41.683Z Compiling darling_core v0.21.3
26392026-08-11T20:35:41.884Z Compiling vergen-lib v0.1.6
26402026-08-11T20:35:41.935Z Compiling diesel_derives v2.3.7
26412026-08-11T20:35:42.098Z Checking scheduled-thread-pool v0.2.7
26422026-08-11T20:35:42.169Z Compiling vergen-gitcl v1.0.8
26432026-08-11T20:35:42.219Z Compiling diesel_table_macro_syntax v0.3.0
26442026-08-11T20:35:42.238Z Checking r2d2 v0.8.10
26452026-08-11T20:35:42.346Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26462026-08-11T20:35:42.456Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26472026-08-11T20:35:42.479Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26482026-08-11T20:35:42.782Z Checking downcast-rs v2.0.2
26492026-08-11T20:35:42.841Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26502026-08-11T20:35:42.922Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26512026-08-11T20:35:43.003Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26522026-08-11T20:35:43.444Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26532026-08-11T20:35:43.462Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26542026-08-11T20:35:44.238Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26552026-08-11T20:35:44.314Z Checking kstat-rs v0.2.5
26562026-08-11T20:35:44.314Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26572026-08-11T20:35:44.315Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26582026-08-11T20:35:44.350Z Compiling darling_macro v0.21.3
26592026-08-11T20:35:44.379Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26602026-08-11T20:35:44.570Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26612026-08-11T20:35:44.851Z Compiling darling v0.21.3
26622026-08-11T20:35:44.955Z Compiling dsl_auto_type v0.2.0
26632026-08-11T20:35:45.252Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26642026-08-11T20:35:45.283Z Compiling dirs-sys-next v0.1.2
26652026-08-11T20:35:45.515Z Compiling parking_lot_core v0.8.6
26662026-08-11T20:35:45.581Z Compiling crunchy v0.2.4
26672026-08-11T20:35:45.613Z Compiling dirs-next v2.0.0
26682026-08-11T20:35:45.721Z Compiling clang-sys v1.8.1
26692026-08-11T20:35:45.746Z Compiling git-stub v1.0.0
26702026-08-11T20:35:45.893Z Compiling tiny-keccak v2.0.2
26712026-08-11T20:35:45.970Z Compiling git-stub-vcs v0.1.0
26722026-08-11T20:35:46.185Z Compiling term v0.7.0
26732026-08-11T20:35:46.215Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26742026-08-11T20:35:46.366Z Compiling bit-vec v0.6.3
26752026-08-11T20:35:46.392Z Checking parking_lot v0.11.2
26762026-08-11T20:35:47.006Z Compiling bit-set v0.5.3
26772026-08-11T20:35:47.054Z Compiling ascii-canvas v3.0.0
26782026-08-11T20:35:47.054Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26792026-08-11T20:35:47.054Z Checking prefix-trie v0.7.0
26802026-08-11T20:35:47.054Z Compiling itertools v0.10.5
26812026-08-11T20:35:47.054Z Compiling ena v0.14.4
26822026-08-11T20:35:47.132Z Compiling libloading v0.8.9
26832026-08-11T20:35:47.164Z Compiling regex-syntax v0.6.29
26842026-08-11T20:35:47.224Z Compiling diff v0.1.13
26852026-08-11T20:35:47.245Z Compiling bindgen v0.71.1
26862026-08-11T20:35:47.526Z Checking hickory-server v0.25.2
26872026-08-11T20:35:47.666Z Checking sled v0.34.7
26882026-08-11T20:35:47.936Z Compiling cexpr v0.6.0
26892026-08-11T20:35:52.031Z Compiling lalrpop v0.19.12
26902026-08-11T20:35:52.075Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26912026-08-11T20:35:52.075Z Checking nanorand v0.7.0
26922026-08-11T20:35:52.075Z Compiling rustc-hash v2.1.1
26932026-08-11T20:35:52.075Z Compiling salty v0.3.0
26942026-08-11T20:35:52.075Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26952026-08-11T20:35:52.075Z Checking flume v0.11.1
26962026-08-11T20:35:52.075Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26972026-08-11T20:35:52.075Z Compiling libxml v0.3.3
26982026-08-11T20:35:52.075Z Checking assert_matches v1.5.0
26992026-08-11T20:35:52.075Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27002026-08-11T20:35:52.075Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27012026-08-11T20:35:52.076Z Compiling strum_macros v0.24.3
27022026-08-11T20:35:52.076Z Compiling indoc v1.0.9
27032026-08-11T20:35:52.077Z Checking diesel v2.3.7
27042026-08-11T20:35:52.077Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27052026-08-11T20:35:52.077Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27062026-08-11T20:35:52.077Z Checking quick-xml v0.37.5
27072026-08-11T20:35:52.077Z Checking derive_builder v0.20.2
27082026-08-11T20:35:52.077Z Compiling oso-derive v0.27.3
27092026-08-11T20:35:52.077Z Compiling impl-trait-for-tuples v0.2.3
27102026-08-11T20:35:52.077Z Compiling trait-variant v0.1.2
27112026-08-11T20:35:52.077Z Checking openssl-probe v0.1.6
27122026-08-11T20:35:52.077Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27132026-08-11T20:35:52.109Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27142026-08-11T20:35:52.129Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27152026-08-11T20:35:52.493Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27162026-08-11T20:35:53.001Z Checking rfc6979 v0.4.0
27172026-08-11T20:35:53.018Z Checking predicates-tree v1.0.13
27182026-08-11T20:35:53.105Z Checking ecdsa v0.16.9
27192026-08-11T20:35:53.134Z Compiling progenitor-impl v0.13.0
27202026-08-11T20:35:53.274Z Checking primeorder v0.13.6
27212026-08-11T20:35:53.581Z Checking p384 v0.13.1
27222026-08-11T20:35:54.033Z Checking progenitor-client v0.13.0
27232026-08-11T20:35:54.315Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27242026-08-11T20:35:54.460Z Checking bb8 v0.8.6
27252026-08-11T20:35:54.533Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27262026-08-11T20:35:54.688Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27272026-08-11T20:35:54.865Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27282026-08-11T20:35:54.983Z Compiling mime_guess v2.0.5
27292026-08-11T20:35:55.077Z Checking ignore v0.4.25
27302026-08-11T20:35:55.110Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27312026-08-11T20:35:55.321Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27322026-08-11T20:35:55.492Z Checking http-range v0.1.5
27332026-08-11T20:35:55.521Z Checking globwalk v0.9.1
27342026-08-11T20:35:55.598Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27352026-08-11T20:35:55.733Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27362026-08-11T20:35:55.883Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27372026-08-11T20:35:55.887Z Compiling progenitor-macro v0.13.0
27382026-08-11T20:35:56.146Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27392026-08-11T20:35:56.219Z Checking digest-io v0.1.0
27402026-08-11T20:35:56.378Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27412026-08-11T20:35:56.605Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27422026-08-11T20:35:56.812Z Checking corncobs v0.1.4
27432026-08-11T20:35:56.842Z Checking rawzip v0.4.4
27442026-08-11T20:35:56.968Z Checking nonempty v0.12.0
27452026-08-11T20:35:57.161Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27462026-08-11T20:35:57.360Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27472026-08-11T20:35:57.446Z Checking camino-tempfile-ext v0.3.3
27482026-08-11T20:35:57.615Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27492026-08-11T20:35:57.730Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-08-11T20:35:58.028Z Checking secrecy v0.8.0
27512026-08-11T20:35:58.820Z Checking hyper-staticfile v0.10.1
27522026-08-11T20:35:58.967Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27532026-08-11T20:35:59.087Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27542026-08-11T20:35:59.142Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27552026-08-11T20:35:59.281Z Checking signal-hook-tokio v0.3.1
27562026-08-11T20:35:59.441Z Compiling illumos-nvpair-sys v0.2.0
27572026-08-11T20:35:59.643Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27582026-08-11T20:35:59.716Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27592026-08-11T20:35:59.902Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27602026-08-11T20:35:59.978Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27612026-08-11T20:36:00.097Z Checking scuffle v0.1.0
27622026-08-11T20:36:00.393Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27632026-08-11T20:36:00.868Z Checking illumos-nvpair v0.3.0
27642026-08-11T20:36:00.904Z Checking progenitor v0.13.0
27652026-08-11T20:36:00.934Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27662026-08-11T20:36:01.029Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27672026-08-11T20:36:01.078Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27682026-08-11T20:36:01.155Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27692026-08-11T20:36:01.351Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27702026-08-11T20:36:01.356Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27712026-08-11T20:36:01.456Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27722026-08-11T20:36:01.649Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27732026-08-11T20:36:01.753Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27742026-08-11T20:36:02.082Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27752026-08-11T20:36:02.219Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27762026-08-11T20:36:02.568Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27772026-08-11T20:36:02.721Z Checking tungstenite v0.23.0
27782026-08-11T20:36:03.182Z Checking rand_seeder v0.4.0
27792026-08-11T20:36:03.291Z Checking tokio-tungstenite v0.23.1
27802026-08-11T20:36:03.369Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27812026-08-11T20:36:03.617Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27822026-08-11T20:36:03.788Z Checking void v1.0.2
27832026-08-11T20:36:03.882Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27842026-08-11T20:36:03.927Z Checking lzss v0.8.2
27852026-08-11T20:36:04.089Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27862026-08-11T20:36:04.146Z Checking nix v0.27.1
27872026-08-11T20:36:04.279Z Checking serde_bytes v0.11.19
27882026-08-11T20:36:04.486Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27892026-08-11T20:36:04.679Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27902026-08-11T20:36:04.722Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27912026-08-11T20:36:05.051Z Checking cpubits v0.1.1
27922026-08-11T20:36:05.154Z Checking diesel-dtrace v0.5.0
27932026-08-11T20:36:05.303Z Checking async-bb8-diesel v0.2.1
27942026-08-11T20:36:05.336Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27952026-08-11T20:36:05.428Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27962026-08-11T20:36:05.687Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27972026-08-11T20:36:06.100Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27982026-08-11T20:36:07.286Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27992026-08-11T20:36:07.325Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28002026-08-11T20:36:07.743Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28012026-08-11T20:36:08.532Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28022026-08-11T20:36:08.610Z Checking is_ci v1.2.0
28032026-08-11T20:36:08.742Z Checking yansi v1.0.1
28042026-08-11T20:36:08.946Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28052026-08-11T20:36:09.026Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28062026-08-11T20:36:09.056Z Checking pretty_assertions v1.4.1
28072026-08-11T20:36:09.204Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28082026-08-11T20:36:09.234Z Checking pem-rfc7468 v1.0.0
28092026-08-11T20:36:09.425Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28102026-08-11T20:36:09.699Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28112026-08-11T20:36:09.929Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28122026-08-11T20:36:10.747Z Checking hmac v0.13.0
28132026-08-11T20:36:10.895Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28142026-08-11T20:36:10.930Z Checking universal-hash v0.6.1
28152026-08-11T20:36:10.934Z Compiling libz-sys v1.1.24
28162026-08-11T20:36:10.990Z Checking arc-swap v1.8.2
28172026-08-11T20:36:11.115Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28182026-08-11T20:36:11.243Z Compiling instability v0.3.11
28192026-08-11T20:36:11.432Z Checking slog-scope v4.4.1
28202026-08-11T20:36:11.462Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28212026-08-11T20:36:11.574Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28222026-08-11T20:36:11.604Z Checking castaway v0.2.4
28232026-08-11T20:36:11.633Z Compiling indoc v2.0.7
28242026-08-11T20:36:11.747Z Checking compact_str v0.8.1
28252026-08-11T20:36:11.838Z Checking slog-stdlog v4.1.1
28262026-08-11T20:36:12.157Z Checking polyval v0.7.1
28272026-08-11T20:36:12.362Z Checking der v0.8.0
28282026-08-11T20:36:12.765Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28292026-08-11T20:36:12.872Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28302026-08-11T20:36:12.986Z Checking unicode-truncate v1.1.0
28312026-08-11T20:36:13.091Z Checking lru v0.12.5
28322026-08-11T20:36:13.123Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28332026-08-11T20:36:13.159Z Compiling libgit2-sys v0.18.3+1.9.2
28342026-08-11T20:36:13.212Z Checking cassowary v0.3.0
28352026-08-11T20:36:13.311Z Checking ghash v0.6.0
28362026-08-11T20:36:13.341Z Checking slog-envlogger v2.2.0
28372026-08-11T20:36:13.470Z Checking ratatui v0.29.0
28382026-08-11T20:36:13.533Z Checking pbkdf2 v0.13.0
28392026-08-11T20:36:13.638Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28402026-08-11T20:36:13.679Z Checking aes v0.9.1
28412026-08-11T20:36:14.151Z Checking crypto-bigint v0.7.5
28422026-08-11T20:36:14.846Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28432026-08-11T20:36:14.932Z Checking ctr v0.10.1
28442026-08-11T20:36:15.085Z Checking aead v0.6.1
28452026-08-11T20:36:15.132Z Checking cargo-platform v0.3.2
28462026-08-11T20:36:15.250Z Checking aes-gcm v0.11.0
28472026-08-11T20:36:15.339Z Checking cargo_metadata v0.23.1
28482026-08-11T20:36:15.441Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28492026-08-11T20:36:16.098Z Checking spki v0.8.0
28502026-08-11T20:36:16.303Z Checking supports-color v3.0.2
28512026-08-11T20:36:16.426Z Checking console v0.16.2
28522026-08-11T20:36:16.461Z Checking colored v2.2.0
28532026-08-11T20:36:16.688Z Checking salsa20 v0.11.0
28542026-08-11T20:36:16.766Z Compiling vergen-git2 v9.1.0
28552026-08-11T20:36:16.837Z Checking unit-prefix v0.5.2
28562026-08-11T20:36:16.874Z Checking plotters-backend v0.3.7
28572026-08-11T20:36:17.009Z Checking indicatif v0.18.4
28582026-08-11T20:36:17.048Z Checking scrypt v0.12.0
28592026-08-11T20:36:17.098Z Checking plotters-svg v0.3.7
28602026-08-11T20:36:17.240Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28612026-08-11T20:36:17.269Z Checking cbc v0.2.1
28622026-08-11T20:36:17.413Z Checking libsw-core v0.3.2
28632026-08-11T20:36:17.444Z Checking cast v0.3.0
28642026-08-11T20:36:17.516Z Checking pkcs5 v0.8.1
28652026-08-11T20:36:17.592Z Checking libsw v3.5.0
28662026-08-11T20:36:17.623Z Checking criterion-plot v0.6.0
28672026-08-11T20:36:17.773Z Checking plotters v0.3.7
28682026-08-11T20:36:17.832Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28692026-08-11T20:36:17.886Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28702026-08-11T20:36:18.102Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28712026-08-11T20:36:18.323Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28722026-08-11T20:36:18.559Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28732026-08-11T20:36:18.562Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28742026-08-11T20:36:18.785Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28752026-08-11T20:36:18.815Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28762026-08-11T20:36:18.847Z Checking tinytemplate v1.2.1
28772026-08-11T20:36:19.003Z Checking oorandom v11.1.5
28782026-08-11T20:36:19.089Z Checking shell-words v1.1.1
28792026-08-11T20:36:19.142Z Checking anes v0.1.6
28802026-08-11T20:36:19.280Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28812026-08-11T20:36:19.347Z Checking criterion v0.7.0
28822026-08-11T20:36:19.685Z Checking pkcs8 v0.11.0
28832026-08-11T20:36:19.921Z Checking oxide-update-engine-display v0.1.2
28842026-08-11T20:36:20.256Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28852026-08-11T20:36:20.570Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28862026-08-11T20:36:20.830Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28872026-08-11T20:36:21.385Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28882026-08-11T20:36:22.226Z Checking tokio-test v0.4.5
28892026-08-11T20:36:22.465Z Checking ff v0.14.0
28902026-08-11T20:36:22.638Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28912026-08-11T20:36:22.864Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28922026-08-11T20:36:23.268Z Checking twox-hash v2.1.2
28932026-08-11T20:36:23.612Z Compiling petname v2.0.2
28942026-08-11T20:36:24.119Z Checking atty v0.2.14
28952026-08-11T20:36:24.245Z Checking constant_time_eq v0.4.2
28962026-08-11T20:36:24.313Z Checking arrayref v0.3.9
28972026-08-11T20:36:24.411Z Checking arrayvec v0.7.6
28982026-08-11T20:36:24.632Z Checking group v0.14.0
28992026-08-11T20:36:24.673Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29002026-08-11T20:36:24.907Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29012026-08-11T20:36:24.913Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29022026-08-11T20:36:25.578Z Checking fatfs v0.3.6
29032026-08-11T20:36:25.788Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29042026-08-11T20:36:25.888Z Checking signature v3.0.0
29052026-08-11T20:36:25.963Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29062026-08-11T20:36:26.053Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29072026-08-11T20:36:26.083Z Checking base16ct v1.0.0
29082026-08-11T20:36:26.244Z Compiling seq-macro v0.3.6
29092026-08-11T20:36:26.798Z Checking sec1 v0.8.1
29102026-08-11T20:36:27.306Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29112026-08-11T20:36:27.403Z Checking hkdf v0.13.0
29122026-08-11T20:36:27.441Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29132026-08-11T20:36:27.565Z Checking concurrent-queue v2.5.0
29142026-08-11T20:36:27.631Z Checking sapling-renderdag v0.1.0
29152026-08-11T20:36:27.783Z Checking sync-ptr v0.1.4
29162026-08-11T20:36:27.900Z Checking parking v2.2.1
29172026-08-11T20:36:27.934Z Checking elliptic-curve v0.14.1
29182026-08-11T20:36:28.053Z Checking event-listener v5.4.1
29192026-08-11T20:36:28.301Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29202026-08-11T20:36:28.346Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29212026-08-11T20:36:28.378Z Checking rtoolbox v0.0.3
29222026-08-11T20:36:28.538Z Checking rpassword v7.5.4
29232026-08-11T20:36:28.611Z Checking event-listener-strategy v0.5.4
29242026-08-11T20:36:28.733Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29252026-08-11T20:36:28.773Z Checking wnaf v0.14.0
29262026-08-11T20:36:28.969Z Checking primefield v0.14.0
29272026-08-11T20:36:29.201Z Checking rfc6979 v0.6.0
29282026-08-11T20:36:29.373Z Checking tui-tree-widget v0.23.1
29292026-08-11T20:36:29.595Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29302026-08-11T20:36:29.690Z Compiling samael v0.0.19
29312026-08-11T20:36:29.722Z Compiling blake3 v1.8.5
29322026-08-11T20:36:30.107Z Checking futures-timer v3.0.3
29332026-08-11T20:36:30.619Z Checking ecdsa v0.17.0
29342026-08-11T20:36:30.818Z Checking primeorder v0.14.0
29352026-08-11T20:36:31.561Z Checking async-lock v3.4.2
29362026-08-11T20:36:31.582Z Compiling curve25519-dalek v5.0.0
29372026-08-11T20:36:31.582Z Checking async-object-pool v0.2.0
29382026-08-11T20:36:31.664Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29392026-08-11T20:36:31.919Z Checking ssh-encoding v0.3.0
29402026-08-11T20:36:32.154Z Checking serde_regex v1.1.0
29412026-08-11T20:36:32.337Z Checking assert-json-diff v2.0.2
29422026-08-11T20:36:32.540Z Checking path-tree v0.8.3
29432026-08-11T20:36:32.761Z Checking keccak v0.2.0
29442026-08-11T20:36:32.951Z Checking topological-sort v0.2.2
29452026-08-11T20:36:33.118Z Compiling strsim v0.10.0
29462026-08-11T20:36:33.478Z Checking stringmetrics v2.2.2
29472026-08-11T20:36:33.658Z Checking httpmock v0.8.3
29482026-08-11T20:36:33.690Z Compiling darling_core v0.13.4
29492026-08-11T20:36:34.380Z Checking omicron-zone-package v0.12.3
29502026-08-11T20:36:35.306Z Checking ed25519 v3.0.0
29512026-08-11T20:36:35.538Z Checking crypto-primes v0.7.2
29522026-08-11T20:36:35.571Z Checking pkcs1 v0.8.0-rc.4
29532026-08-11T20:36:35.721Z Checking poly1305 v0.9.0
29542026-08-11T20:36:35.806Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29552026-08-11T20:36:35.902Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29562026-08-11T20:36:36.012Z Checking blowfish v0.10.0
29572026-08-11T20:36:36.196Z Checking blake2 v0.11.0-rc.6
29582026-08-11T20:36:36.231Z Checking gimli v0.32.3
29592026-08-11T20:36:36.477Z Compiling target-lexicon v0.13.3
29602026-08-11T20:36:36.511Z Checking rsa v0.10.0-rc.18
29612026-08-11T20:36:36.555Z Checking argon2 v0.6.0-rc.8
29622026-08-11T20:36:36.900Z Checking bcrypt-pbkdf v0.11.0
29632026-08-11T20:36:37.028Z Checking ssh-cipher v0.3.0
29642026-08-11T20:36:37.058Z Checking ed25519-dalek v3.0.0
29652026-08-11T20:36:37.088Z Compiling darling_macro v0.13.4
29662026-08-11T20:36:37.272Z Checking sha3 v0.11.0
29672026-08-11T20:36:37.310Z Checking p521 v0.14.0
29682026-08-11T20:36:37.606Z Checking p384 v0.14.0
29692026-08-11T20:36:37.640Z Checking p256 v0.14.0
29702026-08-11T20:36:37.804Z Checking addr2line v0.25.1
29712026-08-11T20:36:38.094Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29722026-08-11T20:36:38.353Z Checking kem v0.3.0
29732026-08-11T20:36:38.398Z Checking module-lattice v0.2.3
29742026-08-11T20:36:38.513Z Checking rustc-demangle v0.1.27
29752026-08-11T20:36:38.645Z Checking sponge-cursor v0.1.0
29762026-08-11T20:36:38.769Z Compiling guppy-workspace-hack v0.1.0
29772026-08-11T20:36:38.804Z Checking hex-literal v0.4.1
29782026-08-11T20:36:38.928Z Checking sha3 v0.12.0
29792026-08-11T20:36:39.016Z Checking backtrace v0.3.76
29802026-08-11T20:36:39.155Z Checking ml-kem v0.3.2
29812026-08-11T20:36:39.338Z Compiling darling v0.13.4
29822026-08-11T20:36:39.578Z Checking russh-cryptovec v0.62.0
29832026-08-11T20:36:39.709Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29842026-08-11T20:36:39.765Z Checking internal-russh-num-bigint v0.5.0
29852026-08-11T20:36:39.926Z Checking num-bigint v0.4.6
29862026-08-11T20:36:39.929Z Checking russh-util v0.52.0
29872026-08-11T20:36:40.108Z Checking generic-array v1.4.3
29882026-08-11T20:36:40.305Z Checking ssh-key v0.7.0-rc.11
29892026-08-11T20:36:40.528Z Compiling enum_dispatch v0.3.13
29902026-08-11T20:36:40.776Z Compiling git2 v0.20.4
29912026-08-11T20:36:40.815Z Compiling delegate v0.13.5
29922026-08-11T20:36:40.889Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29932026-08-11T20:36:41.216Z Checking hex-literal v1.1.0
29942026-08-11T20:36:41.335Z Checking md5 v0.8.0
29952026-08-11T20:36:41.366Z Compiling target-spec v3.5.7
29962026-08-11T20:36:41.522Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29972026-08-11T20:36:41.740Z Checking cfg-expr v0.20.6
29982026-08-11T20:36:41.770Z Compiling serde_with_macros v1.5.2
29992026-08-11T20:36:41.799Z Checking russh v0.62.4
30002026-08-11T20:36:42.169Z Checking backtrace-ext v0.2.1
30012026-08-11T20:36:42.298Z Checking supports-color v2.1.0
30022026-08-11T20:36:42.328Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30032026-08-11T20:36:42.462Z Checking textwrap v0.15.2
30042026-08-11T20:36:42.659Z Checking supports-hyperlinks v2.1.0
30052026-08-11T20:36:42.699Z Checking supports-unicode v2.1.0
30062026-08-11T20:36:42.804Z Checking hashbrown v0.14.5
30072026-08-11T20:36:42.843Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30082026-08-11T20:36:43.335Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30092026-08-11T20:36:43.495Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30102026-08-11T20:36:43.532Z Checking socket2 v0.5.10
30112026-08-11T20:36:43.691Z Checking terminal_size v0.1.17
30122026-08-11T20:36:43.729Z Compiling miette-derive v5.10.0
30132026-08-11T20:36:43.815Z Compiling fs-err v2.11.0
30142026-08-11T20:36:43.844Z Checking internet-checksum v0.2.1
30152026-08-11T20:36:43.996Z Checking owo-colors v3.5.0
30162026-08-11T20:36:44.131Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30172026-08-11T20:36:44.179Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30182026-08-11T20:36:44.555Z Checking chumsky v0.9.3
30192026-08-11T20:36:44.593Z Compiling serde_with v1.14.0
30202026-08-11T20:36:44.906Z Checking miette v5.10.0
30212026-08-11T20:36:45.458Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30222026-08-11T20:36:45.622Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30232026-08-11T20:36:45.660Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30242026-08-11T20:36:45.768Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30252026-08-11T20:36:46.081Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30262026-08-11T20:36:46.175Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30272026-08-11T20:36:46.298Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30282026-08-11T20:36:46.425Z Compiling knuffel-derive v3.2.0
30292026-08-11T20:36:46.478Z Checking httptest v0.16.4
30302026-08-11T20:36:46.512Z Checking pathdiff v0.2.3
30312026-08-11T20:36:46.653Z Checking nested v0.1.1
30322026-08-11T20:36:46.825Z Checking guppy v0.17.25
30332026-08-11T20:36:46.884Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30342026-08-11T20:36:46.978Z Compiling polar-core v0.27.3
30352026-08-11T20:36:47.150Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30362026-08-11T20:36:47.621Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30372026-08-11T20:36:47.782Z Checking similar-asserts v1.7.0
30382026-08-11T20:36:47.890Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30392026-08-11T20:36:47.925Z Checking knuffel v3.2.0
30402026-08-11T20:36:47.963Z Compiling target-triple v1.0.0
30412026-08-11T20:36:48.248Z Checking parse-size v1.1.0
30422026-08-11T20:36:48.324Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30432026-08-11T20:36:48.473Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30442026-08-11T20:36:48.538Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30452026-08-11T20:36:48.592Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30462026-08-11T20:36:48.808Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30472026-08-11T20:36:49.125Z Checking hickory-client v0.25.2
30482026-08-11T20:36:49.438Z Compiling assert_cmd v2.1.2
30492026-08-11T20:36:49.441Z Checking escape8259 v0.5.3
30502026-08-11T20:36:49.629Z Checking libtest-mimic v0.8.1
30512026-08-11T20:36:50.013Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30522026-08-11T20:36:50.128Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30532026-08-11T20:36:50.160Z Checking blake2b_simd v1.0.4
30542026-08-11T20:36:50.566Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30552026-08-11T20:36:50.849Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30562026-08-11T20:36:51.025Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30572026-08-11T20:36:51.242Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30582026-08-11T20:36:51.273Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30592026-08-11T20:36:51.466Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30602026-08-11T20:36:51.657Z Checking fancy-regex v0.14.0
30612026-08-11T20:36:51.690Z Checking serde_tokenstream v0.2.3
30622026-08-11T20:36:51.892Z Checking oso v0.27.3
30632026-08-11T20:36:52.043Z Checking approx v0.5.1
30642026-08-11T20:36:52.122Z Compiling rstest_macros v0.25.0
30652026-08-11T20:36:52.203Z Checking uzers v0.12.2
30662026-08-11T20:36:52.272Z Checking termcolor v1.4.1
30672026-08-11T20:36:52.427Z Compiling linkme-impl v0.3.35
30682026-08-11T20:36:52.457Z Checking constant_time_eq v0.3.1
30692026-08-11T20:36:52.510Z Checking trybuild v1.0.116
30702026-08-11T20:36:52.587Z Checking rust-argon2 v2.1.0
30712026-08-11T20:36:52.869Z Checking datatest-stable v0.3.3
30722026-08-11T20:36:53.040Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30732026-08-11T20:36:53.128Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30742026-08-11T20:36:53.158Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30752026-08-11T20:36:53.359Z Checking support-bundle-viewer v0.1.2
30762026-08-11T20:36:53.419Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30772026-08-11T20:36:53.639Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30782026-08-11T20:36:53.642Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30792026-08-11T20:36:53.866Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30802026-08-11T20:36:53.898Z Checking drift v0.2.0
30812026-08-11T20:36:54.033Z Checking rand_distr v0.5.1
30822026-08-11T20:36:54.091Z Checking multimap v0.10.1
30832026-08-11T20:36:54.284Z Compiling relative-path v1.9.3
30842026-08-11T20:36:54.315Z Compiling linkme v0.3.35
30852026-08-11T20:36:54.479Z Checking dropshot-api-manager v0.7.2
30862026-08-11T20:36:55.641Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30872026-08-11T20:36:55.713Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30882026-08-11T20:36:56.049Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30892026-08-11T20:36:56.213Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30902026-08-11T20:36:56.581Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30912026-08-11T20:36:56.801Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30922026-08-11T20:36:56.833Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30932026-08-11T20:36:56.863Z Checking cargo_toml v0.21.0
30942026-08-11T20:36:57.236Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30952026-08-11T20:36:57.365Z Checking partial-io v0.5.4
30962026-08-11T20:36:57.527Z Checking termios v0.3.3
30972026-08-11T20:36:57.598Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30982026-08-11T20:36:57.682Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30992026-08-11T20:36:57.742Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31002026-08-11T20:36:58.197Z Checking rstest v0.25.0
31012026-08-11T20:36:59.055Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31022026-08-11T20:37:01.758Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31032026-08-11T20:37:04.716Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31042026-08-11T20:37:06.541Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31052026-08-11T20:37:09.990Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31062026-08-11T20:37:11.387Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31072026-08-11T20:37:14.870Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31082026-08-11T20:37:19.511Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31092026-08-11T20:37:22.859Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31102026-08-11T20:37:26.512Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31112026-08-11T20:37:28.765Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31122026-08-11T20:37:29.890Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31132026-08-11T20:37:31.568Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31142026-08-11T20:37:35.095Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31152026-08-11T20:37:39.367Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31162026-08-11T20:37:59.700Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31172026-08-11T20:38:53.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 08s
31182026-08-11T20:38:53.738Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31192026-08-11T20:38:53.739Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31202026-08-11T20:38:54.395Z
31212026-08-11T20:38:54.395Zreal 4:11.836900016
31222026-08-11T20:38:54.396Zuser 21:48.865675449
31232026-08-11T20:38:54.396Zsys 4:59.884151962
31242026-08-11T20:38:54.396Ztrap 0.535850608
31252026-08-11T20:38:54.396Ztflt 0.457257383
31262026-08-11T20:38:54.396Zdflt 0.636634377
31272026-08-11T20:38:54.396Zkflt 0.004830733
31282026-08-11T20:38:54.396Zlock 1:06:29.819418493
31292026-08-11T20:38:54.396Zslp 1:00:26.936560254
31302026-08-11T20:38:54.396Zlat 1:53.725014261
31312026-08-11T20:38:54.396Zstop 12:07.427558566
31322026-08-11T20:38:54.399Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31332026-08-11T20:38:54.399Z+ ptime -m cargo doc --workspace --no-deps
31342026-08-11T20:38:55.240Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31352026-08-11T20:38:55.240Z |
31362026-08-11T20:38:55.240Z = 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)`
31372026-08-11T20:38:55.240Z = 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>
31382026-08-11T20:38:56.310Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31392026-08-11T20:38:56.557Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31402026-08-11T20:38:56.604Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31412026-08-11T20:38:56.670Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31422026-08-11T20:38:56.733Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31432026-08-11T20:38:56.838Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31442026-08-11T20:38:56.865Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31452026-08-11T20:38:56.889Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31462026-08-11T20:38:56.947Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31472026-08-11T20:38:57.005Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31482026-08-11T20:38:57.140Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31492026-08-11T20:38:57.169Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31502026-08-11T20:38:57.172Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31512026-08-11T20:38:57.225Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31522026-08-11T20:38:57.255Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31532026-08-11T20:38:57.278Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31542026-08-11T20:38:57.305Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31552026-08-11T20:38:57.308Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31562026-08-11T20:38:57.379Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31572026-08-11T20:38:57.383Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31582026-08-11T20:38:57.670Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31592026-08-11T20:38:57.824Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31602026-08-11T20:38:57.849Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31612026-08-11T20:38:57.929Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31622026-08-11T20:38:57.981Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31632026-08-11T20:38:58.121Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31642026-08-11T20:38:58.169Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31652026-08-11T20:38:58.285Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31662026-08-11T20:38:58.418Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31672026-08-11T20:38:58.439Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31682026-08-11T20:38:58.532Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31692026-08-11T20:38:58.640Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31702026-08-11T20:38:58.724Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31712026-08-11T20:38:58.809Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31722026-08-11T20:38:58.953Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31732026-08-11T20:38:58.998Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31742026-08-11T20:38:59.022Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31752026-08-11T20:38:59.047Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31762026-08-11T20:38:59.251Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31772026-08-11T20:38:59.276Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31782026-08-11T20:38:59.561Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31792026-08-11T20:38:59.589Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31802026-08-11T20:38:59.683Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31812026-08-11T20:38:59.758Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31822026-08-11T20:38:59.786Z Checking scuffle v0.1.0
31832026-08-11T20:38:59.862Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31842026-08-11T20:38:59.919Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31852026-08-11T20:39:00.090Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31862026-08-11T20:39:00.122Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31872026-08-11T20:39:00.180Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31882026-08-11T20:39:00.235Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31892026-08-11T20:39:00.289Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31902026-08-11T20:39:00.318Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31912026-08-11T20:39:00.357Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31922026-08-11T20:39:00.381Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31932026-08-11T20:39:00.949Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31942026-08-11T20:39:01.290Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31952026-08-11T20:39:01.541Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31962026-08-11T20:39:01.631Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31972026-08-11T20:39:01.963Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31982026-08-11T20:39:02.060Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31992026-08-11T20:39:02.060Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32002026-08-11T20:39:02.060Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32012026-08-11T20:39:02.238Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32022026-08-11T20:39:02.302Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32032026-08-11T20:39:02.302Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32042026-08-11T20:39:02.388Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32052026-08-11T20:39:02.459Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32062026-08-11T20:39:02.523Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32072026-08-11T20:39:03.153Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32082026-08-11T20:39:03.448Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32092026-08-11T20:39:03.528Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32102026-08-11T20:39:03.668Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32112026-08-11T20:39:03.715Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32122026-08-11T20:39:03.804Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32132026-08-11T20:39:03.881Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32142026-08-11T20:39:03.940Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32152026-08-11T20:39:04.015Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32162026-08-11T20:39:04.040Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32172026-08-11T20:39:04.065Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32182026-08-11T20:39:04.177Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32192026-08-11T20:39:04.233Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32202026-08-11T20:39:04.252Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32212026-08-11T20:39:04.277Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32222026-08-11T20:39:04.558Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32232026-08-11T20:39:04.561Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32242026-08-11T20:39:04.561Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32252026-08-11T20:39:04.625Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32262026-08-11T20:39:04.625Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32272026-08-11T20:39:04.625Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32282026-08-11T20:39:04.831Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32292026-08-11T20:39:04.910Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32302026-08-11T20:39:04.928Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32312026-08-11T20:39:04.953Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32322026-08-11T20:39:04.992Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32332026-08-11T20:39:05.163Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32342026-08-11T20:39:05.196Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32352026-08-11T20:39:05.237Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32362026-08-11T20:39:05.237Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32372026-08-11T20:39:05.313Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32382026-08-11T20:39:05.353Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32392026-08-11T20:39:05.387Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32402026-08-11T20:39:05.496Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32412026-08-11T20:39:05.584Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32422026-08-11T20:39:05.611Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32432026-08-11T20:39:05.847Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32442026-08-11T20:39:05.893Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32452026-08-11T20:39:05.939Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32462026-08-11T20:39:06.411Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32472026-08-11T20:39:06.603Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32482026-08-11T20:39:07.234Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32492026-08-11T20:39:07.529Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32502026-08-11T20:39:07.843Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32512026-08-11T20:39:07.964Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32522026-08-11T20:39:08.060Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32532026-08-11T20:39:08.296Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32542026-08-11T20:39:08.786Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32552026-08-11T20:39:09.503Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32562026-08-11T20:39:09.640Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32572026-08-11T20:39:10.009Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32582026-08-11T20:39:10.073Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32592026-08-11T20:39:10.282Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32602026-08-11T20:39:10.560Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32612026-08-11T20:39:10.976Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32622026-08-11T20:39:11.612Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32632026-08-11T20:39:11.642Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32642026-08-11T20:39:11.686Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32652026-08-11T20:39:11.738Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32662026-08-11T20:39:12.034Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32672026-08-11T20:39:12.373Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32682026-08-11T20:39:12.802Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32692026-08-11T20:39:12.925Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32702026-08-11T20:39:13.008Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32712026-08-11T20:39:13.224Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32722026-08-11T20:39:13.698Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32732026-08-11T20:39:13.703Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32742026-08-11T20:39:14.545Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32752026-08-11T20:39:14.741Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32762026-08-11T20:39:15.175Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32772026-08-11T20:39:15.203Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32782026-08-11T20:39:15.595Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32792026-08-11T20:39:15.899Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32802026-08-11T20:39:16.671Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32812026-08-11T20:39:16.806Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32822026-08-11T20:39:16.852Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32832026-08-11T20:39:17.288Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32842026-08-11T20:39:17.460Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32852026-08-11T20:39:17.486Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32862026-08-11T20:39:17.498Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32872026-08-11T20:39:17.990Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32882026-08-11T20:39:18.305Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32892026-08-11T20:39:19.176Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32902026-08-11T20:39:19.220Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32912026-08-11T20:39:19.923Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32922026-08-11T20:39:20.229Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32932026-08-11T20:39:22.995Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32942026-08-11T20:39:24.082Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32952026-08-11T20:39:24.577Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32962026-08-11T20:39:24.837Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32972026-08-11T20:39:25.220Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32982026-08-11T20:39:25.474Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32992026-08-11T20:39:26.208Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33002026-08-11T20:39:26.354Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33012026-08-11T20:39:26.903Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33022026-08-11T20:39:28.047Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33032026-08-11T20:39:28.384Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33042026-08-11T20:39:28.682Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33052026-08-11T20:39:29.908Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33062026-08-11T20:39:30.058Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33072026-08-11T20:39:30.086Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33082026-08-11T20:39:30.650Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33092026-08-11T20:39:30.776Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33102026-08-11T20:39:30.816Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33112026-08-11T20:39:31.219Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33122026-08-11T20:39:31.419Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33132026-08-11T20:39:31.444Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33142026-08-11T20:39:31.828Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33152026-08-11T20:39:31.912Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33162026-08-11T20:39:32.207Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33172026-08-11T20:39:32.674Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33182026-08-11T20:39:32.846Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33192026-08-11T20:39:33.013Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33202026-08-11T20:39:33.107Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33212026-08-11T20:39:33.424Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33222026-08-11T20:39:33.748Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33232026-08-11T20:39:34.997Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33242026-08-11T20:39:35.654Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33252026-08-11T20:39:36.200Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33262026-08-11T20:39:37.938Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33272026-08-11T20:39:39.316Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33282026-08-11T20:39:39.800Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33292026-08-11T20:39:40.459Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33302026-08-11T20:39:42.653Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33312026-08-11T20:39:43.603Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33322026-08-11T20:39:44.761Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33332026-08-11T20:39:45.230Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33342026-08-11T20:39:46.235Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33352026-08-11T20:39:48.335Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33362026-08-11T20:39:48.916Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33372026-08-11T20:39:49.881Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33382026-08-11T20:39:51.140Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33392026-08-11T20:39:51.249Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33402026-08-11T20:39:53.661Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33412026-08-11T20:39:54.426Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33422026-08-11T20:39:57.483Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33432026-08-11T20:39:58.295Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33442026-08-11T20:39:59.275Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33452026-08-11T20:40:00.042Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33462026-08-11T20:40:00.857Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33472026-08-11T20:40:01.622Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33482026-08-11T20:40:02.377Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33492026-08-11T20:40:04.694Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33502026-08-11T20:40:04.855Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33512026-08-11T20:40:05.589Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33522026-08-11T20:40:06.354Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33532026-08-11T20:40:06.378Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33542026-08-11T20:40:08.176Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33552026-08-11T20:40:09.305Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33562026-08-11T20:40:12.196Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33572026-08-11T20:40:12.962Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33582026-08-11T20:40:14.256Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33592026-08-11T20:40:14.875Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33602026-08-11T20:40:16.532Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33612026-08-11T20:40:17.519Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33622026-08-11T20:40:19.060Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33632026-08-11T20:40:19.922Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33642026-08-11T20:40:21.031Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33652026-08-11T20:40:22.424Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33662026-08-11T20:40:23.341Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33672026-08-11T20:40:26.086Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33682026-08-11T20:40:26.927Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33692026-08-11T20:40:27.528Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33702026-08-11T20:40:30.124Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33712026-08-11T20:40:30.686Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33722026-08-11T20:40:32.290Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33732026-08-11T20:40:34.080Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33742026-08-11T20:40:35.566Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33752026-08-11T20:40:37.116Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33762026-08-11T20:40:38.786Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33772026-08-11T20:40:40.241Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33782026-08-11T20:40:45.351Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33792026-08-11T20:40:45.359Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33802026-08-11T20:40:47.175Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33812026-08-11T20:40:47.228Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33822026-08-11T20:40:48.898Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33832026-08-11T20:40:50.751Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33842026-08-11T20:40:52.574Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33852026-08-11T20:40:54.512Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33862026-08-11T20:40:56.507Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33872026-08-11T20:40:58.075Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33882026-08-11T20:40:59.841Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33892026-08-11T20:41:01.583Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33902026-08-11T20:41:03.318Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33912026-08-11T20:41:05.082Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33922026-08-11T20:41:06.853Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33932026-08-11T20:41:08.591Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33942026-08-11T20:41:10.299Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33952026-08-11T20:41:15.720Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33962026-08-11T20:41:17.233Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33972026-08-11T20:41:19.082Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33982026-08-11T20:41:20.706Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33992026-08-11T20:41:22.476Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34002026-08-11T20:41:24.579Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34012026-08-11T20:41:26.307Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34022026-08-11T20:41:30.514Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34032026-08-11T20:41:32.233Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34042026-08-11T20:41:34.466Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34052026-08-11T20:41:37.574Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34062026-08-11T20:41:38.828Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34072026-08-11T20:41:40.901Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34082026-08-11T20:41:42.871Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34092026-08-11T20:41:45.400Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34102026-08-11T20:41:47.761Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34112026-08-11T20:41:49.480Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34122026-08-11T20:41:53.021Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34132026-08-11T20:41:54.496Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34142026-08-11T20:41:57.489Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34152026-08-11T20:41:59.645Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34162026-08-11T20:42:02.455Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34172026-08-11T20:42:04.298Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34182026-08-11T20:42:06.685Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34192026-08-11T20:42:09.370Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34202026-08-11T20:42:11.853Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34212026-08-11T20:42:14.286Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34222026-08-11T20:42:16.736Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34232026-08-11T20:42:19.290Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34242026-08-11T20:42:21.575Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34252026-08-11T20:42:24.280Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34262026-08-11T20:42:26.719Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34272026-08-11T20:42:33.902Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34282026-08-11T20:42:34.043Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34292026-08-11T20:42:34.206Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34302026-08-11T20:42:36.743Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34312026-08-11T20:42:39.219Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34322026-08-11T20:42:41.857Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34332026-08-11T20:42:44.272Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34342026-08-11T20:42:46.803Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34352026-08-11T20:42:49.404Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34362026-08-11T20:42:51.929Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34372026-08-11T20:42:54.432Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34382026-08-11T20:42:56.997Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34392026-08-11T20:42:59.694Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34402026-08-11T20:43:02.198Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34412026-08-11T20:43:04.742Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34422026-08-11T20:43:07.448Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34432026-08-11T20:43:09.983Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34442026-08-11T20:43:12.562Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34452026-08-11T20:43:15.220Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34462026-08-11T20:43:17.764Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34472026-08-11T20:43:20.294Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34482026-08-11T20:43:22.788Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34492026-08-11T20:43:25.283Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34502026-08-11T20:43:28.565Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34512026-08-11T20:43:30.731Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34522026-08-11T20:43:33.382Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34532026-08-11T20:43:36.276Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34542026-08-11T20:43:38.894Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34552026-08-11T20:43:41.360Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34562026-08-11T20:43:44.161Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34572026-08-11T20:43:46.794Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34582026-08-11T20:43:49.823Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34592026-08-11T20:43:52.579Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34602026-08-11T20:43:55.157Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34612026-08-11T20:43:57.791Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34622026-08-11T20:44:00.551Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34632026-08-11T20:44:03.270Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34642026-08-11T20:44:06.105Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34652026-08-11T20:44:09.390Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34662026-08-11T20:44:11.834Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34672026-08-11T20:44:19.863Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34682026-08-11T20:44:19.965Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34692026-08-11T20:44:23.416Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34702026-08-11T20:44:26.955Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34712026-08-11T20:44:30.774Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34722026-08-11T20:44:35.439Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34732026-08-11T20:44:38.564Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34742026-08-11T20:44:42.373Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34752026-08-11T20:44:46.216Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34762026-08-11T20:44:50.115Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34772026-08-11T20:44:53.999Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34782026-08-11T20:44:57.791Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34792026-08-11T20:45:01.609Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34802026-08-11T20:45:05.521Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34812026-08-11T20:45:09.336Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34822026-08-11T20:45:13.223Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34832026-08-11T20:45:17.108Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34842026-08-11T20:45:20.927Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34852026-08-11T20:45:24.779Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34862026-08-11T20:45:28.697Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34872026-08-11T20:45:32.530Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34882026-08-11T20:45:36.466Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34892026-08-11T20:45:40.322Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34902026-08-11T20:45:44.140Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34912026-08-11T20:46:14.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 20s
34922026-08-11T20:46:14.909Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34932026-08-11T20:46:14.909Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34942026-08-11T20:46:15.081Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 203 other files
34952026-08-11T20:46:15.191Z
34962026-08-11T20:46:15.194Zreal 7:20.704018013
34972026-08-11T20:46:15.195Zuser 20:06.983302287
34982026-08-11T20:46:15.195Zsys 4:17.140586145
34992026-08-11T20:46:15.195Ztrap 0.302562361
35002026-08-11T20:46:15.195Ztflt 0.005880911
35012026-08-11T20:46:15.195Zdflt 0.067752514
35022026-08-11T20:46:15.195Zkflt 0.000043390
35032026-08-11T20:46:15.195Zlock 6:59:10.269568799
35042026-08-11T20:46:15.195Zslp 2:27:42.451421107
35052026-08-11T20:46:15.195Zlat 36.456959818
35062026-08-11T20:46:15.195Zstop 2:07.720334612
35072026-08-11T20:46:15.195Zprocess exited: duration 855833 ms, exit code 0
 
35082026-08-11T20:46:15.202Zfound 0 output files