01KZSE7KTMF9CAR3XFQRKPYZH7: clippy (helios)

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

Buildomat Job: 01KZSE8E418KQD1861Q0MCZ2RW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-11T22:15:26.295Zjob assigned to worker 01KZSE8TK9HMZGWEGR1NZJ33T6 [factory aws, i-08e8f4d580d975e04] (queued for 55 s)
 
22026-08-11T22:15:32.576Zstarting task 0: "setup"
32026-08-11T22:15:32.589Z++ uname -s
42026-08-11T22:15:32.589Z+ kern=SunOS
52026-08-11T22:15:32.589Z+ build_user=build
62026-08-11T22:15:32.589Z+ build_uid=12345
72026-08-11T22:15:32.589Z+ work_dir=/work
82026-08-11T22:15:32.589Z+ input_dir=/input
92026-08-11T22:15:32.589Z+ [[ 0 == 12345 ]]
102026-08-11T22:15:32.589Z+ case "$kern" in
112026-08-11T22:15:32.590Z+ groupadd -g 12345 build
122026-08-11T22:15:32.590Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-11T22:15:34.595Z+ zfs create -o mountpoint=/work rpool/work
142026-08-11T22:15:34.762Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-11T22:15:34.786Z+ home_fs=zfs
162026-08-11T22:15:34.786Z+ [[ zfs == autofs ]]
172026-08-11T22:15:34.786Z+ mkdir -p /home/build
182026-08-11T22:15:34.786Z+ chown build:build /home/build /work
192026-08-11T22:15:36.764Z+ chmod 0700 /home/build /work
202026-08-11T22:15:36.775Zprocess exited: duration 4189 ms, exit code 0
 
212026-08-11T22:15:36.787Zstarting task 1: "rust-toolchain"
222026-08-11T22:15:36.798Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-11T22:15:36.798Z * rust toolchain channel = "1.97.1"
242026-08-11T22:15:36.798Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-11T22:15:36.798Z * rust toolchain profile = "default"
262026-08-11T22:15:36.798Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-11T22:15:36.799Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-11T22:15:36.799Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-11T22:15:36.799Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-11T22:15:36.888Zinfo: downloading installer
312026-08-11T22:15:38.193Zwarn: It looks like you have an existing rustup settings file at:
322026-08-11T22:15:38.193Zwarn: /home/build/.rustup/settings.toml
332026-08-11T22:15:38.193Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-11T22:15:38.193Zwarn: instead of the one inferred from the default host triple.
352026-08-11T22:15:38.219Zinfo: profile set to default
362026-08-11T22:15:38.219Zinfo: default host triple is x86_64-unknown-illumos
372026-08-11T22:15:38.227Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-11T22:15:38.323Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-11T22:15:38.340Zinfo: downloading 6 components
402026-08-11T22:15:52.705Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-11T22:15:52.706Z
422026-08-11T22:15:52.738Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-11T22:15:52.738Z
442026-08-11T22:15:52.757Z
452026-08-11T22:15:52.757ZRust is installed now. Great!
462026-08-11T22:15:52.757Z
472026-08-11T22:15:52.757ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-11T22:15:52.757Zenvironment variable. This has not been done automatically.
492026-08-11T22:15:52.757Z
502026-08-11T22:15:52.757ZTo configure your current shell, you need to source
512026-08-11T22:15:52.757Zthe corresponding env file under $HOME/.cargo.
522026-08-11T22:15:52.757Z
532026-08-11T22:15:52.758ZThis is usually done by running one of the following (note the leading DOT):
542026-08-11T22:15:52.758Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-11T22:15:52.758Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-11T22:15:52.758Zsource "~/.cargo/env.nu" # For nushell
572026-08-11T22:15:52.758Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-11T22:15:52.758Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-11T22:15:52.758Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-11T22:15:52.758Zwarn: no default linker (`cc`) was found in your PATH
612026-08-11T22:15:52.758Zwarn: many Rust crates require a system C toolchain to build
622026-08-11T22:15:52.829Z+ rustup --version
632026-08-11T22:15:52.838Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-11T22:15:52.838Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-11T22:15:52.852Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-11T22:15:52.856Z+ cargo --version
672026-08-11T22:15:52.867Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-11T22:15:52.873Z+ rustc --version
692026-08-11T22:15:52.895Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-11T22:15:52.912Zprocess exited: duration 16102 ms, exit code 0
 
712026-08-11T22:15:52.930Zstarting task 2: "authentication"
722026-08-11T22:15:52.963ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-11T22:16:57.236Zprocess exited: duration 64298 ms, exit code 0
 
742026-08-11T22:16:57.267Zstarting task 3: "clone repository"
752026-08-11T22:16:57.272Z+ mkdir -p /work/oxidecomputer/omicron
762026-08-11T22:16:57.272Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-08-11T22:16:57.290ZCloning into '/work/oxidecomputer/omicron'...
782026-08-11T22:17:07.796Z+ cd /work/oxidecomputer/omicron
792026-08-11T22:17:07.797Z+ git fetch origin 0d881891ca1970343540d172caefdc5fa5340962
802026-08-11T22:17:08.129ZFrom https://github.com/oxidecomputer/omicron
812026-08-11T22:17:08.130Z * branch 0d881891ca1970343540d172caefdc5fa5340962 -> FETCH_HEAD
822026-08-11T22:17:08.141Z+ [[ -n '' ]]
832026-08-11T22:17:08.142Z+ git reset --hard 0d881891ca1970343540d172caefdc5fa5340962
842026-08-11T22:17:08.393ZHEAD is now at 0d881891c [spr] initial version
852026-08-11T22:17:08.395Zprocess exited: duration 11134 ms, exit code 0
 
862026-08-11T22:17:08.401Zstarting task 4: "build"
872026-08-11T22:17:08.406Z+ source ./env.sh
882026-08-11T22:17:08.413Z++ OLD_SHELL_OPTS=ehxB
892026-08-11T22:17:08.415Z++ set -o xtrace
902026-08-11T22:17:08.415Z++++ dirname ./env.sh
912026-08-11T22:17:08.415Z+++ readlink -f .
922026-08-11T22:17:08.418Z++ OMICRON_WS=/work/oxidecomputer/omicron
932026-08-11T22:17:08.418Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-08-11T22:17:08.418Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-08-11T22:17:08.419Z++ 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
962026-08-11T22:17:08.419Z++ 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
972026-08-11T22:17:08.419Z++ 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
982026-08-11T22:17:08.419Z++ 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
992026-08-11T22:17:08.419Z++ 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
1002026-08-11T22:17:08.419Z++ 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
1012026-08-11T22:17:08.419Z++ 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
1022026-08-11T22:17:08.419Z++ 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
1032026-08-11T22:17:08.420Z++ case $OLD_SHELL_OPTS in
1042026-08-11T22:17:08.420Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052026-08-11T22:17:08.420Z+ source .github/buildomat/ci-env.sh
1062026-08-11T22:17:08.420Z++ export CARGO_TERM_COLOR=always
1072026-08-11T22:17:08.420Z++ CARGO_TERM_COLOR=always
1082026-08-11T22:17:08.420Z+++ uname -s
1092026-08-11T22:17:08.420Z++ [[ SunOS == \S\u\n\O\S ]]
1102026-08-11T22:17:08.420Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1112026-08-11T22:17:08.420Z+ cargo --version
1122026-08-11T22:17:08.426Zcargo 1.97.1 (c980f4866 2026-06-30)
1132026-08-11T22:17:08.426Z+ rustc --version
1142026-08-11T22:17:08.444Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1152026-08-11T22:17:08.474Z+ banner prerequisites
1162026-08-11T22:17:08.474Z
1172026-08-11T22:17:08.474Z ##### ##### ###### ##### ###### #### # # # #### #
1182026-08-11T22:17:08.474Z # # # # # # # # # # # # # # #
1192026-08-11T22:17:08.474Z # # # # ##### # # ##### # # # # # #### #
1202026-08-11T22:17:08.474Z ##### ##### # ##### # # # # # # # # #
1212026-08-11T22:17:08.474Z # # # # # # # # # # # # # # #
1222026-08-11T22:17:08.474Z # # # ###### # # ###### ### # #### # #### #
1232026-08-11T22:17:08.474Z
1242026-08-11T22:17:08.474Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1252026-08-11T22:17:10.203Z Startup: Refreshing catalog 'helios' ... Done
1262026-08-11T22:17:10.509Z Startup: Caching catalogs ... Done
1272026-08-11T22:17:12.245ZPlanning: Solver setup ... Done (1.645s)
1282026-08-11T22:17:12.298ZPlanning: Running solver ... Done (0.053s)
1292026-08-11T22:17:12.340ZPlanning: Finding local manifests ... Done (0.003s)
1302026-08-11T22:17:12.350ZPlanning: Fetching manifests: 0/2 0% complete
1312026-08-11T22:17:12.364ZPlanning: Fetching manifests: 2/2 100% complete
1322026-08-11T22:17:12.376ZPlanning: Package planning ... Done (0.013s)
1332026-08-11T22:17:12.379ZPlanning: Merging actions ... Done (0.001s)
1342026-08-11T22:17:12.536ZPlanning: Checking for conflicting actions ... Done (0.157s)
1352026-08-11T22:17:12.539ZPlanning: Consolidating action changes ... Done (0.001s)
1362026-08-11T22:17:13.304ZPlanning: Evaluating mediators ... Done (0.767s)
1372026-08-11T22:17:13.307ZPlanning: Planning completed in 2.77 seconds
1382026-08-11T22:17:13.314Z Packages to install: 2
1392026-08-11T22:17:13.314Z Estimated space available: 156.01 GB
1402026-08-11T22:17:13.314ZEstimated space to be consumed: 67.95 MB
1412026-08-11T22:17:13.314Z Create boot environment: No
1422026-08-11T22:17:13.315ZCreate backup boot environment: No
1432026-08-11T22:17:13.315Z Rebuild boot archive: No
1442026-08-11T22:17:13.315Z
1452026-08-11T22:17:13.315ZChanged packages:
1462026-08-11T22:17:13.315Zhelios
1472026-08-11T22:17:13.315Z developer/build-essential
1482026-08-11T22:17:13.315Z None -> 11-3.0
1492026-08-11T22:17:13.315Z library/libxmlsec1
1502026-08-11T22:17:13.315Z None -> 1.2.35-3.0
1512026-08-11T22:17:13.337Z
1522026-08-11T22:17:13.337ZDownload: 0/214 items 0.0/1.3MB 0% complete
1532026-08-11T22:17:13.406ZDownload: Completed 1.28 MB in 0.07 seconds (19.1M/s)
1542026-08-11T22:17:13.462Z Actions: 1/268 actions (Installing new actions)
1552026-08-11T22:17:13.501Z Actions: Completed 268 actions in 0.04 seconds.
1562026-08-11T22:17:13.528ZFinalize: Updating package state database ... Done (0.028s)
1572026-08-11T22:17:13.528ZFinalize: Updating package cache ... Done (0.000s)
1582026-08-11T22:17:13.607ZFinalize: Updating image state ... Done (0.079s)
1592026-08-11T22:17:16.060ZFinalize: Creating fast lookup database ... Done (2.408s)
1602026-08-11T22:17:16.126ZFinalize: Reading search index ... Done (0.011s)
1612026-08-11T22:17:16.129ZFinalize: Updating search index ... Done (0.000s)
1622026-08-11T22:17:16.221ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-11T22:17:16.582ZPlanning: Evaluating mediator changes ... Done
1642026-08-11T22:17:16.684ZPlanning: Checking for conflicting actions ... Done
1652026-08-11T22:17:16.687ZPlanning: Consolidating action changes ... Done
1662026-08-11T22:17:16.841ZPlanning: Evaluating mediators ... Done
1672026-08-11T22:17:16.845ZPlanning: Planning completed in 0.26 seconds
1682026-08-11T22:17:16.864Z Mediators to change: 2
1692026-08-11T22:17:16.865Z Create boot environment: No
1702026-08-11T22:17:16.865ZCreate backup boot environment: No
1712026-08-11T22:17:16.926ZFinalize: Updating package state database ... Done
1722026-08-11T22:17:16.926ZFinalize: Updating package cache ... Done
1732026-08-11T22:17:16.969ZFinalize: Updating image state ... Done
1742026-08-11T22:17:18.898ZFinalize: Creating fast lookup database ... Done
1752026-08-11T22:17:18.962ZFinalize: Reading search index ... Done
1762026-08-11T22:17:18.966ZFinalize: Updating search index ... Done
1772026-08-11T22:17:19.055ZFinalize: Updating package cache ... Done
1782026-08-11T22:17:19.335ZPlanning: Evaluating mediator changes ... Done
1792026-08-11T22:17:19.441ZPlanning: Checking for conflicting actions ... Done
1802026-08-11T22:17:19.445ZPlanning: Consolidating action changes ... Done
1812026-08-11T22:17:19.597ZPlanning: Evaluating mediators ... Done
1822026-08-11T22:17:19.601ZPlanning: Planning completed in 0.26 seconds
1832026-08-11T22:17:19.620Z Mediators to change: 1
1842026-08-11T22:17:19.621Z Create boot environment: No
1852026-08-11T22:17:19.624ZCreate backup boot environment: No
1862026-08-11T22:17:19.673ZFinalize: Updating package state database ... Done
1872026-08-11T22:17:19.673ZFinalize: Updating package cache ... Done
1882026-08-11T22:17:19.717ZFinalize: Updating image state ... Done
1892026-08-11T22:17:21.666ZFinalize: Creating fast lookup database ... Done
1902026-08-11T22:17:21.731ZFinalize: Reading search index ... Done
1912026-08-11T22:17:21.734ZFinalize: Updating search index ... Done
1922026-08-11T22:17:21.809ZFinalize: Updating package cache ... Done
1932026-08-11T22:17:22.119ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942026-08-11T22:17:22.119Zapache system 2.4 system
1952026-08-11T22:17:22.119Zclang system 15 system
1962026-08-11T22:17:22.119Zcsh system system illumos
1972026-08-11T22:17:22.121Zctags system system illumos
1982026-08-11T22:17:22.121Zfile vendor vendor darwinsys
1992026-08-11T22:17:22.121Zfile system system illumos
2002026-08-11T22:17:22.121Zgcc vendor 14 vendor
2012026-08-11T22:17:22.121Zgcc system 13 system
2022026-08-11T22:17:22.121Zgcc system 10 system
2032026-08-11T22:17:22.121Zgo system 1.25 system
2042026-08-11T22:17:22.121Zllvm system 15 system
2052026-08-11T22:17:22.121Zmariadb system 11.4 system
2062026-08-11T22:17:22.121Zmta vendor vendor dma
2072026-08-11T22:17:22.121Zopenjdk system 17 system
2082026-08-11T22:17:22.121Zopenjdk system 11 system
2092026-08-11T22:17:22.122Zopenssl vendor 3 vendor
2102026-08-11T22:17:22.122Zperl system 5.40 system
2112026-08-11T22:17:22.122Zpostgresql system 18 system
2122026-08-11T22:17:22.122Zpostgresql system 17 system
2132026-08-11T22:17:22.122Zpython vendor 3 vendor
2142026-08-11T22:17:22.122Zpython system 2 system
2152026-08-11T22:17:22.122Zpython3 vendor 3.13 vendor
2162026-08-11T22:17:22.122Zruby system 3.4 system
2172026-08-11T22:17:22.122Zruby system 3.0 system
2182026-08-11T22:17:22.122Zwords vendor vendor american-english
2192026-08-11T22:17:22.122Zwords system system australian-english
2202026-08-11T22:17:22.122Zwords system system british-english
2212026-08-11T22:17:22.122Zwords system system canadian-english
2222026-08-11T22:17:22.122Zwords system system french
2232026-08-11T22:17:22.123Zwords system system italian
2242026-08-11T22:17:22.123Zwords system system ngerman
2252026-08-11T22:17:22.123Zwords system system ogerman
2262026-08-11T22:17:22.123Zwords system system spanish
2272026-08-11T22:17:22.368ZPUBLISHER TYPE STATUS P LOCATION
2282026-08-11T22:17:22.368Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2292026-08-11T22:17:22.809ZFMRI IFO
2302026-08-11T22:17:22.809Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2312026-08-11T22:17:22.809Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2322026-08-11T22:17:22.809Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2332026-08-11T22:17:22.809Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2342026-08-11T22:17:22.809Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2352026-08-11T22:17:22.809Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2362026-08-11T22:17:22.809Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2372026-08-11T22:17:22.809Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2382026-08-11T22:17:22.809Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2392026-08-11T22:17:23.130Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402026-08-11T22:17:23.439Z Updating crates.io index
2412026-08-11T22:17:23.442Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422026-08-11T22:17:23.701Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-08-11T22:17:24.080Z Updating git repository `https://github.com/oxidecomputer/propolis`
2442026-08-11T22:17:25.117Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-08-11T22:17:25.623Z Updating git repository `https://github.com/oxidecomputer/crucible`
2462026-08-11T22:17:27.195Z Updating git repository `https://github.com/oxidecomputer/opte`
2472026-08-11T22:17:28.071Z Updating git repository `https://github.com/oxidecomputer/tofino`
2482026-08-11T22:17:28.364Z Updating git repository `https://github.com/oxidecomputer/lldp`
2492026-08-11T22:17:28.680Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502026-08-11T22:17:30.074Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-08-11T22:17:30.404Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2522026-08-11T22:17:30.729Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2532026-08-11T22:17:30.977Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2542026-08-11T22:17:31.246Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2552026-08-11T22:17:31.529Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2562026-08-11T22:17:31.807Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-11T22:17:32.085Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-08-11T22:17:32.378Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-11T22:17:32.831Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-08-11T22:17:33.307Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612026-08-11T22:17:33.766Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-08-11T22:17:34.263Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2632026-08-11T22:17:34.546Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2642026-08-11T22:17:35.046Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2652026-08-11T22:17:35.346Z Updating git repository `https://github.com/oxidecomputer/erebor`
2662026-08-11T22:17:35.877Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-08-11T22:17:36.278Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-08-11T22:17:36.583Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-08-11T22:17:36.963Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-08-11T22:17:37.709Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-08-11T22:17:37.993Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-08-11T22:17:38.317Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-08-11T22:17:38.682Z Updating git repository `https://github.com/oxidecomputer/tough`
2742026-08-11T22:17:39.201Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-08-11T22:17:39.795Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-08-11T22:17:40.062Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-08-11T22:17:40.337Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-08-11T22:17:40.660Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792026-08-11T22:17:40.907Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-08-11T22:17:41.198Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-08-11T22:17:42.276Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-08-11T22:17:42.309Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-08-11T22:17:47.954Z Downloading crates ...
2842026-08-11T22:17:47.954Z Downloaded anstream v1.0.0
2852026-08-11T22:17:47.954Z Downloaded digest v0.10.7
2862026-08-11T22:17:47.954Z Downloaded memchr v2.8.0
2872026-08-11T22:17:47.954Z Downloaded clap_lex v1.0.0
2882026-08-11T22:17:47.954Z Downloaded crypto-common v0.1.7
2892026-08-11T22:17:47.954Z Downloaded fastrand v2.3.0
2902026-08-11T22:17:47.954Z Downloaded errno v0.3.14
2912026-08-11T22:17:47.954Z Downloaded is_terminal_polyfill v1.70.2
2922026-08-11T22:17:47.954Z Downloaded pest_meta v2.8.6
2932026-08-11T22:17:47.954Z Downloaded camino v1.2.2
2942026-08-11T22:17:47.954Z Downloaded cpufeatures v0.2.17
2952026-08-11T22:17:47.955Z Downloaded zmij v1.0.21
2962026-08-11T22:17:47.955Z Downloaded zerocopy v0.7.35
2972026-08-11T22:17:47.955Z Downloaded colorchoice v1.0.4
2982026-08-11T22:17:47.955Z Downloaded macaddr v1.0.1
2992026-08-11T22:17:47.955Z Downloaded cfg-if v1.0.4
3002026-08-11T22:17:47.955Z Downloaded generic-array v0.14.7
3012026-08-11T22:17:47.955Z Downloaded thread-id v4.2.2
3022026-08-11T22:17:47.955Z Downloaded dof v0.3.0
3032026-08-11T22:17:47.955Z Downloaded heck v0.5.0
3042026-08-11T22:17:47.955Z Downloaded itoa v1.0.17
3052026-08-11T22:17:47.955Z Downloaded equivalent v1.0.2
3062026-08-11T22:17:47.955Z Downloaded heck v0.4.1
3072026-08-11T22:17:47.955Z Downloaded anstyle-query v1.1.5
3082026-08-11T22:17:47.955Z Downloaded cargo_metadata v0.23.1
3092026-08-11T22:17:47.955Z Downloaded dtrace-parser v0.2.0
3102026-08-11T22:17:47.955Z Downloaded cargo-platform v0.3.2
3112026-08-11T22:17:47.955Z Downloaded memmap v0.7.0
3122026-08-11T22:17:47.955Z Downloaded serde_spanned v0.6.9
3132026-08-11T22:17:47.955Z Downloaded swrite v0.1.0
3142026-08-11T22:17:47.955Z Downloaded usdt-macro v0.5.0
3152026-08-11T22:17:47.955Z Downloaded terminal_size v0.4.3
3162026-08-11T22:17:47.955Z Downloaded utf8parse v0.2.2
3172026-08-11T22:17:47.955Z Downloaded usdt-attr-macro v0.5.0
3182026-08-11T22:17:47.955Z Downloaded tabled_derive v0.7.0
3192026-08-11T22:17:47.955Z Downloaded plain v0.2.3
3202026-08-11T22:17:47.955Z Downloaded toml_write v0.1.2
3212026-08-11T22:17:47.955Z Downloaded version_check v0.9.5
3222026-08-11T22:17:47.955Z Downloaded pretty-hex v0.4.1
3232026-08-11T22:17:47.955Z Downloaded toml_datetime v0.6.11
3242026-08-11T22:17:47.955Z Downloaded scroll_derive v0.12.1
3252026-08-11T22:17:47.955Z Downloaded proc-macro-error-attr v1.0.4
3262026-08-11T22:17:47.955Z Downloaded anstyle-parse v1.0.0
3272026-08-11T22:17:47.955Z Downloaded bytecount v0.6.9
3282026-08-11T22:17:47.955Z Downloaded camino-tempfile v1.4.1
3292026-08-11T22:17:47.955Z Downloaded fnv v1.0.7
3302026-08-11T22:17:47.955Z Downloaded byteorder v1.5.0
3312026-08-11T22:17:47.956Z Downloaded clap_derive v4.6.1
3322026-08-11T22:17:47.956Z Downloaded fs-err v3.3.0
3332026-08-11T22:17:47.956Z Downloaded strsim v0.11.1
3342026-08-11T22:17:47.956Z Downloaded usdt v0.5.0
3352026-08-11T22:17:47.956Z Downloaded proc-macro-error v1.0.4
3362026-08-11T22:17:47.956Z Downloaded block-buffer v0.10.4
3372026-08-11T22:17:47.956Z Downloaded scroll v0.12.0
3382026-08-11T22:17:47.956Z Downloaded quote v1.0.45
3392026-08-11T22:17:47.956Z Downloaded smawk v0.3.2
3402026-08-11T22:17:47.956Z Downloaded sha2 v0.10.9
3412026-08-11T22:17:47.956Z Downloaded usdt-impl v0.5.0
3422026-08-11T22:17:47.956Z Downloaded thiserror-impl v1.0.69
3432026-08-11T22:17:47.956Z Downloaded unicode-linebreak v0.1.5
3442026-08-11T22:17:47.956Z Downloaded serde_tokenstream v0.2.3
3452026-08-11T22:17:47.956Z Downloaded thiserror v2.0.18
3462026-08-11T22:17:47.956Z Downloaded thiserror v1.0.69
3472026-08-11T22:17:47.956Z Downloaded pest_generator v2.8.6
3482026-08-11T22:17:47.956Z Downloaded cargo_toml v0.21.0
3492026-08-11T22:17:47.956Z Downloaded pest_derive v2.8.6
3502026-08-11T22:17:47.956Z Downloaded anstyle v1.0.14
3512026-08-11T22:17:47.956Z Downloaded anyhow v1.0.102
3522026-08-11T22:17:47.956Z Downloaded bitflags v2.11.0
3532026-08-11T22:17:47.956Z Downloaded once_cell v1.21.3
3542026-08-11T22:17:47.956Z Downloaded clap v4.6.1
3552026-08-11T22:17:47.956Z Downloaded autocfg v1.5.0
3562026-08-11T22:17:47.956Z Downloaded zerocopy-derive v0.7.35
3572026-08-11T22:17:47.956Z Downloaded thiserror-impl v2.0.18
3582026-08-11T22:17:47.956Z Downloaded toml v0.8.23
3592026-08-11T22:17:47.956Z Downloaded ucd-trie v0.1.7
3602026-08-11T22:17:47.956Z Downloaded semver v1.0.28
3612026-08-11T22:17:47.956Z Downloaded getrandom v0.4.1
3622026-08-11T22:17:47.956Z Downloaded indexmap v2.14.0
3632026-08-11T22:17:47.956Z Downloaded serde_core v1.0.228
3642026-08-11T22:17:47.956Z Downloaded log v0.4.29
3652026-08-11T22:17:47.956Z Downloaded papergrid v0.11.0
3662026-08-11T22:17:47.956Z Downloaded serde_derive v1.0.228
3672026-08-11T22:17:47.956Z Downloaded unicode-ident v1.0.24
3682026-08-11T22:17:47.956Z Downloaded proc-macro2 v1.0.106
3692026-08-11T22:17:47.956Z Downloaded textwrap v0.16.2
3702026-08-11T22:17:47.957Z Downloaded toml_edit v0.22.27
3712026-08-11T22:17:47.957Z Downloaded clap_builder v4.6.0
3722026-08-11T22:17:47.957Z Downloaded tempfile v3.25.0
3732026-08-11T22:17:47.957Z Downloaded serde v1.0.228
3742026-08-11T22:17:47.957Z Downloaded typenum v1.20.1
3752026-08-11T22:17:47.957Z Downloaded pest v2.8.6
3762026-08-11T22:17:47.957Z Downloaded hashbrown v0.17.0
3772026-08-11T22:17:47.957Z Downloaded serde_json v1.0.151
3782026-08-11T22:17:47.957Z Downloaded winnow v0.7.14
3792026-08-11T22:17:47.957Z Downloaded goblin v0.8.2
3802026-08-11T22:17:47.957Z Downloaded tabled v0.15.0
3812026-08-11T22:17:47.957Z Downloaded syn v1.0.109
3822026-08-11T22:17:47.957Z Downloaded unicode-width v0.1.14
3832026-08-11T22:17:48.664Z Downloaded unicode-width v0.2.0
3842026-08-11T22:17:48.664Z Downloaded syn v2.0.117
3852026-08-11T22:17:48.664Z Downloaded rustix v1.1.3
3862026-08-11T22:17:48.664Z Downloaded libc v0.2.185
3872026-08-11T22:17:48.664Z Compiling proc-macro2 v1.0.106
3882026-08-11T22:17:48.664Z Compiling quote v1.0.45
3892026-08-11T22:17:48.664Z Compiling unicode-ident v1.0.24
3902026-08-11T22:17:48.664Z Compiling serde_core v1.0.228
3912026-08-11T22:17:48.664Z Compiling libc v0.2.185
3922026-08-11T22:17:48.664Z Compiling version_check v0.9.5
3932026-08-11T22:17:48.664Z Compiling memchr v2.8.0
3942026-08-11T22:17:48.664Z Compiling serde v1.0.228
3952026-08-11T22:17:48.664Z Compiling zmij v1.0.21
3962026-08-11T22:17:48.664Z Compiling ucd-trie v0.1.7
3972026-08-11T22:17:48.665Z Compiling thiserror v1.0.69
3982026-08-11T22:17:48.665Z Compiling itoa v1.0.17
3992026-08-11T22:17:48.665Z Compiling pest v2.8.6
4002026-08-11T22:17:48.665Z Compiling rustix v1.1.3
4012026-08-11T22:17:48.665Z Compiling byteorder v1.5.0
4022026-08-11T22:17:48.665Z Compiling errno v0.3.14
4032026-08-11T22:17:48.665Z Compiling bitflags v2.11.0
4042026-08-11T22:17:48.665Z Compiling serde_json v1.0.151
4052026-08-11T22:17:48.665Z Compiling syn v2.0.117
4062026-08-11T22:17:48.665Z Compiling thread-id v4.2.2
4072026-08-11T22:17:48.665Z Compiling usdt-impl v0.5.0
4082026-08-11T22:17:48.665Z Compiling proc-macro-error-attr v1.0.4
4092026-08-11T22:17:48.665Z Compiling syn v1.0.109
4102026-08-11T22:17:48.665Z Compiling camino v1.2.2
4112026-08-11T22:17:48.665Z Compiling pest_meta v2.8.6
4122026-08-11T22:17:48.665Z Compiling proc-macro-error v1.0.4
4132026-08-11T22:17:48.665Z Compiling plain v0.2.3
4142026-08-11T22:17:48.665Z Compiling log v0.4.29
4152026-08-11T22:17:48.665Z Compiling hashbrown v0.17.0
4162026-08-11T22:17:48.665Z Compiling equivalent v1.0.2
4172026-08-11T22:17:48.665Z Compiling utf8parse v0.2.2
4182026-08-11T22:17:48.665Z Compiling getrandom v0.4.1
4192026-08-11T22:17:48.704Z Compiling anstyle-parse v1.0.0
4202026-08-11T22:17:48.704Z Compiling terminal_size v0.4.3
4212026-08-11T22:17:48.704Z Compiling indexmap v2.14.0
4222026-08-11T22:17:48.704Z Compiling thiserror v2.0.18
4232026-08-11T22:17:48.704Z Compiling toml_write v0.1.2
4242026-08-11T22:17:48.704Z Compiling is_terminal_polyfill v1.70.2
4252026-08-11T22:17:48.704Z Compiling autocfg v1.5.0
4262026-08-11T22:17:48.704Z Compiling cfg-if v1.0.4
4272026-08-11T22:17:48.704Z Compiling anstyle-query v1.1.5
4282026-08-11T22:17:49.695Z Compiling anstyle v1.0.14
4292026-08-11T22:17:49.696Z Compiling pretty-hex v0.4.1
4302026-08-11T22:17:49.937Z Compiling colorchoice v1.0.4
4312026-08-11T22:17:49.937Z Compiling pest_generator v2.8.6
4322026-08-11T22:17:49.937Z Compiling winnow v0.7.14
4332026-08-11T22:17:49.937Z Compiling anstream v1.0.0
4342026-08-11T22:17:49.937Z Compiling fs-err v3.3.0
4352026-08-11T22:17:49.937Z Compiling once_cell v1.21.3
4362026-08-11T22:17:49.937Z Compiling heck v0.5.0
4372026-08-11T22:17:49.937Z Compiling fastrand v2.3.0
4382026-08-11T22:17:49.937Z Compiling fnv v1.0.7
4392026-08-11T22:17:49.937Z Compiling bytecount v0.6.9
4402026-08-11T22:17:49.937Z Compiling unicode-width v0.1.14
4412026-08-11T22:17:49.937Z Compiling heck v0.4.1
4422026-08-11T22:17:49.937Z Compiling clap_lex v1.0.0
4432026-08-11T22:17:49.937Z Compiling anyhow v1.0.102
4442026-08-11T22:17:49.937Z Compiling strsim v0.11.1
4452026-08-11T22:17:49.937Z Compiling papergrid v0.11.0
4462026-08-11T22:17:49.937Z Compiling tempfile v3.25.0
4472026-08-11T22:17:49.947Z Compiling clap_builder v4.6.0
4482026-08-11T22:17:49.947Z Compiling tabled_derive v0.7.0
4492026-08-11T22:17:49.966Z Compiling semver v1.0.28
4502026-08-11T22:17:50.049Z Compiling cargo-platform v0.3.2
4512026-08-11T22:17:50.091Z Compiling memmap v0.7.0
4522026-08-11T22:17:50.666Z Compiling unicode-width v0.2.0
4532026-08-11T22:17:50.693Z Compiling unicode-linebreak v0.1.5
4542026-08-11T22:17:50.693Z Compiling smawk v0.3.2
4552026-08-11T22:17:50.693Z Compiling serde_derive v1.0.228
4562026-08-11T22:17:50.693Z Compiling thiserror-impl v1.0.69
4572026-08-11T22:17:50.693Z Compiling zerocopy-derive v0.7.35
4582026-08-11T22:17:50.693Z Compiling pest_derive v2.8.6
4592026-08-11T22:17:50.693Z Compiling scroll_derive v0.12.1
4602026-08-11T22:17:51.049Z Compiling thiserror-impl v2.0.18
4612026-08-11T22:17:51.091Z Compiling clap_derive v4.6.1
4622026-08-11T22:17:51.268Z Compiling tabled v0.15.0
4632026-08-11T22:17:51.804Z Compiling scroll v0.12.0
4642026-08-11T22:17:51.890Z Compiling zerocopy v0.7.35
4652026-08-11T22:17:51.890Z Compiling goblin v0.8.2
4662026-08-11T22:17:51.890Z Compiling dtrace-parser v0.2.0
4672026-08-11T22:17:51.950Z Compiling textwrap v0.16.2
4682026-08-11T22:17:52.473Z Compiling camino-tempfile v1.4.1
4692026-08-11T22:17:52.762Z Compiling swrite v0.1.0
4702026-08-11T22:17:52.777Z Compiling clap v4.6.1
4712026-08-11T22:17:54.030Z Compiling dof v0.3.0
4722026-08-11T22:17:54.031Z Compiling serde_tokenstream v0.2.3
4732026-08-11T22:17:54.295Z Compiling serde_spanned v0.6.9
4742026-08-11T22:17:54.295Z Compiling toml_datetime v0.6.11
4752026-08-11T22:17:54.296Z Compiling macaddr v1.0.1
4762026-08-11T22:17:54.296Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4772026-08-11T22:17:54.296Z Compiling cargo_metadata v0.23.1
4782026-08-11T22:17:54.296Z Compiling toml_edit v0.22.27
4792026-08-11T22:17:54.323Z Compiling usdt-attr-macro v0.5.0
4802026-08-11T22:17:54.323Z Compiling usdt-macro v0.5.0
4812026-08-11T22:17:55.760Z Compiling usdt v0.5.0
4822026-08-11T22:17:55.801Z Compiling toml v0.8.23
4832026-08-11T22:17:55.801Z Compiling cargo_toml v0.21.0
4842026-08-11T22:17:57.757Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4852026-08-11T22:17:59.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.67s
4862026-08-11T22:17:59.214Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4872026-08-11T22:17:59.396Z Downloading crates ...
4882026-08-11T22:17:59.442Z Downloaded adler2 v2.0.1
4892026-08-11T22:17:59.493Z Downloaded async-stream-impl v0.3.6
4902026-08-11T22:17:59.493Z Downloaded aead v0.5.2
4912026-08-11T22:17:59.493Z Downloaded assert_matches v1.5.0
4922026-08-11T22:17:59.493Z Downloaded async-recursion v1.1.1
4932026-08-11T22:17:59.493Z Downloaded bitfield-struct v0.6.2
4942026-08-11T22:17:59.493Z Downloaded flagset v0.4.7
4952026-08-11T22:17:59.493Z Downloaded endian-type v0.1.2
4962026-08-11T22:17:59.493Z Downloaded float-cmp v0.10.0
4972026-08-11T22:17:59.493Z Downloaded find-msvc-tools v0.1.9
4982026-08-11T22:17:59.493Z Downloaded form_urlencoded v1.2.2
4992026-08-11T22:18:00.226Z Downloaded base16ct v0.2.0
5002026-08-11T22:18:00.226Z Downloaded foreign-types v0.3.2
5012026-08-11T22:18:00.226Z Downloaded fd-lock v4.0.4
5022026-08-11T22:18:00.226Z Downloaded bb8 v0.8.6
5032026-08-11T22:18:00.226Z Downloaded float-ord v0.3.2
5042026-08-11T22:18:00.226Z Downloaded aead v0.6.1
5052026-08-11T22:18:00.226Z Downloaded anstream v0.6.21
5062026-08-11T22:18:00.226Z Downloaded bit-vec v0.6.3
5072026-08-11T22:18:00.226Z Downloaded atomicwrites v0.4.4
5082026-08-11T22:18:00.226Z Downloaded futures-core v0.3.32
5092026-08-11T22:18:00.226Z Downloaded bit-set v0.8.0
5102026-08-11T22:18:00.226Z Downloaded atty v0.2.14
5112026-08-11T22:18:00.226Z Downloaded block-buffer v0.12.1
5122026-08-11T22:18:00.226Z Downloaded compression-codecs v0.4.37
5132026-08-11T22:18:00.227Z Downloaded fixedbitset v0.4.2
5142026-08-11T22:18:00.227Z Downloaded git-stub v1.0.0
5152026-08-11T22:18:00.227Z Downloaded anstyle-parse v0.2.7
5162026-08-11T22:18:00.227Z Downloaded bcs v0.1.6
5172026-08-11T22:18:00.227Z Downloaded foreign-types-macros v0.2.3
5182026-08-11T22:18:00.227Z Downloaded funty v2.0.0
5192026-08-11T22:18:00.227Z Downloaded highway v1.3.0
5202026-08-11T22:18:00.227Z Downloaded bcrypt-pbkdf v0.11.0
5212026-08-11T22:18:00.227Z Downloaded async-stream v0.3.6
5222026-08-11T22:18:00.227Z Downloaded futures-task v0.3.32
5232026-08-11T22:18:00.227Z Downloaded array-init v0.0.4
5242026-08-11T22:18:00.227Z Downloaded enum-as-inner v0.6.1
5252026-08-11T22:18:00.227Z Downloaded foreign-types v0.5.0
5262026-08-11T22:18:00.227Z Downloaded bit-set v0.5.3
5272026-08-11T22:18:00.227Z Downloaded home v0.5.12
5282026-08-11T22:18:00.227Z Downloaded futures-io v0.3.32
5292026-08-11T22:18:00.227Z Downloaded fxhash v0.2.1
5302026-08-11T22:18:00.227Z Downloaded headers-core v0.3.0
5312026-08-11T22:18:00.227Z Downloaded http-range v0.1.5
5322026-08-11T22:18:00.227Z Downloaded cfg_aliases v0.1.1
5332026-08-11T22:18:00.227Z Downloaded ciborium-io v0.2.2
5342026-08-11T22:18:00.227Z Downloaded hostname v0.3.1
5352026-08-11T22:18:00.227Z Downloaded hostname v0.4.2
5362026-08-11T22:18:00.227Z Downloaded futures-sink v0.3.32
5372026-08-11T22:18:00.228Z Downloaded foreign-types-shared v0.1.1
5382026-08-11T22:18:00.228Z Downloaded hyper-tls v0.6.0
5392026-08-11T22:18:00.228Z Downloaded ghash v0.6.0
5402026-08-11T22:18:00.228Z Downloaded block-padding v0.4.2
5412026-08-11T22:18:00.275Z Downloaded arrayref v0.3.9
5422026-08-11T22:18:00.276Z Downloaded hash32 v0.2.1
5432026-08-11T22:18:00.276Z Downloaded openssl-probe v0.2.1
5442026-08-11T22:18:00.276Z Downloaded httpdate v1.0.3
5452026-08-11T22:18:00.277Z Downloaded base16ct v1.0.0
5462026-08-11T22:18:00.277Z Downloaded cfg_aliases v0.2.1
5472026-08-11T22:18:00.277Z Downloaded hex-literal v1.1.0
5482026-08-11T22:18:00.277Z Downloaded bitfield-macros v0.19.4
5492026-08-11T22:18:00.277Z Downloaded hex v0.4.3
5502026-08-11T22:18:00.277Z Downloaded globwalk v0.9.1
5512026-08-11T22:18:00.277Z Downloaded foreign-types-shared v0.3.1
5522026-08-11T22:18:00.277Z Downloaded futures-macro v0.3.32
5532026-08-11T22:18:00.277Z Downloaded hash32 v0.3.1
5542026-08-11T22:18:00.277Z Downloaded http-body v1.0.1
5552026-08-11T22:18:00.277Z Downloaded castaway v0.2.4
5562026-08-11T22:18:00.277Z Downloaded convert_case v0.4.0
5572026-08-11T22:18:00.277Z Downloaded hubpack v0.1.2
5582026-08-11T22:18:00.277Z Downloaded compression-core v0.4.31
5592026-08-11T22:18:00.277Z Downloaded env_filter v1.0.0
5602026-08-11T22:18:00.278Z Downloaded erased-serde v0.3.31
5612026-08-11T22:18:00.278Z Downloaded foldhash v0.2.0
5622026-08-11T22:18:00.278Z Downloaded futures-executor v0.3.32
5632026-08-11T22:18:00.278Z Downloaded ascii-canvas v3.0.0
5642026-08-11T22:18:00.278Z Downloaded ciborium-ll v0.2.2
5652026-08-11T22:18:00.278Z Downloaded ff v0.13.1
5662026-08-11T22:18:00.278Z Downloaded foldhash v0.1.5
5672026-08-11T22:18:00.278Z Downloaded enum_dispatch v0.3.13
5682026-08-11T22:18:00.278Z Downloaded fs-err v2.11.0
5692026-08-11T22:18:00.278Z Downloaded arrayvec v0.7.6
5702026-08-11T22:18:00.278Z Downloaded atomic-waker v1.1.2
5712026-08-11T22:18:00.278Z Downloaded bit-vec v0.8.0
5722026-08-11T22:18:00.278Z Downloaded async-bb8-diesel v0.2.1
5732026-08-11T22:18:00.278Z Downloaded backon v1.6.0
5742026-08-11T22:18:00.279Z Downloaded gethostname v0.5.0
5752026-08-11T22:18:00.279Z Downloaded argon2 v0.6.0-rc.8
5762026-08-11T22:18:00.279Z Downloaded bzip2 v0.6.1
5772026-08-11T22:18:00.279Z Downloaded peg-runtime v0.8.5
5782026-08-11T22:18:00.279Z Downloaded backoff v0.4.0
5792026-08-11T22:18:00.279Z Downloaded proc-macro-crate v1.3.1
5802026-08-11T22:18:00.279Z Downloaded progenitor-macro v0.14.0
5812026-08-11T22:18:00.279Z Downloaded group v0.13.0
5822026-08-11T22:18:00.279Z Downloaded ff v0.14.0
5832026-08-11T22:18:00.279Z Downloaded git-stub-vcs v0.1.0
5842026-08-11T22:18:00.279Z Downloaded filetime v0.2.27
5852026-08-11T22:18:00.279Z Downloaded globset v0.4.18
5862026-08-11T22:18:00.279Z Downloaded group v0.14.0
5872026-08-11T22:18:00.280Z Downloaded constant_time_eq v0.4.2
5882026-08-11T22:18:00.280Z Downloaded cmov v0.5.4
5892026-08-11T22:18:00.280Z Downloaded http-body-util v0.1.3
5902026-08-11T22:18:00.280Z Downloaded humantime v2.3.0
5912026-08-11T22:18:00.280Z Downloaded cobs v0.3.0
5922026-08-11T22:18:00.280Z Downloaded hubpack_derive v0.1.1
5932026-08-11T22:18:00.280Z Downloaded num v0.4.3
5942026-08-11T22:18:00.280Z Downloaded num_enum_derive v0.5.11
5952026-08-11T22:18:00.280Z Downloaded fallible-iterator v0.2.0
5962026-08-11T22:18:00.280Z Downloaded glob v0.3.3
5972026-08-11T22:18:00.280Z Downloaded hyper-staticfile v0.10.1
5982026-08-11T22:18:00.280Z Downloaded recursive-proc-macro-impl v0.1.1
5992026-08-11T22:18:00.280Z Downloaded bitfield v0.19.4
6002026-08-11T22:18:00.280Z Downloaded fixedbitset v0.5.7
6012026-08-11T22:18:00.280Z Downloaded hybrid-array v0.4.13
6022026-08-11T22:18:00.280Z Downloaded rfc6979 v0.4.0
6032026-08-11T22:18:00.280Z Downloaded async-trait v0.1.89
6042026-08-11T22:18:00.281Z Downloaded bs58 v0.5.1
6052026-08-11T22:18:00.281Z Downloaded scroll_derive v0.13.1
6062026-08-11T22:18:00.281Z Downloaded semver v0.1.20
6072026-08-11T22:18:00.281Z Downloaded oxnet v0.1.6
6082026-08-11T22:18:00.281Z Downloaded scheduled-thread-pool v0.2.7
6092026-08-11T22:18:00.281Z Downloaded cassowary v0.3.0
6102026-08-11T22:18:00.281Z Downloaded bitflags v1.3.2
6112026-08-11T22:18:00.281Z Downloaded password-hash v0.5.0
6122026-08-11T22:18:00.281Z Downloaded cipher v0.4.4
6132026-08-11T22:18:00.281Z Downloaded base64ct v1.8.3
6142026-08-11T22:18:00.281Z Downloaded blowfish v0.10.0
6152026-08-11T22:18:00.281Z Downloaded cbc v0.2.1
6162026-08-11T22:18:00.282Z Downloaded buf-list v1.1.2
6172026-08-11T22:18:00.282Z Downloaded radium v0.7.0
6182026-08-11T22:18:00.282Z Downloaded signature v2.2.0
6192026-08-11T22:18:00.282Z Downloaded rand_xorshift v0.4.0
6202026-08-11T22:18:00.282Z Downloaded strip-ansi-escapes v0.2.1
6212026-08-11T22:18:00.282Z Downloaded blake2 v0.10.6
6222026-08-11T22:18:00.282Z Downloaded strum v0.27.2
6232026-08-11T22:18:00.282Z Downloaded hmac v0.12.1
6242026-08-11T22:18:00.282Z Downloaded cexpr v0.6.0
6252026-08-11T22:18:00.282Z Downloaded futures-channel v0.3.32
6262026-08-11T22:18:00.282Z Downloaded env_logger v0.11.9
6272026-08-11T22:18:00.283Z Downloaded httparse v1.10.1
6282026-08-11T22:18:00.283Z Downloaded argon2 v0.5.3
6292026-08-11T22:18:00.283Z Downloaded num-conv v0.2.0
6302026-08-11T22:18:00.283Z Downloaded byte-wrapper v0.1.0
6312026-08-11T22:18:00.283Z Downloaded half v1.8.3
6322026-08-11T22:18:00.283Z Downloaded hmac v0.13.0
6332026-08-11T22:18:00.283Z Downloaded fs_extra v1.3.0
6342026-08-11T22:18:00.283Z Downloaded serde_bytes v0.11.19
6352026-08-11T22:18:00.283Z Downloaded shell-words v1.1.1
6362026-08-11T22:18:00.283Z Downloaded tinyvec_macros v0.1.1
6372026-08-11T22:18:00.283Z Downloaded time-core v0.1.8
6382026-08-11T22:18:00.283Z Downloaded num-derive v0.4.2
6392026-08-11T22:18:00.283Z Downloaded rand_core v0.9.5
6402026-08-11T22:18:00.283Z Downloaded rfc6979 v0.6.0
6412026-08-11T22:18:00.367Z Downloaded cipher v0.5.2
6422026-08-11T22:18:00.367Z Downloaded chacha20 v0.9.1
6432026-08-11T22:18:00.367Z Downloaded cmake v0.1.57
6442026-08-11T22:18:00.367Z Downloaded heapless v0.8.0
6452026-08-11T22:18:00.368Z Downloaded pbkdf2 v0.13.0
6462026-08-11T22:18:00.368Z Downloaded postgres-protocol v0.6.10
6472026-08-11T22:18:00.368Z Downloaded strum v0.26.3
6482026-08-11T22:18:00.368Z Downloaded scroll v0.13.0
6492026-08-11T22:18:00.368Z Downloaded untrusted v0.7.1
6502026-08-11T22:18:00.368Z Downloaded usdt-attr-macro v0.6.0
6512026-08-11T22:18:00.368Z Downloaded utf8_iter v1.0.4
6522026-08-11T22:18:00.368Z Downloaded void v1.0.2
6532026-08-11T22:18:00.368Z Downloaded tokio-test v0.4.5
6542026-08-11T22:18:00.368Z Downloaded topological-sort v0.2.2
6552026-08-11T22:18:00.368Z Downloaded parking_lot_core v0.9.12
6562026-08-11T22:18:00.368Z Downloaded pkcs8 v0.11.0
6572026-08-11T22:18:00.368Z Downloaded psm v0.1.30
6582026-08-11T22:18:00.368Z Downloaded const-oid v0.9.6
6592026-08-11T22:18:00.368Z Downloaded serde_urlencoded v0.7.1
6602026-08-11T22:18:00.368Z Downloaded colored v3.1.1
6612026-08-11T22:18:00.368Z Downloaded slog-json v2.6.1
6622026-08-11T22:18:00.368Z Downloaded bzip2 v0.4.4
6632026-08-11T22:18:00.368Z Downloaded camino-tempfile-ext v0.3.3
6642026-08-11T22:18:00.369Z Downloaded slog-async v2.8.0
6652026-08-11T22:18:00.369Z Downloaded smf v0.2.3
6662026-08-11T22:18:00.369Z Downloaded static_assertions v1.1.0
6672026-08-11T22:18:00.369Z Downloaded blake2 v0.11.0-rc.6
6682026-08-11T22:18:00.369Z Downloaded zeroize_derive v1.5.0
6692026-08-11T22:18:00.369Z Downloaded ciborium v0.2.2
6702026-08-11T22:18:00.369Z Downloaded crc-catalog v2.4.0
6712026-08-11T22:18:00.369Z Downloaded chacha20 v0.10.0
6722026-08-11T22:18:00.369Z Downloaded colored v2.2.0
6732026-08-11T22:18:00.369Z Downloaded crypto-common v0.2.2
6742026-08-11T22:18:00.369Z Downloaded progenitor v0.13.0
6752026-08-11T22:18:00.369Z Downloaded const_format_proc_macros v0.2.34
6762026-08-11T22:18:00.369Z Downloaded fatfs v0.3.6
6772026-08-11T22:18:00.369Z Downloaded rustls-pemfile v2.2.0
6782026-08-11T22:18:00.369Z Downloaded getrandom v0.2.17
6792026-08-11T22:18:00.369Z Downloaded rustls-native-certs v0.8.3
6802026-08-11T22:18:00.369Z Downloaded strum_macros v0.26.4
6812026-08-11T22:18:00.369Z Downloaded zerofrom v0.1.6
6822026-08-11T22:18:00.369Z Downloaded generic-array v1.4.3
6832026-08-11T22:18:00.369Z Downloaded hyper-rustls v0.27.7
6842026-08-11T22:18:00.369Z Downloaded zerofrom-derive v0.1.6
6852026-08-11T22:18:00.369Z Downloaded half v2.7.1
6862026-08-11T22:18:00.369Z Downloaded clang-sys v1.8.1
6872026-08-11T22:18:00.369Z Downloaded allocator-api2 v0.2.21
6882026-08-11T22:18:00.369Z Downloaded base64 v0.22.1
6892026-08-11T22:18:00.369Z Downloaded strum_macros v0.27.2
6902026-08-11T22:18:00.369Z Downloaded console v0.16.2
6912026-08-11T22:18:00.369Z Downloaded defmt v0.3.100
6922026-08-11T22:18:00.369Z Downloaded flume v0.11.1
6932026-08-11T22:18:00.370Z Downloaded futures v0.3.32
6942026-08-11T22:18:00.370Z Downloaded cancel-safe-futures v0.1.5
6952026-08-11T22:18:00.370Z Downloaded strum_macros v0.24.3
6962026-08-11T22:18:00.370Z Downloaded tls_codec v0.4.2
6972026-08-11T22:18:00.370Z Downloaded serde_plain v1.0.2
6982026-08-11T22:18:00.370Z Downloaded shlex v1.3.0
6992026-08-11T22:18:00.370Z Downloaded slab v0.4.12
7002026-08-11T22:18:00.370Z Downloaded ssh-encoding v0.3.0
7012026-08-11T22:18:00.370Z Downloaded digest-io v0.1.0
7022026-08-11T22:18:00.370Z Downloaded difflib v0.4.0
7032026-08-11T22:18:00.370Z Downloaded unicase v2.9.0
7042026-08-11T22:18:00.370Z Downloaded vergen-lib v9.1.0
7052026-08-11T22:18:00.370Z Downloaded console v0.15.11
7062026-08-11T22:18:00.370Z Downloaded dunce v1.0.5
7072026-08-11T22:18:00.370Z Downloaded vsss-rs v3.3.4
7082026-08-11T22:18:00.370Z Downloaded pkcs1 v0.7.5
7092026-08-11T22:18:00.370Z Downloaded postcard v1.1.3
7102026-08-11T22:18:00.370Z Downloaded termios v0.3.3
7112026-08-11T22:18:00.370Z Downloaded termtree v0.5.1
7122026-08-11T22:18:00.370Z Downloaded tokio-tungstenite v0.23.1
7132026-08-11T22:18:00.370Z Downloaded illumos-nvpair v0.3.0
7142026-08-11T22:18:00.370Z Downloaded tokio-tungstenite v0.21.0
7152026-08-11T22:18:00.370Z Downloaded internet-checksum v0.2.1
7162026-08-11T22:18:00.370Z Downloaded is-terminal v0.4.17
7172026-08-11T22:18:00.370Z Downloaded is_ci v1.2.0
7182026-08-11T22:18:00.370Z Downloaded smallvec v1.15.1
7192026-08-11T22:18:00.370Z Downloaded sha2 v0.11.0
7202026-08-11T22:18:00.370Z Downloaded poly1305 v0.9.0
7212026-08-11T22:18:00.370Z Downloaded convert_case v0.10.0
7222026-08-11T22:18:00.370Z Downloaded ahash v0.8.12
7232026-08-11T22:18:00.370Z Downloaded lalrpop-util v0.19.12
7242026-08-11T22:18:00.370Z Downloaded jiff-static v0.2.34
7252026-08-11T22:18:00.370Z Downloaded maybe-uninit v2.0.0
7262026-08-11T22:18:00.370Z Downloaded md-5 v0.10.6
7272026-08-11T22:18:00.370Z Downloaded opaque-debug v0.3.1
7282026-08-11T22:18:00.370Z Downloaded proc-macro-error2 v2.0.1
7292026-08-11T22:18:00.370Z Downloaded wyz v0.5.1
7302026-08-11T22:18:00.370Z Downloaded headers v0.4.1
7312026-08-11T22:18:00.370Z Downloaded zeroize v1.9.0
7322026-08-11T22:18:00.370Z Downloaded lzss v0.8.2
7332026-08-11T22:18:00.371Z Downloaded oxide-update-engine-types v0.1.2
7342026-08-11T22:18:00.371Z Downloaded ar_archive_writer v0.5.1
7352026-08-11T22:18:00.371Z Downloaded normalize-line-endings v0.3.0
7362026-08-11T22:18:00.371Z Downloaded getrandom v0.3.4
7372026-08-11T22:18:00.371Z Downloaded defmt v1.0.1
7382026-08-11T22:18:00.371Z Downloaded nonempty v0.12.0
7392026-08-11T22:18:00.371Z Downloaded packed_struct_codegen v0.10.1
7402026-08-11T22:18:00.371Z Downloaded password-hash v0.6.1
7412026-08-11T22:18:00.384Z Downloaded path-slash v0.1.5
7422026-08-11T22:18:00.384Z Downloaded phf_shared v0.12.1
7432026-08-11T22:18:00.384Z Downloaded parse-display v0.10.0
7442026-08-11T22:18:00.384Z Downloaded daft v0.1.7
7452026-08-11T22:18:00.384Z Downloaded deranged v0.5.8
7462026-08-11T22:18:00.384Z Downloaded ron v0.8.1
7472026-08-11T22:18:00.384Z Downloaded derive_builder_core v0.20.2
7482026-08-11T22:18:00.384Z Downloaded digest v0.11.3
7492026-08-11T22:18:00.384Z Downloaded dropshot-api-manager-types v0.7.2
7502026-08-11T22:18:00.385Z Downloaded ryu v1.0.23
7512026-08-11T22:18:00.385Z Downloaded ed25519 v2.2.3
7522026-08-11T22:18:00.385Z Downloaded vergen v9.1.0
7532026-08-11T22:18:00.385Z Downloaded ingot v0.2.1
7542026-08-11T22:18:00.385Z Downloaded inout v0.2.2
7552026-08-11T22:18:00.385Z Downloaded predicates-tree v1.0.13
7562026-08-11T22:18:00.385Z Downloaded rustc_version v0.1.7
7572026-08-11T22:18:00.385Z Downloaded papergrid v0.18.0
7582026-08-11T22:18:00.385Z Downloaded postgres-types v0.2.12
7592026-08-11T22:18:00.385Z Downloaded either v1.15.0
7602026-08-11T22:18:00.385Z Downloaded embedded-io v0.6.1
7612026-08-11T22:18:00.385Z Downloaded openssl-sys v0.9.117
7622026-08-11T22:18:00.385Z Downloaded yasna v0.5.2
7632026-08-11T22:18:00.385Z Downloaded ref-cast-impl v1.0.25
7642026-08-11T22:18:00.385Z Downloaded secrecy v0.10.3
7652026-08-11T22:18:00.385Z Downloaded prettyplease v0.2.37
7662026-08-11T22:18:00.386Z Downloaded serde_spanned v1.1.1
7672026-08-11T22:18:00.386Z Downloaded linear-map v1.2.0
7682026-08-11T22:18:00.386Z Downloaded lock_api v0.4.14
7692026-08-11T22:18:00.386Z Downloaded arc-swap v1.8.2
7702026-08-11T22:18:00.386Z Downloaded newtype-uuid-macros v0.1.0
7712026-08-11T22:18:00.386Z Downloaded slog-bunyan v2.5.0
7722026-08-11T22:18:00.386Z Downloaded sponge-cursor v0.1.0
7732026-08-11T22:18:00.386Z Downloaded libsw v3.5.0
7742026-08-11T22:18:00.386Z Downloaded signal-hook-mio v0.2.5
7752026-08-11T22:18:00.386Z Downloaded num-rational v0.4.2
7762026-08-11T22:18:00.386Z Downloaded strsim v0.10.0
7772026-08-11T22:18:00.386Z Downloaded take_mut v0.2.2
7782026-08-11T22:18:00.386Z Downloaded chacha20poly1305 v0.10.1
7792026-08-11T22:18:00.386Z Downloaded compact_str v0.8.1
7802026-08-11T22:18:00.386Z Downloaded module-lattice v0.2.3
7812026-08-11T22:18:00.386Z Downloaded const-oid v0.10.2
7822026-08-11T22:18:00.386Z Downloaded rayon-core v1.13.0
7832026-08-11T22:18:00.386Z Downloaded paste v1.0.15
7842026-08-11T22:18:00.387Z Downloaded pkg-config v0.3.32
7852026-08-11T22:18:00.387Z Downloaded tracing-core v0.1.36
7862026-08-11T22:18:00.387Z Downloaded xattr v1.6.1
7872026-08-11T22:18:00.387Z Downloaded cpufeatures v0.3.0
7882026-08-11T22:18:00.387Z Downloaded ena v0.14.4
7892026-08-11T22:18:00.387Z Downloaded salsa20 v0.11.0
7902026-08-11T22:18:00.387Z Downloaded untrusted v0.9.0
7912026-08-11T22:18:00.387Z Downloaded base64 v0.21.7
7922026-08-11T22:18:00.387Z Downloaded darling v0.21.3
7932026-08-11T22:18:00.387Z Downloaded pin-project-lite v0.2.17
7942026-08-11T22:18:00.387Z Downloaded port-file v0.1.0
7952026-08-11T22:18:00.387Z Downloaded schemars_derive v0.8.22
7962026-08-11T22:18:00.387Z Downloaded zone_cfg_derive v0.3.1
7972026-08-11T22:18:00.387Z Downloaded signal-hook-registry v1.4.8
7982026-08-11T22:18:00.387Z Downloaded rand_core v0.6.4
7992026-08-11T22:18:00.387Z Downloaded usdt v0.6.0
8002026-08-11T22:18:00.387Z Downloaded yoke-derive v0.8.1
8012026-08-11T22:18:00.387Z Downloaded crc8 v0.1.1
8022026-08-11T22:18:00.387Z Downloaded heapless v0.7.17
8032026-08-11T22:18:00.387Z Downloaded ssh-cipher v0.3.0
8042026-08-11T22:18:00.387Z Downloaded tungstenite v0.21.0
8052026-08-11T22:18:00.387Z Downloaded typify v0.6.2
8062026-08-11T22:18:00.387Z Downloaded unicode-properties v0.1.4
8072026-08-11T22:18:00.388Z Downloaded serde_yaml v0.9.34+deprecated
8082026-08-11T22:18:00.388Z Downloaded cookie v0.18.1
8092026-08-11T22:18:00.388Z Downloaded curve25519-dalek-derive v0.1.1
8102026-08-11T22:18:00.388Z Downloaded darling_macro v0.20.11
8112026-08-11T22:18:00.388Z Downloaded display-error-chain v0.2.2
8122026-08-11T22:18:00.388Z Downloaded ident_case v1.0.1
8132026-08-11T22:18:00.388Z Downloaded document-features v0.2.12
8142026-08-11T22:18:00.388Z Downloaded serdect v0.4.3
8152026-08-11T22:18:00.388Z Downloaded expectorate v1.2.0
8162026-08-11T22:18:00.388Z Downloaded flate2 v1.1.9
8172026-08-11T22:18:00.388Z Downloaded hickory-resolver v0.25.2
8182026-08-11T22:18:00.388Z Downloaded cc v1.2.56
8192026-08-11T22:18:00.388Z Downloaded hashbrown v0.13.2
8202026-08-11T22:18:00.388Z Downloaded const_format v0.2.35
8212026-08-11T22:18:00.388Z Downloaded hickory-resolver v0.24.4
8222026-08-11T22:18:00.388Z Downloaded hickory-server v0.25.2
8232026-08-11T22:18:00.388Z Downloaded bytes v1.11.1
8242026-08-11T22:18:00.388Z Downloaded thiserror-no-std v2.0.2
8252026-08-11T22:18:00.388Z Downloaded string_cache v0.8.9
8262026-08-11T22:18:00.388Z Downloaded idna_adapter v1.2.1
8272026-08-11T22:18:00.388Z Downloaded publicsuffix v2.3.0
8282026-08-11T22:18:00.388Z Downloaded linked-hash-map v0.5.6
8292026-08-11T22:18:00.388Z Downloaded match_cfg v0.1.0
8302026-08-11T22:18:00.388Z Downloaded md5 v0.8.0
8312026-08-11T22:18:00.388Z Downloaded newtype_derive v0.1.6
8322026-08-11T22:18:00.388Z Downloaded libscf-sys v1.2.0
8332026-08-11T22:18:00.388Z Downloaded olpc-cjson v0.1.4
8342026-08-11T22:18:00.388Z Downloaded tiny-keccak v2.0.2
8352026-08-11T22:18:00.388Z Downloaded tinystr v0.8.2
8362026-08-11T22:18:00.388Z Downloaded toml_writer v1.1.1+spec-1.1.0
8372026-08-11T22:18:00.388Z Downloaded icu_properties v2.1.2
8382026-08-11T22:18:00.388Z Downloaded lru-cache v0.1.2
8392026-08-11T22:18:00.388Z Downloaded percent-encoding v2.3.2
8402026-08-11T22:18:00.389Z Downloaded serde_cbor v0.11.2
8412026-08-11T22:18:00.495Z Downloaded async-compression v0.4.41
8422026-08-11T22:18:00.496Z Downloaded rand_chacha v0.3.1
8432026-08-11T22:18:00.496Z Downloaded hashbrown v0.12.3
8442026-08-11T22:18:00.496Z Downloaded rand_chacha v0.9.0
8452026-08-11T22:18:00.496Z Downloaded critical-section v1.2.0
8462026-08-11T22:18:00.496Z Downloaded phf_shared v0.11.3
8472026-08-11T22:18:00.496Z Downloaded aes v0.9.1
8482026-08-11T22:18:00.496Z Downloaded yansi v1.0.1
8492026-08-11T22:18:00.496Z Downloaded displaydoc v0.2.5
8502026-08-11T22:18:00.496Z Downloaded ecdsa v0.16.9
8512026-08-11T22:18:00.496Z Downloaded ctr v0.10.1
8522026-08-11T22:18:00.496Z Downloaded data-encoding v2.10.0
8532026-08-11T22:18:00.496Z Downloaded inout v0.1.4
8542026-08-11T22:18:00.496Z Downloaded ipnet v2.11.0
8552026-08-11T22:18:00.496Z Downloaded russh-util v0.52.0
8562026-08-11T22:18:00.496Z Downloaded signal-hook-tokio v0.3.1
8572026-08-11T22:18:00.496Z Downloaded num-traits v0.2.19
8582026-08-11T22:18:00.496Z Downloaded darling_core v0.23.0
8592026-08-11T22:18:00.496Z Downloaded jobserver v0.1.34
8602026-08-11T22:18:00.496Z Downloaded omicron-zone-package v0.12.3
8612026-08-11T22:18:00.496Z Downloaded serde_with_macros v3.21.0
8622026-08-11T22:18:00.496Z Downloaded thiserror-impl-no-std v2.0.2
8632026-08-11T22:18:00.496Z Downloaded term v1.2.1
8642026-08-11T22:18:00.496Z Downloaded stable_deref_trait v1.2.1
8652026-08-11T22:18:00.496Z Downloaded usdt-impl v0.6.0
8662026-08-11T22:18:00.496Z Downloaded multer v3.1.0
8672026-08-11T22:18:00.496Z Downloaded try-lock v0.2.5
8682026-08-11T22:18:00.496Z Downloaded universal-hash v0.5.1
8692026-08-11T22:18:00.496Z Downloaded sync-ptr v0.1.4
8702026-08-11T22:18:00.496Z Downloaded sync_wrapper v1.0.2
8712026-08-11T22:18:00.496Z Downloaded supports-color v3.0.2
8722026-08-11T22:18:00.496Z Downloaded indexmap v1.9.3
8732026-08-11T22:18:00.496Z Downloaded unicode_categories v0.1.1
8742026-08-11T22:18:00.497Z Downloaded stringprep v0.1.5
8752026-08-11T22:18:00.497Z Downloaded rustls-platform-verifier v0.6.2
8762026-08-11T22:18:00.497Z Downloaded toml_parser v1.1.2+spec-1.1.0
8772026-08-11T22:18:00.497Z Downloaded nodrop v0.1.14
8782026-08-11T22:18:00.497Z Downloaded num_enum v0.5.11
8792026-08-11T22:18:00.497Z Downloaded unicode-xid v0.2.6
8802026-08-11T22:18:00.497Z Downloaded unit-prefix v0.5.2
8812026-08-11T22:18:00.497Z Downloaded want v0.3.1
8822026-08-11T22:18:00.497Z Downloaded oxide-update-engine v0.1.2
8832026-08-11T22:18:00.497Z Downloaded xshell-macros v0.2.7
8842026-08-11T22:18:00.497Z Downloaded typify-macro v0.6.2
8852026-08-11T22:18:00.497Z Downloaded http v1.4.2
8862026-08-11T22:18:00.497Z Downloaded progenitor-impl v0.13.0
8872026-08-11T22:18:00.497Z Downloaded polyval v0.7.1
8882026-08-11T22:18:00.497Z Downloaded crypto-bigint v0.5.5
8892026-08-11T22:18:00.497Z Downloaded poly1305 v0.8.0
8902026-08-11T22:18:00.497Z Downloaded wnaf v0.14.0
8912026-08-11T22:18:00.497Z Downloaded slog v2.8.2
8922026-08-11T22:18:00.497Z Downloaded progenitor-extras v0.2.0
8932026-08-11T22:18:00.497Z Downloaded crucible-workspace-hack v0.1.0
8942026-08-11T22:18:00.497Z Downloaded rusty-fork v0.3.1
8952026-08-11T22:18:00.497Z Downloaded tinyvec v1.10.0
8962026-08-11T22:18:00.497Z Downloaded derive_builder_macro v0.20.2
8972026-08-11T22:18:00.497Z Downloaded dyn-clone v1.0.20
8982026-08-11T22:18:00.497Z Downloaded darling_core v0.21.3
8992026-08-11T22:18:00.497Z Downloaded primefield v0.14.0
9002026-08-11T22:18:00.497Z Downloaded primeorder v0.13.6
9012026-08-11T22:18:00.497Z Downloaded rustls-pki-types v1.14.0
9022026-08-11T22:18:00.497Z Downloaded serde_with_macros v1.5.2
9032026-08-11T22:18:00.497Z Downloaded diesel_table_macro_syntax v0.3.0
9042026-08-11T22:18:00.497Z Downloaded bumpalo v3.20.2
9052026-08-11T22:18:00.497Z Downloaded parking_lot v0.12.5
9062026-08-11T22:18:00.497Z Downloaded tls_codec_derive v0.4.2
9072026-08-11T22:18:00.497Z Downloaded miniz_oxide v0.8.9
9082026-08-11T22:18:00.497Z Downloaded maplit v1.0.2
9092026-08-11T22:18:00.497Z Downloaded ml-kem v0.3.2
9102026-08-11T22:18:00.497Z Downloaded num_threads v0.1.7
9112026-08-11T22:18:00.497Z Downloaded socket2 v0.6.3
9122026-08-11T22:18:00.497Z Downloaded prefix-trie v0.7.0
9132026-08-11T22:18:00.498Z Downloaded rustversion v1.0.22
9142026-08-11T22:18:00.498Z Downloaded sec1 v0.7.3
9152026-08-11T22:18:00.498Z Downloaded siphasher v1.0.2
9162026-08-11T22:18:00.498Z Downloaded slog-scope v4.4.1
9172026-08-11T22:18:00.498Z Downloaded serde_path_to_error v0.1.20
9182026-08-11T22:18:00.498Z Downloaded slog-stdlog v4.1.1
9192026-08-11T22:18:00.498Z Downloaded indent_write v2.2.0
9202026-08-11T22:18:00.498Z Downloaded pkcs1 v0.8.0-rc.4
9212026-08-11T22:18:00.498Z Downloaded zopfli v0.8.3
9222026-08-11T22:18:00.498Z Downloaded peg-macros v0.8.5
9232026-08-11T22:18:00.498Z Downloaded lazy_static v1.5.0
9242026-08-11T22:18:00.498Z Downloaded oso-derive v0.27.3
9252026-08-11T22:18:00.498Z Downloaded yoke v0.8.1
9262026-08-11T22:18:00.498Z Downloaded zstd-safe v7.2.4
9272026-08-11T22:18:00.498Z Downloaded spki v0.8.0
9282026-08-11T22:18:00.498Z Downloaded proc-macro-error-attr2 v2.0.0
9292026-08-11T22:18:00.498Z Downloaded quinn-udp v0.5.14
9302026-08-11T22:18:00.498Z Downloaded derive-where v1.6.0
9312026-08-11T22:18:00.498Z Downloaded tokio-native-tls v0.3.1
9322026-08-11T22:18:00.498Z Downloaded rand_core v0.10.0
9332026-08-11T22:18:00.498Z Downloaded progenitor-macro v0.13.0
9342026-08-11T22:18:00.498Z Downloaded toml v0.7.8
9352026-08-11T22:18:00.498Z Downloaded hashbrown v0.16.1
9362026-08-11T22:18:00.498Z Downloaded cpubits v0.1.1
9372026-08-11T22:18:00.498Z Downloaded libbz2-rs-sys v0.2.2
9382026-08-11T22:18:00.498Z Downloaded rustc-hash v2.1.1
9392026-08-11T22:18:00.498Z Downloaded sapling-renderdag v0.1.0
9402026-08-11T22:18:00.498Z Downloaded des v0.9.0
9412026-08-11T22:18:00.544Z Downloaded crossbeam-deque v0.8.6
9422026-08-11T22:18:00.544Z Downloaded ctutils v0.4.2
9432026-08-11T22:18:00.544Z Downloaded testing_table v0.3.0
9442026-08-11T22:18:00.544Z Downloaded unicode-truncate v1.1.0
9452026-08-11T22:18:00.544Z Downloaded structmeta-derive v0.3.0
9462026-08-11T22:18:00.544Z Downloaded vte v0.14.1
9472026-08-11T22:18:00.544Z Downloaded tap v1.0.1
9482026-08-11T22:18:00.544Z Downloaded rand v0.10.1
9492026-08-11T22:18:00.544Z Downloaded zip v0.6.6
9502026-08-11T22:18:00.544Z Downloaded parking_lot_core v0.8.6
9512026-08-11T22:18:00.545Z Downloaded pem v3.0.6
9522026-08-11T22:18:00.545Z Downloaded potential_utf v0.1.4
9532026-08-11T22:18:00.545Z Downloaded pem-rfc7468 v0.7.0
9542026-08-11T22:18:00.545Z Downloaded wait-timeout v0.2.1
9552026-08-11T22:18:00.545Z Downloaded libsw-core v0.3.2
9562026-08-11T22:18:00.545Z Downloaded darling v0.23.0
9572026-08-11T22:18:00.545Z Downloaded utf-8 v0.7.6
9582026-08-11T22:18:00.545Z Downloaded crossbeam-channel v0.5.15
9592026-08-11T22:18:00.545Z Downloaded debug-ignore v1.0.5
9602026-08-11T22:18:00.545Z Downloaded icu_normalizer v2.1.1
9612026-08-11T22:18:00.545Z Downloaded rcgen v0.12.1
9622026-08-11T22:18:00.545Z Downloaded toml_edit v0.23.10+spec-1.0.0
9632026-08-11T22:18:00.545Z Downloaded hashbrown v0.15.5
9642026-08-11T22:18:00.545Z Downloaded nanorand v0.7.0
9652026-08-11T22:18:00.545Z Downloaded native-tls v0.2.18
9662026-08-11T22:18:00.545Z Downloaded serde-hex v0.1.0
9672026-08-11T22:18:00.545Z Downloaded quinn v0.11.11
9682026-08-11T22:18:00.545Z Downloaded pretty_assertions v1.4.1
9692026-08-11T22:18:00.545Z Downloaded pin-project-internal v1.1.11
9702026-08-11T22:18:00.545Z Downloaded indoc v1.0.9
9712026-08-11T22:18:00.545Z Downloaded mime v0.3.17
9722026-08-11T22:18:00.545Z Downloaded ingot-macros v0.2.0
9732026-08-11T22:18:00.545Z Downloaded ingot-types v0.2.0
9742026-08-11T22:18:00.545Z Downloaded kem v0.3.0
9752026-08-11T22:18:00.545Z Downloaded smallvec v0.6.14
9762026-08-11T22:18:00.546Z Downloaded litrs v1.0.0
9772026-08-11T22:18:00.546Z Downloaded memmap2 v0.9.10
9782026-08-11T22:18:00.546Z Downloaded slog-term v2.9.2
9792026-08-11T22:18:00.546Z Downloaded synstructure v0.13.2
9802026-08-11T22:18:00.546Z Downloaded keccak v0.1.6
9812026-08-11T22:18:00.546Z Downloaded nibble_vec v0.1.0
9822026-08-11T22:18:00.546Z Downloaded precomputed-hash v0.1.1
9832026-08-11T22:18:00.546Z Downloaded predicates v3.1.4
9842026-08-11T22:18:00.546Z Downloaded quick-error v1.2.3
9852026-08-11T22:18:00.546Z Downloaded russh-cryptovec v0.62.0
9862026-08-11T22:18:00.546Z Downloaded nu-ansi-term v0.50.3
9872026-08-11T22:18:00.546Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9882026-08-11T22:18:00.546Z Downloaded zerocopy-derive v0.8.40
9892026-08-11T22:18:00.546Z Downloaded csv-core v0.1.13
9902026-08-11T22:18:00.546Z Downloaded diff v0.1.13
9912026-08-11T22:18:00.546Z Downloaded vergen-gitcl v1.0.8
9922026-08-11T22:18:00.546Z Downloaded vergen-lib v0.1.6
9932026-08-11T22:18:00.546Z Downloaded scopeguard v1.2.0
9942026-08-11T22:18:00.546Z Downloaded sha1 v0.10.6
9952026-08-11T22:18:00.546Z Downloaded sec1 v0.8.1
9962026-08-11T22:18:00.546Z Downloaded sigpipe v0.1.3
9972026-08-11T22:18:00.546Z Downloaded recursive v0.1.1
9982026-08-11T22:18:00.546Z Downloaded xshell v0.2.7
9992026-08-11T22:18:00.546Z Downloaded diesel-dtrace v0.5.0
10002026-08-11T22:18:00.546Z Downloaded der v0.7.10
10012026-08-11T22:18:00.546Z Downloaded steno v0.4.1
10022026-08-11T22:18:00.546Z Downloaded ed25519 v3.0.0
10032026-08-11T22:18:00.546Z Downloaded hyper v1.10.1
10042026-08-11T22:18:00.546Z Downloaded futures-util v0.3.32
10052026-08-11T22:18:00.546Z Downloaded serde-big-array v0.5.1
10062026-08-11T22:18:00.546Z Downloaded aho-corasick v1.1.4
10072026-08-11T22:18:00.546Z Downloaded num-integer v0.1.46
10082026-08-11T22:18:00.546Z Downloaded waitgroup v0.1.2
10092026-08-11T22:18:00.546Z Downloaded zone v0.3.1
10102026-08-11T22:18:00.546Z Downloaded derive_more-impl v2.1.1
10112026-08-11T22:18:00.546Z Downloaded num-complex v0.4.6
10122026-08-11T22:18:00.546Z Downloaded nom v8.0.0
10132026-08-11T22:18:00.546Z Downloaded oxide-tokio-rt v0.1.4
10142026-08-11T22:18:00.547Z Downloaded peg v0.8.5
10152026-08-11T22:18:00.547Z Downloaded phf v0.13.1
10162026-08-11T22:18:00.547Z Downloaded phf v0.12.1
10172026-08-11T22:18:00.547Z Downloaded progenitor v0.14.0
10182026-08-11T22:18:00.547Z Downloaded rpassword v7.5.4
10192026-08-11T22:18:00.547Z Downloaded crc v3.4.0
10202026-08-11T22:18:00.547Z Downloaded dsl_auto_type v0.2.0
10212026-08-11T22:18:00.547Z Downloaded schemars v1.2.1
10222026-08-11T22:18:00.547Z Downloaded der_derive v0.7.3
10232026-08-11T22:18:00.547Z Downloaded diesel_derives v2.3.7
10242026-08-11T22:18:00.547Z Downloaded url v2.5.8
10252026-08-11T22:18:00.547Z Downloaded keccak v0.2.0
10262026-08-11T22:18:00.547Z Downloaded slog-envlogger v2.2.0
10272026-08-11T22:18:00.547Z Downloaded owo-colors v4.3.0
10282026-08-11T22:18:00.547Z Downloaded cstr-argument v0.1.2
10292026-08-11T22:18:00.547Z Downloaded darling_macro v0.23.0
10302026-08-11T22:18:00.547Z Downloaded dirs-sys-next v0.1.2
10312026-08-11T22:18:00.547Z Downloaded predicates-core v1.0.10
10322026-08-11T22:18:00.547Z Downloaded thread_local v1.1.9
10332026-08-11T22:18:00.547Z Downloaded hkdf v0.13.0
10342026-08-11T22:18:00.547Z Downloaded derive_more v2.1.1
10352026-08-11T22:18:00.547Z Downloaded jiff-core v0.1.0
10362026-08-11T22:18:00.547Z Downloaded progenitor-impl v0.14.0
10372026-08-11T22:18:00.547Z Downloaded h2 v0.4.15
10382026-08-11T22:18:00.547Z Downloaded num-iter v0.1.45
10392026-08-11T22:18:00.547Z Downloaded lru-slab v0.1.2
10402026-08-11T22:18:00.547Z Downloaded tokio-stream v0.1.18
10412026-08-11T22:18:00.593Z Downloaded tracing-attributes v0.1.31
10422026-08-11T22:18:00.594Z Downloaded powerfmt v0.2.0
10432026-08-11T22:18:00.594Z Downloaded uzers v0.12.2
10442026-08-11T22:18:00.594Z Downloaded derive-ex v0.1.8
10452026-08-11T22:18:00.594Z Downloaded scuffle v0.1.0
10462026-08-11T22:18:00.594Z Downloaded elliptic-curve v0.13.8
10472026-08-11T22:18:00.594Z Downloaded seq-macro v0.3.6
10482026-08-11T22:18:00.594Z Downloaded universal-hash v0.6.1
10492026-08-11T22:18:00.595Z Downloaded secrecy v0.8.0
10502026-08-11T22:18:00.595Z Downloaded spki v0.7.3
10512026-08-11T22:18:00.595Z Downloaded tabwriter v1.4.1
10522026-08-11T22:18:00.595Z Downloaded defmt-parser v1.0.0
10532026-08-11T22:18:00.595Z Downloaded dirs-next v2.0.0
10542026-08-11T22:18:00.595Z Downloaded toml_edit v0.19.15
10552026-08-11T22:18:00.595Z Downloaded crc32fast v1.5.0
10562026-08-11T22:18:00.595Z Downloaded stacker v0.1.23
10572026-08-11T22:18:00.595Z Downloaded crossbeam-epoch v0.9.18
10582026-08-11T22:18:00.595Z Downloaded p256 v0.14.0
10592026-08-11T22:18:00.595Z Downloaded tower-service v0.3.3
10602026-08-11T22:18:00.595Z Downloaded tui-tree-widget v0.23.1
10612026-08-11T22:18:00.595Z Downloaded crossterm v0.28.1
10622026-08-11T22:18:00.595Z Downloaded hkdf v0.12.4
10632026-08-11T22:18:00.595Z Downloaded embedded-io v0.4.0
10642026-08-11T22:18:00.596Z Downloaded lru v0.12.5
10652026-08-11T22:18:00.596Z Downloaded multimap v0.10.1
10662026-08-11T22:18:00.596Z Downloaded mime_guess v2.0.5
10672026-08-11T22:18:00.596Z Downloaded openssl-probe v0.1.6
10682026-08-11T22:18:00.596Z Downloaded tough v0.22.0
10692026-08-11T22:18:00.596Z Downloaded phf_shared v0.13.1
10702026-08-11T22:18:00.596Z Downloaded rand_pcg v0.10.2
10712026-08-11T22:18:00.596Z Downloaded ref-cast v1.0.25
10722026-08-11T22:18:00.597Z Downloaded sha1 v0.11.0
10732026-08-11T22:18:00.597Z Downloaded iana-time-zone v0.1.65
10742026-08-11T22:18:00.597Z Downloaded ipnetwork v0.21.1
10752026-08-11T22:18:00.597Z Downloaded num_enum v0.7.6
10762026-08-11T22:18:00.597Z Downloaded psl-types v2.0.11
10772026-08-11T22:18:00.597Z Downloaded qorb v0.4.1
10782026-08-11T22:18:00.597Z Downloaded rustls-webpki v0.103.13
10792026-08-11T22:18:00.597Z Downloaded ppv-lite86 v0.2.21
10802026-08-11T22:18:00.597Z Downloaded vergen-git2 v9.1.0
10812026-08-11T22:18:00.598Z Downloaded newtype-uuid v1.3.2
10822026-08-11T22:18:00.598Z Downloaded aes-gcm v0.11.0
10832026-08-11T22:18:00.598Z Downloaded structmeta v0.3.0
10842026-08-11T22:18:00.598Z Downloaded darling v0.20.11
10852026-08-11T22:18:00.598Z Downloaded support-bundle-viewer v0.1.2
10862026-08-11T22:18:00.598Z Downloaded p521 v0.14.0
10872026-08-11T22:18:00.598Z Downloaded tower-layer v0.3.3
10882026-08-11T22:18:00.599Z Downloaded usdt-macro v0.6.0
10892026-08-11T22:18:00.599Z Downloaded dof v0.4.0
10902026-08-11T22:18:00.599Z Downloaded serde_derive_internals v0.29.1
10912026-08-11T22:18:00.599Z Downloaded time-macros v0.2.27
10922026-08-11T22:18:00.599Z Downloaded scrypt v0.12.0
10932026-08-11T22:18:00.599Z Downloaded snafu v0.8.9
10942026-08-11T22:18:00.599Z Downloaded crc-any v2.5.0
10952026-08-11T22:18:00.599Z Downloaded unicode-segmentation v1.12.0
10962026-08-11T22:18:00.599Z Downloaded tokio-rustls v0.26.4
10972026-08-11T22:18:00.599Z Downloaded memoffset v0.9.1
10982026-08-11T22:18:00.599Z Downloaded darling_core v0.20.11
10992026-08-11T22:18:00.599Z Downloaded impl-trait-for-tuples v0.2.3
11002026-08-11T22:18:00.599Z Downloaded libefi-sys v0.1.0
11012026-08-11T22:18:00.636Z Downloaded kstat-rs v0.2.5
11022026-08-11T22:18:00.636Z Downloaded dropshot_endpoint v0.17.1
11032026-08-11T22:18:00.636Z Downloaded corncobs v0.1.4
11042026-08-11T22:18:00.636Z Downloaded itertools v0.10.5
11052026-08-11T22:18:00.636Z Downloaded rsa v0.10.0-rc.18
11062026-08-11T22:18:00.636Z Downloaded primeorder v0.14.0
11072026-08-11T22:18:00.636Z Downloaded instant v0.1.13
11082026-08-11T22:18:00.636Z Downloaded signal-hook v0.3.18
11092026-08-11T22:18:00.636Z Downloaded uuid v1.23.4
11102026-08-11T22:18:00.636Z Downloaded newline-converter v0.3.0
11112026-08-11T22:18:00.636Z Downloaded progenitor-client v0.14.0
11122026-08-11T22:18:00.636Z Downloaded subtle v2.6.1
11132026-08-11T22:18:00.636Z Downloaded rand_seeder v0.4.0
11142026-08-11T22:18:00.636Z Downloaded tokio-dtrace v0.1.1
11152026-08-11T22:18:00.636Z Downloaded signature v3.0.0
11162026-08-11T22:18:00.636Z Downloaded unarray v0.1.4
11172026-08-11T22:18:00.637Z Downloaded dtrace-parser v0.3.0
11182026-08-11T22:18:00.637Z Downloaded sqlparser_derive v0.5.0
11192026-08-11T22:18:00.637Z Downloaded icu_collections v2.1.1
11202026-08-11T22:18:00.660Z Downloaded zerocopy v0.6.6
11212026-08-11T22:18:00.660Z Downloaded hyper-util v0.1.20
11222026-08-11T22:18:00.660Z Downloaded spin v0.9.8
11232026-08-11T22:18:00.660Z Downloaded packed_struct v0.10.1
11242026-08-11T22:18:00.660Z Downloaded defmt-macros v1.0.1
11252026-08-11T22:18:00.660Z Downloaded parse-size v1.1.0
11262026-08-11T22:18:00.661Z Downloaded zstd v0.13.3
11272026-08-11T22:18:00.661Z Downloaded icu_properties_data v2.1.2
11282026-08-11T22:18:00.661Z Downloaded tokio-postgres v0.7.16
11292026-08-11T22:18:00.661Z Downloaded reqwest v0.12.28
11302026-08-11T22:18:00.661Z Downloaded cookie_store v0.22.1
11312026-08-11T22:18:00.661Z Downloaded unicode-normalization v0.1.25
11322026-08-11T22:18:00.661Z Downloaded darling_macro v0.21.3
11332026-08-11T22:18:00.661Z Downloaded thread-id v5.1.0
11342026-08-11T22:18:00.717Z Downloaded same-file v1.0.6
11352026-08-11T22:18:00.718Z Downloaded unicode-bidi v0.3.18
11362026-08-11T22:18:00.718Z Downloaded tar v0.4.46
11372026-08-11T22:18:00.718Z Downloaded rtoolbox v0.0.3
11382026-08-11T22:18:00.718Z Downloaded der v0.8.0
11392026-08-11T22:18:00.718Z Downloaded icu_locale_core v2.1.1
11402026-08-11T22:18:00.718Z Downloaded crunchy v0.2.4
11412026-08-11T22:18:00.718Z Downloaded icu_provider v2.1.1
11422026-08-11T22:18:00.727Z Downloaded rand v0.9.2
11432026-08-11T22:18:00.727Z Downloaded snafu-derive v0.8.9
11442026-08-11T22:18:00.727Z Downloaded parking_lot v0.11.2
11452026-08-11T22:18:00.728Z Downloaded ed25519-dalek v3.0.0
11462026-08-11T22:18:00.728Z Downloaded num-bigint-dig v0.8.6
11472026-08-11T22:18:00.728Z Downloaded tagptr v0.2.0
11482026-08-11T22:18:00.728Z Downloaded zerovec-derive v0.11.2
11492026-08-11T22:18:00.728Z Downloaded delegate v0.13.5
11502026-08-11T22:18:00.728Z Downloaded tokio-macros v2.7.0
11512026-08-11T22:18:00.728Z Downloaded drift v0.2.0
11522026-08-11T22:18:00.728Z Downloaded pkcs8 v0.10.2
11532026-08-11T22:18:00.728Z Downloaded slog-dtrace v0.3.0
11542026-08-11T22:18:00.728Z Downloaded pkcs5 v0.8.1
11552026-08-11T22:18:00.728Z Downloaded managed v0.8.0
11562026-08-11T22:18:00.729Z Downloaded serde_repr v0.1.20
11572026-08-11T22:18:00.729Z Downloaded rand v0.8.6
11582026-08-11T22:18:00.729Z Downloaded num_enum_derive v0.7.6
11592026-08-11T22:18:00.729Z Downloaded twox-hash v2.1.2
11602026-08-11T22:18:00.729Z Downloaded nom v7.1.3
11612026-08-11T22:18:00.729Z Downloaded rawzip v0.4.4
11622026-08-11T22:18:00.729Z Downloaded samael v0.0.19
11632026-08-11T22:18:00.729Z Downloaded daft-derive v0.1.7
11642026-08-11T22:18:00.729Z Downloaded proc-macro-crate v3.4.0
11652026-08-11T22:18:00.729Z Downloaded toml v1.1.2+spec-1.1.0
11662026-08-11T22:18:00.729Z Downloaded whoami v2.1.0
11672026-08-11T22:18:00.729Z Downloaded openssl-macros v0.1.1
11682026-08-11T22:18:00.729Z Downloaded whoami v1.6.1
11692026-08-11T22:18:00.729Z Downloaded aws-lc-rs v1.16.3
11702026-08-11T22:18:00.781Z Downloaded trait-variant v0.1.2
11712026-08-11T22:18:00.781Z Downloaded instability v0.3.11
11722026-08-11T22:18:00.781Z Downloaded writeable v0.6.2
11732026-08-11T22:18:00.781Z Downloaded tower v0.5.3
11742026-08-11T22:18:00.781Z Downloaded illumos-nvpair-sys v0.2.0
11752026-08-11T22:18:00.781Z Downloaded indicatif v0.18.4
11762026-08-11T22:18:00.819Z Downloaded phc v0.6.1
11772026-08-11T22:18:00.819Z Downloaded new_debug_unreachable v1.0.6
11782026-08-11T22:18:00.819Z Downloaded darling_core v0.13.4
11792026-08-11T22:18:00.819Z Downloaded pem-rfc7468 v1.0.0
11802026-08-11T22:18:00.819Z Downloaded resolv-conf v0.7.6
11812026-08-11T22:18:00.819Z Downloaded zip v4.6.1
11822026-08-11T22:18:00.819Z Downloaded indoc v2.0.7
11832026-08-11T22:18:00.819Z Downloaded term v0.7.0
11842026-08-11T22:18:00.819Z Downloaded progenitor-client v0.13.0
11852026-08-11T22:18:00.819Z Downloaded r2d2 v0.8.10
11862026-08-11T22:18:00.819Z Downloaded darling v0.13.4
11872026-08-11T22:18:00.819Z Downloaded git2 v0.20.4
11882026-08-11T22:18:00.820Z Downloaded rustc_version v0.4.1
11892026-08-11T22:18:00.820Z Downloaded time v0.3.47
11902026-08-11T22:18:00.820Z Downloaded ssh-key v0.7.0-rc.11
11912026-08-11T22:18:00.820Z Downloaded unsafe-libyaml v0.2.11
11922026-08-11T22:18:00.820Z Downloaded darling_macro v0.13.4
11932026-08-11T22:18:00.820Z Downloaded ecdsa v0.17.0
11942026-08-11T22:18:00.820Z Downloaded litemap v0.8.1
11952026-08-11T22:18:00.820Z Downloaded downcast-rs v2.0.2
11962026-08-11T22:18:00.820Z Downloaded winnow v1.0.3
11972026-08-11T22:18:00.820Z Downloaded simd-adler32 v0.3.8
11982026-08-11T22:18:00.820Z Downloaded idna v1.1.0
11992026-08-11T22:18:00.820Z Downloaded x509-cert v0.2.5
12002026-08-11T22:18:00.820Z Downloaded schemars v0.9.0
12012026-08-11T22:18:00.879Z Downloaded oxide-update-engine-display v0.1.2
12022026-08-11T22:18:00.879Z Downloaded libloading v0.8.9
12032026-08-11T22:18:00.879Z Downloaded sqlformat v0.3.5
12042026-08-11T22:18:00.879Z Downloaded blake3 v1.8.5
12052026-08-11T22:18:00.879Z Downloaded parse-display-derive v0.10.0
12062026-08-11T22:18:00.879Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12072026-08-11T22:18:00.879Z Downloaded reqwest v0.13.2
12082026-08-11T22:18:00.880Z Downloaded internal-russh-num-bigint v0.5.0
12092026-08-11T22:18:00.880Z Downloaded subprocess v0.2.15
12102026-08-11T22:18:00.880Z Downloaded walkdir v2.5.0
12112026-08-11T22:18:00.880Z Downloaded ignore v0.4.25
12122026-08-11T22:18:00.880Z Downloaded elliptic-curve v0.14.1
12132026-08-11T22:18:00.880Z Downloaded goblin v0.10.5
12142026-08-11T22:18:00.880Z Downloaded crossbeam-utils v0.8.21
12152026-08-11T22:18:00.880Z Downloaded crypto-primes v0.7.2
12162026-08-11T22:18:00.891Z Downloaded oso v0.27.3
12172026-08-11T22:18:00.892Z Downloaded schemars v0.8.22
12182026-08-11T22:18:00.892Z Downloaded bitvec v1.0.1
12192026-08-11T22:18:00.892Z Downloaded test-strategy v0.4.5
12202026-08-11T22:18:00.892Z Downloaded derive_builder v0.20.2
12212026-08-11T22:18:00.892Z Downloaded socket2 v0.5.10
12222026-08-11T22:18:00.892Z Downloaded dropshot-api-manager v0.7.2
12232026-08-11T22:18:00.892Z Downloaded tungstenite v0.23.0
12242026-08-11T22:18:00.892Z Downloaded derive_more v0.99.20
12252026-08-11T22:18:00.892Z Downloaded similar v2.7.0
12262026-08-11T22:18:00.892Z Downloaded smoltcp v0.9.1
12272026-08-11T22:18:00.923Z Downloaded bindgen v0.71.1
12282026-08-11T22:18:00.923Z Downloaded icu_normalizer_data v2.1.1
12292026-08-11T22:18:00.923Z Downloaded itertools v0.12.1
12302026-08-11T22:18:00.945Z Downloaded itertools v0.13.0
12312026-08-11T22:18:00.945Z Downloaded p384 v0.14.0
12322026-08-11T22:18:00.945Z Downloaded p384 v0.13.1
12332026-08-11T22:18:00.945Z Downloaded mio v1.2.0
12342026-08-11T22:18:00.945Z Downloaded portable-atomic v1.13.1
12352026-08-11T22:18:00.946Z Downloaded pin-project v1.1.11
12362026-08-11T22:18:00.946Z Downloaded rsa v0.9.10
12372026-08-11T22:18:00.946Z Downloaded winnow v0.6.26
12382026-08-11T22:18:00.972Z Downloaded tower-http v0.6.8
12392026-08-11T22:18:00.972Z Downloaded rayon v1.11.0
12402026-08-11T22:18:00.972Z Downloaded zerotrie v0.2.3
12412026-08-11T22:18:00.972Z Downloaded serde_with v1.14.0
12422026-08-11T22:18:00.972Z Downloaded ed25519-dalek v2.2.0
12432026-08-11T22:18:00.972Z Downloaded zerovec v0.11.5
12442026-08-11T22:18:00.973Z Downloaded proptest v1.11.0
12452026-08-11T22:18:00.991Z Downloaded chrono v0.4.45
12462026-08-11T22:18:00.992Z Downloaded radix_trie v0.2.1
12472026-08-11T22:18:00.992Z Downloaded reedline v0.40.0
12482026-08-11T22:18:00.992Z Downloaded petname v2.0.2
12492026-08-11T22:18:00.992Z Downloaded libxml v0.3.3
12502026-08-11T22:18:00.992Z Downloaded regex v1.12.3
12512026-08-11T22:18:01.013Z Downloaded salty v0.3.0
12522026-08-11T22:18:01.013Z Downloaded typed-path v0.9.3
12532026-08-11T22:18:01.014Z Downloaded iddqd v0.4.2
12542026-08-11T22:18:01.014Z Downloaded minimal-lexical v0.2.1
12552026-08-11T22:18:01.014Z Downloaded itertools v0.15.0
12562026-08-11T22:18:01.041Z Downloaded itertools v0.14.0
12572026-08-11T22:18:01.041Z Downloaded smoltcp v0.11.0
12582026-08-11T22:18:01.041Z Downloaded rustyline v14.0.0
12592026-08-11T22:18:01.041Z Downloaded iri-string v0.7.10
12602026-08-11T22:18:01.041Z Downloaded num-bigint v0.4.6
12612026-08-11T22:18:01.060Z Downloaded crypto-bigint v0.7.5
12622026-08-11T22:18:01.060Z Downloaded moka v0.12.13
12632026-08-11T22:18:01.060Z Downloaded object v0.30.4
12642026-08-11T22:18:01.060Z Downloaded winnow v0.5.40
12652026-08-11T22:18:01.078Z Downloaded crossterm v0.29.0
12662026-08-11T22:18:01.078Z Downloaded openssl v0.10.80
12672026-08-11T22:18:01.087Z Downloaded tokio-util v0.7.18
12682026-08-11T22:18:01.112Z Downloaded regress v0.11.1
12692026-08-11T22:18:01.112Z Downloaded openapiv3 v2.2.0
12702026-08-11T22:18:01.125Z Downloaded hickory-proto v0.24.4
12712026-08-11T22:18:01.125Z Downloaded sha3 v0.12.0
12722026-08-11T22:18:01.137Z Downloaded serde_with v3.21.0
12732026-08-11T22:18:01.147Z Downloaded nix v0.27.1
12742026-08-11T22:18:01.147Z Downloaded hickory-proto v0.25.2
12752026-08-11T22:18:01.203Z Downloaded regex-syntax v0.8.10
12762026-08-11T22:18:01.292Z Downloaded vcpkg v0.2.15
12772026-08-11T22:18:01.292Z Downloaded quick-xml v0.37.5
12782026-08-11T22:18:01.292Z Downloaded nix v0.28.0
12792026-08-11T22:18:01.292Z Downloaded bstr v1.12.1
12802026-08-11T22:18:01.292Z Downloaded object v0.37.3
12812026-08-11T22:18:01.313Z Downloaded libm v0.2.16
12822026-08-11T22:18:01.313Z Downloaded sled v0.34.7
12832026-08-11T22:18:01.313Z Downloaded nix v0.31.2
12842026-08-11T22:18:01.313Z Downloaded dropshot v0.17.1
12852026-08-11T22:18:01.313Z Downloaded regex-syntax v0.6.29
12862026-08-11T22:18:01.313Z Downloaded diesel v2.3.7
12872026-08-11T22:18:01.313Z Downloaded zlib-rs v0.6.2
12882026-08-11T22:18:01.313Z Downloaded lalrpop v0.19.12
12892026-08-11T22:18:01.313Z Downloaded quinn-proto v0.11.16
12902026-08-11T22:18:01.313Z Downloaded russh v0.62.4
12912026-08-11T22:18:01.334Z Downloaded sha3 v0.11.0
12922026-08-11T22:18:01.334Z Downloaded rustls v0.23.41
12932026-08-11T22:18:01.334Z Downloaded sqlparser v0.61.0
12942026-08-11T22:18:01.334Z Downloaded curve25519-dalek v4.1.3
12952026-08-11T22:18:01.359Z Downloaded regress v0.10.5
12962026-08-11T22:18:01.359Z Downloaded curve25519-dalek v5.0.0
12972026-08-11T22:18:01.359Z Downloaded ratatui v0.29.0
12982026-08-11T22:18:01.385Z Downloaded polar-core v0.27.3
12992026-08-11T22:18:01.385Z Downloaded zerocopy v0.8.40
13002026-08-11T22:18:01.385Z Downloaded jiff v0.2.34
13012026-08-11T22:18:01.462Z Downloaded tabled v0.21.0
13022026-08-11T22:18:01.546Z Downloaded typify-impl v0.6.2
13032026-08-11T22:18:01.546Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-08-11T22:18:01.546Z Downloaded rustix v0.38.44
13052026-08-11T22:18:01.546Z Downloaded tracing v0.1.44
13062026-08-11T22:18:01.546Z Downloaded sha3 v0.10.8
13072026-08-11T22:18:01.547Z Downloaded libz-sys v1.1.24
13082026-08-11T22:18:01.566Z Downloaded regex-automata v0.4.14
13092026-08-11T22:18:01.566Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-08-11T22:18:01.566Z Downloaded encoding_rs v0.8.35
13112026-08-11T22:18:01.566Z Downloaded ring v0.17.14
13122026-08-11T22:18:01.566Z Downloaded zerocopy-derive v0.6.6
13132026-08-11T22:18:01.601Z Downloaded petgraph v0.6.5
13142026-08-11T22:18:01.616Z Downloaded chrono-tz v0.10.4
13152026-08-11T22:18:01.616Z Downloaded petgraph v0.8.3
13162026-08-11T22:18:01.735Z Downloaded tokio v1.52.1
13172026-08-11T22:18:01.767Z Downloaded csv v1.4.0
13182026-08-11T22:18:01.808Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-08-11T22:18:02.409Z Downloaded aws-lc-sys v0.40.0
13202026-08-11T22:18:02.652Z Compiling serde_core v1.0.228
13212026-08-11T22:18:02.652Z Compiling libc v0.2.185
13222026-08-11T22:18:02.652Z Compiling serde v1.0.228
13232026-08-11T22:18:02.672Z Compiling log v0.4.29
13242026-08-11T22:18:02.672Z Compiling smallvec v1.15.1
13252026-08-11T22:18:02.672Z Compiling find-msvc-tools v0.1.9
13262026-08-11T22:18:02.672Z Compiling shlex v1.3.0
13272026-08-11T22:18:02.906Z Compiling syn v2.0.117
13282026-08-11T22:18:03.049Z Compiling subtle v2.6.1
13292026-08-11T22:18:03.064Z Compiling scopeguard v1.2.0
13302026-08-11T22:18:03.064Z Compiling stable_deref_trait v1.2.1
13312026-08-11T22:18:03.136Z Compiling lock_api v0.4.14
13322026-08-11T22:18:03.160Z Compiling typenum v1.20.1
13332026-08-11T22:18:03.160Z Compiling zerocopy v0.8.40
13342026-08-11T22:18:03.160Z Compiling portable-atomic v1.13.1
13352026-08-11T22:18:03.198Z Compiling serde_json v1.0.151
13362026-08-11T22:18:03.333Z Compiling critical-section v1.2.0
13372026-08-11T22:18:03.395Z Compiling libm v0.2.16
13382026-08-11T22:18:03.446Z Compiling num-traits v0.2.19
13392026-08-11T22:18:03.571Z Compiling pkg-config v0.3.32
13402026-08-11T22:18:03.635Z Compiling jobserver v0.1.34
13412026-08-11T22:18:03.652Z Compiling errno v0.3.14
13422026-08-11T22:18:03.717Z Compiling getrandom v0.2.17
13432026-08-11T22:18:03.923Z Compiling cc v1.2.56
13442026-08-11T22:18:03.939Z Compiling rand_core v0.6.4
13452026-08-11T22:18:04.107Z Compiling once_cell v1.21.3
13462026-08-11T22:18:04.169Z Compiling generic-array v0.14.7
13472026-08-11T22:18:04.196Z Compiling pin-project-lite v0.2.17
13482026-08-11T22:18:04.223Z Compiling getrandom v0.4.1
13492026-08-11T22:18:04.287Z Compiling parking_lot_core v0.9.12
13502026-08-11T22:18:04.324Z Compiling const-oid v0.9.6
13512026-08-11T22:18:04.407Z Compiling rand_core v0.10.0
13522026-08-11T22:18:04.817Z Compiling signal-hook-registry v1.4.8
13532026-08-11T22:18:04.836Z Compiling futures-core v0.3.32
13542026-08-11T22:18:04.918Z Compiling bitflags v2.11.0
13552026-08-11T22:18:05.073Z Compiling percent-encoding v2.3.2
13562026-08-11T22:18:05.086Z Compiling writeable v0.6.2
13572026-08-11T22:18:05.096Z Compiling litemap v0.8.1
13582026-08-11T22:18:05.152Z Compiling semver v1.0.28
13592026-08-11T22:18:05.194Z Compiling parking_lot v0.12.5
13602026-08-11T22:18:05.247Z Compiling mio v1.2.0
13612026-08-11T22:18:05.288Z Compiling icu_properties_data v2.1.2
13622026-08-11T22:18:05.318Z Compiling icu_normalizer_data v2.1.1
13632026-08-11T22:18:05.477Z Compiling socket2 v0.6.3
13642026-08-11T22:18:05.505Z Compiling getrandom v0.3.4
13652026-08-11T22:18:05.575Z Compiling futures-sink v0.3.32
13662026-08-11T22:18:05.594Z Compiling synstructure v0.13.2
13672026-08-11T22:18:05.635Z Compiling indexmap v2.14.0
13682026-08-11T22:18:05.673Z Compiling futures-channel v0.3.32
13692026-08-11T22:18:05.724Z Compiling utf8_iter v1.0.4
13702026-08-11T22:18:05.860Z Compiling rustix v1.1.3
13712026-08-11T22:18:05.872Z Compiling slab v0.4.12
13722026-08-11T22:18:05.892Z Compiling futures-io v0.3.32
13732026-08-11T22:18:06.016Z Compiling futures-task v0.3.32
13742026-08-11T22:18:06.047Z Compiling form_urlencoded v1.2.2
13752026-08-11T22:18:06.109Z Compiling rustversion v1.0.22
13762026-08-11T22:18:06.155Z Compiling iana-time-zone v0.1.65
13772026-08-11T22:18:06.198Z Compiling base64ct v1.8.3
13782026-08-11T22:18:06.217Z Compiling cmake v0.1.57
13792026-08-11T22:18:06.276Z Compiling flagset v0.4.7
13802026-08-11T22:18:06.384Z Compiling ident_case v1.0.1
13812026-08-11T22:18:06.384Z Compiling regex-syntax v0.8.10
13822026-08-11T22:18:06.446Z Compiling dunce v1.0.5
13832026-08-11T22:18:06.464Z Compiling pem-rfc7468 v0.7.0
13842026-08-11T22:18:06.487Z Compiling fs_extra v1.3.0
13852026-08-11T22:18:06.506Z Compiling rand_core v0.9.5
13862026-08-11T22:18:06.582Z Compiling uuid v1.23.4
13872026-08-11T22:18:06.723Z Compiling aws-lc-sys v0.40.0
13882026-08-11T22:18:06.746Z Compiling base64 v0.22.1
13892026-08-11T22:18:06.756Z Compiling vcpkg v0.2.15
13902026-08-11T22:18:07.102Z Compiling syn v1.0.109
13912026-08-11T22:18:07.122Z Compiling serde_derive_internals v0.29.1
13922026-08-11T22:18:07.261Z Compiling serde_derive v1.0.228
13932026-08-11T22:18:07.313Z Compiling zeroize_derive v1.5.0
13942026-08-11T22:18:07.405Z Compiling zerocopy-derive v0.8.40
13952026-08-11T22:18:07.474Z Compiling zerofrom-derive v0.1.6
13962026-08-11T22:18:07.539Z Compiling yoke-derive v0.8.1
13972026-08-11T22:18:07.963Z Compiling zerovec-derive v0.11.2
13982026-08-11T22:18:08.006Z Compiling displaydoc v0.2.5
13992026-08-11T22:18:08.705Z Compiling tokio-macros v2.7.0
14002026-08-11T22:18:08.728Z Compiling futures-macro v0.3.32
14012026-08-11T22:18:08.753Z Compiling der_derive v0.7.3
14022026-08-11T22:18:08.860Z Compiling zerofrom v0.1.6
14032026-08-11T22:18:08.984Z Compiling yoke v0.8.1
14042026-08-11T22:18:09.085Z Compiling thiserror-impl v2.0.18
14052026-08-11T22:18:09.167Z Compiling zerovec v0.11.5
14062026-08-11T22:18:09.422Z Compiling zerotrie v0.2.3
14072026-08-11T22:18:09.525Z Compiling futures-util v0.3.32
14082026-08-11T22:18:09.679Z Compiling tinystr v0.8.2
14092026-08-11T22:18:09.710Z Compiling potential_utf v0.1.4
14102026-08-11T22:18:09.733Z Compiling openssl-sys v0.9.117
14112026-08-11T22:18:09.878Z Compiling icu_locale_core v2.1.1
14122026-08-11T22:18:09.888Z Compiling icu_collections v2.1.1
14132026-08-11T22:18:10.277Z Compiling tracing-attributes v0.1.31
14142026-08-11T22:18:10.347Z Compiling rustc_version v0.4.1
14152026-08-11T22:18:10.406Z Compiling thiserror v2.0.18
14162026-08-11T22:18:10.514Z Compiling icu_provider v2.1.1
14172026-08-11T22:18:10.672Z Compiling tracing-core v0.1.36
14182026-08-11T22:18:10.760Z Compiling zeroize v1.9.0
14192026-08-11T22:18:10.783Z Compiling bytes v1.11.1
14202026-08-11T22:18:10.813Z Compiling icu_properties v2.1.2
14212026-08-11T22:18:11.216Z Compiling icu_normalizer v2.1.1
14222026-08-11T22:18:11.348Z Compiling tokio v1.52.1
14232026-08-11T22:18:11.526Z Compiling crypto-common v0.1.7
14242026-08-11T22:18:11.596Z Compiling block-buffer v0.10.4
14252026-08-11T22:18:11.670Z Compiling idna_adapter v1.2.1
14262026-08-11T22:18:11.730Z Compiling digest v0.10.7
14272026-08-11T22:18:11.753Z Compiling ppv-lite86 v0.2.21
14282026-08-11T22:18:11.804Z Compiling chrono v0.4.45
14292026-08-11T22:18:11.858Z Compiling idna v1.1.0
14302026-08-11T22:18:11.865Z Compiling der v0.7.10
14312026-08-11T22:18:11.925Z Compiling http v1.4.2
14322026-08-11T22:18:12.012Z Compiling schemars v0.8.22
14332026-08-11T22:18:12.153Z Compiling rand_chacha v0.9.0
14342026-08-11T22:18:12.220Z Compiling url v2.5.8
14352026-08-11T22:18:12.536Z Compiling dyn-clone v1.0.20
14362026-08-11T22:18:12.668Z Compiling aws-lc-rs v1.16.3
14372026-08-11T22:18:12.810Z Compiling spki v0.7.3
14382026-08-11T22:18:12.845Z Compiling cpufeatures v0.2.17
14392026-08-11T22:18:12.943Z Compiling http-body v1.0.1
14402026-08-11T22:18:12.974Z Compiling rand v0.9.2
14412026-08-11T22:18:13.008Z Compiling pkcs8 v0.10.2
14422026-08-11T22:18:13.041Z Compiling tracing v0.1.44
14432026-08-11T22:18:13.056Z Compiling rustls-pki-types v1.14.0
14442026-08-11T22:18:13.264Z Compiling schemars_derive v0.8.22
14452026-08-11T22:18:13.284Z Compiling spin v0.9.8
14462026-08-11T22:18:13.305Z Compiling cmov v0.5.4
14472026-08-11T22:18:13.500Z Compiling crc32fast v1.5.0
14482026-08-11T22:18:13.518Z Compiling httparse v1.10.1
14492026-08-11T22:18:13.534Z Compiling tinyvec_macros v0.1.1
14502026-08-11T22:18:13.578Z Compiling openssl-probe v0.2.1
14512026-08-11T22:18:13.706Z Compiling tinyvec v1.10.0
14522026-08-11T22:18:13.764Z Compiling tempfile v3.25.0
14532026-08-11T22:18:13.782Z Compiling ctutils v0.4.2
14542026-08-11T22:18:13.859Z Compiling pest_generator v2.8.6
14552026-08-11T22:18:14.014Z Compiling sha2 v0.10.9
14562026-08-11T22:18:14.033Z Compiling aho-corasick v1.1.4
14572026-08-11T22:18:14.109Z Compiling tower-layer v0.3.3
14582026-08-11T22:18:14.253Z Compiling untrusted v0.7.1
14592026-08-11T22:18:14.379Z Compiling radium v0.7.0
14602026-08-11T22:18:14.522Z Compiling atomic-waker v1.1.2
14612026-08-11T22:18:14.631Z Compiling try-lock v0.2.5
14622026-08-11T22:18:14.653Z Compiling tower-service v0.3.3
14632026-08-11T22:18:14.730Z Compiling want v0.3.1
14642026-08-11T22:18:14.770Z Compiling pest_derive v2.8.6
14652026-08-11T22:18:14.880Z Compiling regex-automata v0.4.14
14662026-08-11T22:18:15.180Z Compiling tokio-util v0.7.18
14672026-08-11T22:18:15.268Z Compiling hybrid-array v0.4.13
14682026-08-11T22:18:15.898Z Compiling h2 v0.4.15
14692026-08-11T22:18:15.922Z Compiling ipnet v2.11.0
14702026-08-11T22:18:16.013Z Compiling scroll_derive v0.13.1
14712026-08-11T22:18:16.172Z Compiling darling_core v0.20.11
14722026-08-11T22:18:16.395Z Compiling simd-adler32 v0.3.8
14732026-08-11T22:18:16.637Z Compiling openssl v0.10.80
14742026-08-11T22:18:16.771Z Compiling foreign-types-shared v0.1.1
14752026-08-11T22:18:16.820Z Compiling rustls v0.23.41
14762026-08-11T22:18:16.891Z Compiling untrusted v0.9.0
14772026-08-11T22:18:16.908Z Compiling httpdate v1.0.3
14782026-08-11T22:18:16.986Z Compiling tap v1.0.1
14792026-08-11T22:18:17.011Z Compiling maybe-uninit v2.0.0
14802026-08-11T22:18:17.063Z Compiling foreign-types v0.3.2
14812026-08-11T22:18:17.094Z Compiling wyz v0.5.1
14822026-08-11T22:18:17.130Z Compiling scroll v0.13.0
14832026-08-11T22:18:17.280Z Compiling unicode-normalization v0.1.25
14842026-08-11T22:18:17.335Z Compiling rand_chacha v0.3.1
14852026-08-11T22:18:17.385Z Compiling signature v2.2.0
14862026-08-11T22:18:17.575Z Compiling hex v0.4.3
14872026-08-11T22:18:17.715Z Compiling terminal_size v0.4.3
14882026-08-11T22:18:17.729Z Compiling openssl-macros v0.1.1
14892026-08-11T22:18:17.845Z Compiling thiserror-impl v1.0.69
14902026-08-11T22:18:17.857Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14912026-08-11T22:18:18.098Z Compiling bzip2-sys v0.1.13+1.0.8
14922026-08-11T22:18:18.114Z Compiling num-integer v0.1.46
14932026-08-11T22:18:18.232Z Compiling wait-timeout v0.2.1
14942026-08-11T22:18:18.366Z Compiling ahash v0.8.12
14952026-08-11T22:18:18.408Z Compiling darling_macro v0.20.11
14962026-08-11T22:18:18.422Z Compiling num-bigint-dig v0.8.6
14972026-08-11T22:18:18.488Z Compiling time-core v0.1.8
14982026-08-11T22:18:18.566Z Compiling native-tls v0.2.18
14992026-08-11T22:18:18.600Z Compiling packed_struct v0.10.1
15002026-08-11T22:18:18.629Z Compiling powerfmt v0.2.0
15012026-08-11T22:18:18.759Z Compiling quick-error v1.2.3
15022026-08-11T22:18:18.828Z Compiling adler2 v2.0.1
15032026-08-11T22:18:18.842Z Compiling funty v2.0.0
15042026-08-11T22:18:18.866Z Compiling bit-vec v0.8.0
15052026-08-11T22:18:18.878Z Compiling num-conv v0.2.0
15062026-08-11T22:18:18.922Z Compiling miniz_oxide v0.8.9
15072026-08-11T22:18:18.953Z Compiling darling v0.20.11
15082026-08-11T22:18:19.002Z Compiling hyper v1.10.1
15092026-08-11T22:18:19.041Z Compiling time-macros v0.2.27
15102026-08-11T22:18:19.051Z Compiling thiserror v1.0.69
15112026-08-11T22:18:19.140Z Compiling bit-set v0.8.0
15122026-08-11T22:18:19.156Z Compiling bitvec v1.0.1
15132026-08-11T22:18:19.274Z Compiling rusty-fork v0.3.1
15142026-08-11T22:18:19.408Z Compiling clap_builder v4.6.0
15152026-08-11T22:18:19.519Z Compiling deranged v0.5.8
15162026-08-11T22:18:19.981Z Compiling num-iter v0.1.45
15172026-08-11T22:18:20.089Z Compiling hyper-util v0.1.20
15182026-08-11T22:18:20.505Z Compiling rand v0.8.6
15192026-08-11T22:18:20.575Z Compiling goblin v0.10.5
15202026-08-11T22:18:20.630Z Compiling packed_struct_codegen v0.10.1
15212026-08-11T22:18:21.253Z Compiling lazy_static v1.5.0
15222026-08-11T22:18:21.348Z Compiling hmac v0.12.1
15232026-08-11T22:18:21.504Z Compiling toml_datetime v0.6.11
15242026-08-11T22:18:21.644Z Compiling serde_spanned v0.6.9
15252026-08-11T22:18:21.728Z Compiling clap_derive v4.6.1
15262026-08-11T22:18:21.756Z Compiling bitfield-macros v0.19.4
15272026-08-11T22:18:21.835Z Compiling zerocopy-derive v0.6.6
15282026-08-11T22:18:22.304Z Compiling anstyle-parse v0.2.7
15292026-08-11T22:18:22.487Z Compiling rand_xorshift v0.4.0
15302026-08-11T22:18:22.521Z Compiling sync_wrapper v1.0.2
15312026-08-11T22:18:22.621Z Compiling indexmap v1.9.3
15322026-08-11T22:18:22.649Z Compiling num_threads v0.1.7
15332026-08-11T22:18:22.680Z Compiling unarray v0.1.4
15342026-08-11T22:18:22.771Z Compiling crc-catalog v2.4.0
15352026-08-11T22:18:22.787Z Compiling usdt-impl v0.6.0
15362026-08-11T22:18:22.805Z Compiling paste v1.0.15
15372026-08-11T22:18:22.838Z Compiling zlib-rs v0.6.2
15382026-08-11T22:18:22.968Z Compiling nodrop v0.1.14
15392026-08-11T22:18:23.062Z Compiling siphasher v1.0.2
15402026-08-11T22:18:23.080Z Compiling crossbeam-utils v0.8.21
15412026-08-11T22:18:23.249Z Compiling dof v0.4.0
15422026-08-11T22:18:23.378Z Compiling array-init v0.0.4
15432026-08-11T22:18:23.409Z Compiling crc v3.4.0
15442026-08-11T22:18:23.522Z Compiling clap v4.6.1
15452026-08-11T22:18:23.615Z Compiling proptest v1.11.0
15462026-08-11T22:18:23.665Z Compiling time v0.3.47
15472026-08-11T22:18:23.711Z Compiling zerocopy v0.6.6
15482026-08-11T22:18:24.025Z Compiling tower v0.5.3
15492026-08-11T22:18:24.478Z Compiling bitfield v0.19.4
15502026-08-11T22:18:24.673Z Compiling anstream v0.6.21
15512026-08-11T22:18:24.961Z Compiling smallvec v0.6.14
15522026-08-11T22:18:25.242Z Compiling derive_builder_core v0.20.2
15532026-08-11T22:18:25.374Z Compiling ipnetwork v0.21.1
15542026-08-11T22:18:25.750Z Compiling flate2 v1.1.9
15552026-08-11T22:18:25.943Z Compiling dtrace-parser v0.3.0
15562026-08-11T22:18:26.022Z Compiling pkcs1 v0.7.5
15572026-08-11T22:18:26.044Z Compiling http-body-util v0.1.3
15582026-08-11T22:18:26.141Z Compiling heapless v0.7.17
15592026-08-11T22:18:26.282Z Compiling scroll_derive v0.12.1
15602026-08-11T22:18:26.377Z Compiling structmeta-derive v0.3.0
15612026-08-11T22:18:26.403Z Compiling slog v2.8.2
15622026-08-11T22:18:26.584Z Compiling darling_core v0.23.0
15632026-08-11T22:18:26.600Z Compiling thread-id v5.1.0
15642026-08-11T22:18:26.652Z Compiling cookie v0.18.1
15652026-08-11T22:18:26.688Z Compiling env_filter v1.0.0
15662026-08-11T22:18:26.868Z Compiling unicode-properties v0.1.4
15672026-08-11T22:18:26.997Z Compiling unicode-bidi v0.3.18
15682026-08-11T22:18:27.006Z Compiling anyhow v1.0.102
15692026-08-11T22:18:27.074Z Compiling ryu v1.0.23
15702026-08-11T22:18:27.257Z Compiling winnow v0.5.40
15712026-08-11T22:18:27.297Z Compiling hashbrown v0.12.3
15722026-08-11T22:18:27.475Z Compiling base64 v0.21.7
15732026-08-11T22:18:27.495Z Compiling signal-hook v0.3.18
15742026-08-11T22:18:27.705Z Compiling allocator-api2 v0.2.21
15752026-08-11T22:18:27.793Z Compiling zstd-safe v7.2.4
15762026-08-11T22:18:27.816Z Compiling iri-string v0.7.10
15772026-08-11T22:18:28.004Z Compiling ron v0.8.1
15782026-08-11T22:18:28.377Z Compiling structmeta v0.3.0
15792026-08-11T22:18:28.608Z Compiling toml_edit v0.19.15
15802026-08-11T22:18:28.901Z Compiling stringprep v0.1.5
15812026-08-11T22:18:28.916Z Compiling tower-http v0.6.8
15822026-08-11T22:18:29.102Z Compiling darling_macro v0.23.0
15832026-08-11T22:18:29.300Z Compiling serde_urlencoded v0.7.1
15842026-08-11T22:18:29.309Z Compiling scroll v0.12.0
15852026-08-11T22:18:29.376Z Compiling env_logger v0.11.9
15862026-08-11T22:18:29.651Z Compiling rsa v0.9.10
15872026-08-11T22:18:29.684Z Compiling derive_builder_macro v0.20.2
15882026-08-11T22:18:29.726Z Compiling newtype-uuid v1.3.2
15892026-08-11T22:18:30.052Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15902026-08-11T22:18:30.083Z Compiling oxnet v0.1.6
15912026-08-11T22:18:30.115Z Compiling hashbrown v0.13.2
15922026-08-11T22:18:30.151Z Compiling bzip2 v0.4.4
15932026-08-11T22:18:30.355Z Compiling serde-hex v0.1.0
15942026-08-11T22:18:30.507Z Compiling tokio-native-tls v0.3.1
15952026-08-11T22:18:30.589Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15962026-08-11T22:18:30.685Z Compiling camino v1.2.2
15972026-08-11T22:18:31.200Z Compiling bstr v1.12.1
15982026-08-11T22:18:31.268Z Compiling block-padding v0.4.2
15992026-08-11T22:18:31.434Z Compiling block-buffer v0.12.1
16002026-08-11T22:18:31.541Z Compiling crypto-common v0.2.2
16012026-08-11T22:18:31.633Z Compiling rustls-native-certs v0.8.3
16022026-08-11T22:18:31.979Z Compiling x509-cert v0.2.5
16032026-08-11T22:18:31.987Z Compiling md-5 v0.10.6
16042026-08-11T22:18:32.090Z Compiling erased-serde v0.3.31
16052026-08-11T22:18:32.119Z Compiling serde_tokenstream v0.2.3
16062026-08-11T22:18:32.433Z Compiling curve25519-dalek v4.1.3
16072026-08-11T22:18:32.584Z Compiling pin-project-internal v1.1.11
16082026-08-11T22:18:32.661Z Compiling async-trait v0.1.89
16092026-08-11T22:18:32.771Z Compiling daft-derive v0.1.7
16102026-08-11T22:18:33.288Z Compiling zerocopy-derive v0.7.35
16112026-08-11T22:18:33.444Z Compiling vergen-lib v9.1.0
16122026-08-11T22:18:33.476Z Compiling hash32 v0.2.1
16132026-08-11T22:18:33.622Z Compiling memoffset v0.9.1
16142026-08-11T22:18:33.657Z Compiling encoding_rs v0.8.35
16152026-08-11T22:18:33.672Z Compiling mime v0.3.17
16162026-08-11T22:18:33.690Z Compiling ref-cast v1.0.25
16172026-08-11T22:18:33.809Z Compiling psl-types v2.0.11
16182026-08-11T22:18:33.920Z Compiling smoltcp v0.9.1
16192026-08-11T22:18:33.933Z Compiling crc-any v2.5.0
16202026-08-11T22:18:33.972Z Compiling rustix v0.38.44
16212026-08-11T22:18:34.153Z Compiling cfg_aliases v0.2.1
16222026-08-11T22:18:34.158Z Compiling fallible-iterator v0.2.0
16232026-08-11T22:18:34.228Z Compiling litrs v1.0.0
16242026-08-11T22:18:34.265Z Compiling nix v0.31.2
16252026-08-11T22:18:34.393Z Compiling zerocopy v0.7.35
16262026-08-11T22:18:34.452Z Compiling postgres-protocol v0.6.10
16272026-08-11T22:18:34.468Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16282026-08-11T22:18:34.645Z Compiling publicsuffix v2.3.0
16292026-08-11T22:18:34.729Z Compiling document-features v0.2.12
16302026-08-11T22:18:34.763Z Compiling pin-project v1.1.11
16312026-08-11T22:18:34.861Z Compiling daft v0.1.7
16322026-08-11T22:18:35.003Z Compiling inout v0.2.2
16332026-08-11T22:18:35.122Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16342026-08-11T22:18:35.137Z Compiling hyper-tls v0.6.0
16352026-08-11T22:18:35.178Z Compiling object v0.30.4
16362026-08-11T22:18:35.282Z Compiling zip v0.6.6
16372026-08-11T22:18:35.287Z Compiling derive_builder v0.20.2
16382026-08-11T22:18:35.346Z Compiling toml v0.7.8
16392026-08-11T22:18:35.391Z Compiling darling v0.23.0
16402026-08-11T22:18:35.414Z Compiling goblin v0.8.2
16412026-08-11T22:18:35.836Z Compiling derive-ex v0.1.8
16422026-08-11T22:18:35.910Z Compiling phf_shared v0.13.1
16432026-08-11T22:18:35.980Z Compiling regex v1.12.3
16442026-08-11T22:18:36.141Z Compiling hubpack_derive v0.1.1
16452026-08-11T22:18:36.185Z Compiling futures-executor v0.3.32
16462026-08-11T22:18:36.398Z Compiling ref-cast-impl v1.0.25
16472026-08-11T22:18:36.445Z Compiling strum_macros v0.27.2
16482026-08-11T22:18:36.583Z Compiling snafu-derive v0.8.9
16492026-08-11T22:18:36.972Z Compiling curve25519-dalek-derive v0.1.1
16502026-08-11T22:18:37.538Z Compiling vergen v9.1.0
16512026-08-11T22:18:37.614Z Compiling cargo-platform v0.3.2
16522026-08-11T22:18:37.714Z Compiling ff v0.13.1
16532026-08-11T22:18:37.857Z Compiling fs-err v3.3.0
16542026-08-11T22:18:37.893Z Compiling jiff-core v0.1.0
16552026-08-11T22:18:38.030Z Compiling libbz2-rs-sys v0.2.2
16562026-08-11T22:18:38.044Z Compiling foldhash v0.1.5
16572026-08-11T22:18:38.210Z Compiling base16ct v0.2.0
16582026-08-11T22:18:38.387Z Compiling either v1.15.0
16592026-08-11T22:18:38.401Z Compiling bitflags v1.3.2
16602026-08-11T22:18:38.473Z Compiling path-slash v0.1.5
16612026-08-11T22:18:38.496Z Compiling object v0.37.3
16622026-08-11T22:18:38.592Z Compiling managed v0.8.0
16632026-08-11T22:18:38.607Z Compiling unicode-segmentation v1.12.0
16642026-08-11T22:18:38.680Z Compiling foldhash v0.2.0
16652026-08-11T22:18:38.752Z Compiling bumpalo v3.20.2
16662026-08-11T22:18:38.814Z Compiling same-file v1.0.6
16672026-08-11T22:18:38.842Z Compiling hashbrown v0.16.1
16682026-08-11T22:18:38.940Z Compiling walkdir v2.5.0
16692026-08-11T22:18:38.959Z Compiling zopfli v0.8.3
16702026-08-11T22:18:38.996Z Compiling jiff v0.2.34
16712026-08-11T22:18:39.021Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16722026-08-11T22:18:39.235Z Compiling snafu v0.8.9
16732026-08-11T22:18:39.416Z Compiling bzip2 v0.6.1
16742026-08-11T22:18:39.584Z Compiling strum v0.27.2
16752026-08-11T22:18:39.597Z Compiling sec1 v0.7.3
16762026-08-11T22:18:39.621Z Compiling hashbrown v0.15.5
16772026-08-11T22:18:39.708Z Compiling group v0.13.0
16782026-08-11T22:18:39.755Z Compiling cargo_metadata v0.23.1
16792026-08-11T22:18:39.900Z Compiling dof v0.3.0
16802026-08-11T22:18:40.164Z Compiling test-strategy v0.4.5
16812026-08-11T22:18:40.508Z Compiling hubpack v0.1.2
16822026-08-11T22:18:40.638Z Compiling futures v0.3.32
16832026-08-11T22:18:40.676Z Compiling phf v0.13.1
16842026-08-11T22:18:40.722Z Compiling signal-hook-mio v0.2.5
16852026-08-11T22:18:40.869Z Compiling cookie_store v0.22.1
16862026-08-11T22:18:41.102Z Compiling zstd v0.13.3
16872026-08-11T22:18:41.198Z Compiling serde_with_macros v3.21.0
16882026-08-11T22:18:41.355Z Compiling reqwest v0.12.28
16892026-08-11T22:18:41.496Z Compiling cipher v0.5.2
16902026-08-11T22:18:41.616Z Compiling postgres-types v0.2.12
16912026-08-11T22:18:42.183Z Compiling usdt-attr-macro v0.6.0
16922026-08-11T22:18:42.390Z Compiling usdt-macro v0.6.0
16932026-08-11T22:18:42.510Z Compiling globset v0.4.18
16942026-08-11T22:18:42.889Z Compiling phf_shared v0.11.3
16952026-08-11T22:18:43.002Z Compiling hkdf v0.12.4
16962026-08-11T22:18:43.064Z Compiling dtrace-parser v0.2.0
16972026-08-11T22:18:43.082Z Compiling byte-wrapper v0.1.0
16982026-08-11T22:18:43.151Z Compiling olpc-cjson v0.1.4
16992026-08-11T22:18:43.173Z Compiling ed25519 v2.2.3
17002026-08-11T22:18:43.189Z Compiling crypto-bigint v0.5.5
17012026-08-11T22:18:43.309Z Compiling serde-big-array v0.5.1
17022026-08-11T22:18:43.406Z Compiling serde_plain v1.0.2
17032026-08-11T22:18:43.456Z Compiling strum_macros v0.26.4
17042026-08-11T22:18:43.487Z Compiling async-recursion v1.1.1
17052026-08-11T22:18:43.595Z Compiling enum-as-inner v0.6.1
17062026-08-11T22:18:43.786Z Compiling serde_repr v0.1.20
17072026-08-11T22:18:44.071Z Compiling pem v3.0.6
17082026-08-11T22:18:44.090Z Compiling float-cmp v0.10.0
17092026-08-11T22:18:44.140Z Compiling memmap2 v0.9.10
17102026-08-11T22:18:44.233Z Compiling thread-id v4.2.2
17112026-08-11T22:18:44.310Z Compiling winnow v1.0.3
17122026-08-11T22:18:44.326Z Compiling predicates-core v1.0.10
17132026-08-11T22:18:44.353Z Compiling precomputed-hash v0.1.1
17142026-08-11T22:18:44.390Z Compiling new_debug_unreachable v1.0.6
17152026-08-11T22:18:44.439Z Compiling normalize-line-endings v0.3.0
17162026-08-11T22:18:44.461Z Compiling cpufeatures v0.3.0
17172026-08-11T22:18:44.500Z Compiling difflib v0.4.0
17182026-08-11T22:18:44.552Z Compiling data-encoding v2.10.0
17192026-08-11T22:18:44.556Z Compiling fixedbitset v0.5.7
17202026-08-11T22:18:44.663Z Compiling whoami v2.1.0
17212026-08-11T22:18:44.853Z Compiling typed-path v0.9.3
17222026-08-11T22:18:45.046Z Compiling keccak v0.1.6
17232026-08-11T22:18:45.061Z Compiling static_assertions v1.1.0
17242026-08-11T22:18:45.133Z Compiling fixedbitset v0.4.2
17252026-08-11T22:18:45.148Z Compiling const-oid v0.10.2
17262026-08-11T22:18:45.179Z Compiling strum v0.26.3
17272026-08-11T22:18:45.221Z Compiling sha3 v0.10.8
17282026-08-11T22:18:45.283Z Compiling petgraph v0.6.5
17292026-08-11T22:18:45.305Z Compiling digest v0.11.3
17302026-08-11T22:18:45.343Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17312026-08-11T22:18:45.347Z Compiling toml_edit v0.22.27
17322026-08-11T22:18:45.528Z Compiling tokio-postgres v0.7.16
17332026-08-11T22:18:45.673Z Compiling hickory-proto v0.25.2
17342026-08-11T22:18:45.782Z Compiling petgraph v0.8.3
17352026-08-11T22:18:46.059Z Compiling predicates v3.1.4
17362026-08-11T22:18:46.693Z Compiling toml_parser v1.1.2+spec-1.1.0
17372026-08-11T22:18:46.767Z Compiling chacha20 v0.10.0
17382026-08-11T22:18:47.160Z Compiling string_cache v0.8.9
17392026-08-11T22:18:47.347Z Compiling usdt-impl v0.5.0
17402026-08-11T22:18:47.395Z Compiling usdt v0.6.0
17412026-08-11T22:18:47.660Z Compiling elliptic-curve v0.13.8
17422026-08-11T22:18:47.753Z Compiling ed25519-dalek v2.2.0
17432026-08-11T22:18:47.793Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17442026-08-11T22:18:47.944Z Compiling crossterm v0.28.1
17452026-08-11T22:18:48.073Z Compiling serde_with v3.21.0
17462026-08-11T22:18:48.178Z Compiling zip v4.6.1
17472026-08-11T22:18:48.660Z Compiling iddqd v0.4.2
17482026-08-11T22:18:49.303Z Compiling similar v2.7.0
17492026-08-11T22:18:49.503Z Compiling heck v0.4.1
17502026-08-11T22:18:49.734Z Compiling itertools v0.15.0
17512026-08-11T22:18:49.760Z Compiling itertools v0.13.0
17522026-08-11T22:18:49.820Z Compiling crossbeam-epoch v0.9.18
17532026-08-11T22:18:49.924Z Compiling tokio-stream v0.1.18
17542026-08-11T22:18:50.144Z Compiling buf-list v1.1.2
17552026-08-11T22:18:50.148Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17562026-08-11T22:18:50.360Z Compiling openapiv3 v2.2.0
17572026-08-11T22:18:50.377Z Compiling peg-runtime v0.8.5
17582026-08-11T22:18:50.411Z Compiling lalrpop-util v0.19.12
17592026-08-11T22:18:50.444Z Compiling thread_local v1.1.9
17602026-08-11T22:18:50.604Z Compiling slog-async v2.8.0
17612026-08-11T22:18:50.689Z Compiling crossbeam-channel v0.5.15
17622026-08-11T22:18:50.692Z Compiling filetime v0.2.27
17632026-08-11T22:18:50.872Z Compiling is-terminal v0.4.17
17642026-08-11T22:18:50.906Z Compiling take_mut v0.2.2
17652026-08-11T22:18:50.968Z Compiling xattr v1.6.1
17662026-08-11T22:18:50.972Z Compiling term v1.2.1
17672026-08-11T22:18:51.025Z Compiling camino-tempfile v1.4.1
17682026-08-11T22:18:51.089Z Compiling tar v0.4.46
17692026-08-11T22:18:51.243Z Compiling slog-term v2.9.2
17702026-08-11T22:18:57.675Z Compiling rustls-webpki v0.103.13
17712026-08-11T22:19:00.330Z Compiling tokio-rustls v0.26.4
17722026-08-11T22:19:00.330Z Compiling rustls-platform-verifier v0.6.2
17732026-08-11T22:19:00.334Z Compiling tough v0.22.0
17742026-08-11T22:19:00.543Z Compiling hyper-rustls v0.27.7
17752026-08-11T22:19:00.736Z Compiling reqwest v0.13.2
17762026-08-11T22:19:02.965Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17772026-08-11T22:19:03.175Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17782026-08-11T22:19:06.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17792026-08-11T22:19:06.237Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17802026-08-11T22:19:06.292ZAug 11 22:19:04.849 INFO Starting download, target: Clickhouse
17812026-08-11T22:19:06.292ZAug 11 22:19:04.849 INFO Starting download, target: Cockroach
17822026-08-11T22:19:06.292ZAug 11 22:19:04.849 INFO Starting download, target: Console
17832026-08-11T22:19:06.296ZAug 11 22:19:04.849 INFO Starting download, target: DendriteStub
17842026-08-11T22:19:06.296ZAug 11 22:19:04.849 INFO Starting download, target: MaghemiteMgd
17852026-08-11T22:19:06.296ZAug 11 22:19:04.849 INFO Starting download, target: MaghemiteDdmd
17862026-08-11T22:19:06.296ZAug 11 22:19:04.849 INFO Starting download, target: TransceiverControl
17872026-08-11T22:19:06.296ZAug 11 22:19:04.849 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17882026-08-11T22:19:06.296ZAug 11 22:19:04.849 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17892026-08-11T22:19:06.296ZAug 11 22:19:04.849 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17902026-08-11T22:19:06.297ZAug 11 22:19:04.849 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17912026-08-11T22:19:06.297ZAug 11 22:19:04.849 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17922026-08-11T22:19:06.297ZAug 11 22:19:04.849 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17932026-08-11T22:19:06.297ZAug 11 22:19:04.849 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17942026-08-11T22:19:08.041ZAug 11 22:19:06.597 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17952026-08-11T22:19:08.301ZAug 11 22:19:06.857 INFO Download complete, target: Console
17962026-08-11T22:19:08.358ZAug 11 22:19:06.915 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17972026-08-11T22:19:14.910ZAug 11 22:19:13.467 INFO Checking that binary works, target: Clickhouse
17982026-08-11T22:19:14.995ZAug 11 22:19:13.552 INFO Download complete, target: Clickhouse
17992026-08-11T22:19:19.673ZAug 11 22:19:18.225 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18002026-08-11T22:19:19.934ZAug 11 22:19:18.429 INFO Download complete, target: TransceiverControl
18012026-08-11T22:19:30.455ZAug 11 22:19:28.473 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18022026-08-11T22:19:30.564ZAug 11 22:19:28.761 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18032026-08-11T22:19:32.084ZAug 11 22:19:30.593 INFO Download complete, target: MaghemiteDdmd
18042026-08-11T22:19:32.253ZAug 11 22:19:30.797 INFO Download complete, target: DendriteStub
18052026-08-11T22:19:32.356ZAug 11 22:19:30.908 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18062026-08-11T22:19:34.205ZAug 11 22:19:32.762 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18072026-08-11T22:19:34.205ZAug 11 22:19:32.762 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18082026-08-11T22:19:34.838ZAug 11 22:19:33.394 INFO Download complete, target: MaghemiteMgd
18092026-08-11T22:19:38.726ZAug 11 22:19:37.283 INFO Checking that binary works, target: Cockroach
18102026-08-11T22:19:38.836ZAug 11 22:19:37.392 INFO Download complete, target: Cockroach
18112026-08-11T22:19:38.849ZAll builder prerequisites installed successfully, and PATH looks valid
18122026-08-11T22:19:38.852Z
18132026-08-11T22:19:38.852Zreal 2:30.396012493
18142026-08-11T22:19:38.852Zuser 7:07.126618675
18152026-08-11T22:19:38.852Zsys 1:24.299850120
18162026-08-11T22:19:38.852Ztrap 0.226841041
18172026-08-11T22:19:38.852Ztflt 0.551294348
18182026-08-11T22:19:38.852Zdflt 0.938688494
18192026-08-11T22:19:38.853Zkflt 0.021595610
18202026-08-11T22:19:38.853Zlock 33:41.090324419
18212026-08-11T22:19:38.853Zslp 22:17.861425099
18222026-08-11T22:19:38.853Zlat 43.366147320
18232026-08-11T22:19:38.853Zstop 2:33.977251886
18242026-08-11T22:19:38.853Z+ banner clippy
18252026-08-11T22:19:38.853Z
18262026-08-11T22:19:38.853Z #### # # ##### ##### # #
18272026-08-11T22:19:38.853Z # # # # # # # # # #
18282026-08-11T22:19:38.853Z # # # # # # # #
18292026-08-11T22:19:38.853Z # # # ##### ##### #
18302026-08-11T22:19:38.853Z # # # # # # #
18312026-08-11T22:19:38.853Z #### ###### # # # #
18322026-08-11T22:19:38.853Z
18332026-08-11T22:19:38.853Z+ export CARGO_INCREMENTAL=0
18342026-08-11T22:19:38.853Z+ CARGO_INCREMENTAL=0
18352026-08-11T22:19:38.853Z+ ptime -m cargo xtask clippy
18362026-08-11T22:19:39.311Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18372026-08-11T22:19:39.599Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18382026-08-11T22:19:41.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18392026-08-11T22:19:41.463Z Running `target/debug/xtask clippy`
18402026-08-11T22:19:41.489Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18412026-08-11T22:19:42.047Z Downloading crates ...
18422026-08-11T22:19:42.221Z Downloaded cfg-expr v0.20.6
18432026-08-11T22:19:42.224Z Downloaded async-lock v3.4.2
18442026-08-11T22:19:42.224Z Downloaded assert-json-diff v2.0.2
18452026-08-11T22:19:42.224Z Downloaded backtrace-ext v0.2.1
18462026-08-11T22:19:42.224Z Downloaded approx v0.5.1
18472026-08-11T22:19:42.227Z Downloaded async-object-pool v0.2.0
18482026-08-11T22:19:42.227Z Downloaded concurrent-queue v2.5.0
18492026-08-11T22:19:42.227Z Downloaded cast v0.3.0
18502026-08-11T22:19:42.227Z Downloaded constant_time_eq v0.3.1
18512026-08-11T22:19:42.227Z Downloaded anes v0.1.6
18522026-08-11T22:19:42.231Z Downloaded criterion-plot v0.6.0
18532026-08-11T22:19:42.231Z Downloaded blake2b_simd v1.0.4
18542026-08-11T22:19:42.231Z Downloaded addr2line v0.25.1
18552026-08-11T22:19:42.234Z Downloaded assert_cmd v2.1.2
18562026-08-11T22:19:42.234Z Downloaded datatest-stable v0.3.3
18572026-08-11T22:19:42.234Z Downloaded escape8259 v0.5.3
18582026-08-11T22:19:42.237Z Downloaded event-listener-strategy v0.5.4
18592026-08-11T22:19:42.237Z Downloaded chumsky v0.9.3
18602026-08-11T22:19:42.238Z Downloaded backtrace v0.3.76
18612026-08-11T22:19:42.240Z Downloaded futures-timer v3.0.3
18622026-08-11T22:19:42.240Z Downloaded event-listener v5.4.1
18632026-08-11T22:19:42.244Z Downloaded criterion v0.7.0
18642026-08-11T22:19:42.248Z Downloaded fancy-regex v0.14.0
18652026-08-11T22:19:42.249Z Downloaded guppy-workspace-hack v0.1.0
18662026-08-11T22:19:42.249Z Downloaded hex-literal v0.4.1
18672026-08-11T22:19:42.249Z Downloaded guppy v0.17.25
18682026-08-11T22:19:42.252Z Downloaded linkme-impl v0.3.35
18692026-08-11T22:19:42.252Z Downloaded hickory-client v0.25.2
18702026-08-11T22:19:42.254Z Downloaded httptest v0.16.4
18712026-08-11T22:19:42.254Z Downloaded linkme v0.3.35
18722026-08-11T22:19:42.254Z Downloaded libtest-mimic v0.8.1
18732026-08-11T22:19:42.258Z Downloaded miette-derive v5.10.0
18742026-08-11T22:19:42.258Z Downloaded nested v0.1.1
18752026-08-11T22:19:42.258Z Downloaded parking v2.2.1
18762026-08-11T22:19:42.258Z Downloaded knuffel-derive v3.2.0
18772026-08-11T22:19:42.258Z Downloaded pathdiff v0.2.3
18782026-08-11T22:19:42.261Z Downloaded plotters-svg v0.3.7
18792026-08-11T22:19:42.261Z Downloaded plotters-backend v0.3.7
18802026-08-11T22:19:42.261Z Downloaded oorandom v11.1.5
18812026-08-11T22:19:42.261Z Downloaded knuffel v3.2.0
18822026-08-11T22:19:42.261Z Downloaded owo-colors v3.5.0
18832026-08-11T22:19:42.264Z Downloaded partial-io v0.5.4
18842026-08-11T22:19:42.264Z Downloaded path-tree v0.8.3
18852026-08-11T22:19:42.264Z Downloaded hashbrown v0.14.5
18862026-08-11T22:19:42.268Z Downloaded miette v5.10.0
18872026-08-11T22:19:42.270Z Downloaded relative-path v1.9.3
18882026-08-11T22:19:42.271Z Downloaded rustc-demangle v0.1.27
18892026-08-11T22:19:42.271Z Downloaded rust-argon2 v2.1.0
18902026-08-11T22:19:42.271Z Downloaded serde_regex v1.1.0
18912026-08-11T22:19:42.274Z Downloaded similar-asserts v1.7.0
18922026-08-11T22:19:42.274Z Downloaded target-triple v1.0.0
18932026-08-11T22:19:42.274Z Downloaded supports-color v2.1.0
18942026-08-11T22:19:42.274Z Downloaded supports-unicode v2.1.0
18952026-08-11T22:19:42.274Z Downloaded supports-hyperlinks v2.1.0
18962026-08-11T22:19:42.277Z Downloaded terminal_size v0.1.17
18972026-08-11T22:19:42.277Z Downloaded rand_distr v0.5.1
18982026-08-11T22:19:42.277Z Downloaded termcolor v1.4.1
18992026-08-11T22:19:42.277Z Downloaded target-spec v3.5.7
19002026-08-11T22:19:42.280Z Downloaded rstest_macros v0.25.0
19012026-08-11T22:19:42.280Z Downloaded stringmetrics v2.2.2
19022026-08-11T22:19:42.280Z Downloaded target-lexicon v0.13.3
19032026-08-11T22:19:42.284Z Downloaded rstest v0.25.0
19042026-08-11T22:19:42.286Z Downloaded tinytemplate v1.2.1
19052026-08-11T22:19:42.287Z Downloaded plotters v0.3.7
19062026-08-11T22:19:42.289Z Downloaded textwrap v0.15.2
19072026-08-11T22:19:42.292Z Downloaded gimli v0.32.3
19082026-08-11T22:19:42.295Z Downloaded trybuild v1.0.116
19092026-08-11T22:19:42.386Z Downloaded httpmock v0.8.3
19102026-08-11T22:19:44.137Z Checking cfg-if v1.0.4
19112026-08-11T22:19:44.512Z Checking serde_core v1.0.228
19122026-08-11T22:19:44.512Z Checking libc v0.2.185
19132026-08-11T22:19:44.598Z Checking memchr v2.8.0
19142026-08-11T22:19:44.632Z Checking smallvec v1.15.1
19152026-08-11T22:19:44.670Z Checking rand_core v0.10.0
19162026-08-11T22:19:44.712Z Checking itoa v1.0.17
19172026-08-11T22:19:44.744Z Checking subtle v2.6.1
19182026-08-11T22:19:44.788Z Checking log v0.4.29
19192026-08-11T22:19:44.835Z Checking libm v0.2.16
19202026-08-11T22:19:44.887Z Checking typenum v1.20.1
19212026-08-11T22:19:44.935Z Checking scopeguard v1.2.0
19222026-08-11T22:19:44.976Z Checking getrandom v0.4.1
19232026-08-11T22:19:44.976Z Checking errno v0.3.14
19242026-08-11T22:19:45.043Z Checking zmij v1.0.21
19252026-08-11T22:19:45.046Z Checking stable_deref_trait v1.2.1
19262026-08-11T22:19:45.081Z Checking lock_api v0.4.14
19272026-08-11T22:19:45.156Z Checking zerofrom v0.1.6
19282026-08-11T22:19:45.198Z Checking percent-encoding v2.3.2
19292026-08-11T22:19:45.244Z Checking writeable v0.6.2
19302026-08-11T22:19:45.282Z Checking litemap v0.8.1
19312026-08-11T22:19:45.324Z Checking yoke v0.8.1
19322026-08-11T22:19:45.358Z Checking icu_normalizer_data v2.1.1
19332026-08-11T22:19:45.406Z Checking icu_properties_data v2.1.2
19342026-08-11T22:19:45.438Z Checking form_urlencoded v1.2.2
19352026-08-11T22:19:45.477Z Checking utf8_iter v1.0.4
19362026-08-11T22:19:45.513Z Checking zerovec v0.11.5
19372026-08-11T22:19:45.513Z Checking zerotrie v0.2.3
19382026-08-11T22:19:45.587Z Checking num-traits v0.2.19
19392026-08-11T22:19:45.628Z Checking pin-project-lite v0.2.17
19402026-08-11T22:19:45.667Z Checking zerocopy v0.8.40
19412026-08-11T22:19:45.716Z Checking parking_lot_core v0.9.12
19422026-08-11T22:19:45.749Z Checking portable-atomic v1.13.1
19432026-08-11T22:19:45.793Z Checking critical-section v1.2.0
19442026-08-11T22:19:45.845Z Checking signal-hook-registry v1.4.8
19452026-08-11T22:19:45.945Z Checking parking_lot v0.12.5
19462026-08-11T22:19:45.970Z Checking mio v1.2.0
19472026-08-11T22:19:45.976Z Checking tinystr v0.8.2
19482026-08-11T22:19:46.037Z Checking serde v1.0.228
19492026-08-11T22:19:46.037Z Checking serde_json v1.0.151
19502026-08-11T22:19:46.141Z Checking bitflags v2.11.0
19512026-08-11T22:19:46.147Z Checking potential_utf v0.1.4
19522026-08-11T22:19:46.212Z Checking icu_locale_core v2.1.1
19532026-08-11T22:19:46.218Z Checking once_cell v1.21.3
19542026-08-11T22:19:46.291Z Checking iana-time-zone v0.1.65
19552026-08-11T22:19:46.296Z Checking icu_collections v2.1.1
19562026-08-11T22:19:46.369Z Checking socket2 v0.6.3
19572026-08-11T22:19:46.417Z Checking uuid v1.23.4
19582026-08-11T22:19:46.473Z Checking zeroize v1.9.0
19592026-08-11T22:19:46.473Z Checking bytes v1.11.1
19602026-08-11T22:19:46.618Z Checking chrono v0.4.45
19612026-08-11T22:19:46.662Z Checking semver v1.0.28
19622026-08-11T22:19:46.721Z Checking thiserror v2.0.18
19632026-08-11T22:19:46.777Z Checking dyn-clone v1.0.20
19642026-08-11T22:19:46.829Z Checking icu_provider v2.1.1
19652026-08-11T22:19:46.870Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19662026-08-11T22:19:46.870Z Checking futures-core v0.3.32
19672026-08-11T22:19:46.941Z Checking equivalent v1.0.2
19682026-08-11T22:19:46.948Z Checking tokio v1.52.1
19692026-08-11T22:19:46.977Z Checking rustix v1.1.3
19702026-08-11T22:19:47.046Z Checking getrandom v0.2.17
19712026-08-11T22:19:47.086Z Checking cmov v0.5.4
19722026-08-11T22:19:47.094Z Checking icu_properties v2.1.2
19732026-08-11T22:19:47.169Z Checking icu_normalizer v2.1.1
19742026-08-11T22:19:47.275Z Checking rand_core v0.6.4
19752026-08-11T22:19:47.336Z Checking ctutils v0.4.2
19762026-08-11T22:19:47.476Z Checking futures-sink v0.3.32
19772026-08-11T22:19:47.515Z Checking byteorder v1.5.0
19782026-08-11T22:19:47.524Z Checking getrandom v0.3.4
19792026-08-11T22:19:47.599Z Checking hybrid-array v0.4.13
19802026-08-11T22:19:47.619Z Checking futures-channel v0.3.32
19812026-08-11T22:19:47.732Z Checking futures-io v0.3.32
19822026-08-11T22:19:47.759Z Checking slab v0.4.12
19832026-08-11T22:19:47.848Z Checking futures-task v0.3.32
19842026-08-11T22:19:47.887Z Checking generic-array v0.14.7
19852026-08-11T22:19:47.892Z Checking hashbrown v0.17.0
19862026-08-11T22:19:47.955Z Checking idna_adapter v1.2.1
19872026-08-11T22:19:48.036Z Checking thiserror v1.0.69
19882026-08-11T22:19:48.099Z Checking futures-util v0.3.32
19892026-08-11T22:19:48.108Z Checking idna v1.1.0
19902026-08-11T22:19:48.145Z Checking regex-syntax v0.8.10
19912026-08-11T22:19:48.374Z Checking fnv v1.0.7
19922026-08-11T22:19:48.382Z Checking crypto-common v0.2.2
19932026-08-11T22:19:48.443Z Checking url v2.5.8
19942026-08-11T22:19:48.448Z Checking ppv-lite86 v0.2.21
19952026-08-11T22:19:48.448Z Checking indexmap v2.14.0
19962026-08-11T22:19:48.550Z Checking const-oid v0.9.6
19972026-08-11T22:19:48.833Z Checking base64ct v1.8.3
19982026-08-11T22:19:48.901Z Checking schemars v0.8.22
19992026-08-11T22:19:49.017Z Checking crypto-common v0.1.7
20002026-08-11T22:19:49.055Z Checking block-buffer v0.12.1
20012026-08-11T22:19:49.094Z Checking block-buffer v0.10.4
20022026-08-11T22:19:49.199Z Checking base64 v0.22.1
20032026-08-11T22:19:49.251Z Checking utf8parse v0.2.2
20042026-08-11T22:19:49.258Z Checking anstyle v1.0.14
20052026-08-11T22:19:49.318Z Checking digest v0.10.7
20062026-08-11T22:19:49.379Z Checking http v1.4.2
20072026-08-11T22:19:49.446Z Checking tracing-core v0.1.36
20082026-08-11T22:19:49.476Z Checking is_terminal_polyfill v1.70.2
20092026-08-11T22:19:49.517Z Checking anstyle-query v1.1.5
20102026-08-11T22:19:49.553Z Checking colorchoice v1.0.4
20112026-08-11T22:19:49.592Z Checking rand_core v0.9.5
20122026-08-11T22:19:49.641Z Checking const-oid v0.10.2
20132026-08-11T22:19:49.669Z Checking anstyle-parse v1.0.0
20142026-08-11T22:19:49.712Z Checking terminal_size v0.4.3
20152026-08-11T22:19:49.768Z Checking tracing v0.1.44
20162026-08-11T22:19:49.814Z Checking rand_chacha v0.9.0
20172026-08-11T22:19:49.854Z Checking anstream v1.0.0
20182026-08-11T22:19:49.861Z Checking ipnet v2.11.0
20192026-08-11T22:19:49.861Z Checking aho-corasick v1.1.4
20202026-08-11T22:19:49.952Z Checking clap_lex v1.0.0
20212026-08-11T22:19:49.991Z Checking strsim v0.11.1
20222026-08-11T22:19:50.029Z Checking crossbeam-utils v0.8.21
20232026-08-11T22:19:50.068Z Checking rand v0.9.2
20242026-08-11T22:19:50.072Z Checking unicode-ident v1.0.24
20252026-08-11T22:19:50.142Z Checking erased-serde v0.3.31
20262026-08-11T22:19:50.175Z Checking powerfmt v0.2.0
20272026-08-11T22:19:50.185Z Checking clap_builder v4.6.0
20282026-08-11T22:19:50.256Z Checking proc-macro2 v1.0.106
20292026-08-11T22:19:50.261Z Checking tokio-util v0.7.18
20302026-08-11T22:19:50.434Z Checking deranged v0.5.8
20312026-08-11T22:19:50.488Z Checking digest v0.11.3
20322026-08-11T22:19:50.538Z Checking slog v2.8.2
20332026-08-11T22:19:50.584Z Checking num_threads v0.1.7
20342026-08-11T22:19:50.622Z Checking quote v1.0.45
20352026-08-11T22:19:50.629Z Checking regex-automata v0.4.14
20362026-08-11T22:19:50.694Z Checking allocator-api2 v0.2.21
20372026-08-11T22:19:50.698Z Checking fastrand v2.3.0
20382026-08-11T22:19:50.810Z Checking cpufeatures v0.3.0
20392026-08-11T22:19:50.848Z Checking time-core v0.1.8
20402026-08-11T22:19:50.911Z Checking num-conv v0.2.0
20412026-08-11T22:19:50.968Z Checking syn v2.0.117
20422026-08-11T22:19:50.974Z Checking httparse v1.10.1
20432026-08-11T22:19:51.031Z Checking anyhow v1.0.102
20442026-08-11T22:19:51.035Z Checking cpufeatures v0.2.17
20452026-08-11T22:19:51.099Z Checking tempfile v3.25.0
20462026-08-11T22:19:51.162Z Checking ipnetwork v0.21.1
20472026-08-11T22:19:51.228Z Checking rustls-pki-types v1.14.0
20482026-08-11T22:19:51.257Z Checking aws-lc-sys v0.40.0
20492026-08-11T22:19:51.334Z Checking untrusted v0.7.1
20502026-08-11T22:19:51.354Z Checking time v0.3.47
20512026-08-11T22:19:51.402Z Checking http-body v1.0.1
20522026-08-11T22:19:51.446Z Checking clap v4.6.1
20532026-08-11T22:19:51.494Z Checking atomic-waker v1.1.2
20542026-08-11T22:19:51.539Z Checking hex v0.4.3
20552026-08-11T22:19:51.586Z Checking httpdate v1.0.3
20562026-08-11T22:19:51.593Z Checking try-lock v0.2.5
20572026-08-11T22:19:51.653Z Checking h2 v0.4.15
20582026-08-11T22:19:51.742Z Checking want v0.3.1
20592026-08-11T22:19:51.784Z Checking aws-lc-rs v1.16.3
20602026-08-11T22:19:51.784Z Checking ryu v1.0.23
20612026-08-11T22:19:51.854Z Checking untrusted v0.9.0
20622026-08-11T22:19:51.895Z Checking tower-layer v0.3.3
20632026-08-11T22:19:51.948Z Checking tower-service v0.3.3
20642026-08-11T22:19:51.997Z Checking pem-rfc7468 v0.7.0
20652026-08-11T22:19:52.074Z Checking spin v0.9.8
20662026-08-11T22:19:52.105Z Checking flagset v0.4.7
20672026-08-11T22:19:52.178Z Checking simd-adler32 v0.3.8
20682026-08-11T22:19:52.253Z Checking der v0.7.10
20692026-08-11T22:19:52.302Z Checking mime v0.3.17
20702026-08-11T22:19:52.376Z Checking block-padding v0.4.2
20712026-08-11T22:19:52.490Z Checking adler2 v2.0.1
20722026-08-11T22:19:52.545Z Checking pretty-hex v0.4.1
20732026-08-11T22:19:52.558Z Checking http-body-util v0.1.3
20742026-08-11T22:19:52.572Z Checking inout v0.2.2
20752026-08-11T22:19:52.672Z Checking miniz_oxide v0.8.9
20762026-08-11T22:19:52.741Z Checking rustls-webpki v0.103.13
20772026-08-11T22:19:52.755Z Checking oxnet v0.1.6
20782026-08-11T22:19:52.868Z Checking camino v1.2.2
20792026-08-11T22:19:52.913Z Checking plain v0.2.3
20802026-08-11T22:19:53.015Z Checking openssl-probe v0.2.1
20812026-08-11T22:19:53.053Z Checking ucd-trie v0.1.7
20822026-08-11T22:19:53.095Z Checking cipher v0.5.2
20832026-08-11T22:19:53.128Z Checking regex v1.12.3
20842026-08-11T22:19:53.167Z Checking serde_urlencoded v0.7.1
20852026-08-11T22:19:53.174Z Checking rand_chacha v0.3.1
20862026-08-11T22:19:53.242Z Checking encoding_rs v0.8.35
20872026-08-11T22:19:53.266Z Checking rustls v0.23.41
20882026-08-11T22:19:53.266Z Checking pest v2.8.6
20892026-08-11T22:19:53.356Z Checking spki v0.7.3
20902026-08-11T22:19:53.404Z Checking rand v0.8.6
20912026-08-11T22:19:53.445Z Checking futures-executor v0.3.32
20922026-08-11T22:19:53.451Z Checking crc32fast v1.5.0
20932026-08-11T22:19:53.556Z Checking either v1.15.0
20942026-08-11T22:19:53.630Z Checking futures v0.3.32
20952026-08-11T22:19:53.672Z Checking sync_wrapper v1.0.2
20962026-08-11T22:19:53.735Z Checking pkcs8 v0.10.2
20972026-08-11T22:19:53.775Z Checking iri-string v0.7.10
20982026-08-11T22:19:53.813Z Checking tower v0.5.3
20992026-08-11T22:19:53.941Z Checking foldhash v0.2.0
21002026-08-11T22:19:53.970Z Checking static_assertions v1.1.0
21012026-08-11T22:19:54.077Z Checking openapiv3 v2.2.0
21022026-08-11T22:19:54.143Z Checking hashbrown v0.16.1
21032026-08-11T22:19:54.217Z Checking bit-vec v0.8.0
21042026-08-11T22:19:54.257Z Checking zlib-rs v0.6.2
21052026-08-11T22:19:54.348Z Checking sha2 v0.10.9
21062026-08-11T22:19:54.441Z Checking bit-set v0.8.0
21072026-08-11T22:19:54.481Z Checking hyper v1.10.1
21082026-08-11T22:19:54.619Z Checking hubpack v0.1.2
21092026-08-11T22:19:54.743Z Checking wait-timeout v0.2.1
21102026-08-11T22:19:54.764Z Checking rustls-native-certs v0.8.3
21112026-08-11T22:19:54.820Z Checking lazy_static v1.5.0
21122026-08-11T22:19:54.825Z Checking tinyvec_macros v0.1.1
21132026-08-11T22:19:54.890Z Checking tower-http v0.6.8
21142026-08-11T22:19:54.898Z Checking psl-types v2.0.11
21152026-08-11T22:19:54.962Z Checking quick-error v1.2.3
21162026-08-11T22:19:54.969Z Checking tinyvec v1.10.0
21172026-08-11T22:19:55.071Z Checking publicsuffix v2.3.0
21182026-08-11T22:19:55.109Z Checking rusty-fork v0.3.1
21192026-08-11T22:19:55.156Z Checking flate2 v1.1.9
21202026-08-11T22:19:55.194Z Checking cookie v0.18.1
21212026-08-11T22:19:55.260Z Checking rand_xorshift v0.4.0
21222026-08-11T22:19:55.311Z Checking strum v0.26.3
21232026-08-11T22:19:55.351Z Checking unarray v0.1.4
21242026-08-11T22:19:55.390Z Checking signature v2.2.0
21252026-08-11T22:19:55.430Z Checking num-integer v0.1.46
21262026-08-11T22:19:55.464Z Checking hyper-util v0.1.20
21272026-08-11T22:19:55.471Z Checking cookie_store v0.22.1
21282026-08-11T22:19:55.537Z Checking scroll v0.13.0
21292026-08-11T22:19:55.546Z Checking proptest v1.11.0
21302026-08-11T22:19:55.546Z Checking memmap2 v0.9.10
21312026-08-11T22:19:55.647Z Checking dtrace-parser v0.3.0
21322026-08-11T22:19:55.655Z Checking tokio-rustls v0.26.4
21332026-08-11T22:19:55.712Z Checking rustls-platform-verifier v0.6.2
21342026-08-11T22:19:55.786Z Checking anstyle-parse v0.2.7
21352026-08-11T22:19:55.789Z Checking goblin v0.10.5
21362026-08-11T22:19:55.859Z Checking ahash v0.8.12
21372026-08-11T22:19:55.910Z Checking toml_datetime v0.6.11
21382026-08-11T22:19:55.932Z Checking serde_spanned v0.6.9
21392026-08-11T22:19:55.936Z Checking thread-id v5.1.0
21402026-08-11T22:19:56.007Z Checking data-encoding v2.10.0
21412026-08-11T22:19:56.044Z Checking base64 v0.21.7
21422026-08-11T22:19:56.082Z Checking anstream v0.6.21
21432026-08-11T22:19:56.122Z Checking bstr v1.12.1
21442026-08-11T22:19:56.125Z Checking hmac v0.12.1
21452026-08-11T22:19:56.295Z Checking x509-cert v0.2.5
21462026-08-11T22:19:56.299Z Checking crossbeam-epoch v0.9.18
21472026-08-11T22:19:56.371Z Checking memoffset v0.9.1
21482026-08-11T22:19:56.375Z Checking num-iter v0.1.45
21492026-08-11T22:19:56.484Z Checking scroll v0.12.0
21502026-08-11T22:19:56.533Z Checking zerocopy v0.7.35
21512026-08-11T22:19:56.576Z Checking rustix v0.38.44
21522026-08-11T22:19:56.614Z Checking env_filter v1.0.0
21532026-08-11T22:19:56.762Z Checking hyper-rustls v0.27.7
21542026-08-11T22:19:56.883Z Checking goblin v0.8.2
21552026-08-11T22:19:56.889Z Checking tap v1.0.1
21562026-08-11T22:19:56.937Z Checking unicode-segmentation v1.12.0
21572026-08-11T22:19:56.976Z Checking wyz v0.5.1
21582026-08-11T22:19:56.980Z Checking reqwest v0.13.2
21592026-08-11T22:19:57.056Z Checking env_logger v0.11.9
21602026-08-11T22:19:57.181Z Checking num-bigint-dig v0.8.6
21612026-08-11T22:19:57.271Z Checking nix v0.31.2
21622026-08-11T22:19:57.308Z Checking dtrace-parser v0.2.0
21632026-08-11T22:19:57.355Z Checking newtype-uuid v1.3.2
21642026-08-11T22:19:57.396Z Checking pkcs1 v0.7.5
21652026-08-11T22:19:57.568Z Checking ff v0.13.1
21662026-08-11T22:19:57.609Z Checking daft v0.1.7
21672026-08-11T22:19:57.653Z Checking radium v0.7.0
21682026-08-11T22:19:57.730Z Checking thread-id v4.2.2
21692026-08-11T22:19:57.845Z Checking funty v2.0.0
21702026-08-11T22:19:57.893Z Checking base16ct v0.2.0
21712026-08-11T22:19:57.908Z Checking crc-catalog v2.4.0
21722026-08-11T22:19:57.962Z Checking same-file v1.0.6
21732026-08-11T22:19:58.034Z Checking rsa v0.9.10
21742026-08-11T22:19:58.076Z Checking crc v3.4.0
21752026-08-11T22:19:58.085Z Checking sec1 v0.7.3
21762026-08-11T22:19:58.149Z Checking dof v0.4.0
21772026-08-11T22:19:58.157Z Checking walkdir v2.5.0
21782026-08-11T22:19:58.223Z Checking bitvec v1.0.1
21792026-08-11T22:20:03.456Z Checking group v0.13.0
21802026-08-11T22:20:03.498Z Checking hkdf v0.12.4
21812026-08-11T22:20:03.498Z Checking unicode-normalization v0.1.25
21822026-08-11T22:20:03.498Z Checking serde_with v3.21.0
21832026-08-11T22:20:03.498Z Checking crypto-bigint v0.5.5
21842026-08-11T22:20:03.498Z Checking zerocopy v0.6.6
21852026-08-11T22:20:03.498Z Checking maybe-uninit v2.0.0
21862026-08-11T22:20:03.498Z Checking dof v0.3.0
21872026-08-11T22:20:03.498Z Checking winnow v0.5.40
21882026-08-11T22:20:03.498Z Checking usdt-impl v0.6.0
21892026-08-11T22:20:03.498Z Checking foreign-types-shared v0.1.1
21902026-08-11T22:20:03.498Z Checking keccak v0.1.6
21912026-08-11T22:20:03.498Z Checking nodrop v0.1.14
21922026-08-11T22:20:03.498Z Checking usdt-impl v0.5.0
21932026-08-11T22:20:03.498Z Checking foldhash v0.1.5
21942026-08-11T22:20:03.498Z Checking array-init v0.0.4
21952026-08-11T22:20:03.498Z Checking usdt v0.6.0
21962026-08-11T22:20:03.498Z Checking hashbrown v0.15.5
21972026-08-11T22:20:03.498Z Checking sha3 v0.10.8
21982026-08-11T22:20:03.499Z Checking foreign-types v0.3.2
21992026-08-11T22:20:03.499Z Checking smallvec v0.6.14
22002026-08-11T22:20:03.499Z Checking elliptic-curve v0.13.8
22012026-08-11T22:20:03.499Z Checking bitfield v0.19.4
22022026-08-11T22:20:03.499Z Checking bzip2-sys v0.1.13+1.0.8
22032026-08-11T22:20:03.499Z Checking packed_struct v0.10.1
22042026-08-11T22:20:03.499Z Checking openssl-sys v0.9.117
22052026-08-11T22:20:03.499Z Checking winnow v1.0.3
22062026-08-11T22:20:03.499Z Checking hashbrown v0.12.3
22072026-08-11T22:20:03.499Z Checking winnow v0.7.14
22082026-08-11T22:20:03.499Z Checking bitflags v1.3.2
22092026-08-11T22:20:03.499Z Checking toml_edit v0.19.15
22102026-08-11T22:20:03.499Z Checking siphasher v1.0.2
22112026-08-11T22:20:03.499Z Checking bzip2 v0.4.4
22122026-08-11T22:20:03.499Z Checking toml_parser v1.1.2+spec-1.1.0
22132026-08-11T22:20:03.499Z Checking openssl v0.10.80
22142026-08-11T22:20:03.499Z Checking serde-hex v0.1.0
22152026-08-11T22:20:03.499Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22162026-08-11T22:20:03.499Z Checking indexmap v1.9.3
22172026-08-11T22:20:03.499Z Checking ron v0.8.1
22182026-08-11T22:20:03.499Z Checking hashbrown v0.13.2
22192026-08-11T22:20:03.499Z Checking itertools v0.13.0
22202026-08-11T22:20:03.499Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22212026-08-11T22:20:03.499Z Checking itertools v0.15.0
22222026-08-11T22:20:03.499Z Checking signal-hook v0.3.18
22232026-08-11T22:20:03.499Z Checking toml v0.7.8
22242026-08-11T22:20:03.499Z Checking managed v0.8.0
22252026-08-11T22:20:03.499Z Checking crc-any v2.5.0
22262026-08-11T22:20:03.499Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22272026-08-11T22:20:03.499Z Checking object v0.30.4
22282026-08-11T22:20:03.499Z Checking zip v0.6.6
22292026-08-11T22:20:03.499Z Checking globset v0.4.18
22302026-08-11T22:20:03.499Z Checking chacha20 v0.10.0
22312026-08-11T22:20:03.499Z Checking curve25519-dalek v4.1.3
22322026-08-11T22:20:03.499Z Checking object v0.37.3
22332026-08-11T22:20:03.500Z Checking path-slash v0.1.5
22342026-08-11T22:20:03.500Z Checking toml_write v0.1.2
22352026-08-11T22:20:03.500Z Checking signal-hook-mio v0.2.5
22362026-08-11T22:20:03.500Z Checking ed25519 v2.2.3
22372026-08-11T22:20:03.500Z Checking ref-cast v1.0.25
22382026-08-11T22:20:03.500Z Checking toml_edit v0.22.27
22392026-08-11T22:20:03.500Z Checking native-tls v0.2.18
22402026-08-11T22:20:03.500Z Checking pin-project v1.1.11
22412026-08-11T22:20:03.500Z Checking jiff-core v0.1.0
22422026-08-11T22:20:03.500Z Checking pem v3.0.6
22432026-08-11T22:20:03.500Z Checking tokio-native-tls v0.3.1
22442026-08-11T22:20:03.500Z Checking ed25519-dalek v2.2.0
22452026-08-11T22:20:03.500Z Checking zstd-sys v2.0.16+zstd.1.5.7
22462026-08-11T22:20:03.500Z Checking fixedbitset v0.5.7
22472026-08-11T22:20:03.584Z Checking zstd-safe v7.2.4
22482026-08-11T22:20:03.584Z Checking hyper-tls v0.6.0
22492026-08-11T22:20:03.584Z Checking petgraph v0.8.3
22502026-08-11T22:20:03.584Z Checking snafu v0.8.9
22512026-08-11T22:20:03.584Z Checking crossterm v0.28.1
22522026-08-11T22:20:03.584Z Checking jiff v0.2.34
22532026-08-11T22:20:03.584Z Checking similar v2.7.0
22542026-08-11T22:20:03.584Z Checking fs-err v3.3.0
22552026-08-11T22:20:03.584Z Checking hash32 v0.2.1
22562026-08-11T22:20:03.584Z Checking serde-big-array v0.5.1
22572026-08-11T22:20:03.617Z Checking serde_plain v1.0.2
22582026-08-11T22:20:03.617Z Checking bumpalo v3.20.2
22592026-08-11T22:20:03.651Z Checking libbz2-rs-sys v0.2.2
22602026-08-11T22:20:03.671Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22612026-08-11T22:20:03.679Z Checking typed-path v0.9.3
22622026-08-11T22:20:03.744Z Checking unicode-bidi v0.3.18
22632026-08-11T22:20:03.816Z Checking predicates-core v1.0.10
22642026-08-11T22:20:04.149Z Checking unicode-properties v0.1.4
22652026-08-11T22:20:04.166Z Checking zopfli v0.8.3
22662026-08-11T22:20:04.166Z Checking bzip2 v0.6.1
22672026-08-11T22:20:04.166Z Checking heapless v0.7.17
22682026-08-11T22:20:04.203Z Checking stringprep v0.1.5
22692026-08-11T22:20:04.298Z Checking reqwest v0.12.28
22702026-08-11T22:20:04.391Z Checking zstd v0.13.3
22712026-08-11T22:20:04.431Z Checking hickory-proto v0.25.2
22722026-08-11T22:20:04.431Z Checking byte-wrapper v0.1.0
22732026-08-11T22:20:04.489Z Checking md-5 v0.10.6
22742026-08-11T22:20:04.533Z Checking float-cmp v0.10.0
22752026-08-11T22:20:04.604Z Checking difflib v0.4.0
22762026-08-11T22:20:04.633Z Checking normalize-line-endings v0.3.0
22772026-08-11T22:20:04.883Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22782026-08-11T22:20:04.908Z Checking fallible-iterator v0.2.0
22792026-08-11T22:20:04.908Z Checking smoltcp v0.9.1
22802026-08-11T22:20:04.908Z Checking iddqd v0.4.2
22812026-08-11T22:20:04.908Z Checking predicates v3.1.4
22822026-08-11T22:20:04.908Z Checking zip v4.6.1
22832026-08-11T22:20:05.018Z Checking postgres-protocol v0.6.10
22842026-08-11T22:20:05.061Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22852026-08-11T22:20:05.083Z Checking phf_shared v0.13.1
22862026-08-11T22:20:05.158Z Checking phf_shared v0.11.3
22872026-08-11T22:20:05.338Z Checking olpc-cjson v0.1.4
22882026-08-11T22:20:05.362Z Checking tokio-stream v0.1.18
22892026-08-11T22:20:05.362Z Checking strum v0.27.2
22902026-08-11T22:20:05.430Z Checking precomputed-hash v0.1.1
22912026-08-11T22:20:05.474Z Checking lalrpop-util v0.19.12
22922026-08-11T22:20:05.524Z Checking fixedbitset v0.4.2
22932026-08-11T22:20:05.559Z Checking new_debug_unreachable v1.0.6
22942026-08-11T22:20:05.583Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22952026-08-11T22:20:05.665Z Checking string_cache v0.8.9
22962026-08-11T22:20:05.689Z Checking tough v0.22.0
22972026-08-11T22:20:05.728Z Checking petgraph v0.6.5
22982026-08-11T22:20:05.743Z Checking postgres-types v0.2.12
22992026-08-11T22:20:05.793Z Checking phf v0.13.1
23002026-08-11T22:20:05.816Z Checking buf-list v1.1.2
23012026-08-11T22:20:05.876Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23022026-08-11T22:20:05.968Z Checking peg-runtime v0.8.5
23032026-08-11T22:20:06.047Z Checking whoami v2.1.0
23042026-08-11T22:20:06.147Z Checking is-terminal v0.4.17
23052026-08-11T22:20:06.205Z Checking crossbeam-channel v0.5.15
23062026-08-11T22:20:06.224Z Checking thread_local v1.1.9
23072026-08-11T22:20:06.269Z Checking tokio-postgres v0.7.16
23082026-08-11T22:20:06.292Z Checking take_mut v0.2.2
23092026-08-11T22:20:06.426Z Checking term v1.2.1
23102026-08-11T22:20:06.464Z Compiling newtype-uuid-macros v0.1.0
23112026-08-11T22:20:06.535Z Checking slog-async v2.8.0
23122026-08-11T22:20:06.672Z Checking slog-term v2.9.2
23132026-08-11T22:20:06.758Z Checking match_cfg v0.1.0
23142026-08-11T22:20:06.861Z Checking hostname v0.3.1
23152026-08-11T22:20:06.981Z Checking slog-json v2.6.1
23162026-08-11T22:20:07.011Z Compiling multer v3.1.0
23172026-08-11T22:20:07.033Z Compiling async-stream-impl v0.3.6
23182026-08-11T22:20:07.158Z Checking slog-bunyan v2.5.0
23192026-08-11T22:20:07.208Z Compiling dropshot v0.17.1
23202026-08-11T22:20:07.239Z Checking debug-ignore v1.0.5
23212026-08-11T22:20:07.316Z Compiling dropshot_endpoint v0.17.1
23222026-08-11T22:20:07.349Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23232026-08-11T22:20:07.405Z Checking serde_path_to_error v0.1.20
23242026-08-11T22:20:07.523Z Checking progenitor-client v0.14.0
23252026-08-11T22:20:07.567Z Checking sha1 v0.11.0
23262026-08-11T22:20:07.649Z Checking toml_datetime v1.1.1+spec-1.1.0
23272026-08-11T22:20:07.699Z Checking serde_spanned v1.1.1
23282026-08-11T22:20:07.747Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23292026-08-11T22:20:07.778Z Checking compression-core v0.4.31
23302026-08-11T22:20:07.794Z Checking toml_writer v1.1.1+spec-1.1.0
23312026-08-11T22:20:07.852Z Checking async-stream v0.3.6
23322026-08-11T22:20:07.960Z Checking waitgroup v0.1.2
23332026-08-11T22:20:07.979Z Checking compression-codecs v0.4.37
23342026-08-11T22:20:08.033Z Checking toml v1.1.2+spec-1.1.0
23352026-08-11T22:20:08.050Z Checking rustls-pemfile v2.2.0
23362026-08-11T22:20:08.119Z Checking hostname v0.4.2
23372026-08-11T22:20:08.147Z Checking atomicwrites v0.4.4
23382026-08-11T22:20:08.192Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23392026-08-11T22:20:08.213Z Checking async-compression v0.4.41
23402026-08-11T22:20:08.213Z Compiling parse-display-derive v0.10.0
23412026-08-11T22:20:08.298Z Checking macaddr v1.0.1
23422026-08-11T22:20:08.315Z Checking regress v0.10.5
23432026-08-11T22:20:08.374Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23442026-08-11T22:20:08.411Z Checking instant v0.1.13
23452026-08-11T22:20:08.546Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23462026-08-11T22:20:08.594Z Checking itertools v0.14.0
23472026-08-11T22:20:08.623Z Checking backoff v0.4.0
23482026-08-11T22:20:08.667Z Checking backon v1.6.0
23492026-08-11T22:20:08.787Z Checking humantime v2.3.0
23502026-08-11T22:20:08.832Z Checking unicode-width v0.2.0
23512026-08-11T22:20:08.841Z Compiling convert_case v0.4.0
23522026-08-11T22:20:08.902Z Checking progenitor-extras v0.2.0
23532026-08-11T22:20:08.990Z Checking half v2.7.1
23542026-08-11T22:20:09.103Z Checking ciborium-io v0.2.2
23552026-08-11T22:20:09.142Z Checking heck v0.5.0
23562026-08-11T22:20:09.224Z Checking secrecy v0.10.3
23572026-08-11T22:20:09.261Z Compiling derive_more v0.99.20
23582026-08-11T22:20:09.313Z Checking ciborium-ll v0.2.2
23592026-08-11T22:20:09.323Z Checking camino-tempfile v1.4.1
23602026-08-11T22:20:09.378Z Checking indent_write v2.2.0
23612026-08-11T22:20:09.503Z Checking ciborium v0.2.2
23622026-08-11T22:20:09.540Z Compiling regress v0.11.1
23632026-08-11T22:20:09.557Z Compiling crucible-workspace-hack v0.1.0
23642026-08-11T22:20:09.631Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23652026-08-11T22:20:09.735Z Checking inout v0.1.4
23662026-08-11T22:20:09.891Z Checking parse-display v0.10.0
23672026-08-11T22:20:09.924Z Checking cipher v0.4.4
23682026-08-11T22:20:09.968Z Checking universal-hash v0.5.1
23692026-08-11T22:20:10.011Z Compiling thiserror-impl-no-std v2.0.2
23702026-08-11T22:20:10.078Z Checking opaque-debug v0.3.1
23712026-08-11T22:20:10.159Z Checking chacha20 v0.9.1
23722026-08-11T22:20:10.192Z Checking blake2 v0.10.6
23732026-08-11T22:20:10.199Z Checking poly1305 v0.8.0
23742026-08-11T22:20:10.377Z Checking aead v0.5.2
23752026-08-11T22:20:10.461Z Checking password-hash v0.5.0
23762026-08-11T22:20:10.516Z Compiling unsafe-libyaml v0.2.11
23772026-08-11T22:20:10.563Z Checking chacha20poly1305 v0.10.1
23782026-08-11T22:20:10.732Z Checking argon2 v0.5.3
23792026-08-11T22:20:10.742Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23802026-08-11T22:20:11.055Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23812026-08-11T22:20:11.093Z Compiling typify-impl v0.6.2
23822026-08-11T22:20:11.209Z Compiling serde_yaml v0.9.34+deprecated
23832026-08-11T22:20:11.236Z Checking thiserror-no-std v2.0.2
23842026-08-11T22:20:11.310Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23852026-08-11T22:20:11.357Z Checking vsss-rs v3.3.4
23862026-08-11T22:20:11.618Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23872026-08-11T22:20:11.840Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-08-11T22:20:11.930Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23892026-08-11T22:20:12.479Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23902026-08-11T22:20:12.597Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23912026-08-11T22:20:12.640Z Checking swrite v0.1.0
23922026-08-11T22:20:12.676Z Checking crossbeam-deque v0.8.6
23932026-08-11T22:20:12.730Z Compiling rayon-core v1.13.0
23942026-08-11T22:20:12.775Z Compiling num-derive v0.4.2
23952026-08-11T22:20:12.858Z Compiling toml_datetime v0.7.5+spec-1.1.0
23962026-08-11T22:20:12.946Z Compiling proc-macro-error v1.0.4
23972026-08-11T22:20:13.162Z Compiling toml_edit v0.23.10+spec-1.0.0
23982026-08-11T22:20:13.310Z Checking tabwriter v1.4.1
23992026-08-11T22:20:13.403Z Checking rayon v1.11.0
24002026-08-11T22:20:13.471Z Checking glob v0.3.3
24012026-08-11T22:20:13.613Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24022026-08-11T22:20:13.705Z Compiling heapless v0.8.0
24032026-08-11T22:20:13.737Z Compiling proc-macro-crate v3.4.0
24042026-08-11T22:20:13.737Z Checking hash32 v0.3.1
24052026-08-11T22:20:13.806Z Compiling ingot-macros v0.2.0
24062026-08-11T22:20:13.940Z Checking colored v3.1.1
24072026-08-11T22:20:14.163Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24082026-08-11T22:20:14.218Z Compiling smoltcp v0.11.0
24092026-08-11T22:20:14.303Z Compiling num_enum_derive v0.7.6
24102026-08-11T22:20:14.447Z Checking cobs v0.3.0
24112026-08-11T22:20:14.577Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24122026-08-11T22:20:14.656Z Compiling usdt-macro v0.5.0
24132026-08-11T22:20:14.664Z Compiling usdt-attr-macro v0.5.0
24142026-08-11T22:20:14.723Z Checking memmap v0.7.0
24152026-08-11T22:20:14.881Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24162026-08-11T22:20:15.135Z Checking postcard v1.1.3
24172026-08-11T22:20:15.410Z Checking num_enum v0.7.6
24182026-08-11T22:20:15.431Z Checking toml v0.8.23
24192026-08-11T22:20:15.470Z Checking rand v0.10.1
24202026-08-11T22:20:15.524Z Checking usdt v0.5.0
24212026-08-11T22:20:15.533Z Compiling proc-macro-crate v1.3.1
24222026-08-11T22:20:15.632Z Compiling typify-macro v0.6.2
24232026-08-11T22:20:15.721Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24242026-08-11T22:20:15.773Z Checking sigpipe v0.1.3
24252026-08-11T22:20:15.895Z Compiling foreign-types-macros v0.2.3
24262026-08-11T22:20:15.981Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24272026-08-11T22:20:15.995Z Checking foreign-types-shared v0.3.1
24282026-08-11T22:20:15.995Z Compiling num_enum_derive v0.5.11
24292026-08-11T22:20:16.253Z Checking cstr-argument v0.1.2
24302026-08-11T22:20:16.282Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24312026-08-11T22:20:16.322Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24322026-08-11T22:20:16.411Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24332026-08-11T22:20:16.502Z Checking foreign-types v0.5.0
24342026-08-11T22:20:16.604Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24352026-08-11T22:20:16.642Z Checking ingot-types v0.2.0
24362026-08-11T22:20:16.729Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24372026-08-11T22:20:16.760Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24382026-08-11T22:20:16.893Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24392026-08-11T22:20:16.929Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24402026-08-11T22:20:16.929Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24412026-08-11T22:20:17.000Z Compiling zone_cfg_derive v0.3.1
24422026-08-11T22:20:17.039Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24432026-08-11T22:20:17.069Z Checking ingot v0.2.1
24442026-08-11T22:20:17.099Z Checking num_enum v0.5.11
24452026-08-11T22:20:17.222Z Checking itertools v0.12.1
24462026-08-11T22:20:17.259Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24472026-08-11T22:20:17.308Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24482026-08-11T22:20:17.366Z Compiling typify v0.6.2
24492026-08-11T22:20:17.510Z Compiling progenitor-impl v0.14.0
24502026-08-11T22:20:17.765Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24512026-08-11T22:20:17.837Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24522026-08-11T22:20:17.845Z Checking smf v0.2.3
24532026-08-11T22:20:17.948Z Checking whoami v1.6.1
24542026-08-11T22:20:18.102Z Compiling derive-where v1.6.0
24552026-08-11T22:20:18.147Z Checking tokio-dtrace v0.1.1
24562026-08-11T22:20:18.184Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24572026-08-11T22:20:18.294Z Checking zone v0.3.1
24582026-08-11T22:20:18.366Z Checking oxide-tokio-rt v0.1.4
24592026-08-11T22:20:18.574Z Checking console v0.15.11
24602026-08-11T22:20:18.596Z Checking newline-converter v0.3.0
24612026-08-11T22:20:18.740Z Checking bytecount v0.6.9
24622026-08-11T22:20:18.807Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24632026-08-11T22:20:18.827Z Checking unicode-width v0.1.14
24642026-08-11T22:20:18.839Z Checking num-rational v0.4.2
24652026-08-11T22:20:18.967Z Checking expectorate v1.2.0
24662026-08-11T22:20:19.055Z Checking num-complex v0.4.6
24672026-08-11T22:20:19.093Z Checking float-ord v0.3.2
24682026-08-11T22:20:19.136Z Compiling cancel-safe-futures v0.1.5
24692026-08-11T22:20:19.223Z Checking linear-map v1.2.0
24702026-08-11T22:20:19.423Z Checking num v0.4.3
24712026-08-11T22:20:19.495Z Checking gethostname v0.5.0
24722026-08-11T22:20:19.507Z Checking oxide-update-engine-types v0.1.2
24732026-08-11T22:20:19.533Z Compiling prettyplease v0.2.37
24742026-08-11T22:20:19.603Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24752026-08-11T22:20:19.839Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24762026-08-11T22:20:19.951Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24772026-08-11T22:20:20.063Z Checking resolv-conf v0.7.6
24782026-08-11T22:20:20.071Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24792026-08-11T22:20:20.134Z Compiling owo-colors v4.3.0
24802026-08-11T22:20:20.227Z Compiling progenitor-macro v0.14.0
24812026-08-11T22:20:20.278Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24822026-08-11T22:20:20.339Z Checking smawk v0.3.2
24832026-08-11T22:20:20.425Z Checking oxide-update-engine v0.1.2
24842026-08-11T22:20:20.680Z Checking unicode-linebreak v0.1.5
24852026-08-11T22:20:20.757Z Checking papergrid v0.11.0
24862026-08-11T22:20:20.885Z Compiling tabled_derive v0.7.0
24872026-08-11T22:20:21.020Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24882026-08-11T22:20:21.128Z Compiling convert_case v0.10.0
24892026-08-11T22:20:21.282Z Compiling slog-dtrace v0.3.0
24902026-08-11T22:20:21.471Z Compiling derive_more-impl v2.1.1
24912026-08-11T22:20:21.585Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24922026-08-11T22:20:21.651Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24932026-08-11T22:20:21.895Z Checking tabled v0.15.0
24942026-08-11T22:20:22.114Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24952026-08-11T22:20:22.324Z Checking derive_more v2.1.1
24962026-08-11T22:20:22.427Z Checking crossterm v0.29.0
24972026-08-11T22:20:22.499Z Checking linked-hash-map v0.5.6
24982026-08-11T22:20:22.758Z Checking lru-cache v0.1.2
24992026-08-11T22:20:23.104Z Checking hickory-proto v0.24.4
25002026-08-11T22:20:23.154Z Checking fd-lock v4.0.4
25012026-08-11T22:20:23.719Z Checking vte v0.14.1
25022026-08-11T22:20:23.843Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25032026-08-11T22:20:23.881Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25042026-08-11T22:20:24.214Z Checking strip-ansi-escapes v0.2.1
25052026-08-11T22:20:24.379Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25062026-08-11T22:20:25.157Z Checking progenitor v0.14.0
25072026-08-11T22:20:25.389Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25082026-08-11T22:20:25.560Z Checking termtree v0.5.1
25092026-08-11T22:20:25.718Z Checking nu-ansi-term v0.50.3
25102026-08-11T22:20:25.973Z Checking reedline v0.40.0
25112026-08-11T22:20:26.065Z Checking hickory-resolver v0.24.4
25122026-08-11T22:20:26.138Z Checking textwrap v0.16.2
25132026-08-11T22:20:26.302Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25142026-08-11T22:20:26.521Z Compiling minimal-lexical v0.2.1
25152026-08-11T22:20:26.579Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25162026-08-11T22:20:26.826Z Compiling nom v7.1.3
25172026-08-11T22:20:26.851Z Checking qorb v0.4.1
25182026-08-11T22:20:26.890Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25192026-08-11T22:20:27.535Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25202026-08-11T22:20:27.636Z Compiling unicode-xid v0.2.6
25212026-08-11T22:20:27.688Z Checking display-error-chain v0.2.2
25222026-08-11T22:20:27.745Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-08-11T22:20:27.907Z Compiling ar_archive_writer v0.5.1
25242026-08-11T22:20:27.999Z Checking csv-core v0.1.13
25252026-08-11T22:20:28.105Z Compiling stacker v0.1.23
25262026-08-11T22:20:28.195Z Checking highway v1.3.0
25272026-08-11T22:20:28.233Z Checking csv v1.4.0
25282026-08-11T22:20:28.417Z Compiling cfg_aliases v0.1.1
25292026-08-11T22:20:28.468Z Compiling semver v0.1.20
25302026-08-11T22:20:28.530Z Checking nibble_vec v0.1.0
25312026-08-11T22:20:28.572Z Compiling nix v0.28.0
25322026-08-11T22:20:28.645Z Checking endian-type v0.1.2
25332026-08-11T22:20:28.703Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25342026-08-11T22:20:28.757Z Compiling rustc_version v0.1.7
25352026-08-11T22:20:28.791Z Checking radix_trie v0.2.1
25362026-08-11T22:20:28.821Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-08-11T22:20:28.864Z Compiling psm v0.1.30
25382026-08-11T22:20:28.951Z Compiling newtype_derive v0.1.6
25392026-08-11T22:20:29.014Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25402026-08-11T22:20:29.028Z Checking phf_shared v0.12.1
25412026-08-11T22:20:29.157Z Compiling recursive-proc-macro-impl v0.1.1
25422026-08-11T22:20:29.191Z Compiling chrono-tz v0.10.4
25432026-08-11T22:20:29.247Z Checking phf v0.12.1
25442026-08-11T22:20:29.524Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25452026-08-11T22:20:29.535Z Compiling const_format_proc_macros v0.2.34
25462026-08-11T22:20:29.595Z Compiling peg-macros v0.8.5
25472026-08-11T22:20:29.680Z Checking winnow v0.6.26
25482026-08-11T22:20:29.745Z Compiling sqlparser_derive v0.5.0
25492026-08-11T22:20:29.830Z Checking recursive v0.1.1
25502026-08-11T22:20:30.189Z Checking home v0.5.12
25512026-08-11T22:20:30.273Z Checking unicode_categories v0.1.1
25522026-08-11T22:20:30.372Z Checking const_format v0.2.35
25532026-08-11T22:20:30.422Z Checking rustyline v14.0.0
25542026-08-11T22:20:30.518Z Checking sqlparser v0.61.0
25552026-08-11T22:20:30.766Z Checking bcs v0.1.6
25562026-08-11T22:20:30.842Z Checking sqlformat v0.3.5
25572026-08-11T22:20:30.958Z Checking peg v0.8.5
25582026-08-11T22:20:31.073Z Checking nom v8.0.0
25592026-08-11T22:20:31.135Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25602026-08-11T22:20:31.297Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25612026-08-11T22:20:31.353Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25622026-08-11T22:20:31.469Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25632026-08-11T22:20:31.507Z Checking steno v0.4.1
25642026-08-11T22:20:31.826Z Checking sha1 v0.10.6
25652026-08-11T22:20:32.014Z Checking filetime v0.2.27
25662026-08-11T22:20:32.240Z Checking xattr v1.6.1
25672026-08-11T22:20:32.369Z Checking tar v0.4.46
25682026-08-11T22:20:32.446Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25692026-08-11T22:20:32.520Z Checking subprocess v0.2.15
25702026-08-11T22:20:32.573Z Checking headers-core v0.3.0
25712026-08-11T22:20:32.660Z Checking yasna v0.5.2
25722026-08-11T22:20:32.712Z Checking headers v0.4.1
25732026-08-11T22:20:33.081Z Checking port-file v0.1.0
25742026-08-11T22:20:33.167Z Checking tagptr v0.2.0
25752026-08-11T22:20:33.167Z Checking dropshot-api-manager-types v0.7.2
25762026-08-11T22:20:33.167Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25772026-08-11T22:20:33.226Z Checking rcgen v0.12.1
25782026-08-11T22:20:33.265Z Checking moka v0.12.13
25792026-08-11T22:20:33.265Z Checking utf-8 v0.7.6
25802026-08-11T22:20:33.444Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25812026-08-11T22:20:33.479Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25822026-08-11T22:20:33.613Z Checking tungstenite v0.21.0
25832026-08-11T22:20:33.883Z Checking hickory-resolver v0.25.2
25842026-08-11T22:20:34.013Z Compiling libefi-sys v0.1.0
25852026-08-11T22:20:34.081Z Checking tokio-tungstenite v0.21.0
25862026-08-11T22:20:34.183Z Compiling bitfield-struct v0.6.2
25872026-08-11T22:20:34.305Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25882026-08-11T22:20:34.464Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25892026-08-11T22:20:34.637Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25902026-08-11T22:20:34.649Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-08-11T22:20:34.735Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25922026-08-11T22:20:34.766Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25932026-08-11T22:20:34.841Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25942026-08-11T22:20:34.946Z Compiling xshell-macros v0.2.7
25952026-08-11T22:20:34.987Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25962026-08-11T22:20:35.096Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25972026-08-11T22:20:35.181Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25982026-08-11T22:20:35.363Z Checking xshell v0.2.7
25992026-08-11T22:20:35.390Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26002026-08-11T22:20:35.619Z Checking half v1.8.3
26012026-08-11T22:20:35.644Z Checking libscf-sys v1.2.0
26022026-08-11T22:20:36.150Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26032026-08-11T22:20:36.228Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26042026-08-11T22:20:36.228Z Checking serde_cbor v0.11.2
26052026-08-11T22:20:36.228Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26062026-08-11T22:20:36.228Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26072026-08-11T22:20:36.271Z Checking papergrid v0.18.0
26082026-08-11T22:20:36.296Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26092026-08-11T22:20:36.457Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26102026-08-11T22:20:36.499Z Checking maplit v1.0.2
26112026-08-11T22:20:36.528Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26122026-08-11T22:20:36.651Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26132026-08-11T22:20:37.049Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26142026-08-11T22:20:37.089Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26152026-08-11T22:20:37.149Z Checking tabled v0.21.0
26162026-08-11T22:20:37.197Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26172026-08-11T22:20:37.266Z Checking crc8 v0.1.1
26182026-08-11T22:20:37.405Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26192026-08-11T22:20:37.465Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26202026-08-11T22:20:37.552Z Checking unicase v2.9.0
26212026-08-11T22:20:37.732Z Checking fxhash v0.2.1
26222026-08-11T22:20:37.761Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26232026-08-11T22:20:37.957Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26242026-08-11T22:20:38.947Z Checking sha2 v0.11.0
26252026-08-11T22:20:39.113Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26262026-08-11T22:20:39.113Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26272026-08-11T22:20:39.113Z Compiling darling_core v0.21.3
26282026-08-11T22:20:39.113Z Compiling vergen-lib v0.1.6
26292026-08-11T22:20:39.174Z Compiling diesel_derives v2.3.7
26302026-08-11T22:20:39.174Z Checking scheduled-thread-pool v0.2.7
26312026-08-11T22:20:39.232Z Compiling vergen-gitcl v1.0.8
26322026-08-11T22:20:39.267Z Compiling diesel_table_macro_syntax v0.3.0
26332026-08-11T22:20:39.302Z Checking r2d2 v0.8.10
26342026-08-11T22:20:39.393Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26352026-08-11T22:20:39.501Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26362026-08-11T22:20:39.536Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26372026-08-11T22:20:39.852Z Checking downcast-rs v2.0.2
26382026-08-11T22:20:39.924Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26392026-08-11T22:20:40.003Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26402026-08-11T22:20:40.307Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26412026-08-11T22:20:40.471Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26422026-08-11T22:20:40.519Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26432026-08-11T22:20:40.667Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26442026-08-11T22:20:40.868Z Checking kstat-rs v0.2.5
26452026-08-11T22:20:41.351Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26462026-08-11T22:20:41.461Z Compiling darling_macro v0.21.3
26472026-08-11T22:20:41.461Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26482026-08-11T22:20:41.513Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26492026-08-11T22:20:41.550Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26502026-08-11T22:20:41.770Z Compiling darling v0.21.3
26512026-08-11T22:20:41.902Z Compiling dsl_auto_type v0.2.0
26522026-08-11T22:20:42.246Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26532026-08-11T22:20:42.614Z Compiling dirs-sys-next v0.1.2
26542026-08-11T22:20:42.639Z Compiling parking_lot_core v0.8.6
26552026-08-11T22:20:42.687Z Compiling crunchy v0.2.4
26562026-08-11T22:20:42.850Z Compiling dirs-next v2.0.0
26572026-08-11T22:20:42.933Z Compiling clang-sys v1.8.1
26582026-08-11T22:20:43.027Z Compiling git-stub v1.0.0
26592026-08-11T22:20:43.071Z Compiling tiny-keccak v2.0.2
26602026-08-11T22:20:43.275Z Compiling git-stub-vcs v0.1.0
26612026-08-11T22:20:43.407Z Compiling term v0.7.0
26622026-08-11T22:20:43.461Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26632026-08-11T22:20:43.572Z Compiling bit-vec v0.6.3
26642026-08-11T22:20:43.768Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26652026-08-11T22:20:43.848Z Compiling bit-set v0.5.3
26662026-08-11T22:20:43.884Z Compiling ascii-canvas v3.0.0
26672026-08-11T22:20:43.987Z Checking parking_lot v0.11.2
26682026-08-11T22:20:44.543Z Checking prefix-trie v0.7.0
26692026-08-11T22:20:44.612Z Compiling itertools v0.10.5
26702026-08-11T22:20:44.612Z Compiling ena v0.14.4
26712026-08-11T22:20:44.612Z Compiling libloading v0.8.9
26722026-08-11T22:20:44.612Z Compiling diff v0.1.13
26732026-08-11T22:20:44.612Z Compiling bindgen v0.71.1
26742026-08-11T22:20:44.612Z Compiling regex-syntax v0.6.29
26752026-08-11T22:20:44.656Z Checking hickory-server v0.25.2
26762026-08-11T22:20:44.963Z Checking sled v0.34.7
26772026-08-11T22:20:45.321Z Compiling cexpr v0.6.0
26782026-08-11T22:20:45.824Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26792026-08-11T22:20:45.904Z Compiling lalrpop v0.19.12
26802026-08-11T22:20:46.029Z Checking nanorand v0.7.0
26812026-08-11T22:20:46.275Z Compiling rustc-hash v2.1.1
26822026-08-11T22:20:46.366Z Compiling salty v0.3.0
26832026-08-11T22:20:46.366Z Checking flume v0.11.1
26842026-08-11T22:20:46.569Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26852026-08-11T22:20:46.590Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26862026-08-11T22:20:46.637Z Compiling libxml v0.3.3
26872026-08-11T22:20:46.820Z Checking assert_matches v1.5.0
26882026-08-11T22:20:46.900Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26892026-08-11T22:20:47.281Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26902026-08-11T22:20:47.902Z Compiling strum_macros v0.24.3
26912026-08-11T22:20:48.056Z Checking diesel v2.3.7
26922026-08-11T22:20:48.056Z Compiling indoc v1.0.9
26932026-08-11T22:20:48.306Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26942026-08-11T22:20:48.331Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26952026-08-11T22:20:48.508Z Checking quick-xml v0.37.5
26962026-08-11T22:20:48.569Z Checking derive_builder v0.20.2
26972026-08-11T22:20:48.703Z Compiling oso-derive v0.27.3
26982026-08-11T22:20:48.736Z Compiling impl-trait-for-tuples v0.2.3
26992026-08-11T22:20:48.895Z Compiling trait-variant v0.1.2
27002026-08-11T22:20:49.247Z Checking openssl-probe v0.1.6
27012026-08-11T22:20:49.448Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27022026-08-11T22:20:49.462Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27032026-08-11T22:20:49.520Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27042026-08-11T22:20:49.897Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27052026-08-11T22:20:50.286Z Checking rfc6979 v0.4.0
27062026-08-11T22:20:50.328Z Checking predicates-tree v1.0.13
27072026-08-11T22:20:50.453Z Checking ecdsa v0.16.9
27082026-08-11T22:20:50.511Z Compiling progenitor-impl v0.13.0
27092026-08-11T22:20:50.677Z Checking primeorder v0.13.6
27102026-08-11T22:20:51.196Z Checking p384 v0.13.1
27112026-08-11T22:20:51.439Z Checking progenitor-client v0.13.0
27122026-08-11T22:20:51.696Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27132026-08-11T22:20:51.777Z Checking bb8 v0.8.6
27142026-08-11T22:20:51.984Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27152026-08-11T22:20:52.094Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27162026-08-11T22:20:52.163Z Compiling mime_guess v2.0.5
27172026-08-11T22:20:52.354Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27182026-08-11T22:20:52.457Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27192026-08-11T22:20:52.616Z Checking ignore v0.4.25
27202026-08-11T22:20:52.674Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27212026-08-11T22:20:52.734Z Checking http-range v0.1.5
27222026-08-11T22:20:52.895Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27232026-08-11T22:20:53.075Z Checking globwalk v0.9.1
27242026-08-11T22:20:53.112Z Compiling progenitor-macro v0.13.0
27252026-08-11T22:20:53.239Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27262026-08-11T22:20:53.318Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27272026-08-11T22:20:53.631Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27282026-08-11T22:20:53.667Z Checking digest-io v0.1.0
27292026-08-11T22:20:53.840Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27302026-08-11T22:20:54.102Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27312026-08-11T22:20:54.328Z Checking corncobs v0.1.4
27322026-08-11T22:20:54.345Z Checking rawzip v0.4.4
27332026-08-11T22:20:54.483Z Checking nonempty v0.12.0
27342026-08-11T22:20:54.721Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27352026-08-11T22:20:54.911Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27362026-08-11T22:20:54.937Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27372026-08-11T22:20:54.990Z Checking camino-tempfile-ext v0.3.3
27382026-08-11T22:20:55.933Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27392026-08-11T22:20:56.021Z Checking secrecy v0.8.0
27402026-08-11T22:20:56.259Z Checking hyper-staticfile v0.10.1
27412026-08-11T22:20:56.392Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27422026-08-11T22:20:56.576Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27432026-08-11T22:20:56.586Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27442026-08-11T22:20:56.691Z Checking signal-hook-tokio v0.3.1
27452026-08-11T22:20:56.868Z Compiling illumos-nvpair-sys v0.2.0
27462026-08-11T22:20:57.144Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27472026-08-11T22:20:57.198Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27482026-08-11T22:20:57.227Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27492026-08-11T22:20:57.669Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27502026-08-11T22:20:57.669Z Checking scuffle v0.1.0
27512026-08-11T22:20:58.046Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27522026-08-11T22:20:58.078Z Checking progenitor v0.13.0
27532026-08-11T22:20:58.275Z Checking illumos-nvpair v0.3.0
27542026-08-11T22:20:58.481Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27552026-08-11T22:20:58.530Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27562026-08-11T22:20:58.553Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27572026-08-11T22:20:58.582Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27582026-08-11T22:20:58.815Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27592026-08-11T22:20:58.883Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27602026-08-11T22:20:58.930Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27612026-08-11T22:20:59.127Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27622026-08-11T22:20:59.259Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27632026-08-11T22:20:59.551Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27642026-08-11T22:20:59.732Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27652026-08-11T22:21:00.673Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27662026-08-11T22:21:00.878Z Checking tungstenite v0.23.0
27672026-08-11T22:21:00.941Z Checking rand_seeder v0.4.0
27682026-08-11T22:21:00.941Z Checking tokio-tungstenite v0.23.1
27692026-08-11T22:21:00.985Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27702026-08-11T22:21:01.070Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27712026-08-11T22:21:01.308Z Checking void v1.0.2
27722026-08-11T22:21:01.387Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27732026-08-11T22:21:01.456Z Checking lzss v0.8.2
27742026-08-11T22:21:01.608Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27752026-08-11T22:21:01.682Z Checking nix v0.27.1
27762026-08-11T22:21:01.803Z Checking serde_bytes v0.11.19
27772026-08-11T22:21:02.017Z Checking diesel-dtrace v0.5.0
27782026-08-11T22:21:02.083Z Checking async-bb8-diesel v0.2.1
27792026-08-11T22:21:02.231Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27802026-08-11T22:21:02.352Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27812026-08-11T22:21:02.438Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27822026-08-11T22:21:02.480Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27832026-08-11T22:21:03.166Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27842026-08-11T22:21:03.660Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27852026-08-11T22:21:04.325Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27862026-08-11T22:21:04.419Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27872026-08-11T22:21:05.864Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27882026-08-11T22:21:06.026Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27892026-08-11T22:21:06.092Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27902026-08-11T22:21:06.115Z Checking yansi v1.0.1
27912026-08-11T22:21:06.115Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27922026-08-11T22:21:06.218Z Checking cpubits v0.1.1
27932026-08-11T22:21:06.412Z Checking is_ci v1.2.0
27942026-08-11T22:21:06.482Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27952026-08-11T22:21:06.537Z Checking pretty_assertions v1.4.1
27962026-08-11T22:21:06.733Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27972026-08-11T22:21:06.804Z Checking pem-rfc7468 v1.0.0
27982026-08-11T22:21:07.001Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27992026-08-11T22:21:07.285Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28002026-08-11T22:21:09.295Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28012026-08-11T22:21:09.522Z Checking hmac v0.13.0
28022026-08-11T22:21:09.522Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28032026-08-11T22:21:09.523Z Checking universal-hash v0.6.1
28042026-08-11T22:21:09.523Z Compiling libz-sys v1.1.24
28052026-08-11T22:21:09.523Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28062026-08-11T22:21:09.523Z Compiling instability v0.3.11
28072026-08-11T22:21:09.523Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28082026-08-11T22:21:09.523Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-08-11T22:21:09.523Z Checking castaway v0.2.4
28102026-08-11T22:21:09.523Z Compiling indoc v2.0.7
28112026-08-11T22:21:09.523Z Checking compact_str v0.8.1
28122026-08-11T22:21:09.563Z Checking polyval v0.7.1
28132026-08-11T22:21:09.678Z Checking der v0.8.0
28142026-08-11T22:21:10.708Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28152026-08-11T22:21:10.792Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28162026-08-11T22:21:10.793Z Checking unicode-truncate v1.1.0
28172026-08-11T22:21:10.793Z Checking lru v0.12.5
28182026-08-11T22:21:10.793Z Compiling libgit2-sys v0.18.3+1.9.2
28192026-08-11T22:21:10.793Z Checking arc-swap v1.8.2
28202026-08-11T22:21:10.793Z Checking cassowary v0.3.0
28212026-08-11T22:21:10.793Z Checking ghash v0.6.0
28222026-08-11T22:21:10.793Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28232026-08-11T22:21:10.825Z Checking slog-scope v4.4.1
28242026-08-11T22:21:10.825Z Checking ratatui v0.29.0
28252026-08-11T22:21:10.913Z Checking pbkdf2 v0.13.0
28262026-08-11T22:21:10.959Z Checking aes v0.9.1
28272026-08-11T22:21:11.072Z Checking crypto-bigint v0.7.5
28282026-08-11T22:21:11.395Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28292026-08-11T22:21:12.181Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28302026-08-11T22:21:12.360Z Checking ctr v0.10.1
28312026-08-11T22:21:12.569Z Checking aead v0.6.1
28322026-08-11T22:21:12.664Z Checking cargo-platform v0.3.2
28332026-08-11T22:21:12.751Z Checking aes-gcm v0.11.0
28342026-08-11T22:21:12.930Z Checking cargo_metadata v0.23.1
28352026-08-11T22:21:12.965Z Checking slog-stdlog v4.1.1
28362026-08-11T22:21:13.119Z Checking spki v0.8.0
28372026-08-11T22:21:13.331Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28382026-08-11T22:21:13.372Z Checking supports-color v3.0.2
28392026-08-11T22:21:13.549Z Checking console v0.16.2
28402026-08-11T22:21:13.709Z Checking colored v2.2.0
28412026-08-11T22:21:13.883Z Checking salsa20 v0.11.0
28422026-08-11T22:21:13.951Z Compiling vergen-git2 v9.1.0
28432026-08-11T22:21:14.480Z Checking plotters-backend v0.3.7
28442026-08-11T22:21:14.576Z Checking unit-prefix v0.5.2
28452026-08-11T22:21:14.576Z Checking plotters-svg v0.3.7
28462026-08-11T22:21:14.576Z Checking indicatif v0.18.4
28472026-08-11T22:21:14.626Z Checking scrypt v0.12.0
28482026-08-11T22:21:14.749Z Checking slog-envlogger v2.2.0
28492026-08-11T22:21:14.780Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28502026-08-11T22:21:14.785Z Checking cbc v0.2.1
28512026-08-11T22:21:14.917Z Checking libsw-core v0.3.2
28522026-08-11T22:21:14.984Z Checking cast v0.3.0
28532026-08-11T22:21:15.081Z Checking pkcs5 v0.8.1
28542026-08-11T22:21:15.101Z Checking libsw v3.5.0
28552026-08-11T22:21:15.170Z Checking criterion-plot v0.6.0
28562026-08-11T22:21:15.297Z Checking plotters v0.3.7
28572026-08-11T22:21:15.403Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28582026-08-11T22:21:15.452Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28592026-08-11T22:21:15.678Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28602026-08-11T22:21:15.905Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28612026-08-11T22:21:16.068Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28622026-08-11T22:21:16.141Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28632026-08-11T22:21:16.292Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28642026-08-11T22:21:16.362Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28652026-08-11T22:21:16.411Z Checking tinytemplate v1.2.1
28662026-08-11T22:21:16.523Z Checking anes v0.1.6
28672026-08-11T22:21:16.666Z Checking oorandom v11.1.5
28682026-08-11T22:21:16.743Z Checking shell-words v1.1.1
28692026-08-11T22:21:16.804Z Checking criterion v0.7.0
28702026-08-11T22:21:16.956Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28712026-08-11T22:21:17.290Z Checking pkcs8 v0.11.0
28722026-08-11T22:21:17.534Z Checking oxide-update-engine-display v0.1.2
28732026-08-11T22:21:17.918Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28742026-08-11T22:21:18.079Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28752026-08-11T22:21:18.948Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28762026-08-11T22:21:19.059Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28772026-08-11T22:21:19.526Z Checking tokio-test v0.4.5
28782026-08-11T22:21:19.736Z Checking ff v0.14.0
28792026-08-11T22:21:19.913Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28802026-08-11T22:21:20.139Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28812026-08-11T22:21:20.559Z Checking twox-hash v2.1.2
28822026-08-11T22:21:20.897Z Compiling petname v2.0.2
28832026-08-11T22:21:21.407Z Checking atty v0.2.14
28842026-08-11T22:21:21.543Z Checking arrayref v0.3.9
28852026-08-11T22:21:21.655Z Checking constant_time_eq v0.4.2
28862026-08-11T22:21:21.834Z Checking arrayvec v0.7.6
28872026-08-11T22:21:22.274Z Checking group v0.14.0
28882026-08-11T22:21:22.304Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28892026-08-11T22:21:22.915Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28902026-08-11T22:21:22.973Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28912026-08-11T22:21:23.224Z Checking fatfs v0.3.6
28922026-08-11T22:21:23.399Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28932026-08-11T22:21:23.531Z Checking signature v3.0.0
28942026-08-11T22:21:23.580Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28952026-08-11T22:21:23.713Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28962026-08-11T22:21:23.739Z Compiling seq-macro v0.3.6
28972026-08-11T22:21:24.286Z Checking base16ct v1.0.0
28982026-08-11T22:21:24.474Z Checking sec1 v0.8.1
28992026-08-11T22:21:24.934Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29002026-08-11T22:21:25.072Z Checking hkdf v0.13.0
29012026-08-11T22:21:25.176Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29022026-08-11T22:21:25.239Z Checking concurrent-queue v2.5.0
29032026-08-11T22:21:25.339Z Checking sapling-renderdag v0.1.0
29042026-08-11T22:21:25.767Z Checking sync-ptr v0.1.4
29052026-08-11T22:21:25.823Z Checking parking v2.2.1
29062026-08-11T22:21:25.823Z Checking elliptic-curve v0.14.1
29072026-08-11T22:21:25.823Z Checking event-listener v5.4.1
29082026-08-11T22:21:26.030Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29092026-08-11T22:21:26.073Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29102026-08-11T22:21:26.104Z Checking rtoolbox v0.0.3
29112026-08-11T22:21:26.268Z Checking rpassword v7.5.4
29122026-08-11T22:21:26.360Z Checking event-listener-strategy v0.5.4
29132026-08-11T22:21:26.391Z Compiling samael v0.0.19
29142026-08-11T22:21:26.464Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29152026-08-11T22:21:26.529Z Checking wnaf v0.14.0
29162026-08-11T22:21:26.749Z Checking primefield v0.14.0
29172026-08-11T22:21:26.983Z Checking rfc6979 v0.6.0
29182026-08-11T22:21:27.150Z Checking tui-tree-widget v0.23.1
29192026-08-11T22:21:27.382Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29202026-08-11T22:21:27.450Z Compiling blake3 v1.8.5
29212026-08-11T22:21:27.878Z Checking futures-timer v3.0.3
29222026-08-11T22:21:28.601Z Checking ecdsa v0.17.0
29232026-08-11T22:21:28.613Z Checking primeorder v0.14.0
29242026-08-11T22:21:28.871Z Checking async-lock v3.4.2
29252026-08-11T22:21:29.004Z Compiling curve25519-dalek v5.0.0
29262026-08-11T22:21:29.045Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29272026-08-11T22:21:29.317Z Checking async-object-pool v0.2.0
29282026-08-11T22:21:29.771Z Checking ssh-encoding v0.3.0
29292026-08-11T22:21:30.040Z Checking serde_regex v1.1.0
29302026-08-11T22:21:30.224Z Checking assert-json-diff v2.0.2
29312026-08-11T22:21:30.437Z Checking path-tree v0.8.3
29322026-08-11T22:21:30.669Z Checking keccak v0.2.0
29332026-08-11T22:21:30.859Z Checking stringmetrics v2.2.2
29342026-08-11T22:21:31.054Z Compiling strsim v0.10.0
29352026-08-11T22:21:31.425Z Checking topological-sort v0.2.2
29362026-08-11T22:21:31.514Z Compiling darling_core v0.13.4
29372026-08-11T22:21:31.538Z Checking httpmock v0.8.3
29382026-08-11T22:21:31.575Z Checking omicron-zone-package v0.12.3
29392026-08-11T22:21:32.465Z Checking ed25519 v3.0.0
29402026-08-11T22:21:32.616Z Checking crypto-primes v0.7.2
29412026-08-11T22:21:32.702Z Checking pkcs1 v0.8.0-rc.4
29422026-08-11T22:21:32.963Z Checking poly1305 v0.9.0
29432026-08-11T22:21:33.287Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29442026-08-11T22:21:33.344Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29452026-08-11T22:21:33.574Z Checking blowfish v0.10.0
29462026-08-11T22:21:33.701Z Checking blake2 v0.11.0-rc.6
29472026-08-11T22:21:33.797Z Checking gimli v0.32.3
29482026-08-11T22:21:33.809Z Compiling target-lexicon v0.13.3
29492026-08-11T22:21:33.994Z Checking argon2 v0.6.0-rc.8
29502026-08-11T22:21:34.037Z Checking bcrypt-pbkdf v0.11.0
29512026-08-11T22:21:34.223Z Checking rsa v0.10.0-rc.18
29522026-08-11T22:21:34.351Z Compiling darling_macro v0.13.4
29532026-08-11T22:21:34.359Z Checking ssh-cipher v0.3.0
29542026-08-11T22:21:34.622Z Checking ed25519-dalek v3.0.0
29552026-08-11T22:21:34.746Z Checking sha3 v0.11.0
29562026-08-11T22:21:34.866Z Checking p384 v0.14.0
29572026-08-11T22:21:34.905Z Checking p521 v0.14.0
29582026-08-11T22:21:35.149Z Checking p256 v0.14.0
29592026-08-11T22:21:35.302Z Checking addr2line v0.25.1
29602026-08-11T22:21:35.593Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29612026-08-11T22:21:35.874Z Checking kem v0.3.0
29622026-08-11T22:21:35.899Z Checking module-lattice v0.2.3
29632026-08-11T22:21:36.015Z Checking rustc-demangle v0.1.27
29642026-08-11T22:21:36.387Z Checking hex-literal v0.4.1
29652026-08-11T22:21:36.430Z Compiling guppy-workspace-hack v0.1.0
29662026-08-11T22:21:36.430Z Checking sponge-cursor v0.1.0
29672026-08-11T22:21:36.471Z Checking sha3 v0.12.0
29682026-08-11T22:21:36.555Z Checking backtrace v0.3.76
29692026-08-11T22:21:36.716Z Checking ml-kem v0.3.2
29702026-08-11T22:21:36.850Z Compiling darling v0.13.4
29712026-08-11T22:21:36.973Z Checking russh-cryptovec v0.62.0
29722026-08-11T22:21:38.452Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29732026-08-11T22:21:38.491Z Checking internal-russh-num-bigint v0.5.0
29742026-08-11T22:21:38.491Z Checking num-bigint v0.4.6
29752026-08-11T22:21:38.491Z Checking russh-util v0.52.0
29762026-08-11T22:21:38.528Z Checking generic-array v1.4.3
29772026-08-11T22:21:38.528Z Checking ssh-key v0.7.0-rc.11
29782026-08-11T22:21:38.528Z Compiling enum_dispatch v0.3.13
29792026-08-11T22:21:38.528Z Compiling delegate v0.13.5
29802026-08-11T22:21:38.528Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29812026-08-11T22:21:38.528Z Compiling git2 v0.20.4
29822026-08-11T22:21:38.809Z Checking md5 v0.8.0
29832026-08-11T22:21:38.846Z Checking hex-literal v1.1.0
29842026-08-11T22:21:38.979Z Compiling target-spec v3.5.7
29852026-08-11T22:21:39.015Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29862026-08-11T22:21:39.234Z Checking cfg-expr v0.20.6
29872026-08-11T22:21:39.323Z Checking russh v0.62.4
29882026-08-11T22:21:39.369Z Compiling serde_with_macros v1.5.2
29892026-08-11T22:21:39.648Z Checking backtrace-ext v0.2.1
29902026-08-11T22:21:39.790Z Checking supports-color v2.1.0
29912026-08-11T22:21:39.827Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29922026-08-11T22:21:39.962Z Checking textwrap v0.15.2
29932026-08-11T22:21:40.207Z Checking supports-hyperlinks v2.1.0
29942026-08-11T22:21:40.251Z Checking supports-unicode v2.1.0
29952026-08-11T22:21:40.363Z Checking hashbrown v0.14.5
29962026-08-11T22:21:40.405Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29972026-08-11T22:21:40.878Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29982026-08-11T22:21:40.980Z Checking socket2 v0.5.10
29992026-08-11T22:21:41.116Z Checking terminal_size v0.1.17
30002026-08-11T22:21:41.230Z Compiling miette-derive v5.10.0
30012026-08-11T22:21:41.265Z Checking internet-checksum v0.2.1
30022026-08-11T22:21:41.271Z Checking owo-colors v3.5.0
30032026-08-11T22:21:41.425Z Checking chumsky v0.9.3
30042026-08-11T22:21:41.773Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30052026-08-11T22:21:41.866Z Compiling serde_with v1.14.0
30062026-08-11T22:21:42.379Z Checking miette v5.10.0
30072026-08-11T22:21:42.791Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30082026-08-11T22:21:42.906Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30092026-08-11T22:21:42.986Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30102026-08-11T22:21:43.082Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30112026-08-11T22:21:43.426Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30122026-08-11T22:21:43.466Z Compiling polar-core v0.27.3
30132026-08-11T22:21:43.510Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30142026-08-11T22:21:43.648Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30152026-08-11T22:21:43.676Z Compiling knuffel-derive v3.2.0
30162026-08-11T22:21:43.798Z Checking httptest v0.16.4
30172026-08-11T22:21:43.836Z Checking pathdiff v0.2.3
30182026-08-11T22:21:43.977Z Checking nested v0.1.1
30192026-08-11T22:21:44.152Z Checking guppy v0.17.25
30202026-08-11T22:21:44.227Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30212026-08-11T22:21:44.486Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30222026-08-11T22:21:44.756Z Checking similar-asserts v1.7.0
30232026-08-11T22:21:44.948Z Compiling target-triple v1.0.0
30242026-08-11T22:21:45.088Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30252026-08-11T22:21:45.157Z Checking knuffel v3.2.0
30262026-08-11T22:21:45.306Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30272026-08-11T22:21:45.811Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30282026-08-11T22:21:45.880Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30292026-08-11T22:21:45.901Z Checking hickory-client v0.25.2
30302026-08-11T22:21:46.215Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30312026-08-11T22:21:46.405Z Compiling fs-err v2.11.0
30322026-08-11T22:21:46.479Z Compiling assert_cmd v2.1.2
30332026-08-11T22:21:46.640Z Checking escape8259 v0.5.3
30342026-08-11T22:21:46.806Z Checking libtest-mimic v0.8.1
30352026-08-11T22:21:46.879Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30362026-08-11T22:21:47.184Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30372026-08-11T22:21:47.310Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30382026-08-11T22:21:47.333Z Checking blake2b_simd v1.0.4
30392026-08-11T22:21:47.752Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30402026-08-11T22:21:48.035Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30412026-08-11T22:21:48.243Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30422026-08-11T22:21:48.395Z Checking oso v0.27.3
30432026-08-11T22:21:48.460Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30442026-08-11T22:21:48.497Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30452026-08-11T22:21:48.696Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30462026-08-11T22:21:48.891Z Checking fancy-regex v0.14.0
30472026-08-11T22:21:48.929Z Checking serde_tokenstream v0.2.3
30482026-08-11T22:21:49.435Z Checking approx v0.5.1
30492026-08-11T22:21:49.483Z Compiling rstest_macros v0.25.0
30502026-08-11T22:21:49.483Z Checking uzers v0.12.2
30512026-08-11T22:21:49.509Z Checking constant_time_eq v0.3.1
30522026-08-11T22:21:49.582Z Compiling linkme-impl v0.3.35
30532026-08-11T22:21:49.620Z Checking termcolor v1.4.1
30542026-08-11T22:21:49.782Z Checking rust-argon2 v2.1.0
30552026-08-11T22:21:49.860Z Checking trybuild v1.0.116
30562026-08-11T22:21:49.999Z Checking datatest-stable v0.3.3
30572026-08-11T22:21:50.206Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30582026-08-11T22:21:50.242Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30592026-08-11T22:21:50.507Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30602026-08-11T22:21:50.538Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30612026-08-11T22:21:50.602Z Checking support-bundle-viewer v0.1.2
30622026-08-11T22:21:50.746Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30632026-08-11T22:21:50.876Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30642026-08-11T22:21:50.960Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30652026-08-11T22:21:51.168Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30662026-08-11T22:21:51.195Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30672026-08-11T22:21:51.580Z Checking drift v0.2.0
30682026-08-11T22:21:51.620Z Checking rand_distr v0.5.1
30692026-08-11T22:21:51.620Z Checking multimap v0.10.1
30702026-08-11T22:21:51.660Z Checking parse-size v1.1.0
30712026-08-11T22:21:51.711Z Compiling relative-path v1.9.3
30722026-08-11T22:21:51.787Z Compiling linkme v0.3.35
30732026-08-11T22:21:51.820Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30742026-08-11T22:21:51.830Z Checking dropshot-api-manager v0.7.2
30752026-08-11T22:21:52.916Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30762026-08-11T22:21:53.341Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30772026-08-11T22:21:53.575Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30782026-08-11T22:21:53.710Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30792026-08-11T22:21:54.227Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30802026-08-11T22:21:54.239Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30812026-08-11T22:21:54.239Z Checking cargo_toml v0.21.0
30822026-08-11T22:21:54.477Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30832026-08-11T22:21:54.520Z Checking partial-io v0.5.4
30842026-08-11T22:21:54.761Z Checking termios v0.3.3
30852026-08-11T22:21:54.816Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30862026-08-11T22:21:54.970Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30872026-08-11T22:21:55.017Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30882026-08-11T22:21:55.620Z Checking rstest v0.25.0
30892026-08-11T22:21:58.656Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30902026-08-11T22:22:01.435Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30912026-08-11T22:22:02.107Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30922026-08-11T22:22:07.015Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30932026-08-11T22:22:08.464Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30942026-08-11T22:22:11.645Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30952026-08-11T22:22:16.460Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30962026-08-11T22:22:18.610Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30972026-08-11T22:22:22.387Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30982026-08-11T22:22:25.502Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
30992026-08-11T22:22:26.180Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31002026-08-11T22:22:28.264Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31012026-08-11T22:22:31.700Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31022026-08-11T22:22:36.358Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31032026-08-11T22:22:57.269Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31042026-08-11T22:23:49.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 07s
31052026-08-11T22:23:50.122Z
31062026-08-11T22:23:50.122Zreal 4:11.257537465
31072026-08-11T22:23:50.122Zuser 21:31.335193679
31082026-08-11T22:23:50.123Zsys 5:09.169374091
31092026-08-11T22:23:50.123Ztrap 0.507107620
31102026-08-11T22:23:50.123Ztflt 0.443534743
31112026-08-11T22:23:50.123Zdflt 0.576442308
31122026-08-11T22:23:50.123Zkflt 0.003692962
31132026-08-11T22:23:50.123Zlock 1:05:02.180825712
31142026-08-11T22:23:50.123Zslp 58:35.801582386
31152026-08-11T22:23:50.123Zlat 1:45.177433686
31162026-08-11T22:23:50.123Zstop 14:05.206590968
31172026-08-11T22:23:50.131Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31182026-08-11T22:23:50.131Z+ ptime -m cargo doc --workspace --no-deps
31192026-08-11T22:23:50.957Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31202026-08-11T22:23:50.957Z |
31212026-08-11T22:23:50.957Z = 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)`
31222026-08-11T22:23:50.957Z = 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>
31232026-08-11T22:23:52.024Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31242026-08-11T22:23:52.267Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31252026-08-11T22:23:52.309Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31262026-08-11T22:23:52.374Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31272026-08-11T22:23:52.434Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31282026-08-11T22:23:52.541Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31292026-08-11T22:23:52.570Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31302026-08-11T22:23:52.570Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31312026-08-11T22:23:52.620Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31322026-08-11T22:23:52.644Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31332026-08-11T22:23:52.794Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31342026-08-11T22:23:52.849Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31352026-08-11T22:23:52.879Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31362026-08-11T22:23:52.955Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31372026-08-11T22:23:52.974Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31382026-08-11T22:23:52.995Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31392026-08-11T22:23:53.002Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31402026-08-11T22:23:53.038Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31412026-08-11T22:23:53.066Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31422026-08-11T22:23:53.145Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31432026-08-11T22:23:53.191Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31442026-08-11T22:23:53.433Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31452026-08-11T22:23:53.576Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31462026-08-11T22:23:53.604Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31472026-08-11T22:23:53.633Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31482026-08-11T22:23:53.674Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31492026-08-11T22:23:53.821Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31502026-08-11T22:23:53.909Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31512026-08-11T22:23:53.996Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31522026-08-11T22:23:54.140Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31532026-08-11T22:23:54.262Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31542026-08-11T22:23:54.262Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31552026-08-11T22:23:54.342Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31562026-08-11T22:23:54.375Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31572026-08-11T22:23:54.543Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31582026-08-11T22:23:54.599Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31592026-08-11T22:23:54.711Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31602026-08-11T22:23:54.735Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31612026-08-11T22:23:54.765Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31622026-08-11T22:23:54.963Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31632026-08-11T22:23:55.028Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31642026-08-11T22:23:55.200Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31652026-08-11T22:23:55.262Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31662026-08-11T22:23:55.303Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31672026-08-11T22:23:55.331Z Checking scuffle v0.1.0
31682026-08-11T22:23:55.477Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31692026-08-11T22:23:55.514Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31702026-08-11T22:23:55.629Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31712026-08-11T22:23:55.711Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31722026-08-11T22:23:55.770Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31732026-08-11T22:23:55.860Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31742026-08-11T22:23:55.906Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31752026-08-11T22:23:55.964Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31762026-08-11T22:23:56.016Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31772026-08-11T22:23:56.045Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31782026-08-11T22:23:56.113Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31792026-08-11T22:23:56.121Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31802026-08-11T22:23:56.175Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31812026-08-11T22:23:56.635Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31822026-08-11T22:23:56.889Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31832026-08-11T22:23:57.001Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31842026-08-11T22:23:57.316Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31852026-08-11T22:23:57.369Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31862026-08-11T22:23:57.773Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31872026-08-11T22:23:57.791Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31882026-08-11T22:23:57.850Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31892026-08-11T22:23:57.881Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31902026-08-11T22:23:57.955Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31912026-08-11T22:23:58.038Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31922026-08-11T22:23:58.144Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31932026-08-11T22:23:58.218Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31942026-08-11T22:23:58.227Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31952026-08-11T22:23:59.005Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31962026-08-11T22:23:59.092Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31972026-08-11T22:23:59.261Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31982026-08-11T22:23:59.322Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31992026-08-11T22:23:59.391Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32002026-08-11T22:23:59.640Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32012026-08-11T22:23:59.685Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32022026-08-11T22:23:59.711Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32032026-08-11T22:23:59.716Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32042026-08-11T22:23:59.716Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32052026-08-11T22:23:59.912Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32062026-08-11T22:23:59.936Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32072026-08-11T22:24:00.156Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32082026-08-11T22:24:00.185Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32092026-08-11T22:24:00.201Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32102026-08-11T22:24:00.234Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32112026-08-11T22:24:00.243Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32122026-08-11T22:24:00.403Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32132026-08-11T22:24:00.426Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32142026-08-11T22:24:00.453Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32152026-08-11T22:24:00.515Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32162026-08-11T22:24:00.544Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32172026-08-11T22:24:00.567Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32182026-08-11T22:24:00.708Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32192026-08-11T22:24:00.762Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32202026-08-11T22:24:00.802Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32212026-08-11T22:24:00.823Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32222026-08-11T22:24:00.848Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32232026-08-11T22:24:00.951Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32242026-08-11T22:24:00.974Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32252026-08-11T22:24:01.045Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32262026-08-11T22:24:01.154Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32272026-08-11T22:24:01.189Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32282026-08-11T22:24:01.458Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32292026-08-11T22:24:01.466Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32302026-08-11T22:24:01.530Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32312026-08-11T22:24:02.045Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32322026-08-11T22:24:02.233Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32332026-08-11T22:24:02.527Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32342026-08-11T22:24:03.306Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32352026-08-11T22:24:03.498Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32362026-08-11T22:24:03.579Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32372026-08-11T22:24:03.838Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32382026-08-11T22:24:04.294Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32392026-08-11T22:24:04.856Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32402026-08-11T22:24:05.254Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32412026-08-11T22:24:05.696Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32422026-08-11T22:24:05.928Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32432026-08-11T22:24:06.212Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32442026-08-11T22:24:06.223Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32452026-08-11T22:24:06.315Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32462026-08-11T22:24:06.923Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32472026-08-11T22:24:07.360Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32482026-08-11T22:24:07.683Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32492026-08-11T22:24:07.778Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32502026-08-11T22:24:07.907Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32512026-08-11T22:24:08.114Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32522026-08-11T22:24:08.134Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32532026-08-11T22:24:08.381Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32542026-08-11T22:24:08.667Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32552026-08-11T22:24:08.808Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32562026-08-11T22:24:09.335Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32572026-08-11T22:24:09.438Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32582026-08-11T22:24:09.560Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32592026-08-11T22:24:09.762Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32602026-08-11T22:24:10.281Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32612026-08-11T22:24:10.786Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32622026-08-11T22:24:11.241Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32632026-08-11T22:24:11.317Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32642026-08-11T22:24:11.755Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32652026-08-11T22:24:11.958Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32662026-08-11T22:24:12.530Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32672026-08-11T22:24:12.826Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32682026-08-11T22:24:12.861Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32692026-08-11T22:24:13.020Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32702026-08-11T22:24:13.137Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32712026-08-11T22:24:13.442Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32722026-08-11T22:24:13.668Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32732026-08-11T22:24:15.207Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32742026-08-11T22:24:15.233Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32752026-08-11T22:24:15.535Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32762026-08-11T22:24:16.855Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32772026-08-11T22:24:17.776Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32782026-08-11T22:24:18.918Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32792026-08-11T22:24:19.388Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32802026-08-11T22:24:20.384Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32812026-08-11T22:24:21.489Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32822026-08-11T22:24:21.644Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32832026-08-11T22:24:22.799Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32842026-08-11T22:24:22.895Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32852026-08-11T22:24:23.664Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32862026-08-11T22:24:23.793Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32872026-08-11T22:24:24.743Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32882026-08-11T22:24:24.968Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32892026-08-11T22:24:25.629Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32902026-08-11T22:24:26.791Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32912026-08-11T22:24:26.817Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32922026-08-11T22:24:27.135Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32932026-08-11T22:24:27.562Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32942026-08-11T22:24:27.783Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32952026-08-11T22:24:27.843Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32962026-08-11T22:24:28.054Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32972026-08-11T22:24:28.078Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32982026-08-11T22:24:28.376Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32992026-08-11T22:24:28.490Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33002026-08-11T22:24:28.759Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33012026-08-11T22:24:29.260Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33022026-08-11T22:24:29.518Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33032026-08-11T22:24:29.662Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33042026-08-11T22:24:29.695Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33052026-08-11T22:24:29.892Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33062026-08-11T22:24:30.261Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33072026-08-11T22:24:30.657Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33082026-08-11T22:24:31.567Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33092026-08-11T22:24:36.342Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33102026-08-11T22:24:36.433Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33112026-08-11T22:24:36.433Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33122026-08-11T22:24:36.433Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33132026-08-11T22:24:36.837Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33142026-08-11T22:24:37.490Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33152026-08-11T22:24:39.204Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33162026-08-11T22:24:41.106Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33172026-08-11T22:24:41.790Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33182026-08-11T22:24:42.290Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33192026-08-11T22:24:43.261Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33202026-08-11T22:24:44.484Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33212026-08-11T22:24:46.781Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33222026-08-11T22:24:47.192Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33232026-08-11T22:24:47.341Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33242026-08-11T22:24:48.190Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33252026-08-11T22:24:50.587Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33262026-08-11T22:24:52.084Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33272026-08-11T22:24:54.990Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33282026-08-11T22:24:55.821Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33292026-08-11T22:24:56.692Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33302026-08-11T22:24:57.505Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33312026-08-11T22:24:58.287Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33322026-08-11T22:24:59.081Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33332026-08-11T22:25:00.743Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33342026-08-11T22:25:01.292Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33352026-08-11T22:25:02.030Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33362026-08-11T22:25:02.204Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33372026-08-11T22:25:02.816Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33382026-08-11T22:25:03.641Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33392026-08-11T22:25:04.873Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33402026-08-11T22:25:09.079Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33412026-08-11T22:25:09.764Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33422026-08-11T22:25:11.061Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33432026-08-11T22:25:11.600Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33442026-08-11T22:25:12.625Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33452026-08-11T22:25:13.438Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33462026-08-11T22:25:15.271Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33472026-08-11T22:25:16.899Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33482026-08-11T22:25:17.886Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33492026-08-11T22:25:18.798Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33502026-08-11T22:25:22.865Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33512026-08-11T22:25:23.284Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33522026-08-11T22:25:24.010Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33532026-08-11T22:25:26.469Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33542026-08-11T22:25:27.035Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33552026-08-11T22:25:28.781Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33562026-08-11T22:25:30.269Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33572026-08-11T22:25:31.806Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33582026-08-11T22:25:33.232Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33592026-08-11T22:25:35.102Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33602026-08-11T22:25:36.761Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33612026-08-11T22:25:41.481Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33622026-08-11T22:25:41.698Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33632026-08-11T22:25:43.009Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33642026-08-11T22:25:43.408Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33652026-08-11T22:25:45.077Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33662026-08-11T22:25:46.930Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33672026-08-11T22:25:48.626Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33682026-08-11T22:25:50.659Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33692026-08-11T22:25:52.403Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33702026-08-11T22:25:54.081Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33712026-08-11T22:25:56.084Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33722026-08-11T22:25:57.592Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33732026-08-11T22:25:59.348Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33742026-08-11T22:26:01.045Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33752026-08-11T22:26:02.800Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33762026-08-11T22:26:04.538Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33772026-08-11T22:26:07.799Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33782026-08-11T22:26:09.759Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33792026-08-11T22:26:11.268Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33802026-08-11T22:26:13.050Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33812026-08-11T22:26:14.684Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33822026-08-11T22:26:16.408Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33832026-08-11T22:26:20.329Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33842026-08-11T22:26:22.714Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33852026-08-11T22:26:24.744Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33862026-08-11T22:26:26.503Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33872026-08-11T22:26:29.851Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33882026-08-11T22:26:30.918Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33892026-08-11T22:26:32.880Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33902026-08-11T22:26:35.071Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33912026-08-11T22:26:37.363Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33922026-08-11T22:26:39.715Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33932026-08-11T22:26:41.497Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33942026-08-11T22:26:44.904Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33952026-08-11T22:26:46.687Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33962026-08-11T22:26:48.854Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33972026-08-11T22:26:51.252Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33982026-08-11T22:26:54.183Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33992026-08-11T22:26:56.273Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34002026-08-11T22:26:59.025Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34012026-08-11T22:27:01.074Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34022026-08-11T22:27:03.439Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34032026-08-11T22:27:05.923Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34042026-08-11T22:27:08.356Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34052026-08-11T22:27:10.816Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34062026-08-11T22:27:13.173Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34072026-08-11T22:27:15.496Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34082026-08-11T22:27:18.137Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34092026-08-11T22:27:20.574Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34102026-08-11T22:27:22.998Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34112026-08-11T22:27:25.429Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34122026-08-11T22:27:28.024Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34132026-08-11T22:27:30.412Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34142026-08-11T22:27:32.824Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34152026-08-11T22:27:35.308Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34162026-08-11T22:27:37.805Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34172026-08-11T22:27:40.239Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34182026-08-11T22:27:42.771Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34192026-08-11T22:27:45.238Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34202026-08-11T22:27:47.555Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34212026-08-11T22:27:49.994Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34222026-08-11T22:27:52.614Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34232026-08-11T22:27:55.189Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34242026-08-11T22:27:57.631Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34252026-08-11T22:28:00.162Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34262026-08-11T22:28:02.842Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34272026-08-11T22:28:05.236Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34282026-08-11T22:28:07.893Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34292026-08-11T22:28:10.412Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34302026-08-11T22:28:12.955Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34312026-08-11T22:28:15.307Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34322026-08-11T22:28:18.003Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34332026-08-11T22:28:20.511Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34342026-08-11T22:28:23.039Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34352026-08-11T22:28:25.466Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34362026-08-11T22:28:28.114Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34372026-08-11T22:28:31.238Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34382026-08-11T22:28:33.226Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34392026-08-11T22:28:36.002Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34402026-08-11T22:28:38.593Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34412026-08-11T22:28:41.588Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34422026-08-11T22:28:44.240Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34432026-08-11T22:28:47.043Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34442026-08-11T22:28:49.358Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34452026-08-11T22:28:52.022Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34462026-08-11T22:28:54.759Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34472026-08-11T22:28:57.875Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34482026-08-11T22:29:00.260Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34492026-08-11T22:29:03.060Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34502026-08-11T22:29:05.808Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34512026-08-11T22:29:13.764Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34522026-08-11T22:29:13.788Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34532026-08-11T22:29:17.489Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34542026-08-11T22:29:20.737Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34552026-08-11T22:29:24.280Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34562026-08-11T22:29:27.747Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34572026-08-11T22:29:31.152Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34582026-08-11T22:29:36.062Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34592026-08-11T22:29:38.993Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34602026-08-11T22:29:42.832Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34612026-08-11T22:29:46.596Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34622026-08-11T22:29:50.408Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34632026-08-11T22:29:54.201Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34642026-08-11T22:29:57.969Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34652026-08-11T22:30:01.850Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34662026-08-11T22:30:05.577Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34672026-08-11T22:30:09.387Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34682026-08-11T22:30:13.381Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34692026-08-11T22:30:16.980Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34702026-08-11T22:30:20.825Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34712026-08-11T22:30:24.579Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34722026-08-11T22:30:28.464Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34732026-08-11T22:30:32.195Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34742026-08-11T22:31:02.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 12s
34752026-08-11T22:31:02.627Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files
34762026-08-11T22:31:02.734Z
34772026-08-11T22:31:02.734Zreal 7:12.529206526
34782026-08-11T22:31:02.738Zuser 19:48.972668691
34792026-08-11T22:31:02.738Zsys 4:11.758989128
34802026-08-11T22:31:02.738Ztrap 0.298787050
34812026-08-11T22:31:02.738Ztflt 0.006644943
34822026-08-11T22:31:02.738Zdflt 0.097483461
34832026-08-11T22:31:02.738Zkflt 0.000029760
34842026-08-11T22:31:02.738Zlock 6:49:58.249283741
34852026-08-11T22:31:02.738Zslp 2:24:46.836065978
34862026-08-11T22:31:02.738Zlat 33.821640124
34872026-08-11T22:31:02.738Zstop 2:09.434196884
34882026-08-11T22:31:02.738Zprocess exited: duration 834326 ms, exit code 0
 
34892026-08-11T22:31:02.745Zfound 0 output files