01M0BQP1JHHCHSPRDCJPCNT6AS: clippy (helios)

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

Buildomat Job: 01M0BQPEMCNC3QXAJGWS2PMP3G

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-19T00:46:40.998Zjob assigned to worker 01M0BQPGWRGG2G9S7SSW456ZFK [factory aws, i-0dec708321e8705c2] (queued for 53 s)
 
22026-08-19T00:46:47.563Zstarting task 0: "setup"
32026-08-19T00:46:47.568Z++ uname -s
42026-08-19T00:46:47.619Z+ kern=SunOS
52026-08-19T00:46:47.619Z+ build_user=build
62026-08-19T00:46:47.619Z+ build_uid=12345
72026-08-19T00:46:47.619Z+ work_dir=/work
82026-08-19T00:46:47.619Z+ input_dir=/input
92026-08-19T00:46:47.619Z+ [[ 0 == 12345 ]]
102026-08-19T00:46:47.619Z+ case "$kern" in
112026-08-19T00:46:47.620Z+ groupadd -g 12345 build
122026-08-19T00:46:47.623Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-19T00:46:49.578Z+ zfs create -o mountpoint=/work rpool/work
142026-08-19T00:46:49.638Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-19T00:46:49.641Z+ home_fs=zfs
162026-08-19T00:46:49.641Z+ [[ zfs == autofs ]]
172026-08-19T00:46:49.641Z+ mkdir -p /home/build
182026-08-19T00:46:49.641Z+ chown build:build /home/build /work
192026-08-19T00:46:51.643Z+ chmod 0700 /home/build /work
202026-08-19T00:46:51.646Zprocess exited: duration 4084 ms, exit code 0
 
212026-08-19T00:46:51.652Zstarting task 1: "rust-toolchain"
222026-08-19T00:46:51.656Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-19T00:46:51.656Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-19T00:46:51.656Z * rust toolchain channel = "1.97.1"
252026-08-19T00:46:51.656Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-19T00:46:51.656Z * rust toolchain profile = "default"
272026-08-19T00:46:51.656Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-19T00:46:51.659Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-19T00:46:51.659Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-19T00:46:51.755Zinfo: downloading installer
312026-08-19T00:46:53.033Zwarn: It looks like you have an existing rustup settings file at:
322026-08-19T00:46:53.033Zwarn: /home/build/.rustup/settings.toml
332026-08-19T00:46:53.033Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-19T00:46:53.033Zwarn: instead of the one inferred from the default host triple.
352026-08-19T00:46:53.046Zinfo: profile set to default
362026-08-19T00:46:53.046Zinfo: default host triple is x86_64-unknown-illumos
372026-08-19T00:46:53.049Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-19T00:46:53.193Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-19T00:46:53.196Zinfo: downloading 6 components
402026-08-19T00:47:07.377Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-19T00:47:07.378Z
422026-08-19T00:47:07.406Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-19T00:47:07.406Z
442026-08-19T00:47:07.409Z
452026-08-19T00:47:07.409ZRust is installed now. Great!
462026-08-19T00:47:07.409Z
472026-08-19T00:47:07.409ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-19T00:47:07.409Zenvironment variable. This has not been done automatically.
492026-08-19T00:47:07.409Z
502026-08-19T00:47:07.409ZTo configure your current shell, you need to source
512026-08-19T00:47:07.409Zthe corresponding env file under $HOME/.cargo.
522026-08-19T00:47:07.409Z
532026-08-19T00:47:07.409ZThis is usually done by running one of the following (note the leading DOT):
542026-08-19T00:47:07.409Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-19T00:47:07.409Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-19T00:47:07.409Zsource "~/.cargo/env.nu" # For nushell
572026-08-19T00:47:07.409Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-19T00:47:07.409Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-19T00:47:07.409Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-19T00:47:07.409Zwarn: no default linker (`cc`) was found in your PATH
612026-08-19T00:47:07.409Zwarn: many Rust crates require a system C toolchain to build
622026-08-19T00:47:07.501Z+ rustup --version
632026-08-19T00:47:07.510Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-19T00:47:07.513Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-19T00:47:07.531Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-19T00:47:07.534Z+ cargo --version
672026-08-19T00:47:07.549Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-19T00:47:07.552Z+ rustc --version
692026-08-19T00:47:07.570Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-19T00:47:07.573Zprocess exited: duration 15920 ms, exit code 0
 
712026-08-19T00:47:07.579Zstarting task 2: "authentication"
722026-08-19T00:47:07.596Zprocess exited: duration 16 ms, exit code 0
 
732026-08-19T00:47:07.602Zstarting task 3: "clone repository"
742026-08-19T00:47:07.605Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-19T00:47:07.608Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-19T00:47:07.636ZCloning into '/work/oxidecomputer/omicron'...
772026-08-19T00:47:26.140Z+ cd /work/oxidecomputer/omicron
782026-08-19T00:47:26.140Z+ git fetch origin 2b9c2a0263e9d705dcde4bd473bff3c4005c7336
792026-08-19T00:47:26.539ZFrom https://github.com/oxidecomputer/omicron
802026-08-19T00:47:26.539Z * branch 2b9c2a0263e9d705dcde4bd473bff3c4005c7336 -> FETCH_HEAD
812026-08-19T00:47:26.552Z+ [[ -n sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1 ]]
822026-08-19T00:47:26.555Z++ git branch --show-current
832026-08-19T00:47:26.555Z+ current=main
842026-08-19T00:47:26.555Z+ [[ main != sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1 ]]
852026-08-19T00:47:26.555Z+ git branch -f sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1 2b9c2a0263e9d705dcde4bd473bff3c4005c7336
862026-08-19T00:47:26.558Z+ git checkout -f sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1
872026-08-19T00:47:26.808ZSwitched to branch 'sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1'
882026-08-19T00:47:26.811Z+ git reset --hard 2b9c2a0263e9d705dcde4bd473bff3c4005c7336
892026-08-19T00:47:26.827ZHEAD is now at 2b9c2a026 rebase on main
902026-08-19T00:47:26.832Zprocess exited: duration 19226 ms, exit code 0
 
912026-08-19T00:47:26.838Zstarting task 4: "build"
922026-08-19T00:47:26.843Z+ source ./env.sh
932026-08-19T00:47:26.846Z++ OLD_SHELL_OPTS=ehxB
942026-08-19T00:47:26.846Z++ set -o xtrace
952026-08-19T00:47:26.846Z++++ dirname ./env.sh
962026-08-19T00:47:26.849Z+++ readlink -f .
972026-08-19T00:47:26.849Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-19T00:47:26.849Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-19T00:47:26.849Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-19T00:47:26.849Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-19T00:47:26.849Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-19T00:47:26.849Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-19T00:47:26.849Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-19T00:47:26.849Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-19T00:47:26.849Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-19T00:47:26.849Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-19T00:47:26.849Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-19T00:47:26.850Z++ case $OLD_SHELL_OPTS in
1092026-08-19T00:47:26.850Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-19T00:47:26.850Z+ source .github/buildomat/ci-env.sh
1112026-08-19T00:47:26.850Z++ export CARGO_TERM_COLOR=always
1122026-08-19T00:47:26.850Z++ CARGO_TERM_COLOR=always
1132026-08-19T00:47:26.854Z+++ uname -s
1142026-08-19T00:47:26.854Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-19T00:47:26.854Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-19T00:47:26.854Z+ cargo --version
1172026-08-19T00:47:26.860Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-19T00:47:26.907Z+ rustc --version
1192026-08-19T00:47:26.907Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-19T00:47:26.907Z+ banner prerequisites
1212026-08-19T00:47:26.907Z
1222026-08-19T00:47:26.907Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-19T00:47:26.907Z # # # # # # # # # # # # # # #
1242026-08-19T00:47:26.907Z # # # # ##### # # ##### # # # # # #### #
1252026-08-19T00:47:26.907Z ##### ##### # ##### # # # # # # # # #
1262026-08-19T00:47:26.907Z # # # # # # # # # # # # # # #
1272026-08-19T00:47:26.907Z # # # ###### # # ###### ### # #### # #### #
1282026-08-19T00:47:26.907Z
1292026-08-19T00:47:26.907Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-19T00:47:28.843Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-19T00:47:29.166Z Startup: Caching catalogs ... Done
1322026-08-19T00:47:30.912ZPlanning: Solver setup ... Done (1.644s)
1332026-08-19T00:47:30.968ZPlanning: Running solver ... Done (0.056s)
1342026-08-19T00:47:31.014ZPlanning: Finding local manifests ... Done (0.007s)
1352026-08-19T00:47:31.026ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-19T00:47:31.048ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-19T00:47:31.062ZPlanning: Package planning ... Done (0.014s)
1382026-08-19T00:47:31.065ZPlanning: Merging actions ... Done (0.002s)
1392026-08-19T00:47:31.223ZPlanning: Checking for conflicting actions ... Done (0.159s)
1402026-08-19T00:47:31.227ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-19T00:47:31.997ZPlanning: Evaluating mediators ... Done (0.773s)
1422026-08-19T00:47:32.000ZPlanning: Planning completed in 2.80 seconds
1432026-08-19T00:47:32.006Z Packages to install: 2
1442026-08-19T00:47:32.009Z Estimated space available: 156.01 GB
1452026-08-19T00:47:32.009ZEstimated space to be consumed: 69.36 MB
1462026-08-19T00:47:32.009Z Create boot environment: No
1472026-08-19T00:47:32.009ZCreate backup boot environment: No
1482026-08-19T00:47:32.009Z Rebuild boot archive: No
1492026-08-19T00:47:32.009Z
1502026-08-19T00:47:32.009ZChanged packages:
1512026-08-19T00:47:32.009Zhelios
1522026-08-19T00:47:32.010Z developer/build-essential
1532026-08-19T00:47:32.010Z None -> 11-3.0
1542026-08-19T00:47:32.010Z library/libxmlsec1
1552026-08-19T00:47:32.010Z None -> 1.2.35-3.0
1562026-08-19T00:47:32.032Z
1572026-08-19T00:47:32.032ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-19T00:47:32.102ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1592026-08-19T00:47:32.176Z Actions: 1/268 actions (Installing new actions)
1602026-08-19T00:47:32.214Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-19T00:47:32.243ZFinalize: Updating package state database ... Done (0.029s)
1622026-08-19T00:47:32.246ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-19T00:47:32.319ZFinalize: Updating image state ... Done (0.075s)
1642026-08-19T00:47:34.802ZFinalize: Creating fast lookup database ... Done (2.437s)
1652026-08-19T00:47:34.865ZFinalize: Reading search index ... Done (0.011s)
1662026-08-19T00:47:34.868ZFinalize: Updating search index ... Done (0.000s)
1672026-08-19T00:47:34.971ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-19T00:47:35.329ZPlanning: Evaluating mediator changes ... Done
1692026-08-19T00:47:35.433ZPlanning: Checking for conflicting actions ... Done
1702026-08-19T00:47:35.436ZPlanning: Consolidating action changes ... Done
1712026-08-19T00:47:35.589ZPlanning: Evaluating mediators ... Done
1722026-08-19T00:47:35.592ZPlanning: Planning completed in 0.26 seconds
1732026-08-19T00:47:35.612Z Mediators to change: 2
1742026-08-19T00:47:35.612Z Create boot environment: No
1752026-08-19T00:47:35.612ZCreate backup boot environment: No
1762026-08-19T00:47:35.649ZFinalize: Updating package state database ... Done
1772026-08-19T00:47:35.650ZFinalize: Updating package cache ... Done
1782026-08-19T00:47:35.693ZFinalize: Updating image state ... Done
1792026-08-19T00:47:37.650ZFinalize: Creating fast lookup database ... Done
1802026-08-19T00:47:37.710ZFinalize: Reading search index ... Done
1812026-08-19T00:47:37.714ZFinalize: Updating search index ... Done
1822026-08-19T00:47:37.774ZFinalize: Updating package cache ... Done
1832026-08-19T00:47:38.059ZPlanning: Evaluating mediator changes ... Done
1842026-08-19T00:47:38.165ZPlanning: Checking for conflicting actions ... Done
1852026-08-19T00:47:38.168ZPlanning: Consolidating action changes ... Done
1862026-08-19T00:47:38.323ZPlanning: Evaluating mediators ... Done
1872026-08-19T00:47:38.326ZPlanning: Planning completed in 0.26 seconds
1882026-08-19T00:47:38.346Z Mediators to change: 1
1892026-08-19T00:47:38.346Z Create boot environment: No
1902026-08-19T00:47:38.346ZCreate backup boot environment: No
1912026-08-19T00:47:38.425ZFinalize: Updating package state database ... Done
1922026-08-19T00:47:38.425ZFinalize: Updating package cache ... Done
1932026-08-19T00:47:38.471ZFinalize: Updating image state ... Done
1942026-08-19T00:47:40.417ZFinalize: Creating fast lookup database ... Done
1952026-08-19T00:47:40.480ZFinalize: Reading search index ... Done
1962026-08-19T00:47:40.483ZFinalize: Updating search index ... Done
1972026-08-19T00:47:40.529ZFinalize: Updating package cache ... Done
1982026-08-19T00:47:40.838ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-19T00:47:40.838Zapache system 2.4 system
2002026-08-19T00:47:40.838Zclang system 15 system
2012026-08-19T00:47:40.838Zcsh system system illumos
2022026-08-19T00:47:40.838Zctags system system illumos
2032026-08-19T00:47:40.838Zfile vendor vendor darwinsys
2042026-08-19T00:47:40.838Zfile system system illumos
2052026-08-19T00:47:40.838Zgcc vendor 14 vendor
2062026-08-19T00:47:40.838Zgcc system 13 system
2072026-08-19T00:47:40.838Zgcc system 10 system
2082026-08-19T00:47:40.839Zgo system 1.25 system
2092026-08-19T00:47:40.839Zllvm system 15 system
2102026-08-19T00:47:40.839Zmariadb system 11.4 system
2112026-08-19T00:47:40.839Zmta vendor vendor dma
2122026-08-19T00:47:40.839Zopenjdk system 17 system
2132026-08-19T00:47:40.839Zopenjdk system 11 system
2142026-08-19T00:47:40.839Zopenssl vendor 3 vendor
2152026-08-19T00:47:40.839Zperl system 5.40 system
2162026-08-19T00:47:40.839Zpostgresql system 18 system
2172026-08-19T00:47:40.839Zpostgresql system 17 system
2182026-08-19T00:47:40.839Zpython vendor 3 vendor
2192026-08-19T00:47:40.840Zpython system 2 system
2202026-08-19T00:47:40.840Zpython3 vendor 3.13 vendor
2212026-08-19T00:47:40.840Zruby system 3.4 system
2222026-08-19T00:47:40.840Zruby system 3.0 system
2232026-08-19T00:47:40.840Zwords vendor vendor american-english
2242026-08-19T00:47:40.840Zwords system system australian-english
2252026-08-19T00:47:40.840Zwords system system british-english
2262026-08-19T00:47:40.840Zwords system system canadian-english
2272026-08-19T00:47:40.840Zwords system system french
2282026-08-19T00:47:40.840Zwords system system italian
2292026-08-19T00:47:40.840Zwords system system ngerman
2302026-08-19T00:47:40.840Zwords system system ogerman
2312026-08-19T00:47:40.840Zwords system system spanish
2322026-08-19T00:47:41.091ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-19T00:47:41.091Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-19T00:47:41.546ZFMRI IFO
2352026-08-19T00:47:41.546Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-19T00:47:41.546Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-19T00:47:41.546Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-19T00:47:41.546Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-19T00:47:41.546Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-19T00:47:41.546Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-19T00:47:41.546Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-19T00:47:41.546Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-19T00:47:41.546Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-19T00:47:41.883Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-19T00:47:42.197Z Updating crates.io index
2462026-08-19T00:47:42.200Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-19T00:47:42.471Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-19T00:47:42.876Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-19T00:47:44.172Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-19T00:47:44.813Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-19T00:47:46.781Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-19T00:47:47.855Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-19T00:47:48.195Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-19T00:47:48.560Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-19T00:47:49.887Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-19T00:47:50.167Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-19T00:47:50.586Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-08-19T00:47:50.881Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-08-19T00:47:51.158Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-08-19T00:47:51.460Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-08-19T00:47:51.752Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-19T00:47:52.013Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-19T00:47:52.320Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2642026-08-19T00:47:52.886Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-08-19T00:47:53.265Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-19T00:47:53.642Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672026-08-19T00:47:53.955Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-08-19T00:47:54.544Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2692026-08-19T00:47:54.888Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-08-19T00:47:55.144Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-08-19T00:47:55.585Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-08-19T00:47:55.870Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-08-19T00:47:56.185Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-08-19T00:47:56.549Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-08-19T00:47:56.838Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-08-19T00:47:57.174Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-08-19T00:47:57.560Z Updating git repository `https://github.com/oxidecomputer/tough`
2782026-08-19T00:47:58.109Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-08-19T00:47:58.759Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-08-19T00:47:59.040Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-08-19T00:47:59.330Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-08-19T00:47:59.965Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-08-19T00:48:00.237Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-08-19T00:48:00.503Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-08-19T00:48:00.848Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-08-19T00:48:01.135Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-08-19T00:48:01.411Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2882026-08-19T00:48:04.361Z Downloading crates ...
2892026-08-19T00:48:04.405Z Downloaded anstyle-query v1.1.5
2902026-08-19T00:48:04.411Z Downloaded cargo_toml v0.21.0
2912026-08-19T00:48:04.414Z Downloaded camino-tempfile v1.4.1
2922026-08-19T00:48:04.414Z Downloaded generic-array v0.14.7
2932026-08-19T00:48:04.418Z Downloaded dtrace-parser v0.2.0
2942026-08-19T00:48:04.423Z Downloaded colorchoice v1.0.4
2952026-08-19T00:48:04.426Z Downloaded cfg-if v1.0.4
2962026-08-19T00:48:04.426Z Downloaded fastrand v2.3.0
2972026-08-19T00:48:04.430Z Downloaded unicode-linebreak v0.1.5
2982026-08-19T00:48:04.430Z Downloaded digest v0.10.7
2992026-08-19T00:48:04.433Z Downloaded autocfg v1.5.0
3002026-08-19T00:48:04.433Z Downloaded bytecount v0.6.9
3012026-08-19T00:48:04.433Z Downloaded swrite v0.1.0
3022026-08-19T00:48:04.436Z Downloaded thread-id v4.2.2
3032026-08-19T00:48:04.437Z Downloaded terminal_size v0.4.3
3042026-08-19T00:48:04.440Z Downloaded usdt v0.5.0
3052026-08-19T00:48:04.443Z Downloaded usdt-macro v0.5.0
3062026-08-19T00:48:04.443Z Downloaded zerocopy v0.7.35
3072026-08-19T00:48:04.449Z Downloaded quote v1.0.45
3082026-08-19T00:48:04.452Z Downloaded anstream v1.0.0
3092026-08-19T00:48:04.452Z Downloaded scroll_derive v0.12.1
3102026-08-19T00:48:04.452Z Downloaded toml_datetime v0.6.11
3112026-08-19T00:48:04.454Z Downloaded proc-macro-error v1.0.4
3122026-08-19T00:48:04.457Z Downloaded cargo_metadata v0.23.1
3132026-08-19T00:48:04.458Z Downloaded fnv v1.0.7
3142026-08-19T00:48:04.461Z Downloaded cargo-platform v0.3.2
3152026-08-19T00:48:04.461Z Downloaded dof v0.3.0
3162026-08-19T00:48:04.464Z Downloaded sha2 v0.10.9
3172026-08-19T00:48:04.468Z Downloaded once_cell v1.21.3
3182026-08-19T00:48:04.471Z Downloaded pest_derive v2.8.6
3192026-08-19T00:48:04.474Z Downloaded fs-err v3.3.0
3202026-08-19T00:48:04.478Z Downloaded heck v0.4.1
3212026-08-19T00:48:04.478Z Downloaded is_terminal_polyfill v1.70.2
3222026-08-19T00:48:04.481Z Downloaded equivalent v1.0.2
3232026-08-19T00:48:04.481Z Downloaded itoa v1.0.17
3242026-08-19T00:48:04.485Z Downloaded pretty-hex v0.4.1
3252026-08-19T00:48:04.488Z Downloaded errno v0.3.14
3262026-08-19T00:48:04.488Z Downloaded cpufeatures v0.2.17
3272026-08-19T00:48:04.492Z Downloaded crypto-common v0.1.7
3282026-08-19T00:48:04.495Z Downloaded plain v0.2.3
3292026-08-19T00:48:04.499Z Downloaded memmap v0.7.0
3302026-08-19T00:48:04.504Z Downloaded macaddr v1.0.1
3312026-08-19T00:48:04.507Z Downloaded version_check v0.9.5
3322026-08-19T00:48:04.514Z Downloaded tabled_derive v0.7.0
3332026-08-19T00:48:04.517Z Downloaded clap_lex v1.0.0
3342026-08-19T00:48:04.521Z Downloaded block-buffer v0.10.4
3352026-08-19T00:48:04.521Z Downloaded toml_write v0.1.2
3362026-08-19T00:48:04.527Z Downloaded usdt-attr-macro v0.5.0
3372026-08-19T00:48:04.527Z Downloaded smawk v0.3.2
3382026-08-19T00:48:04.530Z Downloaded serde_spanned v0.6.9
3392026-08-19T00:48:04.530Z Downloaded strsim v0.11.1
3402026-08-19T00:48:04.538Z Downloaded clap_derive v4.6.1
3412026-08-19T00:48:04.541Z Downloaded anstyle-parse v1.0.0
3422026-08-19T00:48:04.541Z Downloaded heck v0.5.0
3432026-08-19T00:48:04.544Z Downloaded usdt-impl v0.5.0
3442026-08-19T00:48:04.548Z Downloaded anstyle v1.0.14
3452026-08-19T00:48:04.548Z Downloaded utf8parse v0.2.2
3462026-08-19T00:48:04.548Z Downloaded byteorder v1.5.0
3472026-08-19T00:48:04.551Z Downloaded proc-macro-error-attr v1.0.4
3482026-08-19T00:48:04.555Z Downloaded thiserror v1.0.69
3492026-08-19T00:48:04.555Z Downloaded thiserror-impl v1.0.69
3502026-08-19T00:48:04.571Z Downloaded serde_tokenstream v0.2.3
3512026-08-19T00:48:04.575Z Downloaded scroll v0.12.0
3522026-08-19T00:48:04.579Z Downloaded pest_generator v2.8.6
3532026-08-19T00:48:04.583Z Downloaded thiserror-impl v2.0.18
3542026-08-19T00:48:04.583Z Downloaded clap v4.6.1
3552026-08-19T00:48:04.587Z Downloaded thiserror v2.0.18
3562026-08-19T00:48:04.590Z Downloaded ucd-trie v0.1.7
3572026-08-19T00:48:04.590Z Downloaded camino v1.2.5
3582026-08-19T00:48:04.594Z Downloaded tempfile v3.27.0
3592026-08-19T00:48:04.597Z Downloaded semver v1.0.28
3602026-08-19T00:48:04.600Z Downloaded serde_core v1.0.228
3612026-08-19T00:48:04.606Z Downloaded toml v0.8.23
3622026-08-19T00:48:04.611Z Downloaded getrandom v0.3.4
3632026-08-19T00:48:04.615Z Downloaded zmij v1.0.21
3642026-08-19T00:48:04.615Z Downloaded zerocopy-derive v0.7.35
3652026-08-19T00:48:04.618Z Downloaded papergrid v0.11.0
3662026-08-19T00:48:04.621Z Downloaded anyhow v1.0.104
3672026-08-19T00:48:04.625Z Downloaded bitflags v2.11.0
3682026-08-19T00:48:04.625Z Downloaded log v0.4.33
3692026-08-19T00:48:04.628Z Downloaded pest_meta v2.8.6
3702026-08-19T00:48:04.632Z Downloaded proc-macro2 v1.0.106
3712026-08-19T00:48:04.635Z Downloaded serde_derive v1.0.228
3722026-08-19T00:48:04.642Z Downloaded indexmap v2.14.0
3732026-08-19T00:48:04.649Z Downloaded toml_edit v0.22.27
3742026-08-19T00:48:04.652Z Downloaded textwrap v0.16.2
3752026-08-19T00:48:04.655Z Downloaded unicode-ident v1.0.24
3762026-08-19T00:48:04.658Z Downloaded memchr v2.8.0
3772026-08-19T00:48:04.662Z Downloaded typenum v1.20.1
3782026-08-19T00:48:04.704Z Downloaded serde v1.0.228
3792026-08-19T00:48:04.704Z Downloaded hashbrown v0.17.0
3802026-08-19T00:48:04.704Z Downloaded clap_builder v4.6.0
3812026-08-19T00:48:04.704Z Downloaded pest v2.8.6
3822026-08-19T00:48:04.714Z Downloaded serde_json v1.0.151
3832026-08-19T00:48:04.717Z Downloaded winnow v0.7.14
3842026-08-19T00:48:04.728Z Downloaded tabled v0.15.0
3852026-08-19T00:48:04.738Z Downloaded goblin v0.8.2
3862026-08-19T00:48:04.750Z Downloaded syn v1.0.109
3872026-08-19T00:48:04.758Z Downloaded unicode-width v0.1.14
3882026-08-19T00:48:04.765Z Downloaded unicode-width v0.2.0
3892026-08-19T00:48:04.768Z Downloaded syn v2.0.117
3902026-08-19T00:48:04.778Z Downloaded rustix v1.1.4
3912026-08-19T00:48:04.801Z Downloaded libc v0.2.185
3922026-08-19T00:48:04.864Z Compiling proc-macro2 v1.0.106
3932026-08-19T00:48:04.865Z Compiling unicode-ident v1.0.24
3942026-08-19T00:48:04.866Z Compiling quote v1.0.45
3952026-08-19T00:48:04.866Z Compiling serde_core v1.0.228
3962026-08-19T00:48:04.870Z Compiling libc v0.2.185
3972026-08-19T00:48:04.870Z Compiling version_check v0.9.5
3982026-08-19T00:48:04.870Z Compiling memchr v2.8.0
3992026-08-19T00:48:04.870Z Compiling serde v1.0.228
4002026-08-19T00:48:05.204Z Compiling zmij v1.0.21
4012026-08-19T00:48:05.420Z Compiling thiserror v1.0.69
4022026-08-19T00:48:05.451Z Compiling ucd-trie v0.1.7
4032026-08-19T00:48:05.713Z Compiling itoa v1.0.17
4042026-08-19T00:48:05.754Z Compiling pest v2.8.6
4052026-08-19T00:48:05.902Z Compiling rustix v1.1.4
4062026-08-19T00:48:05.937Z Compiling byteorder v1.5.0
4072026-08-19T00:48:05.955Z Compiling errno v0.3.14
4082026-08-19T00:48:06.177Z Compiling bitflags v2.11.0
4092026-08-19T00:48:06.198Z Compiling serde_json v1.0.151
4102026-08-19T00:48:06.387Z Compiling syn v2.0.117
4112026-08-19T00:48:06.405Z Compiling thread-id v4.2.2
4122026-08-19T00:48:06.452Z Compiling proc-macro-error-attr v1.0.4
4132026-08-19T00:48:06.520Z Compiling usdt-impl v0.5.0
4142026-08-19T00:48:06.633Z Compiling camino v1.2.5
4152026-08-19T00:48:06.650Z Compiling syn v1.0.109
4162026-08-19T00:48:06.837Z Compiling pest_meta v2.8.6
4172026-08-19T00:48:07.019Z Compiling proc-macro-error v1.0.4
4182026-08-19T00:48:07.023Z Compiling equivalent v1.0.2
4192026-08-19T00:48:07.044Z Compiling hashbrown v0.17.0
4202026-08-19T00:48:07.119Z Compiling getrandom v0.3.4
4212026-08-19T00:48:07.197Z Compiling log v0.4.33
4222026-08-19T00:48:07.403Z Compiling utf8parse v0.2.2
4232026-08-19T00:48:07.522Z Compiling plain v0.2.3
4242026-08-19T00:48:07.580Z Compiling indexmap v2.14.0
4252026-08-19T00:48:07.598Z Compiling anstyle-parse v1.0.0
4262026-08-19T00:48:07.775Z Compiling terminal_size v0.4.3
4272026-08-19T00:48:08.198Z Compiling pretty-hex v0.4.1
4282026-08-19T00:48:08.302Z Compiling toml_write v0.1.2
4292026-08-19T00:48:08.344Z Compiling colorchoice v1.0.4
4302026-08-19T00:48:08.384Z Compiling cfg-if v1.0.4
4312026-08-19T00:48:08.403Z Compiling anstyle-query v1.1.5
4322026-08-19T00:48:08.439Z Compiling autocfg v1.5.0
4332026-08-19T00:48:08.458Z Compiling anstyle v1.0.14
4342026-08-19T00:48:08.461Z Compiling winnow v0.7.14
4352026-08-19T00:48:08.504Z Compiling is_terminal_polyfill v1.70.2
4362026-08-19T00:48:08.522Z Compiling thiserror v2.0.18
4372026-08-19T00:48:08.606Z Compiling pest_generator v2.8.6
4382026-08-19T00:48:08.687Z Compiling anstream v1.0.0
4392026-08-19T00:48:08.876Z Compiling fs-err v3.3.0
4402026-08-19T00:48:08.941Z Compiling fnv v1.0.7
4412026-08-19T00:48:08.987Z Compiling once_cell v1.21.3
4422026-08-19T00:48:09.095Z Compiling fastrand v2.3.0
4432026-08-19T00:48:09.099Z Compiling strsim v0.11.1
4442026-08-19T00:48:09.202Z Compiling heck v0.4.1
4452026-08-19T00:48:09.320Z Compiling anyhow v1.0.104
4462026-08-19T00:48:09.341Z Compiling unicode-width v0.1.14
4472026-08-19T00:48:09.355Z Compiling bytecount v0.6.9
4482026-08-19T00:48:09.414Z Compiling heck v0.5.0
4492026-08-19T00:48:09.431Z Compiling clap_lex v1.0.0
4502026-08-19T00:48:09.488Z Compiling tempfile v3.27.0
4512026-08-19T00:48:09.607Z Compiling clap_builder v4.6.0
4522026-08-19T00:48:09.652Z Compiling papergrid v0.11.0
4532026-08-19T00:48:09.774Z Compiling cargo-platform v0.3.2
4542026-08-19T00:48:09.840Z Compiling semver v1.0.28
4552026-08-19T00:48:09.860Z Compiling memmap v0.7.0
4562026-08-19T00:48:09.939Z Compiling tabled_derive v0.7.0
4572026-08-19T00:48:09.958Z Compiling unicode-linebreak v0.1.5
4582026-08-19T00:48:10.039Z Compiling smawk v0.3.2
4592026-08-19T00:48:10.056Z Compiling unicode-width v0.2.0
4602026-08-19T00:48:10.197Z Compiling camino-tempfile v1.4.1
4612026-08-19T00:48:10.239Z Compiling serde_derive v1.0.228
4622026-08-19T00:48:10.324Z Compiling thiserror-impl v1.0.69
4632026-08-19T00:48:10.421Z Compiling zerocopy-derive v0.7.35
4642026-08-19T00:48:10.456Z Compiling pest_derive v2.8.6
4652026-08-19T00:48:10.496Z Compiling scroll_derive v0.12.1
4662026-08-19T00:48:10.852Z Compiling thiserror-impl v2.0.18
4672026-08-19T00:48:10.959Z Compiling clap_derive v4.6.1
4682026-08-19T00:48:11.099Z Compiling tabled v0.15.0
4692026-08-19T00:48:11.197Z Compiling scroll v0.12.0
4702026-08-19T00:48:11.332Z Compiling zerocopy v0.7.35
4712026-08-19T00:48:11.476Z Compiling goblin v0.8.2
4722026-08-19T00:48:11.765Z Compiling dtrace-parser v0.2.0
4732026-08-19T00:48:11.910Z Compiling textwrap v0.16.2
4742026-08-19T00:48:12.305Z Compiling swrite v0.1.0
4752026-08-19T00:48:12.715Z Compiling clap v4.6.1
4762026-08-19T00:48:13.330Z Compiling dof v0.3.0
4772026-08-19T00:48:13.330Z Compiling serde_tokenstream v0.2.3
4782026-08-19T00:48:13.334Z Compiling toml_datetime v0.6.11
4792026-08-19T00:48:13.334Z Compiling serde_spanned v0.6.9
4802026-08-19T00:48:13.334Z Compiling macaddr v1.0.1
4812026-08-19T00:48:13.412Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-19T00:48:13.417Z Compiling cargo_metadata v0.23.1
4832026-08-19T00:48:13.542Z Compiling toml_edit v0.22.27
4842026-08-19T00:48:14.129Z Compiling usdt-macro v0.5.0
4852026-08-19T00:48:14.130Z Compiling usdt-attr-macro v0.5.0
4862026-08-19T00:48:14.763Z Compiling usdt v0.5.0
4872026-08-19T00:48:14.880Z Compiling toml v0.8.23
4882026-08-19T00:48:15.207Z Compiling cargo_toml v0.21.0
4892026-08-19T00:48:16.504Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-19T00:48:18.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.82s
4912026-08-19T00:48:18.729Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-19T00:48:19.248Z Downloading crates ...
4932026-08-19T00:48:19.569Z Downloaded addr2line v0.25.1
4942026-08-19T00:48:19.572Z Downloaded futures-io v0.3.32
4952026-08-19T00:48:19.575Z Downloaded enum-as-inner v0.6.1
4962026-08-19T00:48:19.579Z Downloaded array-init v0.0.4
4972026-08-19T00:48:19.582Z Downloaded argon2 v0.6.0-rc.8
4982026-08-19T00:48:19.582Z Downloaded futures-channel v0.3.32
4992026-08-19T00:48:19.582Z Downloaded fxhash v0.2.1
5002026-08-19T00:48:19.582Z Downloaded arrayref v0.3.9
5012026-08-19T00:48:19.585Z Downloaded adler2 v2.0.1
5022026-08-19T00:48:19.588Z Downloaded globwalk v0.9.1
5032026-08-19T00:48:19.591Z Downloaded find-msvc-tools v0.1.9
5042026-08-19T00:48:19.594Z Downloaded elliptic-curve v0.14.1
5052026-08-19T00:48:19.598Z Downloaded bitfield-macros v0.19.4
5062026-08-19T00:48:19.601Z Downloaded float-cmp v0.10.0
5072026-08-19T00:48:19.601Z Downloaded form_urlencoded v1.2.2
5082026-08-19T00:48:19.610Z Downloaded aead v0.5.2
5092026-08-19T00:48:19.612Z Downloaded gethostname v0.5.0
5102026-08-19T00:48:19.616Z Downloaded fd-lock v4.0.4
5112026-08-19T00:48:19.616Z Downloaded foreign-types v0.5.0
5122026-08-19T00:48:19.619Z Downloaded ascii-canvas v3.0.0
5132026-08-19T00:48:19.623Z Downloaded async-recursion v1.1.1
5142026-08-19T00:48:19.623Z Downloaded foldhash v0.2.0
5152026-08-19T00:48:19.623Z Downloaded env_filter v2.0.0
5162026-08-19T00:48:19.623Z Downloaded foreign-types-shared v0.1.1
5172026-08-19T00:48:19.623Z Downloaded endian-type v0.1.2
5182026-08-19T00:48:19.627Z Downloaded float-ord v0.3.2
5192026-08-19T00:48:19.627Z Downloaded futures-core v0.3.32
5202026-08-19T00:48:19.627Z Downloaded home v0.5.12
5212026-08-19T00:48:19.627Z Downloaded async-stream v0.3.6
5222026-08-19T00:48:19.628Z Downloaded ghash v0.6.0
5232026-08-19T00:48:19.628Z Downloaded atomicwrites v0.4.4
5242026-08-19T00:48:19.628Z Downloaded funty v2.0.0
5252026-08-19T00:48:19.631Z Downloaded http-range v0.1.5
5262026-08-19T00:48:19.631Z Downloaded flagset v0.4.7
5272026-08-19T00:48:19.631Z Downloaded futures-sink v0.3.32
5282026-08-19T00:48:19.631Z Downloaded bcrypt-pbkdf v0.11.0
5292026-08-19T00:48:19.634Z Downloaded headers-core v0.3.0
5302026-08-19T00:48:19.634Z Downloaded hex-literal v1.1.0
5312026-08-19T00:48:19.634Z Downloaded fixedbitset v0.5.7
5322026-08-19T00:48:19.637Z Downloaded highway v1.3.0
5332026-08-19T00:48:19.640Z Downloaded env_logger v0.11.11
5342026-08-19T00:48:19.640Z Downloaded ff v0.13.1
5352026-08-19T00:48:19.640Z Downloaded ff v0.14.0
5362026-08-19T00:48:19.643Z Downloaded compression-core v0.4.31
5372026-08-19T00:48:19.643Z Downloaded fs_extra v1.3.0
5382026-08-19T00:48:19.643Z Downloaded fallible-iterator v0.2.0
5392026-08-19T00:48:19.643Z Downloaded filetime v0.2.27
5402026-08-19T00:48:19.643Z Downloaded fs-err v2.11.0
5412026-08-19T00:48:19.646Z Downloaded atty v0.2.14
5422026-08-19T00:48:19.646Z Downloaded bit-set v0.8.0
5432026-08-19T00:48:19.647Z Downloaded hubpack v0.1.2
5442026-08-19T00:48:19.651Z Downloaded fixedbitset v0.4.2
5452026-08-19T00:48:19.651Z Downloaded base16ct v0.2.0
5462026-08-19T00:48:19.651Z Downloaded foreign-types-shared v0.3.1
5472026-08-19T00:48:19.654Z Downloaded embedded-io v0.6.1
5482026-08-19T00:48:19.654Z Downloaded hex v0.4.3
5492026-08-19T00:48:19.657Z Downloaded castaway v0.2.4
5502026-08-19T00:48:19.660Z Downloaded hostname v0.3.1
5512026-08-19T00:48:19.660Z Downloaded futures-macro v0.3.32
5522026-08-19T00:48:19.663Z Downloaded foreign-types-macros v0.2.3
5532026-08-19T00:48:19.663Z Downloaded http-body v1.0.1
5542026-08-19T00:48:19.667Z Downloaded embedded-io v0.4.0
5552026-08-19T00:48:19.670Z Downloaded nodrop v0.1.14
5562026-08-19T00:48:19.673Z Downloaded hash32 v0.3.1
5572026-08-19T00:48:19.676Z Downloaded futures-task v0.3.32
5582026-08-19T00:48:19.678Z Downloaded nibble_vec v0.1.0
5592026-08-19T00:48:19.681Z Downloaded ena v0.14.4
5602026-08-19T00:48:19.684Z Downloaded futures-executor v0.3.32
5612026-08-19T00:48:19.688Z Downloaded hostname v0.4.2
5622026-08-19T00:48:19.691Z Downloaded cfg_aliases v0.2.1
5632026-08-19T00:48:19.691Z Downloaded httpdate v1.0.3
5642026-08-19T00:48:19.697Z Downloaded cfg_aliases v0.1.1
5652026-08-19T00:48:19.700Z Downloaded hash32 v0.2.1
5662026-08-19T00:48:19.700Z Downloaded hubpack_derive v0.1.1
5672026-08-19T00:48:19.701Z Downloaded openssl-macros v0.1.1
5682026-08-19T00:48:19.701Z Downloaded block-buffer v0.12.1
5692026-08-19T00:48:19.701Z Downloaded globset v0.4.18
5702026-08-19T00:48:19.705Z Downloaded getrandom v0.2.17
5712026-08-19T00:48:19.714Z Downloaded proc-macro-error-attr2 v2.0.0
5722026-08-19T00:48:19.717Z Downloaded erased-serde v0.3.31
5732026-08-19T00:48:19.721Z Downloaded cobs v0.3.0
5742026-08-19T00:48:19.724Z Downloaded git-stub v1.0.0
5752026-08-19T00:48:19.724Z Downloaded foldhash v0.1.5
5762026-08-19T00:48:19.724Z Downloaded block-padding v0.4.2
5772026-08-19T00:48:19.724Z Downloaded newline-converter v0.3.0
5782026-08-19T00:48:19.727Z Downloaded foreign-types v0.3.2
5792026-08-19T00:48:19.727Z Downloaded base16ct v1.0.0
5802026-08-19T00:48:19.727Z Downloaded enum_dispatch v0.3.13
5812026-08-19T00:48:19.730Z Downloaded group v0.14.0
5822026-08-19T00:48:19.730Z Downloaded http-body-util v0.1.3
5832026-08-19T00:48:19.730Z Downloaded bit-set v0.5.3
5842026-08-19T00:48:19.733Z Downloaded git-stub-vcs v0.1.0
5852026-08-19T00:48:19.733Z Downloaded backtrace-ext v0.2.1
5862026-08-19T00:48:19.733Z Downloaded glob v0.3.3
5872026-08-19T00:48:19.736Z Downloaded group v0.13.0
5882026-08-19T00:48:19.736Z Downloaded quick-error v1.2.3
5892026-08-19T00:48:19.736Z Downloaded assert_matches v1.5.0
5902026-08-19T00:48:19.737Z Downloaded bitfield-struct v0.6.2
5912026-08-19T00:48:19.740Z Downloaded psl-types v2.0.11
5922026-08-19T00:48:19.740Z Downloaded ciborium-ll v0.2.2
5932026-08-19T00:48:19.743Z Downloaded ref-cast-impl v1.0.25
5942026-08-19T00:48:19.743Z Downloaded atomic-waker v1.1.2
5952026-08-19T00:48:19.746Z Downloaded ciborium-io v0.2.2
5962026-08-19T00:48:19.750Z Downloaded num-complex v0.4.6
5972026-08-19T00:48:19.753Z Downloaded normalize-line-endings v0.3.0
5982026-08-19T00:48:19.756Z Downloaded num_threads v0.1.7
5992026-08-19T00:48:19.760Z Downloaded phf_shared v0.11.3
6002026-08-19T00:48:19.763Z Downloaded russh-util v0.52.0
6012026-08-19T00:48:19.763Z Downloaded rustc-hash v2.1.1
6022026-08-19T00:48:19.763Z Downloaded same-file v1.0.6
6032026-08-19T00:48:19.766Z Downloaded semver v0.1.20
6042026-08-19T00:48:19.769Z Downloaded num_enum v0.5.11
6052026-08-19T00:48:19.772Z Downloaded scroll_derive v0.13.1
6062026-08-19T00:48:19.772Z Downloaded serde_plain v1.0.2
6072026-08-19T00:48:19.772Z Downloaded async-stream-impl v0.3.6
6082026-08-19T00:48:19.772Z Downloaded async-trait v0.1.89
6092026-08-19T00:48:19.777Z Downloaded anstyle-parse v0.2.7
6102026-08-19T00:48:19.781Z Downloaded cmake v0.1.57
6112026-08-19T00:48:19.784Z Downloaded byte-wrapper v0.1.0
6122026-08-19T00:48:19.784Z Downloaded cipher v0.4.4
6132026-08-19T00:48:19.784Z Downloaded bitfield v0.19.4
6142026-08-19T00:48:19.788Z Downloaded blowfish v0.10.0
6152026-08-19T00:48:19.789Z Downloaded packed_struct v0.10.1
6162026-08-19T00:48:19.789Z Downloaded paste v1.0.15
6172026-08-19T00:48:19.789Z Downloaded camino-tempfile-ext v0.3.3
6182026-08-19T00:48:19.792Z Downloaded peg-macros v0.8.5
6192026-08-19T00:48:19.792Z Downloaded pin-project-internal v1.1.11
6202026-08-19T00:48:19.792Z Downloaded bs58 v0.5.1
6212026-08-19T00:48:19.800Z Downloaded signal-hook-tokio v0.3.1
6222026-08-19T00:48:19.803Z Downloaded cbc v0.2.1
6232026-08-19T00:48:19.806Z Downloaded cexpr v0.6.0
6242026-08-19T00:48:19.806Z Downloaded half v1.8.3
6252026-08-19T00:48:19.809Z Downloaded httparse v1.10.1
6262026-08-19T00:48:19.809Z Downloaded backon v1.6.0
6272026-08-19T00:48:19.809Z Downloaded bitflags v1.3.2
6282026-08-19T00:48:19.812Z Downloaded cmov v0.5.4
6292026-08-19T00:48:19.812Z Downloaded compression-codecs v0.4.37
6302026-08-19T00:48:19.815Z Downloaded supports-hyperlinks v3.2.0
6312026-08-19T00:48:19.815Z Downloaded tokio-macros v2.7.0
6322026-08-19T00:48:19.815Z Downloaded unarray v0.1.4
6332026-08-19T00:48:19.815Z Downloaded utf-8 v0.7.6
6342026-08-19T00:48:19.815Z Downloaded want v0.3.1
6352026-08-19T00:48:19.818Z Downloaded hmac v0.13.0
6362026-08-19T00:48:19.818Z Downloaded port-file v0.1.0
6372026-08-19T00:48:19.818Z Downloaded anstream v0.6.21
6382026-08-19T00:48:19.823Z Downloaded rand_chacha v0.9.0
6392026-08-19T00:48:19.823Z Downloaded rand_core v0.6.4
6402026-08-19T00:48:19.823Z Downloaded recursive v0.1.1
6412026-08-19T00:48:19.823Z Downloaded bb8 v0.8.6
6422026-08-19T00:48:19.823Z Downloaded cassowary v0.3.0
6432026-08-19T00:48:19.823Z Downloaded structmeta-derive v0.3.0
6442026-08-19T00:48:19.823Z Downloaded argon2 v0.5.3
6452026-08-19T00:48:19.823Z Downloaded aead v0.6.1
6462026-08-19T00:48:19.826Z Downloaded strsim v0.10.0
6472026-08-19T00:48:19.826Z Downloaded structmeta v0.3.0
6482026-08-19T00:48:19.826Z Downloaded take_mut v0.2.2
6492026-08-19T00:48:19.826Z Downloaded bcs v0.1.6
6502026-08-19T00:48:19.826Z Downloaded bit-vec v0.6.3
6512026-08-19T00:48:19.829Z Downloaded buf-list v1.1.2
6522026-08-19T00:48:19.832Z Downloaded progenitor-client v0.13.0
6532026-08-19T00:48:19.837Z Downloaded usdt v0.6.0
6542026-08-19T00:48:19.840Z Downloaded testing_table v0.3.0
6552026-08-19T00:48:19.843Z Downloaded xshell-macros v0.2.7
6562026-08-19T00:48:19.843Z Downloaded yoke-derive v0.8.1
6572026-08-19T00:48:19.846Z Downloaded ahash v0.8.12
6582026-08-19T00:48:19.847Z Downloaded base64ct v1.8.3
6592026-08-19T00:48:19.847Z Downloaded sec1 v0.8.1
6602026-08-19T00:48:19.850Z Downloaded cancel-safe-futures v0.1.5
6612026-08-19T00:48:19.853Z Downloaded colored v2.2.0
6622026-08-19T00:48:19.853Z Downloaded flume v0.11.1
6632026-08-19T00:48:19.856Z Downloaded rustc-demangle v0.1.27
6642026-08-19T00:48:19.856Z Downloaded async-bb8-diesel v0.2.1
6652026-08-19T00:48:19.856Z Downloaded cipher v0.5.2
6662026-08-19T00:48:19.861Z Downloaded backoff v0.4.0
6672026-08-19T00:48:19.861Z Downloaded tinyvec_macros v0.1.1
6682026-08-19T00:48:19.861Z Downloaded blake2 v0.10.6
6692026-08-19T00:48:19.861Z Downloaded bzip2 v0.4.4
6702026-08-19T00:48:19.861Z Downloaded chacha20 v0.9.1
6712026-08-19T00:48:19.864Z Downloaded console v0.15.11
6722026-08-19T00:48:19.864Z Downloaded const-oid v0.9.6
6732026-08-19T00:48:19.864Z Downloaded chacha20 v0.10.0
6742026-08-19T00:48:19.864Z Downloaded convert_case v0.4.0
6752026-08-19T00:48:19.868Z Downloaded oxide-update-engine v0.1.2
6762026-08-19T00:48:19.868Z Downloaded bit-vec v0.8.0
6772026-08-19T00:48:19.868Z Downloaded futures-util v0.3.32
6782026-08-19T00:48:19.872Z Downloaded pem-rfc7468 v1.0.0
6792026-08-19T00:48:19.875Z Downloaded serdect v0.4.3
6802026-08-19T00:48:19.875Z Downloaded crunchy v0.2.4
6812026-08-19T00:48:19.875Z Downloaded curve25519-dalek-derive v0.1.1
6822026-08-19T00:48:19.875Z Downloaded pkcs1 v0.8.0-rc.4
6832026-08-19T00:48:19.878Z Downloaded simd-adler32 v0.3.8
6842026-08-19T00:48:19.878Z Downloaded thread_local v1.1.9
6852026-08-19T00:48:19.878Z Downloaded tokio-native-tls v0.3.1
6862026-08-19T00:48:19.878Z Downloaded tui-tree-widget v0.23.1
6872026-08-19T00:48:19.881Z Downloaded slog-dtrace v0.3.0
6882026-08-19T00:48:19.882Z Downloaded slog-stdlog v4.1.1
6892026-08-19T00:48:19.882Z Downloaded defmt-parser v1.0.0
6902026-08-19T00:48:19.883Z Downloaded futures v0.3.32
6912026-08-19T00:48:19.886Z Downloaded postgres-protocol v0.6.10
6922026-08-19T00:48:19.886Z Downloaded smf v0.2.3
6932026-08-19T00:48:19.886Z Downloaded difflib v0.4.0
6942026-08-19T00:48:19.886Z Downloaded downcast-rs v2.0.2
6952026-08-19T00:48:19.886Z Downloaded hyper-tls v0.6.0
6962026-08-19T00:48:19.889Z Downloaded dof v0.4.0
6972026-08-19T00:48:19.889Z Downloaded fatfs v0.3.6
6982026-08-19T00:48:19.889Z Downloaded instability v0.3.11
6992026-08-19T00:48:19.889Z Downloaded idna_adapter v1.2.1
7002026-08-19T00:48:19.889Z Downloaded spki v0.7.3
7012026-08-19T00:48:19.892Z Downloaded zeroize_derive v1.5.0
7022026-08-19T00:48:19.892Z Downloaded arrayvec v0.7.6
7032026-08-19T00:48:19.896Z Downloaded synstructure v0.13.2
7042026-08-19T00:48:19.896Z Downloaded colored v3.1.1
7052026-08-19T00:48:19.896Z Downloaded half v2.7.1
7062026-08-19T00:48:19.899Z Downloaded parse-display-derive v0.10.0
7072026-08-19T00:48:19.903Z Downloaded rustls-pki-types v1.14.0
7082026-08-19T00:48:19.906Z Downloaded vergen-lib v0.1.6
7092026-08-19T00:48:19.909Z Downloaded match_cfg v0.1.0
7102026-08-19T00:48:19.914Z Downloaded darling_macro v0.20.11
7112026-08-19T00:48:19.914Z Downloaded darling_macro v0.21.3
7122026-08-19T00:48:19.917Z Downloaded ciborium v0.2.2
7132026-08-19T00:48:19.917Z Downloaded const-oid v0.10.2
7142026-08-19T00:48:19.917Z Downloaded hmac v0.12.1
7152026-08-19T00:48:19.920Z Downloaded tiny-keccak v2.0.2
7162026-08-19T00:48:19.920Z Downloaded allocator-api2 v0.2.21
7172026-08-19T00:48:19.956Z Downloaded console v0.16.2
7182026-08-19T00:48:19.956Z Downloaded headers v0.4.1
7192026-08-19T00:48:19.956Z Downloaded clang-sys v1.8.1
7202026-08-19T00:48:19.956Z Downloaded serde_cbor v0.11.2
7212026-08-19T00:48:19.956Z Downloaded mime v0.3.17
7222026-08-19T00:48:19.956Z Downloaded blake2 v0.11.0-rc.6
7232026-08-19T00:48:19.956Z Downloaded is-terminal v0.4.17
7242026-08-19T00:48:19.956Z Downloaded is_ci v1.2.0
7252026-08-19T00:48:19.956Z Downloaded convert_case v0.10.0
7262026-08-19T00:48:19.956Z Downloaded num-conv v0.2.0
7272026-08-19T00:48:19.957Z Downloaded linked-hash-map v0.5.6
7282026-08-19T00:48:19.957Z Downloaded opaque-debug v0.3.1
7292026-08-19T00:48:19.957Z Downloaded oso v0.27.3
7302026-08-19T00:48:19.957Z Downloaded parking_lot v0.12.5
7312026-08-19T00:48:19.957Z Downloaded csv-core v0.1.13
7322026-08-19T00:48:19.957Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7332026-08-19T00:48:19.958Z Downloaded document-features v0.2.12
7342026-08-19T00:48:19.958Z Downloaded darling v0.13.4
7352026-08-19T00:48:19.958Z Downloaded displaydoc v0.2.5
7362026-08-19T00:48:19.958Z Downloaded sha2 v0.11.0
7372026-08-19T00:48:19.958Z Downloaded pkcs5 v0.8.1
7382026-08-19T00:48:19.958Z Downloaded digest v0.11.3
7392026-08-19T00:48:19.958Z Downloaded postcard v1.1.3
7402026-08-19T00:48:19.958Z Downloaded olpc-cjson v0.1.4
7412026-08-19T00:48:19.958Z Downloaded num_enum_derive v0.5.11
7422026-08-19T00:48:19.958Z Downloaded predicates-tree v1.0.13
7432026-08-19T00:48:19.958Z Downloaded ref-cast v1.0.25
7442026-08-19T00:48:19.962Z Downloaded getrandom v0.4.3
7452026-08-19T00:48:19.962Z Downloaded radium v0.7.0
7462026-08-19T00:48:19.962Z Downloaded progenitor-impl v0.14.0
7472026-08-19T00:48:19.962Z Downloaded zeroize v1.9.0
7482026-08-19T00:48:19.962Z Downloaded serde_repr v0.1.20
7492026-08-19T00:48:19.962Z Downloaded new_debug_unreachable v1.0.6
7502026-08-19T00:48:19.965Z Downloaded generic-array v1.4.3
7512026-08-19T00:48:19.965Z Downloaded peg-runtime v0.8.5
7522026-08-19T00:48:19.968Z Downloaded bzip2 v0.6.1
7532026-08-19T00:48:19.972Z Downloaded der_derive v0.7.3
7542026-08-19T00:48:19.972Z Downloaded deranged v0.5.8
7552026-08-19T00:48:19.972Z Downloaded flate2 v1.1.9
7562026-08-19T00:48:19.976Z Downloaded omicron-zone-package v0.12.3
7572026-08-19T00:48:19.982Z Downloaded prefix-trie v0.7.0
7582026-08-19T00:48:19.985Z Downloaded salsa20 v0.11.0
7592026-08-19T00:48:19.985Z Downloaded ipnet v2.12.0
7602026-08-19T00:48:19.988Z Downloaded ipnetwork v0.21.1
7612026-08-19T00:48:19.988Z Downloaded term v1.2.1
7622026-08-19T00:48:19.988Z Downloaded diesel-dtrace v0.5.0
7632026-08-19T00:48:19.992Z Downloaded libefi-sys v0.1.0
7642026-08-19T00:48:19.992Z Downloaded libscf-sys v1.2.0
7652026-08-19T00:48:19.992Z Downloaded sha1 v0.11.0
7662026-08-19T00:48:19.992Z Downloaded rtoolbox v0.0.3
7672026-08-19T00:48:19.992Z Downloaded arc-swap v1.8.2
7682026-08-19T00:48:19.997Z Downloaded chacha20poly1305 v0.10.1
7692026-08-19T00:48:20.000Z Downloaded compact_str v0.8.1
7702026-08-19T00:48:20.000Z Downloaded signature v2.2.0
7712026-08-19T00:48:20.000Z Downloaded slog-bunyan v2.5.0
7722026-08-19T00:48:20.000Z Downloaded strip-ansi-escapes v0.2.1
7732026-08-19T00:48:20.003Z Downloaded sqlparser_derive v0.5.0
7742026-08-19T00:48:20.003Z Downloaded chumsky v0.9.3
7752026-08-19T00:48:20.003Z Downloaded toml_parser v1.1.2+spec-1.1.0
7762026-08-19T00:48:20.007Z Downloaded heapless v0.8.0
7772026-08-19T00:48:20.007Z Downloaded cookie v0.18.1
7782026-08-19T00:48:20.007Z Downloaded crossbeam-utils v0.8.21
7792026-08-19T00:48:20.010Z Downloaded multer v3.1.0
7802026-08-19T00:48:20.010Z Downloaded tap v1.0.1
7812026-08-19T00:48:20.013Z Downloaded ingot v0.2.1
7822026-08-19T00:48:20.013Z Downloaded topological-sort v0.2.2
7832026-08-19T00:48:20.013Z Downloaded siphasher v1.0.2
7842026-08-19T00:48:20.018Z Downloaded unicode-properties v0.1.4
7852026-08-19T00:48:20.018Z Downloaded universal-hash v0.5.1
7862026-08-19T00:48:20.018Z Downloaded darling v0.20.11
7872026-08-19T00:48:20.021Z Downloaded oxide-tokio-rt v0.1.4
7882026-08-19T00:48:20.021Z Downloaded password-hash v0.6.1
7892026-08-19T00:48:20.024Z Downloaded linear-map v1.2.0
7902026-08-19T00:48:20.024Z Downloaded wyz v0.5.1
7912026-08-19T00:48:20.024Z Downloaded phf v0.13.1
7922026-08-19T00:48:20.024Z Downloaded ppv-lite86 v0.2.21
7932026-08-19T00:48:20.024Z Downloaded proc-macro-error2 v2.0.1
7942026-08-19T00:48:20.027Z Downloaded rfc6979 v0.4.0
7952026-08-19T00:48:20.027Z Downloaded pin-project-lite v0.2.17
7962026-08-19T00:48:20.031Z Downloaded scrypt v0.12.0
7972026-08-19T00:48:20.034Z Downloaded rustls-native-certs v0.8.3
7982026-08-19T00:48:20.034Z Downloaded scroll v0.13.0
7992026-08-19T00:48:20.034Z Downloaded thread-id v5.1.0
8002026-08-19T00:48:20.034Z Downloaded zerofrom-derive v0.1.6
8012026-08-19T00:48:20.035Z Downloaded heapless v0.7.17
8022026-08-19T00:48:20.038Z Downloaded cpufeatures v0.3.0
8032026-08-19T00:48:20.039Z Downloaded cstr-argument v0.1.2
8042026-08-19T00:48:20.042Z Downloaded oxide-update-engine-display v0.1.2
8052026-08-19T00:48:20.042Z Downloaded serde-hex v0.1.0
8062026-08-19T00:48:20.042Z Downloaded supports-color v3.0.2
8072026-08-19T00:48:20.042Z Downloaded tower-layer v0.3.3
8082026-08-19T00:48:20.042Z Downloaded bytes v1.11.1
8092026-08-19T00:48:20.045Z Downloaded base64 v0.22.1
8102026-08-19T00:48:20.048Z Downloaded typify-macro v0.6.2
8112026-08-19T00:48:20.049Z Downloaded utf8_iter v1.0.4
8122026-08-19T00:48:20.049Z Downloaded wait-timeout v0.2.1
8132026-08-19T00:48:20.052Z Downloaded hickory-resolver v0.24.4
8142026-08-19T00:48:20.055Z Downloaded expectorate v1.2.0
8152026-08-19T00:48:20.058Z Downloaded hashbrown v0.13.2
8162026-08-19T00:48:20.058Z Downloaded http v1.4.2
8172026-08-19T00:48:20.061Z Downloaded memmap2 v0.9.10
8182026-08-19T00:48:20.061Z Downloaded shlex v1.3.0
8192026-08-19T00:48:20.064Z Downloaded primeorder v0.13.6
8202026-08-19T00:48:20.067Z Downloaded progenitor-extras v0.2.0
8212026-08-19T00:48:20.067Z Downloaded backtrace v0.3.76
8222026-08-19T00:48:20.070Z Downloaded cc v1.2.56
8232026-08-19T00:48:20.070Z Downloaded rand_seeder v0.4.0
8242026-08-19T00:48:20.070Z Downloaded scheduled-thread-pool v0.2.7
8252026-08-19T00:48:20.073Z Downloaded crucible-workspace-hack v0.1.0
8262026-08-19T00:48:20.073Z Downloaded rustversion v1.0.22
8272026-08-19T00:48:20.074Z Downloaded ident_case v1.0.1
8282026-08-19T00:48:20.074Z Downloaded debug-ignore v1.0.5
8292026-08-19T00:48:20.077Z Downloaded dunce v1.0.5
8302026-08-19T00:48:20.077Z Downloaded stacker v0.1.23
8312026-08-19T00:48:20.077Z Downloaded strum_macros v0.26.4
8322026-08-19T00:48:20.080Z Downloaded serde_with_macros v1.5.2
8332026-08-19T00:48:20.083Z Downloaded tokio-dtrace v0.1.1
8342026-08-19T00:48:20.083Z Downloaded vte v0.14.1
8352026-08-19T00:48:20.083Z Downloaded indent_write v2.2.0
8362026-08-19T00:48:20.083Z Downloaded lazy_static v1.5.0
8372026-08-19T00:48:20.087Z Downloaded memoffset v0.9.1
8382026-08-19T00:48:20.090Z Downloaded maplit v1.0.2
8392026-08-19T00:48:20.090Z Downloaded num v0.4.3
8402026-08-19T00:48:20.090Z Downloaded openssl-probe v0.2.1
8412026-08-19T00:48:20.093Z Downloaded dtrace-parser v0.3.0
8422026-08-19T00:48:20.096Z Downloaded parking_lot_core v0.9.12
8432026-08-19T00:48:20.096Z Downloaded pkcs1 v0.7.5
8442026-08-19T00:48:20.099Z Downloaded poly1305 v0.8.0
8452026-08-19T00:48:20.102Z Downloaded xshell v0.2.7
8462026-08-19T00:48:20.102Z Downloaded zerovec-derive v0.11.2
8472026-08-19T00:48:20.105Z Downloaded crossbeam-deque v0.8.6
8482026-08-19T00:48:20.108Z Downloaded support-bundle-viewer v0.1.2
8492026-08-19T00:48:20.108Z Downloaded termios v0.3.3
8502026-08-19T00:48:20.108Z Downloaded time-macros v0.2.27
8512026-08-19T00:48:20.109Z Downloaded hashbrown v0.12.3
8522026-08-19T00:48:20.112Z Downloaded proc-macro-crate v1.3.1
8532026-08-19T00:48:20.112Z Downloaded ar_archive_writer v0.5.1
8542026-08-19T00:48:20.115Z Downloaded cookie_store v0.22.1
8552026-08-19T00:48:20.115Z Downloaded base64 v0.21.7
8562026-08-19T00:48:20.118Z Downloaded p256 v0.14.0
8572026-08-19T00:48:20.121Z Downloaded unicase v2.9.0
8582026-08-19T00:48:20.121Z Downloaded const_format_proc_macros v0.2.34
8592026-08-19T00:48:20.121Z Downloaded newtype-uuid-macros v0.1.0
8602026-08-19T00:48:20.124Z Downloaded predicates-core v1.0.10
8612026-08-19T00:48:20.124Z Downloaded rand v0.8.6
8622026-08-19T00:48:20.129Z Downloaded parse-display v0.10.0
8632026-08-19T00:48:20.131Z Downloaded recursive-proc-macro-impl v0.1.1
8642026-08-19T00:48:20.132Z Downloaded hickory-resolver v0.25.2
8652026-08-19T00:48:20.132Z Downloaded hickory-server v0.25.2
8662026-08-19T00:48:20.136Z Downloaded rand_pcg v0.10.2
8672026-08-19T00:48:20.136Z Downloaded rand_chacha v0.3.1
8682026-08-19T00:48:20.139Z Downloaded russh-cryptovec v0.62.0
8692026-08-19T00:48:20.139Z Downloaded secrecy v0.8.0
8702026-08-19T00:48:20.139Z Downloaded signal-hook-mio v0.2.5
8712026-08-19T00:48:20.139Z Downloaded rsa v0.9.10
8722026-08-19T00:48:20.142Z Downloaded slog-term v2.9.2
8732026-08-19T00:48:20.142Z Downloaded derive_builder_macro v0.20.2
8742026-08-19T00:48:20.145Z Downloaded data-encoding v2.10.0
8752026-08-19T00:48:20.148Z Downloaded rustc_version v0.1.7
8762026-08-19T00:48:20.148Z Downloaded seq-macro v0.3.6
8772026-08-19T00:48:20.148Z Downloaded drift v0.2.0
8782026-08-19T00:48:20.152Z Downloaded toml_edit v0.23.10+spec-1.0.0
8792026-08-19T00:48:20.156Z Downloaded ignore v0.4.25
8802026-08-19T00:48:20.156Z Downloaded unsafe-libyaml v0.2.11
8812026-08-19T00:48:20.159Z Downloaded ed25519 v3.0.0
8822026-08-19T00:48:20.159Z Downloaded serde-big-array v0.5.1
8832026-08-19T00:48:20.159Z Downloaded libsw v3.5.0
8842026-08-19T00:48:20.159Z Downloaded scopeguard v1.2.0
8852026-08-19T00:48:20.164Z Downloaded void v1.0.2
8862026-08-19T00:48:20.167Z Downloaded zerofrom v0.1.6
8872026-08-19T00:48:20.167Z Downloaded smallvec v0.6.14
8882026-08-19T00:48:20.167Z Downloaded smallvec v1.15.1
8892026-08-19T00:48:20.167Z Downloaded steno v0.4.1
8902026-08-19T00:48:20.171Z Downloaded num-rational v0.4.2
8912026-08-19T00:48:20.174Z Downloaded vergen v9.1.0
8922026-08-19T00:48:20.174Z Downloaded zerocopy v0.6.6
8932026-08-19T00:48:20.179Z Downloaded stable_deref_trait v1.2.1
8942026-08-19T00:48:20.181Z Downloaded termtree v0.5.1
8952026-08-19T00:48:20.181Z Downloaded proc-macro-crate v3.4.0
8962026-08-19T00:48:20.184Z Downloaded pem-rfc7468 v0.7.0
8972026-08-19T00:48:20.184Z Downloaded phf v0.12.1
8982026-08-19T00:48:20.184Z Downloaded trait-variant v0.1.2
8992026-08-19T00:48:20.184Z Downloaded crc v3.4.0
9002026-08-19T00:48:20.184Z Downloaded unit-prefix v0.5.2
9012026-08-19T00:48:20.184Z Downloaded untrusted v0.9.0
9022026-08-19T00:48:20.184Z Downloaded lock_api v0.4.14
9032026-08-19T00:48:20.184Z Downloaded zone v0.3.1
9042026-08-19T00:48:20.191Z Downloaded vsss-rs v3.3.4
9052026-08-19T00:48:20.194Z Downloaded bumpalo v3.20.2
9062026-08-19T00:48:20.197Z Downloaded newtype-uuid v1.3.2
9072026-08-19T00:48:20.200Z Downloaded derive-ex v0.1.8
9082026-08-19T00:48:20.203Z Downloaded psm v0.1.30
9092026-08-19T00:48:20.206Z Downloaded secrecy v0.10.3
9102026-08-19T00:48:20.207Z Downloaded diesel_table_macro_syntax v0.3.0
9112026-08-19T00:48:20.207Z Downloaded async-compression v0.4.41
9122026-08-19T00:48:20.209Z Downloaded hybrid-array v0.4.13
9132026-08-19T00:48:20.213Z Downloaded rusty-fork v0.3.1
9142026-08-19T00:48:20.213Z Downloaded crc32fast v1.5.0
9152026-08-19T00:48:20.216Z Downloaded instant v0.1.13
9162026-08-19T00:48:20.216Z Downloaded dirs-sys-next v0.1.2
9172026-08-19T00:48:20.217Z Downloaded md-5 v0.10.6
9182026-08-19T00:48:20.217Z Downloaded num-derive v0.4.2
9192026-08-19T00:48:20.220Z Downloaded schemars v1.2.1
9202026-08-19T00:48:20.225Z Downloaded tungstenite v0.23.0
9212026-08-19T00:48:20.230Z Downloaded display-error-chain v0.2.2
9222026-08-19T00:48:20.230Z Downloaded illumos-nvpair-sys v0.2.0
9232026-08-19T00:48:20.234Z Downloaded strum_macros v0.27.2
9242026-08-19T00:48:20.234Z Downloaded tls_codec_derive v0.4.2
9252026-08-19T00:48:20.234Z Downloaded kstat-rs v0.2.5
9262026-08-19T00:48:20.234Z Downloaded lru-slab v0.1.2
9272026-08-19T00:48:20.237Z Downloaded tls_codec v0.4.2
9282026-08-19T00:48:20.237Z Downloaded newtype_derive v0.1.6
9292026-08-19T00:48:20.240Z Downloaded derive_more v2.1.1
9302026-08-19T00:48:20.246Z Downloaded slab v0.4.12
9312026-08-19T00:48:20.249Z Downloaded ssh-cipher v0.3.0
9322026-08-19T00:48:20.249Z Downloaded ssh-encoding v0.3.0
9332026-08-19T00:48:20.249Z Downloaded packed_struct_codegen v0.10.1
9342026-08-19T00:48:20.249Z Downloaded pkcs8 v0.10.2
9352026-08-19T00:48:20.252Z Downloaded phf_shared v0.12.1
9362026-08-19T00:48:20.255Z Downloaded critical-section v1.2.0
9372026-08-19T00:48:20.256Z Downloaded daft-derive v0.1.7
9382026-08-19T00:48:20.259Z Downloaded sha1 v0.10.6
9392026-08-19T00:48:20.263Z Downloaded toml v0.7.8
9402026-08-19T00:48:20.265Z Downloaded zopfli v0.8.3
9412026-08-19T00:48:20.268Z Downloaded whoami v2.1.0
9422026-08-19T00:48:20.268Z Downloaded yoke v0.8.1
9432026-08-19T00:48:20.271Z Downloaded pkcs8 v0.11.0
9442026-08-19T00:48:20.271Z Downloaded quinn-udp v0.5.14
9452026-08-19T00:48:20.279Z Downloaded strum v0.27.2
9462026-08-19T00:48:20.283Z Downloaded zerocopy-derive v0.8.55
9472026-08-19T00:48:20.283Z Downloaded hashbrown v0.15.5
9482026-08-19T00:48:20.286Z Downloaded hyper-staticfile v0.10.1
9492026-08-19T00:48:20.286Z Downloaded aes v0.9.1
9502026-08-19T00:48:20.289Z Downloaded tagptr v0.2.0
9512026-08-19T00:48:20.289Z Downloaded progenitor-impl v0.13.0
9522026-08-19T00:48:20.292Z Downloaded unicode-xid v0.2.6
9532026-08-19T00:48:20.295Z Downloaded darling v0.21.3
9542026-08-19T00:48:20.298Z Downloaded nu-ansi-term v0.50.3
9552026-08-19T00:48:20.301Z Downloaded ed25519 v2.2.3
9562026-08-19T00:48:20.306Z Downloaded uzers v0.12.2
9572026-08-19T00:48:20.310Z Downloaded owo-colors v4.3.0
9582026-08-19T00:48:20.313Z Downloaded password-hash v0.5.0
9592026-08-19T00:48:20.316Z Downloaded crypto-common v0.2.2
9602026-08-19T00:48:20.320Z Downloaded darling_macro v0.23.0
9612026-08-19T00:48:20.320Z Downloaded defmt v0.3.100
9622026-08-19T00:48:20.321Z Downloaded digest-io v0.1.0
9632026-08-19T00:48:20.321Z Downloaded unicode-segmentation v1.12.0
9642026-08-19T00:48:20.324Z Downloaded usdt-attr-macro v0.6.0
9652026-08-19T00:48:20.324Z Downloaded indexmap v1.9.3
9662026-08-19T00:48:20.324Z Downloaded num-traits v0.2.19
9672026-08-19T00:48:20.327Z Downloaded spin v0.9.8
9682026-08-19T00:48:20.331Z Downloaded darling v0.23.0
9692026-08-19T00:48:20.335Z Downloaded daft v0.1.7
9702026-08-19T00:48:20.335Z Downloaded knus-derive v3.4.0
9712026-08-19T00:48:20.335Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9722026-08-19T00:48:20.338Z Downloaded mime_guess v2.0.5
9732026-08-19T00:48:20.338Z Downloaded pem v3.0.6
9742026-08-19T00:48:20.338Z Downloaded dsl_auto_type v0.2.0
9752026-08-19T00:48:20.338Z Downloaded keccak v0.1.6
9762026-08-19T00:48:20.341Z Downloaded pkg-config v0.3.32
9772026-08-19T00:48:20.344Z Downloaded tracing-attributes v0.1.31
9782026-08-19T00:48:20.347Z Downloaded oxide-update-engine-types v0.1.2
9792026-08-19T00:48:20.350Z Downloaded parking_lot_core v0.8.6
9802026-08-19T00:48:20.353Z Downloaded progenitor v0.14.0
9812026-08-19T00:48:20.356Z Downloaded inout v0.1.4
9822026-08-19T00:48:20.359Z Downloaded lzss v0.8.2
9832026-08-19T00:48:20.359Z Downloaded oso-derive v0.27.3
9842026-08-19T00:48:20.362Z Downloaded postgres-types v0.2.12
9852026-08-19T00:48:20.367Z Downloaded litemap v0.8.1
9862026-08-19T00:48:20.367Z Downloaded strum_macros v0.24.3
9872026-08-19T00:48:20.372Z Downloaded iana-time-zone v0.1.65
9882026-08-19T00:48:20.372Z Downloaded ingot-macros v0.2.0
9892026-08-19T00:48:20.372Z Downloaded rpassword v7.5.4
9902026-08-19T00:48:20.372Z Downloaded vergen-git2 v9.1.0
9912026-08-19T00:48:20.372Z Downloaded progenitor-client v0.14.0
9922026-08-19T00:48:20.372Z Downloaded rand_xorshift v0.4.0
9932026-08-19T00:48:20.376Z Downloaded schemars_derive v0.8.22
9942026-08-19T00:48:20.379Z Downloaded num-bigint v0.4.6
9952026-08-19T00:48:20.383Z Downloaded tracing-core v0.1.36
9962026-08-19T00:48:20.383Z Downloaded multimap v0.10.1
9972026-08-19T00:48:20.386Z Downloaded num-iter v0.1.45
9982026-08-19T00:48:20.386Z Downloaded percent-encoding v2.3.2
9992026-08-19T00:48:20.386Z Downloaded spki v0.8.0
10002026-08-19T00:48:20.386Z Downloaded subprocess v0.2.15
10012026-08-19T00:48:20.389Z Downloaded walkdir v2.5.0
10022026-08-19T00:48:20.392Z Downloaded hashbrown v0.14.5
10032026-08-19T00:48:20.395Z Downloaded toml_edit v0.19.15
10042026-08-19T00:48:20.402Z Downloaded typed-path v0.9.3
10052026-08-19T00:48:20.406Z Downloaded serde_bytes v0.11.19
10062026-08-19T00:48:20.409Z Downloaded miniz_oxide v0.8.9
10072026-08-19T00:48:20.409Z Downloaded sync_wrapper v1.0.2
10082026-08-19T00:48:20.409Z Downloaded powerfmt v0.2.0
10092026-08-19T00:48:20.412Z Downloaded rfc6979 v0.6.0
10102026-08-19T00:48:20.412Z Downloaded serde_urlencoded v0.7.1
10112026-08-19T00:48:20.412Z Downloaded hyper-util v0.1.20
10122026-08-19T00:48:20.415Z Downloaded p384 v0.14.0
10132026-08-19T00:48:20.418Z Downloaded darling_core v0.21.3
10142026-08-19T00:48:20.421Z Downloaded indicatif v0.18.4
10152026-08-19T00:48:20.421Z Downloaded slog v2.8.2
10162026-08-19T00:48:20.424Z Downloaded test-strategy v0.4.5
10172026-08-19T00:48:20.427Z Downloaded knus v3.4.0
10182026-08-19T00:48:20.427Z Downloaded rustls-pemfile v2.2.0
10192026-08-19T00:48:20.430Z Downloaded signature v3.0.0
10202026-08-19T00:48:20.430Z Downloaded sync-ptr v0.1.4
10212026-08-19T00:48:20.430Z Downloaded time-core v0.1.8
10222026-08-19T00:48:20.430Z Downloaded poly1305 v0.9.0
10232026-08-19T00:48:20.433Z Downloaded num-bigint-dig v0.8.6
10242026-08-19T00:48:20.436Z Downloaded impl-trait-for-tuples v0.2.3
10252026-08-19T00:48:20.436Z Downloaded unicode-truncate v1.1.0
10262026-08-19T00:48:20.437Z Downloaded untrusted v0.7.1
10272026-08-19T00:48:20.440Z Downloaded hashbrown v0.16.1
10282026-08-19T00:48:20.443Z Downloaded darling_macro v0.13.4
10292026-08-19T00:48:20.443Z Downloaded slog-async v2.8.0
10302026-08-19T00:48:20.443Z Downloaded cpubits v0.1.1
10312026-08-19T00:48:20.443Z Downloaded zone_cfg_derive v0.3.1
10322026-08-19T00:48:20.444Z Downloaded publicsuffix v2.3.0
10332026-08-19T00:48:20.447Z Downloaded rand_core v0.9.5
10342026-08-19T00:48:20.450Z Downloaded managed v0.8.0
10352026-08-19T00:48:20.450Z Downloaded zstd-safe v7.2.4
10362026-08-19T00:48:20.450Z Downloaded md5 v0.8.0
10372026-08-19T00:48:20.450Z Downloaded icu_collections v2.1.1
10382026-08-19T00:48:20.453Z Downloaded mio v1.2.0
10392026-08-19T00:48:20.456Z Downloaded inout v0.2.2
10402026-08-19T00:48:20.460Z Downloaded peg v0.8.5
10412026-08-19T00:48:20.463Z Downloaded minimal-lexical v0.2.1
10422026-08-19T00:48:20.463Z Downloaded whoami v1.6.1
10432026-08-19T00:48:20.467Z Downloaded similar v2.7.0
10442026-08-19T00:48:20.472Z Downloaded slog-scope v4.4.1
10452026-08-19T00:48:20.472Z Downloaded stringprep v0.1.5
10462026-08-19T00:48:20.472Z Downloaded potential_utf v0.1.4
10472026-08-19T00:48:20.472Z Downloaded progenitor-macro v0.14.0
10482026-08-19T00:48:20.472Z Downloaded illumos-nvpair v0.3.0
10492026-08-19T00:48:20.475Z Downloaded jiff-static v0.2.34
10502026-08-19T00:48:20.475Z Downloaded lalrpop-util v0.19.12
10512026-08-19T00:48:20.475Z Downloaded tokio-rustls v0.26.4
10522026-08-19T00:48:20.476Z Downloaded url v2.5.8
10532026-08-19T00:48:20.479Z Downloaded const_format v0.2.35
10542026-08-19T00:48:20.482Z Downloaded crossbeam-epoch v0.9.18
10552026-08-19T00:48:20.485Z Downloaded sponge-cursor v0.1.0
10562026-08-19T00:48:20.489Z Downloaded hkdf v0.13.0
10572026-08-19T00:48:20.491Z Downloaded toml v1.1.2+spec-1.1.0
10582026-08-19T00:48:20.494Z Downloaded crc-catalog v2.4.0
10592026-08-19T00:48:20.497Z Downloaded tokio-tungstenite v0.21.0
10602026-08-19T00:48:20.497Z Downloaded writeable v0.6.2
10612026-08-19T00:48:20.512Z Downloaded icu_locale_core v2.1.1
10622026-08-19T00:48:20.518Z Downloaded rand_core v0.10.0
10632026-08-19T00:48:20.522Z Downloaded sapling-renderdag v0.1.0
10642026-08-19T00:48:20.522Z Downloaded signal-hook v0.3.18
10652026-08-19T00:48:20.522Z Downloaded socket2 v0.6.3
10662026-08-19T00:48:20.525Z Downloaded supports-unicode v3.0.0
10672026-08-19T00:48:20.525Z Downloaded vergen-lib v9.1.0
10682026-08-19T00:48:20.525Z Downloaded indoc v1.0.9
10692026-08-19T00:48:20.529Z Downloaded ssh-key v0.7.0-rc.11
10702026-08-19T00:48:20.533Z Downloaded aho-corasick v1.1.4
10712026-08-19T00:48:20.536Z Downloaded parking_lot v0.11.2
10722026-08-19T00:48:20.536Z Downloaded lru v0.12.5
10732026-08-19T00:48:20.536Z Downloaded hkdf v0.12.4
10742026-08-19T00:48:20.539Z Downloaded rsa v0.10.0-rc.18
10752026-08-19T00:48:20.542Z Downloaded waitgroup v0.1.2
10762026-08-19T00:48:20.542Z Downloaded internet-checksum v0.2.1
10772026-08-19T00:48:20.543Z Downloaded dirs-next v2.0.0
10782026-08-19T00:48:20.543Z Downloaded either v1.15.0
10792026-08-19T00:48:20.543Z Downloaded elliptic-curve v0.13.8
10802026-08-19T00:48:20.547Z Downloaded tinyvec v1.10.0
10812026-08-19T00:48:20.547Z Downloaded tokio-util v0.7.18
10822026-08-19T00:48:20.550Z Downloaded crc-any v2.5.0
10832026-08-19T00:48:20.553Z Downloaded num_enum_derive v0.7.6
10842026-08-19T00:48:20.553Z Downloaded rustc_version v0.4.1
10852026-08-19T00:48:20.553Z Downloaded precomputed-hash v0.1.1
10862026-08-19T00:48:20.553Z Downloaded phc v0.6.1
10872026-08-19T00:48:20.553Z Downloaded darling_core v0.13.4
10882026-08-19T00:48:20.556Z Downloaded primefield v0.14.0
10892026-08-19T00:48:20.556Z Downloaded static_assertions v1.1.0
10902026-08-19T00:48:20.556Z Downloaded module-lattice v0.2.3
10912026-08-19T00:48:20.559Z Downloaded der v0.7.10
10922026-08-19T00:48:20.562Z Downloaded sigpipe v0.1.3
10932026-08-19T00:48:20.566Z Downloaded usdt-macro v0.6.0
10942026-08-19T00:48:20.566Z Downloaded schemars v0.9.0
10952026-08-19T00:48:20.569Z Downloaded h2 v0.4.15
10962026-08-19T00:48:20.572Z Downloaded icu_properties v2.1.2
10972026-08-19T00:48:20.575Z Downloaded dyn-clone v1.0.20
10982026-08-19T00:48:20.575Z Downloaded parse-size v1.1.0
10992026-08-19T00:48:20.575Z Downloaded aes-gcm v0.11.0
11002026-08-19T00:48:20.579Z Downloaded tokio-tungstenite v0.23.1
11012026-08-19T00:48:20.579Z Downloaded corncobs v0.1.4
11022026-08-19T00:48:20.579Z Downloaded signal-hook-registry v1.4.8
11032026-08-19T00:48:20.583Z Downloaded idna v1.1.0
11042026-08-19T00:48:20.586Z Downloaded phf_shared v0.13.1
11052026-08-19T00:48:20.589Z Downloaded rawzip v0.4.4
11062026-08-19T00:48:20.592Z Downloaded rayon-core v1.13.0
11072026-08-19T00:48:20.595Z Downloaded delegate v0.13.5
11082026-08-19T00:48:20.595Z Downloaded scuffle v0.1.0
11092026-08-19T00:48:20.598Z Downloaded kem v0.3.0
11102026-08-19T00:48:20.601Z Downloaded subtle v2.6.1
11112026-08-19T00:48:20.604Z Downloaded tabwriter v1.4.1
11122026-08-19T00:48:20.604Z Downloaded tar v0.4.46
11132026-08-19T00:48:20.607Z Downloaded des v0.9.0
11142026-08-19T00:48:20.614Z Downloaded iri-string v0.7.10
11152026-08-19T00:48:20.617Z Downloaded zip v0.6.6
11162026-08-19T00:48:20.620Z Downloaded diesel_derives v2.3.7
11172026-08-19T00:48:20.623Z Downloaded litrs v1.0.0
11182026-08-19T00:48:20.628Z Downloaded miette-derive v7.6.0
11192026-08-19T00:48:20.628Z Downloaded thiserror-impl-no-std v2.0.2
11202026-08-19T00:48:20.628Z Downloaded wnaf v0.14.0
11212026-08-19T00:48:20.628Z Downloaded num_enum v0.7.6
11222026-08-19T00:48:20.631Z Downloaded string_cache v0.8.9
11232026-08-19T00:48:20.631Z Downloaded sqlformat v0.3.5
11242026-08-19T00:48:20.631Z Downloaded maybe-uninit v2.0.0
11252026-08-19T00:48:20.631Z Downloaded primeorder v0.14.0
11262026-08-19T00:48:20.635Z Downloaded derive_more v0.99.20
11272026-08-19T00:48:20.635Z Downloaded x509-cert v0.2.5
11282026-08-19T00:48:20.638Z Downloaded serde_derive_internals v0.29.1
11292026-08-19T00:48:20.641Z Downloaded progenitor-macro v0.13.0
11302026-08-19T00:48:20.642Z Downloaded tungstenite v0.21.0
11312026-08-19T00:48:20.644Z Downloaded strum v0.26.3
11322026-08-19T00:48:20.644Z Downloaded tokio-test v0.4.5
11332026-08-19T00:48:20.647Z Downloaded crc8 v0.1.1
11342026-08-19T00:48:20.651Z Downloaded serde_with_macros v3.21.0
11352026-08-19T00:48:20.651Z Downloaded portable-atomic v1.13.1
11362026-08-19T00:48:20.654Z Downloaded libbz2-rs-sys v0.2.2
11372026-08-19T00:48:20.657Z Downloaded serde_spanned v1.1.1
11382026-08-19T00:48:20.657Z Downloaded twox-hash v2.1.2
11392026-08-19T00:48:20.657Z Downloaded num-integer v0.1.46
11402026-08-19T00:48:20.657Z Downloaded term v0.7.0
11412026-08-19T00:48:20.660Z Downloaded tokio-stream v0.1.18
11422026-08-19T00:48:20.663Z Downloaded indoc v2.0.7
11432026-08-19T00:48:20.663Z Downloaded icu_properties_data v2.1.2
11442026-08-19T00:48:20.667Z Downloaded jobserver v0.1.34
11452026-08-19T00:48:20.670Z Downloaded keccak v0.2.0
11462026-08-19T00:48:20.670Z Downloaded vergen-gitcl v1.0.8
11472026-08-19T00:48:20.670Z Downloaded dropshot_endpoint v0.17.1
11482026-08-19T00:48:20.674Z Downloaded rustyline v14.0.0
11492026-08-19T00:48:20.677Z Downloaded slog-json v2.6.1
11502026-08-19T00:48:20.681Z Downloaded r2d2 v0.8.10
11512026-08-19T00:48:20.681Z Downloaded path-slash v0.1.5
11522026-08-19T00:48:20.686Z Downloaded diff v0.1.13
11532026-08-19T00:48:20.690Z Downloaded prettyplease v0.2.37
11542026-08-19T00:48:20.693Z Downloaded tower-service v0.3.3
11552026-08-19T00:48:20.697Z Downloaded itertools v0.10.5
11562026-08-19T00:48:20.700Z Downloaded tinystr v0.8.2
11572026-08-19T00:48:20.703Z Downloaded typify v0.6.2
11582026-08-19T00:48:20.707Z Downloaded derive_builder_core v0.20.2
11592026-08-19T00:48:20.712Z Downloaded nanorand v0.7.0
11602026-08-19T00:48:20.715Z Downloaded serde_path_to_error v0.1.20
11612026-08-19T00:48:20.715Z Downloaded thiserror-no-std v2.0.2
11622026-08-19T00:48:20.718Z Downloaded quick-xml v0.37.5
11632026-08-19T00:48:20.721Z Downloaded sec1 v0.7.3
11642026-08-19T00:48:20.726Z Downloaded ryu v1.0.23
11652026-08-19T00:48:20.730Z Downloaded der v0.8.0
11662026-08-19T00:48:20.734Z Downloaded derive-where v1.6.0
11672026-08-19T00:48:20.737Z Downloaded universal-hash v0.6.1
11682026-08-19T00:48:20.740Z Downloaded shell-words v1.1.1
11692026-08-19T00:48:20.740Z Downloaded hyper-rustls v0.27.7
11702026-08-19T00:48:20.743Z Downloaded nonempty v0.12.0
11712026-08-19T00:48:20.743Z Downloaded openssl-probe v0.1.6
11722026-08-19T00:48:20.744Z Downloaded slog-envlogger v2.2.0
11732026-08-19T00:48:20.748Z Downloaded libloading v0.8.9
11742026-08-19T00:48:20.748Z Downloaded dropshot-api-manager-types v0.8.0
11752026-08-19T00:48:20.748Z Downloaded try-lock v0.2.5
11762026-08-19T00:48:20.748Z Downloaded defmt v1.0.1
11772026-08-19T00:48:20.751Z Downloaded ecdsa v0.16.9
11782026-08-19T00:48:20.754Z Downloaded native-tls v0.2.18
11792026-08-19T00:48:20.755Z Downloaded winnow v0.6.26
11802026-08-19T00:48:20.760Z Downloaded dropshot-api-manager v0.8.0
11812026-08-19T00:48:20.763Z Downloaded predicates v3.1.4
11822026-08-19T00:48:20.766Z Downloaded xattr v1.6.1
11832026-08-19T00:48:20.767Z Downloaded blake3 v1.8.5
11842026-08-19T00:48:20.770Z Downloaded quinn v0.11.11
11852026-08-19T00:48:20.773Z Downloaded lru-cache v0.1.2
11862026-08-19T00:48:20.773Z Downloaded zstd v0.13.3
11872026-08-19T00:48:20.775Z Downloaded tokio-postgres v0.7.16
11882026-08-19T00:48:20.779Z Downloaded samael v0.0.19
11892026-08-19T00:48:20.782Z Downloaded derive_builder v0.20.2
11902026-08-19T00:48:20.782Z Downloaded itertools v0.12.1
11912026-08-19T00:48:20.786Z Downloaded itertools v0.13.0
11922026-08-19T00:48:20.789Z Downloaded unicode-normalization v0.1.25
11932026-08-19T00:48:20.793Z Downloaded pbkdf2 v0.13.0
11942026-08-19T00:48:20.793Z Downloaded constant_time_eq v0.4.2
11952026-08-19T00:48:20.797Z Downloaded papergrid v0.18.0
11962026-08-19T00:48:20.801Z Downloaded serde_yaml v0.9.34+deprecated
11972026-08-19T00:48:20.801Z Downloaded unicode-bidi v0.3.18
11982026-08-19T00:48:20.801Z Downloaded yasna v0.5.2
11992026-08-19T00:48:20.801Z Downloaded regex v1.12.3
12002026-08-19T00:48:20.804Z Downloaded crypto-primes v0.7.2
12012026-08-19T00:48:20.807Z Downloaded winnow v0.5.40
12022026-08-19T00:48:20.811Z Downloaded ed25519-dalek v2.2.0
12032026-08-19T00:48:20.814Z Downloaded snafu v0.8.9
12042026-08-19T00:48:20.817Z Downloaded usdt-impl v0.6.0
12052026-08-19T00:48:20.817Z Downloaded darling_core v0.20.11
12062026-08-19T00:48:20.820Z Downloaded toml_writer v1.1.1+spec-1.1.0
12072026-08-19T00:48:20.820Z Downloaded humantime v2.3.0
12082026-08-19T00:48:20.824Z Downloaded ctr v0.10.1
12092026-08-19T00:48:20.824Z Downloaded git2 v0.20.4
12102026-08-19T00:48:20.828Z Downloaded salty v0.3.0
12112026-08-19T00:48:20.831Z Downloaded reedline v0.40.0
12122026-08-19T00:48:20.835Z Downloaded ctutils v0.4.2
12132026-08-19T00:48:20.835Z Downloaded polyval v0.7.1
12142026-08-19T00:48:20.838Z Downloaded rayon v1.11.0
12152026-08-19T00:48:20.840Z Downloaded defmt-macros v1.0.1
12162026-08-19T00:48:20.843Z Downloaded ml-kem v0.3.2
12172026-08-19T00:48:20.843Z Downloaded resolv-conf v0.7.6
12182026-08-19T00:48:20.846Z Downloaded snafu-derive v0.8.9
12192026-08-19T00:48:20.846Z Downloaded icu_normalizer v2.1.1
12202026-08-19T00:48:20.849Z Downloaded ingot-types v0.2.0
12212026-08-19T00:48:20.849Z Downloaded libsw-core v0.3.2
12222026-08-19T00:48:20.849Z Downloaded serde_with v3.21.0
12232026-08-19T00:48:20.855Z Downloaded icu_provider v2.1.1
12242026-08-19T00:48:20.858Z Downloaded yansi v1.0.1
12252026-08-19T00:48:20.858Z Downloaded openssl-sys v0.9.117
12262026-08-19T00:48:20.862Z Downloaded pin-project v1.1.11
12272026-08-19T00:48:20.868Z Downloaded crossterm v0.29.0
12282026-08-19T00:48:20.871Z Downloaded ecdsa v0.17.0
12292026-08-19T00:48:20.874Z Downloaded oxnet v0.1.6
12302026-08-19T00:48:20.874Z Downloaded petname v2.0.2
12312026-08-19T00:48:20.879Z Downloaded bitvec v1.0.1
12322026-08-19T00:48:20.884Z Downloaded nom v7.1.3
12332026-08-19T00:48:20.887Z Downloaded crypto-bigint v0.5.5
12342026-08-19T00:48:20.890Z Downloaded pretty_assertions v1.4.1
12352026-08-19T00:48:20.890Z Downloaded schemars v0.8.22
12362026-08-19T00:48:20.896Z Downloaded ron v0.8.1
12372026-08-19T00:48:20.900Z Downloaded progenitor v0.13.0
12382026-08-19T00:48:20.903Z Downloaded rcgen v0.12.1
12392026-08-19T00:48:20.903Z Downloaded goblin v0.10.5
12402026-08-19T00:48:20.906Z Downloaded darling_core v0.23.0
12412026-08-19T00:48:20.909Z Downloaded crossbeam-channel v0.5.15
12422026-08-19T00:48:20.909Z Downloaded zlib-rs v0.6.2
12432026-08-19T00:48:20.912Z Downloaded bindgen v0.71.1
12442026-08-19T00:48:20.916Z Downloaded rand v0.9.2
12452026-08-19T00:48:20.919Z Downloaded uuid v1.23.4
12462026-08-19T00:48:20.922Z Downloaded ed25519-dalek v3.0.0
12472026-08-19T00:48:20.922Z Downloaded itertools v0.15.0
12482026-08-19T00:48:20.925Z Downloaded socket2 v0.5.10
12492026-08-19T00:48:20.928Z Downloaded libm v0.2.16
12502026-08-19T00:48:20.934Z Downloaded rand v0.10.1
12512026-08-19T00:48:20.940Z Downloaded rustls-platform-verifier v0.6.2
12522026-08-19T00:48:20.944Z Downloaded chrono v0.4.45
12532026-08-19T00:48:20.950Z Downloaded libxml v0.3.3
12542026-08-19T00:48:20.953Z Downloaded icu_normalizer_data v2.1.1
12552026-08-19T00:48:20.956Z Downloaded crossterm v0.28.1
12562026-08-19T00:48:20.959Z Downloaded aws-lc-rs v1.16.3
12572026-08-19T00:48:20.997Z Downloaded lalrpop v0.19.12
12582026-08-19T00:48:20.997Z Downloaded zerotrie v0.2.3
12592026-08-19T00:48:20.997Z Downloaded unicode_categories v0.1.1
12602026-08-19T00:48:20.997Z Downloaded vcpkg v0.2.15
12612026-08-19T00:48:21.002Z Downloaded itertools v0.14.0
12622026-08-19T00:48:21.002Z Downloaded zip v4.6.1
12632026-08-19T00:48:21.002Z Downloaded reqwest v0.13.2
12642026-08-19T00:48:21.006Z Downloaded rustls-webpki v0.103.13
12652026-08-19T00:48:21.006Z Downloaded tower v0.5.3
12662026-08-19T00:48:21.010Z Downloaded hyper v1.10.1
12672026-08-19T00:48:21.013Z Downloaded gimli v0.32.3
12682026-08-19T00:48:21.016Z Downloaded qorb v0.4.1
12692026-08-19T00:48:21.020Z Downloaded serde_with v1.14.0
12702026-08-19T00:48:21.023Z Downloaded nom v8.0.0
12712026-08-19T00:48:21.026Z Downloaded radix_trie v0.2.1
12722026-08-19T00:48:21.029Z Downloaded p521 v0.14.0
12732026-08-19T00:48:21.033Z Downloaded miette v7.6.0
12742026-08-19T00:48:21.033Z Downloaded derive_more-impl v2.1.1
12752026-08-19T00:48:21.036Z Downloaded smoltcp v0.9.1
12762026-08-19T00:48:21.040Z Downloaded regex-syntax v0.6.29
12772026-08-19T00:48:21.043Z Downloaded jiff-core v0.1.0
12782026-08-19T00:48:21.047Z Downloaded internal-russh-num-bigint v0.5.0
12792026-08-19T00:48:21.055Z Downloaded zerovec v0.11.5
12802026-08-19T00:48:21.059Z Downloaded proptest v1.11.0
12812026-08-19T00:48:21.082Z Downloaded tough v0.22.0
12822026-08-19T00:48:21.095Z Downloaded hickory-proto v0.24.4
12832026-08-19T00:48:21.103Z Downloaded tower-http v0.6.8
12842026-08-19T00:48:21.107Z Downloaded moka v0.12.13
12852026-08-19T00:48:21.111Z Downloaded nix v0.27.1
12862026-08-19T00:48:21.120Z Downloaded quinn-proto v0.11.16
12872026-08-19T00:48:21.123Z Downloaded winnow v1.0.3
12882026-08-19T00:48:21.128Z Downloaded regex-syntax v0.8.10
12892026-08-19T00:48:21.131Z Downloaded nix v0.28.0
12902026-08-19T00:48:21.138Z Downloaded iddqd v0.4.2
12912026-08-19T00:48:21.142Z Downloaded reqwest v0.12.28
12922026-08-19T00:48:21.146Z Downloaded sha3 v0.12.0
12932026-08-19T00:48:21.149Z Downloaded bstr v1.12.1
12942026-08-19T00:48:21.154Z Downloaded p384 v0.13.1
12952026-08-19T00:48:21.158Z Downloaded polar-core v0.27.3
12962026-08-19T00:48:21.177Z Downloaded dropshot v0.17.1
12972026-08-19T00:48:21.191Z Downloaded openapiv3 v2.2.0
12982026-08-19T00:48:21.196Z Downloaded time v0.3.47
12992026-08-19T00:48:21.205Z Downloaded curve25519-dalek v4.1.3
13002026-08-19T00:48:21.208Z Downloaded smoltcp v0.11.0
13012026-08-19T00:48:21.214Z Downloaded russh v0.62.4
13022026-08-19T00:48:21.219Z Downloaded object v0.30.4
13032026-08-19T00:48:21.225Z Downloaded tabled v0.21.0
13042026-08-19T00:48:21.235Z Downloaded zerocopy v0.8.55
13052026-08-19T00:48:21.246Z Downloaded hickory-proto v0.25.2
13062026-08-19T00:48:21.256Z Downloaded openssl v0.10.80
13072026-08-19T00:48:21.262Z Downloaded sqlparser v0.61.0
13082026-08-19T00:48:21.268Z Downloaded sled v0.34.7
13092026-08-19T00:48:21.273Z Downloaded regress v0.10.5
13102026-08-19T00:48:21.280Z Downloaded diesel v2.3.7
13112026-08-19T00:48:21.291Z Downloaded object v0.37.3
13122026-08-19T00:48:21.303Z Downloaded rustls v0.23.41
13132026-08-19T00:48:21.317Z Downloaded crypto-bigint v0.7.5
13142026-08-19T00:48:21.327Z Downloaded nix v0.31.2
13152026-08-19T00:48:21.334Z Downloaded regress v0.11.1
13162026-08-19T00:48:21.340Z Downloaded curve25519-dalek v5.0.0
13172026-08-19T00:48:21.345Z Downloaded rustix v0.38.44
13182026-08-19T00:48:21.358Z Downloaded zerocopy-derive v0.6.6
13192026-08-19T00:48:21.375Z Downloaded jiff v0.2.34
13202026-08-19T00:48:21.386Z Downloaded regex-automata v0.4.14
13212026-08-19T00:48:21.394Z Downloaded tracing v0.1.44
13222026-08-19T00:48:21.408Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13232026-08-19T00:48:21.419Z Downloaded typify-impl v0.6.2
13242026-08-19T00:48:21.427Z Downloaded bzip2-sys v0.1.13+1.0.8
13252026-08-19T00:48:21.434Z Downloaded sha3 v0.11.0
13262026-08-19T00:48:21.438Z Downloaded sha3 v0.10.8
13272026-08-19T00:48:21.441Z Downloaded libz-sys v1.1.24
13282026-08-19T00:48:21.451Z Downloaded csv v1.4.0
13292026-08-19T00:48:21.464Z Downloaded encoding_rs v0.8.35
13302026-08-19T00:48:21.477Z Downloaded petgraph v0.6.5
13312026-08-19T00:48:21.489Z Downloaded ratatui v0.29.0
13322026-08-19T00:48:21.501Z Downloaded chrono-tz v0.10.4
13332026-08-19T00:48:21.531Z Downloaded tokio v1.52.1
13342026-08-19T00:48:21.554Z Downloaded petgraph v0.8.3
13352026-08-19T00:48:21.632Z Downloaded ring v0.17.14
13362026-08-19T00:48:21.696Z Downloaded libgit2-sys v0.18.3+1.9.2
13372026-08-19T00:48:22.155Z Downloaded aws-lc-sys v0.40.0
13382026-08-19T00:48:22.412Z Compiling serde_core v1.0.228
13392026-08-19T00:48:22.412Z Compiling libc v0.2.185
13402026-08-19T00:48:22.412Z Compiling serde v1.0.228
13412026-08-19T00:48:22.416Z Compiling log v0.4.33
13422026-08-19T00:48:22.416Z Compiling smallvec v1.15.1
13432026-08-19T00:48:22.416Z Compiling find-msvc-tools v0.1.9
13442026-08-19T00:48:22.416Z Compiling shlex v1.3.0
13452026-08-19T00:48:22.560Z Compiling syn v2.0.117
13462026-08-19T00:48:22.764Z Compiling subtle v2.6.1
13472026-08-19T00:48:22.799Z Compiling scopeguard v1.2.0
13482026-08-19T00:48:22.817Z Compiling stable_deref_trait v1.2.1
13492026-08-19T00:48:22.882Z Compiling lock_api v0.4.14
13502026-08-19T00:48:22.894Z Compiling typenum v1.20.1
13512026-08-19T00:48:22.898Z Compiling zerocopy v0.8.55
13522026-08-19T00:48:22.921Z Compiling portable-atomic v1.13.1
13532026-08-19T00:48:22.946Z Compiling serde_json v1.0.151
13542026-08-19T00:48:23.099Z Compiling critical-section v1.2.0
13552026-08-19T00:48:23.145Z Compiling libm v0.2.16
13562026-08-19T00:48:23.202Z Compiling num-traits v0.2.19
13572026-08-19T00:48:23.320Z Compiling pkg-config v0.3.32
13582026-08-19T00:48:23.417Z Compiling errno v0.3.14
13592026-08-19T00:48:23.431Z Compiling jobserver v0.1.34
13602026-08-19T00:48:23.537Z Compiling getrandom v0.2.17
13612026-08-19T00:48:23.666Z Compiling cc v1.2.56
13622026-08-19T00:48:23.760Z Compiling rand_core v0.6.4
13632026-08-19T00:48:23.795Z Compiling generic-array v0.14.7
13642026-08-19T00:48:23.853Z Compiling pin-project-lite v0.2.17
13652026-08-19T00:48:23.951Z Compiling once_cell v1.21.3
13662026-08-19T00:48:23.981Z Compiling const-oid v0.9.6
13672026-08-19T00:48:23.996Z Compiling parking_lot_core v0.9.12
13682026-08-19T00:48:24.077Z Compiling getrandom v0.3.4
13692026-08-19T00:48:24.156Z Compiling signal-hook-registry v1.4.8
13702026-08-19T00:48:24.525Z Compiling percent-encoding v2.3.2
13712026-08-19T00:48:24.638Z Compiling bitflags v2.11.0
13722026-08-19T00:48:24.712Z Compiling writeable v0.6.2
13732026-08-19T00:48:24.739Z Compiling futures-core v0.3.32
13742026-08-19T00:48:24.755Z Compiling litemap v0.8.1
13752026-08-19T00:48:24.910Z Compiling semver v1.0.28
13762026-08-19T00:48:24.914Z Compiling parking_lot v0.12.5
13772026-08-19T00:48:24.942Z Compiling mio v1.2.0
13782026-08-19T00:48:25.034Z Compiling icu_normalizer_data v2.1.1
13792026-08-19T00:48:25.076Z Compiling icu_properties_data v2.1.2
13802026-08-19T00:48:25.188Z Compiling socket2 v0.6.3
13812026-08-19T00:48:25.202Z Compiling rustix v1.1.4
13822026-08-19T00:48:25.269Z Compiling getrandom v0.4.3
13832026-08-19T00:48:25.295Z Compiling synstructure v0.13.2
13842026-08-19T00:48:25.403Z Compiling rand_core v0.10.0
13852026-08-19T00:48:25.454Z Compiling futures-sink v0.3.32
13862026-08-19T00:48:25.657Z Compiling indexmap v2.14.0
13872026-08-19T00:48:25.672Z Compiling futures-channel v0.3.32
13882026-08-19T00:48:25.675Z Compiling utf8_iter v1.0.4
13892026-08-19T00:48:25.820Z Compiling futures-task v0.3.32
13902026-08-19T00:48:25.914Z Compiling futures-io v0.3.32
13912026-08-19T00:48:25.929Z Compiling slab v0.4.12
13922026-08-19T00:48:25.951Z Compiling form_urlencoded v1.2.2
13932026-08-19T00:48:25.966Z Compiling rustversion v1.0.22
13942026-08-19T00:48:25.991Z Compiling iana-time-zone v0.1.65
13952026-08-19T00:48:26.067Z Compiling base64ct v1.8.3
13962026-08-19T00:48:26.107Z Compiling cmake v0.1.57
13972026-08-19T00:48:26.124Z Compiling flagset v0.4.7
13982026-08-19T00:48:26.192Z Compiling fs_extra v1.3.0
13992026-08-19T00:48:26.252Z Compiling ident_case v1.0.1
14002026-08-19T00:48:26.337Z Compiling pem-rfc7468 v0.7.0
14012026-08-19T00:48:26.365Z Compiling regex-syntax v0.8.10
14022026-08-19T00:48:26.379Z Compiling dunce v1.0.5
14032026-08-19T00:48:26.469Z Compiling uuid v1.23.4
14042026-08-19T00:48:26.483Z Compiling rand_core v0.9.5
14052026-08-19T00:48:26.500Z Compiling aws-lc-sys v0.40.0
14062026-08-19T00:48:26.650Z Compiling base64 v0.22.1
14072026-08-19T00:48:26.763Z Compiling syn v1.0.109
14082026-08-19T00:48:26.955Z Compiling vcpkg v0.2.15
14092026-08-19T00:48:26.998Z Compiling serde_derive_internals v0.29.1
14102026-08-19T00:48:27.076Z Compiling rustc_version v0.4.1
14112026-08-19T00:48:27.096Z Compiling serde_derive v1.0.228
14122026-08-19T00:48:27.183Z Compiling zeroize_derive v1.5.0
14132026-08-19T00:48:27.222Z Compiling zerofrom-derive v0.1.6
14142026-08-19T00:48:27.394Z Compiling zerocopy-derive v0.8.55
14152026-08-19T00:48:27.685Z Compiling yoke-derive v0.8.1
14162026-08-19T00:48:27.875Z Compiling zerovec-derive v0.11.2
14172026-08-19T00:48:27.901Z Compiling displaydoc v0.2.5
14182026-08-19T00:48:28.648Z Compiling zerofrom v0.1.6
14192026-08-19T00:48:28.667Z Compiling tokio-macros v2.7.0
14202026-08-19T00:48:28.752Z Compiling futures-macro v0.3.32
14212026-08-19T00:48:28.777Z Compiling thiserror-impl v2.0.18
14222026-08-19T00:48:28.872Z Compiling yoke v0.8.1
14232026-08-19T00:48:28.978Z Compiling der_derive v0.7.3
14242026-08-19T00:48:29.070Z Compiling zerovec v0.11.5
14252026-08-19T00:48:29.424Z Compiling zerotrie v0.2.3
14262026-08-19T00:48:29.596Z Compiling tinystr v0.8.2
14272026-08-19T00:48:29.599Z Compiling potential_utf v0.1.4
14282026-08-19T00:48:29.733Z Compiling icu_collections v2.1.1
14292026-08-19T00:48:29.773Z Compiling icu_locale_core v2.1.1
14302026-08-19T00:48:29.796Z Compiling futures-util v0.3.32
14312026-08-19T00:48:29.959Z Compiling openssl-sys v0.9.117
14322026-08-19T00:48:30.138Z Compiling thiserror v2.0.18
14332026-08-19T00:48:30.244Z Compiling tracing-attributes v0.1.31
14342026-08-19T00:48:30.260Z Compiling tracing-core v0.1.36
14352026-08-19T00:48:30.482Z Compiling icu_provider v2.1.1
14362026-08-19T00:48:30.675Z Compiling zeroize v1.9.0
14372026-08-19T00:48:30.678Z Compiling bytes v1.11.1
14382026-08-19T00:48:30.795Z Compiling icu_normalizer v2.1.1
14392026-08-19T00:48:30.891Z Compiling icu_properties v2.1.2
14402026-08-19T00:48:31.309Z Compiling tokio v1.52.1
14412026-08-19T00:48:31.342Z Compiling chrono v0.4.45
14422026-08-19T00:48:31.414Z Compiling block-buffer v0.10.4
14432026-08-19T00:48:31.593Z Compiling crypto-common v0.1.7
14442026-08-19T00:48:31.627Z Compiling der v0.7.10
14452026-08-19T00:48:31.750Z Compiling idna_adapter v1.2.1
14462026-08-19T00:48:31.896Z Compiling ppv-lite86 v0.2.21
14472026-08-19T00:48:31.994Z Compiling digest v0.10.7
14482026-08-19T00:48:32.064Z Compiling idna v1.1.0
14492026-08-19T00:48:32.187Z Compiling http v1.4.2
14502026-08-19T00:48:32.231Z Compiling rand_chacha v0.9.0
14512026-08-19T00:48:32.254Z Compiling dyn-clone v1.0.20
14522026-08-19T00:48:32.394Z Compiling url v2.5.8
14532026-08-19T00:48:32.702Z Compiling spki v0.7.3
14542026-08-19T00:48:32.735Z Compiling cpufeatures v0.2.17
14552026-08-19T00:48:32.811Z Compiling schemars v0.8.22
14562026-08-19T00:48:32.825Z Compiling simd-adler32 v0.3.8
14572026-08-19T00:48:32.910Z Compiling aws-lc-rs v1.16.3
14582026-08-19T00:48:32.924Z Compiling pkcs8 v0.10.2
14592026-08-19T00:48:33.025Z Compiling http-body v1.0.1
14602026-08-19T00:48:33.064Z Compiling rand v0.9.2
14612026-08-19T00:48:33.078Z Compiling tracing v0.1.44
14622026-08-19T00:48:33.171Z Compiling rustls-pki-types v1.14.0
14632026-08-19T00:48:33.214Z Compiling schemars_derive v0.8.22
14642026-08-19T00:48:33.261Z Compiling spin v0.9.8
14652026-08-19T00:48:33.333Z Compiling tinyvec_macros v0.1.1
14662026-08-19T00:48:33.403Z Compiling openssl-probe v0.2.1
14672026-08-19T00:48:33.462Z Compiling cmov v0.5.4
14682026-08-19T00:48:33.578Z Compiling crc32fast v1.5.0
14692026-08-19T00:48:33.614Z Compiling adler2 v2.0.1
14702026-08-19T00:48:33.667Z Compiling httparse v1.10.1
14712026-08-19T00:48:33.745Z Compiling tempfile v3.27.0
14722026-08-19T00:48:33.792Z Compiling miniz_oxide v0.8.9
14732026-08-19T00:48:33.882Z Compiling ctutils v0.4.2
14742026-08-19T00:48:34.043Z Compiling tinyvec v1.10.0
14752026-08-19T00:48:34.110Z Compiling pest_generator v2.8.6
14762026-08-19T00:48:34.125Z Compiling sha2 v0.10.9
14772026-08-19T00:48:34.379Z Compiling terminal_size v0.4.3
14782026-08-19T00:48:34.393Z Compiling aho-corasick v1.1.4
14792026-08-19T00:48:34.512Z Compiling untrusted v0.7.1
14802026-08-19T00:48:34.635Z Compiling radium v0.7.0
14812026-08-19T00:48:34.791Z Compiling tower-service v0.3.3
14822026-08-19T00:48:34.881Z Compiling atomic-waker v1.1.2
14832026-08-19T00:48:34.897Z Compiling tower-layer v0.3.3
14842026-08-19T00:48:35.006Z Compiling try-lock v0.2.5
14852026-08-19T00:48:35.056Z Compiling tokio-util v0.7.18
14862026-08-19T00:48:35.115Z Compiling want v0.3.1
14872026-08-19T00:48:35.280Z Compiling regex-automata v0.4.14
14882026-08-19T00:48:35.436Z Compiling pest_derive v2.8.6
14892026-08-19T00:48:35.705Z Compiling hybrid-array v0.4.13
14902026-08-19T00:48:35.908Z Compiling h2 v0.4.15
14912026-08-19T00:48:36.318Z Compiling ipnet v2.12.0
14922026-08-19T00:48:36.340Z Compiling scroll_derive v0.13.1
14932026-08-19T00:48:36.487Z Compiling darling_core v0.20.11
14942026-08-19T00:48:36.812Z Compiling httpdate v1.0.3
14952026-08-19T00:48:36.947Z Compiling rustls v0.23.41
14962026-08-19T00:48:37.035Z Compiling tap v1.0.1
14972026-08-19T00:48:37.052Z Compiling openssl v0.10.80
14982026-08-19T00:48:37.114Z Compiling untrusted v0.9.0
14992026-08-19T00:48:37.128Z Compiling foreign-types-shared v0.1.1
15002026-08-19T00:48:37.145Z Compiling maybe-uninit v2.0.0
15012026-08-19T00:48:37.210Z Compiling foreign-types v0.3.2
15022026-08-19T00:48:37.231Z Compiling scroll v0.13.0
15032026-08-19T00:48:37.281Z Compiling wyz v0.5.1
15042026-08-19T00:48:37.446Z Compiling unicode-normalization v0.1.25
15052026-08-19T00:48:37.483Z Compiling signature v2.2.0
15062026-08-19T00:48:37.496Z Compiling rand_chacha v0.3.1
15072026-08-19T00:48:37.663Z Compiling hex v0.4.3
15082026-08-19T00:48:37.873Z Compiling openssl-macros v0.1.1
15092026-08-19T00:48:37.889Z Compiling thiserror-impl v1.0.69
15102026-08-19T00:48:37.930Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-08-19T00:48:38.209Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15122026-08-19T00:48:38.250Z Compiling num-integer v0.1.46
15132026-08-19T00:48:38.266Z Compiling wait-timeout v0.2.1
15142026-08-19T00:48:38.526Z Compiling ahash v0.8.12
15152026-08-19T00:48:38.565Z Compiling native-tls v0.2.18
15162026-08-19T00:48:38.586Z Compiling time-core v0.1.8
15172026-08-19T00:48:38.725Z Compiling darling_macro v0.20.11
15182026-08-19T00:48:38.740Z Compiling funty v2.0.0
15192026-08-19T00:48:38.753Z Compiling bit-vec v0.8.0
15202026-08-19T00:48:38.766Z Compiling num-conv v0.2.0
15212026-08-19T00:48:38.891Z Compiling num-bigint-dig v0.8.6
15222026-08-19T00:48:38.982Z Compiling hyper v1.10.1
15232026-08-19T00:48:39.076Z Compiling quick-error v1.2.3
15242026-08-19T00:48:39.115Z Compiling packed_struct v0.10.1
15252026-08-19T00:48:39.184Z Compiling powerfmt v0.2.0
15262026-08-19T00:48:39.201Z Compiling darling v0.20.11
15272026-08-19T00:48:39.282Z Compiling clap_builder v4.6.0
15282026-08-19T00:48:39.298Z Compiling rusty-fork v0.3.1
15292026-08-19T00:48:39.327Z Compiling deranged v0.5.8
15302026-08-19T00:48:39.373Z Compiling thiserror v1.0.69
15312026-08-19T00:48:39.405Z Compiling bitvec v1.0.1
15322026-08-19T00:48:39.475Z Compiling bit-set v0.8.0
15332026-08-19T00:48:39.603Z Compiling time-macros v0.2.27
15342026-08-19T00:48:39.978Z Compiling num-iter v0.1.45
15352026-08-19T00:48:40.097Z Compiling hyper-util v0.1.20
15362026-08-19T00:48:40.683Z Compiling rand v0.8.6
15372026-08-19T00:48:40.950Z Compiling goblin v0.10.5
15382026-08-19T00:48:41.340Z Compiling packed_struct_codegen v0.10.1
15392026-08-19T00:48:41.483Z Compiling lazy_static v1.5.0
15402026-08-19T00:48:41.577Z Compiling hmac v0.12.1
15412026-08-19T00:48:41.742Z Compiling toml_datetime v0.6.11
15422026-08-19T00:48:41.852Z Compiling serde_spanned v0.6.9
15432026-08-19T00:48:42.000Z Compiling bitfield-macros v0.19.4
15442026-08-19T00:48:42.000Z Compiling zerocopy-derive v0.6.6
15452026-08-19T00:48:42.309Z Compiling clap_derive v4.6.1
15462026-08-19T00:48:42.408Z Compiling rand_xorshift v0.4.0
15472026-08-19T00:48:42.570Z Compiling sync_wrapper v1.0.2
15482026-08-19T00:48:42.682Z Compiling indexmap v1.9.3
15492026-08-19T00:48:42.713Z Compiling zlib-rs v0.6.2
15502026-08-19T00:48:42.817Z Compiling crc-catalog v2.4.0
15512026-08-19T00:48:42.866Z Compiling paste v1.0.15
15522026-08-19T00:48:42.912Z Compiling crossbeam-utils v0.8.21
15532026-08-19T00:48:43.133Z Compiling nodrop v0.1.14
15542026-08-19T00:48:43.195Z Compiling unarray v0.1.4
15552026-08-19T00:48:43.227Z Compiling object v0.37.3
15562026-08-19T00:48:43.244Z Compiling usdt-impl v0.6.0
15572026-08-19T00:48:43.302Z Compiling siphasher v1.0.2
15582026-08-19T00:48:43.443Z Compiling num_threads v0.1.7
15592026-08-19T00:48:43.518Z Compiling time v0.3.47
15602026-08-19T00:48:43.533Z Compiling proptest v1.11.0
15612026-08-19T00:48:43.545Z Compiling array-init v0.0.4
15622026-08-19T00:48:43.877Z Compiling dof v0.4.0
15632026-08-19T00:48:44.033Z Compiling clap v4.6.1
15642026-08-19T00:48:44.182Z Compiling crc v3.4.0
15652026-08-19T00:48:44.395Z Compiling zerocopy v0.6.6
15662026-08-19T00:48:44.716Z Compiling bitfield v0.19.4
15672026-08-19T00:48:44.998Z Compiling tower v0.5.3
15682026-08-19T00:48:45.407Z Compiling smallvec v0.6.14
15692026-08-19T00:48:45.642Z Compiling flate2 v1.1.9
15702026-08-19T00:48:45.723Z Compiling derive_builder_core v0.20.2
15712026-08-19T00:48:45.965Z Compiling dtrace-parser v0.3.0
15722026-08-19T00:48:46.044Z Compiling ipnetwork v0.21.1
15732026-08-19T00:48:46.306Z Compiling http-body-util v0.1.3
15742026-08-19T00:48:46.430Z Compiling pkcs1 v0.7.5
15752026-08-19T00:48:46.484Z Compiling heapless v0.7.17
15762026-08-19T00:48:46.552Z Compiling structmeta-derive v0.3.0
15772026-08-19T00:48:46.571Z Compiling scroll_derive v0.12.1
15782026-08-19T00:48:46.693Z Compiling slog v2.8.2
15792026-08-19T00:48:46.720Z Compiling darling_core v0.23.0
15802026-08-19T00:48:46.825Z Compiling thread-id v5.1.0
15812026-08-19T00:48:46.874Z Compiling cookie v0.18.1
15822026-08-19T00:48:46.912Z Compiling env_filter v2.0.0
15832026-08-19T00:48:47.054Z Compiling unicode-properties v0.1.4
15842026-08-19T00:48:47.204Z Compiling allocator-api2 v0.2.21
15852026-08-19T00:48:47.228Z Compiling iri-string v0.7.10
15862026-08-19T00:48:47.269Z Compiling ryu v1.0.23
15872026-08-19T00:48:47.484Z Compiling unicode-bidi v0.3.18
15882026-08-19T00:48:47.534Z Compiling winnow v0.5.40
15892026-08-19T00:48:47.627Z Compiling hashbrown v0.12.3
15902026-08-19T00:48:47.985Z Compiling zstd-safe v7.2.4
15912026-08-19T00:48:48.109Z Compiling anyhow v1.0.104
15922026-08-19T00:48:48.180Z Compiling base64 v0.21.7
15932026-08-19T00:48:48.413Z Compiling signal-hook v0.3.18
15942026-08-19T00:48:48.492Z Compiling gimli v0.32.3
15952026-08-19T00:48:48.734Z Compiling ron v0.8.1
15962026-08-19T00:48:48.816Z Compiling toml_edit v0.19.15
15972026-08-19T00:48:48.969Z Compiling tower-http v0.6.8
15982026-08-19T00:48:49.213Z Compiling darling_macro v0.23.0
15992026-08-19T00:48:49.659Z Compiling stringprep v0.1.5
16002026-08-19T00:48:49.702Z Compiling structmeta v0.3.0
16012026-08-19T00:48:49.756Z Compiling serde_urlencoded v0.7.1
16022026-08-19T00:48:49.913Z Compiling scroll v0.12.0
16032026-08-19T00:48:50.007Z Compiling env_logger v0.11.11
16042026-08-19T00:48:50.147Z Compiling addr2line v0.25.1
16052026-08-19T00:48:50.395Z Compiling rsa v0.9.10
16062026-08-19T00:48:50.502Z Compiling derive_builder_macro v0.20.2
16072026-08-19T00:48:50.604Z Compiling oxnet v0.1.6
16082026-08-19T00:48:50.656Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16092026-08-19T00:48:50.801Z Compiling newtype-uuid v1.3.2
16102026-08-19T00:48:50.926Z Compiling hashbrown v0.13.2
16112026-08-19T00:48:51.046Z Compiling serde-hex v0.1.0
16122026-08-19T00:48:51.139Z Compiling bzip2 v0.4.4
16132026-08-19T00:48:51.352Z Compiling tokio-native-tls v0.3.1
16142026-08-19T00:48:51.423Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16152026-08-19T00:48:51.529Z Compiling camino v1.2.5
16162026-08-19T00:48:51.934Z Compiling bstr v1.12.1
16172026-08-19T00:48:52.113Z Compiling block-padding v0.4.2
16182026-08-19T00:48:52.284Z Compiling crypto-common v0.2.2
16192026-08-19T00:48:52.568Z Compiling block-buffer v0.12.1
16202026-08-19T00:48:52.779Z Compiling rustls-native-certs v0.8.3
16212026-08-19T00:48:52.793Z Compiling x509-cert v0.2.5
16222026-08-19T00:48:53.076Z Compiling md-5 v0.10.6
16232026-08-19T00:48:53.257Z Compiling serde_tokenstream v0.2.3
16242026-08-19T00:48:53.472Z Compiling erased-serde v0.3.31
16252026-08-19T00:48:53.575Z Compiling curve25519-dalek v4.1.3
16262026-08-19T00:48:53.906Z Compiling zerocopy-derive v0.7.35
16272026-08-19T00:48:53.966Z Compiling async-trait v0.1.89
16282026-08-19T00:48:54.024Z Compiling daft-derive v0.1.7
16292026-08-19T00:48:54.396Z Compiling pin-project-internal v1.1.11
16302026-08-19T00:48:54.462Z Compiling vergen-lib v9.1.0
16312026-08-19T00:48:54.646Z Compiling hash32 v0.2.1
16322026-08-19T00:48:54.736Z Compiling memoffset v0.9.1
16332026-08-19T00:48:54.743Z Compiling encoding_rs v0.8.35
16342026-08-19T00:48:54.780Z Compiling ref-cast v1.0.25
16352026-08-19T00:48:54.838Z Compiling rustc-demangle v0.1.27
16362026-08-19T00:48:54.888Z Compiling crc-any v2.5.0
16372026-08-19T00:48:54.977Z Compiling cfg_aliases v0.2.1
16382026-08-19T00:48:55.053Z Compiling litrs v1.0.0
16392026-08-19T00:48:55.081Z Compiling smoltcp v0.9.1
16402026-08-19T00:48:55.134Z Compiling owo-colors v4.3.0
16412026-08-19T00:48:55.230Z Compiling mime v0.3.17
16422026-08-19T00:48:55.249Z Compiling fallible-iterator v0.2.0
16432026-08-19T00:48:55.410Z Compiling rustix v0.38.44
16442026-08-19T00:48:55.424Z Compiling psl-types v2.0.11
16452026-08-19T00:48:55.505Z Compiling pin-project v1.1.11
16462026-08-19T00:48:55.554Z Compiling document-features v0.2.12
16472026-08-19T00:48:55.575Z Compiling publicsuffix v2.3.0
16482026-08-19T00:48:55.588Z Compiling postgres-protocol v0.6.10
16492026-08-19T00:48:55.646Z Compiling backtrace v0.3.76
16502026-08-19T00:48:55.668Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16512026-08-19T00:48:55.743Z Compiling nix v0.31.2
16522026-08-19T00:48:56.114Z Compiling zerocopy v0.7.35
16532026-08-19T00:48:56.135Z Compiling daft v0.1.7
16542026-08-19T00:48:56.266Z Compiling inout v0.2.2
16552026-08-19T00:48:56.415Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16562026-08-19T00:48:56.430Z Compiling hyper-tls v0.6.0
16572026-08-19T00:48:56.444Z Compiling object v0.30.4
16582026-08-19T00:48:56.632Z Compiling zip v0.6.6
16592026-08-19T00:48:56.648Z Compiling derive_builder v0.20.2
16602026-08-19T00:48:56.774Z Compiling toml v0.7.8
16612026-08-19T00:48:56.809Z Compiling goblin v0.8.2
16622026-08-19T00:48:56.869Z Compiling derive-ex v0.1.8
16632026-08-19T00:48:57.196Z Compiling darling v0.23.0
16642026-08-19T00:48:57.364Z Compiling phf_shared v0.13.1
16652026-08-19T00:48:57.561Z Compiling regex v1.12.3
16662026-08-19T00:48:57.579Z Compiling hubpack_derive v0.1.1
16672026-08-19T00:48:57.608Z Compiling futures-executor v0.3.32
16682026-08-19T00:48:57.871Z Compiling curve25519-dalek-derive v0.1.1
16692026-08-19T00:48:58.056Z Compiling snafu-derive v0.8.9
16702026-08-19T00:48:58.062Z Compiling strum_macros v0.27.2
16712026-08-19T00:48:58.514Z Compiling ref-cast-impl v1.0.25
16722026-08-19T00:48:58.517Z Compiling vergen v9.1.0
16732026-08-19T00:48:58.702Z Compiling cargo-platform v0.3.2
16742026-08-19T00:48:58.971Z Compiling ff v0.13.1
16752026-08-19T00:48:59.062Z Compiling fs-err v3.3.0
16762026-08-19T00:48:59.107Z Compiling jiff-core v0.1.0
16772026-08-19T00:48:59.251Z Compiling unicode-segmentation v1.12.0
16782026-08-19T00:48:59.312Z Compiling foldhash v0.1.5
16792026-08-19T00:48:59.478Z Compiling bumpalo v3.20.2
16802026-08-19T00:48:59.649Z Compiling base16ct v0.2.0
16812026-08-19T00:48:59.733Z Compiling either v1.15.0
16822026-08-19T00:48:59.830Z Compiling same-file v1.0.6
16832026-08-19T00:48:59.906Z Compiling path-slash v0.1.5
16842026-08-19T00:48:59.938Z Compiling bitflags v1.3.2
16852026-08-19T00:48:59.991Z Compiling is_ci v1.2.0
16862026-08-19T00:49:00.010Z Compiling libbz2-rs-sys v0.2.2
16872026-08-19T00:49:00.024Z Compiling managed v0.8.0
16882026-08-19T00:49:00.044Z Compiling foldhash v0.2.0
16892026-08-19T00:49:00.108Z Compiling supports-color v3.0.2
16902026-08-19T00:49:00.182Z Compiling hashbrown v0.16.1
16912026-08-19T00:49:00.264Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16922026-08-19T00:49:00.273Z Compiling textwrap v0.16.2
16932026-08-19T00:49:00.303Z Compiling strum v0.27.2
16942026-08-19T00:49:00.413Z Compiling bzip2 v0.6.1
16952026-08-19T00:49:00.663Z Compiling walkdir v2.5.0
16962026-08-19T00:49:00.684Z Compiling snafu v0.8.9
16972026-08-19T00:49:00.766Z Compiling jiff v0.2.34
16982026-08-19T00:49:00.825Z Compiling sec1 v0.7.3
16992026-08-19T00:49:00.974Z Compiling zopfli v0.8.3
17002026-08-19T00:49:01.040Z Compiling hashbrown v0.15.5
17012026-08-19T00:49:01.112Z Compiling group v0.13.0
17022026-08-19T00:49:01.290Z Compiling dof v0.3.0
17032026-08-19T00:49:01.305Z Compiling cargo_metadata v0.23.1
17042026-08-19T00:49:01.667Z Compiling test-strategy v0.4.5
17052026-08-19T00:49:01.699Z Compiling hubpack v0.1.2
17062026-08-19T00:49:01.917Z Compiling futures v0.3.32
17072026-08-19T00:49:02.003Z Compiling phf v0.13.1
17082026-08-19T00:49:02.021Z Compiling signal-hook-mio v0.2.5
17092026-08-19T00:49:02.164Z Compiling serde_with_macros v3.21.0
17102026-08-19T00:49:02.507Z Compiling cookie_store v0.22.1
17112026-08-19T00:49:02.653Z Compiling zstd v0.13.3
17122026-08-19T00:49:02.923Z Compiling reqwest v0.12.28
17132026-08-19T00:49:03.089Z Compiling cipher v0.5.2
17142026-08-19T00:49:03.186Z Compiling backtrace-ext v0.2.1
17152026-08-19T00:49:03.360Z Compiling postgres-types v0.2.12
17162026-08-19T00:49:03.903Z Compiling usdt-macro v0.6.0
17172026-08-19T00:49:04.113Z Compiling usdt-attr-macro v0.6.0
17182026-08-19T00:49:04.327Z Compiling globset v0.4.18
17192026-08-19T00:49:04.483Z Compiling phf_shared v0.11.3
17202026-08-19T00:49:04.620Z Compiling hkdf v0.12.4
17212026-08-19T00:49:04.671Z Compiling dtrace-parser v0.2.0
17222026-08-19T00:49:04.674Z Compiling byte-wrapper v0.1.0
17232026-08-19T00:49:04.795Z Compiling olpc-cjson v0.1.4
17242026-08-19T00:49:04.814Z Compiling ed25519 v2.2.3
17252026-08-19T00:49:04.921Z Compiling crypto-bigint v0.5.5
17262026-08-19T00:49:04.955Z Compiling serde-big-array v0.5.1
17272026-08-19T00:49:05.010Z Compiling serde_plain v1.0.2
17282026-08-19T00:49:05.014Z Compiling serde_repr v0.1.20
17292026-08-19T00:49:05.099Z Compiling miette-derive v7.6.0
17302026-08-19T00:49:05.219Z Compiling enum-as-inner v0.6.1
17312026-08-19T00:49:05.402Z Compiling strum_macros v0.26.4
17322026-08-19T00:49:05.556Z Compiling async-recursion v1.1.1
17332026-08-19T00:49:05.765Z Compiling pem v3.0.6
17342026-08-19T00:49:05.782Z Compiling float-cmp v0.10.0
17352026-08-19T00:49:05.982Z Compiling thread-id v4.2.2
17362026-08-19T00:49:06.019Z Compiling memmap2 v0.9.10
17372026-08-19T00:49:06.114Z Compiling cpufeatures v0.3.0
17382026-08-19T00:49:06.183Z Compiling data-encoding v2.10.0
17392026-08-19T00:49:06.244Z Compiling typed-path v0.9.3
17402026-08-19T00:49:06.252Z Compiling supports-unicode v3.0.0
17412026-08-19T00:49:06.316Z Compiling static_assertions v1.1.0
17422026-08-19T00:49:06.397Z Compiling precomputed-hash v0.1.1
17432026-08-19T00:49:06.412Z Compiling fixedbitset v0.5.7
17442026-08-19T00:49:06.499Z Compiling new_debug_unreachable v1.0.6
17452026-08-19T00:49:06.568Z Compiling whoami v2.1.0
17462026-08-19T00:49:06.696Z Compiling supports-hyperlinks v3.2.0
17472026-08-19T00:49:06.741Z Compiling const-oid v0.10.2
17482026-08-19T00:49:06.859Z Compiling winnow v1.0.3
17492026-08-19T00:49:06.880Z Compiling difflib v0.4.0
17502026-08-19T00:49:06.954Z Compiling predicates-core v1.0.10
17512026-08-19T00:49:06.969Z Compiling keccak v0.1.6
17522026-08-19T00:49:07.105Z Compiling fixedbitset v0.4.2
17532026-08-19T00:49:07.130Z Compiling normalize-line-endings v0.3.0
17542026-08-19T00:49:07.211Z Compiling strum v0.26.3
17552026-08-19T00:49:07.225Z Compiling predicates v3.1.4
17562026-08-19T00:49:07.332Z Compiling petgraph v0.6.5
17572026-08-19T00:49:07.353Z Compiling sha3 v0.10.8
17582026-08-19T00:49:07.430Z Compiling digest v0.11.3
17592026-08-19T00:49:07.474Z Compiling miette v7.6.0
17602026-08-19T00:49:07.658Z Compiling tokio-postgres v0.7.16
17612026-08-19T00:49:07.690Z Compiling petgraph v0.8.3
17622026-08-19T00:49:07.808Z Compiling toml_parser v1.1.2+spec-1.1.0
17632026-08-19T00:49:07.854Z Compiling string_cache v0.8.9
17642026-08-19T00:49:07.909Z Compiling toml_edit v0.22.27
17652026-08-19T00:49:08.083Z Compiling hickory-proto v0.25.2
17662026-08-19T00:49:08.436Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17672026-08-19T00:49:08.602Z Compiling usdt v0.6.0
17682026-08-19T00:49:08.800Z Compiling chacha20 v0.10.0
17692026-08-19T00:49:08.868Z Compiling usdt-impl v0.5.0
17702026-08-19T00:49:09.175Z Compiling elliptic-curve v0.13.8
17712026-08-19T00:49:09.440Z Compiling ed25519-dalek v2.2.0
17722026-08-19T00:49:09.582Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17732026-08-19T00:49:09.622Z Compiling crossterm v0.28.1
17742026-08-19T00:49:09.968Z Compiling serde_with v3.21.0
17752026-08-19T00:49:10.632Z Compiling zip v4.6.1
17762026-08-19T00:49:11.093Z Compiling iddqd v0.4.2
17772026-08-19T00:49:11.344Z Compiling itertools v0.13.0
17782026-08-19T00:49:11.601Z Compiling itertools v0.15.0
17792026-08-19T00:49:11.616Z Compiling heck v0.4.1
17802026-08-19T00:49:11.690Z Compiling similar v2.7.0
17812026-08-19T00:49:11.806Z Compiling crossbeam-epoch v0.9.18
17822026-08-19T00:49:11.837Z Compiling tokio-stream v0.1.18
17832026-08-19T00:49:12.124Z Compiling buf-list v1.1.2
17842026-08-19T00:49:12.289Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17852026-08-19T00:49:12.381Z Compiling openapiv3 v2.2.0
17862026-08-19T00:49:12.398Z Compiling lalrpop-util v0.19.12
17872026-08-19T00:49:12.531Z Compiling peg-runtime v0.8.5
17882026-08-19T00:49:12.581Z Compiling thread_local v1.1.9
17892026-08-19T00:49:12.596Z Compiling slog-async v2.8.0
17902026-08-19T00:49:12.599Z Compiling crossbeam-channel v0.5.15
17912026-08-19T00:49:12.794Z Compiling is-terminal v0.4.17
17922026-08-19T00:49:12.808Z Compiling filetime v0.2.27
17932026-08-19T00:49:12.827Z Compiling take_mut v0.2.2
17942026-08-19T00:49:12.888Z Compiling xattr v1.6.1
17952026-08-19T00:49:12.915Z Compiling term v1.2.1
17962026-08-19T00:49:12.919Z Compiling camino-tempfile v1.4.1
17972026-08-19T00:49:13.055Z Compiling tar v0.4.46
17982026-08-19T00:49:13.380Z Compiling slog-term v2.9.2
17992026-08-19T00:49:19.206Z Compiling rustls-webpki v0.103.13
18002026-08-19T00:49:21.935Z Compiling tokio-rustls v0.26.4
18012026-08-19T00:49:21.935Z Compiling rustls-platform-verifier v0.6.2
18022026-08-19T00:49:21.935Z Compiling tough v0.22.0
18032026-08-19T00:49:22.154Z Compiling hyper-rustls v0.27.7
18042026-08-19T00:49:22.352Z Compiling reqwest v0.13.2
18052026-08-19T00:49:24.556Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18062026-08-19T00:49:24.769Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18072026-08-19T00:49:27.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18082026-08-19T00:49:27.884Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18092026-08-19T00:49:27.940ZAug 19 00:49:27.439 INFO Starting download, target: Console
18102026-08-19T00:49:27.940ZAug 19 00:49:27.440 INFO Starting download, target: Cockroach
18112026-08-19T00:49:27.940ZAug 19 00:49:27.440 INFO Starting download, target: DendriteStub
18122026-08-19T00:49:27.940ZAug 19 00:49:27.440 INFO Starting download, target: Clickhouse
18132026-08-19T00:49:27.941ZAug 19 00:49:27.440 INFO Starting download, target: MaghemiteMgd
18142026-08-19T00:49:27.941ZAug 19 00:49:27.440 INFO Starting download, target: MaghemiteDdmd
18152026-08-19T00:49:27.941ZAug 19 00:49:27.440 INFO Starting download, target: TransceiverControl
18162026-08-19T00:49:27.945ZAug 19 00:49:27.440 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18172026-08-19T00:49:27.945ZAug 19 00:49:27.440 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18182026-08-19T00:49:27.945ZAug 19 00:49:27.440 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18192026-08-19T00:49:27.945ZAug 19 00:49:27.440 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18202026-08-19T00:49:27.945ZAug 19 00:49:27.440 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18212026-08-19T00:49:27.945ZAug 19 00:49:27.440 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18222026-08-19T00:49:27.945ZAug 19 00:49:27.440 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18232026-08-19T00:49:28.264ZAug 19 00:49:27.757 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18242026-08-19T00:49:28.477ZAug 19 00:49:27.976 INFO Download complete, target: TransceiverControl
18252026-08-19T00:49:29.910ZAug 19 00:49:29.404 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18262026-08-19T00:49:29.982ZAug 19 00:49:29.467 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18272026-08-19T00:49:30.006ZAug 19 00:49:29.475 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18282026-08-19T00:49:30.006ZAug 19 00:49:29.479 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18292026-08-19T00:49:30.229ZAug 19 00:49:29.724 INFO Download complete, target: Console
18302026-08-19T00:49:30.308ZAug 19 00:49:29.807 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18312026-08-19T00:49:30.634ZAug 19 00:49:30.134 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18322026-08-19T00:49:30.634ZAug 19 00:49:30.134 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18332026-08-19T00:49:32.029ZAug 19 00:49:31.528 INFO Download complete, target: MaghemiteDdmd
18342026-08-19T00:49:32.380ZAug 19 00:49:31.878 INFO Download complete, target: DendriteStub
18352026-08-19T00:49:32.907ZAug 19 00:49:32.406 INFO Download complete, target: MaghemiteMgd
18362026-08-19T00:49:35.284ZAug 19 00:49:34.783 INFO Checking that binary works, target: Cockroach
18372026-08-19T00:49:35.396ZAug 19 00:49:34.895 INFO Download complete, target: Cockroach
18382026-08-19T00:49:36.752ZAug 19 00:49:36.251 INFO Checking that binary works, target: Clickhouse
18392026-08-19T00:49:36.878ZAug 19 00:49:36.376 INFO Download complete, target: Clickhouse
18402026-08-19T00:49:36.894ZAll builder prerequisites installed successfully, and PATH looks valid
18412026-08-19T00:49:36.898Z
18422026-08-19T00:49:36.900Zreal 2:10.003911900
18432026-08-19T00:49:36.900Zuser 7:19.442675639
18442026-08-19T00:49:36.900Zsys 1:27.591635124
18452026-08-19T00:49:36.900Ztrap 0.249735248
18462026-08-19T00:49:36.900Ztflt 0.553108383
18472026-08-19T00:49:36.900Zdflt 0.910627353
18482026-08-19T00:49:36.900Zkflt 0.024247466
18492026-08-19T00:49:36.900Zlock 27:24.308279016
18502026-08-19T00:49:36.900Zslp 22:06.495253453
18512026-08-19T00:49:36.900Zlat 48.025705343
18522026-08-19T00:49:36.900Zstop 2:42.771679117
18532026-08-19T00:49:36.900Z+ banner clippy
18542026-08-19T00:49:36.900Z
18552026-08-19T00:49:36.900Z #### # # ##### ##### # #
18562026-08-19T00:49:36.900Z # # # # # # # # # #
18572026-08-19T00:49:36.900Z # # # # # # # #
18582026-08-19T00:49:36.900Z # # # ##### ##### #
18592026-08-19T00:49:36.900Z # # # # # # #
18602026-08-19T00:49:36.900Z #### ###### # # # #
18612026-08-19T00:49:36.900Z
18622026-08-19T00:49:36.900Z+ export CARGO_INCREMENTAL=0
18632026-08-19T00:49:36.900Z+ CARGO_INCREMENTAL=0
18642026-08-19T00:49:36.900Z+ ptime -m cargo xtask clippy
18652026-08-19T00:49:37.366Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18662026-08-19T00:49:37.654Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18672026-08-19T00:49:39.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18682026-08-19T00:49:39.545Z Running `target/debug/xtask clippy`
18692026-08-19T00:49:39.569Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18702026-08-19T00:49:40.144Z Downloading crates ...
18712026-08-19T00:49:40.323Z Downloaded assert-json-diff v2.0.2
18722026-08-19T00:49:40.326Z Downloaded async-object-pool v0.2.0
18732026-08-19T00:49:40.326Z Downloaded approx v0.5.1
18742026-08-19T00:49:40.326Z Downloaded cfg-expr v0.20.6
18752026-08-19T00:49:40.326Z Downloaded constant_time_eq v0.3.1
18762026-08-19T00:49:40.326Z Downloaded concurrent-queue v2.5.0
18772026-08-19T00:49:40.329Z Downloaded cast v0.3.0
18782026-08-19T00:49:40.329Z Downloaded event-listener v5.4.1
18792026-08-19T00:49:40.329Z Downloaded event-listener-strategy v0.5.4
18802026-08-19T00:49:40.329Z Downloaded blake2b_simd v1.0.4
18812026-08-19T00:49:40.332Z Downloaded datatest-stable v0.3.3
18822026-08-19T00:49:40.332Z Downloaded criterion-plot v0.6.0
18832026-08-19T00:49:40.338Z Downloaded futures-timer v3.0.3
18842026-08-19T00:49:40.338Z Downloaded assert_cmd v2.1.2
18852026-08-19T00:49:40.338Z Downloaded async-lock v3.4.2
18862026-08-19T00:49:40.341Z Downloaded criterion v0.7.0
18872026-08-19T00:49:40.341Z Downloaded hickory-client v0.25.2
18882026-08-19T00:49:40.341Z Downloaded anes v0.1.6
18892026-08-19T00:49:40.344Z Downloaded fancy-regex v0.14.0
18902026-08-19T00:49:40.344Z Downloaded httptest v0.16.4
18912026-08-19T00:49:40.348Z Downloaded guppy-workspace-hack v0.1.0
18922026-08-19T00:49:40.348Z Downloaded hex-literal v0.4.1
18932026-08-19T00:49:40.348Z Downloaded guppy v0.17.25
18942026-08-19T00:49:40.351Z Downloaded knuffel v3.2.0
18952026-08-19T00:49:40.351Z Downloaded libtest-mimic v0.8.1
18962026-08-19T00:49:40.351Z Downloaded linkme v0.3.35
18972026-08-19T00:49:40.354Z Downloaded escape8259 v0.5.3
18982026-08-19T00:49:40.354Z Downloaded linkme-impl v0.3.35
18992026-08-19T00:49:40.354Z Downloaded miette-derive v5.10.0
19002026-08-19T00:49:40.354Z Downloaded nested v0.1.1
19012026-08-19T00:49:40.354Z Downloaded pathdiff v0.2.3
19022026-08-19T00:49:40.357Z Downloaded oorandom v11.1.5
19032026-08-19T00:49:40.357Z Downloaded parking v2.2.1
19042026-08-19T00:49:40.357Z Downloaded plotters-backend v0.3.7
19052026-08-19T00:49:40.357Z Downloaded partial-io v0.5.4
19062026-08-19T00:49:40.358Z Downloaded plotters-svg v0.3.7
19072026-08-19T00:49:40.361Z Downloaded knuffel-derive v3.2.0
19082026-08-19T00:49:40.361Z Downloaded path-tree v0.8.3
19092026-08-19T00:49:40.361Z Downloaded owo-colors v3.5.0
19102026-08-19T00:49:40.361Z Downloaded serde_regex v1.1.0
19112026-08-19T00:49:40.364Z Downloaded relative-path v1.9.3
19122026-08-19T00:49:40.364Z Downloaded rust-argon2 v2.1.0
19132026-08-19T00:49:40.364Z Downloaded miette v5.10.0
19142026-08-19T00:49:40.367Z Downloaded similar-asserts v1.7.0
19152026-08-19T00:49:40.367Z Downloaded supports-hyperlinks v2.1.0
19162026-08-19T00:49:40.367Z Downloaded rstest v0.25.0
19172026-08-19T00:49:40.372Z Downloaded rand_distr v0.5.1
19182026-08-19T00:49:40.372Z Downloaded rstest_macros v0.25.0
19192026-08-19T00:49:40.375Z Downloaded supports-color v2.1.0
19202026-08-19T00:49:40.375Z Downloaded supports-unicode v2.1.0
19212026-08-19T00:49:40.375Z Downloaded target-triple v1.0.0
19222026-08-19T00:49:40.375Z Downloaded stringmetrics v2.2.2
19232026-08-19T00:49:40.378Z Downloaded terminal_size v0.1.17
19242026-08-19T00:49:40.378Z Downloaded termcolor v1.4.1
19252026-08-19T00:49:40.378Z Downloaded target-spec v3.5.7
19262026-08-19T00:49:40.378Z Downloaded plotters v0.3.7
19272026-08-19T00:49:40.383Z Downloaded tinytemplate v1.2.1
19282026-08-19T00:49:40.387Z Downloaded textwrap v0.15.2
19292026-08-19T00:49:40.387Z Downloaded target-lexicon v0.13.3
19302026-08-19T00:49:40.387Z Downloaded trybuild v1.0.116
19312026-08-19T00:49:40.481Z Downloaded httpmock v0.8.3
19322026-08-19T00:49:42.300Z Checking cfg-if v1.0.4
19332026-08-19T00:49:42.687Z Checking serde_core v1.0.228
19342026-08-19T00:49:42.687Z Checking libc v0.2.185
19352026-08-19T00:49:42.762Z Checking memchr v2.8.0
19362026-08-19T00:49:42.807Z Checking smallvec v1.15.1
19372026-08-19T00:49:42.846Z Checking itoa v1.0.17
19382026-08-19T00:49:42.884Z Checking subtle v2.6.1
19392026-08-19T00:49:42.918Z Checking rand_core v0.10.0
19402026-08-19T00:49:42.960Z Checking log v0.4.33
19412026-08-19T00:49:43.014Z Checking libm v0.2.16
19422026-08-19T00:49:43.066Z Checking typenum v1.20.1
19432026-08-19T00:49:43.070Z Checking scopeguard v1.2.0
19442026-08-19T00:49:43.144Z Checking errno v0.3.14
19452026-08-19T00:49:43.144Z Checking getrandom v0.4.3
19462026-08-19T00:49:43.217Z Checking zmij v1.0.21
19472026-08-19T00:49:43.220Z Checking stable_deref_trait v1.2.1
19482026-08-19T00:49:43.255Z Checking lock_api v0.4.14
19492026-08-19T00:49:43.327Z Checking zerofrom v0.1.6
19502026-08-19T00:49:43.373Z Checking percent-encoding v2.3.2
19512026-08-19T00:49:43.410Z Checking litemap v0.8.1
19522026-08-19T00:49:43.474Z Checking yoke v0.8.1
19532026-08-19T00:49:43.512Z Checking writeable v0.6.2
19542026-08-19T00:49:43.554Z Checking icu_normalizer_data v2.1.1
19552026-08-19T00:49:43.554Z Checking icu_properties_data v2.1.2
19562026-08-19T00:49:43.629Z Checking form_urlencoded v1.2.2
19572026-08-19T00:49:43.669Z Checking zerovec v0.11.5
19582026-08-19T00:49:43.670Z Checking zerotrie v0.2.3
19592026-08-19T00:49:43.743Z Checking utf8_iter v1.0.4
19602026-08-19T00:49:43.746Z Checking num-traits v0.2.19
19612026-08-19T00:49:43.746Z Checking pin-project-lite v0.2.17
19622026-08-19T00:49:43.853Z Checking zerocopy v0.8.55
19632026-08-19T00:49:43.893Z Checking parking_lot_core v0.9.12
19642026-08-19T00:49:43.927Z Checking portable-atomic v1.13.1
19652026-08-19T00:49:43.971Z Checking critical-section v1.2.0
19662026-08-19T00:49:44.017Z Checking signal-hook-registry v1.4.8
19672026-08-19T00:49:44.108Z Checking parking_lot v0.12.5
19682026-08-19T00:49:44.146Z Checking mio v1.2.0
19692026-08-19T00:49:44.182Z Checking serde v1.0.228
19702026-08-19T00:49:44.186Z Checking bitflags v2.11.0
19712026-08-19T00:49:44.255Z Checking serde_json v1.0.151
19722026-08-19T00:49:44.325Z Checking tinystr v0.8.2
19732026-08-19T00:49:44.364Z Checking potential_utf v0.1.4
19742026-08-19T00:49:44.367Z Checking once_cell v1.21.3
19752026-08-19T00:49:44.450Z Checking socket2 v0.6.3
19762026-08-19T00:49:44.495Z Checking iana-time-zone v0.1.65
19772026-08-19T00:49:44.533Z Checking icu_locale_core v2.1.1
19782026-08-19T00:49:44.570Z Checking icu_collections v2.1.1
19792026-08-19T00:49:44.617Z Checking uuid v1.23.4
19802026-08-19T00:49:44.660Z Checking zeroize v1.9.0
19812026-08-19T00:49:44.663Z Checking bytes v1.11.1
19822026-08-19T00:49:44.757Z Checking chrono v0.4.45
19832026-08-19T00:49:44.907Z Checking semver v1.0.28
19842026-08-19T00:49:44.958Z Checking thiserror v2.0.18
19852026-08-19T00:49:45.019Z Checking dyn-clone v1.0.20
19862026-08-19T00:49:45.024Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19872026-08-19T00:49:45.094Z Checking futures-core v0.3.32
19882026-08-19T00:49:45.132Z Checking icu_provider v2.1.1
19892026-08-19T00:49:45.136Z Checking tokio v1.52.1
19902026-08-19T00:49:45.171Z Checking getrandom v0.3.4
19912026-08-19T00:49:45.206Z Checking rustix v1.1.4
19922026-08-19T00:49:45.278Z Checking equivalent v1.0.2
19932026-08-19T00:49:45.366Z Checking getrandom v0.2.17
19942026-08-19T00:49:45.405Z Checking cmov v0.5.4
19952026-08-19T00:49:45.408Z Checking icu_properties v2.1.2
19962026-08-19T00:49:45.409Z Checking icu_normalizer v2.1.1
19972026-08-19T00:49:45.563Z Checking rand_core v0.6.4
19982026-08-19T00:49:45.607Z Checking byteorder v1.5.0
19992026-08-19T00:49:45.648Z Checking ctutils v0.4.2
20002026-08-19T00:49:45.772Z Checking futures-sink v0.3.32
20012026-08-19T00:49:45.812Z Checking futures-io v0.3.32
20022026-08-19T00:49:45.847Z Checking futures-task v0.3.32
20032026-08-19T00:49:45.887Z Checking hybrid-array v0.4.13
20042026-08-19T00:49:45.925Z Checking futures-channel v0.3.32
20052026-08-19T00:49:45.960Z Checking slab v0.4.12
20062026-08-19T00:49:46.017Z Checking hashbrown v0.17.0
20072026-08-19T00:49:46.107Z Checking generic-array v0.14.7
20082026-08-19T00:49:46.148Z Checking thiserror v1.0.69
20092026-08-19T00:49:46.152Z Checking futures-util v0.3.32
20102026-08-19T00:49:46.279Z Checking fnv v1.0.7
20112026-08-19T00:49:46.319Z Checking idna_adapter v1.2.1
20122026-08-19T00:49:46.405Z Checking regex-syntax v0.8.10
20132026-08-19T00:49:46.483Z Checking idna v1.1.0
20142026-08-19T00:49:46.522Z Checking indexmap v2.14.0
20152026-08-19T00:49:46.611Z Checking base64ct v1.8.3
20162026-08-19T00:49:46.651Z Checking ppv-lite86 v0.2.21
20172026-08-19T00:49:46.689Z Checking crypto-common v0.2.2
20182026-08-19T00:49:46.770Z Checking url v2.5.8
20192026-08-19T00:49:46.876Z Checking const-oid v0.9.6
20202026-08-19T00:49:46.971Z Checking crypto-common v0.1.7
20212026-08-19T00:49:47.126Z Checking block-buffer v0.12.1
20222026-08-19T00:49:47.172Z Checking base64 v0.22.1
20232026-08-19T00:49:47.249Z Checking schemars v0.8.22
20242026-08-19T00:49:47.442Z Checking block-buffer v0.10.4
20252026-08-19T00:49:47.449Z Checking utf8parse v0.2.2
20262026-08-19T00:49:47.459Z Checking anstyle v1.0.14
20272026-08-19T00:49:47.521Z Checking http v1.4.2
20282026-08-19T00:49:47.525Z Checking tracing-core v0.1.36
20292026-08-19T00:49:47.593Z Checking digest v0.10.7
20302026-08-19T00:49:47.666Z Checking rand_core v0.9.5
20312026-08-19T00:49:47.744Z Checking colorchoice v1.0.4
20322026-08-19T00:49:47.823Z Checking anstyle-query v1.1.5
20332026-08-19T00:49:47.864Z Checking tracing v0.1.44
20342026-08-19T00:49:47.905Z Checking is_terminal_polyfill v1.70.2
20352026-08-19T00:49:47.908Z Checking terminal_size v0.4.3
20362026-08-19T00:49:47.978Z Checking const-oid v0.10.2
20372026-08-19T00:49:47.981Z Checking anstyle-parse v1.0.0
20382026-08-19T00:49:48.052Z Checking erased-serde v0.3.31
20392026-08-19T00:49:48.088Z Checking rand_chacha v0.9.0
20402026-08-19T00:49:48.125Z Checking ipnet v2.12.0
20412026-08-19T00:49:48.165Z Checking aho-corasick v1.1.4
20422026-08-19T00:49:48.168Z Checking crossbeam-utils v0.8.21
20432026-08-19T00:49:48.169Z Checking strsim v0.11.1
20442026-08-19T00:49:48.271Z Checking anstream v1.0.0
20452026-08-19T00:49:48.316Z Checking rand v0.9.2
20462026-08-19T00:49:48.409Z Checking clap_lex v1.0.0
20472026-08-19T00:49:48.449Z Checking unicode-ident v1.0.24
20482026-08-19T00:49:48.453Z Checking tokio-util v0.7.18
20492026-08-19T00:49:48.523Z Checking slog v2.8.2
20502026-08-19T00:49:48.526Z Checking allocator-api2 v0.2.21
20512026-08-19T00:49:48.598Z Checking powerfmt v0.2.0
20522026-08-19T00:49:48.602Z Checking proc-macro2 v1.0.106
20532026-08-19T00:49:48.602Z Checking clap_builder v4.6.0
20542026-08-19T00:49:48.778Z Checking deranged v0.5.8
20552026-08-19T00:49:48.818Z Checking digest v0.11.3
20562026-08-19T00:49:48.821Z Checking num_threads v0.1.7
20572026-08-19T00:49:48.892Z Checking regex-automata v0.4.14
20582026-08-19T00:49:48.897Z Checking time-core v0.1.8
20592026-08-19T00:49:48.973Z Checking cpufeatures v0.3.0
20602026-08-19T00:49:49.013Z Checking quote v1.0.45
20612026-08-19T00:49:49.050Z Checking num-conv v0.2.0
20622026-08-19T00:49:49.089Z Checking fastrand v2.3.0
20632026-08-19T00:49:49.126Z Checking httparse v1.10.1
20642026-08-19T00:49:49.130Z Checking anyhow v1.0.104
20652026-08-19T00:49:49.198Z Checking cpufeatures v0.2.17
20662026-08-19T00:49:49.243Z Checking syn v2.0.117
20672026-08-19T00:49:49.299Z Checking ipnetwork v0.21.1
20682026-08-19T00:49:49.336Z Checking tempfile v3.27.0
20692026-08-19T00:49:49.370Z Checking rustls-pki-types v1.14.0
20702026-08-19T00:49:49.408Z Checking aws-lc-sys v0.40.0
20712026-08-19T00:49:49.542Z Checking untrusted v0.7.1
20722026-08-19T00:49:49.580Z Checking http-body v1.0.1
20732026-08-19T00:49:49.690Z Checking atomic-waker v1.1.2
20742026-08-19T00:49:49.694Z Checking httpdate v1.0.3
20752026-08-19T00:49:49.760Z Checking time v0.3.47
20762026-08-19T00:49:49.764Z Checking try-lock v0.2.5
20772026-08-19T00:49:49.832Z Checking h2 v0.4.15
20782026-08-19T00:49:49.891Z Checking want v0.3.1
20792026-08-19T00:49:49.895Z Checking clap v4.6.1
20802026-08-19T00:49:49.966Z Checking hex v0.4.3
20812026-08-19T00:49:49.967Z Checking aws-lc-rs v1.16.3
20822026-08-19T00:49:50.045Z Checking simd-adler32 v0.3.8
20832026-08-19T00:49:50.049Z Checking ryu v1.0.23
20842026-08-19T00:49:50.216Z Checking untrusted v0.9.0
20852026-08-19T00:49:50.256Z Checking tower-layer v0.3.3
20862026-08-19T00:49:50.259Z Checking tower-service v0.3.3
20872026-08-19T00:49:50.357Z Checking spin v0.9.8
20882026-08-19T00:49:50.411Z Checking adler2 v2.0.1
20892026-08-19T00:49:50.456Z Checking unicode-width v0.2.0
20902026-08-19T00:49:50.553Z Checking miniz_oxide v0.8.9
20912026-08-19T00:49:50.592Z Checking pem-rfc7468 v0.7.0
20922026-08-19T00:49:50.728Z Checking mime v0.3.17
20932026-08-19T00:49:50.733Z Checking flagset v0.4.7
20942026-08-19T00:49:50.823Z Checking block-padding v0.4.2
20952026-08-19T00:49:50.861Z Checking rustls-webpki v0.103.13
20962026-08-19T00:49:50.938Z Checking der v0.7.10
20972026-08-19T00:49:50.942Z Checking pretty-hex v0.4.1
20982026-08-19T00:49:51.013Z Checking http-body-util v0.1.3
20992026-08-19T00:49:51.016Z Checking inout v0.2.2
21002026-08-19T00:49:51.016Z Checking oxnet v0.1.6
21012026-08-19T00:49:51.124Z Checking camino v1.2.5
21022026-08-19T00:49:51.229Z Checking plain v0.2.3
21032026-08-19T00:49:51.273Z Checking openssl-probe v0.2.1
21042026-08-19T00:49:51.311Z Checking rustls v0.23.41
21052026-08-19T00:49:51.365Z Checking ucd-trie v0.1.7
21062026-08-19T00:49:51.369Z Checking cipher v0.5.2
21072026-08-19T00:49:51.452Z Checking regex v1.12.3
21082026-08-19T00:49:51.488Z Checking serde_urlencoded v0.7.1
21092026-08-19T00:49:51.526Z Checking rand_chacha v0.3.1
21102026-08-19T00:49:51.565Z Checking pest v2.8.6
21112026-08-19T00:49:51.692Z Checking encoding_rs v0.8.35
21122026-08-19T00:49:51.732Z Checking futures-executor v0.3.32
21132026-08-19T00:49:51.735Z Checking spki v0.7.3
21142026-08-19T00:49:51.805Z Checking rand v0.8.6
21152026-08-19T00:49:51.809Z Checking crc32fast v1.5.0
21162026-08-19T00:49:51.915Z Checking futures v0.3.32
21172026-08-19T00:49:51.971Z Checking either v1.15.0
21182026-08-19T00:49:52.016Z Checking sync_wrapper v1.0.2
21192026-08-19T00:49:52.054Z Checking pkcs8 v0.10.2
21202026-08-19T00:49:52.169Z Checking tower v0.5.3
21212026-08-19T00:49:52.192Z Checking foldhash v0.2.0
21222026-08-19T00:49:52.245Z Checking iri-string v0.7.10
21232026-08-19T00:49:52.363Z Checking openapiv3 v2.2.0
21242026-08-19T00:49:52.403Z Checking hashbrown v0.16.1
21252026-08-19T00:49:52.566Z Checking zlib-rs v0.6.2
21262026-08-19T00:49:52.659Z Checking bit-vec v0.8.0
21272026-08-19T00:49:52.688Z Checking static_assertions v1.1.0
21282026-08-19T00:49:52.724Z Checking hyper v1.10.1
21292026-08-19T00:49:52.787Z Checking sha2 v0.10.9
21302026-08-19T00:49:52.877Z Checking bit-set v0.8.0
21312026-08-19T00:49:52.928Z Checking wait-timeout v0.2.1
21322026-08-19T00:49:53.056Z Checking rustls-native-certs v0.8.3
21332026-08-19T00:49:53.096Z Checking lazy_static v1.5.0
21342026-08-19T00:49:53.099Z Checking hubpack v0.1.2
21352026-08-19T00:49:53.218Z Checking tinyvec_macros v0.1.1
21362026-08-19T00:49:53.257Z Checking psl-types v2.0.11
21372026-08-19T00:49:53.292Z Checking tower-http v0.6.8
21382026-08-19T00:49:53.329Z Checking quick-error v1.2.3
21392026-08-19T00:49:53.332Z Checking tinyvec v1.10.0
21402026-08-19T00:49:53.401Z Checking publicsuffix v2.3.0
21412026-08-19T00:49:53.462Z Checking rusty-fork v0.3.1
21422026-08-19T00:49:53.467Z Checking flate2 v1.1.9
21432026-08-19T00:49:53.592Z Checking cookie v0.18.1
21442026-08-19T00:49:53.632Z Checking rand_xorshift v0.4.0
21452026-08-19T00:49:53.635Z Checking tokio-rustls v0.26.4
21462026-08-19T00:49:53.706Z Checking unarray v0.1.4
21472026-08-19T00:49:53.716Z Checking hyper-util v0.1.20
21482026-08-19T00:49:53.717Z Checking rustls-platform-verifier v0.6.2
21492026-08-19T00:49:53.741Z Checking signature v2.2.0
21502026-08-19T00:49:53.846Z Checking num-integer v0.1.46
21512026-08-19T00:49:53.850Z Checking proptest v1.11.0
21522026-08-19T00:49:53.880Z Checking cookie_store v0.22.1
21532026-08-19T00:49:53.883Z Checking strum v0.26.3
21542026-08-19T00:49:53.986Z Checking scroll v0.13.0
21552026-08-19T00:49:53.989Z Checking ahash v0.8.12
21562026-08-19T00:49:53.989Z Checking memmap2 v0.9.10
21572026-08-19T00:49:54.092Z Checking unicode-width v0.1.14
21582026-08-19T00:49:54.095Z Checking dtrace-parser v0.3.0
21592026-08-19T00:49:54.239Z Checking goblin v0.10.5
21602026-08-19T00:49:54.247Z Checking serde_spanned v0.6.9
21612026-08-19T00:49:54.312Z Checking toml_datetime v0.6.11
21622026-08-19T00:49:54.315Z Checking thread-id v5.1.0
21632026-08-19T00:49:54.383Z Checking data-encoding v2.10.0
21642026-08-19T00:49:54.422Z Checking bstr v1.12.1
21652026-08-19T00:49:54.459Z Checking hmac v0.12.1
21662026-08-19T00:49:54.462Z Checking base64 v0.21.7
21672026-08-19T00:49:54.531Z Checking x509-cert v0.2.5
21682026-08-19T00:49:54.628Z Checking crossbeam-epoch v0.9.18
21692026-08-19T00:49:54.683Z Checking memoffset v0.9.1
21702026-08-19T00:49:54.761Z Checking num-iter v0.1.45
21712026-08-19T00:49:54.799Z Checking scroll v0.12.0
21722026-08-19T00:49:54.845Z Checking zerocopy v0.7.35
21732026-08-19T00:49:54.886Z Checking rustix v0.38.44
21742026-08-19T00:49:54.923Z Checking env_filter v2.0.0
21752026-08-19T00:49:54.997Z Checking hyper-rustls v0.27.7
21762026-08-19T00:49:55.056Z Checking goblin v0.8.2
21772026-08-19T00:49:55.096Z Checking smawk v0.3.2
21782026-08-19T00:49:55.204Z Checking unicode-linebreak v0.1.5
21792026-08-19T00:49:55.243Z Checking reqwest v0.13.2
21802026-08-19T00:49:55.280Z Checking tap v1.0.1
21812026-08-19T00:49:55.365Z Checking unicode-segmentation v1.12.0
21822026-08-19T00:49:55.418Z Checking wyz v0.5.1
21832026-08-19T00:49:55.457Z Checking env_logger v0.11.11
21842026-08-19T00:49:55.626Z Checking num-bigint-dig v0.8.6
21852026-08-19T00:49:55.677Z Checking nix v0.31.2
21862026-08-19T00:49:55.716Z Checking dtrace-parser v0.2.0
21872026-08-19T00:49:55.720Z Checking pkcs1 v0.7.5
21882026-08-19T00:49:55.789Z Checking newtype-uuid v1.3.2
21892026-08-19T00:49:55.986Z Checking ff v0.13.1
21902026-08-19T00:49:55.989Z Checking radium v0.7.0
21912026-08-19T00:49:56.061Z Checking daft v0.1.7
21922026-08-19T00:49:56.113Z Checking thread-id v4.2.2
21932026-08-19T00:49:56.152Z Checking base16ct v0.2.0
21942026-08-19T00:49:56.225Z Checking winnow v1.0.3
21952026-08-19T00:49:56.229Z Checking crc-catalog v2.4.0
21962026-08-19T00:49:56.308Z Checking same-file v1.0.6
21972026-08-19T00:49:56.346Z Checking funty v2.0.0
21982026-08-19T00:49:56.385Z Checking crc v3.4.0
21992026-08-19T00:49:56.455Z Checking rsa v0.9.10
22002026-08-19T00:49:56.494Z Checking walkdir v2.5.0
22012026-08-19T00:49:56.591Z Checking sec1 v0.7.3
22022026-08-19T00:49:56.594Z Checking dof v0.4.0
22032026-08-19T00:49:56.685Z Checking group v0.13.0
22042026-08-19T00:49:56.724Z Checking bitvec v1.0.1
22052026-08-19T00:49:56.838Z Checking hkdf v0.12.4
22062026-08-19T00:49:56.875Z Checking unicode-normalization v0.1.25
22072026-08-19T00:49:56.933Z Checking crypto-bigint v0.5.5
22082026-08-19T00:49:56.972Z Checking zerocopy v0.6.6
22092026-08-19T00:49:57.009Z Checking maybe-uninit v2.0.0
22102026-08-19T00:49:57.012Z Checking dof v0.3.0
22112026-08-19T00:49:57.121Z Checking is_ci v1.2.0
22122026-08-19T00:49:57.159Z Checking gimli v0.32.3
22132026-08-19T00:49:57.251Z Checking foldhash v0.1.5
22142026-08-19T00:49:57.289Z Checking usdt-impl v0.6.0
22152026-08-19T00:49:57.325Z Checking foreign-types-shared v0.1.1
22162026-08-19T00:49:57.328Z Checking usdt-impl v0.5.0
22172026-08-19T00:49:57.328Z Checking winnow v0.5.40
22182026-08-19T00:49:57.430Z Checking nodrop v0.1.14
22192026-08-19T00:49:57.468Z Checking foreign-types v0.3.2
22202026-08-19T00:49:57.548Z Checking array-init v0.0.4
22212026-08-19T00:49:57.587Z Checking hashbrown v0.15.5
22222026-08-19T00:49:57.624Z Checking usdt v0.6.0
22232026-08-19T00:49:57.673Z Checking smallvec v0.6.14
22242026-08-19T00:49:57.824Z Checking serde_with v3.21.0
22252026-08-19T00:49:57.876Z Checking bitfield v0.19.4
22262026-08-19T00:49:57.917Z Checking bzip2-sys v0.1.13+1.0.8
22272026-08-19T00:49:57.919Z Checking elliptic-curve v0.13.8
22282026-08-19T00:49:58.033Z Checking openssl-sys v0.9.117
22292026-08-19T00:49:58.072Z Checking packed_struct v0.10.1
22302026-08-19T00:49:58.110Z Checking object v0.37.3
22312026-08-19T00:49:58.172Z Checking bitflags v1.3.2
22322026-08-19T00:49:58.279Z Checking siphasher v1.0.2
22332026-08-19T00:49:58.318Z Checking keccak v0.1.6
22342026-08-19T00:49:58.437Z Checking hashbrown v0.12.3
22352026-08-19T00:49:58.476Z Checking rustc-demangle v0.1.27
22362026-08-19T00:49:58.519Z Checking sha3 v0.10.8
22372026-08-19T00:49:58.558Z Checking toml_edit v0.19.15
22382026-08-19T00:49:58.726Z Checking openssl v0.10.80
22392026-08-19T00:49:58.729Z Checking addr2line v0.25.1
22402026-08-19T00:49:58.848Z Checking bzip2 v0.4.4
22412026-08-19T00:49:58.867Z Checking indexmap v1.9.3
22422026-08-19T00:49:58.988Z Checking serde-hex v0.1.0
22432026-08-19T00:49:59.026Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22442026-08-19T00:49:59.179Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22452026-08-19T00:49:59.219Z Checking toml_parser v1.1.2+spec-1.1.0
22462026-08-19T00:49:59.222Z Checking ron v0.8.1
22472026-08-19T00:49:59.346Z Checking hashbrown v0.13.2
22482026-08-19T00:49:59.602Z Checking toml v0.7.8
22492026-08-19T00:49:59.646Z Checking itertools v0.15.0
22502026-08-19T00:49:59.756Z Checking itertools v0.13.0
22512026-08-19T00:49:59.794Z Checking signal-hook v0.3.18
22522026-08-19T00:49:59.956Z Checking managed v0.8.0
22532026-08-19T00:50:00.016Z Checking crc-any v2.5.0
22542026-08-19T00:50:00.176Z Checking object v0.30.4
22552026-08-19T00:50:00.225Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22562026-08-19T00:50:00.413Z Checking backtrace v0.3.76
22572026-08-19T00:50:00.451Z Checking zip v0.6.6
22582026-08-19T00:50:00.500Z Checking globset v0.4.18
22592026-08-19T00:50:00.739Z Checking backtrace-ext v0.2.1
22602026-08-19T00:50:00.785Z Checking chacha20 v0.10.0
22612026-08-19T00:50:00.788Z Checking curve25519-dalek v4.1.3
22622026-08-19T00:50:00.858Z Checking winnow v0.7.14
22632026-08-19T00:50:00.861Z Checking path-slash v0.1.5
22642026-08-19T00:50:00.861Z Checking toml_write v0.1.2
22652026-08-19T00:50:00.963Z Checking native-tls v0.2.18
22662026-08-19T00:50:01.023Z Checking signal-hook-mio v0.2.5
22672026-08-19T00:50:01.069Z Checking textwrap v0.16.2
22682026-08-19T00:50:01.123Z Checking ed25519 v2.2.3
22692026-08-19T00:50:01.163Z Checking ref-cast v1.0.25
22702026-08-19T00:50:01.199Z Checking pin-project v1.1.11
22712026-08-19T00:50:01.292Z Checking jiff-core v0.1.0
22722026-08-19T00:50:01.332Z Checking tokio-native-tls v0.3.1
22732026-08-19T00:50:01.335Z Checking pem v3.0.6
22742026-08-19T00:50:01.403Z Checking zstd-sys v2.0.16+zstd.1.5.7
22752026-08-19T00:50:01.540Z Checking owo-colors v4.3.0
22762026-08-19T00:50:01.578Z Checking fixedbitset v0.5.7
22772026-08-19T00:50:01.581Z Checking zstd-safe v7.2.4
22782026-08-19T00:50:01.648Z Checking ed25519-dalek v2.2.0
22792026-08-19T00:50:01.808Z Checking petgraph v0.8.3
22802026-08-19T00:50:01.845Z Checking hyper-tls v0.6.0
22812026-08-19T00:50:01.923Z Checking snafu v0.8.9
22822026-08-19T00:50:02.030Z Checking jiff v0.2.34
22832026-08-19T00:50:02.067Z Checking crossterm v0.28.1
22842026-08-19T00:50:02.109Z Checking toml_edit v0.22.27
22852026-08-19T00:50:02.149Z Checking supports-color v3.0.2
22862026-08-19T00:50:02.192Z Checking similar v2.7.0
22872026-08-19T00:50:02.231Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22882026-08-19T00:50:02.301Z Checking fs-err v3.3.0
22892026-08-19T00:50:02.340Z Checking hash32 v0.2.1
22902026-08-19T00:50:02.526Z Checking serde_plain v1.0.2
22912026-08-19T00:50:02.605Z Checking serde-big-array v0.5.1
22922026-08-19T00:50:02.643Z Checking predicates-core v1.0.10
22932026-08-19T00:50:02.707Z Checking typed-path v0.9.3
22942026-08-19T00:50:02.774Z Checking unicode-properties v0.1.4
22952026-08-19T00:50:02.815Z Checking libbz2-rs-sys v0.2.2
22962026-08-19T00:50:02.818Z Checking bumpalo v3.20.2
22972026-08-19T00:50:02.996Z Checking unicode-bidi v0.3.18
22982026-08-19T00:50:03.080Z Checking zopfli v0.8.3
22992026-08-19T00:50:03.208Z Checking heapless v0.7.17
23002026-08-19T00:50:03.247Z Checking bzip2 v0.6.1
23012026-08-19T00:50:03.250Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23022026-08-19T00:50:03.320Z Checking stringprep v0.1.5
23032026-08-19T00:50:03.419Z Checking reqwest v0.12.28
23042026-08-19T00:50:03.458Z Checking zstd v0.13.3
23052026-08-19T00:50:03.463Z Checking hickory-proto v0.25.2
23062026-08-19T00:50:03.530Z Checking byte-wrapper v0.1.0
23072026-08-19T00:50:03.533Z Checking md-5 v0.10.6
23082026-08-19T00:50:03.638Z Checking float-cmp v0.10.0
23092026-08-19T00:50:03.678Z Checking supports-unicode v3.0.0
23102026-08-19T00:50:03.716Z Checking normalize-line-endings v0.3.0
23112026-08-19T00:50:03.753Z Checking supports-hyperlinks v3.2.0
23122026-08-19T00:50:03.789Z Checking fallible-iterator v0.2.0
23132026-08-19T00:50:03.827Z Checking difflib v0.4.0
23142026-08-19T00:50:03.830Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23152026-08-19T00:50:03.865Z Checking smoltcp v0.9.1
23162026-08-19T00:50:03.934Z Checking miette v7.6.0
23172026-08-19T00:50:03.972Z Checking zip v4.6.1
23182026-08-19T00:50:04.072Z Checking predicates v3.1.4
23192026-08-19T00:50:04.110Z Checking postgres-protocol v0.6.10
23202026-08-19T00:50:04.206Z Checking iddqd v0.4.2
23212026-08-19T00:50:04.400Z Checking phf_shared v0.11.3
23222026-08-19T00:50:04.448Z Checking phf_shared v0.13.1
23232026-08-19T00:50:04.494Z Checking olpc-cjson v0.1.4
23242026-08-19T00:50:04.498Z Checking tokio-stream v0.1.18
23252026-08-19T00:50:04.568Z Checking strum v0.27.2
23262026-08-19T00:50:04.610Z Checking lalrpop-util v0.19.12
23272026-08-19T00:50:04.613Z Checking fixedbitset v0.4.2
23282026-08-19T00:50:04.683Z Checking precomputed-hash v0.1.1
23292026-08-19T00:50:04.686Z Checking new_debug_unreachable v1.0.6
23302026-08-19T00:50:04.755Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23312026-08-19T00:50:04.799Z Checking tough v0.22.0
23322026-08-19T00:50:04.803Z Checking phf v0.13.1
23332026-08-19T00:50:04.874Z Checking string_cache v0.8.9
23342026-08-19T00:50:04.879Z Checking petgraph v0.6.5
23352026-08-19T00:50:04.947Z Checking postgres-types v0.2.12
23362026-08-19T00:50:04.985Z Checking buf-list v1.1.2
23372026-08-19T00:50:05.074Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23382026-08-19T00:50:05.153Z Checking peg-runtime v0.8.5
23392026-08-19T00:50:05.206Z Checking whoami v2.1.0
23402026-08-19T00:50:05.332Z Checking is-terminal v0.4.17
23412026-08-19T00:50:05.374Z Checking crossbeam-channel v0.5.15
23422026-08-19T00:50:05.416Z Checking thread_local v1.1.9
23432026-08-19T00:50:05.456Z Checking tokio-postgres v0.7.16
23442026-08-19T00:50:05.460Z Checking term v1.2.1
23452026-08-19T00:50:05.621Z Checking take_mut v0.2.2
23462026-08-19T00:50:05.738Z Compiling newtype-uuid-macros v0.1.0
23472026-08-19T00:50:05.777Z Checking slog-async v2.8.0
23482026-08-19T00:50:05.780Z Checking slog-term v2.9.2
23492026-08-19T00:50:05.989Z Checking match_cfg v0.1.0
23502026-08-19T00:50:06.093Z Checking hostname v0.3.1
23512026-08-19T00:50:06.132Z Checking slog-json v2.6.1
23522026-08-19T00:50:06.187Z Compiling multer v3.1.0
23532026-08-19T00:50:06.225Z Compiling async-stream-impl v0.3.6
23542026-08-19T00:50:06.302Z Compiling dropshot v0.17.1
23552026-08-19T00:50:06.340Z Checking slog-bunyan v2.5.0
23562026-08-19T00:50:06.481Z Checking debug-ignore v1.0.5
23572026-08-19T00:50:06.520Z Compiling dropshot_endpoint v0.17.1
23582026-08-19T00:50:06.559Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23592026-08-19T00:50:06.632Z Checking serde_path_to_error v0.1.20
23602026-08-19T00:50:06.678Z Checking progenitor-client v0.14.0
23612026-08-19T00:50:06.787Z Checking sha1 v0.11.0
23622026-08-19T00:50:06.862Z Checking toml_datetime v1.1.1+spec-1.1.0
23632026-08-19T00:50:06.913Z Checking serde_spanned v1.1.1
23642026-08-19T00:50:06.951Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23652026-08-19T00:50:06.955Z Checking toml_writer v1.1.1+spec-1.1.0
23662026-08-19T00:50:07.023Z Checking compression-core v0.4.31
23672026-08-19T00:50:07.062Z Checking async-stream v0.3.6
23682026-08-19T00:50:07.136Z Checking waitgroup v0.1.2
23692026-08-19T00:50:07.214Z Checking toml v1.1.2+spec-1.1.0
23702026-08-19T00:50:07.218Z Checking compression-codecs v0.4.37
23712026-08-19T00:50:07.280Z Checking rustls-pemfile v2.2.0
23722026-08-19T00:50:07.283Z Checking hostname v0.4.2
23732026-08-19T00:50:07.356Z Checking atomicwrites v0.4.4
23742026-08-19T00:50:07.398Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23752026-08-19T00:50:07.436Z Compiling parse-display-derive v0.10.0
23762026-08-19T00:50:07.474Z Checking async-compression v0.4.41
23772026-08-19T00:50:07.478Z Checking macaddr v1.0.1
23782026-08-19T00:50:07.507Z Checking regress v0.10.5
23792026-08-19T00:50:07.580Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23802026-08-19T00:50:07.583Z Checking instant v0.1.13
23812026-08-19T00:50:07.716Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-08-19T00:50:07.756Z Checking itertools v0.14.0
23832026-08-19T00:50:07.759Z Checking backoff v0.4.0
23842026-08-19T00:50:07.831Z Checking backon v1.6.0
23852026-08-19T00:50:07.978Z Checking humantime v2.3.0
23862026-08-19T00:50:08.018Z Compiling convert_case v0.4.0
23872026-08-19T00:50:08.057Z Checking half v2.7.1
23882026-08-19T00:50:08.060Z Checking progenitor-extras v0.2.0
23892026-08-19T00:50:08.193Z Checking ciborium-io v0.2.2
23902026-08-19T00:50:08.318Z Checking heck v0.5.0
23912026-08-19T00:50:08.357Z Checking ciborium-ll v0.2.2
23922026-08-19T00:50:08.360Z Checking secrecy v0.10.3
23932026-08-19T00:50:08.429Z Compiling derive_more v0.99.20
23942026-08-19T00:50:08.472Z Checking camino-tempfile v1.4.1
23952026-08-19T00:50:08.548Z Checking indent_write v2.2.0
23962026-08-19T00:50:08.587Z Checking ciborium v0.2.2
23972026-08-19T00:50:08.663Z Compiling crucible-workspace-hack v0.1.0
23982026-08-19T00:50:08.711Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23992026-08-19T00:50:08.852Z Compiling regress v0.11.1
24002026-08-19T00:50:08.989Z Checking inout v0.1.4
24012026-08-19T00:50:09.038Z Checking universal-hash v0.5.1
24022026-08-19T00:50:09.041Z Compiling thiserror-impl-no-std v2.0.2
24032026-08-19T00:50:09.111Z Checking opaque-debug v0.3.1
24042026-08-19T00:50:09.148Z Checking parse-display v0.10.0
24052026-08-19T00:50:09.184Z Checking cipher v0.4.4
24062026-08-19T00:50:09.219Z Checking blake2 v0.10.6
24072026-08-19T00:50:09.223Z Checking poly1305 v0.8.0
24082026-08-19T00:50:09.322Z Checking aead v0.5.2
24092026-08-19T00:50:09.414Z Checking chacha20 v0.9.1
24102026-08-19T00:50:09.492Z Checking password-hash v0.5.0
24112026-08-19T00:50:09.530Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24122026-08-19T00:50:09.565Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24132026-08-19T00:50:09.647Z Checking chacha20poly1305 v0.10.1
24142026-08-19T00:50:09.747Z Checking argon2 v0.5.3
24152026-08-19T00:50:09.883Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24162026-08-19T00:50:09.960Z Compiling unsafe-libyaml v0.2.11
24172026-08-19T00:50:10.126Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24182026-08-19T00:50:10.163Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24192026-08-19T00:50:10.267Z Checking thiserror-no-std v2.0.2
24202026-08-19T00:50:10.306Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24212026-08-19T00:50:10.378Z Checking swrite v0.1.0
24222026-08-19T00:50:10.417Z Compiling typify-impl v0.6.2
24232026-08-19T00:50:10.501Z Checking vsss-rs v3.3.4
24242026-08-19T00:50:10.738Z Compiling serde_yaml v0.9.34+deprecated
24252026-08-19T00:50:11.029Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24262026-08-19T00:50:11.654Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24272026-08-19T00:50:11.835Z Checking crossbeam-deque v0.8.6
24282026-08-19T00:50:11.902Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24292026-08-19T00:50:12.034Z Compiling rayon-core v1.13.0
24302026-08-19T00:50:12.072Z Compiling num-derive v0.4.2
24312026-08-19T00:50:12.121Z Compiling toml_datetime v0.7.5+spec-1.1.0
24322026-08-19T00:50:12.288Z Compiling proc-macro-error v1.0.4
24332026-08-19T00:50:12.403Z Compiling toml_edit v0.23.10+spec-1.0.0
24342026-08-19T00:50:12.566Z Checking tabwriter v1.4.1
24352026-08-19T00:50:12.636Z Checking glob v0.3.3
24362026-08-19T00:50:12.704Z Checking rayon v1.11.0
24372026-08-19T00:50:12.744Z Compiling heapless v0.8.0
24382026-08-19T00:50:12.853Z Checking hash32 v0.3.1
24392026-08-19T00:50:12.892Z Compiling ingot-macros v0.2.0
24402026-08-19T00:50:13.014Z Compiling proc-macro-crate v3.4.0
24412026-08-19T00:50:13.052Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24422026-08-19T00:50:13.286Z Compiling smoltcp v0.11.0
24432026-08-19T00:50:13.324Z Checking colored v3.1.1
24442026-08-19T00:50:13.593Z Compiling num_enum_derive v0.7.6
24452026-08-19T00:50:13.640Z Checking toml v0.8.23
24462026-08-19T00:50:13.724Z Checking cobs v0.3.0
24472026-08-19T00:50:13.899Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24482026-08-19T00:50:13.937Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24492026-08-19T00:50:13.940Z Checking postcard v1.1.3
24502026-08-19T00:50:14.164Z Checking rand v0.10.1
24512026-08-19T00:50:14.201Z Compiling proc-macro-crate v1.3.1
24522026-08-19T00:50:14.266Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24532026-08-19T00:50:14.504Z Checking sigpipe v0.1.3
24542026-08-19T00:50:14.617Z Compiling foreign-types-macros v0.2.3
24552026-08-19T00:50:14.654Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24562026-08-19T00:50:14.658Z Checking num_enum v0.7.6
24572026-08-19T00:50:14.725Z Checking foreign-types-shared v0.3.1
24582026-08-19T00:50:14.807Z Compiling num_enum_derive v0.5.11
24592026-08-19T00:50:14.953Z Compiling typify-macro v0.6.2
24602026-08-19T00:50:14.991Z Compiling usdt-attr-macro v0.5.0
24612026-08-19T00:50:15.138Z Compiling usdt-macro v0.5.0
24622026-08-19T00:50:15.201Z Checking cstr-argument v0.1.2
24632026-08-19T00:50:15.238Z Checking foreign-types v0.5.0
24642026-08-19T00:50:15.347Z Checking memmap v0.7.0
24652026-08-19T00:50:15.385Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24662026-08-19T00:50:15.515Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24672026-08-19T00:50:15.735Z Checking ingot-types v0.2.0
24682026-08-19T00:50:15.842Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24692026-08-19T00:50:15.880Z Checking num_enum v0.5.11
24702026-08-19T00:50:15.884Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24712026-08-19T00:50:15.951Z Checking usdt v0.5.0
24722026-08-19T00:50:15.994Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24732026-08-19T00:50:16.030Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24742026-08-19T00:50:16.065Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24752026-08-19T00:50:16.136Z Checking ingot v0.2.1
24762026-08-19T00:50:16.173Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24772026-08-19T00:50:16.209Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24782026-08-19T00:50:16.212Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24792026-08-19T00:50:16.285Z Compiling zone_cfg_derive v0.3.1
24802026-08-19T00:50:16.355Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24812026-08-19T00:50:16.412Z Checking itertools v0.12.1
24822026-08-19T00:50:16.579Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24832026-08-19T00:50:16.750Z Compiling typify v0.6.2
24842026-08-19T00:50:16.880Z Compiling progenitor-impl v0.14.0
24852026-08-19T00:50:16.918Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24862026-08-19T00:50:17.060Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24872026-08-19T00:50:17.103Z Checking smf v0.2.3
24882026-08-19T00:50:17.226Z Checking whoami v1.6.1
24892026-08-19T00:50:17.311Z Compiling derive-where v1.6.0
24902026-08-19T00:50:17.371Z Checking tokio-dtrace v0.1.1
24912026-08-19T00:50:17.432Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24922026-08-19T00:50:17.498Z Checking zone v0.3.1
24932026-08-19T00:50:17.597Z Checking oxide-tokio-rt v0.1.4
24942026-08-19T00:50:17.810Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24952026-08-19T00:50:17.854Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24962026-08-19T00:50:17.891Z Checking console v0.15.11
24972026-08-19T00:50:17.932Z Checking newline-converter v0.3.0
24982026-08-19T00:50:17.987Z Checking bytecount v0.6.9
24992026-08-19T00:50:18.075Z Checking num-rational v0.4.2
25002026-08-19T00:50:18.126Z Checking num-complex v0.4.6
25012026-08-19T00:50:18.201Z Checking expectorate v1.2.0
25022026-08-19T00:50:18.366Z Compiling cancel-safe-futures v0.1.5
25032026-08-19T00:50:18.404Z Checking float-ord v0.3.2
25042026-08-19T00:50:18.495Z Checking num v0.4.3
25052026-08-19T00:50:18.541Z Checking linear-map v1.2.0
25062026-08-19T00:50:18.602Z Checking gethostname v0.5.0
25072026-08-19T00:50:18.675Z Checking oxide-update-engine-types v0.1.2
25082026-08-19T00:50:18.748Z Compiling prettyplease v0.2.37
25092026-08-19T00:50:18.751Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25102026-08-19T00:50:19.053Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25112026-08-19T00:50:19.090Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25122026-08-19T00:50:19.234Z Checking resolv-conf v0.7.6
25132026-08-19T00:50:19.305Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-08-19T00:50:19.344Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25152026-08-19T00:50:19.453Z Checking papergrid v0.11.0
25162026-08-19T00:50:19.506Z Compiling progenitor-macro v0.14.0
25172026-08-19T00:50:19.548Z Compiling tabled_derive v0.7.0
25182026-08-19T00:50:19.590Z Checking oxide-update-engine v0.1.2
25192026-08-19T00:50:20.041Z Compiling convert_case v0.10.0
25202026-08-19T00:50:20.094Z Compiling slog-dtrace v0.3.0
25212026-08-19T00:50:20.177Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25222026-08-19T00:50:20.381Z Compiling derive_more-impl v2.1.1
25232026-08-19T00:50:20.420Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25242026-08-19T00:50:20.533Z Checking tabled v0.15.0
25252026-08-19T00:50:20.888Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25262026-08-19T00:50:21.178Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25272026-08-19T00:50:21.216Z Checking derive_more v2.1.1
25282026-08-19T00:50:21.325Z Checking crossterm v0.29.0
25292026-08-19T00:50:21.627Z Checking linked-hash-map v0.5.6
25302026-08-19T00:50:21.867Z Checking lru-cache v0.1.2
25312026-08-19T00:50:22.103Z Checking hickory-proto v0.24.4
25322026-08-19T00:50:22.141Z Checking fd-lock v4.0.4
25332026-08-19T00:50:22.678Z Checking vte v0.14.1
25342026-08-19T00:50:23.072Z Checking strip-ansi-escapes v0.2.1
25352026-08-19T00:50:23.540Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-08-19T00:50:23.576Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25372026-08-19T00:50:24.451Z Checking nu-ansi-term v0.50.3
25382026-08-19T00:50:24.504Z Checking progenitor v0.14.0
25392026-08-19T00:50:24.612Z Checking termtree v0.5.1
25402026-08-19T00:50:24.679Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25412026-08-19T00:50:24.716Z Checking reedline v0.40.0
25422026-08-19T00:50:24.780Z Checking hickory-resolver v0.24.4
25432026-08-19T00:50:25.046Z Compiling minimal-lexical v0.2.1
25442026-08-19T00:50:25.332Z Compiling nom v7.1.3
25452026-08-19T00:50:25.581Z Checking qorb v0.4.1
25462026-08-19T00:50:25.893Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25472026-08-19T00:50:25.980Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25482026-08-19T00:50:26.267Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25492026-08-19T00:50:26.615Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25502026-08-19T00:50:26.730Z Compiling unicode-xid v0.2.6
25512026-08-19T00:50:26.840Z Checking display-error-chain v0.2.2
25522026-08-19T00:50:26.894Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25532026-08-19T00:50:27.082Z Compiling ar_archive_writer v0.5.1
25542026-08-19T00:50:27.121Z Checking csv-core v0.1.13
25552026-08-19T00:50:27.199Z Compiling stacker v0.1.23
25562026-08-19T00:50:27.338Z Checking csv v1.4.0
25572026-08-19T00:50:27.497Z Compiling cfg_aliases v0.1.1
25582026-08-19T00:50:27.554Z Checking highway v1.3.0
25592026-08-19T00:50:27.609Z Compiling semver v0.1.20
25602026-08-19T00:50:27.650Z Compiling nix v0.28.0
25612026-08-19T00:50:27.787Z Checking nibble_vec v0.1.0
25622026-08-19T00:50:27.824Z Checking endian-type v0.1.2
25632026-08-19T00:50:27.925Z Compiling rustc_version v0.1.7
25642026-08-19T00:50:27.962Z Compiling psm v0.1.30
25652026-08-19T00:50:27.966Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25662026-08-19T00:50:28.032Z Checking radix_trie v0.2.1
25672026-08-19T00:50:28.105Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25682026-08-19T00:50:28.153Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25692026-08-19T00:50:28.188Z Compiling newtype_derive v0.1.6
25702026-08-19T00:50:28.278Z Checking phf_shared v0.12.1
25712026-08-19T00:50:28.410Z Compiling recursive-proc-macro-impl v0.1.1
25722026-08-19T00:50:28.455Z Compiling chrono-tz v0.10.4
25732026-08-19T00:50:28.613Z Checking phf v0.12.1
25742026-08-19T00:50:28.807Z Compiling const_format_proc_macros v0.2.34
25752026-08-19T00:50:28.810Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25762026-08-19T00:50:28.810Z Compiling peg-macros v0.8.5
25772026-08-19T00:50:28.912Z Checking winnow v0.6.26
25782026-08-19T00:50:28.914Z Checking recursive v0.1.1
25792026-08-19T00:50:28.914Z Compiling sqlparser_derive v0.5.0
25802026-08-19T00:50:29.353Z Checking unicode_categories v0.1.1
25812026-08-19T00:50:29.390Z Checking home v0.5.12
25822026-08-19T00:50:29.658Z Checking const_format v0.2.35
25832026-08-19T00:50:29.716Z Checking rustyline v14.0.0
25842026-08-19T00:50:29.752Z Checking sqlparser v0.61.0
25852026-08-19T00:50:30.027Z Checking bcs v0.1.6
25862026-08-19T00:50:30.076Z Checking sqlformat v0.3.5
25872026-08-19T00:50:30.271Z Checking peg v0.8.5
25882026-08-19T00:50:30.348Z Checking nom v8.0.0
25892026-08-19T00:50:30.440Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25902026-08-19T00:50:30.536Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25912026-08-19T00:50:30.672Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25922026-08-19T00:50:30.761Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25932026-08-19T00:50:30.864Z Checking steno v0.4.1
25942026-08-19T00:50:31.180Z Checking sha1 v0.10.6
25952026-08-19T00:50:31.389Z Checking filetime v0.2.27
25962026-08-19T00:50:31.431Z Checking xattr v1.6.1
25972026-08-19T00:50:31.603Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25982026-08-19T00:50:31.606Z Checking tar v0.4.46
25992026-08-19T00:50:31.849Z Checking subprocess v0.2.15
26002026-08-19T00:50:31.852Z Checking headers-core v0.3.0
26012026-08-19T00:50:31.922Z Checking yasna v0.5.2
26022026-08-19T00:50:32.019Z Checking port-file v0.1.0
26032026-08-19T00:50:32.056Z Checking headers v0.4.1
26042026-08-19T00:50:32.169Z Checking dropshot-api-manager-types v0.8.0
26052026-08-19T00:50:32.238Z Checking tagptr v0.2.0
26062026-08-19T00:50:32.338Z Checking rcgen v0.12.1
26072026-08-19T00:50:32.375Z Checking utf-8 v0.7.6
26082026-08-19T00:50:32.411Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26092026-08-19T00:50:32.541Z Checking moka v0.12.13
26102026-08-19T00:50:32.578Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26112026-08-19T00:50:32.735Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26122026-08-19T00:50:32.794Z Compiling libefi-sys v0.1.0
26132026-08-19T00:50:33.056Z Compiling bitfield-struct v0.6.2
26142026-08-19T00:50:33.225Z Checking hickory-resolver v0.25.2
26152026-08-19T00:50:33.381Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26162026-08-19T00:50:33.488Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26172026-08-19T00:50:33.526Z Checking tungstenite v0.21.0
26182026-08-19T00:50:33.676Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26192026-08-19T00:50:33.726Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26202026-08-19T00:50:33.941Z Compiling xshell-macros v0.2.7
26212026-08-19T00:50:33.984Z Checking tokio-tungstenite v0.21.0
26222026-08-19T00:50:34.020Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26232026-08-19T00:50:34.059Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26242026-08-19T00:50:34.088Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26252026-08-19T00:50:34.285Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26262026-08-19T00:50:34.320Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26272026-08-19T00:50:34.357Z Checking xshell v0.2.7
26282026-08-19T00:50:34.393Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26292026-08-19T00:50:34.512Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26302026-08-19T00:50:34.721Z Checking half v1.8.3
26312026-08-19T00:50:34.771Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26322026-08-19T00:50:34.949Z Checking serde_cbor v0.11.2
26332026-08-19T00:50:35.186Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26342026-08-19T00:50:35.224Z Checking libscf-sys v1.2.0
26352026-08-19T00:50:35.336Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26362026-08-19T00:50:35.372Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26372026-08-19T00:50:35.408Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26382026-08-19T00:50:35.440Z Checking papergrid v0.18.0
26392026-08-19T00:50:35.645Z Checking maplit v1.0.2
26402026-08-19T00:50:35.762Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26412026-08-19T00:50:35.927Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26422026-08-19T00:50:36.067Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26432026-08-19T00:50:36.155Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26442026-08-19T00:50:36.254Z Checking tabled v0.21.0
26452026-08-19T00:50:36.485Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26462026-08-19T00:50:36.565Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26472026-08-19T00:50:36.603Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26482026-08-19T00:50:36.706Z Checking crc8 v0.1.1
26492026-08-19T00:50:36.866Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26502026-08-19T00:50:36.912Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26512026-08-19T00:50:37.004Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26522026-08-19T00:50:37.143Z Checking unicase v2.9.0
26532026-08-19T00:50:37.227Z Checking fxhash v0.2.1
26542026-08-19T00:50:37.386Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26552026-08-19T00:50:37.513Z Checking sha2 v0.11.0
26562026-08-19T00:50:37.693Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26572026-08-19T00:50:37.897Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26582026-08-19T00:50:38.207Z Compiling darling_core v0.21.3
26592026-08-19T00:50:38.245Z Compiling vergen-lib v0.1.6
26602026-08-19T00:50:38.282Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26612026-08-19T00:50:38.398Z Compiling diesel_derives v2.3.7
26622026-08-19T00:50:38.512Z Checking scheduled-thread-pool v0.2.7
26632026-08-19T00:50:38.659Z Compiling vergen-gitcl v1.0.8
26642026-08-19T00:50:38.693Z Compiling diesel_table_macro_syntax v0.3.0
26652026-08-19T00:50:38.753Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26662026-08-19T00:50:38.926Z Checking r2d2 v0.8.10
26672026-08-19T00:50:39.128Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26682026-08-19T00:50:39.164Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-08-19T00:50:39.358Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26702026-08-19T00:50:39.553Z Checking downcast-rs v2.0.2
26712026-08-19T00:50:39.713Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-08-19T00:50:39.749Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26732026-08-19T00:50:40.090Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26742026-08-19T00:50:40.268Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26752026-08-19T00:50:40.304Z Checking kstat-rs v0.2.5
26762026-08-19T00:50:40.356Z Compiling proc-macro-error-attr2 v2.0.0
26772026-08-19T00:50:40.528Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26782026-08-19T00:50:40.741Z Compiling darling_macro v0.21.3
26792026-08-19T00:50:40.812Z Compiling proc-macro-error2 v2.0.1
26802026-08-19T00:50:40.895Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26812026-08-19T00:50:41.167Z Compiling knus-derive v3.4.0
26822026-08-19T00:50:41.208Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26832026-08-19T00:50:41.289Z Compiling darling v0.21.3
26842026-08-19T00:50:41.412Z Compiling dsl_auto_type v0.2.0
26852026-08-19T00:50:42.309Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26862026-08-19T00:50:42.641Z Compiling dirs-sys-next v0.1.2
26872026-08-19T00:50:42.680Z Compiling salty v0.3.0
26882026-08-19T00:50:42.680Z Compiling parking_lot_core v0.8.6
26892026-08-19T00:50:42.684Z Compiling crunchy v0.2.4
26902026-08-19T00:50:42.986Z Compiling dirs-next v2.0.0
26912026-08-19T00:50:43.057Z Compiling clang-sys v1.8.1
26922026-08-19T00:50:43.129Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26932026-08-19T00:50:43.163Z Compiling git-stub v1.0.0
26942026-08-19T00:50:43.197Z Compiling tiny-keccak v2.0.2
26952026-08-19T00:50:43.460Z Compiling git-stub-vcs v0.1.0
26962026-08-19T00:50:43.565Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26972026-08-19T00:50:43.646Z Compiling term v0.7.0
26982026-08-19T00:50:43.758Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26992026-08-19T00:50:43.876Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27002026-08-19T00:50:43.910Z Compiling bit-vec v0.6.3
27012026-08-19T00:50:44.014Z Compiling ascii-canvas v3.0.0
27022026-08-19T00:50:44.106Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27032026-08-19T00:50:44.163Z Compiling bit-set v0.5.3
27042026-08-19T00:50:44.220Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27052026-08-19T00:50:44.286Z Checking parking_lot v0.11.2
27062026-08-19T00:50:44.511Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27072026-08-19T00:50:44.547Z Checking rfc6979 v0.4.0
27082026-08-19T00:50:44.706Z Checking prefix-trie v0.7.0
27092026-08-19T00:50:44.709Z Compiling hashbrown v0.14.5
27102026-08-19T00:50:44.810Z Compiling itertools v0.10.5
27112026-08-19T00:50:44.945Z Compiling ena v0.14.4
27122026-08-19T00:50:45.068Z Compiling libloading v0.8.9
27132026-08-19T00:50:45.191Z Compiling regex-syntax v0.6.29
27142026-08-19T00:50:45.263Z Compiling bindgen v0.71.1
27152026-08-19T00:50:45.312Z Compiling diff v0.1.13
27162026-08-19T00:50:45.345Z Compiling chumsky v0.9.3
27172026-08-19T00:50:45.715Z Checking hickory-server v0.25.2
27182026-08-19T00:50:45.896Z Compiling ecdsa v0.16.9
27192026-08-19T00:50:46.627Z Compiling lalrpop v0.19.12
27202026-08-19T00:50:46.816Z Checking sled v0.34.7
27212026-08-19T00:50:47.014Z Compiling cexpr v0.6.0
27222026-08-19T00:50:47.051Z Checking primeorder v0.13.6
27232026-08-19T00:50:47.321Z Checking nanorand v0.7.0
27242026-08-19T00:50:47.410Z Checking diesel v2.3.7
27252026-08-19T00:50:47.556Z Compiling rustc-hash v2.1.1
27262026-08-19T00:50:47.650Z Compiling p384 v0.13.1
27272026-08-19T00:50:47.715Z Checking flume v0.11.1
27282026-08-19T00:50:48.074Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27292026-08-19T00:50:48.225Z Compiling knus v3.4.0
27302026-08-19T00:50:48.443Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27312026-08-19T00:50:48.710Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27322026-08-19T00:50:48.901Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27332026-08-19T00:50:49.160Z Compiling libxml v0.3.3
27342026-08-19T00:50:49.163Z Checking assert_matches v1.5.0
27352026-08-19T00:50:49.232Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27362026-08-19T00:50:49.349Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27372026-08-19T00:50:49.509Z Compiling strum_macros v0.24.3
27382026-08-19T00:50:49.544Z Compiling indoc v1.0.9
27392026-08-19T00:50:50.213Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27402026-08-19T00:50:50.437Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27412026-08-19T00:50:50.774Z Checking quick-xml v0.37.5
27422026-08-19T00:50:50.811Z Checking derive_builder v0.20.2
27432026-08-19T00:50:50.845Z Compiling oso-derive v0.27.3
27442026-08-19T00:50:50.954Z Compiling impl-trait-for-tuples v0.2.3
27452026-08-19T00:50:51.382Z Compiling trait-variant v0.1.2
27462026-08-19T00:50:51.707Z Checking openssl-probe v0.1.6
27472026-08-19T00:50:51.901Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27482026-08-19T00:50:51.950Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27492026-08-19T00:50:51.989Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27502026-08-19T00:50:52.577Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27512026-08-19T00:50:52.710Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27522026-08-19T00:50:52.809Z Checking corncobs v0.1.4
27532026-08-19T00:50:52.846Z Checking predicates-tree v1.0.13
27542026-08-19T00:50:52.985Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27552026-08-19T00:50:53.020Z Compiling progenitor-impl v0.13.0
27562026-08-19T00:50:53.056Z Checking secrecy v0.8.0
27572026-08-19T00:50:53.220Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27582026-08-19T00:50:53.795Z Checking progenitor-client v0.13.0
27592026-08-19T00:50:54.080Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27602026-08-19T00:50:54.114Z Checking anstyle-parse v0.2.7
27612026-08-19T00:50:54.215Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27622026-08-19T00:50:54.306Z Checking anstream v0.6.21
27632026-08-19T00:50:54.441Z Checking bb8 v0.8.6
27642026-08-19T00:50:54.796Z Compiling mime_guess v2.0.5
27652026-08-19T00:50:54.841Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27662026-08-19T00:50:55.094Z Checking ignore v0.4.25
27672026-08-19T00:50:55.373Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27682026-08-19T00:50:55.537Z Checking http-range v0.1.5
27692026-08-19T00:50:55.573Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27702026-08-19T00:50:55.699Z Checking globwalk v0.9.1
27712026-08-19T00:50:55.702Z Compiling progenitor-macro v0.13.0
27722026-08-19T00:50:56.056Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27732026-08-19T00:50:56.394Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27742026-08-19T00:50:56.440Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27752026-08-19T00:50:57.139Z Checking digest-io v0.1.0
27762026-08-19T00:50:57.317Z Checking rawzip v0.4.4
27772026-08-19T00:50:57.608Z Checking nonempty v0.12.0
27782026-08-19T00:50:57.724Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27792026-08-19T00:50:57.799Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27802026-08-19T00:50:58.201Z Checking camino-tempfile-ext v0.3.3
27812026-08-19T00:50:58.326Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27822026-08-19T00:50:58.444Z Checking hyper-staticfile v0.10.1
27832026-08-19T00:50:58.780Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-08-19T00:50:59.117Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27852026-08-19T00:50:59.156Z Checking signal-hook-tokio v0.3.1
27862026-08-19T00:50:59.324Z Compiling illumos-nvpair-sys v0.2.0
27872026-08-19T00:50:59.599Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27882026-08-19T00:50:59.729Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27892026-08-19T00:50:59.850Z Checking scuffle v0.1.0
27902026-08-19T00:51:00.064Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27912026-08-19T00:51:00.159Z Checking illumos-nvpair v0.3.0
27922026-08-19T00:51:00.356Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27932026-08-19T00:51:00.443Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27942026-08-19T00:51:00.558Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27952026-08-19T00:51:00.776Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27962026-08-19T00:51:00.813Z Checking progenitor v0.13.0
27972026-08-19T00:51:00.816Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-08-19T00:51:01.039Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27992026-08-19T00:51:01.084Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28002026-08-19T00:51:01.418Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28012026-08-19T00:51:01.588Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28022026-08-19T00:51:01.661Z Checking async-bb8-diesel v0.2.1
28032026-08-19T00:51:02.066Z Checking diesel-dtrace v0.5.0
28042026-08-19T00:51:02.070Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28052026-08-19T00:51:02.353Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28062026-08-19T00:51:02.438Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28072026-08-19T00:51:02.586Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28082026-08-19T00:51:02.758Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28092026-08-19T00:51:02.848Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-08-19T00:51:04.435Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28112026-08-19T00:51:04.488Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28122026-08-19T00:51:04.785Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28132026-08-19T00:51:05.191Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28142026-08-19T00:51:05.589Z Checking tungstenite v0.23.0
28152026-08-19T00:51:05.950Z Checking rand_seeder v0.4.0
28162026-08-19T00:51:06.042Z Checking tokio-tungstenite v0.23.1
28172026-08-19T00:51:06.138Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28182026-08-19T00:51:06.358Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28192026-08-19T00:51:06.564Z Checking void v1.0.2
28202026-08-19T00:51:06.652Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28212026-08-19T00:51:06.714Z Checking lzss v0.8.2
28222026-08-19T00:51:06.863Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28232026-08-19T00:51:06.945Z Checking nix v0.27.1
28242026-08-19T00:51:07.067Z Checking serde_bytes v0.11.19
28252026-08-19T00:51:07.287Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28262026-08-19T00:51:07.494Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28272026-08-19T00:51:08.056Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28282026-08-19T00:51:08.151Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28292026-08-19T00:51:08.321Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28302026-08-19T00:51:08.495Z Checking cpubits v0.1.1
28312026-08-19T00:51:08.610Z Checking yansi v1.0.1
28322026-08-19T00:51:08.926Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28332026-08-19T00:51:08.963Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28342026-08-19T00:51:09.066Z Checking pretty_assertions v1.4.1
28352026-08-19T00:51:09.203Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28362026-08-19T00:51:09.239Z Checking pem-rfc7468 v1.0.0
28372026-08-19T00:51:09.443Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28382026-08-19T00:51:09.726Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28392026-08-19T00:51:09.957Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28402026-08-19T00:51:09.996Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28412026-08-19T00:51:10.256Z Checking hmac v0.13.0
28422026-08-19T00:51:10.465Z Checking universal-hash v0.6.1
28432026-08-19T00:51:10.644Z Compiling libz-sys v1.1.24
28442026-08-19T00:51:10.779Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28452026-08-19T00:51:10.946Z Compiling instability v0.3.11
28462026-08-19T00:51:11.095Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28472026-08-19T00:51:11.241Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28482026-08-19T00:51:11.277Z Checking castaway v0.2.4
28492026-08-19T00:51:11.317Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28502026-08-19T00:51:11.424Z Compiling indoc v2.0.7
28512026-08-19T00:51:11.520Z Checking compact_str v0.8.1
28522026-08-19T00:51:12.044Z Checking polyval v0.7.1
28532026-08-19T00:51:12.303Z Checking der v0.8.0
28542026-08-19T00:51:12.688Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28552026-08-19T00:51:12.737Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28562026-08-19T00:51:12.893Z Checking unicode-truncate v1.1.0
28572026-08-19T00:51:12.929Z Checking lru v0.12.5
28582026-08-19T00:51:12.964Z Compiling libgit2-sys v0.18.3+1.9.2
28592026-08-19T00:51:13.072Z Checking arc-swap v1.8.2
28602026-08-19T00:51:13.122Z Checking cassowary v0.3.0
28612026-08-19T00:51:13.264Z Checking ghash v0.6.0
28622026-08-19T00:51:13.337Z Checking slog-scope v4.4.1
28632026-08-19T00:51:13.373Z Checking ratatui v0.29.0
28642026-08-19T00:51:13.511Z Checking pbkdf2 v0.13.0
28652026-08-19T00:51:13.587Z Checking aes v0.9.1
28662026-08-19T00:51:13.668Z Checking crypto-bigint v0.7.5
28672026-08-19T00:51:14.024Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28682026-08-19T00:51:14.728Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28692026-08-19T00:51:14.984Z Checking ctr v0.10.1
28702026-08-19T00:51:15.204Z Checking aead v0.6.1
28712026-08-19T00:51:15.294Z Checking cargo-platform v0.3.2
28722026-08-19T00:51:15.384Z Checking aes-gcm v0.11.0
28732026-08-19T00:51:15.514Z Checking cargo_metadata v0.23.1
28742026-08-19T00:51:15.591Z Checking slog-stdlog v4.1.1
28752026-08-19T00:51:15.754Z Checking spki v0.8.0
28762026-08-19T00:51:15.928Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28772026-08-19T00:51:15.968Z Checking colored v2.2.0
28782026-08-19T00:51:16.203Z Checking salsa20 v0.11.0
28792026-08-19T00:51:16.296Z Checking console v0.16.2
28802026-08-19T00:51:16.386Z Compiling vergen-git2 v9.1.0
28812026-08-19T00:51:16.635Z Checking plotters-backend v0.3.7
28822026-08-19T00:51:16.671Z Checking unit-prefix v0.5.2
28832026-08-19T00:51:16.840Z Checking indicatif v0.18.4
28842026-08-19T00:51:16.878Z Checking plotters-svg v0.3.7
28852026-08-19T00:51:17.104Z Checking scrypt v0.12.0
28862026-08-19T00:51:17.263Z Checking slog-envlogger v2.2.0
28872026-08-19T00:51:17.313Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28882026-08-19T00:51:17.382Z Checking cbc v0.2.1
28892026-08-19T00:51:17.450Z Checking libsw-core v0.3.2
28902026-08-19T00:51:17.539Z Checking cast v0.3.0
28912026-08-19T00:51:17.575Z Checking pkcs5 v0.8.1
28922026-08-19T00:51:17.636Z Checking libsw v3.5.0
28932026-08-19T00:51:17.729Z Checking criterion-plot v0.6.0
28942026-08-19T00:51:17.877Z Checking plotters v0.3.7
28952026-08-19T00:51:17.913Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28962026-08-19T00:51:18.008Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28972026-08-19T00:51:18.239Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28982026-08-19T00:51:18.470Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28992026-08-19T00:51:18.682Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29002026-08-19T00:51:18.718Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29012026-08-19T00:51:18.909Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29022026-08-19T00:51:18.946Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29032026-08-19T00:51:18.949Z Checking tinytemplate v1.2.1
29042026-08-19T00:51:19.138Z Checking anes v0.1.6
29052026-08-19T00:51:19.201Z Checking oorandom v11.1.5
29062026-08-19T00:51:19.350Z Checking shell-words v1.1.1
29072026-08-19T00:51:19.353Z Checking criterion v0.7.0
29082026-08-19T00:51:19.611Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29092026-08-19T00:51:19.853Z Checking pkcs8 v0.11.0
29102026-08-19T00:51:20.092Z Checking oxide-update-engine-display v0.1.2
29112026-08-19T00:51:20.434Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29122026-08-19T00:51:20.627Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29132026-08-19T00:51:21.464Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29142026-08-19T00:51:22.067Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29152026-08-19T00:51:22.912Z Checking tokio-test v0.4.5
29162026-08-19T00:51:23.154Z Checking ff v0.14.0
29172026-08-19T00:51:23.338Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29182026-08-19T00:51:23.569Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29192026-08-19T00:51:23.977Z Checking twox-hash v2.1.2
29202026-08-19T00:51:24.116Z Compiling petname v2.0.2
29212026-08-19T00:51:24.312Z Checking atty v0.2.14
29222026-08-19T00:51:24.448Z Checking arrayref v0.3.9
29232026-08-19T00:51:24.555Z Checking constant_time_eq v0.4.2
29242026-08-19T00:51:24.626Z Checking arrayvec v0.7.6
29252026-08-19T00:51:24.890Z Checking group v0.14.0
29262026-08-19T00:51:24.936Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29272026-08-19T00:51:25.078Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29282026-08-19T00:51:25.139Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29292026-08-19T00:51:25.235Z Checking fatfs v0.3.6
29302026-08-19T00:51:25.723Z Checking signature v3.0.0
29312026-08-19T00:51:25.803Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29322026-08-19T00:51:25.912Z Compiling seq-macro v0.3.6
29332026-08-19T00:51:26.076Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29342026-08-19T00:51:26.142Z Checking base16ct v1.0.0
29352026-08-19T00:51:26.258Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29362026-08-19T00:51:26.309Z Checking sec1 v0.8.1
29372026-08-19T00:51:26.550Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29382026-08-19T00:51:26.861Z Checking hkdf v0.13.0
29392026-08-19T00:51:27.038Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29402026-08-19T00:51:27.188Z Checking concurrent-queue v2.5.0
29412026-08-19T00:51:27.237Z Checking sapling-renderdag v0.1.0
29422026-08-19T00:51:27.411Z Checking parking v2.2.1
29432026-08-19T00:51:27.519Z Checking sync-ptr v0.1.4
29442026-08-19T00:51:27.569Z Checking event-listener v5.4.1
29452026-08-19T00:51:27.630Z Checking elliptic-curve v0.14.1
29462026-08-19T00:51:27.669Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29472026-08-19T00:51:27.826Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29482026-08-19T00:51:27.948Z Compiling samael v0.0.19
29492026-08-19T00:51:28.047Z Checking rtoolbox v0.0.3
29502026-08-19T00:51:28.132Z Checking event-listener-strategy v0.5.4
29512026-08-19T00:51:28.216Z Checking rpassword v7.5.4
29522026-08-19T00:51:28.298Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29532026-08-19T00:51:28.414Z Checking wnaf v0.14.0
29542026-08-19T00:51:28.621Z Checking primefield v0.14.0
29552026-08-19T00:51:28.863Z Checking rfc6979 v0.6.0
29562026-08-19T00:51:29.044Z Checking tui-tree-widget v0.23.1
29572026-08-19T00:51:29.269Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29582026-08-19T00:51:29.306Z Compiling blake3 v1.8.5
29592026-08-19T00:51:29.697Z Checking futures-timer v3.0.3
29602026-08-19T00:51:30.297Z Checking ecdsa v0.17.0
29612026-08-19T00:51:30.478Z Checking primeorder v0.14.0
29622026-08-19T00:51:30.735Z Checking async-lock v3.4.2
29632026-08-19T00:51:30.772Z Compiling curve25519-dalek v5.0.0
29642026-08-19T00:51:30.831Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29652026-08-19T00:51:31.145Z Checking async-object-pool v0.2.0
29662026-08-19T00:51:31.642Z Checking ssh-encoding v0.3.0
29672026-08-19T00:51:31.912Z Checking serde_regex v1.1.0
29682026-08-19T00:51:32.108Z Checking assert-json-diff v2.0.2
29692026-08-19T00:51:32.313Z Checking path-tree v0.8.3
29702026-08-19T00:51:32.544Z Checking keccak v0.2.0
29712026-08-19T00:51:32.745Z Compiling strsim v0.10.0
29722026-08-19T00:51:33.087Z Checking stringmetrics v2.2.2
29732026-08-19T00:51:33.125Z Checking topological-sort v0.2.2
29742026-08-19T00:51:33.278Z Checking httpmock v0.8.3
29752026-08-19T00:51:33.313Z Checking omicron-zone-package v0.12.3
29762026-08-19T00:51:33.358Z Compiling darling_core v0.13.4
29772026-08-19T00:51:34.227Z Checking ed25519 v3.0.0
29782026-08-19T00:51:34.430Z Checking pkcs1 v0.8.0-rc.4
29792026-08-19T00:51:34.472Z Checking crypto-primes v0.7.2
29802026-08-19T00:51:34.680Z Checking poly1305 v0.9.0
29812026-08-19T00:51:34.987Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29822026-08-19T00:51:35.246Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29832026-08-19T00:51:35.424Z Checking blowfish v0.10.0
29842026-08-19T00:51:35.460Z Checking blake2 v0.11.0-rc.6
29852026-08-19T00:51:35.497Z Compiling target-lexicon v0.13.3
29862026-08-19T00:51:35.617Z Checking bcrypt-pbkdf v0.11.0
29872026-08-19T00:51:35.752Z Checking argon2 v0.6.0-rc.8
29882026-08-19T00:51:35.810Z Checking rsa v0.10.0-rc.18
29892026-08-19T00:51:35.912Z Compiling darling_macro v0.13.4
29902026-08-19T00:51:36.065Z Checking ssh-cipher v0.3.0
29912026-08-19T00:51:36.102Z Checking ed25519-dalek v3.0.0
29922026-08-19T00:51:36.317Z Checking sha3 v0.11.0
29932026-08-19T00:51:36.355Z Checking p256 v0.14.0
29942026-08-19T00:51:36.389Z Checking p521 v0.14.0
29952026-08-19T00:51:36.431Z Checking p384 v0.14.0
29962026-08-19T00:51:36.717Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29972026-08-19T00:51:36.990Z Checking kem v0.3.0
29982026-08-19T00:51:37.134Z Checking module-lattice v0.2.3
29992026-08-19T00:51:37.170Z Checking socket2 v0.5.10
30002026-08-19T00:51:37.392Z Compiling guppy-workspace-hack v0.1.0
30012026-08-19T00:51:37.452Z Checking sponge-cursor v0.1.0
30022026-08-19T00:51:37.603Z Checking hex-literal v0.4.1
30032026-08-19T00:51:37.639Z Checking sha3 v0.12.0
30042026-08-19T00:51:37.784Z Checking ml-kem v0.3.2
30052026-08-19T00:51:37.876Z Compiling darling v0.13.4
30062026-08-19T00:51:38.257Z Checking russh-cryptovec v0.62.0
30072026-08-19T00:51:38.418Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30082026-08-19T00:51:38.453Z Checking internal-russh-num-bigint v0.5.0
30092026-08-19T00:51:38.642Z Checking num-bigint v0.4.6
30102026-08-19T00:51:39.074Z Checking russh-util v0.52.0
30112026-08-19T00:51:39.237Z Checking generic-array v1.4.3
30122026-08-19T00:51:39.400Z Checking ssh-key v0.7.0-rc.11
30132026-08-19T00:51:39.500Z Compiling enum_dispatch v0.3.13
30142026-08-19T00:51:39.585Z Compiling delegate v0.13.5
30152026-08-19T00:51:39.678Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30162026-08-19T00:51:40.127Z Checking hex-literal v1.1.0
30172026-08-19T00:51:40.261Z Checking md5 v0.8.0
30182026-08-19T00:51:40.305Z Compiling target-spec v3.5.7
30192026-08-19T00:51:40.464Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30202026-08-19T00:51:40.570Z Checking russh v0.62.4
30212026-08-19T00:51:40.738Z Checking cfg-expr v0.20.6
30222026-08-19T00:51:40.846Z Compiling git2 v0.20.4
30232026-08-19T00:51:41.125Z Compiling serde_with_macros v1.5.2
30242026-08-19T00:51:41.276Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30252026-08-19T00:51:41.755Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30262026-08-19T00:51:41.976Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30272026-08-19T00:51:42.043Z Checking internet-checksum v0.2.1
30282026-08-19T00:51:42.203Z Compiling serde_with v1.14.0
30292026-08-19T00:51:42.748Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30302026-08-19T00:51:43.687Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30312026-08-19T00:51:43.848Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30322026-08-19T00:51:43.966Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30332026-08-19T00:51:44.003Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30342026-08-19T00:51:44.213Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30352026-08-19T00:51:44.250Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30362026-08-19T00:51:44.287Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30372026-08-19T00:51:44.372Z Checking httptest v0.16.4
30382026-08-19T00:51:44.474Z Checking pathdiff v0.2.3
30392026-08-19T00:51:44.549Z Checking nested v0.1.1
30402026-08-19T00:51:44.604Z Compiling polar-core v0.27.3
30412026-08-19T00:51:44.640Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30422026-08-19T00:51:44.714Z Checking guppy v0.17.25
30432026-08-19T00:51:44.779Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30442026-08-19T00:51:45.064Z Checking similar-asserts v1.7.0
30452026-08-19T00:51:45.143Z Compiling target-triple v1.0.0
30462026-08-19T00:51:45.249Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30472026-08-19T00:51:45.508Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30482026-08-19T00:51:45.667Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30492026-08-19T00:51:45.900Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30502026-08-19T00:51:46.089Z Checking hickory-client v0.25.2
30512026-08-19T00:51:46.403Z Checking supports-hyperlinks v2.1.0
30522026-08-19T00:51:46.540Z Checking supports-unicode v2.1.0
30532026-08-19T00:51:46.619Z Checking supports-color v2.1.0
30542026-08-19T00:51:46.694Z Checking textwrap v0.15.2
30552026-08-19T00:51:46.798Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30562026-08-19T00:51:46.952Z Checking terminal_size v0.1.17
30572026-08-19T00:51:46.988Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30582026-08-19T00:51:47.093Z Compiling miette-derive v5.10.0
30592026-08-19T00:51:47.129Z Compiling fs-err v2.11.0
30602026-08-19T00:51:47.372Z Checking owo-colors v3.5.0
30612026-08-19T00:51:47.443Z Compiling assert_cmd v2.1.2
30622026-08-19T00:51:47.723Z Checking escape8259 v0.5.3
30632026-08-19T00:51:47.901Z Checking libtest-mimic v0.8.1
30642026-08-19T00:51:47.989Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30652026-08-19T00:51:48.185Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30662026-08-19T00:51:48.271Z Checking miette v5.10.0
30672026-08-19T00:51:48.797Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30682026-08-19T00:51:48.937Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30692026-08-19T00:51:49.452Z Checking blake2b_simd v1.0.4
30702026-08-19T00:51:49.605Z Checking oso v0.27.3
30712026-08-19T00:51:49.659Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30722026-08-19T00:51:49.883Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30732026-08-19T00:51:50.107Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30742026-08-19T00:51:50.159Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30752026-08-19T00:51:50.350Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30762026-08-19T00:51:50.391Z Compiling knuffel-derive v3.2.0
30772026-08-19T00:51:50.574Z Checking fancy-regex v0.14.0
30782026-08-19T00:51:50.697Z Checking serde_tokenstream v0.2.3
30792026-08-19T00:51:50.980Z Checking approx v0.5.1
30802026-08-19T00:51:51.139Z Compiling rstest_macros v0.25.0
30812026-08-19T00:51:51.174Z Checking uzers v0.12.2
30822026-08-19T00:51:51.424Z Checking constant_time_eq v0.3.1
30832026-08-19T00:51:51.493Z Checking termcolor v1.4.1
30842026-08-19T00:51:51.585Z Compiling linkme-impl v0.3.35
30852026-08-19T00:51:51.741Z Checking trybuild v1.0.116
30862026-08-19T00:51:51.780Z Checking rust-argon2 v2.1.0
30872026-08-19T00:51:51.895Z Checking knuffel v3.2.0
30882026-08-19T00:51:52.086Z Checking datatest-stable v0.3.3
30892026-08-19T00:51:52.301Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30902026-08-19T00:51:52.305Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30912026-08-19T00:51:52.584Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30922026-08-19T00:51:52.620Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30932026-08-19T00:51:52.623Z Checking support-bundle-viewer v0.1.2
30942026-08-19T00:51:52.690Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30952026-08-19T00:51:52.724Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30962026-08-19T00:51:52.912Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30972026-08-19T00:51:52.947Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30982026-08-19T00:51:52.982Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30992026-08-19T00:51:53.137Z Checking drift v0.2.0
31002026-08-19T00:51:53.176Z Checking rand_distr v0.5.1
31012026-08-19T00:51:53.359Z Checking multimap v0.10.1
31022026-08-19T00:51:53.453Z Compiling relative-path v1.9.3
31032026-08-19T00:51:53.523Z Compiling linkme v0.3.35
31042026-08-19T00:51:53.565Z Checking parse-size v1.1.0
31052026-08-19T00:51:53.617Z Checking dropshot-api-manager v0.8.0
31062026-08-19T00:51:53.719Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31072026-08-19T00:51:54.070Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31082026-08-19T00:51:54.837Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31092026-08-19T00:51:55.291Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31102026-08-19T00:51:55.662Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31112026-08-19T00:51:55.801Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31122026-08-19T00:51:55.883Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31132026-08-19T00:51:55.886Z Checking cargo_toml v0.21.0
31142026-08-19T00:51:56.390Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31152026-08-19T00:51:56.622Z Checking partial-io v0.5.4
31162026-08-19T00:51:56.660Z Checking termios v0.3.3
31172026-08-19T00:51:56.820Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31182026-08-19T00:51:57.328Z Checking rstest v0.25.0
31192026-08-19T00:51:57.364Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31202026-08-19T00:51:58.997Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31212026-08-19T00:52:02.543Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31222026-08-19T00:52:03.278Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31232026-08-19T00:52:04.206Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31242026-08-19T00:52:08.534Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31252026-08-19T00:52:09.717Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31262026-08-19T00:52:12.257Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31272026-08-19T00:52:17.057Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31282026-08-19T00:52:20.024Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31292026-08-19T00:52:22.675Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31302026-08-19T00:52:24.941Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31312026-08-19T00:52:28.688Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31322026-08-19T00:52:29.221Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31332026-08-19T00:52:29.821Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31342026-08-19T00:52:33.972Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31352026-08-19T00:52:38.061Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31362026-08-19T00:52:59.829Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31372026-08-19T00:53:52.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 12s
31382026-08-19T00:53:52.212Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31392026-08-19T00:53:52.212Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31402026-08-19T00:53:52.874Z
31412026-08-19T00:53:52.874Zreal 4:15.974607853
31422026-08-19T00:53:52.874Zuser 22:05.228305927
31432026-08-19T00:53:52.874Zsys 5:16.048244419
31442026-08-19T00:53:52.874Ztrap 0.529250710
31452026-08-19T00:53:52.875Ztflt 0.415164454
31462026-08-19T00:53:52.875Zdflt 0.519198400
31472026-08-19T00:53:52.875Zkflt 0.004935742
31482026-08-19T00:53:52.875Zlock 1:06:41.643928497
31492026-08-19T00:53:52.875Zslp 1:00:02.286568443
31502026-08-19T00:53:52.875Zlat 1:49.836949228
31512026-08-19T00:53:52.875Zstop 14:14.138017563
31522026-08-19T00:53:52.878Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31532026-08-19T00:53:52.878Z+ ptime -m cargo doc --workspace --no-deps
31542026-08-19T00:53:53.742Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31552026-08-19T00:53:53.742Z |
31562026-08-19T00:53:53.742Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
31572026-08-19T00:53:53.742Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
31582026-08-19T00:53:54.838Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31592026-08-19T00:53:55.080Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31602026-08-19T00:53:55.125Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31612026-08-19T00:53:55.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31622026-08-19T00:53:55.252Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31632026-08-19T00:53:55.362Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31642026-08-19T00:53:55.394Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31652026-08-19T00:53:55.394Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31662026-08-19T00:53:55.447Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31672026-08-19T00:53:55.472Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31682026-08-19T00:53:55.641Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31692026-08-19T00:53:55.666Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31702026-08-19T00:53:55.693Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31712026-08-19T00:53:55.777Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31722026-08-19T00:53:55.801Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31732026-08-19T00:53:55.824Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31742026-08-19T00:53:55.827Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31752026-08-19T00:53:55.868Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-08-19T00:53:55.897Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31772026-08-19T00:53:56.002Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31782026-08-19T00:53:56.044Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31792026-08-19T00:53:56.268Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31802026-08-19T00:53:56.418Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31812026-08-19T00:53:56.444Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-08-19T00:53:56.500Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-08-19T00:53:56.561Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31842026-08-19T00:53:56.678Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31852026-08-19T00:53:56.703Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31862026-08-19T00:53:56.844Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31872026-08-19T00:53:56.932Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31882026-08-19T00:53:57.032Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31892026-08-19T00:53:57.056Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31902026-08-19T00:53:57.119Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31912026-08-19T00:53:57.349Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31922026-08-19T00:53:57.405Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31932026-08-19T00:53:57.430Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31942026-08-19T00:53:57.577Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31952026-08-19T00:53:57.603Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31962026-08-19T00:53:57.629Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31972026-08-19T00:53:57.828Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31982026-08-19T00:53:57.898Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31992026-08-19T00:53:58.072Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32002026-08-19T00:53:58.121Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32012026-08-19T00:53:58.167Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32022026-08-19T00:53:58.167Z Checking scuffle v0.1.0
32032026-08-19T00:53:58.345Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32042026-08-19T00:53:58.377Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32052026-08-19T00:53:58.498Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32062026-08-19T00:53:58.578Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32072026-08-19T00:53:58.637Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32082026-08-19T00:53:58.730Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32092026-08-19T00:53:58.770Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32102026-08-19T00:53:58.826Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32112026-08-19T00:53:58.877Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32122026-08-19T00:53:58.908Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32132026-08-19T00:53:58.957Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32142026-08-19T00:53:58.981Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32152026-08-19T00:53:59.022Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32162026-08-19T00:53:59.430Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32172026-08-19T00:53:59.754Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32182026-08-19T00:53:59.799Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32192026-08-19T00:54:00.118Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32202026-08-19T00:54:00.221Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32212026-08-19T00:54:00.485Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32222026-08-19T00:54:00.512Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32232026-08-19T00:54:00.658Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32242026-08-19T00:54:00.730Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32252026-08-19T00:54:00.768Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32262026-08-19T00:54:00.799Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32272026-08-19T00:54:00.960Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32282026-08-19T00:54:01.080Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32292026-08-19T00:54:01.105Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32302026-08-19T00:54:01.854Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32312026-08-19T00:54:01.943Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32322026-08-19T00:54:02.156Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32332026-08-19T00:54:02.188Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32342026-08-19T00:54:02.231Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32352026-08-19T00:54:02.540Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32362026-08-19T00:54:02.543Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32372026-08-19T00:54:02.591Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32382026-08-19T00:54:02.595Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32392026-08-19T00:54:02.641Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32402026-08-19T00:54:02.794Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32412026-08-19T00:54:02.820Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32422026-08-19T00:54:02.929Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32432026-08-19T00:54:03.063Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32442026-08-19T00:54:03.088Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32452026-08-19T00:54:03.112Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32462026-08-19T00:54:03.135Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32472026-08-19T00:54:03.259Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32482026-08-19T00:54:03.307Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32492026-08-19T00:54:03.333Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32502026-08-19T00:54:03.403Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32512026-08-19T00:54:03.426Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32522026-08-19T00:54:03.468Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32532026-08-19T00:54:03.629Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32542026-08-19T00:54:03.632Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32552026-08-19T00:54:03.699Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32562026-08-19T00:54:03.723Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32572026-08-19T00:54:03.786Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32582026-08-19T00:54:03.831Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32592026-08-19T00:54:03.876Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32602026-08-19T00:54:03.982Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32612026-08-19T00:54:04.039Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32622026-08-19T00:54:04.094Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32632026-08-19T00:54:04.324Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32642026-08-19T00:54:04.369Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32652026-08-19T00:54:04.373Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32662026-08-19T00:54:04.894Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32672026-08-19T00:54:05.037Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32682026-08-19T00:54:05.329Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32692026-08-19T00:54:06.120Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32702026-08-19T00:54:06.320Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32712026-08-19T00:54:06.641Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32722026-08-19T00:54:06.729Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32732026-08-19T00:54:06.962Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32742026-08-19T00:54:07.794Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32752026-08-19T00:54:08.233Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32762026-08-19T00:54:08.649Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32772026-08-19T00:54:09.010Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32782026-08-19T00:54:09.059Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32792026-08-19T00:54:09.289Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32802026-08-19T00:54:09.493Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32812026-08-19T00:54:09.534Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32822026-08-19T00:54:10.276Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32832026-08-19T00:54:10.470Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32842026-08-19T00:54:10.522Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32852026-08-19T00:54:10.716Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32862026-08-19T00:54:11.072Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32872026-08-19T00:54:11.319Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32882026-08-19T00:54:11.502Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32892026-08-19T00:54:11.802Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32902026-08-19T00:54:11.865Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32912026-08-19T00:54:11.938Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32922026-08-19T00:54:12.659Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32932026-08-19T00:54:12.920Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32942026-08-19T00:54:13.270Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32952026-08-19T00:54:13.528Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32962026-08-19T00:54:14.311Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32972026-08-19T00:54:14.429Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32982026-08-19T00:54:14.767Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32992026-08-19T00:54:15.158Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33002026-08-19T00:54:15.183Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33012026-08-19T00:54:15.445Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33022026-08-19T00:54:15.838Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33032026-08-19T00:54:16.167Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33042026-08-19T00:54:16.485Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33052026-08-19T00:54:16.787Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33062026-08-19T00:54:17.035Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33072026-08-19T00:54:17.274Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33082026-08-19T00:54:17.834Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33092026-08-19T00:54:18.217Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33102026-08-19T00:54:18.262Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33112026-08-19T00:54:18.536Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33122026-08-19T00:54:18.841Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33132026-08-19T00:54:20.229Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33142026-08-19T00:54:22.385Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33152026-08-19T00:54:23.228Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33162026-08-19T00:54:23.516Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33172026-08-19T00:54:25.298Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33182026-08-19T00:54:25.827Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33192026-08-19T00:54:26.243Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33202026-08-19T00:54:26.336Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33212026-08-19T00:54:26.765Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33222026-08-19T00:54:27.008Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33232026-08-19T00:54:28.121Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-08-19T00:54:28.674Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33252026-08-19T00:54:28.774Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33262026-08-19T00:54:30.101Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33272026-08-19T00:54:30.311Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33282026-08-19T00:54:30.796Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33292026-08-19T00:54:30.858Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33302026-08-19T00:54:31.281Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33312026-08-19T00:54:31.430Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33322026-08-19T00:54:31.456Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33332026-08-19T00:54:31.554Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33342026-08-19T00:54:31.615Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33352026-08-19T00:54:31.854Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33362026-08-19T00:54:32.013Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33372026-08-19T00:54:32.495Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33382026-08-19T00:54:32.622Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33392026-08-19T00:54:32.789Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33402026-08-19T00:54:33.161Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33412026-08-19T00:54:33.269Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33422026-08-19T00:54:33.538Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33432026-08-19T00:54:33.566Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33442026-08-19T00:54:34.316Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33452026-08-19T00:54:35.836Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33462026-08-19T00:54:35.862Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33472026-08-19T00:54:36.567Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33482026-08-19T00:54:38.393Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33492026-08-19T00:54:39.823Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33502026-08-19T00:54:40.690Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33512026-08-19T00:54:41.246Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33522026-08-19T00:54:43.176Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33532026-08-19T00:54:44.099Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33542026-08-19T00:54:45.386Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33552026-08-19T00:54:45.834Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33562026-08-19T00:54:47.076Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33572026-08-19T00:54:48.514Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33582026-08-19T00:54:49.838Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33592026-08-19T00:54:50.180Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33602026-08-19T00:54:51.843Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33612026-08-19T00:54:51.906Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33622026-08-19T00:54:54.185Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33632026-08-19T00:54:55.556Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33642026-08-19T00:54:58.386Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33652026-08-19T00:54:59.218Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33662026-08-19T00:55:00.073Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33672026-08-19T00:55:00.860Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33682026-08-19T00:55:01.659Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33692026-08-19T00:55:02.435Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33702026-08-19T00:55:03.285Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33712026-08-19T00:55:05.085Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33722026-08-19T00:55:05.224Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33732026-08-19T00:55:06.588Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33742026-08-19T00:55:06.894Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33752026-08-19T00:55:07.382Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33762026-08-19T00:55:08.280Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33772026-08-19T00:55:09.180Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33782026-08-19T00:55:13.263Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33792026-08-19T00:55:14.368Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33802026-08-19T00:55:14.931Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33812026-08-19T00:55:15.876Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33822026-08-19T00:55:16.779Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33832026-08-19T00:55:17.853Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33842026-08-19T00:55:19.695Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33852026-08-19T00:55:20.759Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33862026-08-19T00:55:21.689Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33872026-08-19T00:55:22.896Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33882026-08-19T00:55:23.772Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33892026-08-19T00:55:25.096Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33902026-08-19T00:55:28.699Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33912026-08-19T00:55:29.121Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33922026-08-19T00:55:29.820Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33932026-08-19T00:55:31.342Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33942026-08-19T00:55:32.901Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33952026-08-19T00:55:34.977Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33962026-08-19T00:55:36.189Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33972026-08-19T00:55:37.827Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33982026-08-19T00:55:39.581Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33992026-08-19T00:55:41.355Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34002026-08-19T00:55:46.245Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34012026-08-19T00:55:46.348Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34022026-08-19T00:55:48.196Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34032026-08-19T00:55:48.407Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34042026-08-19T00:55:50.152Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34052026-08-19T00:55:51.950Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34062026-08-19T00:55:53.866Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34072026-08-19T00:55:55.928Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34082026-08-19T00:55:57.963Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34092026-08-19T00:55:59.621Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34102026-08-19T00:56:01.390Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34112026-08-19T00:56:03.164Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34122026-08-19T00:56:05.023Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34132026-08-19T00:56:06.814Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34142026-08-19T00:56:08.628Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34152026-08-19T00:56:10.458Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34162026-08-19T00:56:12.184Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34172026-08-19T00:56:13.871Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34182026-08-19T00:56:17.516Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34192026-08-19T00:56:19.400Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34202026-08-19T00:56:21.415Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34212026-08-19T00:56:23.196Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34222026-08-19T00:56:26.811Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34232026-08-19T00:56:28.895Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34242026-08-19T00:56:31.006Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34252026-08-19T00:56:33.215Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34262026-08-19T00:56:36.377Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34272026-08-19T00:56:37.314Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34282026-08-19T00:56:38.821Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34292026-08-19T00:56:41.999Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34302026-08-19T00:56:44.364Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34312026-08-19T00:56:46.649Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34322026-08-19T00:56:49.721Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34332026-08-19T00:56:51.331Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34342026-08-19T00:56:54.193Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34352026-08-19T00:56:56.665Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34362026-08-19T00:56:58.908Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34372026-08-19T00:57:01.953Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34382026-08-19T00:57:04.582Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34392026-08-19T00:57:06.425Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34402026-08-19T00:57:09.214Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34412026-08-19T00:57:11.753Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34422026-08-19T00:57:14.255Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34432026-08-19T00:57:16.810Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34442026-08-19T00:57:19.326Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34452026-08-19T00:57:21.925Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34462026-08-19T00:57:24.311Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34472026-08-19T00:57:27.110Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34482026-08-19T00:57:29.591Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34492026-08-19T00:57:32.201Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34502026-08-19T00:57:34.758Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34512026-08-19T00:57:37.362Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34522026-08-19T00:57:39.923Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34532026-08-19T00:57:42.474Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34542026-08-19T00:57:45.130Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34552026-08-19T00:57:47.644Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34562026-08-19T00:57:50.279Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34572026-08-19T00:57:52.919Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34582026-08-19T00:57:55.521Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34592026-08-19T00:57:58.099Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34602026-08-19T00:58:00.520Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34612026-08-19T00:58:03.052Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34622026-08-19T00:58:05.893Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34632026-08-19T00:58:08.408Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34642026-08-19T00:58:11.801Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34652026-08-19T00:58:14.095Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34662026-08-19T00:58:16.627Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34672026-08-19T00:58:19.433Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34682026-08-19T00:58:22.211Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34692026-08-19T00:58:24.900Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34702026-08-19T00:58:27.641Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34712026-08-19T00:58:30.307Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34722026-08-19T00:58:33.099Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34732026-08-19T00:58:35.550Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34742026-08-19T00:58:38.445Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34752026-08-19T00:58:41.163Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34762026-08-19T00:58:43.928Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34772026-08-19T00:58:46.827Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34782026-08-19T00:58:49.273Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34792026-08-19T00:58:52.106Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34802026-08-19T00:58:54.809Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34812026-08-19T00:58:57.941Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34822026-08-19T00:59:00.756Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34832026-08-19T00:59:03.392Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34842026-08-19T00:59:06.068Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34852026-08-19T00:59:08.923Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34862026-08-19T00:59:11.709Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34872026-08-19T00:59:14.994Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34882026-08-19T00:59:17.455Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34892026-08-19T00:59:25.682Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34902026-08-19T00:59:25.849Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34912026-08-19T00:59:29.398Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34922026-08-19T00:59:33.268Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34932026-08-19T00:59:36.614Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34942026-08-19T00:59:40.334Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34952026-08-19T00:59:43.959Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34962026-08-19T00:59:48.916Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34972026-08-19T00:59:51.940Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34982026-08-19T00:59:55.888Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34992026-08-19T00:59:59.811Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35002026-08-19T01:00:03.768Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35012026-08-19T01:00:07.757Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35022026-08-19T01:00:11.759Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35032026-08-19T01:00:15.733Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35042026-08-19T01:00:19.684Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35052026-08-19T01:00:23.639Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35062026-08-19T01:00:27.571Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35072026-08-19T01:00:31.448Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35082026-08-19T01:00:35.442Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35092026-08-19T01:00:39.400Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35102026-08-19T01:00:43.302Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35112026-08-19T01:00:47.350Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35122026-08-19T01:00:51.469Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35132026-08-19T01:00:55.266Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35142026-08-19T01:01:26.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 33s
35152026-08-19T01:01:26.770Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35162026-08-19T01:01:26.770Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35172026-08-19T01:01:26.943Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
35182026-08-19T01:01:27.058Z
35192026-08-19T01:01:27.061Zreal 7:34.086801017
35202026-08-19T01:01:27.061Zuser 20:28.567161816
35212026-08-19T01:01:27.061Zsys 4:26.101373429
35222026-08-19T01:01:27.061Ztrap 0.291521988
35232026-08-19T01:01:27.061Ztflt 0.045221590
35242026-08-19T01:01:27.061Zdflt 0.164947837
35252026-08-19T01:01:27.061Zkflt 0.000051950
35262026-08-19T01:01:27.061Zlock 7:13:51.916581128
35272026-08-19T01:01:27.061Zslp 2:32:30.120480386
35282026-08-19T01:01:27.061Zlat 35.405532784
35292026-08-19T01:01:27.061Zstop 2:11.395715947
35302026-08-19T01:01:27.061Zprocess exited: duration 840215 ms, exit code 0
 
35312026-08-19T01:01:27.068Zfound 0 output files