01KY6KMBNTG0SF2VMAWANJZHK3: clippy (helios)

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

Buildomat Job: 01KY6KN5RPCNBHJ0VS5CXW2GBS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-23T04:28:28.882Zjob assigned to worker 01KY6KNJ7KG62D2XQBKK7NJ40R [factory aws, i-0044b7afe15494b7e] (queued for 53 s)
 
22026-07-23T04:28:35.937Zstarting task 0: "setup"
32026-07-23T04:28:35.946Z++ uname -s
42026-07-23T04:28:35.956Z+ kern=SunOS
52026-07-23T04:28:35.957Z+ build_user=build
62026-07-23T04:28:35.957Z+ build_uid=12345
72026-07-23T04:28:35.957Z+ work_dir=/work
82026-07-23T04:28:35.957Z+ input_dir=/input
92026-07-23T04:28:35.957Z+ [[ 0 == 12345 ]]
102026-07-23T04:28:35.957Z+ case "$kern" in
112026-07-23T04:28:35.957Z+ groupadd -g 12345 build
122026-07-23T04:28:35.958Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-23T04:28:37.963Z+ zfs create -o mountpoint=/work rpool/work
142026-07-23T04:28:38.022Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-23T04:28:38.028Z+ home_fs=zfs
162026-07-23T04:28:38.028Z+ [[ zfs == autofs ]]
172026-07-23T04:28:38.029Z+ mkdir -p /home/build
182026-07-23T04:28:38.029Z+ chown build:build /home/build /work
192026-07-23T04:28:40.026Z+ chmod 0700 /home/build /work
202026-07-23T04:28:40.029Zprocess exited: duration 4090 ms, exit code 0
 
212026-07-23T04:28:40.036Zstarting task 1: "rust-toolchain"
222026-07-23T04:28:40.041Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-23T04:28:40.041Z * rust toolchain channel = "1.96.1"
242026-07-23T04:28:40.041Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-23T04:28:40.047Z * rust toolchain profile = "default"
262026-07-23T04:28:40.047Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-23T04:28:40.047Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-23T04:28:40.047Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-23T04:28:40.047Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-23T04:28:40.146Zinfo: downloading installer
312026-07-23T04:28:41.545Zwarn: It looks like you have an existing rustup settings file at:
322026-07-23T04:28:41.545Zwarn: /home/build/.rustup/settings.toml
332026-07-23T04:28:41.545Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-23T04:28:41.545Zwarn: instead of the one inferred from the default host triple.
352026-07-23T04:28:41.560Zinfo: profile set to default
362026-07-23T04:28:41.561Zinfo: default host triple is x86_64-unknown-illumos
372026-07-23T04:28:41.568Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-23T04:28:41.703Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-23T04:28:41.708Zinfo: downloading 6 components
402026-07-23T04:28:56.578Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-23T04:28:56.578Z
422026-07-23T04:28:56.621Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-23T04:28:56.621Z
442026-07-23T04:28:56.621Z
452026-07-23T04:28:56.621ZRust is installed now. Great!
462026-07-23T04:28:56.621Z
472026-07-23T04:28:56.621ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-23T04:28:56.626Zenvironment variable. This has not been done automatically.
492026-07-23T04:28:56.626Z
502026-07-23T04:28:56.626ZTo configure your current shell, you need to source
512026-07-23T04:28:56.626Zthe corresponding env file under $HOME/.cargo.
522026-07-23T04:28:56.626Z
532026-07-23T04:28:56.626ZThis is usually done by running one of the following (note the leading DOT):
542026-07-23T04:28:56.626Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-23T04:28:56.626Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-23T04:28:56.626Zsource "~/.cargo/env.nu" # For nushell
572026-07-23T04:28:56.626Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-23T04:28:56.628Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-23T04:28:56.628Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-23T04:28:56.628Zwarn: no default linker (`cc`) was found in your PATH
612026-07-23T04:28:56.628Zwarn: many Rust crates require a system C toolchain to build
622026-07-23T04:28:56.693Z+ rustup --version
632026-07-23T04:28:56.700Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-23T04:28:56.704Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-23T04:28:56.724Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-23T04:28:56.729Z+ cargo --version
672026-07-23T04:28:56.738Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-23T04:28:56.741Z+ rustc --version
692026-07-23T04:28:56.767Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-23T04:28:56.773Zprocess exited: duration 16725 ms, exit code 0
 
712026-07-23T04:28:56.848Zstarting task 2: "authentication"
722026-07-23T04:28:56.877Zprocess exited: duration 73 ms, exit code 0
 
732026-07-23T04:28:56.911Zstarting task 3: "clone repository"
742026-07-23T04:28:56.922Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-23T04:28:56.922Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-23T04:28:56.947ZCloning into '/work/oxidecomputer/omicron'...
772026-07-23T04:29:12.467Z+ cd /work/oxidecomputer/omicron
782026-07-23T04:29:12.467Z+ git fetch origin a51628199c25eda0468ccfd9af17053de9532a99
792026-07-23T04:29:12.763ZFrom https://github.com/oxidecomputer/omicron
802026-07-23T04:29:12.763Z * branch a51628199c25eda0468ccfd9af17053de9532a99 -> FETCH_HEAD
812026-07-23T04:29:12.776Z+ [[ -n sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document ]]
822026-07-23T04:29:12.780Z++ git branch --show-current
832026-07-23T04:29:12.781Z+ current=main
842026-07-23T04:29:12.781Z+ [[ main != sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document ]]
852026-07-23T04:29:12.781Z+ git branch -f sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document a51628199c25eda0468ccfd9af17053de9532a99
862026-07-23T04:29:12.781Z+ git checkout -f sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document
872026-07-23T04:29:13.024ZSwitched to branch 'sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document'
882026-07-23T04:29:13.027Z+ git reset --hard a51628199c25eda0468ccfd9af17053de9532a99
892026-07-23T04:29:13.056ZHEAD is now at a51628199 lots more updates
902026-07-23T04:29:13.140Zprocess exited: duration 16144 ms, exit code 0
 
912026-07-23T04:29:13.154Zstarting task 4: "build"
922026-07-23T04:29:13.157Z+ source ./env.sh
932026-07-23T04:29:13.157Z++ OLD_SHELL_OPTS=ehxB
942026-07-23T04:29:13.157Z++ set -o xtrace
952026-07-23T04:29:13.164Z++++ dirname ./env.sh
962026-07-23T04:29:13.164Z+++ readlink -f .
972026-07-23T04:29:13.167Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-23T04:29:13.168Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-23T04:29:13.168Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-23T04:29:13.168Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-23T04:29:13.168Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-23T04:29:13.168Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-23T04:29:13.168Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-23T04:29:13.168Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-23T04:29:13.168Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-23T04:29:13.168Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-23T04:29:13.168Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-07-23T04:29:13.168Z++ case $OLD_SHELL_OPTS in
1092026-07-23T04:29:13.168Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-23T04:29:13.168Z+ source .github/buildomat/ci-env.sh
1112026-07-23T04:29:13.168Z++ export CARGO_TERM_COLOR=always
1122026-07-23T04:29:13.168Z++ CARGO_TERM_COLOR=always
1132026-07-23T04:29:13.168Z+++ uname -s
1142026-07-23T04:29:13.168Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-23T04:29:13.168Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-23T04:29:13.168Z+ cargo --version
1172026-07-23T04:29:13.175Zcargo 1.96.1 (356927216 2026-06-26)
1182026-07-23T04:29:13.179Z+ rustc --version
1192026-07-23T04:29:13.196Zrustc 1.96.1 (31fca3adb 2026-06-26)
1202026-07-23T04:29:13.200Z+ banner prerequisites
1212026-07-23T04:29:13.203Z
1222026-07-23T04:29:13.203Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-23T04:29:13.203Z # # # # # # # # # # # # # # #
1242026-07-23T04:29:13.203Z # # # # ##### # # ##### # # # # # #### #
1252026-07-23T04:29:13.203Z ##### ##### # ##### # # # # # # # # #
1262026-07-23T04:29:13.203Z # # # # # # # # # # # # # # #
1272026-07-23T04:29:13.203Z # # # ###### # # ###### ### # #### # #### #
1282026-07-23T04:29:13.203Z
1292026-07-23T04:29:13.203Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-23T04:29:14.893Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-23T04:29:15.115Z Startup: Caching catalogs ... Done
1322026-07-23T04:29:16.206ZPlanning: Solver setup ... Done (1.013s)
1332026-07-23T04:29:16.275ZPlanning: Running solver ... Done (0.043s)
1342026-07-23T04:29:16.291ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-23T04:29:16.297ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-23T04:29:16.304ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-23T04:29:16.317ZPlanning: Package planning ... Done (0.014s)
1382026-07-23T04:29:16.321ZPlanning: Merging actions ... Done (0.001s)
1392026-07-23T04:29:16.525ZPlanning: Checking for conflicting actions ... Done (0.206s)
1402026-07-23T04:29:16.529ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-23T04:29:17.330ZPlanning: Evaluating mediators ... Done (0.805s)
1422026-07-23T04:29:17.335ZPlanning: Planning completed in 2.19 seconds
1432026-07-23T04:29:17.342Z Packages to install: 2
1442026-07-23T04:29:17.342Z Estimated space available: 156.06 GB
1452026-07-23T04:29:17.347ZEstimated space to be consumed: 52.23 MB
1462026-07-23T04:29:17.347Z Create boot environment: No
1472026-07-23T04:29:17.347ZCreate backup boot environment: No
1482026-07-23T04:29:17.347Z Rebuild boot archive: No
1492026-07-23T04:29:17.347Z
1502026-07-23T04:29:17.347ZChanged packages:
1512026-07-23T04:29:17.347Zhelios
1522026-07-23T04:29:17.347Z developer/build-essential
1532026-07-23T04:29:17.347Z None -> 11-3.0
1542026-07-23T04:29:17.347Z library/libxmlsec1
1552026-07-23T04:29:17.348Z None -> 1.2.35-3.0
1562026-07-23T04:29:17.365Z
1572026-07-23T04:29:17.366ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-23T04:29:17.450ZDownload: Completed 1.28 MB in 0.08 seconds (16.7M/s)
1592026-07-23T04:29:17.574Z Actions: 1/268 actions (Installing new actions)
1602026-07-23T04:29:17.612Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-23T04:29:17.638ZFinalize: Updating package state database ... Done (0.021s)
1622026-07-23T04:29:17.638ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-23T04:29:17.670ZFinalize: Updating image state ... Done (0.056s)
1642026-07-23T04:29:20.082ZFinalize: Creating fast lookup database ... Done (2.404s)
1652026-07-23T04:29:20.149ZFinalize: Reading search index ... Done (0.013s)
1662026-07-23T04:29:20.152ZFinalize: Updating search index ... Done (0.000s)
1672026-07-23T04:29:20.222ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-23T04:29:20.561ZPlanning: Evaluating mediator changes ... Done
1692026-07-23T04:29:20.668ZPlanning: Checking for conflicting actions ... Done
1702026-07-23T04:29:20.672ZPlanning: Consolidating action changes ... Done
1712026-07-23T04:29:20.828ZPlanning: Evaluating mediators ... Done
1722026-07-23T04:29:20.831ZPlanning: Planning completed in 0.27 seconds
1732026-07-23T04:29:20.852Z Mediators to change: 2
1742026-07-23T04:29:20.852Z Create boot environment: No
1752026-07-23T04:29:20.852ZCreate backup boot environment: No
1762026-07-23T04:29:20.894ZFinalize: Updating package state database ... Done
1772026-07-23T04:29:20.894ZFinalize: Updating package cache ... Done
1782026-07-23T04:29:20.927ZFinalize: Updating image state ... Done
1792026-07-23T04:29:22.894ZFinalize: Creating fast lookup database ... Done
1802026-07-23T04:29:22.960ZFinalize: Reading search index ... Done
1812026-07-23T04:29:22.969ZFinalize: Updating search index ... Done
1822026-07-23T04:29:23.026ZFinalize: Updating package cache ... Done
1832026-07-23T04:29:23.307ZPlanning: Evaluating mediator changes ... Done
1842026-07-23T04:29:23.422ZPlanning: Checking for conflicting actions ... Done
1852026-07-23T04:29:23.436ZPlanning: Consolidating action changes ... Done
1862026-07-23T04:29:23.582ZPlanning: Evaluating mediators ... Done
1872026-07-23T04:29:23.599ZPlanning: Planning completed in 0.27 seconds
1882026-07-23T04:29:23.620Z Mediators to change: 1
1892026-07-23T04:29:23.620Z Create boot environment: No
1902026-07-23T04:29:23.620ZCreate backup boot environment: No
1912026-07-23T04:29:23.656ZFinalize: Updating package state database ... Done
1922026-07-23T04:29:23.656ZFinalize: Updating package cache ... Done
1932026-07-23T04:29:23.710ZFinalize: Updating image state ... Done
1942026-07-23T04:29:25.673ZFinalize: Creating fast lookup database ... Done
1952026-07-23T04:29:25.718ZFinalize: Reading search index ... Done
1962026-07-23T04:29:25.728ZFinalize: Updating search index ... Done
1972026-07-23T04:29:25.784ZFinalize: Updating package cache ... Done
1982026-07-23T04:29:26.137ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-23T04:29:26.137Zapache system 2.4 system
2002026-07-23T04:29:26.137Zclang system 15 system
2012026-07-23T04:29:26.137Zcsh system system illumos
2022026-07-23T04:29:26.137Zctags system system illumos
2032026-07-23T04:29:26.137Zfile vendor vendor darwinsys
2042026-07-23T04:29:26.137Zfile system system illumos
2052026-07-23T04:29:26.137Zgcc vendor 14 vendor
2062026-07-23T04:29:26.138Zgcc system 13 system
2072026-07-23T04:29:26.139Zgcc system 10 system
2082026-07-23T04:29:26.140Zgo system 1.25 system
2092026-07-23T04:29:26.140Zllvm system 15 system
2102026-07-23T04:29:26.140Zmariadb system 11.4 system
2112026-07-23T04:29:26.140Zmta vendor vendor dma
2122026-07-23T04:29:26.140Zopenjdk system 17 system
2132026-07-23T04:29:26.140Zopenjdk system 11 system
2142026-07-23T04:29:26.140Zopenssl vendor 3 vendor
2152026-07-23T04:29:26.140Zperl system 5.40 system
2162026-07-23T04:29:26.140Zpostgresql system 18 system
2172026-07-23T04:29:26.140Zpostgresql system 17 system
2182026-07-23T04:29:26.140Zpython vendor 3 vendor
2192026-07-23T04:29:26.140Zpython system 2 system
2202026-07-23T04:29:26.140Zpython3 vendor 3.13 vendor
2212026-07-23T04:29:26.140Zruby system 3.4 system
2222026-07-23T04:29:26.141Zruby system 3.0 system
2232026-07-23T04:29:26.141Zwords vendor vendor american-english
2242026-07-23T04:29:26.141Zwords system system australian-english
2252026-07-23T04:29:26.141Zwords system system british-english
2262026-07-23T04:29:26.141Zwords system system canadian-english
2272026-07-23T04:29:26.141Zwords system system french
2282026-07-23T04:29:26.141Zwords system system italian
2292026-07-23T04:29:26.141Zwords system system ngerman
2302026-07-23T04:29:26.141Zwords system system ogerman
2312026-07-23T04:29:26.141Zwords system system spanish
2322026-07-23T04:29:26.352ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-23T04:29:26.352Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-23T04:29:26.719ZFMRI IFO
2352026-07-23T04:29:26.719Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-23T04:29:26.719Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-23T04:29:26.719Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-23T04:29:26.719Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-23T04:29:26.720Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-23T04:29:26.720Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-23T04:29:26.720Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-23T04:29:26.720Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-23T04:29:26.720Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-23T04:29:27.089Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-23T04:29:27.347Z Updating crates.io index
2462026-07-23T04:29:27.390Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-23T04:29:27.501Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-23T04:29:27.766Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-23T04:29:28.960Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-23T04:29:29.520Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-23T04:29:31.079Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-23T04:29:31.861Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-23T04:29:32.066Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-23T04:29:32.402Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-23T04:29:33.728Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-23T04:29:33.942Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-23T04:29:34.332Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-23T04:29:34.560Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-23T04:29:34.911Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-23T04:29:35.377Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-23T04:29:35.619Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-23T04:29:35.836Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-23T04:29:36.116Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-23T04:29:36.409Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-23T04:29:36.661Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-23T04:29:36.898Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-23T04:29:37.156Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-23T04:29:37.449Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-23T04:29:37.753Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-23T04:29:37.982Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-23T04:29:38.365Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-23T04:29:38.601Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-07-23T04:29:38.936Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-07-23T04:29:39.684Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-07-23T04:29:39.931Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762026-07-23T04:29:40.161Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-07-23T04:29:40.468Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-07-23T04:29:40.837Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-07-23T04:29:41.048Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-07-23T04:29:41.323Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-07-23T04:29:41.574Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-07-23T04:29:41.837Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-07-23T04:29:42.140Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-07-23T04:29:42.362Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-07-23T04:29:42.684Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-07-23T04:29:42.938Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-07-23T04:29:45.607Z Downloading crates ...
2882026-07-23T04:29:45.660Z Downloaded block-buffer v0.10.4
2892026-07-23T04:29:45.676Z Downloaded dof v0.3.0
2902026-07-23T04:29:45.676Z Downloaded papergrid v0.11.0
2912026-07-23T04:29:45.676Z Downloaded terminal_size v0.4.3
2922026-07-23T04:29:45.677Z Downloaded getrandom v0.4.1
2932026-07-23T04:29:45.677Z Downloaded zmij v1.0.21
2942026-07-23T04:29:45.677Z Downloaded autocfg v1.5.0
2952026-07-23T04:29:45.698Z Downloaded zerocopy v0.7.35
2962026-07-23T04:29:45.699Z Downloaded unicode-width v0.1.14
2972026-07-23T04:29:45.717Z Downloaded zerocopy-derive v0.7.35
2982026-07-23T04:29:45.717Z Downloaded bitflags v2.11.0
2992026-07-23T04:29:45.717Z Downloaded macaddr v1.0.1
3002026-07-23T04:29:45.722Z Downloaded anyhow v1.0.102
3012026-07-23T04:29:45.722Z Downloaded clap_builder v4.6.0
3022026-07-23T04:29:45.722Z Downloaded smawk v0.3.2
3032026-07-23T04:29:45.723Z Downloaded bytecount v0.6.9
3042026-07-23T04:29:45.723Z Downloaded clap_derive v4.6.1
3052026-07-23T04:29:45.723Z Downloaded anstyle-parse v1.0.0
3062026-07-23T04:29:45.723Z Downloaded camino-tempfile v1.4.1
3072026-07-23T04:29:45.723Z Downloaded thiserror v2.0.18
3082026-07-23T04:29:45.723Z Downloaded anstream v1.0.0
3092026-07-23T04:29:45.737Z Downloaded camino v1.2.2
3102026-07-23T04:29:45.737Z Downloaded cargo-platform v0.3.2
3112026-07-23T04:29:45.737Z Downloaded anstyle v1.0.14
3122026-07-23T04:29:45.737Z Downloaded colorchoice v1.0.4
3132026-07-23T04:29:45.737Z Downloaded toml_datetime v0.6.11
3142026-07-23T04:29:45.737Z Downloaded scroll v0.12.0
3152026-07-23T04:29:45.737Z Downloaded strsim v0.11.1
3162026-07-23T04:29:45.737Z Downloaded unicode-linebreak v0.1.5
3172026-07-23T04:29:45.737Z Downloaded anstyle-query v1.1.5
3182026-07-23T04:29:45.738Z Downloaded thiserror v1.0.69
3192026-07-23T04:29:45.748Z Downloaded byteorder v1.5.0
3202026-07-23T04:29:45.748Z Downloaded cfg-if v1.0.4
3212026-07-23T04:29:45.748Z Downloaded is_terminal_polyfill v1.70.2
3222026-07-23T04:29:45.748Z Downloaded equivalent v1.0.2
3232026-07-23T04:29:45.748Z Downloaded utf8parse v0.2.2
3242026-07-23T04:29:45.749Z Downloaded clap_lex v1.0.0
3252026-07-23T04:29:45.786Z Downloaded generic-array v0.14.7
3262026-07-23T04:29:45.786Z Downloaded toml_write v0.1.2
3272026-07-23T04:29:45.786Z Downloaded swrite v0.1.0
3282026-07-23T04:29:45.786Z Downloaded dtrace-parser v0.2.0
3292026-07-23T04:29:45.786Z Downloaded heck v0.5.0
3302026-07-23T04:29:45.786Z Downloaded thiserror-impl v1.0.69
3312026-07-23T04:29:45.786Z Downloaded cargo_metadata v0.23.1
3322026-07-23T04:29:45.816Z Downloaded thread-id v4.2.2
3332026-07-23T04:29:45.816Z Downloaded tabled_derive v0.7.0
3342026-07-23T04:29:45.816Z Downloaded fnv v1.0.7
3352026-07-23T04:29:45.817Z Downloaded scroll_derive v0.12.1
3362026-07-23T04:29:45.817Z Downloaded usdt v0.5.0
3372026-07-23T04:29:45.817Z Downloaded crypto-common v0.1.7
3382026-07-23T04:29:45.817Z Downloaded serde_spanned v0.6.9
3392026-07-23T04:29:45.817Z Downloaded memmap v0.7.0
3402026-07-23T04:29:45.817Z Downloaded cpufeatures v0.2.17
3412026-07-23T04:29:45.817Z Downloaded fastrand v2.3.0
3422026-07-23T04:29:45.817Z Downloaded proc-macro-error-attr v1.0.4
3432026-07-23T04:29:45.817Z Downloaded version_check v0.9.5
3442026-07-23T04:29:45.817Z Downloaded usdt-attr-macro v0.5.0
3452026-07-23T04:29:45.817Z Downloaded errno v0.3.14
3462026-07-23T04:29:45.817Z Downloaded toml v0.8.23
3472026-07-23T04:29:45.817Z Downloaded pretty-hex v0.4.1
3482026-07-23T04:29:45.817Z Downloaded proc-macro-error v1.0.4
3492026-07-23T04:29:45.817Z Downloaded quote v1.0.45
3502026-07-23T04:29:45.829Z Downloaded serde_tokenstream v0.2.3
3512026-07-23T04:29:45.829Z Downloaded plain v0.2.3
3522026-07-23T04:29:45.830Z Downloaded usdt-impl v0.5.0
3532026-07-23T04:29:45.830Z Downloaded cargo_toml v0.21.0
3542026-07-23T04:29:45.830Z Downloaded heck v0.4.1
3552026-07-23T04:29:45.830Z Downloaded fs-err v3.3.0
3562026-07-23T04:29:45.830Z Downloaded usdt-macro v0.5.0
3572026-07-23T04:29:45.830Z Downloaded sha2 v0.10.9
3582026-07-23T04:29:45.831Z Downloaded thiserror-impl v2.0.18
3592026-07-23T04:29:45.831Z Downloaded digest v0.10.7
3602026-07-23T04:29:45.842Z Downloaded once_cell v1.21.3
3612026-07-23T04:29:45.842Z Downloaded pest_derive v2.8.6
3622026-07-23T04:29:45.842Z Downloaded ucd-trie v0.1.7
3632026-07-23T04:29:45.855Z Downloaded textwrap v0.16.2
3642026-07-23T04:29:45.860Z Downloaded tempfile v3.25.0
3652026-07-23T04:29:45.861Z Downloaded clap v4.6.1
3662026-07-23T04:29:45.865Z Downloaded unicode-ident v1.0.24
3672026-07-23T04:29:45.869Z Downloaded serde_core v1.0.228
3682026-07-23T04:29:45.869Z Downloaded serde_derive v1.0.228
3692026-07-23T04:29:45.873Z Downloaded pest_generator v2.8.6
3702026-07-23T04:29:45.873Z Downloaded semver v1.0.28
3712026-07-23T04:29:45.879Z Downloaded proc-macro2 v1.0.106
3722026-07-23T04:29:45.892Z Downloaded toml_edit v0.22.27
3732026-07-23T04:29:45.892Z Downloaded itoa v1.0.17
3742026-07-23T04:29:45.892Z Downloaded log v0.4.29
3752026-07-23T04:29:45.892Z Downloaded serde v1.0.228
3762026-07-23T04:29:45.902Z Downloaded pest_meta v2.8.6
3772026-07-23T04:29:45.911Z Downloaded typenum v1.20.1
3782026-07-23T04:29:45.920Z Downloaded memchr v2.8.0
3792026-07-23T04:29:45.942Z Downloaded indexmap v2.14.0
3802026-07-23T04:29:45.961Z Downloaded pest v2.8.6
3812026-07-23T04:29:45.962Z Downloaded hashbrown v0.17.0
3822026-07-23T04:29:45.977Z Downloaded serde_json v1.0.150
3832026-07-23T04:29:45.977Z Downloaded winnow v0.7.14
3842026-07-23T04:29:45.991Z Downloaded goblin v0.8.2
3852026-07-23T04:29:45.991Z Downloaded tabled v0.15.0
3862026-07-23T04:29:46.007Z Downloaded syn v1.0.109
3872026-07-23T04:29:46.007Z Downloaded unicode-width v0.2.0
3882026-07-23T04:29:46.027Z Downloaded syn v2.0.117
3892026-07-23T04:29:46.028Z Downloaded rustix v1.1.3
3902026-07-23T04:29:46.041Z Downloaded libc v0.2.185
3912026-07-23T04:29:46.108Z Compiling proc-macro2 v1.0.106
3922026-07-23T04:29:46.108Z Compiling unicode-ident v1.0.24
3932026-07-23T04:29:46.108Z Compiling quote v1.0.45
3942026-07-23T04:29:46.141Z Compiling serde_core v1.0.228
3952026-07-23T04:29:46.141Z Compiling libc v0.2.185
3962026-07-23T04:29:46.141Z Compiling version_check v0.9.5
3972026-07-23T04:29:46.141Z Compiling memchr v2.8.0
3982026-07-23T04:29:46.141Z Compiling serde v1.0.228
3992026-07-23T04:29:46.425Z Compiling zmij v1.0.21
4002026-07-23T04:29:46.681Z Compiling ucd-trie v0.1.7
4012026-07-23T04:29:46.708Z Compiling thiserror v1.0.69
4022026-07-23T04:29:46.714Z Compiling itoa v1.0.17
4032026-07-23T04:29:46.945Z Compiling pest v2.8.6
4042026-07-23T04:29:47.109Z Compiling byteorder v1.5.0
4052026-07-23T04:29:47.144Z Compiling rustix v1.1.3
4062026-07-23T04:29:47.205Z Compiling errno v0.3.14
4072026-07-23T04:29:47.281Z Compiling bitflags v2.11.0
4082026-07-23T04:29:47.313Z Compiling serde_json v1.0.150
4092026-07-23T04:29:47.527Z Compiling syn v2.0.117
4102026-07-23T04:29:47.620Z Compiling thread-id v4.2.2
4112026-07-23T04:29:47.637Z Compiling usdt-impl v0.5.0
4122026-07-23T04:29:47.731Z Compiling proc-macro-error-attr v1.0.4
4132026-07-23T04:29:47.750Z Compiling syn v1.0.109
4142026-07-23T04:29:47.853Z Compiling camino v1.2.2
4152026-07-23T04:29:48.011Z Compiling pest_meta v2.8.6
4162026-07-23T04:29:48.208Z Compiling proc-macro-error v1.0.4
4172026-07-23T04:29:48.229Z Compiling equivalent v1.0.2
4182026-07-23T04:29:48.253Z Compiling plain v0.2.3
4192026-07-23T04:29:48.304Z Compiling getrandom v0.4.1
4202026-07-23T04:29:48.351Z Compiling utf8parse v0.2.2
4212026-07-23T04:29:48.376Z Compiling log v0.4.29
4222026-07-23T04:29:48.566Z Compiling hashbrown v0.17.0
4232026-07-23T04:29:48.584Z Compiling terminal_size v0.4.3
4242026-07-23T04:29:48.710Z Compiling anstyle-parse v1.0.0
4252026-07-23T04:29:49.041Z Compiling indexmap v2.14.0
4262026-07-23T04:29:49.338Z Compiling anstyle v1.0.14
4272026-07-23T04:29:49.482Z Compiling is_terminal_polyfill v1.70.2
4282026-07-23T04:29:49.501Z Compiling winnow v0.7.14
4292026-07-23T04:29:49.562Z Compiling pretty-hex v0.4.1
4302026-07-23T04:29:49.579Z Compiling toml_write v0.1.2
4312026-07-23T04:29:49.582Z Compiling colorchoice v1.0.4
4322026-07-23T04:29:49.650Z Compiling cfg-if v1.0.4
4332026-07-23T04:29:49.730Z Compiling anstyle-query v1.1.5
4342026-07-23T04:29:49.742Z Compiling pest_generator v2.8.6
4352026-07-23T04:29:49.742Z Compiling autocfg v1.5.0
4362026-07-23T04:29:49.775Z Compiling thiserror v2.0.18
4372026-07-23T04:29:49.811Z Compiling anstream v1.0.0
4382026-07-23T04:29:50.159Z Compiling fs-err v3.3.0
4392026-07-23T04:29:50.221Z Compiling bytecount v0.6.9
4402026-07-23T04:29:50.332Z Compiling fnv v1.0.7
4412026-07-23T04:29:50.360Z Compiling anyhow v1.0.102
4422026-07-23T04:29:50.376Z Compiling once_cell v1.21.3
4432026-07-23T04:29:50.389Z Compiling clap_lex v1.0.0
4442026-07-23T04:29:50.405Z Compiling unicode-width v0.1.14
4452026-07-23T04:29:50.439Z Compiling fastrand v2.3.0
4462026-07-23T04:29:50.732Z Compiling strsim v0.11.1
4472026-07-23T04:29:50.781Z Compiling heck v0.5.0
4482026-07-23T04:29:50.781Z Compiling heck v0.4.1
4492026-07-23T04:29:50.781Z Compiling tempfile v3.25.0
4502026-07-23T04:29:50.922Z Compiling clap_builder v4.6.0
4512026-07-23T04:29:51.026Z Compiling papergrid v0.11.0
4522026-07-23T04:29:51.158Z Compiling tabled_derive v0.7.0
4532026-07-23T04:29:51.158Z Compiling cargo-platform v0.3.2
4542026-07-23T04:29:51.159Z Compiling semver v1.0.28
4552026-07-23T04:29:51.159Z Compiling memmap v0.7.0
4562026-07-23T04:29:51.336Z Compiling unicode-width v0.2.0
4572026-07-23T04:29:51.337Z Compiling smawk v0.3.2
4582026-07-23T04:29:51.509Z Compiling unicode-linebreak v0.1.5
4592026-07-23T04:29:51.509Z Compiling camino-tempfile v1.4.1
4602026-07-23T04:29:51.509Z Compiling serde_derive v1.0.228
4612026-07-23T04:29:51.656Z Compiling thiserror-impl v1.0.69
4622026-07-23T04:29:51.656Z Compiling zerocopy-derive v0.7.35
4632026-07-23T04:29:51.810Z Compiling pest_derive v2.8.6
4642026-07-23T04:29:51.810Z Compiling scroll_derive v0.12.1
4652026-07-23T04:29:51.985Z Compiling thiserror-impl v2.0.18
4662026-07-23T04:29:52.100Z Compiling clap_derive v4.6.1
4672026-07-23T04:29:52.352Z Compiling scroll v0.12.0
4682026-07-23T04:29:52.369Z Compiling tabled v0.15.0
4692026-07-23T04:29:52.400Z Compiling zerocopy v0.7.35
4702026-07-23T04:29:52.626Z Compiling goblin v0.8.2
4712026-07-23T04:29:52.855Z Compiling dtrace-parser v0.2.0
4722026-07-23T04:29:52.963Z Compiling textwrap v0.16.2
4732026-07-23T04:29:53.401Z Compiling swrite v0.1.0
4742026-07-23T04:29:53.900Z Compiling clap v4.6.1
4752026-07-23T04:29:54.566Z Compiling serde_spanned v0.6.9
4762026-07-23T04:29:54.566Z Compiling toml_datetime v0.6.11
4772026-07-23T04:29:54.598Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-07-23T04:29:54.598Z Compiling cargo_metadata v0.23.1
4792026-07-23T04:29:54.598Z Compiling macaddr v1.0.1
4802026-07-23T04:29:54.598Z Compiling dof v0.3.0
4812026-07-23T04:29:54.615Z Compiling serde_tokenstream v0.2.3
4822026-07-23T04:29:54.730Z Compiling toml_edit v0.22.27
4832026-07-23T04:29:55.340Z Compiling usdt-macro v0.5.0
4842026-07-23T04:29:55.341Z Compiling usdt-attr-macro v0.5.0
4852026-07-23T04:29:55.932Z Compiling usdt v0.5.0
4862026-07-23T04:29:56.044Z Compiling toml v0.8.23
4872026-07-23T04:29:56.376Z Compiling cargo_toml v0.21.0
4882026-07-23T04:29:57.640Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892026-07-23T04:29:59.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.74s
4902026-07-23T04:29:59.816Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4912026-07-23T04:30:00.292Z Downloading crates ...
4922026-07-23T04:30:00.411Z Downloaded darling_macro v0.20.11
4932026-07-23T04:30:00.421Z Downloaded adler2 v2.0.1
4942026-07-23T04:30:00.421Z Downloaded aead v0.5.2
4952026-07-23T04:30:00.421Z Downloaded crypto-bigint v0.5.5
4962026-07-23T04:30:00.433Z Downloaded crunchy v0.2.4
4972026-07-23T04:30:00.433Z Downloaded array-init v0.0.4
4982026-07-23T04:30:00.433Z Downloaded ascii-canvas v3.0.0
4992026-07-23T04:30:00.433Z Downloaded castaway v0.2.4
5002026-07-23T04:30:00.433Z Downloaded assert_matches v1.5.0
5012026-07-23T04:30:00.433Z Downloaded derive_builder_macro v0.20.2
5022026-07-23T04:30:00.433Z Downloaded aead v0.6.1
5032026-07-23T04:30:00.433Z Downloaded dropshot-api-manager-types v0.7.2
5042026-07-23T04:30:00.445Z Downloaded arrayref v0.3.9
5052026-07-23T04:30:00.445Z Downloaded digest v0.11.3
5062026-07-23T04:30:00.445Z Downloaded anstyle-parse v0.2.7
5072026-07-23T04:30:00.445Z Downloaded defmt v1.0.1
5082026-07-23T04:30:00.445Z Downloaded argon2 v0.5.3
5092026-07-23T04:30:00.467Z Downloaded diesel_table_macro_syntax v0.3.0
5102026-07-23T04:30:00.468Z Downloaded compression-codecs v0.4.37
5112026-07-23T04:30:00.469Z Downloaded anstream v0.6.21
5122026-07-23T04:30:00.469Z Downloaded ahash v0.8.12
5132026-07-23T04:30:00.469Z Downloaded ed25519 v2.2.3
5142026-07-23T04:30:00.469Z Downloaded bs58 v0.5.1
5152026-07-23T04:30:00.469Z Downloaded arrayvec v0.7.6
5162026-07-23T04:30:00.469Z Downloaded argon2 v0.6.0-rc.8
5172026-07-23T04:30:00.469Z Downloaded colored v2.2.0
5182026-07-23T04:30:00.479Z Downloaded drift v0.2.0
5192026-07-23T04:30:00.479Z Downloaded darling v0.13.4
5202026-07-23T04:30:00.479Z Downloaded buf-list v1.1.2
5212026-07-23T04:30:00.480Z Downloaded allocator-api2 v0.2.21
5222026-07-23T04:30:00.480Z Downloaded elliptic-curve v0.14.0-rc.33
5232026-07-23T04:30:00.480Z Downloaded critical-section v1.2.0
5242026-07-23T04:30:00.481Z Downloaded convert_case v0.10.0
5252026-07-23T04:30:00.514Z Downloaded ciborium-ll v0.2.2
5262026-07-23T04:30:00.514Z Downloaded darling_macro v0.23.0
5272026-07-23T04:30:00.514Z Downloaded darling_macro v0.13.4
5282026-07-23T04:30:00.514Z Downloaded compression-core v0.4.31
5292026-07-23T04:30:00.514Z Downloaded crc-any v2.5.0
5302026-07-23T04:30:00.514Z Downloaded cookie v0.18.1
5312026-07-23T04:30:00.514Z Downloaded dyn-clone v1.0.20
5322026-07-23T04:30:00.515Z Downloaded curve25519-dalek-derive v0.1.1
5332026-07-23T04:30:00.515Z Downloaded arc-swap v1.8.2
5342026-07-23T04:30:00.515Z Downloaded ar_archive_writer v0.5.1
5352026-07-23T04:30:00.515Z Downloaded dirs-next v2.0.0
5362026-07-23T04:30:00.515Z Downloaded crc-catalog v2.4.0
5372026-07-23T04:30:00.515Z Downloaded cfg_aliases v0.1.1
5382026-07-23T04:30:00.515Z Downloaded bit-set v0.8.0
5392026-07-23T04:30:00.515Z Downloaded base16ct v0.2.0
5402026-07-23T04:30:00.515Z Downloaded dirs-sys-next v0.1.2
5412026-07-23T04:30:00.516Z Downloaded debug-ignore v1.0.5
5422026-07-23T04:30:00.526Z Downloaded bitfield-macros v0.19.4
5432026-07-23T04:30:00.526Z Downloaded atomicwrites v0.4.4
5442026-07-23T04:30:00.526Z Downloaded defmt-parser v1.0.0
5452026-07-23T04:30:00.526Z Downloaded defmt v0.3.100
5462026-07-23T04:30:00.526Z Downloaded darling_macro v0.21.3
5472026-07-23T04:30:00.526Z Downloaded cobs v0.3.0
5482026-07-23T04:30:00.526Z Downloaded ciborium-io v0.2.2
5492026-07-23T04:30:00.527Z Downloaded dunce v1.0.5
5502026-07-23T04:30:00.527Z Downloaded cbc v0.2.1
5512026-07-23T04:30:00.527Z Downloaded async-stream v0.3.6
5522026-07-23T04:30:00.527Z Downloaded cstr-argument v0.1.2
5532026-07-23T04:30:00.527Z Downloaded cpubits v0.1.1
5542026-07-23T04:30:00.527Z Downloaded camino-tempfile-ext v0.3.3
5552026-07-23T04:30:00.527Z Downloaded byte-wrapper v0.1.0
5562026-07-23T04:30:00.527Z Downloaded crucible-workspace-hack v0.1.0
5572026-07-23T04:30:00.527Z Downloaded crc8 v0.1.1
5582026-07-23T04:30:00.528Z Downloaded dof v0.4.0
5592026-07-23T04:30:00.528Z Downloaded atomic-waker v1.1.2
5602026-07-23T04:30:00.528Z Downloaded embedded-io v0.6.1
5612026-07-23T04:30:00.528Z Downloaded darling_core v0.20.11
5622026-07-23T04:30:00.528Z Downloaded darling_core v0.13.4
5632026-07-23T04:30:00.542Z Downloaded data-encoding v2.10.0
5642026-07-23T04:30:00.542Z Downloaded bitfield-struct v0.6.2
5652026-07-23T04:30:00.542Z Downloaded base16ct v1.0.0
5662026-07-23T04:30:00.542Z Downloaded atty v0.2.14
5672026-07-23T04:30:00.542Z Downloaded bcrypt-pbkdf v0.11.0
5682026-07-23T04:30:00.543Z Downloaded async-stream-impl v0.3.6
5692026-07-23T04:30:00.543Z Downloaded dsl_auto_type v0.2.0
5702026-07-23T04:30:00.543Z Downloaded ciborium v0.2.2
5712026-07-23T04:30:00.543Z Downloaded cpufeatures v0.3.0
5722026-07-23T04:30:00.543Z Downloaded cassowary v0.3.0
5732026-07-23T04:30:00.543Z Downloaded document-features v0.2.12
5742026-07-23T04:30:00.560Z Downloaded async-recursion v1.1.1
5752026-07-23T04:30:00.560Z Downloaded bit-set v0.5.3
5762026-07-23T04:30:00.560Z Downloaded digest-io v0.1.0
5772026-07-23T04:30:00.560Z Downloaded block-padding v0.4.2
5782026-07-23T04:30:00.560Z Downloaded crc v3.4.0
5792026-07-23T04:30:00.560Z Downloaded enum-as-inner v0.6.1
5802026-07-23T04:30:00.561Z Downloaded difflib v0.4.0
5812026-07-23T04:30:00.561Z Downloaded cfg_aliases v0.2.1
5822026-07-23T04:30:00.561Z Downloaded display-error-chain v0.2.2
5832026-07-23T04:30:00.561Z Downloaded fixedbitset v0.4.2
5842026-07-23T04:30:00.587Z Downloaded ena v0.14.4
5852026-07-23T04:30:00.587Z Downloaded const_format_proc_macros v0.2.34
5862026-07-23T04:30:00.587Z Downloaded downcast-rs v2.0.2
5872026-07-23T04:30:00.588Z Downloaded embedded-io v0.4.0
5882026-07-23T04:30:00.588Z Downloaded fd-lock v4.0.4
5892026-07-23T04:30:00.588Z Downloaded cipher v0.5.2
5902026-07-23T04:30:00.588Z Downloaded cipher v0.4.4
5912026-07-23T04:30:00.588Z Downloaded defmt-macros v1.0.1
5922026-07-23T04:30:00.589Z Downloaded displaydoc v0.2.5
5932026-07-23T04:30:00.631Z Downloaded derive-ex v0.1.8
5942026-07-23T04:30:00.631Z Downloaded ctr v0.10.1
5952026-07-23T04:30:00.631Z Downloaded csv-core v0.1.13
5962026-07-23T04:30:00.631Z Downloaded futures-core v0.3.32
5972026-07-23T04:30:00.631Z Downloaded endian-type v0.1.2
5982026-07-23T04:30:00.631Z Downloaded der v0.7.10
5992026-07-23T04:30:00.631Z Downloaded derive_more-impl v2.1.1
6002026-07-23T04:30:00.632Z Downloaded env_logger v0.11.9
6012026-07-23T04:30:00.632Z Downloaded flagset v0.4.7
6022026-07-23T04:30:00.632Z Downloaded bit-vec v0.8.0
6032026-07-23T04:30:00.632Z Downloaded form_urlencoded v1.2.2
6042026-07-23T04:30:00.632Z Downloaded foreign-types-macros v0.2.3
6052026-07-23T04:30:00.632Z Downloaded foreign-types-shared v0.3.1
6062026-07-23T04:30:00.632Z Downloaded foreign-types-shared v0.1.1
6072026-07-23T04:30:00.632Z Downloaded foreign-types v0.3.2
6082026-07-23T04:30:00.632Z Downloaded float-cmp v0.10.0
6092026-07-23T04:30:00.632Z Downloaded futures-io v0.3.32
6102026-07-23T04:30:00.632Z Downloaded funty v2.0.0
6112026-07-23T04:30:00.632Z Downloaded dtrace-parser v0.3.0
6122026-07-23T04:30:00.632Z Downloaded console v0.15.11
6132026-07-23T04:30:00.632Z Downloaded daft v0.1.7
6142026-07-23T04:30:00.633Z Downloaded cancel-safe-futures v0.1.5
6152026-07-23T04:30:00.633Z Downloaded crypto-common v0.2.2
6162026-07-23T04:30:00.654Z Downloaded fxhash v0.2.1
6172026-07-23T04:30:00.654Z Downloaded async-trait v0.1.89
6182026-07-23T04:30:00.654Z Downloaded cmake v0.1.57
6192026-07-23T04:30:00.655Z Downloaded bb8 v0.8.6
6202026-07-23T04:30:00.655Z Downloaded daft-derive v0.1.7
6212026-07-23T04:30:00.655Z Downloaded ghash v0.6.0
6222026-07-23T04:30:00.655Z Downloaded enum_dispatch v0.3.13
6232026-07-23T04:30:00.656Z Downloaded globwalk v0.9.1
6242026-07-23T04:30:00.656Z Downloaded either v1.15.0
6252026-07-23T04:30:00.656Z Downloaded git-stub v1.0.0
6262026-07-23T04:30:00.656Z Downloaded futures-sink v0.3.32
6272026-07-23T04:30:00.656Z Downloaded ed25519 v3.0.0
6282026-07-23T04:30:00.656Z Downloaded futures-task v0.3.32
6292026-07-23T04:30:00.656Z Downloaded ed25519-dalek v3.0.0-rc.0
6302026-07-23T04:30:00.656Z Downloaded hex v0.4.3
6312026-07-23T04:30:00.656Z Downloaded cookie_store v0.22.1
6322026-07-23T04:30:00.656Z Downloaded async-bb8-diesel v0.2.1
6332026-07-23T04:30:00.656Z Downloaded ctutils v0.4.2
6342026-07-23T04:30:00.656Z Downloaded darling v0.23.0
6352026-07-23T04:30:00.656Z Downloaded gethostname v0.5.0
6362026-07-23T04:30:00.656Z Downloaded ff v0.13.1
6372026-07-23T04:30:00.656Z Downloaded hash32 v0.3.1
6382026-07-23T04:30:00.656Z Downloaded hash32 v0.2.1
6392026-07-23T04:30:00.656Z Downloaded headers-core v0.3.0
6402026-07-23T04:30:00.656Z Downloaded darling v0.20.11
6412026-07-23T04:30:00.682Z Downloaded fixedbitset v0.5.7
6422026-07-23T04:30:00.682Z Downloaded ff v0.14.0
6432026-07-23T04:30:00.682Z Downloaded hostname v0.4.2
6442026-07-23T04:30:00.682Z Downloaded erased-serde v0.3.31
6452026-07-23T04:30:00.682Z Downloaded foldhash v0.1.5
6462026-07-23T04:30:00.683Z Downloaded fallible-iterator v0.2.0
6472026-07-23T04:30:00.683Z Downloaded fs_extra v1.3.0
6482026-07-23T04:30:00.683Z Downloaded bcs v0.1.6
6492026-07-23T04:30:00.683Z Downloaded http-body v1.0.1
6502026-07-23T04:30:00.683Z Downloaded home v0.5.12
6512026-07-23T04:30:00.683Z Downloaded console v0.16.2
6522026-07-23T04:30:00.683Z Downloaded blake2 v0.11.0-rc.6
6532026-07-23T04:30:00.683Z Downloaded http-range v0.1.5
6542026-07-23T04:30:00.683Z Downloaded aes v0.9.1
6552026-07-23T04:30:00.683Z Downloaded futures-executor v0.3.32
6562026-07-23T04:30:00.683Z Downloaded ecdsa v0.16.9
6572026-07-23T04:30:00.683Z Downloaded futures-macro v0.3.32
6582026-07-23T04:30:00.683Z Downloaded des v0.9.0
6592026-07-23T04:30:00.712Z Downloaded derive_builder_core v0.20.2
6602026-07-23T04:30:00.712Z Downloaded derive_builder v0.20.2
6612026-07-23T04:30:00.712Z Downloaded glob v0.3.3
6622026-07-23T04:30:00.712Z Downloaded backon v1.6.0
6632026-07-23T04:30:00.712Z Downloaded hyper-tls v0.6.0
6642026-07-23T04:30:00.712Z Downloaded hubpack_derive v0.1.1
6652026-07-23T04:30:00.712Z Downloaded git-stub-vcs v0.1.0
6662026-07-23T04:30:00.713Z Downloaded hubpack v0.1.2
6672026-07-23T04:30:00.713Z Downloaded indent_write v2.2.0
6682026-07-23T04:30:00.713Z Downloaded find-msvc-tools v0.1.9
6692026-07-23T04:30:00.713Z Downloaded group v0.14.0
6702026-07-23T04:30:00.713Z Downloaded hex-literal v1.1.0
6712026-07-23T04:30:00.713Z Downloaded globset v0.4.18
6722026-07-23T04:30:00.713Z Downloaded dropshot_endpoint v0.17.1
6732026-07-23T04:30:00.713Z Downloaded crossbeam-channel v0.5.15
6742026-07-23T04:30:00.714Z Downloaded idna_adapter v1.2.1
6752026-07-23T04:30:00.714Z Downloaded darling_core v0.23.0
6762026-07-23T04:30:00.728Z Downloaded group v0.13.0
6772026-07-23T04:30:00.728Z Downloaded inout v0.1.4
6782026-07-23T04:30:00.728Z Downloaded chacha20 v0.10.0
6792026-07-23T04:30:00.728Z Downloaded const-oid v0.10.2
6802026-07-23T04:30:00.728Z Downloaded colored v3.1.1
6812026-07-23T04:30:00.729Z Downloaded futures-channel v0.3.32
6822026-07-23T04:30:00.729Z Downloaded illumos-nvpair-sys v0.2.0
6832026-07-23T04:30:00.729Z Downloaded ident_case v1.0.1
6842026-07-23T04:30:00.730Z Downloaded crossterm v0.28.1
6852026-07-23T04:30:00.730Z Downloaded instant v0.1.13
6862026-07-23T04:30:00.730Z Downloaded instability v0.3.11
6872026-07-23T04:30:00.730Z Downloaded kem v0.3.0
6882026-07-23T04:30:00.730Z Downloaded highway v1.3.0
6892026-07-23T04:30:00.730Z Downloaded inout v0.2.2
6902026-07-23T04:30:00.730Z Downloaded derive-where v1.6.0
6912026-07-23T04:30:00.738Z Downloaded indoc v1.0.9
6922026-07-23T04:30:00.738Z Downloaded fs-err v2.11.0
6932026-07-23T04:30:00.738Z Downloaded elliptic-curve v0.13.8
6942026-07-23T04:30:00.738Z Downloaded diff v0.1.13
6952026-07-23T04:30:00.738Z Downloaded internet-checksum v0.2.1
6962026-07-23T04:30:00.739Z Downloaded http-body-util v0.1.3
6972026-07-23T04:30:00.739Z Downloaded derive_more v0.99.20
6982026-07-23T04:30:00.756Z Downloaded lazy_static v1.5.0
6992026-07-23T04:30:00.756Z Downloaded lalrpop-util v0.19.12
7002026-07-23T04:30:00.756Z Downloaded lru-cache v0.1.2
7012026-07-23T04:30:00.756Z Downloaded libscf-sys v1.1.0
7022026-07-23T04:30:00.756Z Downloaded convert_case v0.4.0
7032026-07-23T04:30:00.757Z Downloaded memoffset v0.9.1
7042026-07-23T04:30:00.757Z Downloaded humantime v2.3.0
7052026-07-23T04:30:00.757Z Downloaded blake2 v0.10.6
7062026-07-23T04:30:00.764Z Downloaded kstat-rs v0.2.4
7072026-07-23T04:30:00.764Z Downloaded linked-hash-map v0.5.6
7082026-07-23T04:30:00.765Z Downloaded getrandom v0.2.17
7092026-07-23T04:30:00.765Z Downloaded is-terminal v0.4.17
7102026-07-23T04:30:00.765Z Downloaded backoff v0.4.0
7112026-07-23T04:30:00.765Z Downloaded half v1.8.3
7122026-07-23T04:30:00.765Z Downloaded bzip2 v0.4.4
7132026-07-23T04:30:00.765Z Downloaded foldhash v0.2.0
7142026-07-23T04:30:00.765Z Downloaded lru v0.12.5
7152026-07-23T04:30:00.765Z Downloaded httpdate v1.0.3
7162026-07-23T04:30:00.765Z Downloaded bzip2 v0.6.1
7172026-07-23T04:30:00.765Z Downloaded md5 v0.8.0
7182026-07-23T04:30:00.766Z Downloaded maybe-uninit v2.0.0
7192026-07-23T04:30:00.766Z Downloaded match_cfg v0.1.0
7202026-07-23T04:30:00.772Z Downloaded ecdsa v0.17.0-rc.18
7212026-07-23T04:30:00.772Z Downloaded maplit v1.0.2
7222026-07-23T04:30:00.772Z Downloaded managed v0.8.0
7232026-07-23T04:30:00.772Z Downloaded hostname v0.3.1
7242026-07-23T04:30:00.772Z Downloaded impl-trait-for-tuples v0.2.3
7252026-07-23T04:30:00.772Z Downloaded bitflags v1.3.2
7262026-07-23T04:30:00.779Z Downloaded newtype-uuid-macros v0.1.0
7272026-07-23T04:30:00.779Z Downloaded mime v0.3.17
7282026-07-23T04:30:00.779Z Downloaded fatfs v0.3.6
7292026-07-23T04:30:00.779Z Downloaded darling v0.21.3
7302026-07-23T04:30:00.794Z Downloaded illumos-nvpair v0.3.0
7312026-07-23T04:30:00.794Z Downloaded blowfish v0.10.0
7322026-07-23T04:30:00.794Z Downloaded bitfield v0.19.4
7332026-07-23T04:30:00.794Z Downloaded keccak v0.1.6
7342026-07-23T04:30:00.794Z Downloaded lzss v0.8.2
7352026-07-23T04:30:00.794Z Downloaded lru-slab v0.1.2
7362026-07-23T04:30:00.794Z Downloaded ipnetwork v0.21.1
7372026-07-23T04:30:00.804Z Downloaded ipnet v2.11.0
7382026-07-23T04:30:00.805Z Downloaded bit-vec v0.6.3
7392026-07-23T04:30:00.805Z Downloaded nodrop v0.1.14
7402026-07-23T04:30:00.805Z Downloaded compact_str v0.8.1
7412026-07-23T04:30:00.805Z Downloaded ingot v0.1.1
7422026-07-23T04:30:00.805Z Downloaded nibble_vec v0.1.0
7432026-07-23T04:30:00.805Z Downloaded newline-converter v0.3.0
7442026-07-23T04:30:00.805Z Downloaded hmac v0.13.0
7452026-07-23T04:30:00.805Z Downloaded indoc v2.0.7
7462026-07-23T04:30:00.807Z Downloaded crossbeam-epoch v0.9.18
7472026-07-23T04:30:00.807Z Downloaded num-derive v0.4.2
7482026-07-23T04:30:00.807Z Downloaded new_debug_unreachable v1.0.6
7492026-07-23T04:30:00.807Z Downloaded httparse v1.10.1
7502026-07-23T04:30:00.807Z Downloaded bytes v1.11.1
7512026-07-23T04:30:00.811Z Downloaded base64 v0.22.1
7522026-07-23T04:30:00.811Z Downloaded is_ci v1.2.0
7532026-07-23T04:30:00.811Z Downloaded newtype_derive v0.1.6
7542026-07-23T04:30:00.811Z Downloaded keccak v0.2.0
7552026-07-23T04:30:00.811Z Downloaded futures v0.3.32
7562026-07-23T04:30:00.811Z Downloaded normalize-line-endings v0.3.0
7572026-07-23T04:30:00.815Z Downloaded nonempty v0.12.0
7582026-07-23T04:30:00.815Z Downloaded num v0.4.3
7592026-07-23T04:30:00.815Z Downloaded md-5 v0.10.6
7602026-07-23T04:30:00.815Z Downloaded libsw v3.5.0
7612026-07-23T04:30:00.844Z Downloaded jobserver v0.1.34
7622026-07-23T04:30:00.844Z Downloaded hmac v0.12.1
7632026-07-23T04:30:00.844Z Downloaded libloading v0.8.9
7642026-07-23T04:30:00.845Z Downloaded getrandom v0.3.4
7652026-07-23T04:30:00.845Z Downloaded hybrid-array v0.4.13
7662026-07-23T04:30:00.845Z Downloaded generic-array v1.4.3
7672026-07-23T04:30:00.845Z Downloaded libefi-sys v0.1.0
7682026-07-23T04:30:00.845Z Downloaded libsw-core v0.3.2
7692026-07-23T04:30:00.845Z Downloaded const_format v0.2.35
7702026-07-23T04:30:00.882Z Downloaded base64ct v1.8.3
7712026-07-23T04:30:00.882Z Downloaded crc32fast v1.5.0
7722026-07-23T04:30:00.882Z Downloaded olpc-cjson v0.1.4
7732026-07-23T04:30:00.882Z Downloaded openssl-probe v0.1.6
7742026-07-23T04:30:00.882Z Downloaded half v2.7.1
7752026-07-23T04:30:00.882Z Downloaded num_enum_derive v0.5.11
7762026-07-23T04:30:00.882Z Downloaded num-iter v0.1.45
7772026-07-23T04:30:00.882Z Downloaded hyper-staticfile v0.10.1
7782026-07-23T04:30:00.882Z Downloaded mime_guess v2.0.5
7792026-07-23T04:30:00.882Z Downloaded ingot-types v0.1.2
7802026-07-23T04:30:00.882Z Downloaded darling_core v0.21.3
7812026-07-23T04:30:00.882Z Downloaded num_threads v0.1.7
7822026-07-23T04:30:00.883Z Downloaded native-tls v0.2.18
7832026-07-23T04:30:00.883Z Downloaded clang-sys v1.8.1
7842026-07-23T04:30:00.883Z Downloaded oso-derive v0.27.3
7852026-07-23T04:30:00.927Z Downloaded openssl-probe v0.2.1
7862026-07-23T04:30:00.928Z Downloaded newtype-uuid v1.3.2
7872026-07-23T04:30:00.928Z Downloaded nanorand v0.7.0
7882026-07-23T04:30:00.928Z Downloaded multimap v0.10.1
7892026-07-23T04:30:00.928Z Downloaded multer v3.1.0
7902026-07-23T04:30:00.928Z Downloaded module-lattice v0.2.3
7912026-07-23T04:30:00.928Z Downloaded packed_struct_codegen v0.10.1
7922026-07-23T04:30:00.928Z Downloaded aes-gcm v0.11.0
7932026-07-23T04:30:00.928Z Downloaded num-complex v0.4.6
7942026-07-23T04:30:00.928Z Downloaded ingot-macros v0.1.1
7952026-07-23T04:30:00.928Z Downloaded flume v0.11.1
7962026-07-23T04:30:00.928Z Downloaded password-hash v0.6.1
7972026-07-23T04:30:00.929Z Downloaded parse-size v1.1.0
7982026-07-23T04:30:00.929Z Downloaded parse-display v0.10.0
7992026-07-23T04:30:00.929Z Downloaded num-rational v0.4.2
8002026-07-23T04:30:00.929Z Downloaded num-conv v0.2.0
8012026-07-23T04:30:00.929Z Downloaded derive_more v2.1.1
8022026-07-23T04:30:00.966Z Downloaded num_enum v0.5.11
8032026-07-23T04:30:00.966Z Downloaded path-slash v0.1.5
8042026-07-23T04:30:00.966Z Downloaded memmap2 v0.9.10
8052026-07-23T04:30:00.966Z Downloaded heapless v0.8.0
8062026-07-23T04:30:00.966Z Downloaded num-derive v0.3.3
8072026-07-23T04:30:00.966Z Downloaded linear-map v1.2.0
8082026-07-23T04:30:00.966Z Downloaded num_enum v0.7.6
8092026-07-23T04:30:00.966Z Downloaded phf_shared v0.13.1
8102026-07-23T04:30:00.966Z Downloaded phf_shared v0.12.1
8112026-07-23T04:30:00.966Z Downloaded icu_provider v2.1.1
8122026-07-23T04:30:00.967Z Downloaded peg-runtime v0.8.5
8132026-07-23T04:30:00.967Z Downloaded ignore v0.4.25
8142026-07-23T04:30:00.967Z Downloaded flate2 v1.1.9
8152026-07-23T04:30:00.967Z Downloaded base64 v0.21.7
8162026-07-23T04:30:00.967Z Downloaded lock_api v0.4.14
8172026-07-23T04:30:00.967Z Downloaded litrs v1.0.0
8182026-07-23T04:30:00.967Z Downloaded litemap v0.8.1
8192026-07-23T04:30:00.967Z Downloaded icu_properties v2.1.2
8202026-07-23T04:30:00.967Z Downloaded async-compression v0.4.41
8212026-07-23T04:30:00.967Z Downloaded phf_shared v0.11.3
8222026-07-23T04:30:00.967Z Downloaded owo-colors v4.3.0
8232026-07-23T04:30:00.967Z Downloaded iana-time-zone v0.1.65
8242026-07-23T04:30:00.967Z Downloaded headers v0.4.1
8252026-07-23T04:30:00.967Z Downloaded ml-kem v0.3.2
8262026-07-23T04:30:00.988Z Downloaded indexmap v1.9.3
8272026-07-23T04:30:00.988Z Downloaded oxide-tokio-rt v0.1.4
8282026-07-23T04:30:00.988Z Downloaded oxide-update-engine-display v0.1.2
8292026-07-23T04:30:00.988Z Downloaded powerfmt v0.2.0
8302026-07-23T04:30:00.988Z Downloaded oxide-update-engine v0.1.2
8312026-07-23T04:30:00.988Z Downloaded nu-ansi-term v0.50.3
8322026-07-23T04:30:00.988Z Downloaded num-integer v0.1.46
8332026-07-23T04:30:00.988Z Downloaded aho-corasick v1.1.4
8342026-07-23T04:30:00.988Z Downloaded predicates-tree v1.0.13
8352026-07-23T04:30:00.988Z Downloaded hyper-rustls v0.27.7
8362026-07-23T04:30:00.988Z Downloaded password-hash v0.5.0
8372026-07-23T04:30:00.988Z Downloaded potential_utf v0.1.4
8382026-07-23T04:30:00.988Z Downloaded packed_struct v0.10.1
8392026-07-23T04:30:00.989Z Downloaded predicates-core v1.0.10
8402026-07-23T04:30:00.989Z Downloaded paste v1.0.15
8412026-07-23T04:30:00.989Z Downloaded parse-display-derive v0.10.0
8422026-07-23T04:30:00.989Z Downloaded cc v1.2.56
8432026-07-23T04:30:00.989Z Downloaded chacha20poly1305 v0.10.1
8442026-07-23T04:30:00.989Z Downloaded openssl-macros v0.1.1
8452026-07-23T04:30:00.989Z Downloaded opaque-debug v0.3.1
8462026-07-23T04:30:00.989Z Downloaded crossbeam-utils v0.8.21
8472026-07-23T04:30:00.990Z Downloaded proc-macro-crate v1.3.1
8482026-07-23T04:30:00.997Z Downloaded parking_lot_core v0.8.6
8492026-07-23T04:30:00.997Z Downloaded libbz2-rs-sys v0.2.2
8502026-07-23T04:30:00.997Z Downloaded proc-macro-crate v3.4.0
8512026-07-23T04:30:00.997Z Downloaded pem-rfc7468 v0.7.0
8522026-07-23T04:30:00.997Z Downloaded phc v0.6.1
8532026-07-23T04:30:00.997Z Downloaded filetime v0.2.27
8542026-07-23T04:30:00.997Z Downloaded der_derive v0.7.3
8552026-07-23T04:30:00.997Z Downloaded precomputed-hash v0.1.1
8562026-07-23T04:30:00.997Z Downloaded peg-macros v0.8.5
8572026-07-23T04:30:00.997Z Downloaded phf v0.13.1
8582026-07-23T04:30:00.998Z Downloaded icu_normalizer_data v2.1.1
8592026-07-23T04:30:00.998Z Downloaded hickory-resolver v0.25.2
8602026-07-23T04:30:00.998Z Downloaded bumpalo v3.20.2
8612026-07-23T04:30:00.998Z Downloaded peg v0.8.5
8622026-07-23T04:30:00.998Z Downloaded progenitor-macro v0.14.0
8632026-07-23T04:30:00.998Z Downloaded progenitor-macro v0.13.0
8642026-07-23T04:30:00.998Z Downloaded proc-macro-error-attr2 v2.0.0
8652026-07-23T04:30:01.016Z Downloaded pkcs8 v0.10.2
8662026-07-23T04:30:01.017Z Downloaded progenitor-client v0.14.0
8672026-07-23T04:30:01.017Z Downloaded percent-encoding v2.3.2
8682026-07-23T04:30:01.017Z Downloaded psl-types v2.0.11
8692026-07-23T04:30:01.017Z Downloaded pem-rfc7468 v1.0.0
8702026-07-23T04:30:01.017Z Downloaded pbkdf2 v0.13.0
8712026-07-23T04:30:01.017Z Downloaded icu_normalizer v2.1.1
8722026-07-23T04:30:01.042Z Downloaded poly1305 v0.8.0
8732026-07-23T04:30:01.042Z Downloaded pin-project-lite v0.2.17
8742026-07-23T04:30:01.042Z Downloaded phf v0.12.1
8752026-07-23T04:30:01.042Z Downloaded num_enum_derive v0.7.6
8762026-07-23T04:30:01.042Z Downloaded corncobs v0.1.4
8772026-07-23T04:30:01.042Z Downloaded diesel-dtrace v0.5.0
8782026-07-23T04:30:01.043Z Downloaded deranged v0.5.8
8792026-07-23T04:30:01.043Z Downloaded hickory-resolver v0.24.4
8802026-07-23T04:30:01.043Z Downloaded polyval v0.7.1
8812026-07-23T04:30:01.043Z Downloaded pkg-config v0.3.32
8822026-07-23T04:30:01.043Z Downloaded oxnet v0.1.6
8832026-07-23T04:30:01.043Z Downloaded delegate v0.13.5
8842026-07-23T04:30:01.043Z Downloaded cmov v0.5.4
8852026-07-23T04:30:01.043Z Downloaded postgres-protocol v0.6.10
8862026-07-23T04:30:01.043Z Downloaded chacha20 v0.9.1
8872026-07-23T04:30:01.043Z Downloaded port-file v0.1.0
8882026-07-23T04:30:01.048Z Downloaded constant_time_eq v0.4.2
8892026-07-23T04:30:01.048Z Downloaded radium v0.7.0
8902026-07-23T04:30:01.048Z Downloaded const-oid v0.9.6
8912026-07-23T04:30:01.048Z Downloaded cexpr v0.6.0
8922026-07-23T04:30:01.048Z Downloaded rand_chacha v0.3.1
8932026-07-23T04:30:01.048Z Downloaded parking_lot v0.11.2
8942026-07-23T04:30:01.048Z Downloaded rand_xorshift v0.4.0
8952026-07-23T04:30:01.048Z Downloaded parking_lot_core v0.9.12
8962026-07-23T04:30:01.048Z Downloaded predicates v3.1.4
8972026-07-23T04:30:01.048Z Downloaded der v0.8.0
8982026-07-23T04:30:01.048Z Downloaded icu_locale_core v2.1.1
8992026-07-23T04:30:01.051Z Downloaded icu_collections v2.1.1
9002026-07-23T04:30:01.051Z Downloaded diesel_derives v2.3.7
9012026-07-23T04:30:01.055Z Downloaded ref-cast-impl v1.0.25
9022026-07-23T04:30:01.063Z Downloaded recursive-proc-macro-impl v0.1.1
9032026-07-23T04:30:01.064Z Downloaded expectorate v1.2.0
9042026-07-23T04:30:01.064Z Downloaded primeorder v0.14.0-rc.10
9052026-07-23T04:30:01.079Z Downloaded primeorder v0.13.6
9062026-07-23T04:30:01.080Z Downloaded num-traits v0.2.19
9072026-07-23T04:30:01.080Z Downloaded ppv-lite86 v0.2.21
9082026-07-23T04:30:01.080Z Downloaded progenitor-extras v0.2.0
9092026-07-23T04:30:01.080Z Downloaded proc-macro-error2 v2.0.1
9102026-07-23T04:30:01.080Z Downloaded heapless v0.7.17
9112026-07-23T04:30:01.080Z Downloaded pkcs1 v0.7.5
9122026-07-23T04:30:01.092Z Downloaded indicatif v0.18.4
9132026-07-23T04:30:01.092Z Downloaded pkcs8 v0.11.0
9142026-07-23T04:30:01.093Z Downloaded pin-project-internal v1.1.11
9152026-07-23T04:30:01.093Z Downloaded progenitor v0.13.0
9162026-07-23T04:30:01.094Z Downloaded russh-util v0.52.0
9172026-07-23T04:30:01.095Z Downloaded russh-cryptovec v0.61.0
9182026-07-23T04:30:01.095Z Downloaded rfc6979 v0.4.0
9192026-07-23T04:30:01.095Z Downloaded oxide-update-engine-types v0.1.2
9202026-07-23T04:30:01.129Z Downloaded oso v0.27.3
9212026-07-23T04:30:01.129Z Downloaded rustc-hash v2.1.1
9222026-07-23T04:30:01.129Z Downloaded rtoolbox v0.0.3
9232026-07-23T04:30:01.129Z Downloaded progenitor-client v0.13.0
9242026-07-23T04:30:01.129Z Downloaded omicron-zone-package v0.12.3
9252026-07-23T04:30:01.129Z Downloaded postcard v1.1.3
9262026-07-23T04:30:01.129Z Downloaded ref-cast v1.0.25
9272026-07-23T04:30:01.130Z Downloaded rand_core v0.10.0
9282026-07-23T04:30:01.130Z Downloaded rand_core v0.9.5
9292026-07-23T04:30:01.130Z Downloaded rand_core v0.6.4
9302026-07-23T04:30:01.130Z Downloaded rustc_version v0.1.7
9312026-07-23T04:30:01.130Z Downloaded psm v0.1.30
9322026-07-23T04:30:01.154Z Downloaded r2d2 v0.8.10
9332026-07-23T04:30:01.155Z Downloaded http v1.4.2
9342026-07-23T04:30:01.155Z Downloaded sapling-renderdag v0.1.0
9352026-07-23T04:30:01.155Z Downloaded postgres-types v0.2.12
9362026-07-23T04:30:01.155Z Downloaded rustc_version v0.4.1
9372026-07-23T04:30:01.155Z Downloaded jiff-static v0.2.21
9382026-07-23T04:30:01.155Z Downloaded ed25519-dalek v2.2.0
9392026-07-23T04:30:01.155Z Downloaded poly1305 v0.9.0
9402026-07-23T04:30:01.155Z Downloaded hashbrown v0.12.3
9412026-07-23T04:30:01.155Z Downloaded progenitor v0.14.0
9422026-07-23T04:30:01.155Z Downloaded rand_seeder v0.4.0
9432026-07-23T04:30:01.156Z Downloaded scheduled-thread-pool v0.2.7
9442026-07-23T04:30:01.156Z Downloaded primefield v0.14.0
9452026-07-23T04:30:01.156Z Downloaded same-file v1.0.6
9462026-07-23T04:30:01.156Z Downloaded pkcs1 v0.8.0-rc.4
9472026-07-23T04:30:01.156Z Downloaded miniz_oxide v0.8.9
9482026-07-23T04:30:01.156Z Downloaded recursive v0.1.1
9492026-07-23T04:30:01.156Z Downloaded scopeguard v1.2.0
9502026-07-23T04:30:01.156Z Downloaded rand_chacha v0.9.0
9512026-07-23T04:30:01.156Z Downloaded quick-error v1.2.3
9522026-07-23T04:30:01.156Z Downloaded crossterm v0.29.0
9532026-07-23T04:30:01.157Z Downloaded resolv-conf v0.7.6
9542026-07-23T04:30:01.157Z Downloaded pkcs5 v0.8.1
9552026-07-23T04:30:01.166Z Downloaded pem v3.0.6
9562026-07-23T04:30:01.166Z Downloaded block-buffer v0.12.1
9572026-07-23T04:30:01.166Z Downloaded foreign-types v0.5.0
9582026-07-23T04:30:01.166Z Downloaded float-ord v0.3.2
9592026-07-23T04:30:01.166Z Downloaded env_filter v1.0.0
9602026-07-23T04:30:01.166Z Downloaded crossbeam-deque v0.8.6
9612026-07-23T04:30:01.166Z Downloaded rpassword v7.5.4
9622026-07-23T04:30:01.166Z Downloaded seq-macro v0.3.6
9632026-07-23T04:30:01.166Z Downloaded secrecy v0.10.3
9642026-07-23T04:30:01.166Z Downloaded secrecy v0.8.0
9652026-07-23T04:30:01.166Z Downloaded scroll_derive v0.13.1
9662026-07-23T04:30:01.166Z Downloaded hashbrown v0.13.2
9672026-07-23T04:30:01.166Z Downloaded serde-big-array v0.5.1
9682026-07-23T04:30:01.166Z Downloaded serde_plain v1.0.2
9692026-07-23T04:30:01.167Z Downloaded parking_lot v0.12.5
9702026-07-23T04:30:01.182Z Downloaded openssl-sys v0.9.115
9712026-07-23T04:30:01.182Z Downloaded rfc6979 v0.5.0
9722026-07-23T04:30:01.182Z Downloaded serde_bytes v0.11.19
9732026-07-23T04:30:01.182Z Downloaded semver v0.1.20
9742026-07-23T04:30:01.183Z Downloaded rusty-fork v0.3.1
9752026-07-23T04:30:01.183Z Downloaded serde_urlencoded v0.7.1
9762026-07-23T04:30:01.183Z Downloaded sha1 v0.11.0
9772026-07-23T04:30:01.183Z Downloaded minimal-lexical v0.2.1
9782026-07-23T04:30:01.219Z Downloaded p256 v0.14.0-rc.10
9792026-07-23T04:30:01.219Z Downloaded rustversion v1.0.22
9802026-07-23T04:30:01.219Z Downloaded rustls-pemfile v2.2.0
9812026-07-23T04:30:01.220Z Downloaded shell-words v1.1.1
9822026-07-23T04:30:01.220Z Downloaded serde_repr v0.1.20
9832026-07-23T04:30:01.220Z Downloaded rustls-native-certs v0.8.3
9842026-07-23T04:30:01.220Z Downloaded p384 v0.14.0-rc.10
9852026-07-23T04:30:01.220Z Downloaded serde_spanned v1.1.1
9862026-07-23T04:30:01.220Z Downloaded quinn-udp v0.5.14
9872026-07-23T04:30:01.251Z Downloaded sha1 v0.10.6
9882026-07-23T04:30:01.251Z Downloaded signal-hook-tokio v0.3.1
9892026-07-23T04:30:01.251Z Downloaded signal-hook-mio v0.2.5
9902026-07-23T04:30:01.251Z Downloaded prefix-trie v0.7.0
9912026-07-23T04:30:01.251Z Downloaded papergrid v0.17.0
9922026-07-23T04:30:01.251Z Downloaded slog-bunyan v2.5.0
9932026-07-23T04:30:01.251Z Downloaded schemars_derive v0.8.22
9942026-07-23T04:30:01.252Z Downloaded pin-project v1.1.11
9952026-07-23T04:30:01.252Z Downloaded siphasher v1.0.2
9962026-07-23T04:30:01.252Z Downloaded sigpipe v0.1.3
9972026-07-23T04:30:01.252Z Downloaded signature v3.0.0
9982026-07-23T04:30:01.252Z Downloaded signature v2.2.0
9992026-07-23T04:30:01.268Z Downloaded sec1 v0.7.3
10002026-07-23T04:30:01.268Z Downloaded serde-hex v0.1.0
10012026-07-23T04:30:01.268Z Downloaded progenitor-impl v0.14.0
10022026-07-23T04:30:01.268Z Downloaded serde_path_to_error v0.1.20
10032026-07-23T04:30:01.268Z Downloaded internal-russh-num-bigint v0.5.0
10042026-07-23T04:30:01.268Z Downloaded serde_derive_internals v0.29.1
10052026-07-23T04:30:01.268Z Downloaded slog-envlogger v2.2.0
10062026-07-23T04:30:01.269Z Downloaded sec1 v0.8.1
10072026-07-23T04:30:01.269Z Downloaded hyper-util v0.1.20
10082026-07-23T04:30:01.269Z Downloaded hickory-server v0.25.2
10092026-07-23T04:30:01.269Z Downloaded signal-hook-registry v1.4.8
10102026-07-23T04:30:01.269Z Downloaded itertools v0.10.5
10112026-07-23T04:30:01.269Z Downloaded shlex v1.3.0
10122026-07-23T04:30:01.276Z Downloaded serde_with_macros v1.5.2
10132026-07-23T04:30:01.276Z Downloaded rustls-pki-types v1.14.0
10142026-07-23T04:30:01.276Z Downloaded sqlparser_derive v0.5.0
10152026-07-23T04:30:01.276Z Downloaded rcgen v0.12.1
10162026-07-23T04:30:01.276Z Downloaded stable_deref_trait v1.2.1
10172026-07-23T04:30:01.294Z Downloaded simd-adler32 v0.3.8
10182026-07-23T04:30:01.299Z Downloaded salsa20 v0.11.0
10192026-07-23T04:30:01.299Z Downloaded slog-dtrace v0.3.0
10202026-07-23T04:30:01.299Z Downloaded strum v0.27.2
10212026-07-23T04:30:01.299Z Downloaded structmeta v0.3.0
10222026-07-23T04:30:01.299Z Downloaded strsim v0.10.0
10232026-07-23T04:30:01.299Z Downloaded subtle v2.6.1
10242026-07-23T04:30:01.299Z Downloaded strip-ansi-escapes v0.2.1
10252026-07-23T04:30:01.299Z Downloaded slog-scope v4.4.1
10262026-07-23T04:30:01.308Z Downloaded mio v1.2.0
10272026-07-23T04:30:01.390Z Downloaded ron v0.8.1
10282026-07-23T04:30:01.390Z Downloaded sync_wrapper v1.0.2
10292026-07-23T04:30:01.481Z Downloaded sync-ptr v0.1.4
10302026-07-23T04:30:01.481Z Downloaded take_mut v0.2.2
10312026-07-23T04:30:01.481Z Downloaded tagptr v0.2.0
10322026-07-23T04:30:01.481Z Downloaded scroll v0.13.0
10332026-07-23T04:30:01.481Z Downloaded slog-term v2.9.2
10342026-07-23T04:30:01.481Z Downloaded snafu-derive v0.8.9
10352026-07-23T04:30:01.481Z Downloaded supports-color v3.0.2
10362026-07-23T04:30:01.482Z Downloaded strum v0.26.3
10372026-07-23T04:30:01.482Z Downloaded tabled_derive v0.11.0
10382026-07-23T04:30:01.482Z Downloaded termtree v0.5.1
10392026-07-23T04:30:01.482Z Downloaded smallvec v0.6.14
10402026-07-23T04:30:01.482Z Downloaded slog-stdlog v4.1.1
10412026-07-23T04:30:01.482Z Downloaded serde_cbor v0.11.2
10422026-07-23T04:30:01.482Z Downloaded prettyplease v0.2.37
10432026-07-23T04:30:01.482Z Downloaded tabwriter v1.4.1
10442026-07-23T04:30:01.482Z Downloaded sqlformat v0.3.5
10452026-07-23T04:30:01.482Z Downloaded spki v0.8.0
10462026-07-23T04:30:01.482Z Downloaded rustls-platform-verifier v0.6.2
10472026-07-23T04:30:01.483Z Downloaded structmeta-derive v0.3.0
10482026-07-23T04:30:01.483Z Downloaded hashbrown v0.16.1
10492026-07-23T04:30:01.483Z Downloaded spki v0.7.3
10502026-07-23T04:30:01.483Z Downloaded thiserror-impl-no-std v2.0.2
10512026-07-23T04:30:01.483Z Downloaded serdect v0.4.3
10522026-07-23T04:30:01.483Z Downloaded ssh-encoding v0.3.0-rc.9
10532026-07-23T04:30:01.483Z Downloaded testing_table v0.3.0
10542026-07-23T04:30:01.483Z Downloaded string_cache v0.8.9
10552026-07-23T04:30:01.483Z Downloaded thread-id v5.1.0
10562026-07-23T04:30:01.484Z Downloaded dropshot-api-manager v0.7.2
10572026-07-23T04:30:01.484Z Downloaded ssh-cipher v0.3.0-rc.9
10582026-07-23T04:30:01.484Z Downloaded static_assertions v1.1.0
10592026-07-23T04:30:01.484Z Downloaded ryu v1.0.23
10602026-07-23T04:30:01.485Z Downloaded schemars v0.8.22
10612026-07-23T04:30:01.485Z Downloaded tinyvec_macros v0.1.1
10622026-07-23T04:30:01.485Z Downloaded time-core v0.1.8
10632026-07-23T04:30:01.485Z Downloaded stringprep v0.1.5
10642026-07-23T04:30:01.485Z Downloaded slog-async v2.8.0
10652026-07-23T04:30:01.485Z Downloaded serde_with_macros v3.21.0
10662026-07-23T04:30:01.485Z Downloaded slab v0.4.12
10672026-07-23T04:30:01.485Z Downloaded smallvec v1.15.1
10682026-07-23T04:30:01.485Z Downloaded sha2 v0.11.0
10692026-07-23T04:30:01.485Z Downloaded progenitor-impl v0.13.0
10702026-07-23T04:30:01.485Z Downloaded pretty_assertions v1.4.1
10712026-07-23T04:30:01.485Z Downloaded scrypt v0.12.0
10722026-07-23T04:30:01.486Z Downloaded strum_macros v0.26.4
10732026-07-23T04:30:01.486Z Downloaded strum_macros v0.24.3
10742026-07-23T04:30:01.486Z Downloaded chrono v0.4.45
10752026-07-23T04:30:01.486Z Downloaded support-bundle-viewer v0.1.2
10762026-07-23T04:30:01.486Z Downloaded quinn v0.11.9
10772026-07-23T04:30:01.486Z Downloaded tokio-macros v2.7.0
10782026-07-23T04:30:01.486Z Downloaded synstructure v0.13.2
10792026-07-23T04:30:01.486Z Downloaded libxml v0.3.3
10802026-07-23T04:30:01.502Z Downloaded rand v0.8.6
10812026-07-23T04:30:01.502Z Downloaded qorb v0.4.1
10822026-07-23T04:30:01.502Z Downloaded publicsuffix v2.3.0
10832026-07-23T04:30:01.502Z Downloaded spin v0.9.8
10842026-07-23T04:30:01.502Z Downloaded iri-string v0.7.10
10852026-07-23T04:30:01.502Z Downloaded tap v1.0.1
10862026-07-23T04:30:01.502Z Downloaded nom v7.1.3
10872026-07-23T04:30:01.502Z Downloaded num-bigint-dig v0.8.6
10882026-07-23T04:30:01.502Z Downloaded thiserror-no-std v2.0.2
10892026-07-23T04:30:01.502Z Downloaded futures-util v0.3.32
10902026-07-23T04:30:01.502Z Downloaded thread_local v1.1.9
10912026-07-23T04:30:01.503Z Downloaded num-bigint v0.4.6
10922026-07-23T04:30:01.503Z Downloaded tower-service v0.3.3
10932026-07-23T04:30:01.503Z Downloaded tower-layer v0.3.3
10942026-07-23T04:30:01.503Z Downloaded topological-sort v0.2.2
10952026-07-23T04:30:01.503Z Downloaded time-macros v0.2.27
10962026-07-23T04:30:01.503Z Downloaded stacker v0.1.23
10972026-07-23T04:30:01.503Z Downloaded crypto-primes v0.7.2
10982026-07-23T04:30:01.503Z Downloaded unarray v0.1.4
10992026-07-23T04:30:01.503Z Downloaded tls_codec_derive v0.4.2
11002026-07-23T04:30:01.503Z Downloaded try-lock v0.2.5
11012026-07-23T04:30:01.503Z Downloaded tiny-keccak v2.0.2
11022026-07-23T04:30:01.510Z Downloaded hkdf v0.13.0
11032026-07-23T04:30:01.511Z Downloaded tls_codec v0.4.2
11042026-07-23T04:30:01.511Z Downloaded rsa v0.9.10
11052026-07-23T04:30:01.511Z Downloaded strum_macros v0.27.2
11062026-07-23T04:30:01.511Z Downloaded typify-macro v0.6.2
11072026-07-23T04:30:01.511Z Downloaded schemars v0.9.0
11082026-07-23T04:30:01.511Z Downloaded universal-hash v0.6.1
11092026-07-23T04:30:01.511Z Downloaded unit-prefix v0.5.2
11102026-07-23T04:30:01.511Z Downloaded tokio-dtrace v0.1.1
11112026-07-23T04:30:01.511Z Downloaded tokio-native-tls v0.3.1
11122026-07-23T04:30:01.511Z Downloaded similar v2.7.0
11132026-07-23T04:30:01.511Z Downloaded untrusted v0.7.1
11142026-07-23T04:30:01.512Z Downloaded universal-hash v0.5.1
11152026-07-23T04:30:01.512Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11162026-07-23T04:30:01.512Z Downloaded tokio-tungstenite v0.21.0
11172026-07-23T04:30:01.512Z Downloaded tinystr v0.8.2
11182026-07-23T04:30:01.512Z Downloaded trait-variant v0.1.2
11192026-07-23T04:30:01.512Z Downloaded rustls-webpki v0.103.13
11202026-07-23T04:30:01.512Z Downloaded utf8_iter v1.0.4
11212026-07-23T04:30:01.512Z Downloaded unicode-xid v0.2.6
11222026-07-23T04:30:01.512Z Downloaded rand v0.10.1
11232026-07-23T04:30:01.512Z Downloaded itertools v0.12.1
11242026-07-23T04:30:01.512Z Downloaded usdt-attr-macro v0.6.0
11252026-07-23T04:30:01.512Z Downloaded p521 v0.14.0-rc.10
11262026-07-23T04:30:01.512Z Downloaded nom v8.0.0
11272026-07-23T04:30:01.556Z Downloaded signal-hook v0.3.18
11282026-07-23T04:30:01.556Z Downloaded rand v0.9.2
11292026-07-23T04:30:01.556Z Downloaded itertools v0.13.0
11302026-07-23T04:30:01.556Z Downloaded usdt-macro v0.6.0
11312026-07-23T04:30:01.556Z Downloaded untrusted v0.9.0
11322026-07-23T04:30:01.556Z Downloaded unicode-truncate v1.1.0
11332026-07-23T04:30:01.557Z Downloaded wait-timeout v0.2.1
11342026-07-23T04:30:01.557Z Downloaded hyper v1.10.1
11352026-07-23T04:30:01.557Z Downloaded toml_writer v1.1.1+spec-1.1.0
11362026-07-23T04:30:01.557Z Downloaded void v1.0.2
11372026-07-23T04:30:01.557Z Downloaded usdt v0.6.0
11382026-07-23T04:30:01.557Z Downloaded rsa v0.10.0-rc.18
11392026-07-23T04:30:01.557Z Downloaded snafu v0.8.9
11402026-07-23T04:30:01.557Z Downloaded tokio-stream v0.1.18
11412026-07-23T04:30:01.557Z Downloaded unicase v2.9.0
11422026-07-23T04:30:01.557Z Downloaded tokio-rustls v0.26.4
11432026-07-23T04:30:01.557Z Downloaded schemars v1.2.1
11442026-07-23T04:30:01.569Z Downloaded want v0.3.1
11452026-07-23T04:30:01.569Z Downloaded waitgroup v0.1.2
11462026-07-23T04:30:01.569Z Downloaded utf-8 v0.7.6
11472026-07-23T04:30:01.569Z Downloaded samael v0.0.19
11482026-07-23T04:30:01.569Z Downloaded tokio-tungstenite v0.23.1
11492026-07-23T04:30:01.569Z Downloaded xshell-macros v0.2.7
11502026-07-23T04:30:01.569Z Downloaded term v1.2.1
11512026-07-23T04:30:01.569Z Downloaded zerofrom v0.1.6
11522026-07-23T04:30:01.569Z Downloaded xattr v1.6.1
11532026-07-23T04:30:01.569Z Downloaded tui-tree-widget v0.23.1
11542026-07-23T04:30:01.570Z Downloaded term v0.7.0
11552026-07-23T04:30:01.570Z Downloaded serde_yaml v0.9.34+deprecated
11562026-07-23T04:30:01.570Z Downloaded socket2 v0.6.3
11572026-07-23T04:30:01.570Z Downloaded aws-lc-rs v1.16.3
11582026-07-23T04:30:01.570Z Downloaded socket2 v0.5.10
11592026-07-23T04:30:01.570Z Downloaded vergen-gitcl v1.0.8
11602026-07-23T04:30:01.570Z Downloaded yoke-derive v0.8.1
11612026-07-23T04:30:01.570Z Downloaded itertools v0.14.0
11622026-07-23T04:30:01.570Z Downloaded zerofrom-derive v0.1.6
11632026-07-23T04:30:01.570Z Downloaded toml_parser v1.1.2+spec-1.1.0
11642026-07-23T04:30:01.570Z Downloaded tokio-test v0.4.5
11652026-07-23T04:30:01.603Z Downloaded uzers v0.12.2
11662026-07-23T04:30:01.603Z Downloaded curve25519-dalek v4.1.3
11672026-07-23T04:30:01.604Z Downloaded tracing-attributes v0.1.31
11682026-07-23T04:30:01.604Z Downloaded test-strategy v0.4.5
11692026-07-23T04:30:01.646Z Downloaded whoami v2.1.0
11702026-07-23T04:30:01.646Z Downloaded vergen-lib v0.1.6
11712026-07-23T04:30:01.646Z Downloaded vergen-git2 v9.1.0
11722026-07-23T04:30:01.646Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11732026-07-23T04:30:01.646Z Downloaded h2 v0.4.15
11742026-07-23T04:30:01.647Z Downloaded zone v0.3.1
11752026-07-23T04:30:01.647Z Downloaded subprocess v0.2.15
11762026-07-23T04:30:01.647Z Downloaded bitvec v1.0.1
11772026-07-23T04:30:01.647Z Downloaded zone_cfg_derive v0.3.1
11782026-07-23T04:30:01.647Z Downloaded whoami v1.6.1
11792026-07-23T04:30:01.647Z Downloaded walkdir v2.5.0
11802026-07-23T04:30:01.647Z Downloaded vergen-lib v9.1.0
11812026-07-23T04:30:01.647Z Downloaded tinyvec v1.10.0
11822026-07-23T04:30:01.647Z Downloaded libm v0.2.16
11832026-07-23T04:30:01.647Z Downloaded hkdf v0.12.4
11842026-07-23T04:30:01.648Z Downloaded twox-hash v2.1.2
11852026-07-23T04:30:01.648Z Downloaded writeable v0.6.2
11862026-07-23T04:30:01.669Z Downloaded xshell v0.2.7
11872026-07-23T04:30:01.669Z Downloaded blake3 v1.8.5
11882026-07-23T04:30:01.669Z Downloaded termios v0.3.3
11892026-07-23T04:30:01.669Z Downloaded slog v2.8.2
11902026-07-23T04:30:01.669Z Downloaded wyz v0.5.1
11912026-07-23T04:30:01.669Z Downloaded toml v1.1.2+spec-1.1.0
11922026-07-23T04:30:01.669Z Downloaded toml v0.7.8
11932026-07-23T04:30:01.669Z Downloaded zeroize_derive v1.4.3
11942026-07-23T04:30:01.669Z Downloaded tar v0.4.46
11952026-07-23T04:30:01.670Z Downloaded usdt-impl v0.6.0
11962026-07-23T04:30:01.670Z Downloaded unicode-properties v0.1.4
11972026-07-23T04:30:01.670Z Downloaded yoke v0.8.1
11982026-07-23T04:30:01.670Z Downloaded icu_properties_data v2.1.2
11992026-07-23T04:30:01.670Z Downloaded steno v0.4.1
12002026-07-23T04:30:01.670Z Downloaded zeroize v1.8.2
12012026-07-23T04:30:01.670Z Downloaded rayon-core v1.13.0
12022026-07-23T04:30:01.670Z Downloaded iddqd v0.4.2
12032026-07-23T04:30:01.670Z Downloaded zstd v0.13.3
12042026-07-23T04:30:01.670Z Downloaded typify v0.6.2
12052026-07-23T04:30:01.676Z Downloaded rustyline v14.0.0
12062026-07-23T04:30:01.676Z Downloaded vsss-rs v3.3.4
12072026-07-23T04:30:01.677Z Downloaded idna v1.1.0
12082026-07-23T04:30:01.677Z Downloaded zstd-safe v7.2.4
12092026-07-23T04:30:01.677Z Downloaded smf v0.2.3
12102026-07-23T04:30:01.677Z Downloaded hashbrown v0.15.5
12112026-07-23T04:30:01.677Z Downloaded slog-json v2.6.1
12122026-07-23T04:30:01.677Z Downloaded vergen v9.1.0
12132026-07-23T04:30:01.678Z Downloaded tracing-core v0.1.36
12142026-07-23T04:30:01.678Z Downloaded tungstenite v0.23.0
12152026-07-23T04:30:01.698Z Downloaded yasna v0.5.2
12162026-07-23T04:30:01.698Z Downloaded tungstenite v0.21.0
12172026-07-23T04:30:01.698Z Downloaded zerocopy v0.6.6
12182026-07-23T04:30:01.700Z Downloaded serde_with v1.14.0
12192026-07-23T04:30:01.720Z Downloaded zerovec-derive v0.11.2
12202026-07-23T04:30:01.720Z Downloaded uuid v1.23.4
12212026-07-23T04:30:01.720Z Downloaded git2 v0.20.4
12222026-07-23T04:30:01.720Z Downloaded bindgen v0.71.1
12232026-07-23T04:30:01.720Z Downloaded toml_edit v0.23.10+spec-1.0.0
12242026-07-23T04:30:01.762Z Downloaded reedline v0.40.0
12252026-07-23T04:30:01.781Z Downloaded unicode-bidi v0.3.18
12262026-07-23T04:30:01.781Z Downloaded crypto-bigint v0.7.5
12272026-07-23T04:30:01.781Z Downloaded p384 v0.13.1
12282026-07-23T04:30:01.781Z Downloaded regex v1.12.3
12292026-07-23T04:30:01.782Z Downloaded zopfli v0.8.3
12302026-07-23T04:30:01.782Z Downloaded reqwest v0.13.2
12312026-07-23T04:30:01.782Z Downloaded tokio-postgres v0.7.16
12322026-07-23T04:30:01.811Z Downloaded vte v0.14.1
12332026-07-23T04:30:01.811Z Downloaded unicode_categories v0.1.1
12342026-07-23T04:30:01.812Z Downloaded unsafe-libyaml v0.2.11
12352026-07-23T04:30:01.812Z Downloaded toml_edit v0.19.15
12362026-07-23T04:30:01.812Z Downloaded yansi v1.0.1
12372026-07-23T04:30:01.819Z Downloaded tower v0.5.3
12382026-07-23T04:30:01.819Z Downloaded url v2.5.8
12392026-07-23T04:30:01.819Z Downloaded reqwest v0.12.28
12402026-07-23T04:30:01.819Z Downloaded zerotrie v0.2.3
12412026-07-23T04:30:01.820Z Downloaded rawzip v0.4.4
12422026-07-23T04:30:01.820Z Downloaded moka v0.12.13
12432026-07-23T04:30:01.820Z Downloaded lalrpop v0.19.12
12442026-07-23T04:30:01.834Z Downloaded salty v0.3.0
12452026-07-23T04:30:01.834Z Downloaded quick-xml v0.37.5
12462026-07-23T04:30:01.843Z Downloaded portable-atomic v1.13.1
12472026-07-23T04:30:01.843Z Downloaded zerocopy-derive v0.8.40
12482026-07-23T04:30:01.843Z Downloaded x509-cert v0.2.5
12492026-07-23T04:30:01.864Z Downloaded zip v0.6.6
12502026-07-23T04:30:01.864Z Downloaded ssh-key v0.7.0-rc.10
12512026-07-23T04:30:01.864Z Downloaded typed-path v0.9.3
12522026-07-23T04:30:01.865Z Downloaded curve25519-dalek v5.0.0-rc.0
12532026-07-23T04:30:01.890Z Downloaded rayon v1.11.0
12542026-07-23T04:30:01.891Z Downloaded unicode-segmentation v1.12.0
12552026-07-23T04:30:01.891Z Downloaded tokio-util v0.7.18
12562026-07-23T04:30:01.906Z Downloaded petname v2.0.2
12572026-07-23T04:30:01.906Z Downloaded object v0.30.4
12582026-07-23T04:30:01.906Z Downloaded goblin v0.10.5
12592026-07-23T04:30:01.906Z Downloaded unicode-normalization v0.1.25
12602026-07-23T04:30:01.906Z Downloaded proptest v1.10.0
12612026-07-23T04:30:01.913Z Downloaded tough v0.22.0
12622026-07-23T04:30:01.913Z Downloaded tower-http v0.6.8
12632026-07-23T04:30:01.914Z Downloaded zip v4.6.1
12642026-07-23T04:30:01.914Z Downloaded russh v0.61.2
12652026-07-23T04:30:01.980Z Downloaded zerovec v0.11.5
12662026-07-23T04:30:01.980Z Downloaded quinn-proto v0.11.13
12672026-07-23T04:30:02.005Z Downloaded bstr v1.12.1
12682026-07-23T04:30:02.005Z Downloaded serde_with v3.21.0
12692026-07-23T04:30:02.005Z Downloaded dropshot v0.17.1
12702026-07-23T04:30:02.005Z Downloaded radix_trie v0.2.1
12712026-07-23T04:30:02.005Z Downloaded nix v0.27.1
12722026-07-23T04:30:02.005Z Downloaded winnow v0.6.26
12732026-07-23T04:30:02.005Z Downloaded polar-core v0.27.3
12742026-07-23T04:30:02.018Z Downloaded winnow v0.5.40
12752026-07-23T04:30:02.018Z Downloaded smoltcp v0.9.1
12762026-07-23T04:30:02.018Z Downloaded time v0.3.47
12772026-07-23T04:30:02.064Z Downloaded tabled v0.20.0
12782026-07-23T04:30:02.127Z Downloaded winnow v1.0.3
12792026-07-23T04:30:02.127Z Downloaded nix v0.31.2
12802026-07-23T04:30:02.127Z Downloaded vcpkg v0.2.15
12812026-07-23T04:30:02.127Z Downloaded zlib-rs v0.6.2
12822026-07-23T04:30:02.128Z Downloaded hickory-proto v0.25.2
12832026-07-23T04:30:02.128Z Downloaded object v0.37.3
12842026-07-23T04:30:02.145Z Downloaded diesel v2.3.7
12852026-07-23T04:30:02.145Z Downloaded hickory-proto v0.24.4
12862026-07-23T04:30:02.145Z Downloaded nix v0.28.0
12872026-07-23T04:30:02.145Z Downloaded regex-syntax v0.6.29
12882026-07-23T04:30:02.146Z Downloaded openssl v0.10.79
12892026-07-23T04:30:02.146Z Downloaded smoltcp v0.11.0
12902026-07-23T04:30:02.154Z Downloaded regress v0.11.1
12912026-07-23T04:30:02.154Z Downloaded zerocopy v0.8.40
12922026-07-23T04:30:02.154Z Downloaded openapiv3 v2.2.0
12932026-07-23T04:30:02.169Z Downloaded regress v0.10.5
12942026-07-23T04:30:02.169Z Downloaded rustls v0.23.41
12952026-07-23T04:30:02.192Z Downloaded regex-syntax v0.8.10
12962026-07-23T04:30:02.192Z Downloaded sqlparser v0.61.0
12972026-07-23T04:30:02.206Z Downloaded rustix v0.38.44
12982026-07-23T04:30:02.206Z Downloaded fiat-crypto v0.3.0
12992026-07-23T04:30:02.252Z Downloaded tracing v0.1.44
13002026-07-23T04:30:02.252Z Downloaded sha3 v0.11.0
13012026-07-23T04:30:02.252Z Downloaded ratatui v0.29.0
13022026-07-23T04:30:02.276Z Downloaded regex-automata v0.4.14
13032026-07-23T04:30:02.276Z Downloaded sled v0.34.7
13042026-07-23T04:30:02.276Z Downloaded typify-impl v0.6.2
13052026-07-23T04:30:02.297Z Downloaded bzip2-sys v0.1.13+1.0.8
13062026-07-23T04:30:02.305Z Downloaded petgraph v0.8.3
13072026-07-23T04:30:02.305Z Downloaded libz-sys v1.1.24
13082026-07-23T04:30:02.330Z Downloaded csv v1.4.0
13092026-07-23T04:30:02.349Z Downloaded zerocopy-derive v0.6.6
13102026-07-23T04:30:02.372Z Downloaded petgraph v0.6.5
13112026-07-23T04:30:02.389Z Downloaded chrono-tz v0.10.4
13122026-07-23T04:30:02.389Z Downloaded jiff v0.2.21
13132026-07-23T04:30:02.403Z Downloaded encoding_rs v0.8.35
13142026-07-23T04:30:02.432Z Downloaded sha3 v0.10.8
13152026-07-23T04:30:02.444Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13162026-07-23T04:30:02.455Z Downloaded tokio v1.52.1
13172026-07-23T04:30:02.466Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-07-23T04:30:02.558Z Downloaded ring v0.17.14
13192026-07-23T04:30:03.117Z Downloaded aws-lc-sys v0.40.0
13202026-07-23T04:30:03.342Z Compiling libc v0.2.185
13212026-07-23T04:30:03.342Z Compiling serde_core v1.0.228
13222026-07-23T04:30:03.342Z Compiling serde v1.0.228
13232026-07-23T04:30:03.350Z Compiling log v0.4.29
13242026-07-23T04:30:03.350Z Compiling smallvec v1.15.1
13252026-07-23T04:30:03.478Z Compiling shlex v1.3.0
13262026-07-23T04:30:03.486Z Compiling find-msvc-tools v0.1.9
13272026-07-23T04:30:03.486Z Compiling syn v2.0.117
13282026-07-23T04:30:03.656Z Compiling subtle v2.6.1
13292026-07-23T04:30:03.676Z Compiling scopeguard v1.2.0
13302026-07-23T04:30:03.699Z Compiling stable_deref_trait v1.2.1
13312026-07-23T04:30:03.746Z Compiling typenum v1.20.1
13322026-07-23T04:30:03.787Z Compiling lock_api v0.4.14
13332026-07-23T04:30:03.794Z Compiling serde_json v1.0.150
13342026-07-23T04:30:03.816Z Compiling portable-atomic v1.13.1
13352026-07-23T04:30:03.826Z Compiling zerocopy v0.8.40
13362026-07-23T04:30:04.007Z Compiling pin-project-lite v0.2.17
13372026-07-23T04:30:04.013Z Compiling parking_lot_core v0.9.12
13382026-07-23T04:30:04.106Z Compiling pkg-config v0.3.32
13392026-07-23T04:30:04.265Z Compiling critical-section v1.2.0
13402026-07-23T04:30:04.293Z Compiling jobserver v0.1.34
13412026-07-23T04:30:04.307Z Compiling errno v0.3.14
13422026-07-23T04:30:04.378Z Compiling getrandom v0.2.17
13432026-07-23T04:30:04.444Z Compiling libm v0.2.16
13442026-07-23T04:30:04.569Z Compiling cc v1.2.56
13452026-07-23T04:30:04.607Z Compiling getrandom v0.4.1
13462026-07-23T04:30:04.635Z Compiling rand_core v0.6.4
13472026-07-23T04:30:04.662Z Compiling signal-hook-registry v1.4.8
13482026-07-23T04:30:04.889Z Compiling once_cell v1.21.3
13492026-07-23T04:30:04.906Z Compiling num-traits v0.2.19
13502026-07-23T04:30:04.914Z Compiling futures-core v0.3.32
13512026-07-23T04:30:04.959Z Compiling rand_core v0.10.0
13522026-07-23T04:30:05.034Z Compiling parking_lot v0.12.5
13532026-07-23T04:30:05.116Z Compiling mio v1.2.0
13542026-07-23T04:30:05.258Z Compiling generic-array v0.14.7
13552026-07-23T04:30:05.299Z Compiling percent-encoding v2.3.2
13562026-07-23T04:30:05.391Z Compiling const-oid v0.9.6
13572026-07-23T04:30:05.463Z Compiling litemap v0.8.1
13582026-07-23T04:30:05.576Z Compiling bitflags v2.11.0
13592026-07-23T04:30:05.690Z Compiling writeable v0.6.2
13602026-07-23T04:30:05.773Z Compiling semver v1.0.28
13612026-07-23T04:30:05.937Z Compiling icu_properties_data v2.1.2
13622026-07-23T04:30:06.104Z Compiling icu_normalizer_data v2.1.1
13632026-07-23T04:30:06.152Z Compiling socket2 v0.6.3
13642026-07-23T04:30:06.256Z Compiling futures-sink v0.3.32
13652026-07-23T04:30:06.269Z Compiling slab v0.4.12
13662026-07-23T04:30:06.319Z Compiling futures-task v0.3.32
13672026-07-23T04:30:06.364Z Compiling synstructure v0.13.2
13682026-07-23T04:30:06.396Z Compiling futures-channel v0.3.32
13692026-07-23T04:30:06.455Z Compiling futures-io v0.3.32
13702026-07-23T04:30:06.509Z Compiling utf8_iter v1.0.4
13712026-07-23T04:30:06.599Z Compiling indexmap v2.14.0
13722026-07-23T04:30:06.607Z Compiling form_urlencoded v1.2.2
13732026-07-23T04:30:06.607Z Compiling rustversion v1.0.22
13742026-07-23T04:30:06.644Z Compiling getrandom v0.3.4
13752026-07-23T04:30:06.681Z Compiling cmake v0.1.57
13762026-07-23T04:30:06.764Z Compiling dunce v1.0.5
13772026-07-23T04:30:06.794Z Compiling ident_case v1.0.1
13782026-07-23T04:30:06.862Z Compiling fs_extra v1.3.0
13792026-07-23T04:30:06.894Z Compiling rustix v1.1.3
13802026-07-23T04:30:06.983Z Compiling iana-time-zone v0.1.65
13812026-07-23T04:30:07.080Z Compiling regex-syntax v0.8.10
13822026-07-23T04:30:07.135Z Compiling aws-lc-sys v0.40.0
13832026-07-23T04:30:07.253Z Compiling uuid v1.23.4
13842026-07-23T04:30:07.310Z Compiling base64 v0.22.1
13852026-07-23T04:30:07.541Z Compiling rand_core v0.9.5
13862026-07-23T04:30:07.568Z Compiling vcpkg v0.2.15
13872026-07-23T04:30:07.626Z Compiling base64ct v1.8.3
13882026-07-23T04:30:07.831Z Compiling rustc_version v0.4.1
13892026-07-23T04:30:07.932Z Compiling pem-rfc7468 v0.7.0
13902026-07-23T04:30:07.943Z Compiling tracing-core v0.1.36
13912026-07-23T04:30:08.162Z Compiling serde_derive v1.0.228
13922026-07-23T04:30:08.188Z Compiling zeroize_derive v1.4.3
13932026-07-23T04:30:08.236Z Compiling zerofrom-derive v0.1.6
13942026-07-23T04:30:08.304Z Compiling yoke-derive v0.8.1
13952026-07-23T04:30:08.501Z Compiling zerovec-derive v0.11.2
13962026-07-23T04:30:08.626Z Compiling displaydoc v0.2.5
13972026-07-23T04:30:08.812Z Compiling zeroize v1.8.2
13982026-07-23T04:30:09.018Z Compiling zerocopy-derive v0.8.40
13992026-07-23T04:30:09.456Z Compiling tokio-macros v2.7.0
14002026-07-23T04:30:09.480Z Compiling futures-macro v0.3.32
14012026-07-23T04:30:09.722Z Compiling zerofrom v0.1.6
14022026-07-23T04:30:09.722Z Compiling openssl-sys v0.9.115
14032026-07-23T04:30:09.800Z Compiling yoke v0.8.1
14042026-07-23T04:30:10.059Z Compiling zerovec v0.11.5
14052026-07-23T04:30:10.094Z Compiling zerotrie v0.2.3
14062026-07-23T04:30:10.230Z Compiling crypto-common v0.1.7
14072026-07-23T04:30:10.302Z Compiling block-buffer v0.10.4
14082026-07-23T04:30:10.354Z Compiling tracing-attributes v0.1.31
14092026-07-23T04:30:10.354Z Compiling futures-util v0.3.32
14102026-07-23T04:30:10.421Z Compiling digest v0.10.7
14112026-07-23T04:30:10.439Z Compiling der_derive v0.7.3
14122026-07-23T04:30:10.498Z Compiling tinystr v0.8.2
14132026-07-23T04:30:10.680Z Compiling potential_utf v0.1.4
14142026-07-23T04:30:10.738Z Compiling icu_locale_core v2.1.1
14152026-07-23T04:30:10.860Z Compiling icu_collections v2.1.1
14162026-07-23T04:30:11.342Z Compiling thiserror-impl v2.0.18
14172026-07-23T04:30:11.404Z Compiling icu_provider v2.1.1
14182026-07-23T04:30:11.619Z Compiling bytes v1.11.1
14192026-07-23T04:30:11.653Z Compiling chrono v0.4.45
14202026-07-23T04:30:11.707Z Compiling icu_properties v2.1.2
14212026-07-23T04:30:11.739Z Compiling icu_normalizer v2.1.1
14222026-07-23T04:30:12.312Z Compiling tokio v1.52.1
14232026-07-23T04:30:12.373Z Compiling http v1.4.2
14242026-07-23T04:30:12.628Z Compiling idna_adapter v1.2.1
14252026-07-23T04:30:12.665Z Compiling flagset v0.4.7
14262026-07-23T04:30:12.770Z Compiling idna v1.1.0
14272026-07-23T04:30:12.801Z Compiling aws-lc-rs v1.16.3
14282026-07-23T04:30:12.801Z Compiling der v0.7.10
14292026-07-23T04:30:13.160Z Compiling url v2.5.8
14302026-07-23T04:30:13.170Z Compiling http-body v1.0.1
14312026-07-23T04:30:13.170Z Compiling thiserror v2.0.18
14322026-07-23T04:30:13.211Z Compiling tracing v0.1.44
14332026-07-23T04:30:13.355Z Compiling rustls-pki-types v1.14.0
14342026-07-23T04:30:13.407Z Compiling ppv-lite86 v0.2.21
14352026-07-23T04:30:13.471Z Compiling serde_derive_internals v0.29.1
14362026-07-23T04:30:13.564Z Compiling schemars v0.8.22
14372026-07-23T04:30:13.729Z Compiling rand_chacha v0.9.0
14382026-07-23T04:30:13.766Z Compiling openssl-probe v0.2.1
14392026-07-23T04:30:13.790Z Compiling httparse v1.10.1
14402026-07-23T04:30:13.831Z Compiling cmov v0.5.4
14412026-07-23T04:30:13.925Z Compiling tinyvec_macros v0.1.1
14422026-07-23T04:30:13.943Z Compiling dyn-clone v1.0.20
14432026-07-23T04:30:13.994Z Compiling ctutils v0.4.2
14442026-07-23T04:30:14.021Z Compiling tinyvec v1.10.0
14452026-07-23T04:30:14.087Z Compiling rand v0.9.2
14462026-07-23T04:30:14.167Z Compiling spki v0.7.3
14472026-07-23T04:30:14.223Z Compiling pest_generator v2.8.6
14482026-07-23T04:30:14.341Z Compiling schemars_derive v0.8.22
14492026-07-23T04:30:14.353Z Compiling aho-corasick v1.1.4
14502026-07-23T04:30:14.370Z Compiling tower-layer v0.3.3
14512026-07-23T04:30:14.376Z Compiling atomic-waker v1.1.2
14522026-07-23T04:30:14.489Z Compiling untrusted v0.7.1
14532026-07-23T04:30:14.511Z Compiling tower-service v0.3.3
14542026-07-23T04:30:14.606Z Compiling try-lock v0.2.5
14552026-07-23T04:30:14.606Z Compiling tempfile v3.25.0
14562026-07-23T04:30:14.722Z Compiling want v0.3.1
14572026-07-23T04:30:14.862Z Compiling hybrid-array v0.4.13
14582026-07-23T04:30:14.904Z Compiling pest_derive v2.8.6
14592026-07-23T04:30:14.987Z Compiling ipnet v2.11.0
14602026-07-23T04:30:15.193Z Compiling regex-automata v0.4.14
14612026-07-23T04:30:15.340Z Compiling scroll_derive v0.13.1
14622026-07-23T04:30:15.463Z Compiling darling_core v0.20.11
14632026-07-23T04:30:15.688Z Compiling foreign-types-shared v0.1.1
14642026-07-23T04:30:15.757Z Compiling openssl v0.10.79
14652026-07-23T04:30:16.013Z Compiling tokio-util v0.7.18
14662026-07-23T04:30:16.040Z Compiling httpdate v1.0.3
14672026-07-23T04:30:16.162Z Compiling untrusted v0.9.0
14682026-07-23T04:30:16.303Z Compiling cpufeatures v0.2.17
14692026-07-23T04:30:16.333Z Compiling rustls v0.23.41
14702026-07-23T04:30:16.349Z Compiling scroll v0.13.0
14712026-07-23T04:30:16.492Z Compiling foreign-types v0.3.2
14722026-07-23T04:30:16.581Z Compiling pkcs8 v0.10.2
14732026-07-23T04:30:16.592Z Compiling unicode-normalization v0.1.25
14742026-07-23T04:30:16.817Z Compiling h2 v0.4.15
14752026-07-23T04:30:17.025Z Compiling openssl-macros v0.1.1
14762026-07-23T04:30:17.043Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-07-23T04:30:17.227Z Compiling spin v0.9.8
14782026-07-23T04:30:17.429Z Compiling crc32fast v1.5.0
14792026-07-23T04:30:17.457Z Compiling powerfmt v0.2.0
14802026-07-23T04:30:17.536Z Compiling native-tls v0.2.18
14812026-07-23T04:30:17.632Z Compiling num-conv v0.2.0
14822026-07-23T04:30:17.670Z Compiling time-core v0.1.8
14832026-07-23T04:30:17.719Z Compiling darling_macro v0.20.11
14842026-07-23T04:30:17.746Z Compiling deranged v0.5.8
14852026-07-23T04:30:17.789Z Compiling time-macros v0.2.27
14862026-07-23T04:30:18.179Z Compiling darling v0.20.11
14872026-07-23T04:30:18.261Z Compiling goblin v0.10.5
14882026-07-23T04:30:18.724Z Compiling sha2 v0.10.9
14892026-07-23T04:30:18.825Z Compiling hmac v0.12.1
14902026-07-23T04:30:18.989Z Compiling sync_wrapper v1.0.2
14912026-07-23T04:30:19.099Z Compiling wait-timeout v0.2.1
14922026-07-23T04:30:19.198Z Compiling simd-adler32 v0.3.8
14932026-07-23T04:30:19.356Z Compiling bit-vec v0.8.0
14942026-07-23T04:30:19.444Z Compiling siphasher v1.0.2
14952026-07-23T04:30:19.570Z Compiling num_threads v0.1.7
14962026-07-23T04:30:19.629Z Compiling quick-error v1.2.3
14972026-07-23T04:30:19.663Z Compiling usdt-impl v0.6.0
14982026-07-23T04:30:19.768Z Compiling crossbeam-utils v0.8.21
14992026-07-23T04:30:19.875Z Compiling hyper v1.10.1
15002026-07-23T04:30:20.012Z Compiling syn v1.0.109
15012026-07-23T04:30:20.386Z Compiling rusty-fork v0.3.1
15022026-07-23T04:30:20.391Z Compiling time v0.3.47
15032026-07-23T04:30:20.763Z Compiling bit-set v0.8.0
15042026-07-23T04:30:20.829Z Compiling tower v0.5.3
15052026-07-23T04:30:20.839Z Compiling derive_builder_core v0.20.2
15062026-07-23T04:30:20.887Z Compiling dof v0.4.0
15072026-07-23T04:30:21.306Z Compiling hyper-util v0.1.20
15082026-07-23T04:30:21.682Z Compiling dtrace-parser v0.3.0
15092026-07-23T04:30:21.694Z Compiling http-body-util v0.1.3
15102026-07-23T04:30:21.936Z Compiling heapless v0.7.17
15112026-07-23T04:30:21.955Z Compiling thiserror-impl v1.0.69
15122026-07-23T04:30:22.032Z Compiling scroll_derive v0.12.1
15132026-07-23T04:30:22.176Z Compiling rand_xorshift v0.4.0
15142026-07-23T04:30:22.334Z Compiling slog v2.8.2
15152026-07-23T04:30:22.387Z Compiling darling_core v0.23.0
15162026-07-23T04:30:22.401Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-07-23T04:30:22.526Z Compiling thread-id v5.1.0
15182026-07-23T04:30:22.609Z Compiling cookie v0.18.1
15192026-07-23T04:30:22.683Z Compiling anyhow v1.0.102
15202026-07-23T04:30:22.687Z Compiling unarray v0.1.4
15212026-07-23T04:30:22.799Z Compiling iri-string v0.7.10
15222026-07-23T04:30:22.803Z Compiling adler2 v2.0.1
15232026-07-23T04:30:22.935Z Compiling paste v1.0.15
15242026-07-23T04:30:23.012Z Compiling unicode-bidi v0.3.18
15252026-07-23T04:30:23.062Z Compiling signal-hook v0.3.18
15262026-07-23T04:30:23.176Z Compiling zstd-safe v7.2.4
15272026-07-23T04:30:23.193Z Compiling ryu v1.0.23
15282026-07-23T04:30:23.206Z Compiling allocator-api2 v0.2.21
15292026-07-23T04:30:23.366Z Compiling unicode-properties v0.1.4
15302026-07-23T04:30:23.382Z Compiling serde_urlencoded v0.7.1
15312026-07-23T04:30:23.590Z Compiling stringprep v0.1.5
15322026-07-23T04:30:23.637Z Compiling thiserror v1.0.69
15332026-07-23T04:30:23.671Z Compiling miniz_oxide v0.8.9
15342026-07-23T04:30:23.710Z Compiling proptest v1.10.0
15352026-07-23T04:30:23.949Z Compiling tower-http v0.6.8
15362026-07-23T04:30:24.190Z Compiling scroll v0.12.0
15372026-07-23T04:30:24.366Z Compiling derive_builder_macro v0.20.2
15382026-07-23T04:30:24.521Z Compiling camino v1.2.2
15392026-07-23T04:30:24.819Z Compiling darling_macro v0.23.0
15402026-07-23T04:30:24.831Z Compiling tokio-native-tls v0.3.1
15412026-07-23T04:30:24.848Z Compiling bstr v1.12.1
15422026-07-23T04:30:24.886Z Compiling ipnetwork v0.21.1
15432026-07-23T04:30:24.918Z Compiling block-padding v0.4.2
15442026-07-23T04:30:24.990Z Compiling block-buffer v0.12.1
15452026-07-23T04:30:25.078Z Compiling crypto-common v0.2.2
15462026-07-23T04:30:25.185Z Compiling rustls-native-certs v0.8.3
15472026-07-23T04:30:25.289Z Compiling rand_chacha v0.3.1
15482026-07-23T04:30:25.311Z Compiling hex v0.4.3
15492026-07-23T04:30:25.457Z Compiling serde_spanned v0.6.9
15502026-07-23T04:30:25.471Z Compiling serde_tokenstream v0.2.3
15512026-07-23T04:30:25.559Z Compiling toml_datetime v0.6.11
15522026-07-23T04:30:25.647Z Compiling erased-serde v0.3.31
15532026-07-23T04:30:25.812Z Compiling md-5 v0.10.6
15542026-07-23T04:30:25.866Z Compiling signature v2.2.0
15552026-07-23T04:30:25.980Z Compiling curve25519-dalek v4.1.3
15562026-07-23T04:30:26.047Z Compiling pin-project-internal v1.1.11
15572026-07-23T04:30:26.062Z Compiling async-trait v0.1.89
15582026-07-23T04:30:26.139Z Compiling zerocopy-derive v0.7.35
15592026-07-23T04:30:26.325Z Compiling vergen-lib v9.1.0
15602026-07-23T04:30:26.522Z Compiling hash32 v0.2.1
15612026-07-23T04:30:26.715Z Compiling num-integer v0.1.46
15622026-07-23T04:30:26.848Z Compiling memoffset v0.9.1
15632026-07-23T04:30:27.009Z Compiling encoding_rs v0.8.35
15642026-07-23T04:30:27.036Z Compiling rustix v0.38.44
15652026-07-23T04:30:27.051Z Compiling zlib-rs v0.6.2
15662026-07-23T04:30:27.070Z Compiling litrs v1.0.0
15672026-07-23T04:30:27.148Z Compiling mime v0.3.17
15682026-07-23T04:30:27.384Z Compiling fallible-iterator v0.2.0
15692026-07-23T04:30:27.400Z Compiling cfg_aliases v0.2.1
15702026-07-23T04:30:27.478Z Compiling smoltcp v0.9.1
15712026-07-23T04:30:27.559Z Compiling psl-types v2.0.11
15722026-07-23T04:30:27.681Z Compiling ref-cast v1.0.25
15732026-07-23T04:30:27.700Z Compiling num-bigint-dig v0.8.6
15742026-07-23T04:30:27.829Z Compiling publicsuffix v2.3.0
15752026-07-23T04:30:27.915Z Compiling postgres-protocol v0.6.10
15762026-07-23T04:30:27.994Z Compiling document-features v0.2.12
15772026-07-23T04:30:28.048Z Compiling nix v0.31.2
15782026-07-23T04:30:28.228Z Compiling hubpack_derive v0.1.1
15792026-07-23T04:30:28.444Z Compiling pin-project v1.1.11
15802026-07-23T04:30:28.503Z Compiling zerocopy v0.7.35
15812026-07-23T04:30:28.532Z Compiling num-iter v0.1.45
15822026-07-23T04:30:28.669Z Compiling newtype-uuid v1.3.2
15832026-07-23T04:30:28.683Z Compiling rand v0.8.6
15842026-07-23T04:30:28.986Z Compiling darling v0.23.0
15852026-07-23T04:30:29.013Z Compiling oxnet v0.1.6
15862026-07-23T04:30:29.017Z Compiling inout v0.2.2
15872026-07-23T04:30:29.041Z Compiling hyper-tls v0.6.0
15882026-07-23T04:30:29.063Z Compiling derive_builder v0.20.2
15892026-07-23T04:30:29.199Z Compiling goblin v0.8.2
15902026-07-23T04:30:29.617Z Compiling phf_shared v0.13.1
15912026-07-23T04:30:29.749Z Compiling lazy_static v1.5.0
15922026-07-23T04:30:29.846Z Compiling regex v1.12.3
15932026-07-23T04:30:29.861Z Compiling anstyle-parse v0.2.7
15942026-07-23T04:30:29.947Z Compiling flate2 v1.1.9
15952026-07-23T04:30:29.999Z Compiling futures-executor v0.3.32
15962026-07-23T04:30:30.031Z Compiling terminal_size v0.4.3
15972026-07-23T04:30:30.166Z Compiling snafu-derive v0.8.9
15982026-07-23T04:30:30.281Z Compiling strum_macros v0.27.2
15992026-07-23T04:30:30.288Z Compiling daft-derive v0.1.7
16002026-07-23T04:30:30.296Z Compiling ref-cast-impl v1.0.25
16012026-07-23T04:30:30.348Z Compiling curve25519-dalek-derive v0.1.1
16022026-07-23T04:30:30.841Z Compiling vergen v9.1.0
16032026-07-23T04:30:31.024Z Compiling cargo-platform v0.3.2
16042026-07-23T04:30:31.038Z Compiling ff v0.13.1
16052026-07-23T04:30:31.041Z Compiling fs-err v3.3.0
16062026-07-23T04:30:31.196Z Compiling ahash v0.8.12
16072026-07-23T04:30:31.241Z Compiling libbz2-rs-sys v0.2.2
16082026-07-23T04:30:31.295Z Compiling bitflags v1.3.2
16092026-07-23T04:30:31.394Z Compiling base16ct v0.2.0
16102026-07-23T04:30:31.418Z Compiling managed v0.8.0
16112026-07-23T04:30:31.551Z Compiling bumpalo v3.20.2
16122026-07-23T04:30:31.628Z Compiling same-file v1.0.6
16132026-07-23T04:30:31.792Z Compiling winnow v0.5.40
16142026-07-23T04:30:31.805Z Compiling object v0.37.3
16152026-07-23T04:30:31.919Z Compiling unicode-segmentation v1.12.0
16162026-07-23T04:30:32.085Z Compiling foldhash v0.1.5
16172026-07-23T04:30:32.100Z Compiling foldhash v0.2.0
16182026-07-23T04:30:32.230Z Compiling strum v0.27.2
16192026-07-23T04:30:32.259Z Compiling hashbrown v0.16.1
16202026-07-23T04:30:32.310Z Compiling hashbrown v0.15.5
16212026-07-23T04:30:32.322Z Compiling snafu v0.8.9
16222026-07-23T04:30:32.396Z Compiling zopfli v0.8.3
16232026-07-23T04:30:32.724Z Compiling walkdir v2.5.0
16242026-07-23T04:30:32.738Z Compiling bzip2 v0.6.1
16252026-07-23T04:30:32.823Z Compiling clap_builder v4.6.0
16262026-07-23T04:30:32.858Z Compiling sec1 v0.7.3
16272026-07-23T04:30:32.990Z Compiling dof v0.3.0
16282026-07-23T04:30:33.118Z Compiling toml_edit v0.19.15
16292026-07-23T04:30:33.134Z Compiling cargo_metadata v0.23.1
16302026-07-23T04:30:33.190Z Compiling group v0.13.0
16312026-07-23T04:30:33.618Z Compiling daft v0.1.7
16322026-07-23T04:30:33.842Z Compiling futures v0.3.32
16332026-07-23T04:30:33.872Z Compiling anstream v0.6.21
16342026-07-23T04:30:34.161Z Compiling phf v0.13.1
16352026-07-23T04:30:34.318Z Compiling cookie_store v0.22.1
16362026-07-23T04:30:34.466Z Compiling signal-hook-mio v0.2.5
16372026-07-23T04:30:34.584Z Compiling zstd v0.13.3
16382026-07-23T04:30:34.833Z Compiling bzip2 v0.4.4
16392026-07-23T04:30:34.847Z Compiling reqwest v0.12.28
16402026-07-23T04:30:34.951Z Compiling cipher v0.5.2
16412026-07-23T04:30:35.071Z Compiling serde_with_macros v3.21.0
16422026-07-23T04:30:35.244Z Compiling hubpack v0.1.2
16432026-07-23T04:30:35.736Z Compiling postgres-types v0.2.12
16442026-07-23T04:30:35.802Z Compiling ed25519 v2.2.3
16452026-07-23T04:30:36.215Z Compiling usdt-macro v0.6.0
16462026-07-23T04:30:36.289Z Compiling usdt-attr-macro v0.6.0
16472026-07-23T04:30:36.384Z Compiling globset v0.4.18
16482026-07-23T04:30:36.676Z Compiling dtrace-parser v0.2.0
16492026-07-23T04:30:36.705Z Compiling phf_shared v0.11.3
16502026-07-23T04:30:36.890Z Compiling hkdf v0.12.4
16512026-07-23T04:30:36.973Z Compiling olpc-cjson v0.1.4
16522026-07-23T04:30:37.055Z Compiling pkcs1 v0.7.5
16532026-07-23T04:30:37.070Z Compiling serde-big-array v0.5.1
16542026-07-23T04:30:37.092Z Compiling serde_plain v1.0.2
16552026-07-23T04:30:37.129Z Compiling crypto-bigint v0.5.5
16562026-07-23T04:30:37.210Z Compiling clap_derive v4.6.1
16572026-07-23T04:30:37.279Z Compiling enum-as-inner v0.6.1
16582026-07-23T04:30:37.410Z Compiling async-recursion v1.1.1
16592026-07-23T04:30:37.435Z Compiling serde_repr v0.1.20
16602026-07-23T04:30:37.788Z Compiling strum_macros v0.26.4
16612026-07-23T04:30:37.964Z Compiling pem v3.0.6
16622026-07-23T04:30:38.054Z Compiling float-cmp v0.10.0
16632026-07-23T04:30:38.202Z Compiling thread-id v4.2.2
16642026-07-23T04:30:38.286Z Compiling memmap2 v0.9.10
16652026-07-23T04:30:38.286Z Compiling env_filter v1.0.0
16662026-07-23T04:30:38.509Z Compiling whoami v2.1.0
16672026-07-23T04:30:38.564Z Compiling keccak v0.1.6
16682026-07-23T04:30:38.590Z Compiling winnow v1.0.3
16692026-07-23T04:30:38.888Z Compiling typed-path v0.9.3
16702026-07-23T04:30:38.930Z Compiling difflib v0.4.0
16712026-07-23T04:30:38.956Z Compiling cpufeatures v0.3.0
16722026-07-23T04:30:39.037Z Compiling fixedbitset v0.5.7
16732026-07-23T04:30:39.201Z Compiling normalize-line-endings v0.3.0
16742026-07-23T04:30:39.284Z Compiling jiff v0.2.21
16752026-07-23T04:30:39.297Z Compiling new_debug_unreachable v1.0.6
16762026-07-23T04:30:39.323Z Compiling precomputed-hash v0.1.1
16772026-07-23T04:30:39.364Z Compiling fixedbitset v0.4.2
16782026-07-23T04:30:39.409Z Compiling predicates-core v1.0.10
16792026-07-23T04:30:39.457Z Compiling const-oid v0.10.2
16802026-07-23T04:30:39.471Z Compiling data-encoding v2.10.0
16812026-07-23T04:30:39.501Z Compiling either v1.15.0
16822026-07-23T04:30:39.568Z Compiling static_assertions v1.1.0
16832026-07-23T04:30:39.581Z Compiling toml_edit v0.22.27
16842026-07-23T04:30:39.644Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16852026-07-23T04:30:39.652Z Compiling digest v0.11.3
16862026-07-23T04:30:39.698Z Compiling itertools v0.13.0
16872026-07-23T04:30:39.865Z Compiling hickory-proto v0.25.2
16882026-07-23T04:30:40.073Z Compiling predicates v3.1.4
16892026-07-23T04:30:40.143Z Compiling strum v0.26.3
16902026-07-23T04:30:40.271Z Compiling petgraph v0.6.5
16912026-07-23T04:30:40.742Z Compiling string_cache v0.8.9
16922026-07-23T04:30:40.961Z Compiling petgraph v0.8.3
16932026-07-23T04:30:40.975Z Compiling chacha20 v0.10.0
16942026-07-23T04:30:41.341Z Compiling clap v4.6.1
16952026-07-23T04:30:41.429Z Compiling toml_parser v1.1.2+spec-1.1.0
16962026-07-23T04:30:41.832Z Compiling tokio-postgres v0.7.16
16972026-07-23T04:30:42.064Z Compiling zip v4.6.1
16982026-07-23T04:30:42.296Z Compiling sha3 v0.10.8
16992026-07-23T04:30:42.454Z Compiling usdt v0.6.0
17002026-07-23T04:30:42.715Z Compiling env_logger v0.11.9
17012026-07-23T04:30:42.745Z Compiling usdt-impl v0.5.0
17022026-07-23T04:30:42.899Z Compiling elliptic-curve v0.13.8
17032026-07-23T04:30:43.002Z Compiling rsa v0.9.10
17042026-07-23T04:30:43.071Z Compiling crossterm v0.28.1
17052026-07-23T04:30:43.302Z Compiling serde_with v3.21.0
17062026-07-23T04:30:43.318Z Compiling ed25519-dalek v2.2.0
17072026-07-23T04:30:43.956Z Compiling zip v0.6.6
17082026-07-23T04:30:44.353Z Compiling toml v0.7.8
17092026-07-23T04:30:44.420Z Compiling iddqd v0.4.2
17102026-07-23T04:30:44.867Z Compiling heck v0.4.1
17112026-07-23T04:30:44.944Z Compiling similar v2.7.0
17122026-07-23T04:30:45.157Z Compiling byte-wrapper v0.1.0
17132026-07-23T04:30:45.165Z Compiling crossbeam-epoch v0.9.18
17142026-07-23T04:30:45.165Z Compiling tokio-stream v0.1.18
17152026-07-23T04:30:45.418Z Compiling buf-list v1.1.2
17162026-07-23T04:30:45.432Z Compiling x509-cert v0.2.5
17172026-07-23T04:30:45.574Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17182026-07-23T04:30:45.714Z Compiling openapiv3 v2.2.0
17192026-07-23T04:30:45.729Z Compiling peg-runtime v0.8.5
17202026-07-23T04:30:45.829Z Compiling lalrpop-util v0.19.12
17212026-07-23T04:30:45.907Z Compiling thread_local v1.1.9
17222026-07-23T04:30:46.015Z Compiling slog-async v2.8.0
17232026-07-23T04:30:46.029Z Compiling crossbeam-channel v0.5.15
17242026-07-23T04:30:46.163Z Compiling is-terminal v0.4.17
17252026-07-23T04:30:46.262Z Compiling filetime v0.2.27
17262026-07-23T04:30:46.279Z Compiling xattr v1.6.1
17272026-07-23T04:30:46.340Z Compiling take_mut v0.2.2
17282026-07-23T04:30:46.433Z Compiling term v1.2.1
17292026-07-23T04:30:46.514Z Compiling tar v0.4.46
17302026-07-23T04:30:46.542Z Compiling camino-tempfile v1.4.1
17312026-07-23T04:30:46.708Z Compiling slog-term v2.9.2
17322026-07-23T04:30:56.732Z Compiling rustls-webpki v0.103.13
17332026-07-23T04:30:59.421Z Compiling tokio-rustls v0.26.4
17342026-07-23T04:30:59.421Z Compiling rustls-platform-verifier v0.6.2
17352026-07-23T04:30:59.421Z Compiling tough v0.22.0
17362026-07-23T04:30:59.658Z Compiling hyper-rustls v0.27.7
17372026-07-23T04:30:59.820Z Compiling reqwest v0.13.2
17382026-07-23T04:31:02.065Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17392026-07-23T04:31:02.264Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17402026-07-23T04:31:05.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17412026-07-23T04:31:05.224Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17422026-07-23T04:31:05.284ZJul 23 04:31:04.464 INFO Starting download, target: Cockroach
17432026-07-23T04:31:05.284ZJul 23 04:31:04.464 INFO Starting download, target: Clickhouse
17442026-07-23T04:31:05.284ZJul 23 04:31:04.464 INFO Starting download, target: Console
17452026-07-23T04:31:05.293ZJul 23 04:31:04.464 INFO Starting download, target: DendriteStub
17462026-07-23T04:31:05.293ZJul 23 04:31:04.464 INFO Starting download, target: MaghemiteMgd
17472026-07-23T04:31:05.293ZJul 23 04:31:04.464 INFO Starting download, target: MaghemiteDdmd
17482026-07-23T04:31:05.293ZJul 23 04:31:04.464 INFO Starting download, target: TransceiverControl
17492026-07-23T04:31:05.294ZJul 23 04:31:04.465 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17502026-07-23T04:31:05.294ZJul 23 04:31:04.465 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17512026-07-23T04:31:05.294ZJul 23 04:31:04.465 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17522026-07-23T04:31:05.294ZJul 23 04:31:04.465 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17532026-07-23T04:31:05.294ZJul 23 04:31:04.465 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17542026-07-23T04:31:05.294ZJul 23 04:31:04.465 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17552026-07-23T04:31:05.294ZJul 23 04:31:04.465 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17562026-07-23T04:31:06.170ZJul 23 04:31:05.308 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17572026-07-23T04:31:06.390ZJul 23 04:31:05.527 INFO Download complete, target: TransceiverControl
17582026-07-23T04:31:07.023ZJul 23 04:31:06.200 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17592026-07-23T04:31:07.126ZJul 23 04:31:06.275 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17602026-07-23T04:31:07.352ZJul 23 04:31:06.523 INFO Download complete, target: Console
17612026-07-23T04:31:11.275ZJul 23 04:31:10.422 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17622026-07-23T04:31:11.610ZJul 23 04:31:10.771 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17632026-07-23T04:31:11.894ZJul 23 04:31:11.078 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17642026-07-23T04:31:12.987ZJul 23 04:31:12.173 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17652026-07-23T04:31:12.987ZJul 23 04:31:12.173 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17662026-07-23T04:31:13.204ZJul 23 04:31:12.392 INFO Download complete, target: MaghemiteDdmd
17672026-07-23T04:31:13.765ZJul 23 04:31:12.953 INFO Checking that binary works, target: Clickhouse
17682026-07-23T04:31:13.860ZJul 23 04:31:13.046 INFO Download complete, target: Clickhouse
17692026-07-23T04:31:14.011ZJul 23 04:31:13.201 INFO Download complete, target: DendriteStub
17702026-07-23T04:31:14.417ZJul 23 04:31:13.602 INFO Download complete, target: MaghemiteMgd
17712026-07-23T04:31:17.603ZJul 23 04:31:16.782 INFO Checking that binary works, target: Cockroach
17722026-07-23T04:31:17.706ZJul 23 04:31:16.895 INFO Download complete, target: Cockroach
17732026-07-23T04:31:17.725ZAll builder prerequisites installed successfully, and PATH looks valid
17742026-07-23T04:31:17.733Z
17752026-07-23T04:31:17.734Zreal 2:04.515729684
17762026-07-23T04:31:17.734Zuser 6:34.751439621
17772026-07-23T04:31:17.734Zsys 1:20.297096099
17782026-07-23T04:31:17.734Ztrap 0.233256999
17792026-07-23T04:31:17.734Ztflt 0.513986931
17802026-07-23T04:31:17.734Zdflt 0.837113321
17812026-07-23T04:31:17.734Zkflt 0.027784801
17822026-07-23T04:31:17.734Zlock 22:31.836455445
17832026-07-23T04:31:17.734Zslp 20:05.151490112
17842026-07-23T04:31:17.734Zlat 39.969981364
17852026-07-23T04:31:17.734Zstop 1:54.643736286
17862026-07-23T04:31:17.735Z+ banner clippy
17872026-07-23T04:31:17.735Z
17882026-07-23T04:31:17.735Z #### # # ##### ##### # #
17892026-07-23T04:31:17.735Z # # # # # # # # # #
17902026-07-23T04:31:17.735Z # # # # # # # #
17912026-07-23T04:31:17.735Z # # # ##### ##### #
17922026-07-23T04:31:17.735Z # # # # # # #
17932026-07-23T04:31:17.735Z #### ###### # # # #
17942026-07-23T04:31:17.735Z
17952026-07-23T04:31:17.735Z+ export CARGO_INCREMENTAL=0
17962026-07-23T04:31:17.735Z+ CARGO_INCREMENTAL=0
17972026-07-23T04:31:17.735Z+ ptime -m cargo xtask clippy
17982026-07-23T04:31:18.190Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17992026-07-23T04:31:18.470Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18002026-07-23T04:31:20.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
18012026-07-23T04:31:20.285Z Running `target/debug/xtask clippy`
18022026-07-23T04:31:20.311Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18032026-07-23T04:31:20.865Z Downloading crates ...
18042026-07-23T04:31:21.099Z Downloaded supports-color v2.1.0
18052026-07-23T04:31:21.102Z Downloaded escape8259 v0.5.3
18062026-07-23T04:31:21.144Z Downloaded assert-json-diff v2.0.2
18072026-07-23T04:31:21.151Z Downloaded linkme-impl v0.3.35
18082026-07-23T04:31:21.154Z Downloaded approx v0.5.1
18092026-07-23T04:31:21.163Z Downloaded event-listener v5.4.1
18102026-07-23T04:31:21.166Z Downloaded parking v2.2.1
18112026-07-23T04:31:21.180Z Downloaded guppy-workspace-hack v0.1.0
18122026-07-23T04:31:21.188Z Downloaded async-lock v3.4.2
18132026-07-23T04:31:21.213Z Downloaded nested v0.1.1
18142026-07-23T04:31:21.219Z Downloaded terminal_size v0.1.17
18152026-07-23T04:31:21.228Z Downloaded target-triple v1.0.0
18162026-07-23T04:31:21.255Z Downloaded async-object-pool v0.2.0
18172026-07-23T04:31:21.259Z Downloaded cast v0.3.0
18182026-07-23T04:31:21.262Z Downloaded backtrace-ext v0.2.1
18192026-07-23T04:31:21.292Z Downloaded partial-io v0.5.4
18202026-07-23T04:31:21.297Z Downloaded tinytemplate v1.2.1
18212026-07-23T04:31:21.297Z Downloaded libtest-mimic v0.8.1
18222026-07-23T04:31:21.298Z Downloaded miette-derive v5.10.0
18232026-07-23T04:31:21.298Z Downloaded similar-asserts v1.7.0
18242026-07-23T04:31:21.301Z Downloaded constant_time_eq v0.3.1
18252026-07-23T04:31:21.301Z Downloaded plotters-svg v0.3.7
18262026-07-23T04:31:21.301Z Downloaded hex-literal v0.4.1
18272026-07-23T04:31:21.307Z Downloaded serde_regex v1.1.0
18282026-07-23T04:31:21.312Z Downloaded pathdiff v0.2.3
18292026-07-23T04:31:21.312Z Downloaded event-listener-strategy v0.5.4
18302026-07-23T04:31:21.320Z Downloaded supports-unicode v2.1.0
18312026-07-23T04:31:21.328Z Downloaded supports-hyperlinks v2.1.0
18322026-07-23T04:31:21.369Z Downloaded termcolor v1.4.1
18332026-07-23T04:31:21.375Z Downloaded anes v0.1.6
18342026-07-23T04:31:21.375Z Downloaded target-lexicon v0.13.3
18352026-07-23T04:31:21.375Z Downloaded oorandom v11.1.5
18362026-07-23T04:31:21.375Z Downloaded criterion-plot v0.6.0
18372026-07-23T04:31:21.375Z Downloaded futures-timer v3.0.3
18382026-07-23T04:31:21.375Z Downloaded concurrent-queue v2.5.0
18392026-07-23T04:31:21.375Z Downloaded plotters-backend v0.3.7
18402026-07-23T04:31:21.384Z Downloaded linkme v0.3.35
18412026-07-23T04:31:21.387Z Downloaded target-spec v3.5.7
18422026-07-23T04:31:21.393Z Downloaded owo-colors v3.5.0
18432026-07-23T04:31:21.403Z Downloaded knuffel-derive v3.2.0
18442026-07-23T04:31:21.415Z Downloaded stringmetrics v2.2.2
18452026-07-23T04:31:21.421Z Downloaded relative-path v1.9.3
18462026-07-23T04:31:21.422Z Downloaded datatest-stable v0.3.3
18472026-07-23T04:31:21.422Z Downloaded blake2b_simd v1.0.4
18482026-07-23T04:31:21.427Z Downloaded assert_cmd v2.1.2
18492026-07-23T04:31:21.435Z Downloaded rust-argon2 v2.1.0
18502026-07-23T04:31:21.435Z Downloaded httptest v0.16.4
18512026-07-23T04:31:21.435Z Downloaded hickory-client v0.25.2
18522026-07-23T04:31:21.443Z Downloaded rustc-demangle v0.1.27
18532026-07-23T04:31:21.508Z Downloaded path-tree v0.8.3
18542026-07-23T04:31:21.508Z Downloaded cfg-expr v0.20.6
18552026-07-23T04:31:21.524Z Downloaded trybuild v1.0.116
18562026-07-23T04:31:21.524Z Downloaded addr2line v0.25.1
18572026-07-23T04:31:21.524Z Downloaded rstest v0.25.0
18582026-07-23T04:31:21.524Z Downloaded knuffel v3.2.0
18592026-07-23T04:31:21.524Z Downloaded textwrap v0.15.2
18602026-07-23T04:31:21.524Z Downloaded rstest_macros v0.25.0
18612026-07-23T04:31:21.524Z Downloaded rand_distr v0.5.1
18622026-07-23T04:31:21.524Z Downloaded chumsky v0.9.3
18632026-07-23T04:31:21.534Z Downloaded backtrace v0.3.76
18642026-07-23T04:31:21.534Z Downloaded miette v5.10.0
18652026-07-23T04:31:21.539Z Downloaded fancy-regex v0.14.0
18662026-07-23T04:31:21.551Z Downloaded plotters v0.3.7
18672026-07-23T04:31:21.564Z Downloaded criterion v0.7.0
18682026-07-23T04:31:21.573Z Downloaded guppy v0.17.25
18692026-07-23T04:31:21.573Z Downloaded hashbrown v0.14.5
18702026-07-23T04:31:21.589Z Downloaded gimli v0.32.3
18712026-07-23T04:31:21.732Z Downloaded httpmock v0.8.3
18722026-07-23T04:31:23.424Z Checking cfg-if v1.0.4
18732026-07-23T04:31:23.799Z Checking libc v0.2.185
18742026-07-23T04:31:23.805Z Checking serde_core v1.0.228
18752026-07-23T04:31:23.862Z Checking memchr v2.8.0
18762026-07-23T04:31:23.902Z Checking smallvec v1.15.1
18772026-07-23T04:31:23.940Z Checking zeroize v1.8.2
18782026-07-23T04:31:24.062Z Checking rand_core v0.10.0
18792026-07-23T04:31:24.105Z Checking itoa v1.0.17
18802026-07-23T04:31:24.105Z Checking subtle v2.6.1
18812026-07-23T04:31:24.118Z Checking log v0.4.29
18822026-07-23T04:31:24.152Z Checking libm v0.2.16
18832026-07-23T04:31:24.205Z Checking typenum v1.20.1
18842026-07-23T04:31:24.252Z Checking getrandom v0.4.1
18852026-07-23T04:31:24.252Z Checking errno v0.3.14
18862026-07-23T04:31:24.306Z Checking scopeguard v1.2.0
18872026-07-23T04:31:24.348Z Checking stable_deref_trait v1.2.1
18882026-07-23T04:31:24.441Z Checking zmij v1.0.21
18892026-07-23T04:31:24.863Z Checking zerofrom v0.1.6
18902026-07-23T04:31:24.872Z Checking lock_api v0.4.14
18912026-07-23T04:31:24.872Z Checking percent-encoding v2.3.2
18922026-07-23T04:31:24.872Z Checking litemap v0.8.1
18932026-07-23T04:31:24.872Z Checking yoke v0.8.1
18942026-07-23T04:31:24.872Z Checking writeable v0.6.2
18952026-07-23T04:31:24.872Z Checking icu_properties_data v2.1.2
18962026-07-23T04:31:24.872Z Checking icu_normalizer_data v2.1.1
18972026-07-23T04:31:24.872Z Checking form_urlencoded v1.2.2
18982026-07-23T04:31:24.873Z Checking zerovec v0.11.5
18992026-07-23T04:31:24.873Z Checking zerotrie v0.2.3
19002026-07-23T04:31:24.873Z Checking num-traits v0.2.19
19012026-07-23T04:31:24.874Z Checking utf8_iter v1.0.4
19022026-07-23T04:31:24.924Z Checking pin-project-lite v0.2.17
19032026-07-23T04:31:24.959Z Checking zerocopy v0.8.40
19042026-07-23T04:31:24.998Z Checking parking_lot_core v0.9.12
19052026-07-23T04:31:25.039Z Checking portable-atomic v1.13.1
19062026-07-23T04:31:25.078Z Checking critical-section v1.2.0
19072026-07-23T04:31:25.126Z Checking signal-hook-registry v1.4.8
19082026-07-23T04:31:25.206Z Checking parking_lot v0.12.5
19092026-07-23T04:31:25.243Z Checking mio v1.2.0
19102026-07-23T04:31:25.246Z Checking tinystr v0.8.2
19112026-07-23T04:31:25.310Z Checking serde v1.0.228
19122026-07-23T04:31:25.315Z Checking bitflags v2.11.0
19132026-07-23T04:31:25.383Z Checking serde_json v1.0.150
19142026-07-23T04:31:25.420Z Checking potential_utf v0.1.4
19152026-07-23T04:31:25.464Z Checking once_cell v1.21.3
19162026-07-23T04:31:25.497Z Checking icu_locale_core v2.1.1
19172026-07-23T04:31:25.617Z Checking iana-time-zone v0.1.65
19182026-07-23T04:31:25.639Z Checking icu_collections v2.1.1
19192026-07-23T04:31:25.639Z Checking socket2 v0.6.3
19202026-07-23T04:31:25.664Z Checking uuid v1.23.4
19212026-07-23T04:31:25.715Z Checking semver v1.0.28
19222026-07-23T04:31:25.762Z Checking bytes v1.11.1
19232026-07-23T04:31:25.877Z Checking chrono v0.4.45
19242026-07-23T04:31:25.920Z Checking thiserror v2.0.18
19252026-07-23T04:31:25.976Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19262026-07-23T04:31:26.017Z Checking dyn-clone v1.0.20
19272026-07-23T04:31:26.055Z Checking icu_provider v2.1.1
19282026-07-23T04:31:26.058Z Checking futures-core v0.3.32
19292026-07-23T04:31:26.058Z Checking getrandom v0.2.17
19302026-07-23T04:31:26.163Z Checking equivalent v1.0.2
19312026-07-23T04:31:26.247Z Checking tokio v1.52.1
19322026-07-23T04:31:26.283Z Checking rustix v1.1.3
19332026-07-23T04:31:26.290Z Checking rand_core v0.6.4
19342026-07-23T04:31:26.314Z Checking cmov v0.5.4
19352026-07-23T04:31:26.349Z Checking byteorder v1.5.0
19362026-07-23T04:31:26.414Z Checking icu_normalizer v2.1.1
19372026-07-23T04:31:26.520Z Checking icu_properties v2.1.2
19382026-07-23T04:31:26.557Z Checking ctutils v0.4.2
19392026-07-23T04:31:26.607Z Checking futures-sink v0.3.32
19402026-07-23T04:31:26.729Z Checking futures-channel v0.3.32
19412026-07-23T04:31:26.733Z Checking generic-array v0.14.7
19422026-07-23T04:31:26.801Z Checking slab v0.4.12
19432026-07-23T04:31:26.805Z Checking hybrid-array v0.4.13
19442026-07-23T04:31:26.947Z Checking futures-task v0.3.32
19452026-07-23T04:31:26.985Z Checking futures-io v0.3.32
19462026-07-23T04:31:27.165Z Checking getrandom v0.3.4
19472026-07-23T04:31:27.181Z Checking hashbrown v0.17.0
19482026-07-23T04:31:27.189Z Checking futures-util v0.3.32
19492026-07-23T04:31:27.240Z Checking thiserror v1.0.69
19502026-07-23T04:31:27.282Z Checking const-oid v0.9.6
19512026-07-23T04:31:27.343Z Checking idna_adapter v1.2.1
19522026-07-23T04:31:27.381Z Checking fnv v1.0.7
19532026-07-23T04:31:27.489Z Checking idna v1.1.0
19542026-07-23T04:31:27.522Z Checking base64ct v1.8.3
19552026-07-23T04:31:27.603Z Checking crypto-common v0.2.2
19562026-07-23T04:31:27.639Z Checking indexmap v2.14.0
19572026-07-23T04:31:27.673Z Checking ppv-lite86 v0.2.21
19582026-07-23T04:31:27.748Z Checking url v2.5.8
19592026-07-23T04:31:27.787Z Checking crypto-common v0.1.7
19602026-07-23T04:31:27.934Z Checking regex-syntax v0.8.10
19612026-07-23T04:31:27.979Z Checking block-buffer v0.12.1
19622026-07-23T04:31:27.982Z Checking block-buffer v0.10.4
19632026-07-23T04:31:28.182Z Checking utf8parse v0.2.2
19642026-07-23T04:31:28.221Z Checking digest v0.10.7
19652026-07-23T04:31:28.224Z Checking schemars v0.8.22
19662026-07-23T04:31:28.254Z Checking base64 v0.22.1
19672026-07-23T04:31:28.324Z Checking anstyle v1.0.14
19682026-07-23T04:31:28.328Z Checking http v1.4.2
19692026-07-23T04:31:28.438Z Checking tracing-core v0.1.36
19702026-07-23T04:31:28.532Z Checking is_terminal_polyfill v1.70.2
19712026-07-23T04:31:28.571Z Checking colorchoice v1.0.4
19722026-07-23T04:31:28.663Z Checking anstyle-query v1.1.5
19732026-07-23T04:31:28.699Z Checking anstyle-parse v1.0.0
19742026-07-23T04:31:28.765Z Checking tracing v0.1.44
19752026-07-23T04:31:28.803Z Checking rand_core v0.9.5
19762026-07-23T04:31:28.875Z Checking terminal_size v0.4.3
19772026-07-23T04:31:28.918Z Checking ipnet v2.11.0
19782026-07-23T04:31:28.955Z Checking const-oid v0.10.2
19792026-07-23T04:31:28.997Z Checking anstream v1.0.0
19802026-07-23T04:31:29.003Z Checking clap_lex v1.0.0
19812026-07-23T04:31:29.068Z Checking strsim v0.11.1
19822026-07-23T04:31:29.104Z Checking aho-corasick v1.1.4
19832026-07-23T04:31:29.140Z Checking rand_chacha v0.9.0
19842026-07-23T04:31:29.195Z Checking crossbeam-utils v0.8.21
19852026-07-23T04:31:29.233Z Checking unicode-ident v1.0.24
19862026-07-23T04:31:29.236Z Checking erased-serde v0.3.31
19872026-07-23T04:31:29.302Z Checking clap_builder v4.6.0
19882026-07-23T04:31:29.307Z Checking httparse v1.10.1
19892026-07-23T04:31:29.372Z Checking rand v0.9.2
19902026-07-23T04:31:29.376Z Checking proc-macro2 v1.0.106
19912026-07-23T04:31:29.445Z Checking tokio-util v0.7.18
19922026-07-23T04:31:29.531Z Checking powerfmt v0.2.0
19932026-07-23T04:31:29.567Z Checking cpufeatures v0.3.0
19942026-07-23T04:31:29.664Z Checking digest v0.11.3
19952026-07-23T04:31:29.667Z Checking slog v2.8.2
19962026-07-23T04:31:29.734Z Checking deranged v0.5.8
19972026-07-23T04:31:29.740Z Checking quote v1.0.45
19982026-07-23T04:31:29.807Z Checking regex-automata v0.4.14
19992026-07-23T04:31:29.858Z Checking fastrand v2.3.0
20002026-07-23T04:31:29.896Z Checking allocator-api2 v0.2.21
20012026-07-23T04:31:29.957Z Checking num_threads v0.1.7
20022026-07-23T04:31:30.063Z Checking time-core v0.1.8
20032026-07-23T04:31:30.077Z Checking num-conv v0.2.0
20042026-07-23T04:31:30.077Z Checking cpufeatures v0.2.17
20052026-07-23T04:31:30.131Z Checking syn v2.0.117
20062026-07-23T04:31:30.166Z Checking anyhow v1.0.102
20072026-07-23T04:31:30.203Z Checking http-body v1.0.1
20082026-07-23T04:31:30.207Z Checking atomic-waker v1.1.2
20092026-07-23T04:31:30.207Z Checking tempfile v3.25.0
20102026-07-23T04:31:30.359Z Checking aws-lc-sys v0.40.0
20112026-07-23T04:31:30.397Z Checking rustls-pki-types v1.14.0
20122026-07-23T04:31:30.400Z Checking httpdate v1.0.3
20132026-07-23T04:31:30.467Z Checking untrusted v0.7.1
20142026-07-23T04:31:30.554Z Checking clap v4.6.1
20152026-07-23T04:31:30.608Z Checking try-lock v0.2.5
20162026-07-23T04:31:30.616Z Checking h2 v0.4.15
20172026-07-23T04:31:30.674Z Checking time v0.3.47
20182026-07-23T04:31:30.677Z Checking ipnetwork v0.21.1
20192026-07-23T04:31:30.741Z Checking hex v0.4.3
20202026-07-23T04:31:30.744Z Checking want v0.3.1
20212026-07-23T04:31:30.870Z Checking aws-lc-rs v1.16.3
20222026-07-23T04:31:30.920Z Checking ryu v1.0.23
20232026-07-23T04:31:30.957Z Checking tower-layer v0.3.3
20242026-07-23T04:31:30.991Z Checking tower-service v0.3.3
20252026-07-23T04:31:31.079Z Checking pem-rfc7468 v0.7.0
20262026-07-23T04:31:31.116Z Checking spin v0.9.8
20272026-07-23T04:31:31.151Z Checking flagset v0.4.7
20282026-07-23T04:31:31.262Z Checking simd-adler32 v0.3.8
20292026-07-23T04:31:31.300Z Checking der v0.7.10
20302026-07-23T04:31:31.335Z Checking mime v0.3.17
20312026-07-23T04:31:31.456Z Checking untrusted v0.9.0
20322026-07-23T04:31:31.538Z Checking adler2 v2.0.1
20332026-07-23T04:31:31.591Z Checking http-body-util v0.1.3
20342026-07-23T04:31:31.630Z Checking block-padding v0.4.2
20352026-07-23T04:31:31.667Z Checking miniz_oxide v0.8.9
20362026-07-23T04:31:31.707Z Checking rustls-webpki v0.103.13
20372026-07-23T04:31:31.785Z Checking inout v0.2.2
20382026-07-23T04:31:31.829Z Checking camino v1.2.2
20392026-07-23T04:31:31.836Z Checking pretty-hex v0.4.1
20402026-07-23T04:31:31.954Z Checking openssl-probe v0.2.1
20412026-07-23T04:31:32.006Z Checking serde_urlencoded v0.7.1
20422026-07-23T04:31:32.046Z Checking rand_chacha v0.3.1
20432026-07-23T04:31:32.049Z Checking encoding_rs v0.8.35
20442026-07-23T04:31:32.082Z Checking plain v0.2.3
20452026-07-23T04:31:32.212Z Checking spki v0.7.3
20462026-07-23T04:31:32.216Z Checking rustls v0.23.41
20472026-07-23T04:31:32.291Z Checking cipher v0.5.2
20482026-07-23T04:31:32.291Z Checking regex v1.12.3
20492026-07-23T04:31:32.375Z Checking oxnet v0.1.6
20502026-07-23T04:31:32.413Z Checking rand v0.8.6
20512026-07-23T04:31:32.448Z Checking ucd-trie v0.1.7
20522026-07-23T04:31:32.559Z Checking crc32fast v1.5.0
20532026-07-23T04:31:32.606Z Checking pest v2.8.6
20542026-07-23T04:31:32.643Z Checking futures-executor v0.3.32
20552026-07-23T04:31:32.680Z Checking sync_wrapper v1.0.2
20562026-07-23T04:31:32.727Z Checking pkcs8 v0.10.2
20572026-07-23T04:31:32.815Z Checking tower v0.5.3
20582026-07-23T04:31:32.819Z Checking futures v0.3.32
20592026-07-23T04:31:32.905Z Checking either v1.15.0
20602026-07-23T04:31:32.948Z Checking iri-string v0.7.10
20612026-07-23T04:31:32.986Z Checking zlib-rs v0.6.2
20622026-07-23T04:31:33.082Z Checking sha2 v0.10.9
20632026-07-23T04:31:33.127Z Checking foldhash v0.2.0
20642026-07-23T04:31:33.254Z Checking static_assertions v1.1.0
20652026-07-23T04:31:33.317Z Checking bit-vec v0.8.0
20662026-07-23T04:31:33.361Z Checking hashbrown v0.16.1
20672026-07-23T04:31:33.401Z Checking lazy_static v1.5.0
20682026-07-23T04:31:33.505Z Checking hyper v1.10.1
20692026-07-23T04:31:33.512Z Checking openapiv3 v2.2.0
20702026-07-23T04:31:33.554Z Checking bit-set v0.8.0
20712026-07-23T04:31:33.710Z Checking wait-timeout v0.2.1
20722026-07-23T04:31:33.748Z Checking hubpack v0.1.2
20732026-07-23T04:31:33.863Z Checking strum v0.26.3
20742026-07-23T04:31:33.899Z Checking quick-error v1.2.3
20752026-07-23T04:31:33.904Z Checking flate2 v1.1.9
20762026-07-23T04:31:33.970Z Checking rustls-native-certs v0.8.3
20772026-07-23T04:31:34.006Z Checking rand_xorshift v0.4.0
20782026-07-23T04:31:34.043Z Checking rusty-fork v0.3.1
20792026-07-23T04:31:34.046Z Checking tower-http v0.6.8
20802026-07-23T04:31:34.128Z Checking signature v2.2.0
20812026-07-23T04:31:34.156Z Checking num-integer v0.1.46
20822026-07-23T04:31:34.236Z Checking psl-types v2.0.11
20832026-07-23T04:31:34.239Z Checking tinyvec_macros v0.1.1
20842026-07-23T04:31:34.307Z Checking unarray v0.1.4
20852026-07-23T04:31:34.364Z Checking tinyvec v1.10.0
20862026-07-23T04:31:34.402Z Checking publicsuffix v2.3.0
20872026-07-23T04:31:34.406Z Checking hyper-util v0.1.20
20882026-07-23T04:31:34.435Z Checking cookie v0.18.1
20892026-07-23T04:31:34.438Z Checking anstyle-parse v0.2.7
20902026-07-23T04:31:34.441Z Checking proptest v1.10.0
20912026-07-23T04:31:34.573Z Checking tokio-rustls v0.26.4
20922026-07-23T04:31:34.608Z Checking rustls-platform-verifier v0.6.2
20932026-07-23T04:31:34.646Z Checking ahash v0.8.12
20942026-07-23T04:31:34.684Z Checking serde_spanned v0.6.9
20952026-07-23T04:31:34.758Z Checking cookie_store v0.22.1
20962026-07-23T04:31:34.794Z Checking toml_datetime v0.6.11
20972026-07-23T04:31:34.831Z Checking scroll v0.13.0
20982026-07-23T04:31:34.837Z Checking anstream v0.6.21
20992026-07-23T04:31:34.837Z Checking memmap2 v0.9.10
21002026-07-23T04:31:34.936Z Checking data-encoding v2.10.0
21012026-07-23T04:31:34.991Z Checking dtrace-parser v0.3.0
21022026-07-23T04:31:35.090Z Checking x509-cert v0.2.5
21032026-07-23T04:31:35.096Z Checking goblin v0.10.5
21042026-07-23T04:31:35.126Z Checking bstr v1.12.1
21052026-07-23T04:31:35.129Z Checking hmac v0.12.1
21062026-07-23T04:31:35.223Z Checking thread-id v5.1.0
21072026-07-23T04:31:35.260Z Checking num-iter v0.1.45
21082026-07-23T04:31:35.310Z Checking crossbeam-epoch v0.9.18
21092026-07-23T04:31:35.348Z Checking memoffset v0.9.1
21102026-07-23T04:31:35.395Z Checking scroll v0.12.0
21112026-07-23T04:31:35.455Z Checking env_filter v1.0.0
21122026-07-23T04:31:35.529Z Checking num-bigint-dig v0.8.6
21132026-07-23T04:31:35.565Z Checking pkcs1 v0.7.5
21142026-07-23T04:31:35.624Z Checking env_logger v0.11.9
21152026-07-23T04:31:35.662Z Checking goblin v0.8.2
21162026-07-23T04:31:35.700Z Checking hyper-rustls v0.27.7
21172026-07-23T04:31:35.739Z Checking zerocopy v0.7.35
21182026-07-23T04:31:35.791Z Checking rustix v0.38.44
21192026-07-23T04:31:35.837Z Checking foreign-types-shared v0.1.1
21202026-07-23T04:31:35.926Z Checking reqwest v0.13.2
21212026-07-23T04:31:35.964Z Checking unicode-segmentation v1.12.0
21222026-07-23T04:31:36.243Z Checking foreign-types v0.3.2
21232026-07-23T04:31:36.300Z Checking dtrace-parser v0.2.0
21242026-07-23T04:31:36.335Z Checking newtype-uuid v1.3.2
21252026-07-23T04:31:36.372Z Checking ff v0.13.1
21262026-07-23T04:31:36.408Z Checking rsa v0.9.10
21272026-07-23T04:31:36.525Z Checking openssl-sys v0.9.115
21282026-07-23T04:31:36.569Z Checking thread-id v4.2.2
21292026-07-23T04:31:36.573Z Checking daft v0.1.7
21302026-07-23T04:31:36.633Z Checking base16ct v0.2.0
21312026-07-23T04:31:36.672Z Checking same-file v1.0.6
21322026-07-23T04:31:36.787Z Checking winnow v0.5.40
21332026-07-23T04:31:36.824Z Checking walkdir v2.5.0
21342026-07-23T04:31:36.828Z Checking sec1 v0.7.3
21352026-07-23T04:31:36.863Z Checking group v0.13.0
21362026-07-23T04:31:36.931Z Checking openssl v0.10.79
21372026-07-23T04:31:36.934Z Checking nix v0.31.2
21382026-07-23T04:31:37.008Z Checking hkdf v0.12.4
21392026-07-23T04:31:37.064Z Checking serde_with v3.21.0
21402026-07-23T04:31:37.102Z Checking crypto-bigint v0.5.5
21412026-07-23T04:31:37.168Z Checking bzip2-sys v0.1.13+1.0.8
21422026-07-23T04:31:37.276Z Checking keccak v0.1.6
21432026-07-23T04:31:37.377Z Checking dof v0.4.0
21442026-07-23T04:31:37.466Z Checking foldhash v0.1.5
21452026-07-23T04:31:37.541Z Checking dof v0.3.0
21462026-07-23T04:31:37.625Z Checking winnow v0.7.14
21472026-07-23T04:31:37.849Z Checking usdt-impl v0.5.0
21482026-07-23T04:31:37.939Z Checking toml_edit v0.19.15
21492026-07-23T04:31:37.999Z Checking elliptic-curve v0.13.8
21502026-07-23T04:31:38.037Z Checking usdt-impl v0.6.0
21512026-07-23T04:31:38.142Z Checking hashbrown v0.15.5
21522026-07-23T04:31:38.182Z Checking sha3 v0.10.8
21532026-07-23T04:31:38.355Z Checking usdt v0.6.0
21542026-07-23T04:31:38.366Z Checking bzip2 v0.4.4
21552026-07-23T04:31:38.420Z Checking unicode-normalization v0.1.25
21562026-07-23T04:31:38.543Z Checking itertools v0.13.0
21572026-07-23T04:31:38.580Z Checking bitflags v1.3.2
21582026-07-23T04:31:38.624Z Checking siphasher v1.0.2
21592026-07-23T04:31:38.667Z Checking winnow v1.0.3
21602026-07-23T04:31:38.700Z Checking zip v0.6.6
21612026-07-23T04:31:38.807Z Checking signal-hook v0.3.18
21622026-07-23T04:31:38.844Z Checking toml_write v0.1.2
21632026-07-23T04:31:38.881Z Checking managed v0.8.0
21642026-07-23T04:31:38.977Z Checking toml_parser v1.1.2+spec-1.1.0
21652026-07-23T04:31:39.015Z Checking toml v0.7.8
21662026-07-23T04:31:39.018Z Checking native-tls v0.2.18
21672026-07-23T04:31:39.083Z Checking toml_edit v0.22.27
21682026-07-23T04:31:39.088Z Checking globset v0.4.18
21692026-07-23T04:31:39.116Z Checking chacha20 v0.10.0
21702026-07-23T04:31:39.120Z Checking curve25519-dalek v4.1.3
21712026-07-23T04:31:39.248Z Checking tokio-native-tls v0.3.1
21722026-07-23T04:31:39.318Z Checking object v0.37.3
21732026-07-23T04:31:39.356Z Checking signal-hook-mio v0.2.5
21742026-07-23T04:31:39.396Z Checking ed25519 v2.2.3
21752026-07-23T04:31:39.431Z Checking ref-cast v1.0.25
21762026-07-23T04:31:39.435Z Checking hyper-tls v0.6.0
21772026-07-23T04:31:39.500Z Checking pin-project v1.1.11
21782026-07-23T04:31:39.555Z Checking zstd-sys v2.0.16+zstd.1.5.7
21792026-07-23T04:31:39.593Z Checking pem v3.0.6
21802026-07-23T04:31:39.630Z Checking libbz2-rs-sys v0.2.2
21812026-07-23T04:31:39.635Z Checking fixedbitset v0.5.7
21822026-07-23T04:31:39.700Z Checking zstd-safe v7.2.4
21832026-07-23T04:31:39.703Z Checking reqwest v0.12.28
21842026-07-23T04:31:39.772Z Checking bumpalo v3.20.2
21852026-07-23T04:31:39.881Z Checking petgraph v0.8.3
21862026-07-23T04:31:39.920Z Checking zstd v0.13.3
21872026-07-23T04:31:39.972Z Checking ed25519-dalek v2.2.0
21882026-07-23T04:31:39.999Z Checking zopfli v0.8.3
21892026-07-23T04:31:40.043Z Checking bzip2 v0.6.1
21902026-07-23T04:31:40.128Z Checking snafu v0.8.9
21912026-07-23T04:31:40.198Z Checking crossterm v0.28.1
21922026-07-23T04:31:40.232Z Checking olpc-cjson v0.1.4
21932026-07-23T04:31:40.235Z Checking similar v2.7.0
21942026-07-23T04:31:40.340Z Checking fs-err v3.3.0
21952026-07-23T04:31:40.390Z Checking hash32 v0.2.1
21962026-07-23T04:31:40.397Z Checking serde-big-array v0.5.1
21972026-07-23T04:31:40.490Z Checking serde_plain v1.0.2
21982026-07-23T04:31:40.571Z Checking predicates-core v1.0.10
21992026-07-23T04:31:40.608Z Checking typed-path v0.9.3
22002026-07-23T04:31:40.657Z Checking jiff v0.2.21
22012026-07-23T04:31:40.696Z Checking unicode-properties v0.1.4
22022026-07-23T04:31:40.699Z Checking unicode-bidi v0.3.18
22032026-07-23T04:31:40.766Z Checking heapless v0.7.17
22042026-07-23T04:31:40.908Z Checking hickory-proto v0.25.2
22052026-07-23T04:31:40.912Z Checking byte-wrapper v0.1.0
22062026-07-23T04:31:41.046Z Checking stringprep v0.1.5
22072026-07-23T04:31:41.173Z Checking md-5 v0.10.6
22082026-07-23T04:31:41.210Z Checking float-cmp v0.10.0
22092026-07-23T04:31:41.247Z Checking normalize-line-endings v0.3.0
22102026-07-23T04:31:41.339Z Checking fallible-iterator v0.2.0
22112026-07-23T04:31:41.373Z Checking difflib v0.4.0
22122026-07-23T04:31:41.377Z Checking smoltcp v0.9.1
22132026-07-23T04:31:41.442Z Checking tough v0.22.0
22142026-07-23T04:31:41.480Z Checking iddqd v0.4.2
22152026-07-23T04:31:41.577Z Checking predicates v3.1.4
22162026-07-23T04:31:41.615Z Checking phf_shared v0.13.1
22172026-07-23T04:31:41.651Z Checking postgres-protocol v0.6.10
22182026-07-23T04:31:41.838Z Checking phf_shared v0.11.3
22192026-07-23T04:31:41.918Z Checking tokio-stream v0.1.18
22202026-07-23T04:31:41.991Z Checking buf-list v1.1.2
22212026-07-23T04:31:42.027Z Checking strum v0.27.2
22222026-07-23T04:31:42.030Z Checking fixedbitset v0.4.2
22232026-07-23T04:31:42.164Z Checking precomputed-hash v0.1.1
22242026-07-23T04:31:42.203Z Checking lalrpop-util v0.19.12
22252026-07-23T04:31:42.239Z Checking new_debug_unreachable v1.0.6
22262026-07-23T04:31:42.278Z Checking petgraph v0.6.5
22272026-07-23T04:31:42.316Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22282026-07-23T04:31:42.369Z Checking string_cache v0.8.9
22292026-07-23T04:31:42.403Z Checking postgres-types v0.2.12
22302026-07-23T04:31:42.406Z Checking phf v0.13.1
22312026-07-23T04:31:42.559Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22322026-07-23T04:31:42.611Z Checking whoami v2.1.0
22332026-07-23T04:31:42.742Z Checking peg-runtime v0.8.5
22342026-07-23T04:31:42.829Z Checking tokio-postgres v0.7.16
22352026-07-23T04:31:42.903Z Checking zip v4.6.1
22362026-07-23T04:31:42.940Z Checking is-terminal v0.4.17
22372026-07-23T04:31:42.980Z Checking crossbeam-channel v0.5.15
22382026-07-23T04:31:43.055Z Checking thread_local v1.1.9
22392026-07-23T04:31:43.250Z Compiling structmeta-derive v0.3.0
22402026-07-23T04:31:43.344Z Checking take_mut v0.2.2
22412026-07-23T04:31:43.461Z Checking term v1.2.1
22422026-07-23T04:31:43.498Z Checking slog-async v2.8.0
22432026-07-23T04:31:43.592Z Compiling newtype-uuid-macros v0.1.0
22442026-07-23T04:31:43.605Z Compiling multer v3.1.0
22452026-07-23T04:31:43.691Z Compiling async-stream-impl v0.3.6
22462026-07-23T04:31:43.729Z Checking slog-term v2.9.2
22472026-07-23T04:31:43.733Z Checking match_cfg v0.1.0
22482026-07-23T04:31:43.864Z Checking hostname v0.3.1
22492026-07-23T04:31:43.897Z Checking slog-json v2.6.1
22502026-07-23T04:31:43.985Z Compiling dropshot v0.17.1
22512026-07-23T04:31:44.022Z Compiling dropshot_endpoint v0.17.1
22522026-07-23T04:31:44.078Z Checking slog-bunyan v2.5.0
22532026-07-23T04:31:44.122Z Checking debug-ignore v1.0.5
22542026-07-23T04:31:44.252Z Checking sha1 v0.11.0
22552026-07-23T04:31:44.285Z Checking serde_path_to_error v0.1.20
22562026-07-23T04:31:44.318Z Checking serde_spanned v1.1.1
22572026-07-23T04:31:44.350Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22582026-07-23T04:31:44.350Z Checking toml_datetime v1.1.1+spec-1.1.0
22592026-07-23T04:31:44.416Z Compiling structmeta v0.3.0
22602026-07-23T04:31:44.456Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22612026-07-23T04:31:44.491Z Checking compression-core v0.4.31
22622026-07-23T04:31:44.572Z Checking toml_writer v1.1.1+spec-1.1.0
22632026-07-23T04:31:44.609Z Checking progenitor-client v0.14.0
22642026-07-23T04:31:44.643Z Checking compression-codecs v0.4.37
22652026-07-23T04:31:44.715Z Compiling derive-ex v0.1.8
22662026-07-23T04:31:44.770Z Checking toml v1.1.2+spec-1.1.0
22672026-07-23T04:31:44.812Z Checking async-stream v0.3.6
22682026-07-23T04:31:44.851Z Checking async-compression v0.4.41
22692026-07-23T04:31:44.891Z Checking rustls-pemfile v2.2.0
22702026-07-23T04:31:44.922Z Checking waitgroup v0.1.2
22712026-07-23T04:31:44.990Z Checking hostname v0.4.2
22722026-07-23T04:31:45.082Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22732026-07-23T04:31:45.121Z Checking atomicwrites v0.4.4
22742026-07-23T04:31:45.124Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-07-23T04:31:45.124Z Checking itertools v0.14.0
22762026-07-23T04:31:45.223Z Compiling parse-display-derive v0.10.0
22772026-07-23T04:31:45.227Z Checking macaddr v1.0.1
22782026-07-23T04:31:45.331Z Checking regress v0.10.5
22792026-07-23T04:31:45.341Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22802026-07-23T04:31:45.367Z Checking instant v0.1.13
22812026-07-23T04:31:45.462Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22822026-07-23T04:31:45.499Z Checking backoff v0.4.0
22832026-07-23T04:31:45.722Z Checking backon v1.6.0
22842026-07-23T04:31:45.743Z Checking humantime v2.3.0
22852026-07-23T04:31:45.780Z Checking unicode-width v0.2.0
22862026-07-23T04:31:45.895Z Checking progenitor-extras v0.2.0
22872026-07-23T04:31:45.961Z Compiling convert_case v0.4.0
22882026-07-23T04:31:46.053Z Checking half v2.7.1
22892026-07-23T04:31:46.144Z Checking ciborium-io v0.2.2
22902026-07-23T04:31:46.258Z Checking heck v0.5.0
22912026-07-23T04:31:46.294Z Checking secrecy v0.10.3
22922026-07-23T04:31:46.338Z Compiling derive_more v0.99.20
22932026-07-23T04:31:46.341Z Checking ciborium-ll v0.2.2
22942026-07-23T04:31:46.407Z Compiling test-strategy v0.4.5
22952026-07-23T04:31:46.410Z Checking indent_write v2.2.0
22962026-07-23T04:31:46.474Z Checking camino-tempfile v1.4.1
22972026-07-23T04:31:46.560Z Compiling crucible-workspace-hack v0.1.0
22982026-07-23T04:31:46.567Z Checking ciborium v0.2.2
22992026-07-23T04:31:46.655Z Compiling regress v0.11.1
23002026-07-23T04:31:46.725Z Checking inout v0.1.4
23012026-07-23T04:31:46.885Z Checking cipher v0.4.4
23022026-07-23T04:31:46.924Z Checking universal-hash v0.5.1
23032026-07-23T04:31:46.927Z Checking parse-display v0.10.0
23042026-07-23T04:31:47.037Z Compiling thiserror-impl-no-std v2.0.2
23052026-07-23T04:31:47.076Z Checking opaque-debug v0.3.1
23062026-07-23T04:31:47.112Z Checking chacha20 v0.9.1
23072026-07-23T04:31:47.147Z Checking blake2 v0.10.6
23082026-07-23T04:31:47.223Z Checking poly1305 v0.8.0
23092026-07-23T04:31:47.327Z Checking aead v0.5.2
23102026-07-23T04:31:47.409Z Checking password-hash v0.5.0
23112026-07-23T04:31:47.469Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23122026-07-23T04:31:47.506Z Checking chacha20poly1305 v0.10.1
23132026-07-23T04:31:47.656Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23142026-07-23T04:31:47.659Z Checking argon2 v0.5.3
23152026-07-23T04:31:47.807Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23162026-07-23T04:31:47.944Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23172026-07-23T04:31:47.979Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23182026-07-23T04:31:48.051Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23192026-07-23T04:31:48.089Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23202026-07-23T04:31:48.287Z Compiling typify-impl v0.6.2
23212026-07-23T04:31:48.326Z Checking thiserror-no-std v2.0.2
23222026-07-23T04:31:48.364Z Compiling unsafe-libyaml v0.2.11
23232026-07-23T04:31:48.403Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23242026-07-23T04:31:48.440Z Checking vsss-rs v3.3.4
23252026-07-23T04:31:48.908Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23262026-07-23T04:31:49.143Z Compiling serde_yaml v0.9.34+deprecated
23272026-07-23T04:31:49.572Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23282026-07-23T04:31:49.643Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23292026-07-23T04:31:49.683Z Checking swrite v0.1.0
23302026-07-23T04:31:49.765Z Checking crossbeam-deque v0.8.6
23312026-07-23T04:31:49.801Z Compiling rayon-core v1.13.0
23322026-07-23T04:31:49.911Z Compiling toml_datetime v0.7.5+spec-1.1.0
23332026-07-23T04:31:50.186Z Compiling toml_edit v0.23.10+spec-1.0.0
23342026-07-23T04:31:50.419Z Compiling darling_core v0.21.3
23352026-07-23T04:31:50.587Z Compiling proc-macro-error v1.0.4
23362026-07-23T04:31:50.664Z Checking rayon v1.11.0
23372026-07-23T04:31:50.736Z Compiling proc-macro-crate v3.4.0
23382026-07-23T04:31:50.913Z Checking toml v0.8.23
23392026-07-23T04:31:51.278Z Checking tabwriter v1.4.1
23402026-07-23T04:31:51.288Z Checking glob v0.3.3
23412026-07-23T04:31:51.292Z Compiling heapless v0.8.0
23422026-07-23T04:31:51.350Z Compiling num_enum_derive v0.7.6
23432026-07-23T04:31:51.417Z Checking colored v3.1.1
23442026-07-23T04:31:51.485Z Checking hash32 v0.3.1
23452026-07-23T04:31:51.638Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23462026-07-23T04:31:51.647Z Compiling smoltcp v0.11.0
23472026-07-23T04:31:51.948Z Checking cobs v0.3.0
23482026-07-23T04:31:52.051Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23492026-07-23T04:31:52.122Z Compiling usdt-macro v0.5.0
23502026-07-23T04:31:52.157Z Compiling usdt-attr-macro v0.5.0
23512026-07-23T04:31:52.192Z Checking memmap v0.7.0
23522026-07-23T04:31:52.270Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23532026-07-23T04:31:52.410Z Checking num_enum v0.7.6
23542026-07-23T04:31:52.538Z Checking postcard v1.1.3
23552026-07-23T04:31:52.574Z Checking rand v0.10.1
23562026-07-23T04:31:52.742Z Compiling typify-macro v0.6.2
23572026-07-23T04:31:52.850Z Compiling proc-macro-crate v1.3.1
23582026-07-23T04:31:52.958Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23592026-07-23T04:31:52.975Z Compiling darling_macro v0.21.3
23602026-07-23T04:31:52.975Z Checking usdt v0.5.0
23612026-07-23T04:31:53.083Z Checking sigpipe v0.1.3
23622026-07-23T04:31:53.155Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23632026-07-23T04:31:53.189Z Compiling foreign-types-macros v0.2.3
23642026-07-23T04:31:53.225Z Checking foreign-types-shared v0.3.1
23652026-07-23T04:31:53.335Z Compiling num_enum_derive v0.5.11
23662026-07-23T04:31:53.473Z Compiling darling v0.21.3
23672026-07-23T04:31:53.539Z Checking cstr-argument v0.1.2
23682026-07-23T04:31:53.575Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23692026-07-23T04:31:53.608Z Compiling ingot-macros v0.1.1
23702026-07-23T04:31:53.643Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23712026-07-23T04:31:53.685Z Compiling num-derive v0.4.2
23722026-07-23T04:31:53.804Z Checking foreign-types v0.5.0
23732026-07-23T04:31:53.909Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23742026-07-23T04:31:54.039Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23752026-07-23T04:31:54.126Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23762026-07-23T04:31:54.195Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23772026-07-23T04:31:54.242Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23782026-07-23T04:31:54.327Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23792026-07-23T04:31:54.390Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23802026-07-23T04:31:54.427Z Checking num_enum v0.5.11
23812026-07-23T04:31:54.498Z Compiling zone_cfg_derive v0.3.1
23822026-07-23T04:31:54.604Z Compiling typify v0.6.2
23832026-07-23T04:31:54.649Z Compiling progenitor-impl v0.14.0
23842026-07-23T04:31:54.686Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23852026-07-23T04:31:54.790Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23862026-07-23T04:31:54.920Z Checking itertools v0.12.1
23872026-07-23T04:31:54.986Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23882026-07-23T04:31:55.165Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23892026-07-23T04:31:55.307Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23902026-07-23T04:31:55.350Z Checking smf v0.2.3
23912026-07-23T04:31:55.448Z Checking whoami v1.6.1
23922026-07-23T04:31:55.547Z Compiling derive-where v1.6.0
23932026-07-23T04:31:55.603Z Checking tokio-dtrace v0.1.1
23942026-07-23T04:31:55.646Z Checking console v0.15.11
23952026-07-23T04:31:55.682Z Checking newline-converter v0.3.0
23962026-07-23T04:31:55.814Z Checking oxide-tokio-rt v0.1.4
23972026-07-23T04:31:55.852Z Checking bytecount v0.6.9
23982026-07-23T04:31:55.945Z Checking expectorate v1.2.0
23992026-07-23T04:31:55.987Z Checking zone v0.3.1
24002026-07-23T04:31:55.990Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24012026-07-23T04:31:56.051Z Checking unicode-width v0.1.14
24022026-07-23T04:31:56.099Z Checking num-rational v0.4.2
24032026-07-23T04:31:56.327Z Checking num-complex v0.4.6
24042026-07-23T04:31:56.366Z Checking float-ord v0.3.2
24052026-07-23T04:31:56.405Z Compiling cancel-safe-futures v0.1.5
24062026-07-23T04:31:56.483Z Checking ingot-types v0.1.2
24072026-07-23T04:31:56.496Z Checking linear-map v1.2.0
24082026-07-23T04:31:56.691Z Checking gethostname v0.5.0
24092026-07-23T04:31:56.694Z Checking num v0.4.3
24102026-07-23T04:31:56.813Z Compiling prettyplease v0.2.37
24112026-07-23T04:31:56.851Z Checking ingot v0.1.1
24122026-07-23T04:31:56.855Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24132026-07-23T04:31:56.917Z Checking oxide-update-engine-types v0.1.2
24142026-07-23T04:31:57.023Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24152026-07-23T04:31:57.227Z Compiling progenitor-macro v0.14.0
24162026-07-23T04:31:57.278Z Compiling owo-colors v4.3.0
24172026-07-23T04:31:57.314Z Checking resolv-conf v0.7.6
24182026-07-23T04:31:57.523Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-07-23T04:31:57.817Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24202026-07-23T04:31:57.854Z Checking oxide-update-engine v0.1.2
24212026-07-23T04:31:58.022Z Checking unicode-linebreak v0.1.5
24222026-07-23T04:31:58.327Z Checking smawk v0.3.2
24232026-07-23T04:31:58.364Z Checking papergrid v0.11.0
24242026-07-23T04:31:58.367Z Compiling tabled_derive v0.7.0
24252026-07-23T04:31:58.487Z Compiling convert_case v0.10.0
24262026-07-23T04:31:58.522Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24272026-07-23T04:31:58.823Z Compiling slog-dtrace v0.3.0
24282026-07-23T04:31:58.886Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24292026-07-23T04:31:59.015Z Compiling derive_more-impl v2.1.1
24302026-07-23T04:31:59.190Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24312026-07-23T04:31:59.380Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24322026-07-23T04:31:59.413Z Checking tabled v0.15.0
24332026-07-23T04:31:59.712Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24342026-07-23T04:31:59.884Z Checking derive_more v2.1.1
24352026-07-23T04:31:59.998Z Checking crossterm v0.29.0
24362026-07-23T04:32:00.170Z Checking linked-hash-map v0.5.6
24372026-07-23T04:32:00.369Z Checking lru-cache v0.1.2
24382026-07-23T04:32:00.777Z Checking hickory-proto v0.24.4
24392026-07-23T04:32:00.782Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24402026-07-23T04:32:00.872Z Checking fd-lock v4.0.4
24412026-07-23T04:32:00.936Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24422026-07-23T04:32:01.507Z Checking vte v0.14.1
24432026-07-23T04:32:01.727Z Checking display-error-chain v0.2.2
24442026-07-23T04:32:01.803Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24452026-07-23T04:32:01.902Z Checking strip-ansi-escapes v0.2.1
24462026-07-23T04:32:02.089Z Checking progenitor v0.14.0
24472026-07-23T04:32:02.250Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24482026-07-23T04:32:02.304Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24492026-07-23T04:32:02.943Z Checking nu-ansi-term v0.50.3
24502026-07-23T04:32:03.022Z Checking termtree v0.5.1
24512026-07-23T04:32:03.210Z Checking hickory-resolver v0.24.4
24522026-07-23T04:32:03.213Z Checking reedline v0.40.0
24532026-07-23T04:32:03.281Z Checking textwrap v0.16.2
24542026-07-23T04:32:03.518Z Compiling minimal-lexical v0.2.1
24552026-07-23T04:32:03.555Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24562026-07-23T04:32:03.801Z Compiling nom v7.1.3
24572026-07-23T04:32:03.944Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24582026-07-23T04:32:03.991Z Checking qorb v0.4.1
24592026-07-23T04:32:04.031Z Compiling unicode-xid v0.2.6
24602026-07-23T04:32:04.185Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24612026-07-23T04:32:04.516Z Compiling ar_archive_writer v0.5.1
24622026-07-23T04:32:04.704Z Checking csv-core v0.1.13
24632026-07-23T04:32:04.791Z Compiling stacker v0.1.23
24642026-07-23T04:32:05.062Z Checking csv v1.4.0
24652026-07-23T04:32:05.098Z Compiling cfg_aliases v0.1.1
24662026-07-23T04:32:05.138Z Checking highway v1.3.0
24672026-07-23T04:32:05.192Z Compiling semver v0.1.20
24682026-07-23T04:32:05.225Z Compiling nix v0.28.0
24692026-07-23T04:32:05.378Z Compiling psm v0.1.30
24702026-07-23T04:32:05.462Z Compiling rustc_version v0.1.7
24712026-07-23T04:32:05.496Z Checking nibble_vec v0.1.0
24722026-07-23T04:32:05.531Z Checking endian-type v0.1.2
24732026-07-23T04:32:05.652Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24742026-07-23T04:32:05.688Z Checking radix_trie v0.2.1
24752026-07-23T04:32:05.694Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24762026-07-23T04:32:05.756Z Compiling newtype_derive v0.1.6
24772026-07-23T04:32:05.759Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24782026-07-23T04:32:05.955Z Checking phf_shared v0.12.1
24792026-07-23T04:32:05.983Z Compiling recursive-proc-macro-impl v0.1.1
24802026-07-23T04:32:06.108Z Compiling chrono-tz v0.10.4
24812026-07-23T04:32:06.214Z Checking phf v0.12.1
24822026-07-23T04:32:06.403Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24832026-07-23T04:32:06.406Z Compiling const_format_proc_macros v0.2.34
24842026-07-23T04:32:06.472Z Checking recursive v0.1.1
24852026-07-23T04:32:06.475Z Compiling peg-macros v0.8.5
24862026-07-23T04:32:06.569Z Checking nom v8.0.0
24872026-07-23T04:32:06.604Z Checking winnow v0.6.26
24882026-07-23T04:32:06.936Z Compiling sqlparser_derive v0.5.0
24892026-07-23T04:32:07.268Z Checking home v0.5.12
24902026-07-23T04:32:07.404Z Checking unicode_categories v0.1.1
24912026-07-23T04:32:07.442Z Checking rustyline v14.0.0
24922026-07-23T04:32:07.585Z Checking const_format v0.2.35
24932026-07-23T04:32:07.725Z Checking sqlparser v0.61.0
24942026-07-23T04:32:07.768Z Checking sqlformat v0.3.5
24952026-07-23T04:32:07.934Z Checking peg v0.8.5
24962026-07-23T04:32:08.149Z Checking bcs v0.1.6
24972026-07-23T04:32:08.186Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24982026-07-23T04:32:08.220Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24992026-07-23T04:32:08.281Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25002026-07-23T04:32:08.405Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25012026-07-23T04:32:08.442Z Checking steno v0.4.1
25022026-07-23T04:32:08.583Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25032026-07-23T04:32:08.678Z Checking sha1 v0.10.6
25042026-07-23T04:32:08.804Z Checking filetime v0.2.27
25052026-07-23T04:32:08.965Z Checking xattr v1.6.1
25062026-07-23T04:32:09.122Z Checking tar v0.4.46
25072026-07-23T04:32:09.430Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25082026-07-23T04:32:09.489Z Checking base64 v0.21.7
25092026-07-23T04:32:09.598Z Checking subprocess v0.2.15
25102026-07-23T04:32:09.633Z Checking headers-core v0.3.0
25112026-07-23T04:32:09.759Z Checking yasna v0.5.2
25122026-07-23T04:32:09.795Z Checking headers v0.4.1
25132026-07-23T04:32:09.844Z Checking port-file v0.1.0
25142026-07-23T04:32:10.053Z Checking dropshot-api-manager-types v0.7.2
25152026-07-23T04:32:10.165Z Checking rcgen v0.12.1
25162026-07-23T04:32:10.246Z Checking tagptr v0.2.0
25172026-07-23T04:32:10.281Z Checking utf-8 v0.7.6
25182026-07-23T04:32:10.412Z Checking moka v0.12.13
25192026-07-23T04:32:10.447Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25202026-07-23T04:32:10.485Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25212026-07-23T04:32:10.522Z Checking tungstenite v0.21.0
25222026-07-23T04:32:10.613Z Compiling radium v0.7.0
25232026-07-23T04:32:10.961Z Checking tokio-tungstenite v0.21.0
25242026-07-23T04:32:11.051Z Compiling libefi-sys v0.1.0
25252026-07-23T04:32:11.088Z Checking hickory-resolver v0.25.2
25262026-07-23T04:32:11.282Z Checking tap v1.0.1
25272026-07-23T04:32:11.291Z Compiling maybe-uninit v2.0.0
25282026-07-23T04:32:11.384Z Checking wyz v0.5.1
25292026-07-23T04:32:11.706Z Compiling zerocopy-derive v0.6.6
25302026-07-23T04:32:11.815Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25312026-07-23T04:32:11.878Z Compiling bitfield-struct v0.6.2
25322026-07-23T04:32:11.937Z Checking crc-catalog v2.4.0
25332026-07-23T04:32:12.057Z Compiling packed_struct v0.10.1
25342026-07-23T04:32:12.265Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25352026-07-23T04:32:12.303Z Checking funty v2.0.0
25362026-07-23T04:32:12.393Z Checking crc v3.4.0
25372026-07-23T04:32:12.543Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25382026-07-23T04:32:12.614Z Checking zerocopy v0.6.6
25392026-07-23T04:32:12.647Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25402026-07-23T04:32:12.650Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25412026-07-23T04:32:12.682Z Checking bitvec v1.0.1
25422026-07-23T04:32:12.782Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-07-23T04:32:12.817Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25442026-07-23T04:32:12.820Z Compiling packed_struct_codegen v0.10.1
25452026-07-23T04:32:12.918Z Compiling bitfield-macros v0.19.4
25462026-07-23T04:32:12.953Z Compiling indexmap v1.9.3
25472026-07-23T04:32:13.230Z Checking nodrop v0.1.14
25482026-07-23T04:32:13.339Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25492026-07-23T04:32:13.442Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-07-23T04:32:13.699Z Checking bitfield v0.19.4
25512026-07-23T04:32:13.737Z Checking array-init v0.0.4
25522026-07-23T04:32:14.010Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25532026-07-23T04:32:14.054Z Checking smallvec v0.6.14
25542026-07-23T04:32:14.089Z Checking hashbrown v0.12.3
25552026-07-23T04:32:14.180Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25562026-07-23T04:32:14.269Z Checking serde-hex v0.1.0
25572026-07-23T04:32:14.368Z Checking ron v0.8.1
25582026-07-23T04:32:14.570Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25592026-07-23T04:32:14.876Z Checking hashbrown v0.13.2
25602026-07-23T04:32:14.918Z Checking crc-any v2.5.0
25612026-07-23T04:32:15.121Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25622026-07-23T04:32:15.202Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25632026-07-23T04:32:15.315Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25642026-07-23T04:32:15.349Z Checking object v0.30.4
25652026-07-23T04:32:15.540Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-07-23T04:32:15.777Z Checking path-slash v0.1.5
25672026-07-23T04:32:15.812Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25682026-07-23T04:32:15.867Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25692026-07-23T04:32:15.907Z Compiling xshell-macros v0.2.7
25702026-07-23T04:32:16.333Z Checking xshell v0.2.7
25712026-07-23T04:32:16.362Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25722026-07-23T04:32:16.622Z Checking half v1.8.3
25732026-07-23T04:32:16.707Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25742026-07-23T04:32:16.747Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25752026-07-23T04:32:16.845Z Checking serde_cbor v0.11.2
25762026-07-23T04:32:16.943Z Compiling proc-macro-error-attr2 v2.0.0
25772026-07-23T04:32:17.264Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25782026-07-23T04:32:17.384Z Compiling proc-macro-error2 v2.0.1
25792026-07-23T04:32:17.439Z Compiling num-derive v0.3.3
25802026-07-23T04:32:17.477Z Checking maplit v1.0.2
25812026-07-23T04:32:17.529Z Checking papergrid v0.17.0
25822026-07-23T04:32:17.600Z Checking testing_table v0.3.0
25832026-07-23T04:32:17.707Z Compiling tabled_derive v0.11.0
25842026-07-23T04:32:17.742Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25852026-07-23T04:32:18.253Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25862026-07-23T04:32:18.288Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25872026-07-23T04:32:18.413Z Compiling progenitor-impl v0.13.0
25882026-07-23T04:32:18.449Z Checking libscf-sys v1.1.0
25892026-07-23T04:32:18.606Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25902026-07-23T04:32:18.661Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25912026-07-23T04:32:18.842Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25922026-07-23T04:32:18.958Z Checking tabled v0.20.0
25932026-07-23T04:32:19.155Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25942026-07-23T04:32:19.295Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25952026-07-23T04:32:19.454Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25962026-07-23T04:32:19.773Z Checking progenitor-client v0.13.0
25972026-07-23T04:32:20.041Z Checking unicase v2.9.0
25982026-07-23T04:32:20.222Z Checking crc8 v0.1.1
25992026-07-23T04:32:20.259Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26002026-07-23T04:32:20.367Z Checking fxhash v0.2.1
26012026-07-23T04:32:20.516Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26022026-07-23T04:32:20.563Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26032026-07-23T04:32:21.004Z Compiling vergen-lib v0.1.6
26042026-07-23T04:32:21.007Z Compiling diesel_derives v2.3.7
26052026-07-23T04:32:21.079Z Compiling progenitor-macro v0.13.0
26062026-07-23T04:32:21.126Z Compiling dsl_auto_type v0.2.0
26072026-07-23T04:32:21.162Z Checking scheduled-thread-pool v0.2.7
26082026-07-23T04:32:21.310Z Compiling vergen-gitcl v1.0.8
26092026-07-23T04:32:21.344Z Compiling diesel_table_macro_syntax v0.3.0
26102026-07-23T04:32:21.347Z Checking r2d2 v0.8.10
26112026-07-23T04:32:21.472Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26122026-07-23T04:32:21.571Z Checking downcast-rs v2.0.2
26132026-07-23T04:32:21.605Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26142026-07-23T04:32:21.639Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26152026-07-23T04:32:21.796Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26162026-07-23T04:32:21.902Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26172026-07-23T04:32:22.104Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26182026-07-23T04:32:22.111Z Checking kstat-rs v0.2.4
26192026-07-23T04:32:22.140Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26202026-07-23T04:32:22.234Z Checking arc-swap v1.8.2
26212026-07-23T04:32:22.265Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26222026-07-23T04:32:22.331Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26232026-07-23T04:32:22.375Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26242026-07-23T04:32:22.479Z Checking slog-scope v4.4.1
26252026-07-23T04:32:22.644Z Compiling dirs-sys-next v0.1.2
26262026-07-23T04:32:22.685Z Compiling crunchy v0.2.4
26272026-07-23T04:32:22.963Z Compiling parking_lot_core v0.8.6
26282026-07-23T04:32:22.996Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26292026-07-23T04:32:23.091Z Compiling dirs-next v2.0.0
26302026-07-23T04:32:23.151Z Checking slog-stdlog v4.1.1
26312026-07-23T04:32:23.259Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26322026-07-23T04:32:23.329Z Compiling clang-sys v1.8.1
26332026-07-23T04:32:23.373Z Compiling git-stub v1.0.0
26342026-07-23T04:32:23.658Z Compiling tiny-keccak v2.0.2
26352026-07-23T04:32:23.769Z Compiling git-stub-vcs v0.1.0
26362026-07-23T04:32:23.864Z Checking slog-envlogger v2.2.0
26372026-07-23T04:32:23.945Z Compiling term v0.7.0
26382026-07-23T04:32:24.089Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26392026-07-23T04:32:24.144Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26402026-07-23T04:32:24.148Z Compiling bit-vec v0.6.3
26412026-07-23T04:32:24.376Z Compiling ascii-canvas v3.0.0
26422026-07-23T04:32:24.413Z Compiling bit-set v0.5.3
26432026-07-23T04:32:24.446Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26442026-07-23T04:32:24.549Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26452026-07-23T04:32:24.592Z Checking parking_lot v0.11.2
26462026-07-23T04:32:24.644Z Checking prefix-trie v0.7.0
26472026-07-23T04:32:24.811Z Compiling itertools v0.10.5
26482026-07-23T04:32:24.862Z Compiling ena v0.14.4
26492026-07-23T04:32:24.929Z Compiling libloading v0.8.9
26502026-07-23T04:32:24.958Z Compiling diff v0.1.13
26512026-07-23T04:32:25.003Z Compiling regex-syntax v0.6.29
26522026-07-23T04:32:25.099Z Compiling bindgen v0.71.1
26532026-07-23T04:32:25.239Z Checking hickory-server v0.25.2
26542026-07-23T04:32:25.666Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26552026-07-23T04:32:25.900Z Checking sled v0.34.7
26562026-07-23T04:32:25.934Z Checking progenitor v0.13.0
26572026-07-23T04:32:26.101Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26582026-07-23T04:32:26.275Z Compiling cexpr v0.6.0
26592026-07-23T04:32:26.496Z Compiling lalrpop v0.19.12
26602026-07-23T04:32:26.935Z Checking diesel v2.3.7
26612026-07-23T04:32:26.972Z Checking nanorand v0.7.0
26622026-07-23T04:32:27.052Z Compiling salty v0.3.0
26632026-07-23T04:32:27.125Z Compiling rustc-hash v2.1.1
26642026-07-23T04:32:27.191Z Checking flume v0.11.1
26652026-07-23T04:32:27.375Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-07-23T04:32:27.459Z Compiling libxml v0.3.3
26672026-07-23T04:32:27.821Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-07-23T04:32:27.943Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26692026-07-23T04:32:28.416Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26702026-07-23T04:32:28.589Z Compiling strum_macros v0.24.3
26712026-07-23T04:32:28.755Z Compiling fs-err v2.11.0
26722026-07-23T04:32:28.997Z Compiling indoc v1.0.9
26732026-07-23T04:32:29.477Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26742026-07-23T04:32:29.708Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26752026-07-23T04:32:29.808Z Checking quick-xml v0.37.5
26762026-07-23T04:32:29.981Z Checking derive_builder v0.20.2
26772026-07-23T04:32:30.064Z Compiling oso-derive v0.27.3
26782026-07-23T04:32:30.120Z Compiling impl-trait-for-tuples v0.2.3
26792026-07-23T04:32:30.584Z Compiling trait-variant v0.1.2
26802026-07-23T04:32:30.675Z Checking openssl-probe v0.1.6
26812026-07-23T04:32:31.067Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26822026-07-23T04:32:31.150Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26832026-07-23T04:32:31.661Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26842026-07-23T04:32:31.954Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26852026-07-23T04:32:32.325Z Checking rfc6979 v0.4.0
26862026-07-23T04:32:32.453Z Checking parse-size v1.1.0
26872026-07-23T04:32:32.555Z Checking assert_matches v1.5.0
26882026-07-23T04:32:32.571Z Checking ecdsa v0.16.9
26892026-07-23T04:32:32.609Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26902026-07-23T04:32:32.618Z Checking primeorder v0.13.6
26912026-07-23T04:32:32.920Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-07-23T04:32:32.952Z Checking p384 v0.13.1
26932026-07-23T04:32:33.155Z Checking predicates-tree v1.0.13
26942026-07-23T04:32:33.303Z Checking bb8 v0.8.6
26952026-07-23T04:32:33.508Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26962026-07-23T04:32:33.548Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26972026-07-23T04:32:33.657Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-07-23T04:32:33.691Z Compiling mime_guess v2.0.5
26992026-07-23T04:32:33.789Z Checking http-range v0.1.5
27002026-07-23T04:32:33.977Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27012026-07-23T04:32:34.109Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27022026-07-23T04:32:34.160Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27032026-07-23T04:32:34.333Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27042026-07-23T04:32:34.382Z Checking atty v0.2.14
27052026-07-23T04:32:34.417Z Checking corncobs v0.1.4
27062026-07-23T04:32:34.452Z Checking nonempty v0.12.0
27072026-07-23T04:32:34.506Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27082026-07-23T04:32:34.570Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27092026-07-23T04:32:34.686Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27102026-07-23T04:32:34.856Z Checking ignore v0.4.25
27112026-07-23T04:32:34.891Z Checking secrecy v0.8.0
27122026-07-23T04:32:35.027Z Checking hyper-staticfile v0.10.1
27132026-07-23T04:32:35.281Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27142026-07-23T04:32:35.317Z Checking globwalk v0.9.1
27152026-07-23T04:32:35.350Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27162026-07-23T04:32:35.527Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27172026-07-23T04:32:35.641Z Compiling illumos-nvpair-sys v0.2.0
27182026-07-23T04:32:35.677Z Checking camino-tempfile-ext v0.3.3
27192026-07-23T04:32:35.788Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27202026-07-23T04:32:35.902Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27212026-07-23T04:32:35.945Z Checking signal-hook-tokio v0.3.1
27222026-07-23T04:32:36.104Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27232026-07-23T04:32:36.294Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27242026-07-23T04:32:36.389Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27252026-07-23T04:32:36.570Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27262026-07-23T04:32:36.777Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27272026-07-23T04:32:37.095Z Checking illumos-nvpair v0.3.0
27282026-07-23T04:32:37.130Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27292026-07-23T04:32:37.165Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27302026-07-23T04:32:37.283Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27312026-07-23T04:32:37.504Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27322026-07-23T04:32:37.546Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27332026-07-23T04:32:37.546Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27342026-07-23T04:32:37.617Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27352026-07-23T04:32:37.647Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27362026-07-23T04:32:38.059Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27372026-07-23T04:32:38.267Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27382026-07-23T04:32:39.392Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27392026-07-23T04:32:39.470Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27402026-07-23T04:32:39.592Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27412026-07-23T04:32:40.088Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27422026-07-23T04:32:40.298Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27432026-07-23T04:32:40.335Z Checking tungstenite v0.23.0
27442026-07-23T04:32:40.512Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27452026-07-23T04:32:40.589Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27462026-07-23T04:32:40.786Z Checking tokio-tungstenite v0.23.1
27472026-07-23T04:32:40.833Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27482026-07-23T04:32:41.018Z Checking diesel-dtrace v0.5.0
27492026-07-23T04:32:41.081Z Checking async-bb8-diesel v0.2.1
27502026-07-23T04:32:41.207Z Checking rand_seeder v0.4.0
27512026-07-23T04:32:41.283Z Checking void v1.0.2
27522026-07-23T04:32:41.369Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27532026-07-23T04:32:41.417Z Checking lzss v0.8.2
27542026-07-23T04:32:41.469Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27552026-07-23T04:32:41.557Z Checking nix v0.27.1
27562026-07-23T04:32:41.635Z Checking serde_bytes v0.11.19
27572026-07-23T04:32:41.671Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27582026-07-23T04:32:41.751Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27592026-07-23T04:32:41.835Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27602026-07-23T04:32:42.107Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27612026-07-23T04:32:42.452Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27622026-07-23T04:32:42.741Z Checking is_ci v1.2.0
27632026-07-23T04:32:42.774Z Checking yansi v1.0.1
27642026-07-23T04:32:42.811Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27652026-07-23T04:32:42.871Z Checking cpubits v0.1.1
27662026-07-23T04:32:42.978Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27672026-07-23T04:32:43.057Z Checking pretty_assertions v1.4.1
27682026-07-23T04:32:43.213Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27692026-07-23T04:32:43.297Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27702026-07-23T04:32:43.524Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27712026-07-23T04:32:44.369Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27722026-07-23T04:32:44.802Z Checking pem-rfc7468 v1.0.0
27732026-07-23T04:32:44.947Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27742026-07-23T04:32:45.000Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27752026-07-23T04:32:45.210Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-07-23T04:32:45.247Z Checking hmac v0.13.0
27772026-07-23T04:32:45.280Z Checking sha2 v0.11.0
27782026-07-23T04:32:45.433Z Checking universal-hash v0.6.1
27792026-07-23T04:32:45.596Z Compiling libz-sys v1.1.24
27802026-07-23T04:32:45.799Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27812026-07-23T04:32:46.015Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-07-23T04:32:46.053Z Compiling instability v0.3.11
27832026-07-23T04:32:46.057Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-07-23T04:32:46.418Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27852026-07-23T04:32:46.453Z Checking castaway v0.2.4
27862026-07-23T04:32:46.488Z Compiling indoc v2.0.7
27872026-07-23T04:32:46.590Z Checking compact_str v0.8.1
27882026-07-23T04:32:47.017Z Checking polyval v0.7.1
27892026-07-23T04:32:47.259Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27902026-07-23T04:32:47.431Z Checking der v0.8.0
27912026-07-23T04:32:47.517Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27922026-07-23T04:32:47.774Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27932026-07-23T04:32:47.782Z Checking unicode-truncate v1.1.0
27942026-07-23T04:32:47.858Z Checking lru v0.12.5
27952026-07-23T04:32:47.946Z Compiling libgit2-sys v0.18.3+1.9.2
27962026-07-23T04:32:47.978Z Checking cassowary v0.3.0
27972026-07-23T04:32:48.166Z Checking ghash v0.6.0
27982026-07-23T04:32:48.236Z Checking ratatui v0.29.0
27992026-07-23T04:32:48.322Z Checking pbkdf2 v0.13.0
28002026-07-23T04:32:48.462Z Checking aes v0.9.1
28012026-07-23T04:32:48.496Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28022026-07-23T04:32:48.907Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28032026-07-23T04:32:49.162Z Checking ctr v0.10.1
28042026-07-23T04:32:49.369Z Checking aead v0.6.1
28052026-07-23T04:32:49.541Z Checking cargo-platform v0.3.2
28062026-07-23T04:32:49.578Z Checking aes-gcm v0.11.0
28072026-07-23T04:32:49.784Z Checking spki v0.8.0
28082026-07-23T04:32:49.791Z Checking cargo_metadata v0.23.1
28092026-07-23T04:32:49.804Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28102026-07-23T04:32:49.928Z Checking crypto-bigint v0.7.5
28112026-07-23T04:32:50.552Z Checking supports-color v3.0.2
28122026-07-23T04:32:50.712Z Checking console v0.16.2
28132026-07-23T04:32:51.053Z Checking salsa20 v0.11.0
28142026-07-23T04:32:51.151Z Checking cbc v0.2.1
28152026-07-23T04:32:51.225Z Compiling vergen-git2 v9.1.0
28162026-07-23T04:32:51.317Z Checking unit-prefix v0.5.2
28172026-07-23T04:32:51.459Z Checking plotters-backend v0.3.7
28182026-07-23T04:32:51.494Z Checking indicatif v0.18.4
28192026-07-23T04:32:51.692Z Checking plotters-svg v0.3.7
28202026-07-23T04:32:51.902Z Checking scrypt v0.12.0
28212026-07-23T04:32:51.944Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28222026-07-23T04:32:52.097Z Checking libsw-core v0.3.2
28232026-07-23T04:32:52.176Z Checking cast v0.3.0
28242026-07-23T04:32:52.257Z Checking pkcs5 v0.8.1
28252026-07-23T04:32:52.291Z Checking libsw v3.5.0
28262026-07-23T04:32:52.355Z Checking criterion-plot v0.6.0
28272026-07-23T04:32:52.474Z Checking plotters v0.3.7
28282026-07-23T04:32:52.578Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28292026-07-23T04:32:52.627Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28302026-07-23T04:32:52.863Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28312026-07-23T04:32:53.115Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28322026-07-23T04:32:53.240Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28332026-07-23T04:32:53.354Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28342026-07-23T04:32:53.479Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28352026-07-23T04:32:53.584Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28362026-07-23T04:32:53.618Z Checking colored v2.2.0
28372026-07-23T04:32:53.715Z Checking tinytemplate v1.2.1
28382026-07-23T04:32:53.845Z Checking anes v0.1.6
28392026-07-23T04:32:53.954Z Checking shell-words v1.1.1
28402026-07-23T04:32:54.051Z Checking oorandom v11.1.5
28412026-07-23T04:32:54.193Z Checking criterion v0.7.0
28422026-07-23T04:32:54.237Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28432026-07-23T04:32:54.460Z Checking pkcs8 v0.11.0
28442026-07-23T04:32:54.686Z Checking oxide-update-engine-display v0.1.2
28452026-07-23T04:32:55.016Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28462026-07-23T04:32:55.425Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28472026-07-23T04:32:55.804Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28482026-07-23T04:32:56.330Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28492026-07-23T04:32:57.111Z Checking tokio-test v0.4.5
28502026-07-23T04:32:57.350Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28512026-07-23T04:32:57.589Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28522026-07-23T04:32:58.010Z Checking twox-hash v2.1.2
28532026-07-23T04:32:58.351Z Checking ff v0.14.0
28542026-07-23T04:32:58.520Z Checking arrayref v0.3.9
28552026-07-23T04:32:58.625Z Checking constant_time_eq v0.4.2
28562026-07-23T04:32:58.795Z Checking arrayvec v0.7.6
28572026-07-23T04:32:58.889Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28582026-07-23T04:32:59.008Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28592026-07-23T04:32:59.088Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28602026-07-23T04:32:59.681Z Checking fatfs v0.3.6
28612026-07-23T04:32:59.733Z Checking signature v3.0.0
28622026-07-23T04:32:59.912Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28632026-07-23T04:33:00.091Z Compiling seq-macro v0.3.6
28642026-07-23T04:33:00.160Z Checking base16ct v1.0.0
28652026-07-23T04:33:00.323Z Checking sec1 v0.8.1
28662026-07-23T04:33:00.552Z Checking group v0.14.0
28672026-07-23T04:33:00.632Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28682026-07-23T04:33:00.665Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28692026-07-23T04:33:00.731Z Checking hkdf v0.13.0
28702026-07-23T04:33:00.834Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28712026-07-23T04:33:00.895Z Compiling petname v2.0.2
28722026-07-23T04:33:01.237Z Checking elliptic-curve v0.14.0-rc.33
28732026-07-23T04:33:01.577Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28742026-07-23T04:33:01.734Z Checking concurrent-queue v2.5.0
28752026-07-23T04:33:01.948Z Checking rtoolbox v0.0.3
28762026-07-23T04:33:02.110Z Checking parking v2.2.1
28772026-07-23T04:33:02.149Z Checking rpassword v7.5.4
28782026-07-23T04:33:02.262Z Checking event-listener v5.4.1
28792026-07-23T04:33:02.504Z Checking tui-tree-widget v0.23.1
28802026-07-23T04:33:02.722Z Checking rfc6979 v0.5.0
28812026-07-23T04:33:02.756Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28822026-07-23T04:33:02.892Z Checking sapling-renderdag v0.1.0
28832026-07-23T04:33:02.945Z Compiling blake3 v1.8.5
28842026-07-23T04:33:03.188Z Checking sync-ptr v0.1.4
28852026-07-23T04:33:03.338Z Checking ecdsa v0.17.0-rc.18
28862026-07-23T04:33:03.746Z Checking event-listener-strategy v0.5.4
28872026-07-23T04:33:03.883Z Checking primeorder v0.14.0-rc.10
28882026-07-23T04:33:03.916Z Checking primefield v0.14.0
28892026-07-23T04:33:04.146Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28902026-07-23T04:33:04.204Z Compiling curve25519-dalek v5.0.0-rc.0
28912026-07-23T04:33:04.384Z Checking futures-timer v3.0.3
28922026-07-23T04:33:04.673Z Checking async-lock v3.4.2
28932026-07-23T04:33:04.999Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28942026-07-23T04:33:05.034Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28952026-07-23T04:33:05.085Z Checking ssh-encoding v0.3.0-rc.9
28962026-07-23T04:33:05.334Z Compiling strsim v0.10.0
28972026-07-23T04:33:05.689Z Checking topological-sort v0.2.2
28982026-07-23T04:33:05.862Z Checking omicron-zone-package v0.12.3
28992026-07-23T04:33:05.998Z Compiling darling_core v0.13.4
29002026-07-23T04:33:06.754Z Checking async-object-pool v0.2.0
29012026-07-23T04:33:07.697Z Compiling samael v0.0.19
29022026-07-23T04:33:07.739Z Checking ed25519 v3.0.0
29032026-07-23T04:33:07.774Z Checking crypto-primes v0.7.2
29042026-07-23T04:33:07.839Z Checking pkcs1 v0.8.0-rc.4
29052026-07-23T04:33:07.961Z Checking poly1305 v0.9.0
29062026-07-23T04:33:08.077Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29072026-07-23T04:33:08.270Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29082026-07-23T04:33:08.472Z Checking serde_regex v1.1.0
29092026-07-23T04:33:08.658Z Checking blowfish v0.10.0
29102026-07-23T04:33:08.759Z Checking blake2 v0.11.0-rc.6
29112026-07-23T04:33:08.837Z Checking assert-json-diff v2.0.2
29122026-07-23T04:33:08.941Z Checking path-tree v0.8.3
29132026-07-23T04:33:09.031Z Checking keccak v0.2.0
29142026-07-23T04:33:09.065Z Compiling target-lexicon v0.13.3
29152026-07-23T04:33:09.150Z Checking gimli v0.32.3
29162026-07-23T04:33:09.218Z Checking fiat-crypto v0.3.0
29172026-07-23T04:33:09.567Z Checking stringmetrics v2.2.2
29182026-07-23T04:33:09.749Z Checking httpmock v0.8.3
29192026-07-23T04:33:10.699Z Checking addr2line v0.25.1
29202026-07-23T04:33:11.078Z Checking sha3 v0.11.0
29212026-07-23T04:33:11.450Z Checking argon2 v0.6.0-rc.8
29222026-07-23T04:33:11.792Z Checking bcrypt-pbkdf v0.11.0
29232026-07-23T04:33:11.971Z Checking rsa v0.10.0-rc.18
29242026-07-23T04:33:12.007Z Checking ssh-cipher v0.3.0-rc.9
29252026-07-23T04:33:12.245Z Checking ed25519-dalek v3.0.0-rc.0
29262026-07-23T04:33:12.493Z Compiling darling_macro v0.13.4
29272026-07-23T04:33:12.858Z Checking p521 v0.14.0-rc.10
29282026-07-23T04:33:13.021Z Checking p256 v0.14.0-rc.10
29292026-07-23T04:33:13.822Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29302026-07-23T04:33:14.090Z Checking kem v0.3.0
29312026-07-23T04:33:14.235Z Checking module-lattice v0.2.3
29322026-07-23T04:33:14.426Z Checking rustc-demangle v0.1.27
29332026-07-23T04:33:14.515Z Checking hex-literal v0.4.1
29342026-07-23T04:33:14.523Z Checking p384 v0.14.0-rc.10
29352026-07-23T04:33:14.609Z Compiling guppy-workspace-hack v0.1.0
29362026-07-23T04:33:14.674Z Checking backtrace v0.3.76
29372026-07-23T04:33:14.879Z Checking ml-kem v0.3.2
29382026-07-23T04:33:15.001Z Compiling darling v0.13.4
29392026-07-23T04:33:15.370Z Checking russh-cryptovec v0.61.0
29402026-07-23T04:33:15.559Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29412026-07-23T04:33:15.638Z Checking internal-russh-num-bigint v0.5.0
29422026-07-23T04:33:15.791Z Checking num-bigint v0.4.6
29432026-07-23T04:33:15.860Z Checking russh-util v0.52.0
29442026-07-23T04:33:16.013Z Checking generic-array v1.4.3
29452026-07-23T04:33:16.405Z Compiling git2 v0.20.4
29462026-07-23T04:33:16.439Z Compiling enum_dispatch v0.3.13
29472026-07-23T04:33:16.537Z Checking ssh-key v0.7.0-rc.10
29482026-07-23T04:33:16.651Z Compiling delegate v0.13.5
29492026-07-23T04:33:16.725Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29502026-07-23T04:33:17.183Z Compiling target-spec v3.5.7
29512026-07-23T04:33:17.437Z Checking hex-literal v1.1.0
29522026-07-23T04:33:17.441Z Checking md5 v0.8.0
29532026-07-23T04:33:17.553Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29542026-07-23T04:33:17.672Z Checking russh v0.61.2
29552026-07-23T04:33:17.714Z Checking cfg-expr v0.20.6
29562026-07-23T04:33:17.717Z Compiling serde_with_macros v1.5.2
29572026-07-23T04:33:18.192Z Checking backtrace-ext v0.2.1
29582026-07-23T04:33:18.312Z Checking supports-color v2.1.0
29592026-07-23T04:33:18.345Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29602026-07-23T04:33:18.476Z Checking textwrap v0.15.2
29612026-07-23T04:33:18.724Z Checking supports-hyperlinks v2.1.0
29622026-07-23T04:33:18.875Z Checking supports-unicode v2.1.0
29632026-07-23T04:33:19.028Z Checking hashbrown v0.14.5
29642026-07-23T04:33:19.277Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29652026-07-23T04:33:19.410Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29662026-07-23T04:33:19.489Z Checking terminal_size v0.1.17
29672026-07-23T04:33:19.547Z Checking socket2 v0.5.10
29682026-07-23T04:33:19.626Z Compiling miette-derive v5.10.0
29692026-07-23T04:33:19.659Z Checking internet-checksum v0.2.1
29702026-07-23T04:33:19.847Z Checking owo-colors v3.5.0
29712026-07-23T04:33:19.850Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29722026-07-23T04:33:20.404Z Checking chumsky v0.9.3
29732026-07-23T04:33:20.795Z Checking miette v5.10.0
29742026-07-23T04:33:21.054Z Compiling serde_with v1.14.0
29752026-07-23T04:33:21.384Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29762026-07-23T04:33:21.467Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29772026-07-23T04:33:21.554Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29782026-07-23T04:33:21.908Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29792026-07-23T04:33:22.217Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29802026-07-23T04:33:22.255Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29812026-07-23T04:33:22.258Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29822026-07-23T04:33:22.347Z Compiling knuffel-derive v3.2.0
29832026-07-23T04:33:22.426Z Checking httptest v0.16.4
29842026-07-23T04:33:22.511Z Checking pathdiff v0.2.3
29852026-07-23T04:33:22.654Z Checking nested v0.1.1
29862026-07-23T04:33:22.833Z Checking guppy v0.17.25
29872026-07-23T04:33:22.866Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29882026-07-23T04:33:23.119Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29892026-07-23T04:33:23.387Z Checking similar-asserts v1.7.0
29902026-07-23T04:33:23.585Z Compiling target-triple v1.0.0
29912026-07-23T04:33:23.834Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29922026-07-23T04:33:23.870Z Compiling polar-core v0.27.3
29932026-07-23T04:33:23.903Z Checking knuffel v3.2.0
29942026-07-23T04:33:23.991Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29952026-07-23T04:33:24.563Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29962026-07-23T04:33:24.598Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29972026-07-23T04:33:24.665Z Checking hickory-client v0.25.2
29982026-07-23T04:33:24.966Z Compiling assert_cmd v2.1.2
29992026-07-23T04:33:25.244Z Checking escape8259 v0.5.3
30002026-07-23T04:33:25.408Z Checking libtest-mimic v0.8.1
30012026-07-23T04:33:25.664Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30022026-07-23T04:33:25.701Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30032026-07-23T04:33:25.731Z Checking blake2b_simd v1.0.4
30042026-07-23T04:33:25.826Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30052026-07-23T04:33:26.138Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30062026-07-23T04:33:26.220Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30072026-07-23T04:33:26.369Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30082026-07-23T04:33:26.545Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30092026-07-23T04:33:26.606Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30102026-07-23T04:33:26.752Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30112026-07-23T04:33:26.845Z Checking fancy-regex v0.14.0
30122026-07-23T04:33:26.948Z Checking serde_tokenstream v0.2.3
30132026-07-23T04:33:27.178Z Checking approx v0.5.1
30142026-07-23T04:33:27.212Z Compiling rstest_macros v0.25.0
30152026-07-23T04:33:27.246Z Checking uzers v0.12.2
30162026-07-23T04:33:27.340Z Checking constant_time_eq v0.3.1
30172026-07-23T04:33:27.470Z Compiling linkme-impl v0.3.35
30182026-07-23T04:33:27.505Z Checking termcolor v1.4.1
30192026-07-23T04:33:27.646Z Checking rust-argon2 v2.1.0
30202026-07-23T04:33:27.747Z Checking trybuild v1.0.116
30212026-07-23T04:33:27.870Z Checking datatest-stable v0.3.3
30222026-07-23T04:33:28.250Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30232026-07-23T04:33:28.342Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30242026-07-23T04:33:28.528Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30252026-07-23T04:33:28.646Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30262026-07-23T04:33:28.694Z Checking support-bundle-viewer v0.1.2
30272026-07-23T04:33:28.784Z Checking oso v0.27.3
30282026-07-23T04:33:28.973Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30292026-07-23T04:33:29.397Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30302026-07-23T04:33:29.640Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30312026-07-23T04:33:29.707Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30322026-07-23T04:33:29.883Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30332026-07-23T04:33:29.936Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30342026-07-23T04:33:29.971Z Checking drift v0.2.0
30352026-07-23T04:33:30.144Z Checking digest-io v0.1.0
30362026-07-23T04:33:30.285Z Checking rand_distr v0.5.1
30372026-07-23T04:33:30.352Z Checking multimap v0.10.1
30382026-07-23T04:33:30.552Z Compiling linkme v0.3.35
30392026-07-23T04:33:30.587Z Compiling relative-path v1.9.3
30402026-07-23T04:33:30.620Z Checking rawzip v0.4.4
30412026-07-23T04:33:30.902Z Checking dropshot-api-manager v0.7.2
30422026-07-23T04:33:31.087Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30432026-07-23T04:33:32.056Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30442026-07-23T04:33:32.402Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30452026-07-23T04:33:32.439Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30462026-07-23T04:33:32.519Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30472026-07-23T04:33:32.730Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30482026-07-23T04:33:32.842Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30492026-07-23T04:33:33.015Z Checking cargo_toml v0.21.0
30502026-07-23T04:33:33.159Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30512026-07-23T04:33:33.271Z Checking partial-io v0.5.4
30522026-07-23T04:33:33.508Z Checking termios v0.3.3
30532026-07-23T04:33:33.552Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30542026-07-23T04:33:33.662Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30552026-07-23T04:33:33.884Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30562026-07-23T04:33:34.498Z Checking rstest v0.25.0
30572026-07-23T04:33:37.016Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30582026-07-23T04:33:38.735Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30592026-07-23T04:33:42.085Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30602026-07-23T04:33:45.329Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30612026-07-23T04:33:46.635Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30622026-07-23T04:33:48.663Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30632026-07-23T04:33:51.893Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30642026-07-23T04:33:56.557Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30652026-07-23T04:34:00.968Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30662026-07-23T04:34:02.042Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30672026-07-23T04:34:02.342Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30682026-07-23T04:34:04.610Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
30692026-07-23T04:34:08.544Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30702026-07-23T04:34:13.176Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30712026-07-23T04:34:31.402Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30722026-07-23T04:35:26.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s
30732026-07-23T04:35:27.620Z
30742026-07-23T04:35:27.621Zreal 4:09.893398392
30752026-07-23T04:35:27.621Zuser 21:23.892018429
30762026-07-23T04:35:27.621Zsys 4:58.173024653
30772026-07-23T04:35:27.621Ztrap 0.511077522
30782026-07-23T04:35:27.621Ztflt 0.477271605
30792026-07-23T04:35:27.621Zdflt 0.521793879
30802026-07-23T04:35:27.621Zkflt 0.004699942
30812026-07-23T04:35:27.621Zlock 58:29.965636316
30822026-07-23T04:35:27.621Zslp 58:08.159014989
30832026-07-23T04:35:27.621Zlat 1:48.847335747
30842026-07-23T04:35:27.621Zstop 11:27.258684672
30852026-07-23T04:35:27.626Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30862026-07-23T04:35:27.627Z+ ptime -m cargo doc --workspace --no-deps
30872026-07-23T04:35:28.431Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30882026-07-23T04:35:28.431Z |
30892026-07-23T04:35:28.432Z = 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)`
30902026-07-23T04:35:28.432Z = 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>
30912026-07-23T04:35:29.452Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30922026-07-23T04:35:29.687Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30932026-07-23T04:35:29.732Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30942026-07-23T04:35:29.795Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30952026-07-23T04:35:29.828Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30962026-07-23T04:35:29.892Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30972026-07-23T04:35:30.011Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30982026-07-23T04:35:30.011Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30992026-07-23T04:35:30.064Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31002026-07-23T04:35:30.068Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31012026-07-23T04:35:30.237Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31022026-07-23T04:35:30.287Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31032026-07-23T04:35:30.312Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31042026-07-23T04:35:30.336Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31052026-07-23T04:35:30.356Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31062026-07-23T04:35:30.378Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31072026-07-23T04:35:30.403Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31082026-07-23T04:35:30.426Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31092026-07-23T04:35:30.503Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31102026-07-23T04:35:30.527Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31112026-07-23T04:35:30.568Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31122026-07-23T04:35:30.802Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31132026-07-23T04:35:30.948Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31142026-07-23T04:35:30.991Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31152026-07-23T04:35:31.015Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31162026-07-23T04:35:31.049Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31172026-07-23T04:35:31.197Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31182026-07-23T04:35:31.220Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31192026-07-23T04:35:31.359Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31202026-07-23T04:35:31.473Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31212026-07-23T04:35:31.532Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31222026-07-23T04:35:31.585Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31232026-07-23T04:35:31.714Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31242026-07-23T04:35:31.769Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31252026-07-23T04:35:31.846Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31262026-07-23T04:35:32.013Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31272026-07-23T04:35:32.037Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31282026-07-23T04:35:32.066Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31292026-07-23T04:35:32.070Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31302026-07-23T04:35:32.364Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31312026-07-23T04:35:32.425Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31322026-07-23T04:35:32.589Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31332026-07-23T04:35:32.678Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31342026-07-23T04:35:32.702Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31352026-07-23T04:35:32.780Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31362026-07-23T04:35:32.837Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31372026-07-23T04:35:32.950Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31382026-07-23T04:35:32.983Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31392026-07-23T04:35:33.039Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31402026-07-23T04:35:33.093Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31412026-07-23T04:35:33.198Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31422026-07-23T04:35:33.277Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31432026-07-23T04:35:33.304Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31442026-07-23T04:35:33.328Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31452026-07-23T04:35:33.410Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31462026-07-23T04:35:33.489Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31472026-07-23T04:35:33.517Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31482026-07-23T04:35:33.653Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31492026-07-23T04:35:33.676Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31502026-07-23T04:35:33.700Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31512026-07-23T04:35:33.723Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31522026-07-23T04:35:33.724Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31532026-07-23T04:35:34.076Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31542026-07-23T04:35:34.164Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31552026-07-23T04:35:34.387Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31562026-07-23T04:35:34.428Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31572026-07-23T04:35:34.802Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31582026-07-23T04:35:34.890Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31592026-07-23T04:35:35.181Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31602026-07-23T04:35:35.206Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31612026-07-23T04:35:35.231Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31622026-07-23T04:35:35.256Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31632026-07-23T04:35:35.446Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31642026-07-23T04:35:35.472Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31652026-07-23T04:35:35.509Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31662026-07-23T04:35:35.544Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31672026-07-23T04:35:35.988Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31682026-07-23T04:35:36.434Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31692026-07-23T04:35:36.538Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31702026-07-23T04:35:36.542Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31712026-07-23T04:35:36.676Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31722026-07-23T04:35:36.768Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31732026-07-23T04:35:36.803Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31742026-07-23T04:35:37.009Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31752026-07-23T04:35:37.032Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31762026-07-23T04:35:37.171Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31772026-07-23T04:35:37.202Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31782026-07-23T04:35:37.276Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31792026-07-23T04:35:37.434Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31802026-07-23T04:35:37.439Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31812026-07-23T04:35:37.485Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31822026-07-23T04:35:37.551Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31832026-07-23T04:35:37.580Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31842026-07-23T04:35:37.617Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31852026-07-23T04:35:37.735Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31862026-07-23T04:35:37.782Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31872026-07-23T04:35:37.827Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31882026-07-23T04:35:37.850Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31892026-07-23T04:35:37.871Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31902026-07-23T04:35:37.901Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31912026-07-23T04:35:37.954Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31922026-07-23T04:35:37.996Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31932026-07-23T04:35:38.082Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31942026-07-23T04:35:38.141Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31952026-07-23T04:35:38.166Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31962026-07-23T04:35:38.417Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31972026-07-23T04:35:38.461Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31982026-07-23T04:35:38.505Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31992026-07-23T04:35:38.901Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32002026-07-23T04:35:39.150Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32012026-07-23T04:35:39.175Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32022026-07-23T04:35:39.926Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32032026-07-23T04:35:40.122Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32042026-07-23T04:35:40.616Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32052026-07-23T04:35:40.963Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32062026-07-23T04:35:41.386Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32072026-07-23T04:35:42.183Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32082026-07-23T04:35:42.308Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32092026-07-23T04:35:42.862Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32102026-07-23T04:35:42.901Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32112026-07-23T04:35:43.185Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32122026-07-23T04:35:43.489Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32132026-07-23T04:35:43.625Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32142026-07-23T04:35:43.801Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32152026-07-23T04:35:44.082Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32162026-07-23T04:35:44.491Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32172026-07-23T04:35:44.553Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32182026-07-23T04:35:44.612Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32192026-07-23T04:35:44.856Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32202026-07-23T04:35:45.032Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32212026-07-23T04:35:45.255Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32222026-07-23T04:35:45.491Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32232026-07-23T04:35:45.729Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32242026-07-23T04:35:45.754Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32252026-07-23T04:35:45.874Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32262026-07-23T04:35:46.203Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32272026-07-23T04:35:46.484Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32282026-07-23T04:35:46.645Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32292026-07-23T04:35:47.271Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32302026-07-23T04:35:47.359Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32312026-07-23T04:35:47.754Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32322026-07-23T04:35:48.101Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32332026-07-23T04:35:48.554Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32342026-07-23T04:35:49.158Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32352026-07-23T04:35:49.476Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32362026-07-23T04:35:49.919Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32372026-07-23T04:35:50.025Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32382026-07-23T04:35:50.100Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32392026-07-23T04:35:50.103Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32402026-07-23T04:35:50.498Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32412026-07-23T04:35:51.222Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32422026-07-23T04:35:51.674Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32432026-07-23T04:35:52.299Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32442026-07-23T04:35:52.885Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32452026-07-23T04:35:53.022Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32462026-07-23T04:35:53.549Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32472026-07-23T04:35:56.302Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32482026-07-23T04:35:57.558Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32492026-07-23T04:35:57.562Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32502026-07-23T04:35:57.633Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32512026-07-23T04:35:58.631Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32522026-07-23T04:35:59.337Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32532026-07-23T04:35:59.503Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32542026-07-23T04:35:59.518Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32552026-07-23T04:36:00.692Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32562026-07-23T04:36:01.143Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32572026-07-23T04:36:01.198Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32582026-07-23T04:36:01.367Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32592026-07-23T04:36:02.034Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32602026-07-23T04:36:02.328Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32612026-07-23T04:36:02.476Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32622026-07-23T04:36:02.657Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32632026-07-23T04:36:02.699Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32642026-07-23T04:36:02.749Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32652026-07-23T04:36:03.218Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32662026-07-23T04:36:03.511Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32672026-07-23T04:36:03.535Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32682026-07-23T04:36:03.914Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32692026-07-23T04:36:04.244Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32702026-07-23T04:36:04.340Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32712026-07-23T04:36:04.414Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32722026-07-23T04:36:04.608Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32732026-07-23T04:36:04.909Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32742026-07-23T04:36:05.291Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32752026-07-23T04:36:06.618Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32762026-07-23T04:36:06.870Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32772026-07-23T04:36:06.995Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32782026-07-23T04:36:08.858Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32792026-07-23T04:36:10.470Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32802026-07-23T04:36:10.928Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32812026-07-23T04:36:12.001Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32822026-07-23T04:36:13.106Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32832026-07-23T04:36:14.125Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32842026-07-23T04:36:15.381Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32852026-07-23T04:36:15.890Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32862026-07-23T04:36:17.768Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32872026-07-23T04:36:18.296Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32882026-07-23T04:36:19.727Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32892026-07-23T04:36:20.127Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32902026-07-23T04:36:21.477Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32912026-07-23T04:36:21.627Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
32922026-07-23T04:36:22.255Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32932026-07-23T04:36:24.491Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32942026-07-23T04:36:25.241Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32952026-07-23T04:36:26.278Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32962026-07-23T04:36:29.509Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32972026-07-23T04:36:30.081Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32982026-07-23T04:36:31.182Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32992026-07-23T04:36:31.934Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33002026-07-23T04:36:32.705Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33012026-07-23T04:36:33.492Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33022026-07-23T04:36:34.603Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33032026-07-23T04:36:36.397Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33042026-07-23T04:36:36.442Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33052026-07-23T04:36:37.162Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33062026-07-23T04:36:37.700Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33072026-07-23T04:36:38.007Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33082026-07-23T04:36:38.901Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33092026-07-23T04:36:39.735Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33102026-07-23T04:36:43.111Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33112026-07-23T04:36:43.956Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33122026-07-23T04:36:45.215Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33132026-07-23T04:36:45.846Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33142026-07-23T04:36:46.859Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33152026-07-23T04:36:47.864Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33162026-07-23T04:36:48.617Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33172026-07-23T04:36:51.888Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33182026-07-23T04:36:52.377Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33192026-07-23T04:36:53.088Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33202026-07-23T04:36:54.541Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33212026-07-23T04:36:56.107Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33222026-07-23T04:36:57.058Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33232026-07-23T04:36:59.632Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33242026-07-23T04:37:00.273Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33252026-07-23T04:37:02.050Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33262026-07-23T04:37:03.599Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33272026-07-23T04:37:05.132Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33282026-07-23T04:37:06.793Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33292026-07-23T04:37:08.387Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33302026-07-23T04:37:09.960Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33312026-07-23T04:37:11.761Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33322026-07-23T04:37:15.987Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33332026-07-23T04:37:16.721Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33342026-07-23T04:37:17.704Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33352026-07-23T04:37:18.433Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33362026-07-23T04:37:20.027Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33372026-07-23T04:37:21.956Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33382026-07-23T04:37:23.656Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33392026-07-23T04:37:25.728Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33402026-07-23T04:37:27.470Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33412026-07-23T04:37:29.543Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33422026-07-23T04:37:30.972Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33432026-07-23T04:37:32.671Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33442026-07-23T04:37:34.439Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33452026-07-23T04:37:36.224Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33462026-07-23T04:37:37.957Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33472026-07-23T04:37:39.678Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33482026-07-23T04:37:41.376Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33492026-07-23T04:37:43.097Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33502026-07-23T04:37:44.864Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33512026-07-23T04:37:48.327Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33522026-07-23T04:37:50.238Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33532026-07-23T04:37:52.155Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33542026-07-23T04:37:54.004Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33552026-07-23T04:37:55.811Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33562026-07-23T04:37:57.996Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33572026-07-23T04:38:00.030Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33582026-07-23T04:38:03.279Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33592026-07-23T04:38:04.221Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33602026-07-23T04:38:06.913Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33612026-07-23T04:38:09.027Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33622026-07-23T04:38:11.298Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33632026-07-23T04:38:13.545Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33642026-07-23T04:38:16.196Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33652026-07-23T04:38:18.293Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33662026-07-23T04:38:20.686Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33672026-07-23T04:38:23.499Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33682026-07-23T04:38:25.654Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33692026-07-23T04:38:27.941Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33702026-07-23T04:38:30.764Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33712026-07-23T04:38:32.624Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33722026-07-23T04:38:34.996Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33732026-07-23T04:38:37.375Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33742026-07-23T04:38:39.761Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33752026-07-23T04:38:42.108Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33762026-07-23T04:38:44.537Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33772026-07-23T04:38:46.964Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33782026-07-23T04:38:49.370Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33792026-07-23T04:38:51.743Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33802026-07-23T04:38:54.131Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33812026-07-23T04:38:56.559Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33822026-07-23T04:38:59.027Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33832026-07-23T04:39:01.415Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33842026-07-23T04:39:03.831Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33852026-07-23T04:39:06.249Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33862026-07-23T04:39:08.690Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33872026-07-23T04:39:11.135Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33882026-07-23T04:39:13.574Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33892026-07-23T04:39:16.028Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33902026-07-23T04:39:18.584Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33912026-07-23T04:39:20.903Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33922026-07-23T04:39:23.299Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33932026-07-23T04:39:25.778Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33942026-07-23T04:39:28.242Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33952026-07-23T04:39:31.213Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33962026-07-23T04:39:33.338Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33972026-07-23T04:39:35.914Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33982026-07-23T04:39:38.551Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33992026-07-23T04:39:41.107Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34002026-07-23T04:39:43.578Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34012026-07-23T04:39:46.210Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34022026-07-23T04:39:48.816Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34032026-07-23T04:39:51.270Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34042026-07-23T04:39:53.915Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34052026-07-23T04:39:56.578Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34062026-07-23T04:39:59.164Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34072026-07-23T04:40:06.079Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34082026-07-23T04:40:06.259Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34092026-07-23T04:40:07.101Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34102026-07-23T04:40:09.756Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34112026-07-23T04:40:12.342Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34122026-07-23T04:40:15.010Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34132026-07-23T04:40:17.661Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34142026-07-23T04:40:20.661Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34152026-07-23T04:40:23.157Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34162026-07-23T04:40:25.961Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34172026-07-23T04:40:33.959Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34182026-07-23T04:40:34.240Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34192026-07-23T04:40:37.508Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34202026-07-23T04:40:40.966Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34212026-07-23T04:40:44.513Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34222026-07-23T04:40:47.951Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34232026-07-23T04:40:52.668Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34242026-07-23T04:40:55.589Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34252026-07-23T04:40:59.304Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34262026-07-23T04:41:03.179Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34272026-07-23T04:41:06.847Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34282026-07-23T04:41:10.569Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34292026-07-23T04:41:14.386Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34302026-07-23T04:41:18.250Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34312026-07-23T04:41:21.969Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34322026-07-23T04:41:25.739Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34332026-07-23T04:41:29.611Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34342026-07-23T04:41:33.288Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34352026-07-23T04:41:37.099Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34362026-07-23T04:41:40.875Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34372026-07-23T04:41:44.672Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34382026-07-23T04:41:48.457Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34392026-07-23T04:41:52.255Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34402026-07-23T04:41:56.067Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34412026-07-23T04:42:00.004Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34422026-07-23T04:42:03.685Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34432026-07-23T04:42:07.417Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34442026-07-23T04:42:37.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 10s
34452026-07-23T04:42:37.833Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 204 other files
34462026-07-23T04:42:37.936Z
34472026-07-23T04:42:37.936Zreal 7:10.228646151
34482026-07-23T04:42:37.936Zuser 18:47.120295801
34492026-07-23T04:42:37.936Zsys 4:01.849335763
34502026-07-23T04:42:37.936Ztrap 0.267894187
34512026-07-23T04:42:37.936Ztflt 0.032412291
34522026-07-23T04:42:37.936Zdflt 0.159379501
34532026-07-23T04:42:37.936Zkflt 0.000066614
34542026-07-23T04:42:37.936Zlock 6:42:56.667398171
34552026-07-23T04:42:37.936Zslp 2:25:17.069888493
34562026-07-23T04:42:37.936Zlat 33.498254578
34572026-07-23T04:42:37.936Zstop 1:43.638018302
34582026-07-23T04:42:37.940Zprocess exited: duration 804777 ms, exit code 0
 
34592026-07-23T04:42:37.948Zfound 0 output files