01KX6R9CQQ59B68CAANZZS9RDK: clippy (helios)

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

Buildomat Job: 01KX6R9YWXTF8Y1DYMV97BH25W

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-10T19:34:11.817Zjob assigned to worker 01KX6RA7W2G5Q3D61WQTX6PKZY [factory aws, i-063cb1efad35126db] (queued for 1 m 3 s)
 
22026-07-10T19:34:18.207Zstarting task 0: "setup"
32026-07-10T19:34:18.210Z++ uname -s
42026-07-10T19:34:18.214Z+ kern=SunOS
52026-07-10T19:34:18.214Z+ build_user=build
62026-07-10T19:34:18.214Z+ build_uid=12345
72026-07-10T19:34:18.214Z+ work_dir=/work
82026-07-10T19:34:18.214Z+ input_dir=/input
92026-07-10T19:34:18.214Z+ [[ 0 == 12345 ]]
102026-07-10T19:34:18.214Z+ case "$kern" in
112026-07-10T19:34:18.214Z+ groupadd -g 12345 build
122026-07-10T19:34:18.214Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-10T19:34:20.219Z+ zfs create -o mountpoint=/work rpool/work
142026-07-10T19:34:20.291Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-10T19:34:20.298Z+ home_fs=zfs
162026-07-10T19:34:20.298Z+ [[ zfs == autofs ]]
172026-07-10T19:34:20.298Z+ mkdir -p /home/build
182026-07-10T19:34:20.298Z+ chown build:build /home/build /work
192026-07-10T19:34:22.296Z+ chmod 0700 /home/build /work
202026-07-10T19:34:22.299Zprocess exited: duration 4091 ms, exit code 0
 
212026-07-10T19:34:22.306Zstarting task 1: "rust-toolchain"
222026-07-10T19:34:22.309Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-10T19:34:22.309Z * rust toolchain channel = "1.96.1"
242026-07-10T19:34:22.309Z * rust toolchain profile = "default"
252026-07-10T19:34:22.309Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-10T19:34:22.310Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-10T19:34:22.313Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-10T19:34:22.313Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-10T19:34:22.313Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-10T19:34:22.402Zinfo: downloading installer
312026-07-10T19:34:23.805Zwarn: It looks like you have an existing rustup settings file at:
322026-07-10T19:34:23.805Zwarn: /home/build/.rustup/settings.toml
332026-07-10T19:34:23.805Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-10T19:34:23.805Zwarn: instead of the one inferred from the default host triple.
352026-07-10T19:34:23.818Zinfo: profile set to default
362026-07-10T19:34:23.818Zinfo: default host triple is x86_64-unknown-illumos
372026-07-10T19:34:23.821Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-10T19:34:23.975Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-10T19:34:23.978Zinfo: downloading 6 components
402026-07-10T19:34:39.613Z
412026-07-10T19:34:39.613Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-10T19:34:39.645Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-10T19:34:39.645Z
442026-07-10T19:34:39.648Z
452026-07-10T19:34:39.648ZRust is installed now. Great!
462026-07-10T19:34:39.648Z
472026-07-10T19:34:39.648ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-10T19:34:39.648Zenvironment variable. This has not been done automatically.
492026-07-10T19:34:39.648Z
502026-07-10T19:34:39.648ZTo configure your current shell, you need to source
512026-07-10T19:34:39.648Zthe corresponding env file under $HOME/.cargo.
522026-07-10T19:34:39.648Z
532026-07-10T19:34:39.648ZThis is usually done by running one of the following (note the leading DOT):
542026-07-10T19:34:39.648Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-10T19:34:39.648Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-10T19:34:39.648Zsource "~/.cargo/env.nu" # For nushell
572026-07-10T19:34:39.648Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-10T19:34:39.648Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-10T19:34:39.649Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-10T19:34:39.649Zwarn: no default linker (`cc`) was found in your PATH
612026-07-10T19:34:39.649Zwarn: many Rust crates require a system C toolchain to build
622026-07-10T19:34:39.748Z+ rustup --version
632026-07-10T19:34:39.757Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-10T19:34:39.760Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-10T19:34:39.778Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-10T19:34:39.781Z+ cargo --version
672026-07-10T19:34:39.795Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-10T19:34:39.798Z+ rustc --version
692026-07-10T19:34:39.817Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-10T19:34:39.821Zprocess exited: duration 17513 ms, exit code 0
 
712026-07-10T19:34:39.830Zstarting task 2: "authentication"
722026-07-10T19:34:39.847Zprocess exited: duration 16 ms, exit code 0
 
732026-07-10T19:34:39.853Zstarting task 3: "clone repository"
742026-07-10T19:34:39.856Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-10T19:34:39.859Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-10T19:34:39.892ZCloning into '/work/oxidecomputer/omicron'...
772026-07-10T19:34:51.169Z+ cd /work/oxidecomputer/omicron
782026-07-10T19:34:51.169Z+ git fetch origin 07d9ddd528cb4c0156be83b89455da1422933cab
792026-07-10T19:34:51.447ZFrom https://github.com/oxidecomputer/omicron
802026-07-10T19:34:51.447Z * branch 07d9ddd528cb4c0156be83b89455da1422933cab -> FETCH_HEAD
812026-07-10T19:34:51.457Z+ [[ -n ben/update-to-ntp-admin-client-v2 ]]
822026-07-10T19:34:51.459Z++ git branch --show-current
832026-07-10T19:34:51.459Z+ current=main
842026-07-10T19:34:51.460Z+ [[ main != ben/update-to-ntp-admin-client-v2 ]]
852026-07-10T19:34:51.460Z+ git branch -f ben/update-to-ntp-admin-client-v2 07d9ddd528cb4c0156be83b89455da1422933cab
862026-07-10T19:34:51.463Z+ git checkout -f ben/update-to-ntp-admin-client-v2
872026-07-10T19:34:51.709ZSwitched to branch 'ben/update-to-ntp-admin-client-v2'
882026-07-10T19:34:51.712Z+ git reset --hard 07d9ddd528cb4c0156be83b89455da1422933cab
892026-07-10T19:34:51.726ZHEAD is now at 07d9ddd52 Move sled-agent to V2 of the NTP admin client
902026-07-10T19:34:51.729Zprocess exited: duration 11874 ms, exit code 0
 
912026-07-10T19:34:51.735Zstarting task 4: "build"
922026-07-10T19:34:51.738Z+ source ./env.sh
932026-07-10T19:34:51.743Z++ OLD_SHELL_OPTS=ehxB
942026-07-10T19:34:51.743Z++ set -o xtrace
952026-07-10T19:34:51.743Z++++ dirname ./env.sh
962026-07-10T19:34:51.746Z+++ readlink -f .
972026-07-10T19:34:51.746Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-10T19:34:51.746Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-10T19:34:51.746Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-10T19:34:51.746Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-10T19:34:51.746Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-10T19:34:51.746Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-10T19:34:51.746Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-10T19:34:51.746Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-10T19:34:51.746Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-10T19:34:51.746Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-10T19:34:51.746Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-07-10T19:34:51.746Z++ case $OLD_SHELL_OPTS in
1092026-07-10T19:34:51.746Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-10T19:34:51.746Z+ source .github/buildomat/ci-env.sh
1112026-07-10T19:34:51.746Z++ export CARGO_TERM_COLOR=always
1122026-07-10T19:34:51.746Z++ CARGO_TERM_COLOR=always
1132026-07-10T19:34:51.746Z+++ uname -s
1142026-07-10T19:34:51.749Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-10T19:34:51.749Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-10T19:34:51.749Z+ cargo --version
1172026-07-10T19:34:51.757Zcargo 1.96.1 (356927216 2026-06-26)
1182026-07-10T19:34:51.760Z+ rustc --version
1192026-07-10T19:34:51.780Zrustc 1.96.1 (31fca3adb 2026-06-26)
1202026-07-10T19:34:51.783Z+ banner prerequisites
1212026-07-10T19:34:51.786Z
1222026-07-10T19:34:51.786Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-10T19:34:51.786Z # # # # # # # # # # # # # # #
1242026-07-10T19:34:51.786Z # # # # ##### # # ##### # # # # # #### #
1252026-07-10T19:34:51.786Z ##### ##### # ##### # # # # # # # # #
1262026-07-10T19:34:51.786Z # # # # # # # # # # # # # # #
1272026-07-10T19:34:51.786Z # # # ###### # # ###### ### # #### # #### #
1282026-07-10T19:34:51.786Z
1292026-07-10T19:34:51.786Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-10T19:34:53.304Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-10T19:34:53.413Z Startup: Caching catalogs ... Done
1322026-07-10T19:34:53.902ZPlanning: Solver setup ... Done (0.444s)
1332026-07-10T19:34:53.929ZPlanning: Running solver ... Done (0.027s)
1342026-07-10T19:34:53.941ZPlanning: Finding local manifests ... Done (0.002s)
1352026-07-10T19:34:53.951ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-10T19:34:53.969ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-10T19:34:53.981ZPlanning: Package planning ... Done (0.013s)
1382026-07-10T19:34:53.984ZPlanning: Merging actions ... Done (0.001s)
1392026-07-10T19:34:54.144ZPlanning: Checking for conflicting actions ... Done (0.161s)
1402026-07-10T19:34:54.148ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-10T19:34:54.918ZPlanning: Evaluating mediators ... Done (0.772s)
1422026-07-10T19:34:54.921ZPlanning: Planning completed in 1.49 seconds
1432026-07-10T19:34:54.927Z Packages to install: 2
1442026-07-10T19:34:54.927Z Estimated space available: 156.06 GB
1452026-07-10T19:34:54.930ZEstimated space to be consumed: 31.27 MB
1462026-07-10T19:34:54.930Z Create boot environment: No
1472026-07-10T19:34:54.930ZCreate backup boot environment: No
1482026-07-10T19:34:54.930Z Rebuild boot archive: No
1492026-07-10T19:34:54.930Z
1502026-07-10T19:34:54.930ZChanged packages:
1512026-07-10T19:34:54.930Zhelios
1522026-07-10T19:34:54.930Z developer/build-essential
1532026-07-10T19:34:54.930Z None -> 11-3.0
1542026-07-10T19:34:54.930Z library/libxmlsec1
1552026-07-10T19:34:54.930Z None -> 1.2.35-3.0
1562026-07-10T19:34:54.955Z
1572026-07-10T19:34:54.955ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-10T19:34:55.551ZDownload: Completed 1.28 MB in 0.59 seconds (2.2M/s)
1592026-07-10T19:34:55.610Z Actions: 1/268 actions (Installing new actions)
1602026-07-10T19:34:55.649Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-10T19:34:55.658ZFinalize: Updating package state database ... Done (0.010s)
1622026-07-10T19:34:55.658ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-10T19:34:55.688ZFinalize: Updating image state ... Done (0.029s)
1642026-07-10T19:34:58.065ZFinalize: Creating fast lookup database ... Done (2.352s)
1652026-07-10T19:34:58.132ZFinalize: Reading search index ... Done (0.012s)
1662026-07-10T19:34:58.135ZFinalize: Updating search index ... Done (0.000s)
1672026-07-10T19:34:58.247ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-10T19:34:58.564ZPlanning: Evaluating mediator changes ... Done
1692026-07-10T19:34:58.672ZPlanning: Checking for conflicting actions ... Done
1702026-07-10T19:34:58.675ZPlanning: Consolidating action changes ... Done
1712026-07-10T19:34:58.830ZPlanning: Evaluating mediators ... Done
1722026-07-10T19:34:58.833ZPlanning: Planning completed in 0.27 seconds
1732026-07-10T19:34:58.854Z Mediators to change: 2
1742026-07-10T19:34:58.854Z Create boot environment: No
1752026-07-10T19:34:58.854ZCreate backup boot environment: No
1762026-07-10T19:34:58.904ZFinalize: Updating package state database ... Done
1772026-07-10T19:34:58.904ZFinalize: Updating package cache ... Done
1782026-07-10T19:34:58.917ZFinalize: Updating image state ... Done
1792026-07-10T19:35:00.888ZFinalize: Creating fast lookup database ... Done
1802026-07-10T19:35:00.951ZFinalize: Reading search index ... Done
1812026-07-10T19:35:00.954ZFinalize: Updating search index ... Done
1822026-07-10T19:35:01.018ZFinalize: Updating package cache ... Done
1832026-07-10T19:35:01.308ZPlanning: Evaluating mediator changes ... Done
1842026-07-10T19:35:01.415ZPlanning: Checking for conflicting actions ... Done
1852026-07-10T19:35:01.419ZPlanning: Consolidating action changes ... Done
1862026-07-10T19:35:01.575ZPlanning: Evaluating mediators ... Done
1872026-07-10T19:35:01.578ZPlanning: Planning completed in 0.27 seconds
1882026-07-10T19:35:01.598Z Mediators to change: 1
1892026-07-10T19:35:01.598Z Create boot environment: No
1902026-07-10T19:35:01.601ZCreate backup boot environment: No
1912026-07-10T19:35:01.639ZFinalize: Updating package state database ... Done
1922026-07-10T19:35:01.639ZFinalize: Updating package cache ... Done
1932026-07-10T19:35:01.657ZFinalize: Updating image state ... Done
1942026-07-10T19:35:03.599ZFinalize: Creating fast lookup database ... Done
1952026-07-10T19:35:03.663ZFinalize: Reading search index ... Done
1962026-07-10T19:35:03.667ZFinalize: Updating search index ... Done
1972026-07-10T19:35:03.766ZFinalize: Updating package cache ... Done
1982026-07-10T19:35:04.084ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-10T19:35:04.084Zapache system 2.4 system
2002026-07-10T19:35:04.084Zclang system 15 system
2012026-07-10T19:35:04.084Zcsh system system illumos
2022026-07-10T19:35:04.084Zctags system system illumos
2032026-07-10T19:35:04.084Zfile vendor vendor darwinsys
2042026-07-10T19:35:04.084Zfile system system illumos
2052026-07-10T19:35:04.084Zgcc vendor 14 vendor
2062026-07-10T19:35:04.084Zgcc system 13 system
2072026-07-10T19:35:04.084Zgcc system 10 system
2082026-07-10T19:35:04.084Zgo system 1.25 system
2092026-07-10T19:35:04.084Zllvm system 15 system
2102026-07-10T19:35:04.084Zmariadb system 11.4 system
2112026-07-10T19:35:04.084Zmta vendor vendor dma
2122026-07-10T19:35:04.084Zopenjdk system 17 system
2132026-07-10T19:35:04.084Zopenjdk system 11 system
2142026-07-10T19:35:04.084Zopenssl vendor 3 vendor
2152026-07-10T19:35:04.084Zperl system 5.40 system
2162026-07-10T19:35:04.084Zpostgresql system 18 system
2172026-07-10T19:35:04.084Zpostgresql system 17 system
2182026-07-10T19:35:04.084Zpython vendor 3 vendor
2192026-07-10T19:35:04.084Zpython system 2 system
2202026-07-10T19:35:04.084Zpython3 vendor 3.13 vendor
2212026-07-10T19:35:04.084Zruby system 3.4 system
2222026-07-10T19:35:04.084Zruby system 3.0 system
2232026-07-10T19:35:04.084Zwords vendor vendor american-english
2242026-07-10T19:35:04.084Zwords system system australian-english
2252026-07-10T19:35:04.084Zwords system system british-english
2262026-07-10T19:35:04.084Zwords system system canadian-english
2272026-07-10T19:35:04.084Zwords system system french
2282026-07-10T19:35:04.085Zwords system system italian
2292026-07-10T19:35:04.085Zwords system system ngerman
2302026-07-10T19:35:04.085Zwords system system ogerman
2312026-07-10T19:35:04.085Zwords system system spanish
2322026-07-10T19:35:04.340ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-10T19:35:04.340Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-10T19:35:04.642ZFMRI IFO
2352026-07-10T19:35:04.642Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-10T19:35:04.642Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-10T19:35:04.642Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-10T19:35:04.643Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-10T19:35:04.643Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-10T19:35:04.643Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-10T19:35:04.643Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-10T19:35:04.643Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-10T19:35:04.643Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-10T19:35:04.902Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-10T19:35:05.197Z Updating crates.io index
2462026-07-10T19:35:05.200Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-10T19:35:05.430Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-10T19:35:05.727Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-10T19:35:06.742Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-10T19:35:07.256Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-10T19:35:08.848Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-10T19:35:09.618Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-10T19:35:09.900Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-10T19:35:10.205Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-10T19:35:12.076Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-10T19:35:12.361Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-10T19:35:12.694Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-10T19:35:12.949Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-10T19:35:13.417Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-10T19:35:14.375Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-10T19:35:14.613Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-10T19:35:14.815Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-10T19:35:15.086Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-10T19:35:15.365Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-10T19:35:16.013Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-10T19:35:16.047Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-10T19:35:16.094Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-10T19:35:16.425Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-10T19:35:16.723Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-10T19:35:16.964Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-10T19:35:17.378Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-10T19:35:17.653Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2732026-07-10T19:35:17.946Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742026-07-10T19:35:18.213Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752026-07-10T19:35:18.448Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-07-10T19:35:18.791Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-07-10T19:35:19.180Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-07-10T19:35:19.622Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-07-10T19:35:19.942Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-07-10T19:35:20.213Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-07-10T19:35:20.522Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-07-10T19:35:20.840Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832026-07-10T19:35:21.085Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842026-07-10T19:35:21.381Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852026-07-10T19:35:21.632Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-07-10T19:35:24.281Z Downloading crates ...
2872026-07-10T19:35:24.335Z Downloaded anstream v1.0.0
2882026-07-10T19:35:24.344Z Downloaded swrite v0.1.0
2892026-07-10T19:35:24.348Z Downloaded zerocopy-derive v0.7.35
2902026-07-10T19:35:24.348Z Downloaded hashbrown v0.17.0
2912026-07-10T19:35:24.351Z Downloaded zmij v1.0.21
2922026-07-10T19:35:24.355Z Downloaded anstyle v1.0.14
2932026-07-10T19:35:24.359Z Downloaded zerocopy v0.7.35
2942026-07-10T19:35:24.368Z Downloaded memmap v0.7.0
2952026-07-10T19:35:24.372Z Downloaded anstyle-query v1.1.5
2962026-07-10T19:35:24.372Z Downloaded fnv v1.0.7
2972026-07-10T19:35:24.372Z Downloaded errno v0.3.14
2982026-07-10T19:35:24.372Z Downloaded itoa v1.0.17
2992026-07-10T19:35:24.372Z Downloaded heck v0.4.1
3002026-07-10T19:35:24.378Z Downloaded crypto-common v0.1.7
3012026-07-10T19:35:24.382Z Downloaded cargo-platform v0.3.2
3022026-07-10T19:35:24.382Z Downloaded is_terminal_polyfill v1.70.2
3032026-07-10T19:35:24.382Z Downloaded fastrand v2.3.0
3042026-07-10T19:35:24.385Z Downloaded equivalent v1.0.2
3052026-07-10T19:35:24.388Z Downloaded cpufeatures v0.2.17
3062026-07-10T19:35:24.388Z Downloaded smawk v0.3.2
3072026-07-10T19:35:24.391Z Downloaded macaddr v1.0.1
3082026-07-10T19:35:24.391Z Downloaded block-buffer v0.10.4
3092026-07-10T19:35:24.394Z Downloaded dof v0.3.0
3102026-07-10T19:35:24.395Z Downloaded byteorder v1.5.0
3112026-07-10T19:35:24.398Z Downloaded thread-id v4.2.2
3122026-07-10T19:35:24.402Z Downloaded clap_lex v1.0.0
3132026-07-10T19:35:24.402Z Downloaded dtrace-parser v0.2.0
3142026-07-10T19:35:24.402Z Downloaded colorchoice v1.0.4
3152026-07-10T19:35:24.402Z Downloaded cfg-if v1.0.4
3162026-07-10T19:35:24.405Z Downloaded plain v0.2.3
3172026-07-10T19:35:24.406Z Downloaded heck v0.5.0
3182026-07-10T19:35:24.410Z Downloaded anstyle-parse v1.0.0
3192026-07-10T19:35:24.415Z Downloaded terminal_size v0.4.3
3202026-07-10T19:35:24.419Z Downloaded utf8parse v0.2.2
3212026-07-10T19:35:24.423Z Downloaded usdt-macro v0.5.0
3222026-07-10T19:35:24.432Z Downloaded version_check v0.9.5
3232026-07-10T19:35:24.437Z Downloaded tabled_derive v0.7.0
3242026-07-10T19:35:24.437Z Downloaded serde_spanned v0.6.9
3252026-07-10T19:35:24.441Z Downloaded usdt v0.5.0
3262026-07-10T19:35:24.441Z Downloaded toml_datetime v0.6.11
3272026-07-10T19:35:24.441Z Downloaded generic-array v0.14.7
3282026-07-10T19:35:24.444Z Downloaded cargo_metadata v0.23.1
3292026-07-10T19:35:24.449Z Downloaded toml_write v0.1.2
3302026-07-10T19:35:24.452Z Downloaded strsim v0.11.1
3312026-07-10T19:35:24.452Z Downloaded scroll_derive v0.12.1
3322026-07-10T19:35:24.456Z Downloaded pretty-hex v0.4.1
3332026-07-10T19:35:24.459Z Downloaded unicode-linebreak v0.1.5
3342026-07-10T19:35:24.459Z Downloaded proc-macro-error-attr v1.0.4
3352026-07-10T19:35:24.462Z Downloaded usdt-attr-macro v0.5.0
3362026-07-10T19:35:24.465Z Downloaded bitflags v2.11.0
3372026-07-10T19:35:24.469Z Downloaded camino-tempfile v1.4.1
3382026-07-10T19:35:24.475Z Downloaded clap_derive v4.6.1
3392026-07-10T19:35:24.478Z Downloaded thiserror v2.0.18
3402026-07-10T19:35:24.481Z Downloaded fs-err v3.3.0
3412026-07-10T19:35:24.486Z Downloaded digest v0.10.7
3422026-07-10T19:35:24.486Z Downloaded bytecount v0.6.9
3432026-07-10T19:35:24.486Z Downloaded thiserror-impl v1.0.69
3442026-07-10T19:35:24.489Z Downloaded sha2 v0.10.9
3452026-07-10T19:35:24.489Z Downloaded autocfg v1.5.0
3462026-07-10T19:35:24.489Z Downloaded proc-macro-error v1.0.4
3472026-07-10T19:35:24.492Z Downloaded anyhow v1.0.102
3482026-07-10T19:35:24.495Z Downloaded once_cell v1.21.3
3492026-07-10T19:35:24.498Z Downloaded thiserror-impl v2.0.18
3502026-07-10T19:35:24.498Z Downloaded serde_tokenstream v0.2.3
3512026-07-10T19:35:24.498Z Downloaded cargo_toml v0.21.0
3522026-07-10T19:35:24.501Z Downloaded quote v1.0.45
3532026-07-10T19:35:24.504Z Downloaded camino v1.2.2
3542026-07-10T19:35:24.504Z Downloaded scroll v0.12.0
3552026-07-10T19:35:24.507Z Downloaded pest_generator v2.8.6
3562026-07-10T19:35:24.511Z Downloaded usdt-impl v0.5.0
3572026-07-10T19:35:24.514Z Downloaded getrandom v0.4.1
3582026-07-10T19:35:24.514Z Downloaded clap v4.6.1
3592026-07-10T19:35:24.524Z Downloaded ucd-trie v0.1.7
3602026-07-10T19:35:24.527Z Downloaded semver v1.0.28
3612026-07-10T19:35:24.527Z Downloaded thiserror v1.0.69
3622026-07-10T19:35:24.532Z Downloaded toml v0.8.23
3632026-07-10T19:35:24.535Z Downloaded tempfile v3.25.0
3642026-07-10T19:35:24.538Z Downloaded log v0.4.29
3652026-07-10T19:35:24.541Z Downloaded pest_derive v2.8.6
3662026-07-10T19:35:24.541Z Downloaded unicode-ident v1.0.24
3672026-07-10T19:35:24.544Z Downloaded papergrid v0.11.0
3682026-07-10T19:35:24.547Z Downloaded serde_derive v1.0.228
3692026-07-10T19:35:24.556Z Downloaded proc-macro2 v1.0.106
3702026-07-10T19:35:24.558Z Downloaded serde_core v1.0.228
3712026-07-10T19:35:24.564Z Downloaded pest_meta v2.8.6
3722026-07-10T19:35:24.572Z Downloaded toml_edit v0.22.27
3732026-07-10T19:35:24.575Z Downloaded textwrap v0.16.2
3742026-07-10T19:35:24.580Z Downloaded memchr v2.8.0
3752026-07-10T19:35:24.587Z Downloaded indexmap v2.14.0
3762026-07-10T19:35:24.590Z Downloaded serde v1.0.228
3772026-07-10T19:35:24.596Z Downloaded typenum v1.20.1
3782026-07-10T19:35:24.622Z Downloaded pest v2.8.6
3792026-07-10T19:35:24.638Z Downloaded clap_builder v4.6.0
3802026-07-10T19:35:24.648Z Downloaded winnow v0.7.14
3812026-07-10T19:35:24.654Z Downloaded serde_json v1.0.150
3822026-07-10T19:35:24.658Z Downloaded goblin v0.8.2
3832026-07-10T19:35:24.671Z Downloaded tabled v0.15.0
3842026-07-10T19:35:24.682Z Downloaded syn v1.0.109
3852026-07-10T19:35:24.688Z Downloaded unicode-width v0.2.0
3862026-07-10T19:35:24.691Z Downloaded unicode-width v0.1.14
3872026-07-10T19:35:24.694Z Downloaded syn v2.0.117
3882026-07-10T19:35:24.708Z Downloaded rustix v1.1.3
3892026-07-10T19:35:24.719Z Downloaded libc v0.2.185
3902026-07-10T19:35:24.784Z Compiling proc-macro2 v1.0.106
3912026-07-10T19:35:24.784Z Compiling unicode-ident v1.0.24
3922026-07-10T19:35:24.784Z Compiling quote v1.0.45
3932026-07-10T19:35:24.787Z Compiling serde_core v1.0.228
3942026-07-10T19:35:24.787Z Compiling libc v0.2.185
3952026-07-10T19:35:24.787Z Compiling version_check v0.9.5
3962026-07-10T19:35:24.787Z Compiling memchr v2.8.0
3972026-07-10T19:35:24.787Z Compiling serde v1.0.228
3982026-07-10T19:35:25.097Z Compiling zmij v1.0.21
3992026-07-10T19:35:25.304Z Compiling thiserror v1.0.69
4002026-07-10T19:35:25.385Z Compiling itoa v1.0.17
4012026-07-10T19:35:25.562Z Compiling ucd-trie v0.1.7
4022026-07-10T19:35:25.744Z Compiling pest v2.8.6
4032026-07-10T19:35:25.792Z Compiling byteorder v1.5.0
4042026-07-10T19:35:25.824Z Compiling rustix v1.1.3
4052026-07-10T19:35:25.842Z Compiling errno v0.3.14
4062026-07-10T19:35:25.994Z Compiling serde_json v1.0.150
4072026-07-10T19:35:26.026Z Compiling bitflags v2.11.0
4082026-07-10T19:35:26.196Z Compiling syn v2.0.117
4092026-07-10T19:35:26.284Z Compiling thread-id v4.2.2
4102026-07-10T19:35:26.284Z Compiling usdt-impl v0.5.0
4112026-07-10T19:35:26.382Z Compiling proc-macro-error-attr v1.0.4
4122026-07-10T19:35:26.492Z Compiling syn v1.0.109
4132026-07-10T19:35:26.508Z Compiling camino v1.2.2
4142026-07-10T19:35:26.735Z Compiling proc-macro-error v1.0.4
4152026-07-10T19:35:26.815Z Compiling pest_meta v2.8.6
4162026-07-10T19:35:26.945Z Compiling getrandom v0.4.1
4172026-07-10T19:35:26.962Z Compiling equivalent v1.0.2
4182026-07-10T19:35:26.993Z Compiling utf8parse v0.2.2
4192026-07-10T19:35:27.051Z Compiling hashbrown v0.17.0
4202026-07-10T19:35:27.265Z Compiling plain v0.2.3
4212026-07-10T19:35:27.314Z Compiling log v0.4.29
4222026-07-10T19:35:27.403Z Compiling terminal_size v0.4.3
4232026-07-10T19:35:27.546Z Compiling indexmap v2.14.0
4242026-07-10T19:35:27.597Z Compiling anstyle-parse v1.0.0
4252026-07-10T19:35:28.122Z Compiling anstyle-query v1.1.5
4262026-07-10T19:35:28.143Z Compiling autocfg v1.5.0
4272026-07-10T19:35:28.161Z Compiling anstyle v1.0.14
4282026-07-10T19:35:28.238Z Compiling thiserror v2.0.18
4292026-07-10T19:35:28.298Z Compiling colorchoice v1.0.4
4302026-07-10T19:35:28.390Z Compiling pretty-hex v0.4.1
4312026-07-10T19:35:28.428Z Compiling pest_generator v2.8.6
4322026-07-10T19:35:28.445Z Compiling toml_write v0.1.2
4332026-07-10T19:35:28.512Z Compiling winnow v0.7.14
4342026-07-10T19:35:28.532Z Compiling is_terminal_polyfill v1.70.2
4352026-07-10T19:35:28.571Z Compiling cfg-if v1.0.4
4362026-07-10T19:35:28.647Z Compiling anstream v1.0.0
4372026-07-10T19:35:28.647Z Compiling fs-err v3.3.0
4382026-07-10T19:35:28.929Z Compiling once_cell v1.21.3
4392026-07-10T19:35:28.963Z Compiling unicode-width v0.1.14
4402026-07-10T19:35:29.005Z Compiling heck v0.4.1
4412026-07-10T19:35:29.138Z Compiling clap_lex v1.0.0
4422026-07-10T19:35:29.160Z Compiling fnv v1.0.7
4432026-07-10T19:35:29.213Z Compiling bytecount v0.6.9
4442026-07-10T19:35:29.245Z Compiling heck v0.5.0
4452026-07-10T19:35:29.245Z Compiling strsim v0.11.1
4462026-07-10T19:35:29.278Z Compiling anyhow v1.0.102
4472026-07-10T19:35:29.348Z Compiling fastrand v2.3.0
4482026-07-10T19:35:29.373Z Compiling papergrid v0.11.0
4492026-07-10T19:35:29.501Z Compiling clap_builder v4.6.0
4502026-07-10T19:35:29.595Z Compiling tempfile v3.25.0
4512026-07-10T19:35:29.706Z Compiling tabled_derive v0.7.0
4522026-07-10T19:35:29.736Z Compiling cargo-platform v0.3.2
4532026-07-10T19:35:29.830Z Compiling semver v1.0.28
4542026-07-10T19:35:30.020Z Compiling memmap v0.7.0
4552026-07-10T19:35:30.023Z Compiling smawk v0.3.2
4562026-07-10T19:35:30.069Z Compiling unicode-width v0.2.0
4572026-07-10T19:35:30.133Z Compiling serde_derive v1.0.228
4582026-07-10T19:35:30.162Z Compiling thiserror-impl v1.0.69
4592026-07-10T19:35:30.179Z Compiling zerocopy-derive v0.7.35
4602026-07-10T19:35:30.219Z Compiling pest_derive v2.8.6
4612026-07-10T19:35:30.345Z Compiling scroll_derive v0.12.1
4622026-07-10T19:35:30.656Z Compiling thiserror-impl v2.0.18
4632026-07-10T19:35:30.685Z Compiling clap_derive v4.6.1
4642026-07-10T19:35:30.826Z Compiling unicode-linebreak v0.1.5
4652026-07-10T19:35:31.035Z Compiling scroll v0.12.0
4662026-07-10T19:35:31.073Z Compiling zerocopy v0.7.35
4672026-07-10T19:35:31.091Z Compiling textwrap v0.16.2
4682026-07-10T19:35:31.310Z Compiling goblin v0.8.2
4692026-07-10T19:35:31.555Z Compiling dtrace-parser v0.2.0
4702026-07-10T19:35:31.575Z Compiling tabled v0.15.0
4712026-07-10T19:35:31.979Z Compiling camino-tempfile v1.4.1
4722026-07-10T19:35:32.212Z Compiling swrite v0.1.0
4732026-07-10T19:35:32.470Z Compiling clap v4.6.1
4742026-07-10T19:35:33.266Z Compiling toml_datetime v0.6.11
4752026-07-10T19:35:33.266Z Compiling serde_spanned v0.6.9
4762026-07-10T19:35:33.270Z Compiling macaddr v1.0.1
4772026-07-10T19:35:33.270Z Compiling cargo_metadata v0.23.1
4782026-07-10T19:35:33.270Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-07-10T19:35:33.349Z Compiling dof v0.3.0
4802026-07-10T19:35:33.366Z Compiling serde_tokenstream v0.2.3
4812026-07-10T19:35:33.502Z Compiling toml_edit v0.22.27
4822026-07-10T19:35:34.159Z Compiling usdt-macro v0.5.0
4832026-07-10T19:35:34.159Z Compiling usdt-attr-macro v0.5.0
4842026-07-10T19:35:34.754Z Compiling usdt v0.5.0
4852026-07-10T19:35:34.886Z Compiling toml v0.8.23
4862026-07-10T19:35:35.228Z Compiling cargo_toml v0.21.0
4872026-07-10T19:35:36.486Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882026-07-10T19:35:38.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.72s
4892026-07-10T19:35:38.674Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4902026-07-10T19:35:39.184Z Downloading crates ...
4912026-07-10T19:35:39.276Z Downloaded array-init v0.0.4
4922026-07-10T19:35:39.279Z Downloaded adler2 v2.0.1
4932026-07-10T19:35:39.282Z Downloaded chacha20 v0.10.0
4942026-07-10T19:35:39.286Z Downloaded aead v0.6.1
4952026-07-10T19:35:39.289Z Downloaded async-stream-impl v0.3.6
4962026-07-10T19:35:39.289Z Downloaded atty v0.2.14
4972026-07-10T19:35:39.292Z Downloaded bb8 v0.8.6
4982026-07-10T19:35:39.292Z Downloaded atomicwrites v0.4.4
4992026-07-10T19:35:39.292Z Downloaded arrayref v0.3.9
5002026-07-10T19:35:39.295Z Downloaded anstream v0.6.21
5012026-07-10T19:35:39.295Z Downloaded base16ct v1.0.0
5022026-07-10T19:35:39.298Z Downloaded bitfield-struct v0.6.2
5032026-07-10T19:35:39.298Z Downloaded base16ct v0.2.0
5042026-07-10T19:35:39.298Z Downloaded ahash v0.8.12
5052026-07-10T19:35:39.301Z Downloaded convert_case v0.10.0
5062026-07-10T19:35:39.304Z Downloaded defmt v1.0.1
5072026-07-10T19:35:39.307Z Downloaded bitfield v0.19.4
5082026-07-10T19:35:39.307Z Downloaded defmt-parser v1.0.0
5092026-07-10T19:35:39.307Z Downloaded base64ct v1.8.3
5102026-07-10T19:35:39.311Z Downloaded allocator-api2 v0.2.21
5112026-07-10T19:35:39.311Z Downloaded dtrace-parser v0.3.0
5122026-07-10T19:35:39.313Z Downloaded darling_core v0.13.4
5132026-07-10T19:35:39.316Z Downloaded dof v0.4.0
5142026-07-10T19:35:39.316Z Downloaded data-encoding v2.10.0
5152026-07-10T19:35:39.316Z Downloaded async-trait v0.1.89
5162026-07-10T19:35:39.319Z Downloaded drift v0.2.0
5172026-07-10T19:35:39.325Z Downloaded darling v0.13.4
5182026-07-10T19:35:39.328Z Downloaded daft v0.1.7
5192026-07-10T19:35:39.328Z Downloaded crc8 v0.1.1
5202026-07-10T19:35:39.328Z Downloaded cookie_store v0.22.1
5212026-07-10T19:35:39.331Z Downloaded crc v3.4.0
5222026-07-10T19:35:39.331Z Downloaded bcrypt-pbkdf v0.11.0
5232026-07-10T19:35:39.334Z Downloaded crossterm v0.29.0
5242026-07-10T19:35:39.337Z Downloaded document-features v0.2.12
5252026-07-10T19:35:39.337Z Downloaded crossbeam-deque v0.8.6
5262026-07-10T19:35:39.339Z Downloaded cpufeatures v0.3.0
5272026-07-10T19:35:39.339Z Downloaded critical-section v1.2.0
5282026-07-10T19:35:39.342Z Downloaded crc-catalog v2.4.0
5292026-07-10T19:35:39.342Z Downloaded bitflags v1.3.2
5302026-07-10T19:35:39.345Z Downloaded darling_macro v0.23.0
5312026-07-10T19:35:39.345Z Downloaded darling_macro v0.20.11
5322026-07-10T19:35:39.345Z Downloaded darling_macro v0.13.4
5332026-07-10T19:35:39.345Z Downloaded crucible-workspace-hack v0.1.0
5342026-07-10T19:35:39.348Z Downloaded bit-vec v0.6.3
5352026-07-10T19:35:39.348Z Downloaded cookie v0.18.1
5362026-07-10T19:35:39.351Z Downloaded cpubits v0.1.1
5372026-07-10T19:35:39.351Z Downloaded blake2 v0.10.6
5382026-07-10T19:35:39.351Z Downloaded atomic-waker v1.1.2
5392026-07-10T19:35:39.354Z Downloaded ascii-canvas v3.0.0
5402026-07-10T19:35:39.354Z Downloaded bit-set v0.5.3
5412026-07-10T19:35:39.354Z Downloaded ciborium-io v0.2.2
5422026-07-10T19:35:39.354Z Downloaded async-stream v0.3.6
5432026-07-10T19:35:39.357Z Downloaded csv-core v0.1.13
5442026-07-10T19:35:39.357Z Downloaded crunchy v0.2.4
5452026-07-10T19:35:39.360Z Downloaded assert_matches v1.5.0
5462026-07-10T19:35:39.360Z Downloaded backoff v0.4.0
5472026-07-10T19:35:39.360Z Downloaded darling_macro v0.21.3
5482026-07-10T19:35:39.364Z Downloaded async-recursion v1.1.1
5492026-07-10T19:35:39.364Z Downloaded compression-core v0.4.31
5502026-07-10T19:35:39.366Z Downloaded bcs v0.1.6
5512026-07-10T19:35:39.366Z Downloaded crossbeam-epoch v0.9.18
5522026-07-10T19:35:39.369Z Downloaded async-bb8-diesel v0.2.1
5532026-07-10T19:35:39.369Z Downloaded deranged v0.5.8
5542026-07-10T19:35:39.372Z Downloaded argon2 v0.6.0-rc.8
5552026-07-10T19:35:39.372Z Downloaded arrayvec v0.7.6
5562026-07-10T19:35:39.375Z Downloaded embedded-io v0.4.0
5572026-07-10T19:35:39.375Z Downloaded ciborium-ll v0.2.2
5582026-07-10T19:35:39.378Z Downloaded defmt v0.3.100
5592026-07-10T19:35:39.381Z Downloaded embedded-io v0.6.1
5602026-07-10T19:35:39.381Z Downloaded cfg_aliases v0.1.1
5612026-07-10T19:35:39.384Z Downloaded cstr-argument v0.1.2
5622026-07-10T19:35:39.384Z Downloaded crypto-common v0.2.2
5632026-07-10T19:35:39.384Z Downloaded block-padding v0.4.2
5642026-07-10T19:35:39.387Z Downloaded downcast-rs v2.0.2
5652026-07-10T19:35:39.387Z Downloaded block-buffer v0.12.1
5662026-07-10T19:35:39.387Z Downloaded castaway v0.2.4
5672026-07-10T19:35:39.390Z Downloaded daft-derive v0.1.7
5682026-07-10T19:35:39.393Z Downloaded buf-list v1.1.2
5692026-07-10T19:35:39.396Z Downloaded darling v0.21.3
5702026-07-10T19:35:39.399Z Downloaded crossbeam-utils v0.8.21
5712026-07-10T19:35:39.399Z Downloaded bit-set v0.8.0
5722026-07-10T19:35:39.402Z Downloaded debug-ignore v1.0.5
5732026-07-10T19:35:39.405Z Downloaded dyn-clone v1.0.20
5742026-07-10T19:35:39.405Z Downloaded cobs v0.3.0
5752026-07-10T19:35:39.408Z Downloaded dunce v1.0.5
5762026-07-10T19:35:39.411Z Downloaded endian-type v0.1.2
5772026-07-10T19:35:39.411Z Downloaded dirs-sys-next v0.1.2
5782026-07-10T19:35:39.411Z Downloaded diesel_table_macro_syntax v0.3.0
5792026-07-10T19:35:39.414Z Downloaded convert_case v0.4.0
5802026-07-10T19:35:39.414Z Downloaded display-error-chain v0.2.2
5812026-07-10T19:35:39.417Z Downloaded env_filter v1.0.0
5822026-07-10T19:35:39.417Z Downloaded flagset v0.4.7
5832026-07-10T19:35:39.420Z Downloaded dsl_auto_type v0.2.0
5842026-07-10T19:35:39.420Z Downloaded enum-as-inner v0.6.1
5852026-07-10T19:35:39.423Z Downloaded dropshot-api-manager-types v0.7.2
5862026-07-10T19:35:39.423Z Downloaded difflib v0.4.0
5872026-07-10T19:35:39.423Z Downloaded derive_builder_macro v0.20.2
5882026-07-10T19:35:39.426Z Downloaded dirs-next v2.0.0
5892026-07-10T19:35:39.429Z Downloaded curve25519-dalek-derive v0.1.1
5902026-07-10T19:35:39.429Z Downloaded float-ord v0.3.2
5912026-07-10T19:35:39.432Z Downloaded cmov v0.5.4
5922026-07-10T19:35:39.432Z Downloaded foreign-types-macros v0.2.3
5932026-07-10T19:35:39.432Z Downloaded fixedbitset v0.4.2
5942026-07-10T19:35:39.435Z Downloaded cipher v0.5.2
5952026-07-10T19:35:39.435Z Downloaded foreign-types v0.3.2
5962026-07-10T19:35:39.438Z Downloaded cipher v0.4.4
5972026-07-10T19:35:39.438Z Downloaded byte-wrapper v0.1.0
5982026-07-10T19:35:39.441Z Downloaded digest v0.11.3
5992026-07-10T19:35:39.441Z Downloaded defmt-macros v1.0.1
6002026-07-10T19:35:39.444Z Downloaded funty v2.0.0
6012026-07-10T19:35:39.444Z Downloaded foreign-types-shared v0.1.1
6022026-07-10T19:35:39.444Z Downloaded futures-sink v0.3.32
6032026-07-10T19:35:39.444Z Downloaded futures-macro v0.3.32
6042026-07-10T19:35:39.447Z Downloaded form_urlencoded v1.2.2
6052026-07-10T19:35:39.447Z Downloaded foreign-types-shared v0.3.1
6062026-07-10T19:35:39.447Z Downloaded foreign-types v0.5.0
6072026-07-10T19:35:39.447Z Downloaded float-cmp v0.10.0
6082026-07-10T19:35:39.450Z Downloaded ecdsa v0.16.9
6092026-07-10T19:35:39.450Z Downloaded ctr v0.10.1
6102026-07-10T19:35:39.453Z Downloaded darling v0.20.11
6112026-07-10T19:35:39.456Z Downloaded anstyle-parse v0.2.7
6122026-07-10T19:35:39.456Z Downloaded aead v0.5.2
6132026-07-10T19:35:39.456Z Downloaded crc32fast v1.5.0
6142026-07-10T19:35:39.459Z Downloaded cfg_aliases v0.2.1
6152026-07-10T19:35:39.459Z Downloaded ghash v0.6.0
6162026-07-10T19:35:39.459Z Downloaded gethostname v0.5.0
6172026-07-10T19:35:39.462Z Downloaded fxhash v0.2.1
6182026-07-10T19:35:39.462Z Downloaded futures-task v0.3.32
6192026-07-10T19:35:39.462Z Downloaded futures-io v0.3.32
6202026-07-10T19:35:39.465Z Downloaded chacha20 v0.9.1
6212026-07-10T19:35:39.465Z Downloaded git-stub v1.0.0
6222026-07-10T19:35:39.465Z Downloaded globwalk v0.9.1
6232026-07-10T19:35:39.468Z Downloaded camino-tempfile-ext v0.3.3
6242026-07-10T19:35:39.468Z Downloaded cassowary v0.3.0
6252026-07-10T19:35:39.468Z Downloaded constant_time_eq v0.4.2
6262026-07-10T19:35:39.470Z Downloaded cbc v0.2.1
6272026-07-10T19:35:39.470Z Downloaded blowfish v0.10.0
6282026-07-10T19:35:39.473Z Downloaded bit-vec v0.8.0
6292026-07-10T19:35:39.473Z Downloaded corncobs v0.1.4
6302026-07-10T19:35:39.473Z Downloaded ctutils v0.4.2
6312026-07-10T19:35:39.476Z Downloaded ena v0.14.4
6322026-07-10T19:35:39.476Z Downloaded bitfield-macros v0.19.4
6332026-07-10T19:35:39.479Z Downloaded find-msvc-tools v0.1.9
6342026-07-10T19:35:39.479Z Downloaded compression-codecs v0.4.37
6352026-07-10T19:35:39.482Z Downloaded enum_dispatch v0.3.13
6362026-07-10T19:35:39.485Z Downloaded ed25519 v2.2.3
6372026-07-10T19:35:39.488Z Downloaded hash32 v0.3.1
6382026-07-10T19:35:39.488Z Downloaded ff v0.14.0
6392026-07-10T19:35:39.488Z Downloaded displaydoc v0.2.5
6402026-07-10T19:35:39.491Z Downloaded ciborium v0.2.2
6412026-07-10T19:35:39.494Z Downloaded fixedbitset v0.5.7
6422026-07-10T19:35:39.494Z Downloaded filetime v0.2.27
6432026-07-10T19:35:39.497Z Downloaded derive-ex v0.1.8
6442026-07-10T19:35:39.497Z Downloaded console v0.16.2
6452026-07-10T19:35:39.497Z Downloaded hex-literal v1.1.0
6462026-07-10T19:35:39.500Z Downloaded hex v0.4.3
6472026-07-10T19:35:39.500Z Downloaded headers-core v0.3.0
6482026-07-10T19:35:39.500Z Downloaded foldhash v0.1.5
6492026-07-10T19:35:39.500Z Downloaded fallible-iterator v0.2.0
6502026-07-10T19:35:39.503Z Downloaded either v1.15.0
6512026-07-10T19:35:39.503Z Downloaded clang-sys v1.8.1
6522026-07-10T19:35:39.506Z Downloaded futures-executor v0.3.32
6532026-07-10T19:35:39.506Z Downloaded futures-core v0.3.32
6542026-07-10T19:35:39.506Z Downloaded foldhash v0.2.0
6552026-07-10T19:35:39.509Z Downloaded erased-serde v0.3.31
6562026-07-10T19:35:39.509Z Downloaded http-body v1.0.1
6572026-07-10T19:35:39.509Z Downloaded hostname v0.3.1
6582026-07-10T19:35:39.512Z Downloaded env_logger v0.11.9
6592026-07-10T19:35:39.512Z Downloaded der_derive v0.7.3
6602026-07-10T19:35:39.515Z Downloaded home v0.5.12
6612026-07-10T19:35:39.515Z Downloaded colored v3.1.1
6622026-07-10T19:35:39.518Z Downloaded const-oid v0.9.6
6632026-07-10T19:35:39.518Z Downloaded hostname v0.4.2
6642026-07-10T19:35:39.520Z Downloaded httpdate v1.0.3
6652026-07-10T19:35:39.520Z Downloaded glob v0.3.3
6662026-07-10T19:35:39.521Z Downloaded git-stub-vcs v0.1.0
6672026-07-10T19:35:39.523Z Downloaded hyper-tls v0.6.0
6682026-07-10T19:35:39.524Z Downloaded fs_extra v1.3.0
6692026-07-10T19:35:39.524Z Downloaded argon2 v0.5.3
6702026-07-10T19:35:39.526Z Downloaded fs-err v2.11.0
6712026-07-10T19:35:39.526Z Downloaded hash32 v0.2.1
6722026-07-10T19:35:39.529Z Downloaded globset v0.4.18
6732026-07-10T19:35:39.529Z Downloaded colored v2.2.0
6742026-07-10T19:35:39.532Z Downloaded group v0.14.0
6752026-07-10T19:35:39.532Z Downloaded hubpack_derive v0.1.1
6762026-07-10T19:35:39.532Z Downloaded arc-swap v1.8.2
6772026-07-10T19:35:39.535Z Downloaded cancel-safe-futures v0.1.5
6782026-07-10T19:35:39.538Z Downloaded bzip2 v0.6.1
6792026-07-10T19:35:39.538Z Downloaded fd-lock v4.0.4
6802026-07-10T19:35:39.542Z Downloaded indent_write v2.2.0
6812026-07-10T19:35:39.542Z Downloaded console v0.15.11
6822026-07-10T19:35:39.545Z Downloaded cmake v0.1.57
6832026-07-10T19:35:39.545Z Downloaded ed25519 v3.0.0
6842026-07-10T19:35:39.545Z Downloaded illumos-nvpair-sys v0.2.0
6852026-07-10T19:35:39.556Z Downloaded idna_adapter v1.2.1
6862026-07-10T19:35:39.556Z Downloaded ff v0.13.1
6872026-07-10T19:35:39.556Z Downloaded hubpack v0.1.2
6882026-07-10T19:35:39.556Z Downloaded group v0.13.0
6892026-07-10T19:35:39.556Z Downloaded const_format_proc_macros v0.2.34
6902026-07-10T19:35:39.556Z Downloaded delegate v0.13.5
6912026-07-10T19:35:39.556Z Downloaded illumos-nvpair v0.3.0
6922026-07-10T19:35:39.556Z Downloaded ecdsa v0.17.0-rc.18
6932026-07-10T19:35:39.556Z Downloaded derive_builder v0.20.2
6942026-07-10T19:35:39.560Z Downloaded indoc v1.0.9
6952026-07-10T19:35:39.560Z Downloaded blake2 v0.11.0-rc.6
6962026-07-10T19:35:39.560Z Downloaded ar_archive_writer v0.5.1
6972026-07-10T19:35:39.563Z Downloaded bzip2 v0.4.4
6982026-07-10T19:35:39.563Z Downloaded backon v1.6.0
6992026-07-10T19:35:39.566Z Downloaded instant v0.1.13
7002026-07-10T19:35:39.566Z Downloaded elliptic-curve v0.14.0-rc.33
7012026-07-10T19:35:39.569Z Downloaded instability v0.3.11
7022026-07-10T19:35:39.572Z Downloaded base64 v0.21.7
7032026-07-10T19:35:39.572Z Downloaded is-terminal v0.4.17
7042026-07-10T19:35:39.574Z Downloaded is_ci v1.2.0
7052026-07-10T19:35:39.574Z Downloaded inout v0.2.2
7062026-07-10T19:35:39.574Z Downloaded inout v0.1.4
7072026-07-10T19:35:39.577Z Downloaded cexpr v0.6.0
7082026-07-10T19:35:39.577Z Downloaded diesel-dtrace v0.5.0
7092026-07-10T19:35:39.577Z Downloaded const-oid v0.10.2
7102026-07-10T19:35:39.580Z Downloaded http-body-util v0.1.3
7112026-07-10T19:35:39.580Z Downloaded highway v1.3.0
7122026-07-10T19:35:39.583Z Downloaded derive_builder_core v0.20.2
7132026-07-10T19:35:39.583Z Downloaded kstat-rs v0.2.4
7142026-07-10T19:35:39.586Z Downloaded hyper-staticfile v0.10.1
7152026-07-10T19:35:39.586Z Downloaded lazy_static v1.5.0
7162026-07-10T19:35:39.589Z Downloaded futures-channel v0.3.32
7172026-07-10T19:35:39.589Z Downloaded crossbeam-channel v0.5.15
7182026-07-10T19:35:39.592Z Downloaded lalrpop-util v0.19.12
7192026-07-10T19:35:39.592Z Downloaded linked-hash-map v0.5.6
7202026-07-10T19:35:39.592Z Downloaded kem v0.3.0
7212026-07-10T19:35:39.597Z Downloaded half v1.8.3
7222026-07-10T19:35:39.597Z Downloaded getrandom v0.2.17
7232026-07-10T19:35:39.600Z Downloaded derive_more v2.1.1
7242026-07-10T19:35:39.602Z Downloaded ident_case v1.0.1
7252026-07-10T19:35:39.605Z Downloaded keccak v0.1.6
7262026-07-10T19:35:39.605Z Downloaded lru-cache v0.1.2
7272026-07-10T19:35:39.608Z Downloaded lzss v0.8.2
7282026-07-10T19:35:39.608Z Downloaded lru v0.12.5
7292026-07-10T19:35:39.611Z Downloaded libscf-sys v1.1.0
7302026-07-10T19:35:39.611Z Downloaded lru-slab v0.1.2
7312026-07-10T19:35:39.613Z Downloaded des v0.9.0
7322026-07-10T19:35:39.616Z Downloaded compact_str v0.8.1
7332026-07-10T19:35:39.619Z Downloaded match_cfg v0.1.0
7342026-07-10T19:35:39.623Z Downloaded elliptic-curve v0.13.8
7352026-07-10T19:35:39.623Z Downloaded derive-where v1.6.0
7362026-07-10T19:35:39.626Z Downloaded fatfs v0.3.6
7372026-07-10T19:35:39.626Z Downloaded ingot-types v0.1.2
7382026-07-10T19:35:39.629Z Downloaded impl-trait-for-tuples v0.2.3
7392026-07-10T19:35:39.629Z Downloaded diff v0.1.13
7402026-07-10T19:35:39.632Z Downloaded bytes v1.11.1
7412026-07-10T19:35:39.635Z Downloaded new_debug_unreachable v1.0.6
7422026-07-10T19:35:39.635Z Downloaded darling_core v0.23.0
7432026-07-10T19:35:39.638Z Downloaded newtype_derive v0.1.6
7442026-07-10T19:35:39.638Z Downloaded internet-checksum v0.2.1
7452026-07-10T19:35:39.641Z Downloaded hmac v0.13.0
7462026-07-10T19:35:39.641Z Downloaded newtype-uuid-macros v0.1.0
7472026-07-10T19:35:39.644Z Downloaded newline-converter v0.3.0
7482026-07-10T19:35:39.644Z Downloaded ipnetwork v0.21.1
7492026-07-10T19:35:39.644Z Downloaded httparse v1.10.1
7502026-07-10T19:35:39.646Z Downloaded http-range v0.1.5
7512026-07-10T19:35:39.646Z Downloaded iana-time-zone v0.1.65
7522026-07-10T19:35:39.649Z Downloaded hybrid-array v0.4.13
7532026-07-10T19:35:39.649Z Downloaded darling_core v0.21.3
7542026-07-10T19:35:39.652Z Downloaded nibble_vec v0.1.0
7552026-07-10T19:35:39.655Z Downloaded nodrop v0.1.14
7562026-07-10T19:35:39.655Z Downloaded hmac v0.12.1
7572026-07-10T19:35:39.655Z Downloaded num-conv v0.2.0
7582026-07-10T19:35:39.658Z Downloaded normalize-line-endings v0.3.0
7592026-07-10T19:35:39.658Z Downloaded darling_core v0.20.11
7602026-07-10T19:35:39.661Z Downloaded num v0.4.3
7612026-07-10T19:35:39.661Z Downloaded futures v0.3.32
7622026-07-10T19:35:39.664Z Downloaded libsw-core v0.3.2
7632026-07-10T19:35:39.664Z Downloaded chacha20poly1305 v0.10.1
7642026-07-10T19:35:39.667Z Downloaded humantime v2.3.0
7652026-07-10T19:35:39.667Z Downloaded getrandom v0.3.4
7662026-07-10T19:35:39.670Z Downloaded generic-array v1.4.3
7672026-07-10T19:35:39.673Z Downloaded hyper-rustls v0.27.7
7682026-07-10T19:35:39.673Z Downloaded managed v0.8.0
7692026-07-10T19:35:39.676Z Downloaded ed25519-dalek v2.2.0
7702026-07-10T19:35:39.676Z Downloaded linear-map v1.2.0
7712026-07-10T19:35:39.681Z Downloaded num-derive v0.3.3
7722026-07-10T19:35:39.681Z Downloaded num_enum_derive v0.5.11
7732026-07-10T19:35:39.681Z Downloaded num_threads v0.1.7
7742026-07-10T19:35:39.684Z Downloaded num-iter v0.1.45
7752026-07-10T19:35:39.684Z Downloaded num-derive v0.4.2
7762026-07-10T19:35:39.684Z Downloaded libsw v3.5.0
7772026-07-10T19:35:39.684Z Downloaded libloading v0.8.9
7782026-07-10T19:35:39.684Z Downloaded libefi-sys v0.1.0
7792026-07-10T19:35:39.687Z Downloaded lock_api v0.4.14
7802026-07-10T19:35:39.687Z Downloaded dropshot_endpoint v0.17.1
7812026-07-10T19:35:39.690Z Downloaded ingot v0.1.1
7822026-07-10T19:35:39.690Z Downloaded crc-any v2.5.0
7832026-07-10T19:35:39.693Z Downloaded derive_more v0.99.20
7842026-07-10T19:35:39.696Z Downloaded multimap v0.10.1
7852026-07-10T19:35:39.696Z Downloaded indoc v2.0.7
7862026-07-10T19:35:39.699Z Downloaded module-lattice v0.2.3
7872026-07-10T19:35:39.699Z Downloaded mime_guess v2.0.5
7882026-07-10T19:35:39.699Z Downloaded opaque-debug v0.3.1
7892026-07-10T19:35:39.702Z Downloaded ingot-macros v0.1.1
7902026-07-10T19:35:39.703Z Downloaded mime v0.3.17
7912026-07-10T19:35:39.703Z Downloaded openssl-probe v0.2.1
7922026-07-10T19:35:39.703Z Downloaded openssl-probe v0.1.6
7932026-07-10T19:35:39.705Z Downloaded olpc-cjson v0.1.4
7942026-07-10T19:35:39.705Z Downloaded memoffset v0.9.1
7952026-07-10T19:35:39.705Z Downloaded md5 v0.8.0
7962026-07-10T19:35:39.708Z Downloaded md-5 v0.10.6
7972026-07-10T19:35:39.708Z Downloaded maybe-uninit v2.0.0
7982026-07-10T19:35:39.708Z Downloaded maplit v1.0.2
7992026-07-10T19:35:39.711Z Downloaded newtype-uuid v1.3.2
8002026-07-10T19:35:39.711Z Downloaded openssl-macros v0.1.1
8012026-07-10T19:35:39.711Z Downloaded multer v3.1.0
8022026-07-10T19:35:39.714Z Downloaded darling v0.23.0
8032026-07-10T19:35:39.717Z Downloaded oso-derive v0.27.3
8042026-07-10T19:35:39.717Z Downloaded jobserver v0.1.34
8052026-07-10T19:35:39.720Z Downloaded ipnet v2.11.0
8062026-07-10T19:35:39.720Z Downloaded nu-ansi-term v0.50.3
8072026-07-10T19:35:39.720Z Downloaded base64 v0.22.1
8082026-07-10T19:35:39.723Z Downloaded nonempty v0.12.0
8092026-07-10T19:35:39.726Z Downloaded nanorand v0.7.0
8102026-07-10T19:35:39.726Z Downloaded keccak v0.2.0
8112026-07-10T19:35:39.728Z Downloaded packed_struct_codegen v0.10.1
8122026-07-10T19:35:39.731Z Downloaded parse-display v0.10.0
8132026-07-10T19:35:39.731Z Downloaded const_format v0.2.35
8142026-07-10T19:35:39.734Z Downloaded num-complex v0.4.6
8152026-07-10T19:35:39.737Z Downloaded num-integer v0.1.46
8162026-07-10T19:35:39.740Z Downloaded bumpalo v3.20.2
8172026-07-10T19:35:39.743Z Downloaded icu_provider v2.1.1
8182026-07-10T19:35:39.756Z Downloaded peg-runtime v0.8.5
8192026-07-10T19:35:39.759Z Downloaded path-slash v0.1.5
8202026-07-10T19:35:39.759Z Downloaded password-hash v0.6.1
8212026-07-10T19:35:39.759Z Downloaded parse-size v1.1.0
8222026-07-10T19:35:39.759Z Downloaded num_enum_derive v0.7.6
8232026-07-10T19:35:39.762Z Downloaded num_enum v0.7.6
8242026-07-10T19:35:39.765Z Downloaded phf_shared v0.13.1
8252026-07-10T19:35:39.765Z Downloaded phf_shared v0.11.3
8262026-07-10T19:35:39.765Z Downloaded indexmap v1.9.3
8272026-07-10T19:35:39.768Z Downloaded heapless v0.7.17
8282026-07-10T19:35:39.770Z Downloaded flume v0.11.1
8292026-07-10T19:35:39.773Z Downloaded phf_shared v0.12.1
8302026-07-10T19:35:39.773Z Downloaded der v0.7.10
8312026-07-10T19:35:39.776Z Downloaded num_enum v0.5.11
8322026-07-10T19:35:39.779Z Downloaded flate2 v1.1.9
8332026-07-10T19:35:39.782Z Downloaded async-compression v0.4.41
8342026-07-10T19:35:39.785Z Downloaded native-tls v0.2.18
8352026-07-10T19:35:39.788Z Downloaded cc v1.2.56
8362026-07-10T19:35:39.788Z Downloaded derive_more-impl v2.1.1
8372026-07-10T19:35:39.792Z Downloaded predicates-tree v1.0.13
8382026-07-10T19:35:39.795Z Downloaded bindgen v0.71.1
8392026-07-10T19:35:39.798Z Downloaded potential_utf v0.1.4
8402026-07-10T19:35:39.798Z Downloaded predicates-core v1.0.10
8412026-07-10T19:35:39.798Z Downloaded powerfmt v0.2.0
8422026-07-10T19:35:39.801Z Downloaded owo-colors v4.3.0
8432026-07-10T19:35:39.801Z Downloaded precomputed-hash v0.1.1
8442026-07-10T19:35:39.801Z Downloaded packed_struct v0.10.1
8452026-07-10T19:35:39.804Z Downloaded num-rational v0.4.2
8462026-07-10T19:35:39.804Z Downloaded memmap2 v0.9.10
8472026-07-10T19:35:39.804Z Downloaded oxide-tokio-rt v0.1.4
8482026-07-10T19:35:39.807Z Downloaded oxnet v0.1.6
8492026-07-10T19:35:39.807Z Downloaded icu_properties v2.1.2
8502026-07-10T19:35:39.810Z Downloaded expectorate v1.2.0
8512026-07-10T19:35:39.810Z Downloaded litrs v1.0.0
8522026-07-10T19:35:39.812Z Downloaded proc-macro-error-attr2 v2.0.0
8532026-07-10T19:35:39.812Z Downloaded icu_normalizer v2.1.1
8542026-07-10T19:35:39.815Z Downloaded heapless v0.8.0
8552026-07-10T19:35:39.818Z Downloaded icu_locale_core v2.1.1
8562026-07-10T19:35:39.821Z Downloaded progenitor-macro v0.14.0
8572026-07-10T19:35:39.821Z Downloaded progenitor-client v0.14.0
8582026-07-10T19:35:39.824Z Downloaded progenitor-macro v0.13.0
8592026-07-10T19:35:39.824Z Downloaded psl-types v2.0.11
8602026-07-10T19:35:39.824Z Downloaded percent-encoding v2.3.2
8612026-07-10T19:35:39.827Z Downloaded pem-rfc7468 v0.7.0
8622026-07-10T19:35:39.827Z Downloaded phf v0.13.1
8632026-07-10T19:35:39.827Z Downloaded phf v0.12.1
8642026-07-10T19:35:39.830Z Downloaded crypto-bigint v0.5.5
8652026-07-10T19:35:39.832Z Downloaded peg v0.8.5
8662026-07-10T19:35:39.835Z Downloaded quick-error v1.2.3
8672026-07-10T19:35:39.835Z Downloaded ed25519-dalek v3.0.0-rc.0
8682026-07-10T19:35:39.839Z Downloaded ml-kem v0.3.2
8692026-07-10T19:35:39.841Z Downloaded pin-project-lite v0.2.17
8702026-07-10T19:35:39.842Z Downloaded pin-project-internal v1.1.11
8712026-07-10T19:35:39.844Z Downloaded pkcs8 v0.10.2
8722026-07-10T19:35:39.845Z Downloaded aes v0.9.1
8732026-07-10T19:35:39.848Z Downloaded phc v0.6.1
8742026-07-10T19:35:39.851Z Downloaded pem-rfc7468 v1.0.0
8752026-07-10T19:35:39.851Z Downloaded pkg-config v0.3.32
8762026-07-10T19:35:39.851Z Downloaded pem v3.0.6
8772026-07-10T19:35:39.854Z Downloaded peg-macros v0.8.5
8782026-07-10T19:35:39.854Z Downloaded polyval v0.7.1
8792026-07-10T19:35:39.854Z Downloaded paste v1.0.15
8802026-07-10T19:35:39.858Z Downloaded parking_lot v0.11.2
8812026-07-10T19:35:39.858Z Downloaded rand_xorshift v0.4.0
8822026-07-10T19:35:39.861Z Downloaded radium v0.7.0
8832026-07-10T19:35:39.861Z Downloaded postgres-protocol v0.6.10
8842026-07-10T19:35:39.861Z Downloaded password-hash v0.5.0
8852026-07-10T19:35:39.864Z Downloaded recursive-proc-macro-impl v0.1.1
8862026-07-10T19:35:39.864Z Downloaded hickory-resolver v0.24.4
8872026-07-10T19:35:39.867Z Downloaded parse-display-derive v0.10.0
8882026-07-10T19:35:39.867Z Downloaded primefield v0.14.0
8892026-07-10T19:35:39.871Z Downloaded libbz2-rs-sys v0.2.2
8902026-07-10T19:35:39.871Z Downloaded parking_lot v0.12.5
8912026-07-10T19:35:39.874Z Downloaded ppv-lite86 v0.2.21
8922026-07-10T19:35:39.874Z Downloaded icu_collections v2.1.1
8932026-07-10T19:35:39.876Z Downloaded ref-cast v1.0.25
8942026-07-10T19:35:39.876Z Downloaded rand_chacha v0.3.1
8952026-07-10T19:35:39.879Z Downloaded progenitor-client v0.13.0
8962026-07-10T19:35:39.879Z Downloaded proc-macro-crate v1.3.1
8972026-07-10T19:35:39.879Z Downloaded recursive v0.1.1
8982026-07-10T19:35:39.882Z Downloaded proc-macro-error2 v2.0.1
8992026-07-10T19:35:39.882Z Downloaded pbkdf2 v0.13.0
9002026-07-10T19:35:39.885Z Downloaded parking_lot_core v0.9.12
9012026-07-10T19:35:39.885Z Downloaded progenitor v0.14.0
9022026-07-10T19:35:39.888Z Downloaded hashbrown v0.13.2
9032026-07-10T19:35:39.888Z Downloaded ref-cast-impl v1.0.25
9042026-07-10T19:35:39.891Z Downloaded psm v0.1.30
9052026-07-10T19:35:39.891Z Downloaded hickory-resolver v0.25.2
9062026-07-10T19:35:39.894Z Downloaded progenitor-extras v0.2.0
9072026-07-10T19:35:39.894Z Downloaded num-traits v0.2.19
9082026-07-10T19:35:39.897Z Downloaded icu_normalizer_data v2.1.1
9092026-07-10T19:35:39.900Z Downloaded primeorder v0.14.0-rc.10
9102026-07-10T19:35:39.900Z Downloaded r2d2 v0.8.10
9112026-07-10T19:35:39.900Z Downloaded primeorder v0.13.6
9122026-07-10T19:35:39.903Z Downloaded indicatif v0.18.4
9132026-07-10T19:35:39.903Z Downloaded rfc6979 v0.5.0
9142026-07-10T19:35:39.906Z Downloaded rfc6979 v0.4.0
9152026-07-10T19:35:39.906Z Downloaded pkcs1 v0.8.0-rc.4
9162026-07-10T19:35:39.909Z Downloaded parking_lot_core v0.8.6
9172026-07-10T19:35:39.909Z Downloaded omicron-zone-package v0.12.3
9182026-07-10T19:35:39.912Z Downloaded pkcs8 v0.11.0
9192026-07-10T19:35:39.912Z Downloaded jiff-static v0.2.21
9202026-07-10T19:35:39.915Z Downloaded hickory-server v0.25.2
9212026-07-10T19:35:39.918Z Downloaded postcard v1.1.3
9222026-07-10T19:35:39.918Z Downloaded poly1305 v0.9.0
9232026-07-10T19:35:39.921Z Downloaded predicates v3.1.4
9242026-07-10T19:35:39.921Z Downloaded rustc_version v0.1.7
9252026-07-10T19:35:39.924Z Downloaded rustc-hash v2.1.1
9262026-07-10T19:35:39.924Z Downloaded poly1305 v0.8.0
9272026-07-10T19:35:39.927Z Downloaded rustc_version v0.4.1
9282026-07-10T19:35:39.927Z Downloaded russh-util v0.52.0
9292026-07-10T19:35:39.927Z Downloaded russh-cryptovec v0.61.0
9302026-07-10T19:35:39.927Z Downloaded crossterm v0.28.1
9312026-07-10T19:35:39.930Z Downloaded scheduled-thread-pool v0.2.7
9322026-07-10T19:35:39.933Z Downloaded rand_seeder v0.4.0
9332026-07-10T19:35:39.933Z Downloaded rand_chacha v0.9.0
9342026-07-10T19:35:39.936Z Downloaded postgres-types v0.2.12
9352026-07-10T19:35:39.936Z Downloaded oso v0.27.3
9362026-07-10T19:35:39.939Z Downloaded rand_core v0.9.5
9372026-07-10T19:35:39.939Z Downloaded progenitor v0.13.0
9382026-07-10T19:35:39.942Z Downloaded proc-macro-crate v3.4.0
9392026-07-10T19:35:39.942Z Downloaded rand_core v0.10.0
9402026-07-10T19:35:39.942Z Downloaded scopeguard v1.2.0
9412026-07-10T19:35:39.945Z Downloaded ignore v0.4.25
9422026-07-10T19:35:39.945Z Downloaded litemap v0.8.1
9432026-07-10T19:35:39.948Z Downloaded headers v0.4.1
9442026-07-10T19:35:39.950Z Downloaded half v2.7.1
9452026-07-10T19:35:39.953Z Downloaded rand_core v0.6.4
9462026-07-10T19:35:39.953Z Downloaded sapling-renderdag v0.1.0
9472026-07-10T19:35:39.953Z Downloaded hashbrown v0.12.3
9482026-07-10T19:35:39.958Z Downloaded pkcs5 v0.8.1
9492026-07-10T19:35:39.961Z Downloaded semver v0.1.20
9502026-07-10T19:35:39.964Z Downloaded pin-project v1.1.11
9512026-07-10T19:35:39.968Z Downloaded secrecy v0.8.0
9522026-07-10T19:35:39.971Z Downloaded scroll_derive v0.13.1
9532026-07-10T19:35:39.971Z Downloaded serde_bytes v0.11.19
9542026-07-10T19:35:39.971Z Downloaded seq-macro v0.3.6
9552026-07-10T19:35:39.974Z Downloaded serde_urlencoded v0.7.1
9562026-07-10T19:35:39.974Z Downloaded diesel_derives v2.3.7
9572026-07-10T19:35:39.977Z Downloaded serde_spanned v1.1.1
9582026-07-10T19:35:39.980Z Downloaded serde-big-array v0.5.1
9592026-07-10T19:35:39.980Z Downloaded secrecy v0.10.3
9602026-07-10T19:35:39.983Z Downloaded hyper-util v0.1.20
9612026-07-10T19:35:39.986Z Downloaded p384 v0.14.0-rc.10
9622026-07-10T19:35:39.988Z Downloaded prefix-trie v0.7.0
9632026-07-10T19:35:39.988Z Downloaded same-file v1.0.6
9642026-07-10T19:35:39.991Z Downloaded sha1 v0.11.0
9652026-07-10T19:35:39.991Z Downloaded rusty-fork v0.3.1
9662026-07-10T19:35:39.991Z Downloaded rustversion v1.0.22
9672026-07-10T19:35:39.994Z Downloaded serde_plain v1.0.2
9682026-07-10T19:35:39.994Z Downloaded serde_repr v0.1.20
9692026-07-10T19:35:39.997Z Downloaded shell-words v1.1.1
9702026-07-10T19:35:39.997Z Downloaded signal-hook-mio v0.2.5
9712026-07-10T19:35:39.997Z Downloaded rtoolbox v0.0.3
9722026-07-10T19:35:40.001Z Downloaded quinn-udp v0.5.14
9732026-07-10T19:35:40.001Z Downloaded papergrid v0.17.0
9742026-07-10T19:35:40.004Z Downloaded rustls-pemfile v2.2.0
9752026-07-10T19:35:40.004Z Downloaded http v1.4.2
9762026-07-10T19:35:40.007Z Downloaded minimal-lexical v0.2.1
9772026-07-10T19:35:40.010Z Downloaded resolv-conf v0.7.6
9782026-07-10T19:35:40.010Z Downloaded sha1 v0.10.6
9792026-07-10T19:35:40.013Z Downloaded rustls-native-certs v0.8.3
9802026-07-10T19:35:40.013Z Downloaded pkcs1 v0.7.5
9812026-07-10T19:35:40.016Z Downloaded der v0.8.0
9822026-07-10T19:35:40.018Z Downloaded signature v2.2.0
9832026-07-10T19:35:40.018Z Downloaded schemars_derive v0.8.22
9842026-07-10T19:35:40.021Z Downloaded openssl-sys v0.9.115
9852026-07-10T19:35:40.024Z Downloaded progenitor-impl v0.13.0
9862026-07-10T19:35:40.024Z Downloaded siphasher v1.0.2
9872026-07-10T19:35:40.027Z Downloaded sigpipe v0.1.3
9882026-07-10T19:35:40.027Z Downloaded signature v3.0.0
9892026-07-10T19:35:40.027Z Downloaded signal-hook-tokio v0.3.1
9902026-07-10T19:35:40.030Z Downloaded scroll v0.13.0
9912026-07-10T19:35:40.030Z Downloaded miniz_oxide v0.8.9
9922026-07-10T19:35:40.033Z Downloaded slog-bunyan v2.5.0
9932026-07-10T19:35:40.033Z Downloaded slog-envlogger v2.2.0
9942026-07-10T19:35:40.036Z Downloaded internal-russh-num-bigint v0.5.0
9952026-07-10T19:35:40.039Z Downloaded sec1 v0.8.1
9962026-07-10T19:35:40.042Z Downloaded sec1 v0.7.3
9972026-07-10T19:35:40.042Z Downloaded dropshot-api-manager v0.7.2
9982026-07-10T19:35:40.045Z Downloaded itertools v0.10.5
9992026-07-10T19:35:40.048Z Downloaded aho-corasick v1.1.4
10002026-07-10T19:35:40.050Z Downloaded serde_path_to_error v0.1.20
10012026-07-10T19:35:40.054Z Downloaded prettyplease v0.2.37
10022026-07-10T19:35:40.058Z Downloaded signal-hook-registry v1.4.8
10032026-07-10T19:35:40.061Z Downloaded rustls-pki-types v1.14.0
10042026-07-10T19:35:40.068Z Downloaded pretty_assertions v1.4.1
10052026-07-10T19:35:40.071Z Downloaded serde_with_macros v1.5.2
10062026-07-10T19:35:40.071Z Downloaded serdect v0.4.3
10072026-07-10T19:35:40.074Z Downloaded simd-adler32 v0.3.8
10082026-07-10T19:35:40.077Z Downloaded shlex v1.3.0
10092026-07-10T19:35:40.077Z Downloaded salsa20 v0.11.0
10102026-07-10T19:35:40.079Z Downloaded p256 v0.14.0-rc.10
10112026-07-10T19:35:40.082Z Downloaded sqlparser_derive v0.5.0
10122026-07-10T19:35:40.082Z Downloaded rcgen v0.12.1
10132026-07-10T19:35:40.088Z Downloaded slog-dtrace v0.3.0
10142026-07-10T19:35:40.091Z Downloaded slab v0.4.12
10152026-07-10T19:35:40.091Z Downloaded structmeta v0.3.0
10162026-07-10T19:35:40.094Z Downloaded sync_wrapper v1.0.2
10172026-07-10T19:35:40.097Z Downloaded structmeta-derive v0.3.0
10182026-07-10T19:35:40.101Z Downloaded scrypt v0.12.0
10192026-07-10T19:35:40.104Z Downloaded progenitor-impl v0.14.0
10202026-07-10T19:35:40.107Z Downloaded serde_cbor v0.11.2
10212026-07-10T19:35:40.107Z Downloaded slog-term v2.9.2
10222026-07-10T19:35:40.110Z Downloaded strsim v0.10.0
10232026-07-10T19:35:40.110Z Downloaded slog-stdlog v4.1.1
10242026-07-10T19:35:40.112Z Downloaded slog-scope v4.4.1
10252026-07-10T19:35:40.112Z Downloaded tagptr v0.2.0
10262026-07-10T19:35:40.112Z Downloaded tap v1.0.1
10272026-07-10T19:35:40.115Z Downloaded stable_deref_trait v1.2.1
10282026-07-10T19:35:40.115Z Downloaded mio v1.2.0
10292026-07-10T19:35:40.118Z Downloaded num-bigint v0.4.6
10302026-07-10T19:35:40.121Z Downloaded hashbrown v0.16.1
10312026-07-10T19:35:40.124Z Downloaded slog-json v2.6.1
10322026-07-10T19:35:40.127Z Downloaded take_mut v0.2.2
10332026-07-10T19:35:40.127Z Downloaded serde_derive_internals v0.29.1
10342026-07-10T19:35:40.127Z Downloaded strum v0.27.2
10352026-07-10T19:35:40.129Z Downloaded sync-ptr v0.1.4
10362026-07-10T19:35:40.129Z Downloaded slog-async v2.8.0
10372026-07-10T19:35:40.129Z Downloaded serde-hex v0.1.0
10382026-07-10T19:35:40.132Z Downloaded spki v0.8.0
10392026-07-10T19:35:40.132Z Downloaded spki v0.7.3
10402026-07-10T19:35:40.135Z Downloaded snafu-derive v0.8.9
10412026-07-10T19:35:40.135Z Downloaded smf v0.2.3
10422026-07-10T19:35:40.138Z Downloaded aes-gcm v0.11.0
10432026-07-10T19:35:40.141Z Downloaded sha2 v0.11.0
10442026-07-10T19:35:40.144Z Downloaded rustls-platform-verifier v0.6.2
10452026-07-10T19:35:40.147Z Downloaded termtree v0.5.1
10462026-07-10T19:35:40.147Z Downloaded nom v7.1.3
10472026-07-10T19:35:40.150Z Downloaded ssh-cipher v0.3.0-rc.9
10482026-07-10T19:35:40.152Z Downloaded sqlformat v0.3.5
10492026-07-10T19:35:40.152Z Downloaded thiserror-impl-no-std v2.0.2
10502026-07-10T19:35:40.152Z Downloaded tabwriter v1.4.1
10512026-07-10T19:35:40.155Z Downloaded rayon-core v1.13.0
10522026-07-10T19:35:40.155Z Downloaded supports-color v3.0.2
10532026-07-10T19:35:40.158Z Downloaded ryu v1.0.23
10542026-07-10T19:35:40.161Z Downloaded subtle v2.6.1
10552026-07-10T19:35:40.161Z Downloaded strum v0.26.3
10562026-07-10T19:35:40.161Z Downloaded schemars v0.8.22
10572026-07-10T19:35:40.167Z Downloaded time-core v0.1.8
10582026-07-10T19:35:40.170Z Downloaded hashbrown v0.15.5
10592026-07-10T19:35:40.173Z Downloaded publicsuffix v2.3.0
10602026-07-10T19:35:40.177Z Downloaded thread-id v5.1.0
10612026-07-10T19:35:40.177Z Downloaded testing_table v0.3.0
10622026-07-10T19:35:40.177Z Downloaded synstructure v0.13.2
10632026-07-10T19:35:40.177Z Downloaded support-bundle-viewer v0.1.2
10642026-07-10T19:35:40.180Z Downloaded tinyvec_macros v0.1.1
10652026-07-10T19:35:40.180Z Downloaded tabled_derive v0.11.0
10662026-07-10T19:35:40.180Z Downloaded strum_macros v0.27.2
10672026-07-10T19:35:40.181Z Downloaded strum_macros v0.26.4
10682026-07-10T19:35:40.187Z Downloaded strum_macros v0.24.3
10692026-07-10T19:35:40.187Z Downloaded static_assertions v1.1.0
10702026-07-10T19:35:40.190Z Downloaded tokio-macros v2.7.0
10712026-07-10T19:35:40.190Z Downloaded stringprep v0.1.5
10722026-07-10T19:35:40.190Z Downloaded itertools v0.12.1
10732026-07-10T19:35:40.193Z Downloaded ron v0.8.1
10742026-07-10T19:35:40.196Z Downloaded strip-ansi-escapes v0.2.1
10752026-07-10T19:35:40.196Z Downloaded stacker v0.1.23
10762026-07-10T19:35:40.196Z Downloaded ssh-encoding v0.3.0-rc.9
10772026-07-10T19:35:40.199Z Downloaded spin v0.9.8
10782026-07-10T19:35:40.201Z Downloaded termios v0.3.3
10792026-07-10T19:35:40.204Z Downloaded smallvec v0.6.14
10802026-07-10T19:35:40.204Z Downloaded string_cache v0.8.9
10812026-07-10T19:35:40.207Z Downloaded iri-string v0.7.10
10822026-07-10T19:35:40.210Z Downloaded thread_local v1.1.9
10832026-07-10T19:35:40.213Z Downloaded signal-hook v0.3.18
10842026-07-10T19:35:40.216Z Downloaded serde_with_macros v3.17.0
10852026-07-10T19:35:40.216Z Downloaded tinystr v0.8.2
10862026-07-10T19:35:40.219Z Downloaded topological-sort v0.2.2
10872026-07-10T19:35:40.229Z Downloaded schemars v0.9.0
10882026-07-10T19:35:40.236Z Downloaded try-lock v0.2.5
10892026-07-10T19:35:40.238Z Downloaded libxml v0.3.3
10902026-07-10T19:35:40.241Z Downloaded hyper v1.10.1
10912026-07-10T19:35:40.244Z Downloaded slog v2.8.2
10922026-07-10T19:35:40.247Z Downloaded unarray v0.1.4
10932026-07-10T19:35:40.247Z Downloaded tls_codec_derive v0.4.2
10942026-07-10T19:35:40.250Z Downloaded qorb v0.4.1
10952026-07-10T19:35:40.253Z Downloaded icu_properties_data v2.1.2
10962026-07-10T19:35:40.256Z Downloaded untrusted v0.7.1
10972026-07-10T19:35:40.259Z Downloaded tokio-native-tls v0.3.1
10982026-07-10T19:35:40.259Z Downloaded tokio-dtrace v0.1.1
10992026-07-10T19:35:40.262Z Downloaded universal-hash v0.5.1
11002026-07-10T19:35:40.262Z Downloaded unicode-xid v0.2.6
11012026-07-10T19:35:40.262Z Downloaded unicode-truncate v1.1.0
11022026-07-10T19:35:40.263Z Downloaded smallvec v1.15.1
11032026-07-10T19:35:40.265Z Downloaded trait-variant v0.1.2
11042026-07-10T19:35:40.265Z Downloaded idna v1.1.0
11052026-07-10T19:35:40.268Z Downloaded tokio-test v0.4.5
11062026-07-10T19:35:40.271Z Downloaded socket2 v0.5.10
11072026-07-10T19:35:40.271Z Downloaded term v0.7.0
11082026-07-10T19:35:40.275Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11092026-07-10T19:35:40.275Z Downloaded usdt-attr-macro v0.6.0
11102026-07-10T19:35:40.275Z Downloaded socket2 v0.6.3
11112026-07-10T19:35:40.279Z Downloaded rsa v0.9.10
11122026-07-10T19:35:40.279Z Downloaded utf-8 v0.7.6
11132026-07-10T19:35:40.282Z Downloaded untrusted v0.9.0
11142026-07-10T19:35:40.282Z Downloaded term v1.2.1
11152026-07-10T19:35:40.282Z Downloaded rand v0.9.2
11162026-07-10T19:35:40.285Z Downloaded tokio-tungstenite v0.21.0
11172026-07-10T19:35:40.288Z Downloaded serde_yaml v0.9.34+deprecated
11182026-07-10T19:35:40.288Z Downloaded universal-hash v0.6.1
11192026-07-10T19:35:40.290Z Downloaded unit-prefix v0.5.2
11202026-07-10T19:35:40.290Z Downloaded tokio-tungstenite v0.23.1
11212026-07-10T19:35:40.290Z Downloaded h2 v0.4.15
11222026-07-10T19:35:40.294Z Downloaded itertools v0.14.0
11232026-07-10T19:35:40.298Z Downloaded void v1.0.2
11242026-07-10T19:35:40.301Z Downloaded tiny-keccak v2.0.2
11252026-07-10T19:35:40.301Z Downloaded num-bigint-dig v0.8.6
11262026-07-10T19:35:40.304Z Downloaded rand v0.8.6
11272026-07-10T19:35:40.307Z Downloaded utf8_iter v1.0.4
11282026-07-10T19:35:40.307Z Downloaded usdt-macro v0.6.0
11292026-07-10T19:35:40.307Z Downloaded nom v8.0.0
11302026-07-10T19:35:40.310Z Downloaded typify-macro v0.6.2
11312026-07-10T19:35:40.313Z Downloaded time-macros v0.2.27
11322026-07-10T19:35:40.313Z Downloaded similar v2.7.0
11332026-07-10T19:35:40.316Z Downloaded tui-tree-widget v0.23.1
11342026-07-10T19:35:40.316Z Downloaded want v0.3.1
11352026-07-10T19:35:40.316Z Downloaded waitgroup v0.1.2
11362026-07-10T19:35:40.320Z Downloaded wait-timeout v0.2.1
11372026-07-10T19:35:40.320Z Downloaded bitvec v1.0.1
11382026-07-10T19:35:40.326Z Downloaded crypto-primes v0.7.2
11392026-07-10T19:35:40.329Z Downloaded toml_writer v1.1.1+spec-1.1.0
11402026-07-10T19:35:40.332Z Downloaded itertools v0.13.0
11412026-07-10T19:35:40.335Z Downloaded hkdf v0.12.4
11422026-07-10T19:35:40.338Z Downloaded tower-service v0.3.3
11432026-07-10T19:35:40.338Z Downloaded tower-layer v0.3.3
11442026-07-10T19:35:40.338Z Downloaded tls_codec v0.4.2
11452026-07-10T19:35:40.338Z Downloaded zerofrom-derive v0.1.6
11462026-07-10T19:35:40.341Z Downloaded xshell-macros v0.2.7
11472026-07-10T19:35:40.341Z Downloaded usdt v0.6.0
11482026-07-10T19:35:40.342Z Downloaded zerofrom v0.1.6
11492026-07-10T19:35:40.342Z Downloaded tokio-stream v0.1.18
11502026-07-10T19:35:40.344Z Downloaded tokio-rustls v0.26.4
11512026-07-10T19:35:40.345Z Downloaded snafu v0.8.9
11522026-07-10T19:35:40.348Z Downloaded vergen-lib v0.1.6
11532026-07-10T19:35:40.351Z Downloaded vergen-gitcl v1.0.8
11542026-07-10T19:35:40.351Z Downloaded yoke-derive v0.8.1
11552026-07-10T19:35:40.351Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11562026-07-10T19:35:40.354Z Downloaded uzers v0.12.2
11572026-07-10T19:35:40.354Z Downloaded toml_parser v1.1.2+spec-1.1.0
11582026-07-10T19:35:40.358Z Downloaded rustls-webpki v0.103.13
11592026-07-10T19:35:40.358Z Downloaded hkdf v0.13.0
11602026-07-10T19:35:40.362Z Downloaded usdt-impl v0.6.0
11612026-07-10T19:35:40.362Z Downloaded rand v0.10.1
11622026-07-10T19:35:40.365Z Downloaded schemars v1.2.1
11632026-07-10T19:35:40.369Z Downloaded zone_cfg_derive v0.3.1
11642026-07-10T19:35:40.372Z Downloaded vsss-rs v3.3.4
11652026-07-10T19:35:40.372Z Downloaded vergen-lib v9.1.0
11662026-07-10T19:35:40.375Z Downloaded walkdir v2.5.0
11672026-07-10T19:35:40.375Z Downloaded curve25519-dalek v4.1.3
11682026-07-10T19:35:40.379Z Downloaded unicase v2.9.0
11692026-07-10T19:35:40.383Z Downloaded futures-util v0.3.32
11702026-07-10T19:35:40.386Z Downloaded xattr v1.6.1
11712026-07-10T19:35:40.389Z Downloaded unicode-properties v0.1.4
11722026-07-10T19:35:40.389Z Downloaded wyz v0.5.1
11732026-07-10T19:35:40.389Z Downloaded writeable v0.6.2
11742026-07-10T19:35:40.392Z Downloaded twox-hash v2.1.2
11752026-07-10T19:35:40.392Z Downloaded tinyvec v1.10.0
11762026-07-10T19:35:40.395Z Downloaded whoami v2.1.0
11772026-07-10T19:35:40.395Z Downloaded test-strategy v0.4.5
11782026-07-10T19:35:40.398Z Downloaded subprocess v0.2.15
11792026-07-10T19:35:40.401Z Downloaded zone v0.3.1
11802026-07-10T19:35:40.401Z Downloaded zeroize_derive v1.4.3
11812026-07-10T19:35:40.401Z Downloaded tracing-attributes v0.1.31
11822026-07-10T19:35:40.404Z Downloaded samael v0.0.19
11832026-07-10T19:35:40.407Z Downloaded xshell v0.2.7
11842026-07-10T19:35:40.407Z Downloaded libm v0.2.16
11852026-07-10T19:35:40.411Z Downloaded vergen-git2 v9.1.0
11862026-07-10T19:35:40.414Z Downloaded vergen v9.1.0
11872026-07-10T19:35:40.414Z Downloaded rsa v0.10.0-rc.18
11882026-07-10T19:35:40.417Z Downloaded toml v1.1.2+spec-1.1.0
11892026-07-10T19:35:40.421Z Downloaded toml v0.7.8
11902026-07-10T19:35:40.424Z Downloaded yoke v0.8.1
11912026-07-10T19:35:40.424Z Downloaded zeroize v1.8.2
11922026-07-10T19:35:40.424Z Downloaded tar v0.4.45
11932026-07-10T19:35:40.428Z Downloaded serde_with v1.14.0
11942026-07-10T19:35:40.431Z Downloaded zstd v0.13.3
11952026-07-10T19:35:40.431Z Downloaded blake3 v1.8.5
11962026-07-10T19:35:40.435Z Downloaded thiserror-no-std v2.0.2
11972026-07-10T19:35:40.438Z Downloaded quinn v0.11.9
11982026-07-10T19:35:40.441Z Downloaded p521 v0.14.0-rc.10
11992026-07-10T19:35:40.445Z Downloaded iddqd v0.4.2
12002026-07-10T19:35:40.450Z Downloaded tungstenite v0.21.0
12012026-07-10T19:35:40.452Z Downloaded aws-lc-rs v1.16.3
12022026-07-10T19:35:40.458Z Downloaded whoami v1.6.1
12032026-07-10T19:35:40.461Z Downloaded typify v0.6.2
12042026-07-10T19:35:40.461Z Downloaded unicode-bidi v0.3.18
12052026-07-10T19:35:40.464Z Downloaded rpassword v7.4.0
12062026-07-10T19:35:40.464Z Downloaded steno v0.4.1
12072026-07-10T19:35:40.466Z Downloaded tungstenite v0.23.0
12082026-07-10T19:35:40.471Z Downloaded reedline v0.40.0
12092026-07-10T19:35:40.475Z Downloaded zerovec-derive v0.11.2
12102026-07-10T19:35:40.478Z Downloaded zerocopy v0.6.6
12112026-07-10T19:35:40.478Z Downloaded yasna v0.5.2
12122026-07-10T19:35:40.481Z Downloaded uuid v1.23.4
12132026-07-10T19:35:40.481Z Downloaded zstd-safe v7.2.4
12142026-07-10T19:35:40.484Z Downloaded tracing-core v0.1.36
12152026-07-10T19:35:40.484Z Downloaded chrono v0.4.44
12162026-07-10T19:35:40.507Z Downloaded unsafe-libyaml v0.2.11
12172026-07-10T19:35:40.510Z Downloaded p384 v0.13.1
12182026-07-10T19:35:40.513Z Downloaded toml_edit v0.19.15
12192026-07-10T19:35:40.527Z Downloaded zopfli v0.8.3
12202026-07-10T19:35:40.530Z Downloaded rustyline v14.0.0
12212026-07-10T19:35:40.544Z Downloaded git2 v0.20.4
12222026-07-10T19:35:40.544Z Downloaded regex v1.12.3
12232026-07-10T19:35:40.547Z Downloaded tokio-postgres v0.7.16
12242026-07-10T19:35:40.552Z Downloaded reqwest v0.13.2
12252026-07-10T19:35:40.555Z Downloaded portable-atomic v1.13.1
12262026-07-10T19:35:40.557Z Downloaded yansi v1.0.1
12272026-07-10T19:35:40.560Z Downloaded toml_edit v0.23.10+spec-1.0.0
12282026-07-10T19:35:40.563Z Downloaded goblin v0.10.5
12292026-07-10T19:35:40.567Z Downloaded reqwest v0.12.28
12302026-07-10T19:35:40.570Z Downloaded zerotrie v0.2.3
12312026-07-10T19:35:40.573Z Downloaded vte v0.14.1
12322026-07-10T19:35:40.576Z Downloaded lalrpop v0.19.12
12332026-07-10T19:35:40.580Z Downloaded zip v0.6.6
12342026-07-10T19:35:40.586Z Downloaded url v2.5.8
12352026-07-10T19:35:40.592Z Downloaded quick-xml v0.37.5
12362026-07-10T19:35:40.595Z Downloaded zerocopy-derive v0.8.40
12372026-07-10T19:35:40.600Z Downloaded unicode_categories v0.1.1
12382026-07-10T19:35:40.603Z Downloaded salty v0.3.0
12392026-07-10T19:35:40.607Z Downloaded moka v0.12.13
12402026-07-10T19:35:40.610Z Downloaded x509-cert v0.2.5
12412026-07-10T19:35:40.613Z Downloaded crypto-bigint v0.7.5
12422026-07-10T19:35:40.621Z Downloaded tower v0.5.3
12432026-07-10T19:35:40.626Z Downloaded rayon v1.11.0
12442026-07-10T19:35:40.631Z Downloaded unicode-segmentation v1.12.0
12452026-07-10T19:35:40.634Z Downloaded typed-path v0.9.3
12462026-07-10T19:35:40.653Z Downloaded ssh-key v0.7.0-rc.10
12472026-07-10T19:35:40.657Z Downloaded unicode-normalization v0.1.25
12482026-07-10T19:35:40.660Z Downloaded petname v2.0.2
12492026-07-10T19:35:40.670Z Downloaded zerovec v0.11.5
12502026-07-10T19:35:40.673Z Downloaded proptest v1.10.0
12512026-07-10T19:35:40.678Z Downloaded object v0.30.4
12522026-07-10T19:35:40.683Z Downloaded tower-http v0.6.8
12532026-07-10T19:35:40.688Z Downloaded quinn-proto v0.11.13
12542026-07-10T19:35:40.692Z Downloaded zip v4.6.1
12552026-07-10T19:35:40.695Z Downloaded winnow v0.5.40
12562026-07-10T19:35:40.699Z Downloaded tough v0.22.0
12572026-07-10T19:35:40.704Z Downloaded tokio-util v0.7.18
12582026-07-10T19:35:40.708Z Downloaded polar-core v0.27.3
12592026-07-10T19:35:40.713Z Downloaded curve25519-dalek v5.0.0-rc.0
12602026-07-10T19:35:40.718Z Downloaded openssl v0.10.79
12612026-07-10T19:35:40.724Z Downloaded serde_with v3.17.0
12622026-07-10T19:35:40.731Z Downloaded russh v0.61.2
12632026-07-10T19:35:40.735Z Downloaded winnow v1.0.3
12642026-07-10T19:35:40.741Z Downloaded tabled v0.20.0
12652026-07-10T19:35:40.751Z Downloaded winnow v0.6.26
12662026-07-10T19:35:40.756Z Downloaded time v0.3.47
12672026-07-10T19:35:40.763Z Downloaded smoltcp v0.9.1
12682026-07-10T19:35:40.769Z Downloaded vcpkg v0.2.15
12692026-07-10T19:35:40.790Z Downloaded radix_trie v0.2.1
12702026-07-10T19:35:40.793Z Downloaded object v0.37.3
12712026-07-10T19:35:40.799Z Downloaded nix v0.28.0
12722026-07-10T19:35:40.806Z Downloaded hickory-proto v0.24.4
12732026-07-10T19:35:40.814Z Downloaded diesel v2.3.7
12742026-07-10T19:35:40.825Z Downloaded zerocopy v0.8.40
12752026-07-10T19:35:40.830Z Downloaded nix v0.31.2
12762026-07-10T19:35:40.838Z Downloaded dropshot v0.17.1
12772026-07-10T19:35:40.849Z Downloaded nix v0.27.1
12782026-07-10T19:35:40.855Z Downloaded bstr v1.12.1
12792026-07-10T19:35:40.865Z Downloaded zlib-rs v0.6.2
12802026-07-10T19:35:40.873Z Downloaded regex-syntax v0.6.29
12812026-07-10T19:35:40.877Z Downloaded openapiv3 v2.2.0
12822026-07-10T19:35:40.887Z Downloaded fiat-crypto v0.3.0
12832026-07-10T19:35:40.895Z Downloaded regress v0.10.5
12842026-07-10T19:35:40.901Z Downloaded tracing v0.1.44
12852026-07-10T19:35:40.913Z Downloaded regress v0.11.1
12862026-07-10T19:35:40.919Z Downloaded ratatui v0.29.0
12872026-07-10T19:35:40.930Z Downloaded hickory-proto v0.25.2
12882026-07-10T19:35:40.938Z Downloaded regex-syntax v0.8.10
12892026-07-10T19:35:40.947Z Downloaded smoltcp v0.11.0
12902026-07-10T19:35:40.954Z Downloaded regex-automata v0.4.14
12912026-07-10T19:35:40.962Z Downloaded zerocopy-derive v0.6.6
12922026-07-10T19:35:40.968Z Downloaded rustls v0.23.41
12932026-07-10T19:35:40.975Z Downloaded petgraph v0.6.5
12942026-07-10T19:35:40.986Z Downloaded rustix v0.38.44
12952026-07-10T19:35:41.005Z Downloaded csv v1.4.0
12962026-07-10T19:35:41.017Z Downloaded petgraph v0.8.3
12972026-07-10T19:35:41.030Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12982026-07-10T19:35:41.040Z Downloaded sqlparser v0.61.0
12992026-07-10T19:35:41.068Z Downloaded typify-impl v0.6.2
13002026-07-10T19:35:41.076Z Downloaded sha3 v0.11.0
13012026-07-10T19:35:41.079Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-07-10T19:35:41.085Z Downloaded sled v0.34.7
13032026-07-10T19:35:41.152Z Downloaded chrono-tz v0.10.4
13042026-07-10T19:35:41.163Z Downloaded jiff v0.2.21
13052026-07-10T19:35:41.226Z Downloaded libz-sys v1.1.24
13062026-07-10T19:35:41.239Z Downloaded sha3 v0.10.8
13072026-07-10T19:35:41.254Z Downloaded tokio v1.52.1
13082026-07-10T19:35:41.353Z Downloaded encoding_rs v0.8.35
13092026-07-10T19:35:41.383Z Downloaded ring v0.17.14
13102026-07-10T19:35:41.442Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-07-10T19:35:41.927Z Downloaded aws-lc-sys v0.40.0
13122026-07-10T19:35:42.180Z Compiling libc v0.2.185
13132026-07-10T19:35:42.180Z Compiling serde_core v1.0.228
13142026-07-10T19:35:42.180Z Compiling serde v1.0.228
13152026-07-10T19:35:42.183Z Compiling log v0.4.29
13162026-07-10T19:35:42.183Z Compiling smallvec v1.15.1
13172026-07-10T19:35:42.183Z Compiling shlex v1.3.0
13182026-07-10T19:35:42.183Z Compiling find-msvc-tools v0.1.9
13192026-07-10T19:35:42.325Z Compiling syn v2.0.117
13202026-07-10T19:35:42.507Z Compiling subtle v2.6.1
13212026-07-10T19:35:42.549Z Compiling scopeguard v1.2.0
13222026-07-10T19:35:42.563Z Compiling stable_deref_trait v1.2.1
13232026-07-10T19:35:42.586Z Compiling typenum v1.20.1
13242026-07-10T19:35:42.630Z Compiling lock_api v0.4.14
13252026-07-10T19:35:42.647Z Compiling serde_json v1.0.150
13262026-07-10T19:35:42.661Z Compiling zerocopy v0.8.40
13272026-07-10T19:35:42.674Z Compiling portable-atomic v1.13.1
13282026-07-10T19:35:42.859Z Compiling pin-project-lite v0.2.17
13292026-07-10T19:35:42.874Z Compiling parking_lot_core v0.9.12
13302026-07-10T19:35:42.954Z Compiling pkg-config v0.3.32
13312026-07-10T19:35:43.114Z Compiling critical-section v1.2.0
13322026-07-10T19:35:43.142Z Compiling jobserver v0.1.34
13332026-07-10T19:35:43.157Z Compiling errno v0.3.14
13342026-07-10T19:35:43.224Z Compiling getrandom v0.2.17
13352026-07-10T19:35:43.303Z Compiling signal-hook-registry v1.4.8
13362026-07-10T19:35:43.393Z Compiling cc v1.2.56
13372026-07-10T19:35:43.458Z Compiling rand_core v0.6.4
13382026-07-10T19:35:43.513Z Compiling futures-core v0.3.32
13392026-07-10T19:35:43.578Z Compiling libm v0.2.16
13402026-07-10T19:35:43.660Z Compiling getrandom v0.4.1
13412026-07-10T19:35:43.838Z Compiling once_cell v1.21.3
13422026-07-10T19:35:43.852Z Compiling parking_lot v0.12.5
13432026-07-10T19:35:43.866Z Compiling mio v1.2.0
13442026-07-10T19:35:44.058Z Compiling num-traits v0.2.19
13452026-07-10T19:35:44.073Z Compiling generic-array v0.14.7
13462026-07-10T19:35:44.157Z Compiling rand_core v0.10.0
13472026-07-10T19:35:44.228Z Compiling const-oid v0.9.6
13482026-07-10T19:35:44.356Z Compiling litemap v0.8.1
13492026-07-10T19:35:44.424Z Compiling percent-encoding v2.3.2
13502026-07-10T19:35:44.562Z Compiling bitflags v2.11.0
13512026-07-10T19:35:44.611Z Compiling writeable v0.6.2
13522026-07-10T19:35:44.625Z Compiling semver v1.0.28
13532026-07-10T19:35:44.798Z Compiling socket2 v0.6.3
13542026-07-10T19:35:44.814Z Compiling icu_properties_data v2.1.2
13552026-07-10T19:35:45.018Z Compiling icu_normalizer_data v2.1.1
13562026-07-10T19:35:45.018Z Compiling futures-sink v0.3.32
13572026-07-10T19:35:45.083Z Compiling slab v0.4.12
13582026-07-10T19:35:45.199Z Compiling futures-channel v0.3.32
13592026-07-10T19:35:45.237Z Compiling futures-task v0.3.32
13602026-07-10T19:35:45.252Z Compiling synstructure v0.13.2
13612026-07-10T19:35:45.343Z Compiling futures-io v0.3.32
13622026-07-10T19:35:45.414Z Compiling indexmap v2.14.0
13632026-07-10T19:35:45.434Z Compiling utf8_iter v1.0.4
13642026-07-10T19:35:45.491Z Compiling rustversion v1.0.22
13652026-07-10T19:35:45.505Z Compiling getrandom v0.3.4
13662026-07-10T19:35:45.588Z Compiling form_urlencoded v1.2.2
13672026-07-10T19:35:45.744Z Compiling cmake v0.1.57
13682026-07-10T19:35:45.772Z Compiling dunce v1.0.5
13692026-07-10T19:35:45.787Z Compiling rustix v1.1.3
13702026-07-10T19:35:45.858Z Compiling ident_case v1.0.1
13712026-07-10T19:35:45.887Z Compiling fs_extra v1.3.0
13722026-07-10T19:35:45.997Z Compiling regex-syntax v0.8.10
13732026-07-10T19:35:46.093Z Compiling iana-time-zone v0.1.65
13742026-07-10T19:35:46.149Z Compiling base64ct v1.8.3
13752026-07-10T19:35:46.163Z Compiling aws-lc-sys v0.40.0
13762026-07-10T19:35:46.299Z Compiling vcpkg v0.2.15
13772026-07-10T19:35:46.446Z Compiling rand_core v0.9.5
13782026-07-10T19:35:46.465Z Compiling pem-rfc7468 v0.7.0
13792026-07-10T19:35:46.536Z Compiling rustc_version v0.4.1
13802026-07-10T19:35:46.783Z Compiling uuid v1.23.4
13812026-07-10T19:35:46.797Z Compiling tracing-core v0.1.36
13822026-07-10T19:35:46.925Z Compiling aws-lc-rs v1.16.3
13832026-07-10T19:35:47.035Z Compiling serde_derive v1.0.228
13842026-07-10T19:35:47.102Z Compiling zeroize_derive v1.4.3
13852026-07-10T19:35:47.240Z Compiling zerofrom-derive v0.1.6
13862026-07-10T19:35:47.362Z Compiling yoke-derive v0.8.1
13872026-07-10T19:35:47.532Z Compiling zerocopy-derive v0.8.40
13882026-07-10T19:35:47.606Z Compiling zerovec-derive v0.11.2
13892026-07-10T19:35:47.774Z Compiling zeroize v1.8.2
13902026-07-10T19:35:47.990Z Compiling displaydoc v0.2.5
13912026-07-10T19:35:48.574Z Compiling tokio-macros v2.7.0
13922026-07-10T19:35:48.678Z Compiling zerofrom v0.1.6
13932026-07-10T19:35:48.765Z Compiling futures-macro v0.3.32
13942026-07-10T19:35:48.851Z Compiling yoke v0.8.1
13952026-07-10T19:35:48.856Z Compiling openssl-sys v0.9.115
13962026-07-10T19:35:49.043Z Compiling zerovec v0.11.5
13972026-07-10T19:35:49.065Z Compiling zerotrie v0.2.3
13982026-07-10T19:35:49.366Z Compiling crypto-common v0.1.7
13992026-07-10T19:35:49.389Z Compiling block-buffer v0.10.4
14002026-07-10T19:35:49.417Z Compiling thiserror-impl v2.0.18
14012026-07-10T19:35:49.518Z Compiling tinystr v0.8.2
14022026-07-10T19:35:49.558Z Compiling potential_utf v0.1.4
14032026-07-10T19:35:49.572Z Compiling digest v0.10.7
14042026-07-10T19:35:49.590Z Compiling futures-util v0.3.32
14052026-07-10T19:35:49.731Z Compiling icu_locale_core v2.1.1
14062026-07-10T19:35:49.734Z Compiling icu_collections v2.1.1
14072026-07-10T19:35:49.837Z Compiling der_derive v0.7.3
14082026-07-10T19:35:50.230Z Compiling tracing-attributes v0.1.31
14092026-07-10T19:35:50.613Z Compiling bytes v1.11.1
14102026-07-10T19:35:50.675Z Compiling icu_provider v2.1.1
14112026-07-10T19:35:50.803Z Compiling chrono v0.4.44
14122026-07-10T19:35:50.806Z Compiling base64 v0.22.1
14132026-07-10T19:35:50.969Z Compiling icu_properties v2.1.2
14142026-07-10T19:35:51.127Z Compiling tokio v1.52.1
14152026-07-10T19:35:51.225Z Compiling icu_normalizer v2.1.1
14162026-07-10T19:35:51.559Z Compiling http v1.4.2
14172026-07-10T19:35:51.760Z Compiling flagset v0.4.7
14182026-07-10T19:35:51.892Z Compiling idna_adapter v1.2.1
14192026-07-10T19:35:51.926Z Compiling ppv-lite86 v0.2.21
14202026-07-10T19:35:52.035Z Compiling idna v1.1.0
14212026-07-10T19:35:52.051Z Compiling der v0.7.10
14222026-07-10T19:35:52.079Z Compiling tracing v0.1.44
14232026-07-10T19:35:52.210Z Compiling rand_chacha v0.9.0
14242026-07-10T19:35:52.252Z Compiling http-body v1.0.1
14252026-07-10T19:35:52.341Z Compiling url v2.5.8
14262026-07-10T19:35:52.407Z Compiling thiserror v2.0.18
14272026-07-10T19:35:52.515Z Compiling rustls-pki-types v1.14.0
14282026-07-10T19:35:52.544Z Compiling openssl-probe v0.2.1
14292026-07-10T19:35:52.680Z Compiling httparse v1.10.1
14302026-07-10T19:35:52.719Z Compiling tinyvec_macros v0.1.1
14312026-07-10T19:35:52.791Z Compiling cmov v0.5.4
14322026-07-10T19:35:52.897Z Compiling spki v0.7.3
14332026-07-10T19:35:52.962Z Compiling ctutils v0.4.2
14342026-07-10T19:35:52.997Z Compiling tinyvec v1.10.0
14352026-07-10T19:35:53.074Z Compiling pest_generator v2.8.6
14362026-07-10T19:35:53.100Z Compiling rand v0.9.2
14372026-07-10T19:35:53.116Z Compiling serde_derive_internals v0.29.1
14382026-07-10T19:35:53.194Z Compiling aho-corasick v1.1.4
14392026-07-10T19:35:53.232Z Compiling try-lock v0.2.5
14402026-07-10T19:35:53.336Z Compiling atomic-waker v1.1.2
14412026-07-10T19:35:53.339Z Compiling tower-layer v0.3.3
14422026-07-10T19:35:53.471Z Compiling tower-service v0.3.3
14432026-07-10T19:35:53.494Z Compiling schemars v0.8.22
14442026-07-10T19:35:53.566Z Compiling dyn-clone v1.0.20
14452026-07-10T19:35:53.706Z Compiling untrusted v0.7.1
14462026-07-10T19:35:53.774Z Compiling want v0.3.1
14472026-07-10T19:35:53.788Z Compiling pest_derive v2.8.6
14482026-07-10T19:35:53.862Z Compiling tempfile v3.25.0
14492026-07-10T19:35:53.938Z Compiling hybrid-array v0.4.13
14502026-07-10T19:35:53.999Z Compiling schemars_derive v0.8.22
14512026-07-10T19:35:54.231Z Compiling regex-automata v0.4.14
14522026-07-10T19:35:54.234Z Compiling ipnet v2.11.0
14532026-07-10T19:35:54.259Z Compiling scroll_derive v0.13.1
14542026-07-10T19:35:54.714Z Compiling darling_core v0.20.11
14552026-07-10T19:35:54.735Z Compiling foreign-types-shared v0.1.1
14562026-07-10T19:35:54.824Z Compiling untrusted v0.9.0
14572026-07-10T19:35:54.889Z Compiling rustls v0.23.41
14582026-07-10T19:35:54.946Z Compiling tokio-util v0.7.18
14592026-07-10T19:35:55.069Z Compiling httpdate v1.0.3
14602026-07-10T19:35:55.083Z Compiling openssl v0.10.79
14612026-07-10T19:35:55.250Z Compiling cpufeatures v0.2.17
14622026-07-10T19:35:55.324Z Compiling scroll v0.13.0
14632026-07-10T19:35:55.354Z Compiling foreign-types v0.3.2
14642026-07-10T19:35:55.426Z Compiling unicode-normalization v0.1.25
14652026-07-10T19:35:55.590Z Compiling pkcs8 v0.10.2
14662026-07-10T19:35:55.857Z Compiling h2 v0.4.15
14672026-07-10T19:35:55.983Z Compiling openssl-macros v0.1.1
14682026-07-10T19:35:56.286Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-07-10T19:35:56.388Z Compiling spin v0.9.8
14702026-07-10T19:35:56.563Z Compiling time-core v0.1.8
14712026-07-10T19:35:56.593Z Compiling native-tls v0.2.18
14722026-07-10T19:35:56.683Z Compiling num-conv v0.2.0
14732026-07-10T19:35:56.707Z Compiling powerfmt v0.2.0
14742026-07-10T19:35:56.808Z Compiling crc32fast v1.5.0
14752026-07-10T19:35:56.822Z Compiling time-macros v0.2.27
14762026-07-10T19:35:56.856Z Compiling deranged v0.5.8
14772026-07-10T19:35:56.954Z Compiling darling_macro v0.20.11
14782026-07-10T19:35:57.438Z Compiling darling v0.20.11
14792026-07-10T19:35:57.520Z Compiling goblin v0.10.5
14802026-07-10T19:35:57.814Z Compiling sha2 v0.10.9
14812026-07-10T19:35:57.881Z Compiling hmac v0.12.1
14822026-07-10T19:35:58.039Z Compiling sync_wrapper v1.0.2
14832026-07-10T19:35:58.150Z Compiling wait-timeout v0.2.1
14842026-07-10T19:35:58.252Z Compiling usdt-impl v0.6.0
14852026-07-10T19:35:58.410Z Compiling bit-vec v0.8.0
14862026-07-10T19:35:58.473Z Compiling quick-error v1.2.3
14872026-07-10T19:35:58.582Z Compiling syn v1.0.109
14882026-07-10T19:35:58.642Z Compiling simd-adler32 v0.3.8
14892026-07-10T19:35:58.914Z Compiling num_threads v0.1.7
14902026-07-10T19:35:58.937Z Compiling siphasher v1.0.2
14912026-07-10T19:35:59.015Z Compiling hyper v1.10.1
14922026-07-10T19:35:59.129Z Compiling crossbeam-utils v0.8.21
14932026-07-10T19:35:59.226Z Compiling time v0.3.47
14942026-07-10T19:35:59.828Z Compiling bit-set v0.8.0
14952026-07-10T19:36:00.006Z Compiling rusty-fork v0.3.1
14962026-07-10T19:36:00.023Z Compiling tower v0.5.3
14972026-07-10T19:36:00.160Z Compiling hyper-util v0.1.20
14982026-07-10T19:36:00.305Z Compiling dof v0.4.0
14992026-07-10T19:36:00.494Z Compiling derive_builder_core v0.20.2
15002026-07-10T19:36:00.806Z Compiling dtrace-parser v0.3.0
15012026-07-10T19:36:00.810Z Compiling http-body-util v0.1.3
15022026-07-10T19:36:01.060Z Compiling scroll_derive v0.12.1
15032026-07-10T19:36:01.345Z Compiling thiserror-impl v1.0.69
15042026-07-10T19:36:01.453Z Compiling heapless v0.7.17
15052026-07-10T19:36:01.518Z Compiling rand_xorshift v0.4.0
15062026-07-10T19:36:01.687Z Compiling slog v2.8.2
15072026-07-10T19:36:01.707Z Compiling darling_core v0.21.3
15082026-07-10T19:36:01.728Z Compiling bzip2-sys v0.1.13+1.0.8
15092026-07-10T19:36:01.768Z Compiling thread-id v5.1.0
15102026-07-10T19:36:01.851Z Compiling cookie v0.18.1
15112026-07-10T19:36:01.884Z Compiling anyhow v1.0.102
15122026-07-10T19:36:01.887Z Compiling allocator-api2 v0.2.21
15132026-07-10T19:36:02.010Z Compiling adler2 v2.0.1
15142026-07-10T19:36:02.046Z Compiling signal-hook v0.3.18
15152026-07-10T19:36:02.138Z Compiling iri-string v0.7.10
15162026-07-10T19:36:02.203Z Compiling unarray v0.1.4
15172026-07-10T19:36:02.219Z Compiling zstd-safe v7.2.4
15182026-07-10T19:36:02.233Z Compiling unicode-properties v0.1.4
15192026-07-10T19:36:02.311Z Compiling unicode-bidi v0.3.18
15202026-07-10T19:36:02.434Z Compiling ryu v1.0.23
15212026-07-10T19:36:02.446Z Compiling paste v1.0.15
15222026-07-10T19:36:02.604Z Compiling thiserror v1.0.69
15232026-07-10T19:36:02.604Z Compiling serde_urlencoded v0.7.1
15242026-07-10T19:36:02.718Z Compiling stringprep v0.1.5
15252026-07-10T19:36:02.777Z Compiling proptest v1.10.0
15262026-07-10T19:36:02.863Z Compiling miniz_oxide v0.8.9
15272026-07-10T19:36:03.478Z Compiling tower-http v0.6.8
15282026-07-10T19:36:03.538Z Compiling scroll v0.12.0
15292026-07-10T19:36:03.680Z Compiling derive_builder_macro v0.20.2
15302026-07-10T19:36:03.847Z Compiling camino v1.2.2
15312026-07-10T19:36:03.937Z Compiling tokio-native-tls v0.3.1
15322026-07-10T19:36:04.113Z Compiling bstr v1.12.1
15332026-07-10T19:36:04.180Z Compiling darling_macro v0.21.3
15342026-07-10T19:36:04.191Z Compiling ipnetwork v0.21.1
15352026-07-10T19:36:04.224Z Compiling block-padding v0.4.2
15362026-07-10T19:36:04.393Z Compiling block-buffer v0.12.1
15372026-07-10T19:36:04.548Z Compiling crypto-common v0.2.2
15382026-07-10T19:36:04.602Z Compiling rustls-native-certs v0.8.3
15392026-07-10T19:36:04.622Z Compiling rand_chacha v0.3.1
15402026-07-10T19:36:04.691Z Compiling serde_spanned v0.6.9
15412026-07-10T19:36:04.787Z Compiling erased-serde v0.3.31
15422026-07-10T19:36:04.821Z Compiling toml_datetime v0.6.11
15432026-07-10T19:36:04.884Z Compiling serde_tokenstream v0.2.3
15442026-07-10T19:36:05.094Z Compiling signature v2.2.0
15452026-07-10T19:36:05.211Z Compiling md-5 v0.10.6
15462026-07-10T19:36:05.271Z Compiling async-trait v0.1.89
15472026-07-10T19:36:05.271Z Compiling zerocopy-derive v0.7.35
15482026-07-10T19:36:05.374Z Compiling pin-project-internal v1.1.11
15492026-07-10T19:36:05.401Z Compiling curve25519-dalek v4.1.3
15502026-07-10T19:36:05.755Z Compiling vergen-lib v9.1.0
15512026-07-10T19:36:05.942Z Compiling num-integer v0.1.46
15522026-07-10T19:36:06.142Z Compiling hash32 v0.2.1
15532026-07-10T19:36:06.260Z Compiling memoffset v0.9.1
15542026-07-10T19:36:06.271Z Compiling encoding_rs v0.8.35
15552026-07-10T19:36:06.300Z Compiling cfg_aliases v0.2.1
15562026-07-10T19:36:06.327Z Compiling psl-types v2.0.11
15572026-07-10T19:36:06.367Z Compiling litrs v1.0.0
15582026-07-10T19:36:06.455Z Compiling smoltcp v0.9.1
15592026-07-10T19:36:06.472Z Compiling ref-cast v1.0.25
15602026-07-10T19:36:06.487Z Compiling rustix v0.38.44
15612026-07-10T19:36:06.777Z Compiling num-bigint-dig v0.8.6
15622026-07-10T19:36:06.795Z Compiling zlib-rs v0.6.2
15632026-07-10T19:36:06.847Z Compiling fallible-iterator v0.2.0
15642026-07-10T19:36:06.874Z Compiling mime v0.3.17
15652026-07-10T19:36:07.001Z Compiling document-features v0.2.12
15662026-07-10T19:36:07.135Z Compiling postgres-protocol v0.6.10
15672026-07-10T19:36:07.314Z Compiling pin-project v1.1.11
15682026-07-10T19:36:07.523Z Compiling publicsuffix v2.3.0
15692026-07-10T19:36:07.612Z Compiling hubpack_derive v0.1.1
15702026-07-10T19:36:07.627Z Compiling nix v0.31.2
15712026-07-10T19:36:07.699Z Compiling num-iter v0.1.45
15722026-07-10T19:36:07.770Z Compiling zerocopy v0.7.35
15732026-07-10T19:36:07.999Z Compiling newtype-uuid v1.3.2
15742026-07-10T19:36:08.064Z Compiling rand v0.8.6
15752026-07-10T19:36:08.157Z Compiling darling v0.21.3
15762026-07-10T19:36:08.243Z Compiling oxnet v0.1.6
15772026-07-10T19:36:08.301Z Compiling inout v0.2.2
15782026-07-10T19:36:08.315Z Compiling derive_builder v0.20.2
15792026-07-10T19:36:08.328Z Compiling hyper-tls v0.6.0
15802026-07-10T19:36:08.474Z Compiling goblin v0.8.2
15812026-07-10T19:36:09.036Z Compiling phf_shared v0.13.1
15822026-07-10T19:36:09.080Z Compiling lazy_static v1.5.0
15832026-07-10T19:36:09.093Z Compiling regex v1.12.3
15842026-07-10T19:36:09.175Z Compiling anstyle-parse v0.2.7
15852026-07-10T19:36:09.278Z Compiling futures-executor v0.3.32
15862026-07-10T19:36:09.358Z Compiling hex v0.4.3
15872026-07-10T19:36:09.475Z Compiling terminal_size v0.4.3
15882026-07-10T19:36:09.531Z Compiling snafu-derive v0.8.9
15892026-07-10T19:36:09.545Z Compiling ref-cast-impl v1.0.25
15902026-07-10T19:36:09.613Z Compiling curve25519-dalek-derive v0.1.1
15912026-07-10T19:36:09.630Z Compiling strum_macros v0.27.2
15922026-07-10T19:36:10.091Z Compiling flate2 v1.1.9
15932026-07-10T19:36:10.144Z Compiling daft-derive v0.1.7
15942026-07-10T19:36:10.282Z Compiling vergen v9.1.0
15952026-07-10T19:36:10.481Z Compiling cargo-platform v0.3.2
15962026-07-10T19:36:10.501Z Compiling ff v0.13.1
15972026-07-10T19:36:10.645Z Compiling fs-err v3.3.0
15982026-07-10T19:36:10.765Z Compiling ahash v0.8.12
15992026-07-10T19:36:10.851Z Compiling unicode-segmentation v1.12.0
16002026-07-10T19:36:10.877Z Compiling base16ct v0.2.0
16012026-07-10T19:36:10.983Z Compiling winnow v0.5.40
16022026-07-10T19:36:11.056Z Compiling object v0.37.3
16032026-07-10T19:36:11.237Z Compiling libbz2-rs-sys v0.2.2
16042026-07-10T19:36:11.344Z Compiling managed v0.8.0
16052026-07-10T19:36:11.440Z Compiling foldhash v0.1.5
16062026-07-10T19:36:11.561Z Compiling bumpalo v3.20.2
16072026-07-10T19:36:11.584Z Compiling bitflags v1.3.2
16082026-07-10T19:36:11.616Z Compiling foldhash v0.2.0
16092026-07-10T19:36:11.663Z Compiling same-file v1.0.6
16102026-07-10T19:36:11.817Z Compiling walkdir v2.5.0
16112026-07-10T19:36:11.831Z Compiling hashbrown v0.16.1
16122026-07-10T19:36:11.836Z Compiling zopfli v0.8.3
16132026-07-10T19:36:11.971Z Compiling bzip2 v0.6.1
16142026-07-10T19:36:12.128Z Compiling strum v0.27.2
16152026-07-10T19:36:12.178Z Compiling hashbrown v0.15.5
16162026-07-10T19:36:12.260Z Compiling toml_edit v0.19.15
16172026-07-10T19:36:12.415Z Compiling snafu v0.8.9
16182026-07-10T19:36:12.470Z Compiling sec1 v0.7.3
16192026-07-10T19:36:12.550Z Compiling clap_builder v4.6.0
16202026-07-10T19:36:12.710Z Compiling daft v0.1.7
16212026-07-10T19:36:12.736Z Compiling dof v0.3.0
16222026-07-10T19:36:12.768Z Compiling cargo_metadata v0.23.1
16232026-07-10T19:36:12.845Z Compiling group v0.13.0
16242026-07-10T19:36:13.126Z Compiling futures v0.3.32
16252026-07-10T19:36:13.213Z Compiling anstream v0.6.21
16262026-07-10T19:36:13.438Z Compiling phf v0.13.1
16272026-07-10T19:36:13.599Z Compiling signal-hook-mio v0.2.5
16282026-07-10T19:36:13.766Z Compiling cookie_store v0.22.1
16292026-07-10T19:36:14.111Z Compiling zstd v0.13.3
16302026-07-10T19:36:14.174Z Compiling bzip2 v0.4.4
16312026-07-10T19:36:14.377Z Compiling reqwest v0.12.28
16322026-07-10T19:36:14.396Z Compiling cipher v0.5.2
16332026-07-10T19:36:14.421Z Compiling serde_with_macros v3.17.0
16342026-07-10T19:36:14.697Z Compiling hubpack v0.1.2
16352026-07-10T19:36:14.976Z Compiling postgres-types v0.2.12
16362026-07-10T19:36:15.527Z Compiling ed25519 v2.2.3
16372026-07-10T19:36:15.562Z Compiling usdt-macro v0.6.0
16382026-07-10T19:36:15.581Z Compiling usdt-attr-macro v0.6.0
16392026-07-10T19:36:16.058Z Compiling globset v0.4.18
16402026-07-10T19:36:16.123Z Compiling dtrace-parser v0.2.0
16412026-07-10T19:36:16.316Z Compiling phf_shared v0.11.3
16422026-07-10T19:36:16.387Z Compiling hkdf v0.12.4
16432026-07-10T19:36:16.428Z Compiling olpc-cjson v0.1.4
16442026-07-10T19:36:16.502Z Compiling pkcs1 v0.7.5
16452026-07-10T19:36:16.552Z Compiling pem v3.0.6
16462026-07-10T19:36:16.589Z Compiling serde_plain v1.0.2
16472026-07-10T19:36:16.735Z Compiling serde-big-array v0.5.1
16482026-07-10T19:36:16.788Z Compiling crypto-bigint v0.5.5
16492026-07-10T19:36:16.851Z Compiling async-recursion v1.1.1
16502026-07-10T19:36:16.873Z Compiling strum_macros v0.26.4
16512026-07-10T19:36:16.876Z Compiling serde_repr v0.1.20
16522026-07-10T19:36:16.899Z Compiling enum-as-inner v0.6.1
16532026-07-10T19:36:17.414Z Compiling clap_derive v4.6.1
16542026-07-10T19:36:17.417Z Compiling float-cmp v0.10.0
16552026-07-10T19:36:17.505Z Compiling memmap2 v0.9.10
16562026-07-10T19:36:17.578Z Compiling thread-id v4.2.2
16572026-07-10T19:36:17.662Z Compiling env_filter v1.0.0
16582026-07-10T19:36:17.741Z Compiling whoami v2.1.0
16592026-07-10T19:36:17.999Z Compiling either v1.15.0
16602026-07-10T19:36:18.106Z Compiling data-encoding v2.10.0
16612026-07-10T19:36:18.117Z Compiling normalize-line-endings v0.3.0
16622026-07-10T19:36:18.186Z Compiling keccak v0.1.6
16632026-07-10T19:36:18.220Z Compiling static_assertions v1.1.0
16642026-07-10T19:36:18.297Z Compiling predicates-core v1.0.10
16652026-07-10T19:36:18.475Z Compiling new_debug_unreachable v1.0.6
16662026-07-10T19:36:18.539Z Compiling fixedbitset v0.5.7
16672026-07-10T19:36:18.652Z Compiling const-oid v0.10.2
16682026-07-10T19:36:18.802Z Compiling winnow v1.0.3
16692026-07-10T19:36:18.882Z Compiling jiff v0.2.21
16702026-07-10T19:36:18.901Z Compiling fixedbitset v0.4.2
16712026-07-10T19:36:18.914Z Compiling typed-path v0.9.3
16722026-07-10T19:36:18.973Z Compiling difflib v0.4.0
16732026-07-10T19:36:19.125Z Compiling cpufeatures v0.3.0
16742026-07-10T19:36:19.167Z Compiling precomputed-hash v0.1.1
16752026-07-10T19:36:19.177Z Compiling toml_edit v0.22.27
16762026-07-10T19:36:19.201Z Compiling chacha20 v0.10.0
16772026-07-10T19:36:19.229Z Compiling clap v4.6.1
16782026-07-10T19:36:19.257Z Compiling string_cache v0.8.9
16792026-07-10T19:36:19.316Z Compiling predicates v3.1.4
16802026-07-10T19:36:19.472Z Compiling toml_parser v1.1.2+spec-1.1.0
16812026-07-10T19:36:19.530Z Compiling petgraph v0.6.5
16822026-07-10T19:36:19.579Z Compiling digest v0.11.3
16832026-07-10T19:36:19.797Z Compiling petgraph v0.8.3
16842026-07-10T19:36:19.982Z Compiling strum v0.26.3
16852026-07-10T19:36:20.113Z Compiling hickory-proto v0.25.2
16862026-07-10T19:36:20.131Z Compiling sha3 v0.10.8
16872026-07-10T19:36:20.152Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16882026-07-10T19:36:20.571Z Compiling itertools v0.13.0
16892026-07-10T19:36:21.039Z Compiling tokio-postgres v0.7.16
16902026-07-10T19:36:21.745Z Compiling zip v4.6.1
16912026-07-10T19:36:21.801Z Compiling env_logger v0.11.9
16922026-07-10T19:36:21.925Z Compiling elliptic-curve v0.13.8
16932026-07-10T19:36:22.157Z Compiling usdt v0.6.0
16942026-07-10T19:36:22.328Z Compiling usdt-impl v0.5.0
16952026-07-10T19:36:22.419Z Compiling rsa v0.9.10
16962026-07-10T19:36:22.709Z Compiling crossterm v0.28.1
16972026-07-10T19:36:22.912Z Compiling ed25519-dalek v2.2.0
16982026-07-10T19:36:22.940Z Compiling serde_with v3.17.0
16992026-07-10T19:36:23.254Z Compiling zip v0.6.6
17002026-07-10T19:36:23.848Z Compiling toml v0.7.8
17012026-07-10T19:36:24.018Z Compiling iddqd v0.4.2
17022026-07-10T19:36:24.698Z Compiling heck v0.4.1
17032026-07-10T19:36:24.714Z Compiling similar v2.7.0
17042026-07-10T19:36:24.786Z Compiling crossbeam-epoch v0.9.18
17052026-07-10T19:36:24.823Z Compiling tokio-stream v0.1.18
17062026-07-10T19:36:24.931Z Compiling buf-list v1.1.2
17072026-07-10T19:36:25.108Z Compiling x509-cert v0.2.5
17082026-07-10T19:36:25.205Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17092026-07-10T19:36:25.284Z Compiling openapiv3 v2.2.0
17102026-07-10T19:36:25.326Z Compiling peg-runtime v0.8.5
17112026-07-10T19:36:25.510Z Compiling lalrpop-util v0.19.12
17122026-07-10T19:36:25.586Z Compiling thread_local v1.1.9
17132026-07-10T19:36:25.614Z Compiling slog-async v2.8.0
17142026-07-10T19:36:25.699Z Compiling crossbeam-channel v0.5.15
17152026-07-10T19:36:25.746Z Compiling is-terminal v0.4.17
17162026-07-10T19:36:25.833Z Compiling filetime v0.2.27
17172026-07-10T19:36:25.849Z Compiling term v1.2.1
17182026-07-10T19:36:25.944Z Compiling xattr v1.6.1
17192026-07-10T19:36:26.007Z Compiling take_mut v0.2.2
17202026-07-10T19:36:26.112Z Compiling slog-term v2.9.2
17212026-07-10T19:36:26.145Z Compiling tar v0.4.45
17222026-07-10T19:36:26.425Z Compiling camino-tempfile v1.4.1
17232026-07-10T19:36:36.377Z Compiling rustls-webpki v0.103.13
17242026-07-10T19:36:39.103Z Compiling tokio-rustls v0.26.4
17252026-07-10T19:36:39.103Z Compiling rustls-platform-verifier v0.6.2
17262026-07-10T19:36:39.103Z Compiling tough v0.22.0
17272026-07-10T19:36:39.317Z Compiling hyper-rustls v0.27.7
17282026-07-10T19:36:39.519Z Compiling reqwest v0.13.2
17292026-07-10T19:36:41.738Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-07-10T19:36:41.968Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-07-10T19:36:44.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17322026-07-10T19:36:44.969Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17332026-07-10T19:36:45.027ZJul 10 19:36:43.336 INFO Starting download, target: Cockroach
17342026-07-10T19:36:45.027ZJul 10 19:36:43.337 INFO Starting download, target: Console
17352026-07-10T19:36:45.028ZJul 10 19:36:43.337 INFO Starting download, target: MaghemiteMgd
17362026-07-10T19:36:45.040ZJul 10 19:36:43.337 INFO Starting download, target: DendriteStub
17372026-07-10T19:36:45.040ZJul 10 19:36:43.337 INFO Starting download, target: Clickhouse
17382026-07-10T19:36:45.040ZJul 10 19:36:43.337 INFO Starting download, target: MaghemiteDdmd
17392026-07-10T19:36:45.040ZJul 10 19:36:43.337 INFO Starting download, target: TransceiverControl
17402026-07-10T19:36:45.040ZJul 10 19:36:43.337 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17412026-07-10T19:36:45.040ZJul 10 19:36:43.337 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17422026-07-10T19:36:45.040ZJul 10 19:36:43.337 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17432026-07-10T19:36:45.040ZJul 10 19:36:43.337 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-07-10T19:36:45.040ZJul 10 19:36:43.337 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17452026-07-10T19:36:45.040ZJul 10 19:36:43.337 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17462026-07-10T19:36:45.040ZJul 10 19:36:43.337 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17472026-07-10T19:36:45.646ZJul 10 19:36:43.965 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-07-10T19:36:45.871ZJul 10 19:36:44.192 INFO Download complete, target: TransceiverControl
17492026-07-10T19:36:46.978ZJul 10 19:36:45.272 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-07-10T19:36:47.006ZJul 10 19:36:45.331 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17512026-07-10T19:36:47.104ZJul 10 19:36:45.410 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17522026-07-10T19:36:47.343ZJul 10 19:36:45.656 INFO Download complete, target: Console
17532026-07-10T19:36:48.634ZJul 10 19:36:46.964 INFO Download complete, target: MaghemiteDdmd
17542026-07-10T19:36:53.378ZJul 10 19:36:51.711 INFO Checking that binary works, target: Clickhouse
17552026-07-10T19:36:53.475ZJul 10 19:36:51.807 INFO Download complete, target: Clickhouse
17562026-07-10T19:37:07.681ZJul 10 19:37:06.009 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17572026-07-10T19:37:07.900ZJul 10 19:37:06.229 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17582026-07-10T19:37:08.104ZJul 10 19:37:06.437 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17592026-07-10T19:37:08.104ZJul 10 19:37:06.437 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17602026-07-10T19:37:10.146ZJul 10 19:37:08.479 INFO Download complete, target: DendriteStub
17612026-07-10T19:37:10.200ZJul 10 19:37:08.532 INFO Download complete, target: MaghemiteMgd
17622026-07-10T19:37:12.527ZJul 10 19:37:10.859 INFO Checking that binary works, target: Cockroach
17632026-07-10T19:37:12.649ZJul 10 19:37:10.982 INFO Download complete, target: Cockroach
17642026-07-10T19:37:12.664ZAll builder prerequisites installed successfully, and PATH looks valid
17652026-07-10T19:37:12.667Z
17662026-07-10T19:37:12.668Zreal 2:20.877796812
17672026-07-10T19:37:12.668Zuser 6:37.482258007
17682026-07-10T19:37:12.668Zsys 1:21.712562831
17692026-07-10T19:37:12.668Ztrap 0.228483192
17702026-07-10T19:37:12.668Ztflt 0.476058590
17712026-07-10T19:37:12.668Zdflt 0.770560989
17722026-07-10T19:37:12.668Zkflt 0.024623802
17732026-07-10T19:37:12.668Zlock 26:09.807039942
17742026-07-10T19:37:12.668Zslp 21:02.505508537
17752026-07-10T19:37:12.668Zlat 41.791491381
17762026-07-10T19:37:12.668Zstop 1:55.579885793
17772026-07-10T19:37:12.668Z+ banner clippy
17782026-07-10T19:37:12.668Z
17792026-07-10T19:37:12.668Z #### # # ##### ##### # #
17802026-07-10T19:37:12.668Z # # # # # # # # # #
17812026-07-10T19:37:12.668Z # # # # # # # #
17822026-07-10T19:37:12.668Z # # # ##### ##### #
17832026-07-10T19:37:12.668Z # # # # # # #
17842026-07-10T19:37:12.668Z #### ###### # # # #
17852026-07-10T19:37:12.668Z
17862026-07-10T19:37:12.668Z+ export CARGO_INCREMENTAL=0
17872026-07-10T19:37:12.668Z+ CARGO_INCREMENTAL=0
17882026-07-10T19:37:12.668Z+ ptime -m cargo xtask clippy
17892026-07-10T19:37:13.121Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17902026-07-10T19:37:13.405Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17912026-07-10T19:37:15.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
17922026-07-10T19:37:15.248Z Running `target/debug/xtask clippy`
17932026-07-10T19:37:15.273Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17942026-07-10T19:37:15.840Z Downloading crates ...
17952026-07-10T19:37:16.050Z Downloaded cast v0.3.0
17962026-07-10T19:37:16.053Z Downloaded concurrent-queue v2.5.0
17972026-07-10T19:37:16.053Z Downloaded anes v0.1.6
17982026-07-10T19:37:16.057Z Downloaded addr2line v0.25.1
17992026-07-10T19:37:16.060Z Downloaded async-lock v3.4.2
18002026-07-10T19:37:16.060Z Downloaded async-object-pool v0.2.0
18012026-07-10T19:37:16.060Z Downloaded constant_time_eq v0.3.1
18022026-07-10T19:37:16.064Z Downloaded cfg-expr v0.20.6
18032026-07-10T19:37:16.067Z Downloaded blake2b_simd v1.0.4
18042026-07-10T19:37:16.067Z Downloaded tinytemplate v1.2.1
18052026-07-10T19:37:16.070Z Downloaded pathdiff v0.2.3
18062026-07-10T19:37:16.070Z Downloaded path-tree v0.8.3
18072026-07-10T19:37:16.070Z Downloaded datatest-stable v0.3.3
18082026-07-10T19:37:16.073Z Downloaded termcolor v1.4.1
18092026-07-10T19:37:16.074Z Downloaded linkme v0.3.35
18102026-07-10T19:37:16.078Z Downloaded target-triple v1.0.0
18112026-07-10T19:37:16.082Z Downloaded httptest v0.16.4
18122026-07-10T19:37:16.086Z Downloaded backtrace-ext v0.2.1
18132026-07-10T19:37:16.089Z Downloaded approx v0.5.1
18142026-07-10T19:37:16.089Z Downloaded supports-hyperlinks v2.1.0
18152026-07-10T19:37:16.089Z Downloaded miette-derive v5.10.0
18162026-07-10T19:37:16.092Z Downloaded hex-literal v0.4.1
18172026-07-10T19:37:16.092Z Downloaded event-listener-strategy v0.5.4
18182026-07-10T19:37:16.095Z Downloaded nested v0.1.1
18192026-07-10T19:37:16.100Z Downloaded libtest-mimic v0.8.1
18202026-07-10T19:37:16.103Z Downloaded similar-asserts v1.7.0
18212026-07-10T19:37:16.106Z Downloaded fancy-regex v0.14.0
18222026-07-10T19:37:16.106Z Downloaded guppy-workspace-hack v0.1.0
18232026-07-10T19:37:16.109Z Downloaded assert-json-diff v2.0.2
18242026-07-10T19:37:16.113Z Downloaded plotters-svg v0.3.7
18252026-07-10T19:37:16.116Z Downloaded escape8259 v0.5.3
18262026-07-10T19:37:16.116Z Downloaded plotters-backend v0.3.7
18272026-07-10T19:37:16.119Z Downloaded supports-unicode v2.1.0
18282026-07-10T19:37:16.120Z Downloaded serde_regex v1.1.0
18292026-07-10T19:37:16.123Z Downloaded target-spec v3.5.7
18302026-07-10T19:37:16.123Z Downloaded futures-timer v3.0.3
18312026-07-10T19:37:16.126Z Downloaded assert_cmd v2.1.2
18322026-07-10T19:37:16.126Z Downloaded parking v2.2.1
18332026-07-10T19:37:16.131Z Downloaded terminal_size v0.1.17
18342026-07-10T19:37:16.134Z Downloaded relative-path v1.9.3
18352026-07-10T19:37:16.135Z Downloaded partial-io v0.5.4
18362026-07-10T19:37:16.138Z Downloaded supports-color v2.1.0
18372026-07-10T19:37:16.138Z Downloaded owo-colors v3.5.0
18382026-07-10T19:37:16.141Z Downloaded linkme-impl v0.3.35
18392026-07-10T19:37:16.141Z Downloaded event-listener v5.4.1
18402026-07-10T19:37:16.141Z Downloaded rust-argon2 v2.1.0
18412026-07-10T19:37:16.145Z Downloaded hickory-client v0.25.2
18422026-07-10T19:37:16.152Z Downloaded rustc-demangle v0.1.27
18432026-07-10T19:37:16.155Z Downloaded target-lexicon v0.13.3
18442026-07-10T19:37:16.155Z Downloaded stringmetrics v2.2.2
18452026-07-10T19:37:16.155Z Downloaded rstest v0.25.0
18462026-07-10T19:37:16.158Z Downloaded criterion-plot v0.6.0
18472026-07-10T19:37:16.161Z Downloaded knuffel-derive v3.2.0
18482026-07-10T19:37:16.169Z Downloaded oorandom v11.1.5
18492026-07-10T19:37:16.173Z Downloaded knuffel v3.2.0
18502026-07-10T19:37:16.176Z Downloaded trybuild v1.0.116
18512026-07-10T19:37:16.176Z Downloaded rand_distr v0.5.1
18522026-07-10T19:37:16.179Z Downloaded miette v5.10.0
18532026-07-10T19:37:16.189Z Downloaded textwrap v0.15.2
18542026-07-10T19:37:16.192Z Downloaded backtrace v0.3.76
18552026-07-10T19:37:16.195Z Downloaded rstest_macros v0.25.0
18562026-07-10T19:37:16.199Z Downloaded chumsky v0.9.3
18572026-07-10T19:37:16.203Z Downloaded criterion v0.7.0
18582026-07-10T19:37:16.207Z Downloaded hashbrown v0.14.5
18592026-07-10T19:37:16.210Z Downloaded guppy v0.17.25
18602026-07-10T19:37:16.216Z Downloaded plotters v0.3.7
18612026-07-10T19:37:16.232Z Downloaded gimli v0.32.3
18622026-07-10T19:37:16.345Z Downloaded httpmock v0.8.3
18632026-07-10T19:37:18.019Z Checking cfg-if v1.0.4
18642026-07-10T19:37:18.380Z Checking libc v0.2.185
18652026-07-10T19:37:18.383Z Checking serde_core v1.0.228
18662026-07-10T19:37:18.457Z Checking memchr v2.8.0
18672026-07-10T19:37:18.500Z Checking zeroize v1.8.2
18682026-07-10T19:37:18.500Z Checking smallvec v1.15.1
18692026-07-10T19:37:18.573Z Checking rand_core v0.10.0
18702026-07-10T19:37:18.612Z Checking itoa v1.0.17
18712026-07-10T19:37:18.649Z Checking subtle v2.6.1
18722026-07-10T19:37:18.713Z Checking log v0.4.29
18732026-07-10T19:37:18.754Z Checking libm v0.2.16
18742026-07-10T19:37:18.802Z Checking typenum v1.20.1
18752026-07-10T19:37:18.843Z Checking getrandom v0.4.1
18762026-07-10T19:37:18.847Z Checking errno v0.3.14
18772026-07-10T19:37:18.916Z Checking scopeguard v1.2.0
18782026-07-10T19:37:18.959Z Checking stable_deref_trait v1.2.1
18792026-07-10T19:37:18.998Z Checking zmij v1.0.21
18802026-07-10T19:37:19.037Z Checking zerofrom v0.1.6
18812026-07-10T19:37:19.076Z Checking lock_api v0.4.14
18822026-07-10T19:37:19.119Z Checking percent-encoding v2.3.2
18832026-07-10T19:37:19.159Z Checking writeable v0.6.2
18842026-07-10T19:37:19.197Z Checking yoke v0.8.1
18852026-07-10T19:37:19.234Z Checking litemap v0.8.1
18862026-07-10T19:37:19.292Z Checking icu_properties_data v2.1.2
18872026-07-10T19:37:19.331Z Checking icu_normalizer_data v2.1.1
18882026-07-10T19:37:19.370Z Checking pin-project-lite v0.2.17
18892026-07-10T19:37:19.409Z Checking zerovec v0.11.5
18902026-07-10T19:37:19.446Z Checking zerotrie v0.2.3
18912026-07-10T19:37:19.485Z Checking form_urlencoded v1.2.2
18922026-07-10T19:37:19.488Z Checking num-traits v0.2.19
18932026-07-10T19:37:19.557Z Checking utf8_iter v1.0.4
18942026-07-10T19:37:19.601Z Checking parking_lot_core v0.9.12
18952026-07-10T19:37:19.640Z Checking zerocopy v0.8.40
18962026-07-10T19:37:19.686Z Checking portable-atomic v1.13.1
18972026-07-10T19:37:19.733Z Checking critical-section v1.2.0
18982026-07-10T19:37:19.773Z Checking signal-hook-registry v1.4.8
18992026-07-10T19:37:19.821Z Checking parking_lot v0.12.5
19002026-07-10T19:37:19.864Z Checking tinystr v0.8.2
19012026-07-10T19:37:19.864Z Checking potential_utf v0.1.4
19022026-07-10T19:37:19.933Z Checking serde v1.0.228
19032026-07-10T19:37:20.032Z Checking serde_json v1.0.150
19042026-07-10T19:37:20.035Z Checking bitflags v2.11.0
19052026-07-10T19:37:20.073Z Checking icu_collections v2.1.1
19062026-07-10T19:37:20.077Z Checking icu_locale_core v2.1.1
19072026-07-10T19:37:20.146Z Checking once_cell v1.21.3
19082026-07-10T19:37:20.185Z Checking mio v1.2.0
19092026-07-10T19:37:20.242Z Checking socket2 v0.6.3
19102026-07-10T19:37:20.352Z Checking iana-time-zone v0.1.65
19112026-07-10T19:37:20.392Z Checking bytes v1.11.1
19122026-07-10T19:37:20.448Z Checking uuid v1.23.4
19132026-07-10T19:37:20.491Z Checking chrono v0.4.44
19142026-07-10T19:37:20.531Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19152026-07-10T19:37:20.531Z Checking thiserror v2.0.18
19162026-07-10T19:37:20.643Z Checking semver v1.0.28
19172026-07-10T19:37:20.682Z Checking futures-core v0.3.32
19182026-07-10T19:37:20.722Z Checking icu_provider v2.1.1
19192026-07-10T19:37:20.818Z Checking dyn-clone v1.0.20
19202026-07-10T19:37:20.889Z Checking getrandom v0.2.17
19212026-07-10T19:37:20.926Z Checking equivalent v1.0.2
19222026-07-10T19:37:20.930Z Checking tokio v1.52.1
19232026-07-10T19:37:20.998Z Checking cmov v0.5.4
19242026-07-10T19:37:21.001Z Checking icu_normalizer v2.1.1
19252026-07-10T19:37:21.001Z Checking icu_properties v2.1.2
19262026-07-10T19:37:21.100Z Checking rustix v1.1.3
19272026-07-10T19:37:21.103Z Checking rand_core v0.6.4
19282026-07-10T19:37:21.218Z Checking ctutils v0.4.2
19292026-07-10T19:37:21.348Z Checking byteorder v1.5.0
19302026-07-10T19:37:21.386Z Checking futures-sink v0.3.32
19312026-07-10T19:37:21.424Z Checking futures-io v0.3.32
19322026-07-10T19:37:21.464Z Checking hybrid-array v0.4.13
19332026-07-10T19:37:21.515Z Checking futures-channel v0.3.32
19342026-07-10T19:37:21.568Z Checking futures-task v0.3.32
19352026-07-10T19:37:21.605Z Checking slab v0.4.12
19362026-07-10T19:37:21.737Z Checking generic-array v0.14.7
19372026-07-10T19:37:21.741Z Checking thiserror v1.0.69
19382026-07-10T19:37:21.808Z Checking futures-util v0.3.32
19392026-07-10T19:37:21.897Z Checking getrandom v0.3.4
19402026-07-10T19:37:21.937Z Checking idna_adapter v1.2.1
19412026-07-10T19:37:21.979Z Checking hashbrown v0.17.0
19422026-07-10T19:37:22.073Z Checking base64ct v1.8.3
19432026-07-10T19:37:22.111Z Checking idna v1.1.0
19442026-07-10T19:37:22.216Z Checking const-oid v0.9.6
19452026-07-10T19:37:22.254Z Checking crypto-common v0.2.2
19462026-07-10T19:37:22.337Z Checking crypto-common v0.1.7
19472026-07-10T19:37:22.387Z Checking url v2.5.8
19482026-07-10T19:37:22.468Z Checking ppv-lite86 v0.2.21
19492026-07-10T19:37:22.506Z Checking fnv v1.0.7
19502026-07-10T19:37:22.510Z Checking indexmap v2.14.0
19512026-07-10T19:37:22.664Z Checking regex-syntax v0.8.10
19522026-07-10T19:37:22.791Z Checking block-buffer v0.12.1
19532026-07-10T19:37:22.835Z Checking schemars v0.8.22
19542026-07-10T19:37:22.873Z Checking block-buffer v0.10.4
19552026-07-10T19:37:22.926Z Checking http v1.4.2
19562026-07-10T19:37:22.981Z Checking tracing-core v0.1.36
19572026-07-10T19:37:23.041Z Checking digest v0.10.7
19582026-07-10T19:37:23.087Z Checking base64 v0.22.1
19592026-07-10T19:37:23.267Z Checking utf8parse v0.2.2
19602026-07-10T19:37:23.311Z Checking tracing v0.1.44
19612026-07-10T19:37:23.355Z Checking anstyle v1.0.14
19622026-07-10T19:37:23.398Z Checking colorchoice v1.0.4
19632026-07-10T19:37:23.503Z Checking is_terminal_polyfill v1.70.2
19642026-07-10T19:37:23.543Z Checking anstyle-query v1.1.5
19652026-07-10T19:37:23.546Z Checking ipnet v2.11.0
19662026-07-10T19:37:23.577Z Checking const-oid v0.10.2
19672026-07-10T19:37:23.649Z Checking anstyle-parse v1.0.0
19682026-07-10T19:37:23.652Z Checking terminal_size v0.4.3
19692026-07-10T19:37:23.718Z Checking aho-corasick v1.1.4
19702026-07-10T19:37:23.757Z Checking crossbeam-utils v0.8.21
19712026-07-10T19:37:23.793Z Checking unicode-ident v1.0.24
19722026-07-10T19:37:23.830Z Checking strsim v0.11.1
19732026-07-10T19:37:23.830Z Checking anstream v1.0.0
19742026-07-10T19:37:23.900Z Checking powerfmt v0.2.0
19752026-07-10T19:37:23.938Z Checking proc-macro2 v1.0.106
19762026-07-10T19:37:23.996Z Checking clap_lex v1.0.0
19772026-07-10T19:37:24.034Z Checking httparse v1.10.1
19782026-07-10T19:37:24.076Z Checking deranged v0.5.8
19792026-07-10T19:37:24.115Z Checking num_threads v0.1.7
19802026-07-10T19:37:24.151Z Checking num-conv v0.2.0
19812026-07-10T19:37:24.187Z Checking clap_builder v4.6.0
19822026-07-10T19:37:24.226Z Checking tokio-util v0.7.18
19832026-07-10T19:37:24.231Z Checking cpufeatures v0.3.0
19842026-07-10T19:37:24.298Z Checking time-core v0.1.8
19852026-07-10T19:37:24.301Z Checking quote v1.0.45
19862026-07-10T19:37:24.301Z Checking rand_core v0.9.5
19872026-07-10T19:37:24.404Z Checking digest v0.11.3
19882026-07-10T19:37:24.441Z Checking regex-automata v0.4.14
19892026-07-10T19:37:24.476Z Checking erased-serde v0.3.31
19902026-07-10T19:37:24.532Z Checking syn v2.0.117
19912026-07-10T19:37:24.570Z Checking http-body v1.0.1
19922026-07-10T19:37:24.609Z Checking allocator-api2 v0.2.21
19932026-07-10T19:37:24.772Z Checking cpufeatures v0.2.17
19942026-07-10T19:37:24.828Z Checking atomic-waker v1.1.2
19952026-07-10T19:37:24.867Z Checking rand_chacha v0.9.0
19962026-07-10T19:37:24.905Z Checking slog v2.8.2
19972026-07-10T19:37:24.942Z Checking aws-lc-sys v0.40.0
19982026-07-10T19:37:24.980Z Checking anyhow v1.0.102
19992026-07-10T19:37:25.030Z Checking time v0.3.47
20002026-07-10T19:37:25.094Z Checking rustls-pki-types v1.14.0
20012026-07-10T19:37:25.199Z Checking try-lock v0.2.5
20022026-07-10T19:37:25.238Z Checking httpdate v1.0.3
20032026-07-10T19:37:25.330Z Checking untrusted v0.7.1
20042026-07-10T19:37:25.412Z Checking want v0.3.1
20052026-07-10T19:37:25.415Z Checking rand v0.9.2
20062026-07-10T19:37:25.483Z Checking h2 v0.4.15
20072026-07-10T19:37:25.487Z Checking clap v4.6.1
20082026-07-10T19:37:25.487Z Checking aws-lc-rs v1.16.3
20092026-07-10T19:37:25.586Z Checking tower-service v0.3.3
20102026-07-10T19:37:25.654Z Checking tower-layer v0.3.3
20112026-07-10T19:37:25.723Z Checking ryu v1.0.23
20122026-07-10T19:37:25.836Z Checking ipnetwork v0.21.1
20132026-07-10T19:37:25.890Z Checking hex v0.4.3
20142026-07-10T19:37:25.958Z Checking untrusted v0.9.0
20152026-07-10T19:37:26.081Z Checking fastrand v2.3.0
20162026-07-10T19:37:26.119Z Checking mime v0.3.17
20172026-07-10T19:37:26.156Z Checking pem-rfc7468 v0.7.0
20182026-07-10T19:37:26.234Z Checking block-padding v0.4.2
20192026-07-10T19:37:26.299Z Checking spin v0.9.8
20202026-07-10T19:37:26.339Z Checking flagset v0.4.7
20212026-07-10T19:37:26.343Z Checking http-body-util v0.1.3
20222026-07-10T19:37:26.343Z Checking pretty-hex v0.4.1
20232026-07-10T19:37:26.444Z Checking inout v0.2.2
20242026-07-10T19:37:26.447Z Checking rustls-webpki v0.103.13
20252026-07-10T19:37:26.518Z Checking der v0.7.10
20262026-07-10T19:37:26.521Z Checking simd-adler32 v0.3.8
20272026-07-10T19:37:26.521Z Checking tempfile v3.25.0
20282026-07-10T19:37:26.685Z Checking adler2 v2.0.1
20292026-07-10T19:37:26.688Z Checking openssl-probe v0.2.1
20302026-07-10T19:37:26.812Z Checking plain v0.2.3
20312026-07-10T19:37:26.848Z Checking miniz_oxide v0.8.9
20322026-07-10T19:37:26.883Z Checking cipher v0.5.2
20332026-07-10T19:37:26.886Z Checking rustls v0.23.41
20342026-07-10T19:37:26.917Z Checking regex v1.12.3
20352026-07-10T19:37:26.920Z Checking serde_urlencoded v0.7.1
20362026-07-10T19:37:27.021Z Checking camino v1.2.2
20372026-07-10T19:37:27.143Z Checking encoding_rs v0.8.35
20382026-07-10T19:37:27.213Z Checking ucd-trie v0.1.7
20392026-07-10T19:37:27.216Z Checking rand_chacha v0.3.1
20402026-07-10T19:37:27.284Z Checking oxnet v0.1.6
20412026-07-10T19:37:27.321Z Checking sync_wrapper v1.0.2
20422026-07-10T19:37:27.361Z Checking spki v0.7.3
20432026-07-10T19:37:27.396Z Checking pest v2.8.6
20442026-07-10T19:37:27.452Z Checking either v1.15.0
20452026-07-10T19:37:27.490Z Checking rand v0.8.6
20462026-07-10T19:37:27.552Z Checking tower v0.5.3
20472026-07-10T19:37:27.590Z Checking futures-executor v0.3.32
20482026-07-10T19:37:27.670Z Checking crc32fast v1.5.0
20492026-07-10T19:37:27.769Z Checking iri-string v0.7.10
20502026-07-10T19:37:27.842Z Checking futures v0.3.32
20512026-07-10T19:37:27.953Z Checking static_assertions v1.1.0
20522026-07-10T19:37:27.994Z Checking foldhash v0.2.0
20532026-07-10T19:37:28.035Z Checking pkcs8 v0.10.2
20542026-07-10T19:37:28.073Z Checking openapiv3 v2.2.0
20552026-07-10T19:37:28.118Z Checking hubpack v0.1.2
20562026-07-10T19:37:28.175Z Checking hashbrown v0.16.1
20572026-07-10T19:37:28.217Z Checking zlib-rs v0.6.2
20582026-07-10T19:37:28.314Z Checking rustls-native-certs v0.8.3
20592026-07-10T19:37:28.352Z Checking hyper v1.10.1
20602026-07-10T19:37:28.475Z Checking sha2 v0.10.9
20612026-07-10T19:37:28.513Z Checking strum v0.26.3
20622026-07-10T19:37:28.652Z Checking psl-types v2.0.11
20632026-07-10T19:37:28.713Z Checking lazy_static v1.5.0
20642026-07-10T19:37:28.778Z Checking cookie v0.18.1
20652026-07-10T19:37:28.873Z Checking publicsuffix v2.3.0
20662026-07-10T19:37:28.878Z Checking tower-http v0.6.8
20672026-07-10T19:37:28.887Z Checking tinyvec_macros v0.1.1
20682026-07-10T19:37:28.985Z Checking tinyvec v1.10.0
20692026-07-10T19:37:29.023Z Checking scroll v0.13.0
20702026-07-10T19:37:29.060Z Checking cookie_store v0.22.1
20712026-07-10T19:37:29.139Z Checking flate2 v1.1.9
20722026-07-10T19:37:29.177Z Checking signature v2.2.0
20732026-07-10T19:37:29.235Z Checking tokio-rustls v0.26.4
20742026-07-10T19:37:29.278Z Checking rustls-platform-verifier v0.6.2
20752026-07-10T19:37:29.317Z Checking hyper-util v0.1.20
20762026-07-10T19:37:29.355Z Checking goblin v0.10.5
20772026-07-10T19:37:29.359Z Checking num-integer v0.1.46
20782026-07-10T19:37:29.426Z Checking memmap2 v0.9.10
20792026-07-10T19:37:29.430Z Checking data-encoding v2.10.0
20802026-07-10T19:37:29.498Z Checking bit-vec v0.8.0
20812026-07-10T19:37:29.502Z Checking dtrace-parser v0.3.0
20822026-07-10T19:37:29.502Z Checking hmac v0.12.1
20832026-07-10T19:37:29.603Z Checking thread-id v5.1.0
20842026-07-10T19:37:29.644Z Checking wait-timeout v0.2.1
20852026-07-10T19:37:29.708Z Checking bstr v1.12.1
20862026-07-10T19:37:29.747Z Checking crossbeam-epoch v0.9.18
20872026-07-10T19:37:29.750Z Checking bit-set v0.8.0
20882026-07-10T19:37:29.750Z Checking anstyle-parse v0.2.7
20892026-07-10T19:37:29.848Z Checking ahash v0.8.12
20902026-07-10T19:37:29.852Z Checking toml_datetime v0.6.11
20912026-07-10T19:37:29.952Z Checking serde_spanned v0.6.9
20922026-07-10T19:37:29.990Z Checking quick-error v1.2.3
20932026-07-10T19:37:29.994Z Checking anstream v0.6.21
20942026-07-10T19:37:30.069Z Checking rand_xorshift v0.4.0
20952026-07-10T19:37:30.107Z Checking memoffset v0.9.1
20962026-07-10T19:37:30.111Z Checking scroll v0.12.0
20972026-07-10T19:37:30.180Z Checking rusty-fork v0.3.1
20982026-07-10T19:37:30.183Z Checking unarray v0.1.4
20992026-07-10T19:37:30.251Z Checking x509-cert v0.2.5
21002026-07-10T19:37:30.255Z Checking zerocopy v0.7.35
21012026-07-10T19:37:30.285Z Checking unicode-segmentation v1.12.0
21022026-07-10T19:37:30.355Z Checking num-iter v0.1.45
21032026-07-10T19:37:30.391Z Checking goblin v0.8.2
21042026-07-10T19:37:30.395Z Checking proptest v1.10.0
21052026-07-10T19:37:30.493Z Checking dtrace-parser v0.2.0
21062026-07-10T19:37:30.578Z Checking hyper-rustls v0.27.7
21072026-07-10T19:37:30.652Z Checking ff v0.13.1
21082026-07-10T19:37:30.766Z Checking thread-id v4.2.2
21092026-07-10T19:37:30.805Z Checking foreign-types-shared v0.1.1
21102026-07-10T19:37:30.843Z Checking reqwest v0.13.2
21112026-07-10T19:37:30.847Z Checking base16ct v0.2.0
21122026-07-10T19:37:30.915Z Checking group v0.13.0
21132026-07-10T19:37:30.956Z Checking foreign-types v0.3.2
21142026-07-10T19:37:30.959Z Checking nix v0.31.2
21152026-07-10T19:37:31.023Z Checking sec1 v0.7.3
21162026-07-10T19:37:31.059Z Checking hkdf v0.12.4
21172026-07-10T19:37:31.097Z Checking crypto-bigint v0.5.5
21182026-07-10T19:37:31.220Z Checking rustix v0.38.44
21192026-07-10T19:37:31.258Z Checking openssl-sys v0.9.115
21202026-07-10T19:37:31.659Z Checking env_filter v1.0.0
21212026-07-10T19:37:31.750Z Checking same-file v1.0.6
21222026-07-10T19:37:31.790Z Checking dof v0.4.0
21232026-07-10T19:37:31.831Z Checking keccak v0.1.6
21242026-07-10T19:37:31.898Z Checking winnow v0.7.14
21252026-07-10T19:37:32.008Z Checking elliptic-curve v0.13.8
21262026-07-10T19:37:32.046Z Checking sha3 v0.10.8
21272026-07-10T19:37:32.087Z Checking walkdir v2.5.0
21282026-07-10T19:37:32.238Z Checking env_logger v0.11.9
21292026-07-10T19:37:32.270Z Checking newtype-uuid v1.3.2
21302026-07-10T19:37:32.309Z Checking openssl v0.10.79
21312026-07-10T19:37:32.312Z Checking num-bigint-dig v0.8.6
21322026-07-10T19:37:32.379Z Checking dof v0.3.0
21332026-07-10T19:37:32.383Z Checking pkcs1 v0.7.5
21342026-07-10T19:37:32.451Z Checking itertools v0.13.0
21352026-07-10T19:37:32.454Z Checking usdt-impl v0.6.0
21362026-07-10T19:37:32.523Z Checking daft v0.1.7
21372026-07-10T19:37:32.642Z Checking serde_with v3.17.0
21382026-07-10T19:37:32.682Z Checking usdt-impl v0.5.0
21392026-07-10T19:37:32.790Z Checking bitflags v1.3.2
21402026-07-10T19:37:32.831Z Checking usdt v0.6.0
21412026-07-10T19:37:32.893Z Checking siphasher v1.0.2
21422026-07-10T19:37:32.989Z Checking winnow v1.0.3
21432026-07-10T19:37:33.028Z Checking unicode-normalization v0.1.25
21442026-07-10T19:37:33.081Z Checking signal-hook v0.3.18
21452026-07-10T19:37:33.131Z Checking managed v0.8.0
21462026-07-10T19:37:33.169Z Checking rsa v0.9.10
21472026-07-10T19:37:33.299Z Checking winnow v0.5.40
21482026-07-10T19:37:33.338Z Checking toml_parser v1.1.2+spec-1.1.0
21492026-07-10T19:37:33.374Z Checking toml_write v0.1.2
21502026-07-10T19:37:33.457Z Checking chacha20 v0.10.0
21512026-07-10T19:37:33.534Z Checking curve25519-dalek v4.1.3
21522026-07-10T19:37:33.573Z Checking toml_edit v0.22.27
21532026-07-10T19:37:33.664Z Checking bzip2-sys v0.1.13+1.0.8
21542026-07-10T19:37:33.702Z Checking object v0.37.3
21552026-07-10T19:37:33.742Z Checking foldhash v0.1.5
21562026-07-10T19:37:33.781Z Checking bzip2 v0.4.4
21572026-07-10T19:37:33.905Z Checking hashbrown v0.15.5
21582026-07-10T19:37:33.969Z Checking signal-hook-mio v0.2.5
21592026-07-10T19:37:34.096Z Checking globset v0.4.18
21602026-07-10T19:37:34.135Z Checking ed25519 v2.2.3
21612026-07-10T19:37:34.328Z Checking ref-cast v1.0.25
21622026-07-10T19:37:34.332Z Checking native-tls v0.2.18
21632026-07-10T19:37:34.402Z Checking zstd-sys v2.0.16+zstd.1.5.7
21642026-07-10T19:37:34.405Z Checking ed25519-dalek v2.2.0
21652026-07-10T19:37:34.438Z Checking zip v0.6.6
21662026-07-10T19:37:34.507Z Checking toml_edit v0.19.15
21672026-07-10T19:37:34.510Z Checking pin-project v1.1.11
21682026-07-10T19:37:34.578Z Checking zstd-safe v7.2.4
21692026-07-10T19:37:34.582Z Checking tokio-native-tls v0.3.1
21702026-07-10T19:37:34.669Z Checking libbz2-rs-sys v0.2.2
21712026-07-10T19:37:34.705Z Checking bumpalo v3.20.2
21722026-07-10T19:37:34.710Z Checking crossterm v0.28.1
21732026-07-10T19:37:34.776Z Checking zstd v0.13.3
21742026-07-10T19:37:34.813Z Checking hyper-tls v0.6.0
21752026-07-10T19:37:34.850Z Checking similar v2.7.0
21762026-07-10T19:37:34.929Z Checking zopfli v0.8.3
21772026-07-10T19:37:34.992Z Checking fs-err v3.3.0
21782026-07-10T19:37:35.031Z Checking reqwest v0.12.28
21792026-07-10T19:37:35.086Z Checking bzip2 v0.6.1
21802026-07-10T19:37:35.263Z Checking pem v3.0.6
21812026-07-10T19:37:35.301Z Checking hash32 v0.2.1
21822026-07-10T19:37:35.306Z Checking serde-big-array v0.5.1
21832026-07-10T19:37:35.372Z Checking unicode-properties v0.1.4
21842026-07-10T19:37:35.450Z Checking unicode-bidi v0.3.18
21852026-07-10T19:37:35.489Z Checking predicates-core v1.0.10
21862026-07-10T19:37:35.493Z Checking jiff v0.2.21
21872026-07-10T19:37:35.560Z Checking heapless v0.7.17
21882026-07-10T19:37:35.597Z Checking snafu v0.8.9
21892026-07-10T19:37:35.601Z Checking toml v0.7.8
21902026-07-10T19:37:35.683Z Checking olpc-cjson v0.1.4
21912026-07-10T19:37:35.778Z Checking stringprep v0.1.5
21922026-07-10T19:37:35.817Z Checking hickory-proto v0.25.2
21932026-07-10T19:37:35.855Z Checking md-5 v0.10.6
21942026-07-10T19:37:35.903Z Checking serde_plain v1.0.2
21952026-07-10T19:37:35.952Z Checking float-cmp v0.10.0
21962026-07-10T19:37:36.026Z Checking normalize-line-endings v0.3.0
21972026-07-10T19:37:36.030Z Checking difflib v0.4.0
21982026-07-10T19:37:36.030Z Checking typed-path v0.9.3
21992026-07-10T19:37:36.097Z Checking fallible-iterator v0.2.0
22002026-07-10T19:37:36.100Z Checking smoltcp v0.9.1
22012026-07-10T19:37:36.167Z Checking iddqd v0.4.2
22022026-07-10T19:37:36.171Z Checking phf_shared v0.13.1
22032026-07-10T19:37:36.262Z Checking predicates v3.1.4
22042026-07-10T19:37:36.424Z Checking postgres-protocol v0.6.10
22052026-07-10T19:37:36.427Z Checking phf_shared v0.11.3
22062026-07-10T19:37:36.588Z Checking tokio-stream v0.1.18
22072026-07-10T19:37:36.631Z Checking buf-list v1.1.2
22082026-07-10T19:37:36.720Z Checking strum v0.27.2
22092026-07-10T19:37:36.801Z Checking fixedbitset v0.4.2
22102026-07-10T19:37:36.847Z Checking tough v0.22.0
22112026-07-10T19:37:36.850Z Checking lalrpop-util v0.19.12
22122026-07-10T19:37:36.916Z Checking fixedbitset v0.5.7
22132026-07-10T19:37:36.988Z Checking new_debug_unreachable v1.0.6
22142026-07-10T19:37:37.026Z Checking precomputed-hash v0.1.1
22152026-07-10T19:37:37.068Z Checking petgraph v0.6.5
22162026-07-10T19:37:37.108Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22172026-07-10T19:37:37.111Z Checking postgres-types v0.2.12
22182026-07-10T19:37:37.177Z Checking string_cache v0.8.9
22192026-07-10T19:37:37.181Z Checking petgraph v0.8.3
22202026-07-10T19:37:37.375Z Checking phf v0.13.1
22212026-07-10T19:37:37.483Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22222026-07-10T19:37:37.552Z Checking peg-runtime v0.8.5
22232026-07-10T19:37:37.727Z Checking whoami v2.1.0
22242026-07-10T19:37:37.771Z Checking zip v4.6.1
22252026-07-10T19:37:37.925Z Checking is-terminal v0.4.17
22262026-07-10T19:37:37.965Z Checking tokio-postgres v0.7.16
22272026-07-10T19:37:38.047Z Checking crossbeam-channel v0.5.15
22282026-07-10T19:37:38.373Z Checking thread_local v1.1.9
22292026-07-10T19:37:38.411Z Compiling structmeta-derive v0.3.0
22302026-07-10T19:37:38.449Z Checking term v1.2.1
22312026-07-10T19:37:38.570Z Checking take_mut v0.2.2
22322026-07-10T19:37:38.667Z Compiling newtype-uuid-macros v0.1.0
22332026-07-10T19:37:38.703Z Checking slog-term v2.9.2
22342026-07-10T19:37:38.706Z Checking slog-async v2.8.0
22352026-07-10T19:37:38.804Z Compiling multer v3.1.0
22362026-07-10T19:37:38.908Z Compiling async-stream-impl v0.3.6
22372026-07-10T19:37:38.945Z Checking match_cfg v0.1.0
22382026-07-10T19:37:39.025Z Checking slog-json v2.6.1
22392026-07-10T19:37:39.066Z Checking hostname v0.3.1
22402026-07-10T19:37:39.176Z Compiling dropshot v0.17.1
22412026-07-10T19:37:39.214Z Compiling dropshot_endpoint v0.17.1
22422026-07-10T19:37:39.218Z Checking slog-bunyan v2.5.0
22432026-07-10T19:37:39.285Z Checking debug-ignore v1.0.5
22442026-07-10T19:37:39.390Z Checking sha1 v0.11.0
22452026-07-10T19:37:39.427Z Checking toml_datetime v1.1.1+spec-1.1.0
22462026-07-10T19:37:39.533Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22472026-07-10T19:37:39.568Z Checking serde_path_to_error v0.1.20
22482026-07-10T19:37:39.605Z Compiling structmeta v0.3.0
22492026-07-10T19:37:39.608Z Checking serde_spanned v1.1.1
22502026-07-10T19:37:39.608Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22512026-07-10T19:37:39.711Z Checking compression-core v0.4.31
22522026-07-10T19:37:39.748Z Checking toml_writer v1.1.1+spec-1.1.0
22532026-07-10T19:37:39.784Z Checking progenitor-client v0.14.0
22542026-07-10T19:37:39.856Z Checking async-stream v0.3.6
22552026-07-10T19:37:39.893Z Checking compression-codecs v0.4.37
22562026-07-10T19:37:39.928Z Compiling derive-ex v0.1.8
22572026-07-10T19:37:39.963Z Checking toml v1.1.2+spec-1.1.0
22582026-07-10T19:37:40.038Z Checking rustls-pemfile v2.2.0
22592026-07-10T19:37:40.041Z Checking waitgroup v0.1.2
22602026-07-10T19:37:40.108Z Checking hostname v0.4.2
22612026-07-10T19:37:40.111Z Checking async-compression v0.4.41
22622026-07-10T19:37:40.197Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-07-10T19:37:40.235Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22642026-07-10T19:37:40.238Z Checking atomicwrites v0.4.4
22652026-07-10T19:37:40.313Z Checking itertools v0.14.0
22662026-07-10T19:37:40.344Z Compiling parse-display-derive v0.10.0
22672026-07-10T19:37:40.388Z Checking macaddr v1.0.1
22682026-07-10T19:37:40.427Z Checking regress v0.10.5
22692026-07-10T19:37:40.464Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22702026-07-10T19:37:40.558Z Checking instant v0.1.13
22712026-07-10T19:37:40.600Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22722026-07-10T19:37:40.679Z Checking backoff v0.4.0
22732026-07-10T19:37:40.880Z Checking backon v1.6.0
22742026-07-10T19:37:40.919Z Checking humantime v2.3.0
22752026-07-10T19:37:40.955Z Checking unicode-width v0.2.0
22762026-07-10T19:37:41.074Z Checking progenitor-extras v0.2.0
22772026-07-10T19:37:41.126Z Compiling convert_case v0.4.0
22782026-07-10T19:37:41.234Z Checking heck v0.5.0
22792026-07-10T19:37:41.330Z Checking half v2.7.1
22802026-07-10T19:37:41.392Z Checking ciborium-io v0.2.2
22812026-07-10T19:37:41.445Z Checking secrecy v0.10.3
22822026-07-10T19:37:41.515Z Checking camino-tempfile v1.4.1
22832026-07-10T19:37:41.553Z Compiling derive_more v0.99.20
22842026-07-10T19:37:41.590Z Compiling regress v0.11.1
22852026-07-10T19:37:41.627Z Checking ciborium-ll v0.2.2
22862026-07-10T19:37:41.661Z Compiling test-strategy v0.4.5
22872026-07-10T19:37:41.702Z Checking indent_write v2.2.0
22882026-07-10T19:37:41.826Z Checking ciborium v0.2.2
22892026-07-10T19:37:41.864Z Compiling crucible-workspace-hack v0.1.0
22902026-07-10T19:37:42.125Z Checking parse-display v0.10.0
22912026-07-10T19:37:42.271Z Compiling unsafe-libyaml v0.2.11
22922026-07-10T19:37:42.310Z Checking inout v0.1.4
22932026-07-10T19:37:42.314Z Checking universal-hash v0.5.1
22942026-07-10T19:37:42.475Z Checking cipher v0.4.4
22952026-07-10T19:37:42.512Z Compiling thiserror-impl-no-std v2.0.2
22962026-07-10T19:37:42.711Z Checking swrite v0.1.0
22972026-07-10T19:37:42.834Z Compiling serde_yaml v0.9.34+deprecated
22982026-07-10T19:37:43.045Z Checking opaque-debug v0.3.1
22992026-07-10T19:37:43.085Z Checking chacha20 v0.9.1
23002026-07-10T19:37:43.146Z Checking poly1305 v0.8.0
23012026-07-10T19:37:43.184Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23022026-07-10T19:37:43.309Z Compiling typify-impl v0.6.2
23032026-07-10T19:37:43.435Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23042026-07-10T19:37:43.590Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23052026-07-10T19:37:43.727Z Checking thiserror-no-std v2.0.2
23062026-07-10T19:37:43.782Z Checking blake2 v0.10.6
23072026-07-10T19:37:43.939Z Checking aead v0.5.2
23082026-07-10T19:37:44.018Z Checking password-hash v0.5.0
23092026-07-10T19:37:44.056Z Checking chacha20poly1305 v0.10.1
23102026-07-10T19:37:44.153Z Checking vsss-rs v3.3.4
23112026-07-10T19:37:44.213Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23122026-07-10T19:37:44.275Z Checking argon2 v0.5.3
23132026-07-10T19:37:44.333Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23142026-07-10T19:37:44.644Z Checking byte-wrapper v0.1.0
23152026-07-10T19:37:44.647Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23162026-07-10T19:37:44.647Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23172026-07-10T19:37:44.748Z Checking crossbeam-deque v0.8.6
23182026-07-10T19:37:44.850Z Compiling rayon-core v1.13.0
23192026-07-10T19:37:44.885Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23202026-07-10T19:37:44.939Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23212026-07-10T19:37:44.977Z Compiling toml_datetime v0.7.5+spec-1.1.0
23222026-07-10T19:37:45.252Z Compiling toml_edit v0.23.10+spec-1.0.0
23232026-07-10T19:37:45.290Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23242026-07-10T19:37:45.470Z Compiling proc-macro-error v1.0.4
23252026-07-10T19:37:45.617Z Checking rayon v1.11.0
23262026-07-10T19:37:45.840Z Checking tabwriter v1.4.1
23272026-07-10T19:37:46.024Z Compiling proc-macro-crate v3.4.0
23282026-07-10T19:37:46.335Z Checking toml v0.8.23
23292026-07-10T19:37:46.393Z Checking glob v0.3.3
23302026-07-10T19:37:46.461Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23312026-07-10T19:37:46.540Z Checking colored v3.1.1
23322026-07-10T19:37:46.588Z Compiling heapless v0.8.0
23332026-07-10T19:37:46.625Z Compiling ingot-macros v0.1.1
23342026-07-10T19:37:46.629Z Compiling num_enum_derive v0.7.6
23352026-07-10T19:37:46.694Z Checking hash32 v0.3.1
23362026-07-10T19:37:46.773Z Checking unicode-width v0.1.14
23372026-07-10T19:37:46.849Z Compiling smoltcp v0.11.0
23382026-07-10T19:37:47.051Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23392026-07-10T19:37:47.166Z Checking cobs v0.3.0
23402026-07-10T19:37:47.280Z Compiling usdt-macro v0.5.0
23412026-07-10T19:37:47.350Z Compiling usdt-attr-macro v0.5.0
23422026-07-10T19:37:47.396Z Checking memmap v0.7.0
23432026-07-10T19:37:47.449Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23442026-07-10T19:37:47.543Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23452026-07-10T19:37:47.734Z Checking num_enum v0.7.6
23462026-07-10T19:37:47.823Z Checking postcard v1.1.3
23472026-07-10T19:37:47.860Z Compiling typify-macro v0.6.2
23482026-07-10T19:37:47.896Z Checking rand v0.10.1
23492026-07-10T19:37:48.041Z Compiling proc-macro-crate v1.3.1
23502026-07-10T19:37:48.201Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23512026-07-10T19:37:48.206Z Checking usdt v0.5.0
23522026-07-10T19:37:48.378Z Checking sigpipe v0.1.3
23532026-07-10T19:37:48.381Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23542026-07-10T19:37:48.449Z Compiling foreign-types-macros v0.2.3
23552026-07-10T19:37:48.483Z Checking foreign-types-shared v0.3.1
23562026-07-10T19:37:48.522Z Compiling num_enum_derive v0.5.11
23572026-07-10T19:37:48.761Z Checking cstr-argument v0.1.2
23582026-07-10T19:37:48.803Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23592026-07-10T19:37:48.863Z Compiling num-derive v0.4.2
23602026-07-10T19:37:48.915Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23612026-07-10T19:37:49.082Z Checking foreign-types v0.5.0
23622026-07-10T19:37:49.194Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23632026-07-10T19:37:49.266Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23642026-07-10T19:37:49.402Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23652026-07-10T19:37:49.407Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23662026-07-10T19:37:49.509Z Checking ingot-types v0.1.2
23672026-07-10T19:37:49.550Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-07-10T19:37:49.590Z Checking num_enum v0.5.11
23692026-07-10T19:37:49.593Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23702026-07-10T19:37:49.659Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23712026-07-10T19:37:49.662Z Compiling typify v0.6.2
23722026-07-10T19:37:49.775Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23732026-07-10T19:37:49.844Z Compiling progenitor-impl v0.14.0
23742026-07-10T19:37:49.848Z Compiling zone_cfg_derive v0.3.1
23752026-07-10T19:37:49.913Z Checking ingot v0.1.1
23762026-07-10T19:37:50.018Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23772026-07-10T19:37:50.078Z Checking itertools v0.12.1
23782026-07-10T19:37:50.215Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23792026-07-10T19:37:50.504Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23802026-07-10T19:37:50.626Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23812026-07-10T19:37:50.713Z Checking smf v0.2.3
23822026-07-10T19:37:50.792Z Checking whoami v1.6.1
23832026-07-10T19:37:50.861Z Checking tokio-dtrace v0.1.1
23842026-07-10T19:37:50.944Z Compiling derive-where v1.6.0
23852026-07-10T19:37:50.997Z Checking console v0.15.11
23862026-07-10T19:37:51.033Z Checking newline-converter v0.3.0
23872026-07-10T19:37:51.079Z Checking oxide-tokio-rt v0.1.4
23882026-07-10T19:37:51.172Z Checking bytecount v0.6.9
23892026-07-10T19:37:51.209Z Checking zone v0.3.1
23902026-07-10T19:37:51.280Z Compiling owo-colors v4.3.0
23912026-07-10T19:37:51.317Z Compiling cancel-safe-futures v0.1.5
23922026-07-10T19:37:51.320Z Checking expectorate v1.2.0
23932026-07-10T19:37:51.512Z Checking libsw-core v0.3.2
23942026-07-10T19:37:51.605Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23952026-07-10T19:37:51.608Z Checking num-rational v0.4.2
23962026-07-10T19:37:51.743Z Checking libsw v3.5.0
23972026-07-10T19:37:51.926Z Checking num-complex v0.4.6
23982026-07-10T19:37:51.961Z Checking linear-map v1.2.0
23992026-07-10T19:37:51.998Z Checking float-ord v0.3.2
24002026-07-10T19:37:52.129Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24012026-07-10T19:37:52.166Z Checking gethostname v0.5.0
24022026-07-10T19:37:52.284Z Compiling prettyplease v0.2.37
24032026-07-10T19:37:52.322Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24042026-07-10T19:37:52.325Z Checking num v0.4.3
24052026-07-10T19:37:52.438Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24062026-07-10T19:37:52.443Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24072026-07-10T19:37:52.563Z Compiling progenitor-macro v0.14.0
24082026-07-10T19:37:52.755Z Checking resolv-conf v0.7.6
24092026-07-10T19:37:52.791Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24102026-07-10T19:37:52.826Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24112026-07-10T19:37:52.966Z Checking smawk v0.3.2
24122026-07-10T19:37:53.125Z Checking unicode-linebreak v0.1.5
24132026-07-10T19:37:53.369Z Checking papergrid v0.11.0
24142026-07-10T19:37:53.842Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24152026-07-10T19:37:53.910Z Compiling tabled_derive v0.7.0
24162026-07-10T19:37:53.962Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24172026-07-10T19:37:54.008Z Compiling convert_case v0.10.0
24182026-07-10T19:37:54.081Z Compiling slog-dtrace v0.3.0
24192026-07-10T19:37:54.240Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24202026-07-10T19:37:54.353Z Compiling derive_more-impl v2.1.1
24212026-07-10T19:37:54.397Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24222026-07-10T19:37:54.609Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24232026-07-10T19:37:54.936Z Checking tabled v0.15.0
24242026-07-10T19:37:55.111Z Checking linked-hash-map v0.5.6
24252026-07-10T19:37:55.204Z Checking derive_more v2.1.1
24262026-07-10T19:37:55.304Z Checking lru-cache v0.1.2
24272026-07-10T19:37:55.342Z Checking crossterm v0.29.0
24282026-07-10T19:37:55.839Z Checking hickory-proto v0.24.4
24292026-07-10T19:37:55.942Z Checking fd-lock v4.0.4
24302026-07-10T19:37:56.389Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24312026-07-10T19:37:56.598Z Checking vte v0.14.1
24322026-07-10T19:37:56.804Z Checking display-error-chain v0.2.2
24332026-07-10T19:37:56.903Z Checking strip-ansi-escapes v0.2.1
24342026-07-10T19:37:57.095Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24352026-07-10T19:37:57.210Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24362026-07-10T19:37:57.440Z Checking progenitor v0.14.0
24372026-07-10T19:37:57.643Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24382026-07-10T19:37:58.084Z Checking termtree v0.5.1
24392026-07-10T19:37:58.155Z Checking nu-ansi-term v0.50.3
24402026-07-10T19:37:58.250Z Checking hickory-resolver v0.24.4
24412026-07-10T19:37:58.295Z Checking textwrap v0.16.2
24422026-07-10T19:37:58.391Z Checking reedline v0.40.0
24432026-07-10T19:37:58.427Z Compiling minimal-lexical v0.2.1
24442026-07-10T19:37:58.690Z Compiling nom v7.1.3
24452026-07-10T19:37:58.725Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24462026-07-10T19:37:59.028Z Checking qorb v0.4.1
24472026-07-10T19:37:59.208Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24482026-07-10T19:37:59.365Z Compiling unicode-xid v0.2.6
24492026-07-10T19:37:59.526Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24502026-07-10T19:37:59.795Z Compiling ar_archive_writer v0.5.1
24512026-07-10T19:38:00.065Z Checking csv-core v0.1.13
24522026-07-10T19:38:00.136Z Compiling stacker v0.1.23
24532026-07-10T19:38:00.234Z Checking highway v1.3.0
24542026-07-10T19:38:00.271Z Compiling cfg_aliases v0.1.1
24552026-07-10T19:38:00.275Z Checking csv v1.4.0
24562026-07-10T19:38:00.380Z Compiling semver v0.1.20
24572026-07-10T19:38:00.490Z Compiling nix v0.28.0
24582026-07-10T19:38:00.526Z Checking nibble_vec v0.1.0
24592026-07-10T19:38:00.672Z Compiling psm v0.1.30
24602026-07-10T19:38:00.750Z Compiling rustc_version v0.1.7
24612026-07-10T19:38:00.756Z Checking endian-type v0.1.2
24622026-07-10T19:38:00.785Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24632026-07-10T19:38:00.819Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24642026-07-10T19:38:00.955Z Checking radix_trie v0.2.1
24652026-07-10T19:38:00.997Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24662026-07-10T19:38:01.043Z Compiling newtype_derive v0.1.6
24672026-07-10T19:38:01.196Z Checking phf_shared v0.12.1
24682026-07-10T19:38:01.293Z Compiling recursive-proc-macro-impl v0.1.1
24692026-07-10T19:38:01.335Z Compiling chrono-tz v0.10.4
24702026-07-10T19:38:01.373Z Checking phf v0.12.1
24712026-07-10T19:38:01.645Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24722026-07-10T19:38:01.681Z Compiling const_format_proc_macros v0.2.34
24732026-07-10T19:38:01.716Z Compiling peg-macros v0.8.5
24742026-07-10T19:38:01.749Z Checking recursive v0.1.1
24752026-07-10T19:38:01.753Z Checking nom v8.0.0
24762026-07-10T19:38:01.875Z Checking winnow v0.6.26
24772026-07-10T19:38:02.192Z Compiling sqlparser_derive v0.5.0
24782026-07-10T19:38:02.572Z Checking unicode_categories v0.1.1
24792026-07-10T19:38:02.585Z Checking home v0.5.12
24802026-07-10T19:38:02.745Z Checking rustyline v14.0.0
24812026-07-10T19:38:02.781Z Checking const_format v0.2.35
24822026-07-10T19:38:02.998Z Checking sqlparser v0.61.0
24832026-07-10T19:38:03.042Z Checking sqlformat v0.3.5
24842026-07-10T19:38:03.105Z Checking peg v0.8.5
24852026-07-10T19:38:03.311Z Checking bcs v0.1.6
24862026-07-10T19:38:03.462Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24872026-07-10T19:38:03.518Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24882026-07-10T19:38:03.559Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24892026-07-10T19:38:03.594Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24902026-07-10T19:38:03.747Z Checking steno v0.4.1
24912026-07-10T19:38:03.788Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24922026-07-10T19:38:03.902Z Checking sha1 v0.10.6
24932026-07-10T19:38:04.075Z Checking filetime v0.2.27
24942026-07-10T19:38:04.242Z Checking xattr v1.6.1
24952026-07-10T19:38:04.407Z Checking tar v0.4.45
24962026-07-10T19:38:04.590Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24972026-07-10T19:38:04.802Z Checking subprocess v0.2.15
24982026-07-10T19:38:04.838Z Checking headers-core v0.3.0
24992026-07-10T19:38:04.873Z Checking base64 v0.21.7
25002026-07-10T19:38:04.977Z Checking headers v0.4.1
25012026-07-10T19:38:05.126Z Checking yasna v0.5.2
25022026-07-10T19:38:05.163Z Checking dropshot-api-manager-types v0.7.2
25032026-07-10T19:38:05.362Z Checking tagptr v0.2.0
25042026-07-10T19:38:05.472Z Checking utf-8 v0.7.6
25052026-07-10T19:38:05.533Z Checking moka v0.12.13
25062026-07-10T19:38:05.569Z Checking rcgen v0.12.1
25072026-07-10T19:38:05.634Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25082026-07-10T19:38:05.788Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25092026-07-10T19:38:05.828Z Checking tungstenite v0.21.0
25102026-07-10T19:38:05.956Z Compiling libefi-sys v0.1.0
25112026-07-10T19:38:06.263Z Checking hickory-resolver v0.25.2
25122026-07-10T19:38:06.297Z Checking tokio-tungstenite v0.21.0
25132026-07-10T19:38:06.379Z Compiling bitfield-struct v0.6.2
25142026-07-10T19:38:06.612Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25152026-07-10T19:38:06.886Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25162026-07-10T19:38:07.005Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25172026-07-10T19:38:07.063Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25182026-07-10T19:38:07.330Z Compiling radium v0.7.0
25192026-07-10T19:38:07.462Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25202026-07-10T19:38:07.509Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25212026-07-10T19:38:07.566Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25222026-07-10T19:38:07.669Z Compiling maybe-uninit v2.0.0
25232026-07-10T19:38:07.702Z Checking tap v1.0.1
25242026-07-10T19:38:07.827Z Compiling zerocopy-derive v0.6.6
25252026-07-10T19:38:07.862Z Checking wyz v0.5.1
25262026-07-10T19:38:07.898Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25272026-07-10T19:38:07.935Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25282026-07-10T19:38:08.056Z Checking crc-catalog v2.4.0
25292026-07-10T19:38:08.094Z Checking funty v2.0.0
25302026-07-10T19:38:08.126Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25312026-07-10T19:38:08.130Z Compiling packed_struct v0.10.1
25322026-07-10T19:38:08.195Z Checking crc v3.4.0
25332026-07-10T19:38:08.434Z Checking bitvec v1.0.1
25342026-07-10T19:38:08.501Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25352026-07-10T19:38:08.546Z Compiling packed_struct_codegen v0.10.1
25362026-07-10T19:38:08.649Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25372026-07-10T19:38:08.694Z Checking zerocopy v0.6.6
25382026-07-10T19:38:09.019Z Compiling bitfield-macros v0.19.4
25392026-07-10T19:38:09.559Z Compiling indexmap v1.9.3
25402026-07-10T19:38:09.662Z Checking nodrop v0.1.14
25412026-07-10T19:38:09.782Z Checking array-init v0.0.4
25422026-07-10T19:38:09.787Z Checking bitfield v0.19.4
25432026-07-10T19:38:09.931Z Checking smallvec v0.6.14
25442026-07-10T19:38:10.084Z Checking hashbrown v0.12.3
25452026-07-10T19:38:10.147Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25462026-07-10T19:38:10.182Z Checking serde-hex v0.1.0
25472026-07-10T19:38:10.335Z Checking ron v0.8.1
25482026-07-10T19:38:10.905Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-07-10T19:38:10.941Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25502026-07-10T19:38:10.976Z Checking hashbrown v0.13.2
25512026-07-10T19:38:11.032Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25522026-07-10T19:38:11.162Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25532026-07-10T19:38:11.199Z Checking crc-any v2.5.0
25542026-07-10T19:38:11.410Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25552026-07-10T19:38:11.445Z Checking object v0.30.4
25562026-07-10T19:38:11.607Z Checking path-slash v0.1.5
25572026-07-10T19:38:11.644Z Compiling xshell-macros v0.2.7
25582026-07-10T19:38:11.745Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25592026-07-10T19:38:12.082Z Checking xshell v0.2.7
25602026-07-10T19:38:12.117Z Checking half v1.8.3
25612026-07-10T19:38:12.163Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25622026-07-10T19:38:12.312Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25632026-07-10T19:38:12.348Z Checking serde_cbor v0.11.2
25642026-07-10T19:38:12.403Z Compiling proc-macro-error-attr2 v2.0.0
25652026-07-10T19:38:12.772Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25662026-07-10T19:38:12.850Z Compiling proc-macro-error2 v2.0.1
25672026-07-10T19:38:13.013Z Compiling num-derive v0.3.3
25682026-07-10T19:38:13.103Z Checking maplit v1.0.2
25692026-07-10T19:38:13.181Z Compiling tabled_derive v0.11.0
25702026-07-10T19:38:13.228Z Checking papergrid v0.17.0
25712026-07-10T19:38:13.623Z Checking testing_table v0.3.0
25722026-07-10T19:38:13.754Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25732026-07-10T19:38:13.934Z Checking libscf-sys v1.1.0
25742026-07-10T19:38:14.046Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25752026-07-10T19:38:14.097Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25762026-07-10T19:38:14.202Z Compiling progenitor-impl v0.13.0
25772026-07-10T19:38:14.229Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-07-10T19:38:14.328Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25792026-07-10T19:38:14.399Z Checking tabled v0.20.0
25802026-07-10T19:38:14.557Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25812026-07-10T19:38:14.880Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25822026-07-10T19:38:15.115Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25832026-07-10T19:38:15.210Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25842026-07-10T19:38:15.500Z Checking progenitor-client v0.13.0
25852026-07-10T19:38:15.585Z Checking unicase v2.9.0
25862026-07-10T19:38:15.680Z Checking crc8 v0.1.1
25872026-07-10T19:38:15.788Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25882026-07-10T19:38:15.823Z Checking fxhash v0.2.1
25892026-07-10T19:38:15.828Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25902026-07-10T19:38:15.981Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25912026-07-10T19:38:16.332Z Compiling vergen-lib v0.1.6
25922026-07-10T19:38:16.436Z Compiling diesel_derives v2.3.7
25932026-07-10T19:38:16.563Z Checking scheduled-thread-pool v0.2.7
25942026-07-10T19:38:16.644Z Compiling dsl_auto_type v0.2.0
25952026-07-10T19:38:16.734Z Compiling vergen-gitcl v1.0.8
25962026-07-10T19:38:16.756Z Compiling diesel_table_macro_syntax v0.3.0
25972026-07-10T19:38:16.791Z Compiling progenitor-macro v0.13.0
25982026-07-10T19:38:16.844Z Checking r2d2 v0.8.10
25992026-07-10T19:38:16.915Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26002026-07-10T19:38:16.985Z Checking downcast-rs v2.0.2
26012026-07-10T19:38:17.030Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26022026-07-10T19:38:17.071Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26032026-07-10T19:38:17.288Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26042026-07-10T19:38:17.401Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26052026-07-10T19:38:17.558Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26062026-07-10T19:38:17.598Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26072026-07-10T19:38:17.602Z Checking kstat-rs v0.2.4
26082026-07-10T19:38:17.664Z Checking arc-swap v1.8.2
26092026-07-10T19:38:17.699Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26102026-07-10T19:38:17.866Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26112026-07-10T19:38:17.915Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26122026-07-10T19:38:17.944Z Checking slog-scope v4.4.1
26132026-07-10T19:38:18.117Z Compiling dirs-sys-next v0.1.2
26142026-07-10T19:38:18.209Z Compiling parking_lot_core v0.8.6
26152026-07-10T19:38:18.405Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26162026-07-10T19:38:18.438Z Compiling crunchy v0.2.4
26172026-07-10T19:38:18.548Z Compiling dirs-next v2.0.0
26182026-07-10T19:38:18.583Z Checking slog-stdlog v4.1.1
26192026-07-10T19:38:18.705Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26202026-07-10T19:38:18.742Z Compiling clang-sys v1.8.1
26212026-07-10T19:38:18.820Z Compiling git-stub v1.0.0
26222026-07-10T19:38:19.111Z Compiling tiny-keccak v2.0.2
26232026-07-10T19:38:19.223Z Compiling git-stub-vcs v0.1.0
26242026-07-10T19:38:19.297Z Checking slog-envlogger v2.2.0
26252026-07-10T19:38:19.380Z Compiling term v0.7.0
26262026-07-10T19:38:19.475Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26272026-07-10T19:38:19.613Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26282026-07-10T19:38:19.657Z Compiling bit-vec v0.6.3
26292026-07-10T19:38:19.792Z Compiling ascii-canvas v3.0.0
26302026-07-10T19:38:19.843Z Checking parking_lot v0.11.2
26312026-07-10T19:38:19.906Z Compiling bit-set v0.5.3
26322026-07-10T19:38:19.963Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26332026-07-10T19:38:20.018Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26342026-07-10T19:38:20.090Z Checking prefix-trie v0.7.0
26352026-07-10T19:38:20.094Z Compiling itertools v0.10.5
26362026-07-10T19:38:20.340Z Compiling ena v0.14.4
26372026-07-10T19:38:20.440Z Compiling libloading v0.8.9
26382026-07-10T19:38:20.476Z Compiling diff v0.1.13
26392026-07-10T19:38:20.508Z Compiling regex-syntax v0.6.29
26402026-07-10T19:38:20.580Z Compiling bindgen v0.71.1
26412026-07-10T19:38:20.804Z Checking hickory-server v0.25.2
26422026-07-10T19:38:21.197Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26432026-07-10T19:38:21.242Z Checking sled v0.34.7
26442026-07-10T19:38:21.724Z Checking progenitor v0.13.0
26452026-07-10T19:38:21.812Z Compiling cexpr v0.6.0
26462026-07-10T19:38:21.893Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26472026-07-10T19:38:22.092Z Compiling lalrpop v0.19.12
26482026-07-10T19:38:22.517Z Checking nanorand v0.7.0
26492026-07-10T19:38:22.521Z Compiling salty v0.3.0
26502026-07-10T19:38:22.614Z Checking diesel v2.3.7
26512026-07-10T19:38:22.683Z Compiling rustc-hash v2.1.1
26522026-07-10T19:38:22.745Z Checking flume v0.11.1
26532026-07-10T19:38:22.923Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26542026-07-10T19:38:23.021Z Compiling libxml v0.3.3
26552026-07-10T19:38:23.192Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26562026-07-10T19:38:23.531Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26572026-07-10T19:38:23.950Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26582026-07-10T19:38:24.106Z Compiling strum_macros v0.24.3
26592026-07-10T19:38:24.391Z Compiling fs-err v2.11.0
26602026-07-10T19:38:24.628Z Compiling indoc v1.0.9
26612026-07-10T19:38:25.111Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26622026-07-10T19:38:25.354Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26632026-07-10T19:38:25.404Z Checking quick-xml v0.37.5
26642026-07-10T19:38:25.508Z Checking derive_builder v0.20.2
26652026-07-10T19:38:25.655Z Compiling oso-derive v0.27.3
26662026-07-10T19:38:25.731Z Compiling impl-trait-for-tuples v0.2.3
26672026-07-10T19:38:26.215Z Compiling trait-variant v0.1.2
26682026-07-10T19:38:26.380Z Checking openssl-probe v0.1.6
26692026-07-10T19:38:26.785Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26702026-07-10T19:38:26.819Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26712026-07-10T19:38:27.326Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26722026-07-10T19:38:27.632Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26732026-07-10T19:38:28.016Z Checking rfc6979 v0.4.0
26742026-07-10T19:38:28.127Z Checking assert_matches v1.5.0
26752026-07-10T19:38:28.173Z Checking parse-size v1.1.0
26762026-07-10T19:38:28.233Z Checking ecdsa v0.16.9
26772026-07-10T19:38:28.326Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26782026-07-10T19:38:28.477Z Checking primeorder v0.13.6
26792026-07-10T19:38:28.612Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26802026-07-10T19:38:28.756Z Checking p384 v0.13.1
26812026-07-10T19:38:28.850Z Checking predicates-tree v1.0.13
26822026-07-10T19:38:28.998Z Checking bb8 v0.8.6
26832026-07-10T19:38:29.208Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26842026-07-10T19:38:29.294Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26852026-07-10T19:38:29.375Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26862026-07-10T19:38:29.529Z Compiling mime_guess v2.0.5
26872026-07-10T19:38:29.532Z Checking http-range v0.1.5
26882026-07-10T19:38:29.695Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-07-10T19:38:29.830Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26902026-07-10T19:38:29.901Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26912026-07-10T19:38:30.107Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26922026-07-10T19:38:30.140Z Checking atty v0.2.14
26932026-07-10T19:38:30.175Z Checking corncobs v0.1.4
26942026-07-10T19:38:30.207Z Checking nonempty v0.12.0
26952026-07-10T19:38:30.330Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26962026-07-10T19:38:30.404Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26972026-07-10T19:38:30.448Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26982026-07-10T19:38:30.619Z Checking ignore v0.4.25
26992026-07-10T19:38:30.653Z Checking secrecy v0.8.0
27002026-07-10T19:38:30.799Z Checking hyper-staticfile v0.10.1
27012026-07-10T19:38:31.072Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27022026-07-10T19:38:31.108Z Checking globwalk v0.9.1
27032026-07-10T19:38:31.143Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27042026-07-10T19:38:31.328Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27052026-07-10T19:38:31.447Z Compiling illumos-nvpair-sys v0.2.0
27062026-07-10T19:38:31.486Z Checking camino-tempfile-ext v0.3.3
27072026-07-10T19:38:31.600Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27082026-07-10T19:38:31.713Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27092026-07-10T19:38:31.757Z Checking signal-hook-tokio v0.3.1
27102026-07-10T19:38:31.910Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27112026-07-10T19:38:32.102Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27122026-07-10T19:38:32.199Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27132026-07-10T19:38:32.389Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27142026-07-10T19:38:32.593Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27152026-07-10T19:38:32.846Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27162026-07-10T19:38:32.906Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27172026-07-10T19:38:32.942Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27182026-07-10T19:38:32.977Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27192026-07-10T19:38:33.343Z Checking illumos-nvpair v0.3.0
27202026-07-10T19:38:33.540Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27212026-07-10T19:38:33.977Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27222026-07-10T19:38:34.407Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27232026-07-10T19:38:34.702Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27242026-07-10T19:38:34.739Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27252026-07-10T19:38:34.815Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27262026-07-10T19:38:34.932Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27272026-07-10T19:38:34.967Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27282026-07-10T19:38:35.066Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27292026-07-10T19:38:35.642Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27302026-07-10T19:38:35.790Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27312026-07-10T19:38:36.084Z Checking tungstenite v0.23.0
27322026-07-10T19:38:36.120Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27332026-07-10T19:38:36.231Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27342026-07-10T19:38:36.552Z Checking tokio-tungstenite v0.23.1
27352026-07-10T19:38:36.647Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27362026-07-10T19:38:36.882Z Checking async-bb8-diesel v0.2.1
27372026-07-10T19:38:37.019Z Checking diesel-dtrace v0.5.0
27382026-07-10T19:38:37.075Z Checking rand_seeder v0.4.0
27392026-07-10T19:38:37.255Z Checking void v1.0.2
27402026-07-10T19:38:37.293Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27412026-07-10T19:38:37.296Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27422026-07-10T19:38:37.362Z Checking nix v0.27.1
27432026-07-10T19:38:37.396Z Checking lzss v0.8.2
27442026-07-10T19:38:37.484Z Checking serde_bytes v0.11.19
27452026-07-10T19:38:37.609Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27462026-07-10T19:38:37.645Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27472026-07-10T19:38:37.694Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27482026-07-10T19:38:37.949Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27492026-07-10T19:38:38.346Z Checking is_ci v1.2.0
27502026-07-10T19:38:38.456Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27512026-07-10T19:38:38.658Z Checking yansi v1.0.1
27522026-07-10T19:38:38.714Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27532026-07-10T19:38:38.756Z Checking cpubits v0.1.1
27542026-07-10T19:38:38.862Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27552026-07-10T19:38:38.941Z Checking pretty_assertions v1.4.1
27562026-07-10T19:38:39.138Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27572026-07-10T19:38:39.213Z Checking pem-rfc7468 v1.0.0
27582026-07-10T19:38:39.363Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27592026-07-10T19:38:39.401Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27602026-07-10T19:38:39.662Z Compiling darling_core v0.23.0
27612026-07-10T19:38:39.806Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27622026-07-10T19:38:40.730Z Compiling indoc v2.0.7
27632026-07-10T19:38:40.790Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27642026-07-10T19:38:41.042Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-07-10T19:38:41.239Z Checking hmac v0.13.0
27662026-07-10T19:38:41.425Z Checking universal-hash v0.6.1
27672026-07-10T19:38:41.588Z Compiling libz-sys v1.1.24
27682026-07-10T19:38:41.686Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27692026-07-10T19:38:41.852Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-07-10T19:38:42.010Z Compiling instability v0.3.11
27712026-07-10T19:38:42.247Z Compiling darling_macro v0.23.0
27722026-07-10T19:38:42.317Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-07-10T19:38:42.386Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27742026-07-10T19:38:42.430Z Checking castaway v0.2.4
27752026-07-10T19:38:42.573Z Checking compact_str v0.8.1
27762026-07-10T19:38:42.831Z Compiling darling v0.23.0
27772026-07-10T19:38:42.992Z Checking polyval v0.7.1
27782026-07-10T19:38:43.193Z Checking der v0.8.0
27792026-07-10T19:38:43.423Z Checking supports-color v3.0.2
27802026-07-10T19:38:43.589Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27812026-07-10T19:38:43.713Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27822026-07-10T19:38:43.836Z Checking unicode-truncate v1.1.0
27832026-07-10T19:38:43.958Z Checking console v0.16.2
27842026-07-10T19:38:44.031Z Checking lru v0.12.5
27852026-07-10T19:38:44.067Z Compiling libgit2-sys v0.18.3+1.9.2
27862026-07-10T19:38:44.110Z Checking cassowary v0.3.0
27872026-07-10T19:38:44.223Z Checking unit-prefix v0.5.2
27882026-07-10T19:38:44.375Z Checking ratatui v0.29.0
27892026-07-10T19:38:44.409Z Checking indicatif v0.18.4
27902026-07-10T19:38:44.444Z Checking ghash v0.6.0
27912026-07-10T19:38:44.744Z Checking pbkdf2 v0.13.0
27922026-07-10T19:38:44.824Z Checking aes v0.9.1
27932026-07-10T19:38:44.893Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27942026-07-10T19:38:45.291Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27952026-07-10T19:38:45.549Z Checking ctr v0.10.1
27962026-07-10T19:38:45.755Z Checking aead v0.6.1
27972026-07-10T19:38:45.791Z Checking sha2 v0.11.0
27982026-07-10T19:38:45.934Z Checking cargo-platform v0.3.2
27992026-07-10T19:38:46.155Z Checking cargo_metadata v0.23.1
28002026-07-10T19:38:46.192Z Checking aes-gcm v0.11.0
28012026-07-10T19:38:46.392Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-07-10T19:38:46.564Z Checking spki v0.8.0
28032026-07-10T19:38:46.772Z Checking crypto-bigint v0.7.5
28042026-07-10T19:38:46.963Z Checking cbc v0.2.1
28052026-07-10T19:38:47.135Z Checking salsa20 v0.11.0
28062026-07-10T19:38:47.316Z Compiling vergen-git2 v9.1.0
28072026-07-10T19:38:47.554Z Checking plotters-backend v0.3.7
28082026-07-10T19:38:47.790Z Checking plotters-svg v0.3.7
28092026-07-10T19:38:48.012Z Checking scrypt v0.12.0
28102026-07-10T19:38:48.102Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28112026-07-10T19:38:48.210Z Checking cast v0.3.0
28122026-07-10T19:38:48.390Z Checking pkcs5 v0.8.1
28132026-07-10T19:38:48.424Z Checking criterion-plot v0.6.0
28142026-07-10T19:38:48.696Z Checking plotters v0.3.7
28152026-07-10T19:38:48.732Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28162026-07-10T19:38:49.052Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28172026-07-10T19:38:49.295Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28182026-07-10T19:38:49.473Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28192026-07-10T19:38:49.538Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28202026-07-10T19:38:49.712Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28212026-07-10T19:38:49.748Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28222026-07-10T19:38:49.782Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28232026-07-10T19:38:49.952Z Checking colored v2.2.0
28242026-07-10T19:38:49.987Z Checking tinytemplate v1.2.1
28252026-07-10T19:38:50.189Z Checking shell-words v1.1.1
28262026-07-10T19:38:50.239Z Checking oorandom v11.1.5
28272026-07-10T19:38:50.344Z Checking anes v0.1.6
28282026-07-10T19:38:50.508Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28292026-07-10T19:38:50.578Z Checking criterion v0.7.0
28302026-07-10T19:38:50.718Z Checking pkcs8 v0.11.0
28312026-07-10T19:38:50.952Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28322026-07-10T19:38:51.852Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28332026-07-10T19:38:52.667Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28342026-07-10T19:38:53.481Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28352026-07-10T19:38:54.033Z Checking tokio-test v0.4.5
28362026-07-10T19:38:54.272Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28372026-07-10T19:38:54.371Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-07-10T19:38:54.515Z Checking twox-hash v2.1.2
28392026-07-10T19:38:54.783Z Checking ff v0.14.0
28402026-07-10T19:38:54.899Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28412026-07-10T19:38:54.952Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28422026-07-10T19:38:55.102Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28432026-07-10T19:38:55.525Z Checking fatfs v0.3.6
28442026-07-10T19:38:55.627Z Checking signature v3.0.0
28452026-07-10T19:38:55.814Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28462026-07-10T19:38:56.027Z Compiling seq-macro v0.3.6
28472026-07-10T19:38:56.115Z Checking base16ct v1.0.0
28482026-07-10T19:38:56.276Z Checking sec1 v0.8.1
28492026-07-10T19:38:56.514Z Checking group v0.14.0
28502026-07-10T19:38:56.583Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28512026-07-10T19:38:56.703Z Checking hkdf v0.13.0
28522026-07-10T19:38:56.867Z Compiling petname v2.0.2
28532026-07-10T19:38:56.988Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28542026-07-10T19:38:57.158Z Checking elliptic-curve v0.14.0-rc.33
28552026-07-10T19:38:57.195Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28562026-07-10T19:38:57.552Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28572026-07-10T19:38:57.655Z Checking concurrent-queue v2.5.0
28582026-07-10T19:38:57.873Z Checking rtoolbox v0.0.3
28592026-07-10T19:38:58.036Z Checking parking v2.2.1
28602026-07-10T19:38:58.190Z Checking event-listener v5.4.1
28612026-07-10T19:38:58.441Z Checking rpassword v7.4.0
28622026-07-10T19:38:58.581Z Checking tui-tree-widget v0.23.1
28632026-07-10T19:38:58.824Z Checking rfc6979 v0.5.0
28642026-07-10T19:38:58.925Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28652026-07-10T19:38:58.991Z Checking sapling-renderdag v0.1.0
28662026-07-10T19:38:59.114Z Checking sync-ptr v0.1.4
28672026-07-10T19:38:59.264Z Checking ecdsa v0.17.0-rc.18
28682026-07-10T19:38:59.267Z Checking event-listener-strategy v0.5.4
28692026-07-10T19:38:59.466Z Checking primeorder v0.14.0-rc.10
28702026-07-10T19:38:59.674Z Checking primefield v0.14.0
28712026-07-10T19:38:59.797Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28722026-07-10T19:38:59.913Z Compiling curve25519-dalek v5.0.0-rc.0
28732026-07-10T19:39:00.035Z Checking arrayvec v0.7.6
28742026-07-10T19:39:00.262Z Checking futures-timer v3.0.3
28752026-07-10T19:39:00.312Z Checking arrayref v0.3.9
28762026-07-10T19:39:00.420Z Checking constant_time_eq v0.4.2
28772026-07-10T19:39:00.588Z Checking async-lock v3.4.2
28782026-07-10T19:39:00.668Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28792026-07-10T19:39:01.059Z Checking ssh-encoding v0.3.0-rc.9
28802026-07-10T19:39:01.095Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28812026-07-10T19:39:01.323Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28822026-07-10T19:39:01.672Z Compiling strsim v0.10.0
28832026-07-10T19:39:02.032Z Compiling darling_core v0.13.4
28842026-07-10T19:39:02.543Z Checking async-object-pool v0.2.0
28852026-07-10T19:39:03.360Z Compiling samael v0.0.19
28862026-07-10T19:39:03.548Z Checking ed25519 v3.0.0
28872026-07-10T19:39:03.786Z Checking crypto-primes v0.7.2
28882026-07-10T19:39:03.840Z Checking pkcs1 v0.8.0-rc.4
28892026-07-10T19:39:03.915Z Checking poly1305 v0.9.0
28902026-07-10T19:39:04.080Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28912026-07-10T19:39:04.215Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28922026-07-10T19:39:04.472Z Checking serde_regex v1.1.0
28932026-07-10T19:39:04.660Z Checking blowfish v0.10.0
28942026-07-10T19:39:04.771Z Checking blake2 v0.11.0-rc.6
28952026-07-10T19:39:04.838Z Checking assert-json-diff v2.0.2
28962026-07-10T19:39:04.886Z Checking path-tree v0.8.3
28972026-07-10T19:39:05.033Z Checking keccak v0.2.0
28982026-07-10T19:39:05.067Z Checking fiat-crypto v0.3.0
28992026-07-10T19:39:05.101Z Checking gimli v0.32.3
29002026-07-10T19:39:05.223Z Compiling target-lexicon v0.13.3
29012026-07-10T19:39:05.773Z Checking stringmetrics v2.2.2
29022026-07-10T19:39:05.957Z Checking httpmock v0.8.3
29032026-07-10T19:39:06.699Z Checking addr2line v0.25.1
29042026-07-10T19:39:07.083Z Checking sha3 v0.11.0
29052026-07-10T19:39:07.465Z Checking argon2 v0.6.0-rc.8
29062026-07-10T19:39:07.818Z Checking bcrypt-pbkdf v0.11.0
29072026-07-10T19:39:08.010Z Checking rsa v0.10.0-rc.18
29082026-07-10T19:39:08.216Z Checking ssh-cipher v0.3.0-rc.9
29092026-07-10T19:39:08.462Z Compiling darling_macro v0.13.4
29102026-07-10T19:39:08.542Z Checking ed25519-dalek v3.0.0-rc.0
29112026-07-10T19:39:08.796Z Checking p521 v0.14.0-rc.10
29122026-07-10T19:39:08.986Z Checking p256 v0.14.0-rc.10
29132026-07-10T19:39:09.771Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29142026-07-10T19:39:10.040Z Checking kem v0.3.0
29152026-07-10T19:39:10.190Z Checking module-lattice v0.2.3
29162026-07-10T19:39:10.347Z Checking p384 v0.14.0-rc.10
29172026-07-10T19:39:10.441Z Compiling guppy-workspace-hack v0.1.0
29182026-07-10T19:39:10.511Z Checking hex-literal v0.4.1
29192026-07-10T19:39:10.610Z Checking rustc-demangle v0.1.27
29202026-07-10T19:39:10.716Z Checking ml-kem v0.3.2
29212026-07-10T19:39:10.877Z Checking backtrace v0.3.76
29222026-07-10T19:39:11.210Z Compiling darling v0.13.4
29232026-07-10T19:39:11.505Z Checking russh-cryptovec v0.61.0
29242026-07-10T19:39:11.591Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29252026-07-10T19:39:11.696Z Checking internal-russh-num-bigint v0.5.0
29262026-07-10T19:39:11.829Z Checking num-bigint v0.4.6
29272026-07-10T19:39:11.863Z Checking russh-util v0.52.0
29282026-07-10T19:39:12.019Z Checking generic-array v1.4.3
29292026-07-10T19:39:12.427Z Checking ssh-key v0.7.0-rc.10
29302026-07-10T19:39:12.462Z Compiling enum_dispatch v0.3.13
29312026-07-10T19:39:12.527Z Compiling git2 v0.20.4
29322026-07-10T19:39:12.723Z Compiling blake3 v1.8.5
29332026-07-10T19:39:12.780Z Compiling delegate v0.13.5
29342026-07-10T19:39:13.138Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29352026-07-10T19:39:13.351Z Checking md5 v0.8.0
29362026-07-10T19:39:13.471Z Checking hex-literal v1.1.0
29372026-07-10T19:39:13.555Z Compiling target-spec v3.5.7
29382026-07-10T19:39:13.603Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29392026-07-10T19:39:13.783Z Checking russh v0.61.2
29402026-07-10T19:39:14.105Z Checking cfg-expr v0.20.6
29412026-07-10T19:39:14.140Z Compiling serde_with_macros v1.5.2
29422026-07-10T19:39:14.296Z Checking backtrace-ext v0.2.1
29432026-07-10T19:39:14.536Z Checking supports-color v2.1.0
29442026-07-10T19:39:14.570Z Checking textwrap v0.15.2
29452026-07-10T19:39:14.708Z Checking supports-unicode v2.1.0
29462026-07-10T19:39:14.857Z Checking supports-hyperlinks v2.1.0
29472026-07-10T19:39:15.007Z Checking hashbrown v0.14.5
29482026-07-10T19:39:15.044Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29492026-07-10T19:39:15.259Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29502026-07-10T19:39:15.441Z Checking terminal_size v0.1.17
29512026-07-10T19:39:15.492Z Checking socket2 v0.5.10
29522026-07-10T19:39:15.527Z Compiling miette-derive v5.10.0
29532026-07-10T19:39:15.579Z Checking internet-checksum v0.2.1
29542026-07-10T19:39:15.762Z Checking owo-colors v3.5.0
29552026-07-10T19:39:15.931Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29562026-07-10T19:39:16.338Z Checking chumsky v0.9.3
29572026-07-10T19:39:16.786Z Checking miette v5.10.0
29582026-07-10T19:39:17.166Z Compiling serde_with v1.14.0
29592026-07-10T19:39:17.473Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29602026-07-10T19:39:17.620Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29612026-07-10T19:39:17.700Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29622026-07-10T19:39:18.066Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29632026-07-10T19:39:18.297Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29642026-07-10T19:39:18.333Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29652026-07-10T19:39:18.475Z Compiling knuffel-derive v3.2.0
29662026-07-10T19:39:18.512Z Checking httptest v0.16.4
29672026-07-10T19:39:18.563Z Checking pathdiff v0.2.3
29682026-07-10T19:39:18.704Z Checking topological-sort v0.2.2
29692026-07-10T19:39:18.884Z Checking nested v0.1.1
29702026-07-10T19:39:18.919Z Checking omicron-zone-package v0.12.3
29712026-07-10T19:39:19.056Z Checking guppy v0.17.25
29722026-07-10T19:39:19.202Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29732026-07-10T19:39:19.830Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29742026-07-10T19:39:19.950Z Compiling polar-core v0.27.3
29752026-07-10T19:39:20.018Z Checking knuffel v3.2.0
29762026-07-10T19:39:20.056Z Checking similar-asserts v1.7.0
29772026-07-10T19:39:20.100Z Compiling target-triple v1.0.0
29782026-07-10T19:39:20.238Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29792026-07-10T19:39:20.476Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29802026-07-10T19:39:20.715Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29812026-07-10T19:39:20.953Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29822026-07-10T19:39:20.987Z Checking hickory-client v0.25.2
29832026-07-10T19:39:21.303Z Checking escape8259 v0.5.3
29842026-07-10T19:39:21.470Z Compiling assert_cmd v2.1.2
29852026-07-10T19:39:21.570Z Checking libtest-mimic v0.8.1
29862026-07-10T19:39:21.906Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29872026-07-10T19:39:21.984Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29882026-07-10T19:39:22.039Z Checking blake2b_simd v1.0.4
29892026-07-10T19:39:22.094Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29902026-07-10T19:39:22.453Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29912026-07-10T19:39:22.502Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29922026-07-10T19:39:22.673Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29932026-07-10T19:39:22.746Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29942026-07-10T19:39:22.861Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29952026-07-10T19:39:22.983Z Checking fancy-regex v0.14.0
29962026-07-10T19:39:23.113Z Checking serde_tokenstream v0.2.3
29972026-07-10T19:39:23.270Z Checking approx v0.5.1
29982026-07-10T19:39:23.357Z Compiling rstest_macros v0.25.0
29992026-07-10T19:39:23.360Z Checking uzers v0.12.2
30002026-07-10T19:39:23.432Z Checking constant_time_eq v0.3.1
30012026-07-10T19:39:23.563Z Checking termcolor v1.4.1
30022026-07-10T19:39:23.634Z Compiling linkme-impl v0.3.35
30032026-07-10T19:39:23.789Z Checking rust-argon2 v2.1.0
30042026-07-10T19:39:23.823Z Checking trybuild v1.0.116
30052026-07-10T19:39:24.035Z Checking datatest-stable v0.3.3
30062026-07-10T19:39:24.375Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30072026-07-10T19:39:24.489Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30082026-07-10T19:39:24.705Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30092026-07-10T19:39:24.741Z Checking support-bundle-viewer v0.1.2
30102026-07-10T19:39:24.999Z Checking oso v0.27.3
30112026-07-10T19:39:25.035Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30122026-07-10T19:39:25.279Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30132026-07-10T19:39:25.461Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30142026-07-10T19:39:25.523Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30152026-07-10T19:39:25.726Z Checking drift v0.2.0
30162026-07-10T19:39:25.787Z Checking rand_distr v0.5.1
30172026-07-10T19:39:25.975Z Checking multimap v0.10.1
30182026-07-10T19:39:26.122Z Compiling relative-path v1.9.3
30192026-07-10T19:39:26.185Z Compiling linkme v0.3.35
30202026-07-10T19:39:26.235Z Checking dropshot-api-manager v0.7.2
30212026-07-10T19:39:27.425Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30222026-07-10T19:39:27.677Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30232026-07-10T19:39:27.811Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30242026-07-10T19:39:27.956Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30252026-07-10T19:39:28.106Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30262026-07-10T19:39:28.170Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30272026-07-10T19:39:28.403Z Checking cargo_toml v0.21.0
30282026-07-10T19:39:28.437Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30292026-07-10T19:39:28.623Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30302026-07-10T19:39:28.871Z Checking partial-io v0.5.4
30312026-07-10T19:39:29.087Z Checking termios v0.3.3
30322026-07-10T19:39:29.122Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30332026-07-10T19:39:29.222Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30342026-07-10T19:39:29.255Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30352026-07-10T19:39:30.028Z Checking rstest v0.25.0
30362026-07-10T19:39:31.344Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30372026-07-10T19:39:34.673Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30382026-07-10T19:39:38.613Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30392026-07-10T19:39:41.591Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30402026-07-10T19:39:42.301Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30412026-07-10T19:39:44.016Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30422026-07-10T19:39:47.870Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30432026-07-10T19:39:53.619Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30442026-07-10T19:39:57.420Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30452026-07-10T19:39:57.992Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30462026-07-10T19:39:58.227Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30472026-07-10T19:40:04.437Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30482026-07-10T19:40:09.271Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30492026-07-10T19:40:26.578Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30502026-07-10T19:41:23.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 08s
30512026-07-10T19:41:24.621Z
30522026-07-10T19:41:24.621Zreal 4:11.951750579
30532026-07-10T19:41:24.621Zuser 21:32.948385895
30542026-07-10T19:41:24.621Zsys 4:58.763269055
30552026-07-10T19:41:24.621Ztrap 0.529862358
30562026-07-10T19:41:24.621Ztflt 0.524147124
30572026-07-10T19:41:24.621Zdflt 0.480357528
30582026-07-10T19:41:24.621Zkflt 0.004752597
30592026-07-10T19:41:24.621Zlock 59:01.401051689
30602026-07-10T19:41:24.621Zslp 58:37.820319357
30612026-07-10T19:41:24.621Zlat 1:48.060559708
30622026-07-10T19:41:24.621Zstop 11:28.223726595
30632026-07-10T19:41:24.625Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30642026-07-10T19:41:24.625Z+ ptime -m cargo doc --workspace --no-deps
30652026-07-10T19:41:25.434Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30662026-07-10T19:41:25.434Z |
30672026-07-10T19:41:25.434Z = 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)`
30682026-07-10T19:41:25.434Z = 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>
30692026-07-10T19:41:26.444Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30702026-07-10T19:41:26.680Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30712026-07-10T19:41:26.725Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30722026-07-10T19:41:26.789Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30732026-07-10T19:41:26.821Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30742026-07-10T19:41:26.888Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30752026-07-10T19:41:26.986Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30762026-07-10T19:41:27.012Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30772026-07-10T19:41:27.042Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30782026-07-10T19:41:27.069Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30792026-07-10T19:41:27.155Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30802026-07-10T19:41:27.272Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30812026-07-10T19:41:27.296Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30822026-07-10T19:41:27.340Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30832026-07-10T19:41:27.362Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30842026-07-10T19:41:27.387Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30852026-07-10T19:41:27.409Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30862026-07-10T19:41:27.433Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30872026-07-10T19:41:27.457Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30882026-07-10T19:41:27.480Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30892026-07-10T19:41:27.530Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30902026-07-10T19:41:27.797Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30912026-07-10T19:41:28.115Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30922026-07-10T19:41:28.145Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30932026-07-10T19:41:28.252Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30942026-07-10T19:41:28.259Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30952026-07-10T19:41:28.291Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30962026-07-10T19:41:28.496Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30972026-07-10T19:41:28.545Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30982026-07-10T19:41:28.664Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30992026-07-10T19:41:28.791Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31002026-07-10T19:41:28.814Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31012026-07-10T19:41:28.866Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31022026-07-10T19:41:28.905Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31032026-07-10T19:41:29.019Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31042026-07-10T19:41:29.070Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31052026-07-10T19:41:29.107Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31062026-07-10T19:41:29.318Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31072026-07-10T19:41:29.404Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31082026-07-10T19:41:29.428Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31092026-07-10T19:41:29.676Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31102026-07-10T19:41:29.748Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31112026-07-10T19:41:29.917Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31122026-07-10T19:41:30.004Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31132026-07-10T19:41:30.029Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31142026-07-10T19:41:30.092Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31152026-07-10T19:41:30.183Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31162026-07-10T19:41:30.250Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31172026-07-10T19:41:30.330Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31182026-07-10T19:41:30.361Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31192026-07-10T19:41:30.426Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31202026-07-10T19:41:30.497Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31212026-07-10T19:41:30.577Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31222026-07-10T19:41:30.630Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31232026-07-10T19:41:30.653Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31242026-07-10T19:41:30.679Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31252026-07-10T19:41:30.706Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31262026-07-10T19:41:30.790Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31272026-07-10T19:41:30.842Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31282026-07-10T19:41:30.866Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31292026-07-10T19:41:31.229Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31302026-07-10T19:41:31.256Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31312026-07-10T19:41:31.525Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31322026-07-10T19:41:31.551Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31332026-07-10T19:41:31.947Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31342026-07-10T19:41:32.011Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31352026-07-10T19:41:32.233Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31362026-07-10T19:41:32.307Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31372026-07-10T19:41:32.333Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31382026-07-10T19:41:32.396Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31392026-07-10T19:41:32.504Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31402026-07-10T19:41:32.549Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31412026-07-10T19:41:32.574Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31422026-07-10T19:41:32.767Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31432026-07-10T19:41:33.043Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31442026-07-10T19:41:33.689Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31452026-07-10T19:41:33.714Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31462026-07-10T19:41:33.747Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31472026-07-10T19:41:33.784Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31482026-07-10T19:41:34.073Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31492026-07-10T19:41:34.098Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31502026-07-10T19:41:34.121Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31512026-07-10T19:41:34.282Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31522026-07-10T19:41:34.336Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31532026-07-10T19:41:34.360Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31542026-07-10T19:41:34.387Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31552026-07-10T19:41:34.676Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31562026-07-10T19:41:34.703Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31572026-07-10T19:41:34.703Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31582026-07-10T19:41:34.749Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31592026-07-10T19:41:34.774Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31602026-07-10T19:41:34.948Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31612026-07-10T19:41:34.951Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31622026-07-10T19:41:35.016Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31632026-07-10T19:41:35.037Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31642026-07-10T19:41:35.066Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31652026-07-10T19:41:35.177Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31662026-07-10T19:41:35.202Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31672026-07-10T19:41:35.268Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31682026-07-10T19:41:35.292Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31692026-07-10T19:41:35.319Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31702026-07-10T19:41:35.393Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31712026-07-10T19:41:35.438Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31722026-07-10T19:41:35.527Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31732026-07-10T19:41:35.592Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31742026-07-10T19:41:35.615Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31752026-07-10T19:41:35.866Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31762026-07-10T19:41:35.908Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31772026-07-10T19:41:35.933Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31782026-07-10T19:41:36.392Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31792026-07-10T19:41:36.542Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31802026-07-10T19:41:36.639Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31812026-07-10T19:41:37.296Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31822026-07-10T19:41:37.406Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31832026-07-10T19:41:37.484Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31842026-07-10T19:41:37.772Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31852026-07-10T19:41:38.117Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-07-10T19:41:38.140Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31872026-07-10T19:41:39.486Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31882026-07-10T19:41:39.686Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31892026-07-10T19:41:40.156Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31902026-07-10T19:41:40.558Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31912026-07-10T19:41:40.617Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31922026-07-10T19:41:40.855Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31932026-07-10T19:41:40.920Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31942026-07-10T19:41:40.945Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31952026-07-10T19:41:41.382Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31962026-07-10T19:41:41.409Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31972026-07-10T19:41:41.620Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31982026-07-10T19:41:41.856Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31992026-07-10T19:41:42.368Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32002026-07-10T19:41:42.572Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32012026-07-10T19:41:42.728Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32022026-07-10T19:41:43.060Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32032026-07-10T19:41:43.084Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32042026-07-10T19:41:43.115Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32052026-07-10T19:41:43.436Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32062026-07-10T19:41:43.790Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32072026-07-10T19:41:44.413Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32082026-07-10T19:41:44.599Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32092026-07-10T19:41:45.148Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32102026-07-10T19:41:45.560Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32112026-07-10T19:41:45.827Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32122026-07-10T19:41:46.448Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32132026-07-10T19:41:46.781Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32142026-07-10T19:41:46.863Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32152026-07-10T19:41:47.347Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32162026-07-10T19:41:47.576Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32172026-07-10T19:41:47.834Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32182026-07-10T19:41:48.024Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32192026-07-10T19:41:49.023Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32202026-07-10T19:41:49.201Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32212026-07-10T19:41:49.281Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32222026-07-10T19:41:49.948Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32232026-07-10T19:41:50.244Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32242026-07-10T19:41:50.573Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32252026-07-10T19:41:54.286Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32262026-07-10T19:41:55.141Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32272026-07-10T19:41:55.477Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32282026-07-10T19:41:56.075Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32292026-07-10T19:41:56.135Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32302026-07-10T19:41:56.159Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32312026-07-10T19:41:56.293Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32322026-07-10T19:41:57.878Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32332026-07-10T19:41:57.950Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32342026-07-10T19:41:57.995Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32352026-07-10T19:41:58.653Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32362026-07-10T19:41:58.722Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32372026-07-10T19:41:59.196Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32382026-07-10T19:41:59.344Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32392026-07-10T19:41:59.498Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32402026-07-10T19:41:59.556Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32412026-07-10T19:41:59.860Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32422026-07-10T19:41:59.885Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32432026-07-10T19:41:59.956Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32442026-07-10T19:42:00.586Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32452026-07-10T19:42:00.611Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32462026-07-10T19:42:00.998Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32472026-07-10T19:42:01.268Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32482026-07-10T19:42:01.293Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32492026-07-10T19:42:01.320Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32502026-07-10T19:42:02.006Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32512026-07-10T19:42:03.037Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32522026-07-10T19:42:03.724Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32532026-07-10T19:42:03.873Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32542026-07-10T19:42:05.535Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32552026-07-10T19:42:07.119Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32562026-07-10T19:42:07.495Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32572026-07-10T19:42:08.851Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32582026-07-10T19:42:09.706Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32592026-07-10T19:42:10.814Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32602026-07-10T19:42:12.080Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32612026-07-10T19:42:12.551Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32622026-07-10T19:42:14.626Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32632026-07-10T19:42:15.042Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32642026-07-10T19:42:16.390Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32652026-07-10T19:42:17.423Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32662026-07-10T19:42:17.828Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32672026-07-10T19:42:19.101Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32682026-07-10T19:42:19.147Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32692026-07-10T19:42:19.692Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32702026-07-10T19:42:21.799Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32712026-07-10T19:42:25.081Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32722026-07-10T19:42:25.845Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32732026-07-10T19:42:26.914Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32742026-07-10T19:42:27.634Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32752026-07-10T19:42:28.710Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32762026-07-10T19:42:29.458Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32772026-07-10T19:42:30.222Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32782026-07-10T19:42:30.956Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32792026-07-10T19:42:31.756Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32802026-07-10T19:42:34.713Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32812026-07-10T19:42:34.884Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32822026-07-10T19:42:34.989Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32832026-07-10T19:42:35.660Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32842026-07-10T19:42:36.489Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32852026-07-10T19:42:37.556Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32862026-07-10T19:42:38.388Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32872026-07-10T19:42:42.063Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32882026-07-10T19:42:43.252Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32892026-07-10T19:42:43.875Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32902026-07-10T19:42:44.948Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32912026-07-10T19:42:45.901Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32922026-07-10T19:42:46.773Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32932026-07-10T19:42:49.383Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32942026-07-10T19:42:49.825Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32952026-07-10T19:42:50.660Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32962026-07-10T19:42:51.888Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32972026-07-10T19:42:53.386Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32982026-07-10T19:42:54.558Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32992026-07-10T19:42:55.876Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33002026-07-10T19:42:57.134Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33012026-07-10T19:42:59.847Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33022026-07-10T19:43:00.692Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33032026-07-10T19:43:02.104Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33042026-07-10T19:43:03.747Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33052026-07-10T19:43:05.282Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33062026-07-10T19:43:06.941Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33072026-07-10T19:43:08.601Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33082026-07-10T19:43:10.053Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33092026-07-10T19:43:14.346Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33102026-07-10T19:43:15.267Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33112026-07-10T19:43:16.174Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33122026-07-10T19:43:16.860Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33132026-07-10T19:43:18.905Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33142026-07-10T19:43:20.495Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33152026-07-10T19:43:22.385Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33162026-07-10T19:43:24.540Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33172026-07-10T19:43:26.304Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33182026-07-10T19:43:28.049Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33192026-07-10T19:43:30.206Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33202026-07-10T19:43:31.679Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33212026-07-10T19:43:33.466Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33222026-07-10T19:43:35.280Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33232026-07-10T19:43:37.079Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33242026-07-10T19:43:40.611Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33252026-07-10T19:43:42.181Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33262026-07-10T19:43:44.269Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33272026-07-10T19:43:45.833Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33282026-07-10T19:43:47.608Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33292026-07-10T19:43:51.642Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33302026-07-10T19:43:54.131Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33312026-07-10T19:43:55.935Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33322026-07-10T19:43:57.834Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33332026-07-10T19:43:59.782Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33342026-07-10T19:44:01.891Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33352026-07-10T19:44:03.950Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33362026-07-10T19:44:03.975Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33372026-07-10T19:44:08.506Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33382026-07-10T19:44:11.091Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33392026-07-10T19:44:13.202Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33402026-07-10T19:44:15.433Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33412026-07-10T19:44:17.628Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33422026-07-10T19:44:19.883Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33432026-07-10T19:44:22.004Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33442026-07-10T19:44:24.778Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33452026-07-10T19:44:26.513Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33462026-07-10T19:44:28.963Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33472026-07-10T19:44:30.828Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33482026-07-10T19:44:33.070Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33492026-07-10T19:44:35.437Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33502026-07-10T19:44:37.762Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33512026-07-10T19:44:40.081Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33522026-07-10T19:44:42.369Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33532026-07-10T19:44:44.794Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33542026-07-10T19:44:47.051Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33552026-07-10T19:44:49.384Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33562026-07-10T19:44:51.746Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33572026-07-10T19:44:54.123Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33582026-07-10T19:44:56.436Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33592026-07-10T19:44:58.846Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33602026-07-10T19:45:01.254Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33612026-07-10T19:45:03.521Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33622026-07-10T19:45:05.991Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33632026-07-10T19:45:08.294Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33642026-07-10T19:45:10.719Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33652026-07-10T19:45:13.107Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33662026-07-10T19:45:15.433Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33672026-07-10T19:45:18.318Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33682026-07-10T19:45:20.512Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33692026-07-10T19:45:22.975Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33702026-07-10T19:45:25.584Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33712026-07-10T19:45:27.855Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33722026-07-10T19:45:30.288Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33732026-07-10T19:45:32.791Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33742026-07-10T19:45:35.265Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33752026-07-10T19:45:37.797Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33762026-07-10T19:45:40.282Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33772026-07-10T19:45:42.770Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33782026-07-10T19:45:45.171Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33792026-07-10T19:45:47.747Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33802026-07-10T19:45:50.357Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33812026-07-10T19:45:52.834Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33822026-07-10T19:45:55.551Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33832026-07-10T19:45:58.100Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33842026-07-10T19:46:00.652Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33852026-07-10T19:46:03.108Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33862026-07-10T19:46:05.686Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33872026-07-10T19:46:08.296Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33882026-07-10T19:46:10.888Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33892026-07-10T19:46:13.837Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33902026-07-10T19:46:16.345Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33912026-07-10T19:46:24.284Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33922026-07-10T19:46:24.307Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33932026-07-10T19:46:27.616Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33942026-07-10T19:46:31.054Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33952026-07-10T19:46:34.415Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33962026-07-10T19:46:37.840Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33972026-07-10T19:46:41.021Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33982026-07-10T19:46:45.766Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33992026-07-10T19:46:48.548Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34002026-07-10T19:46:52.275Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34012026-07-10T19:46:55.932Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34022026-07-10T19:46:59.616Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34032026-07-10T19:47:03.311Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34042026-07-10T19:47:06.972Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34052026-07-10T19:47:10.755Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34062026-07-10T19:47:14.451Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34072026-07-10T19:47:18.137Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34082026-07-10T19:47:21.786Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34092026-07-10T19:47:25.528Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34102026-07-10T19:47:29.115Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34112026-07-10T19:47:32.814Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34122026-07-10T19:47:36.599Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34132026-07-10T19:47:40.239Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34142026-07-10T19:47:44.013Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34152026-07-10T19:47:47.662Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34162026-07-10T19:48:17.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 52s
34172026-07-10T19:48:17.531Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
34182026-07-10T19:48:17.636Z
34192026-07-10T19:48:17.636Zreal 6:52.931125536
34202026-07-10T19:48:17.636Zuser 18:34.011228115
34212026-07-10T19:48:17.636Zsys 3:54.287245970
34222026-07-10T19:48:17.636Ztrap 0.267002561
34232026-07-10T19:48:17.636Ztflt 0.026914723
34242026-07-10T19:48:17.636Zdflt 0.122196942
34252026-07-10T19:48:17.636Zkflt 0.000026540
34262026-07-10T19:48:17.636Zlock 6:21:11.283976163
34272026-07-10T19:48:17.636Zslp 2:18:37.224736355
34282026-07-10T19:48:17.636Zlat 35.522909299
34292026-07-10T19:48:17.639Zstop 1:39.896111965
34302026-07-10T19:48:17.640Zprocess exited: duration 805903 ms, exit code 0
 
34312026-07-10T19:48:17.646Zfound 0 output files